/*自定义样式 by Erain @2018-02-11*/

/*************************/
/********** 全局 **********/
/*************************/

body {
  font-family: 'Pingfang SC', 'Microsoft Yahei', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-smoothing: antialiased; /*字体反锯齿*/
  -webkit-font-smoothing: antialiased; /*针对谷歌浏览器字体反锯齿*/
  -moz-osx-font-smoothing: grayscale; /*针对火狐的字体反锯齿*/
}
.customerBox {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  z-index: 999;
  display: block;
  cursor: pointer;
}
.customerBox img {
  width: 100%;
  height: 100%;
}
.customerBox.show {
  display: block;
}
.contactUs-wrap {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
}
.contactUs-wrap.show {
  display: block;
}
.contentUs {
  width: 800px;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
}
.close-window {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.close-window img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contentUs h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.contentUs p {
  text-align: center;
  font-size: 14px;
}
.message-form label {
  font-size: 14px;
}
.message-form > div > div {
  padding: 0;
}
.message-form > div > div span {
  color: red;
  font-size: 12px;
  position: absolute;
  top: 30px;
  left: 0;
}
.message-form {
  margin-top: 20px;
}
.message-form > div {
  margin-bottom: 20px;
}
.message-form input {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  color: #666;
}
.message-form input:focus {
  border: 1px solid var(--color);
}
.message-form .submitBtn {
  margin-top: 10px;
  padding: 8px 40px;
  display: inline-block;
  color: #fff;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 3px;
  background-image: linear-gradient(to right, #666, var(--color));
}
.bdshare_popup_box {
  display: none !important;
}
.bdshare_dialog_box {
  left: auto !important;
  right: 5% !important;
}

/* 浮动清除 */

.clear {
  clear: both;
}

/* 文字样式 */

a:hover,
a:focus {
  color: var(--color);
  text-decoration: none;
}

/* 布局框架 */

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* 返回顶部按钮 */

.scrollToTop {
  background: var(--color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 20px;
  bottom: 70px;
  z-index: 1006;
}
.scrollToTop i {
  line-height: 40px;
}

/*下拉菜单按钮图标*/

.dropdown .dropdown > a:before {
  content: '\f1b9';
}

/* 弹出浮层样式 */

.popover {
  border: none;
}
.popover-title {
  padding: 5px;
  margin: 0;
  font-size: 14px;
  background-color: var(--color);
  color: #fff !important;
  border: none;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.popover-content {
  padding: 5px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #fff;
  border-top-color: #fff;
  border-bottom-width: 0;
}

/*************************/
/********** 头部 **********/
/*************************/

.header {
  border-bottom: none;
  z-index: 1007;
}
.isScroll
/*LOGO*/
.logoarea {
  padding: 0px !important;
}
.header .logo a img {
}
.fixed-header-on .header .fixed .logo a img {
  margin-top: 0;
}
.fixed-header-on .header .logo {
  display: block;
}
.logoarea .logo {
  height: 60px;
  /* overflow: hidden; */
  /* position: relative; */
}
.logoItem {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-54%, -53%) scale(1) !important;
}
.header #logo {
  max-width: 160px;
}
.logo-normal {
  display: none;
  margin-top: 5px !important;
}
.second-page .logo-normal {
  display: block !important;
}
.fadeInDown .logo-normal {
  margin-top: 0 !important;
}
.logo-white img {
  margin-top: 5px !important;
}
.fixed-header-on .logo-white {
  display: none;
}
.fixed-header-on .logo-normal {
  display: block !important;
}

/*导航*/

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  border-color: var(--color);
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: var(--color);
}
.navbar-default .navbar-collapse {
  border: none;
  margin-top: 10px;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 400;
  color: #555555;
  border: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:active {
  color: var(--color) !important;
  background: none;
  box-shadow: none;
  border: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: var(--color) !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #fff !important;
  border: none !important;
  color: var(--color) !important;
}
.navbar-default .navbar-nav > li > a:before {
  content: '\f0d7'; /*fa fa-caret-down */
  color: #ccc;
  font-size: 12px;
  top: 16px;
  right: 8px;
}
.navbar-default .navbar-nav > li.outsideLink > a:before {
  display: none;
}
.navbar-default .navbar-nav > .dropdown.open > a:before {
  content: '\f0d8'; /*fa fa-caret-up*/
  color: var(--color) !important;
}
.header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
  color: #fff;
}
.transparent.header:not(.dark) .dropdown > a::before {
  color: #fff;
}
.fixed-header-on .header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
  color: #333;
}
.fixed-header-on .transparent.header:not(.dark) .dropdown > a::before {
  color: #333;
}
.navbar-default .navbar-nav > li.outsideLink:hover > a {
  color: var(--color) !important;
}

/*导航下拉菜单*/

.navbar-default .navbar-nav > li > a {
  bottom: 0;
}

/*大下拉菜单Padding*/
.mega-menu .dropdown-menu {
  padding: 0;
  top: 85%;
}
/* .mega-menu:first-of-type .dropdown-menu {
  width: 400px;
} */
.navbar-nav > li:nth-child(2) .dropdown-menu {
  width: 400px;
}
/*下拉菜单中链接hover颜色*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
  color: var(--color);
  background: none;
  border: none;
}
.dropdown-menu > li > a > span {
  display: none;
}

/*下拉菜单的基本样式，如果不加.header.transparent:not(.dark) 首页显示有问题*/

.header.transparent:not(.dark) .dropdown-menu,
.dropdown-menu {
  background: #fff;
  border: none;
  border-top: 3px solid var(--color) !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.dropdown-menu li:first-child {
  margin-top: 10px;
}
.dropdown-menu li:last-child {
  margin-bottom: 10px;
}
.mega-menu .dropdown-menu > li {
  margin: 0;
}
.header.transparent:not(.dark) .dropdown-menu > li > a,
.dropdown-menu > li > a {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  border-bottom: none;
}
.header.transparent:not(.dark) .mega-menu .menu > li > a,
.dropdown-menu > li > a {
  /* font-size: 14px;
  line-height:18px; */
  border-bottom: none;
}
.header.transparent:not(.dark) .dropdown-menu > li > a:hover,
.header.transparent:not(.dark) .dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.header.transparent:not(.dark) .dropdown-menu > .active > a,
.header.transparent:not(.dark) .dropdown-menu > .active > a:hover,
.header.transparent:not(.dark) .dropdown-menu > .active > a:focus,
.header.transparent:not(.dark) .dropdown-menu .menu > .active > a,
.header.transparent:not(.dark) .dropdown-menu .menu > .active > a:hover,
.header.transparent:not(.dark) .dropdown-menu .menu > .active > a:focus {
  color: var(--color) !important;
}
.header.transparent:not(.dark) .mega-menu .menu > li > a:hover,
.header.transparent:not(.dark) .mega-menu .menu > li > a:focus {
  color: var(--color) !important;
}
.mega-menu .menu > li > a {
  padding: 10px 20px;
  border-bottom: none;
  font-size: 14px;
  line-height: 18px;
}
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
  color: var(--color);
}
.mega-menu .menu > li > a > span {
  display: none;
}
.mega-menu .navlist {
  margin: none;
}
.mega-menu .prdserv {
  width: 100%;
  margin: 0;
}
.header.transparent:not(.dark) .mega-menu .menu > li > a,
.dropdown-menu > li > a {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
}
.menulist .subtitle {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 20px;
  margin-top: 10px;
}

/***************************/
/********** 焦点图 **********/
/***************************/

.banner {
  border-bottom: 0px;
}
.banner .banner-title {
  /* font-size: 60px!important; */
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  /* margin-left: 60px; */
}
.banner .banner-subtitle {
  font-size: 32px !important;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  /* margin-left: 60px; */
  font-weight: normal;
}
.banner .banner-cta {
  font-size: 16px !important;
  font-weight: 700;
  padding: 15px 30px;
  min-width: 100px;
  background: var(--color);
  border-radius: 100px;
  /* margin-left: 60px; */
  border: none !important;
  text-shadow: 0 1px 0 #0b74be;
}
.banner .banner-cta:hover {
  background: #0b74be;
  box-shadow: 0 5px 15px rgba(60, 147, 147, 0.3);
}
.banner-hint {
  position: absolute;
  bottom: 30px;
  z-index: 999;
  width: 100%;
}
.banner-hint span {
  width: 32px;
  margin: 0 auto;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 16px;
}

.banner-hint span img {
  width: 8px;
  line-height: 20px;
  margin: 15px auto;
  opacity: 0.7;
}
.dark-translucent-bg::after {
  background: none;
}

/******************************/
/********** 内容块 **********/
/******************************/

.block {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0 0 0 #fff !important;
}

/********** 优势 **********/
.advantage {
  background-color: var(--color);
  padding: 10px 0;
  margin-top: -60px;
  margin-bottom: 40px;
}
.advantage .advantage-info {
  text-align: center;
  color: #fff;
}
.advantage .advantage-info img {
  width: 36px;
  height: 36px;
  display: inline;
}
.block .blocktitle {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
  position: relative;
}
.block .separator-2 {
  width: 30px;
  height: 4px;
  background: var(--color);
  margin: 10px 0;
}
.block .blocktitle,
.block .separator-2 {
  margin-left: 15px;
}

.block a.btnBack {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -40px;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  border: 1px solid var(--color);
  color: var(--color);
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
}
.block a.btnBack:hover {
  color: var(--color);
  border-color: var(--color);
  background: #fff;
}
/* 新闻 */
.newsblock {
  margin: 20px 15px;
}

.newsblock div {
  padding: 0;
}
.newsblock a.btnmore {
  position: absolute;
  margin-top: 20px;
  right: 15px;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  border: 1px solid var(--color);
  color: var(--color);
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
}
.newsblock a.btnmore:hover {
  border-color: var(--color);
  color: var(--color);
}
.newsblock .newswithimg {
  position: relative;
}
.newsblock .newswithimg .postinfo {
  background: rgba(73, 187, 188, 0.8);
  position: absolute;
  bottom: 0px;
  padding: 10px 20px;
  width: 100%;
}
.newsblock .newswithimg .postinfo h4 a {
  color: #fff;
}
.newsblock img {
  border-radius: 3px;
}
.newsblock a:hover {
  color: var(--color);
  text-decoration: none;
}
.newsblock ul {
  margin: 20px 0 0 0;
  padding: 0;
}
.newsblock li {
  /* margin: 15px 0 0 0; */
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #ddd;
  list-style: none;
}
.newsblock li:first-child {
  border-top: 1px solid #ddd;
}
.newsblock li:last-child {
  border-bottom: none;
}
.newsblock li h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
}
.newsblock p {
  margin-bottom: 5px;
}
.newsblock p.date {
  font-size: 12px;
}
.newsblock .summary {
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

/* 服务 */
.serviceItem {
  background: #fff;
}
.serviceItem .serviceItemContent {
  padding: 15px 15px 20px 15px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  transition: all 200ms;
}
.serviceItem .serviceItemContent > a {
  display: block;
  width: 100%;
  height: 150px;
}
.serviceItem .serviceItemContent > a img {
  width: 100%;
  height: 100%;
}
.serviceItem .serviceItemContent h4 {
  font-size: 18px;
  font-weight: normal;
  transition: all 200ms;
}
.serviceItem .serviceItemContent .cta {
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  border: 1px solid var(--color);
  color: var(--color);
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
}
.serviceItem .serviceItemContent p {
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制最大行数为3行 */
  overflow: hidden;
}
.serviceItem .serviceItemContent:hover .cta {
  color: var(--color);
  border-color: var(--color);
  background: #fff;
  /* text-decoration: none; */
}
.serviceItem:hover .serviceItemContent {
  /* padding:15px 15px 20px 15px; */
  background-color: #fafafa;
  border-color: #f2f2f2;
  transition: all 200ms;
}
.serviceItem:hover .serviceItemContent h4 {
  color: var(--color);
  transition: all 200ms;
}
.serviceItem:hover .serviceItemContent p {
  color: #666;
}

/*************************/
/********** article/banner **********/
/*************************/
.default-translucent-bg::after {
  background: none;
}
.articleBanner .fixed-image {
  background-size: cover !important;
  height: 240px;
  color: #fff;
}
.articleBanner .fixed-image h1 {
  color: #fff;
}
.articleBanner .space-top {
  padding-top: 50px;
}
.page-intro {
  box-shadow: none;
  border: none;
}
.articleBanner h1 {
  font-size: 28px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 5px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.articleBanner p {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#headerecharts {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#headerecharts .BMap_cpyCtrl {
  display: none;
}

#headerecharts .anchorBL {
  display: none;
}
/* 侧栏导航 */
.submenu {
  position: static;
  display: block;
}
.submenu ul {
  padding-left: 0px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.submenu ul.fixed {
  position: inherit;
}
.submenu .submenuList li {
  list-style: none;
  margin-bottom: 10px;
}
.submenu .submenuList li.subtitle {
  padding: 10px 15px;
  font-weight: bold;
  color: #333;
}
.submenu .submenuList li.current a {
  background: var(--color);
  color: #fff;
  border-radius: 20px;
}
.submenu .submenuList li a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 25px 0 15px;
  color: #444;
  text-decoration: none;
  position: relative;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zz-list {
  width: 100%;
}
.zz-list::after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}
.zz-list li {
  width: 24%;
  position: relative;
  top: 0;
  bottom: 0;
  margin-right: 1%;
  margin-bottom: 10px;
  float: left;
  background-color: #f6f4f4;
  border-radius: 3px;
}
.zz-list li div {
  width: 100%;
  height: 270px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #f6f4f4;
  box-sizing: border-box;
}
.zz-list li div img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.zz-list li p {
  height: 40px;
  margin: 10px 0;
  line-height: 20px;
  padding: 0 5px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制最大行数为3行 */
  overflow: hidden;
}
.table-style {
  margin-bottom: 20px;
}
.table-style thead > tr > th {
  background-color: #efeeee;
  padding: 5px 10px;
  border: 1px solid #fff;
}
.table-style tbody > tr > td {
  padding: 3px 5px;
}
.table-style tbody > tr:nth-of-type(2n) > td {
  background-color: #faf0f0;
}
.submenu .submenuList li a span {
  position: absolute;
  right: 15px;
  top: 11px;
}
.submenu .submenuList li:not(.current) a span {
  color: #ddd;
}
.submenu .submenuList li:not(.current) a:hover,
.submenu .submenuList li:not(.current) a:hover span {
  color: var(--color);
}
.submenu .submenuList .sublisttitle {
  padding: 10px 15px;
  color: #444;
  font-weight: bold;
  font-size: 16px;
}

/* 文章 */
.articleContent {
  padding-top: 10px;
}
.articleContent .wrapper {
  text-align: justify;
}
.articleContent ul {
  padding-left: 0;
}
.articleContent li {
  list-style: none;
  line-height: 24px;
}
/* .articleContent li::before {
  content: '•';
  color: var(--color);
  margin-right: 10px;
} */
.articleContent h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #333;
}
.artileListItem {
  list-style: none;
}
.artileListItem h4 {
  margin-bottom: 0;
}
.artileListItem h4 a {
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
}
#posts li.artileListItem {
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  transition: all 200ms;
}
#posts li.artileListItem:hover {
  border-bottom-color: var(--color);
  transition: all 200ms;
}
#posts li.artileListItem h4 {
  font-weight: 500;
  transition: all 200ms;
  font-size: 18px;
}
#posts li.artileListItem h4 a:hover {
  text-decoration: none;
}
#posts li.artileListItem:hover h4 a {
  color: var(--color);
  transition: all 200ms;
}
.articleContent h4.post_title {
  margin-bottom: 10px;
}

.articleContent span.post_date {
  display: inline-block;
  margin-bottom: 30px;
}

.articleContent p {
  font-size: 14px;
  line-height: 24px;
}
.articleContent .articleContentTitle {
  font-size: 18px;
  font-weight: 500;
  color: #444;
  padding-left: 17px;
  border-left: 5px solid var(--color);
  margin-top: 20px;
  line-height: 20px;
  box-sizing: border-box;
  margin: 20px 0px;
}
.articleContent p.imgbox {
  width: 500px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.articleContent .recruitchannel img {
  height: 60px;
  display: inline;
}

/* echarts市场覆盖 */
.articleContent #chars {
  height: 430px;
  width: 100%;
}
/* 文章列表 */
.articleList .wrapper {
  min-height: 600px;
  text-align: justify;
}
.articleList ul {
  padding-left: 0;
}
.articleList li {
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  transition: all 200ms;
}
.articleList li:hover {
  border-bottom-color: var(--color);
  transition: all 200ms;
}
.articleList li h4 {
  font-weight: 500;
  transition: all 200ms;
  font-size: 18px;
}
.articleList li h4 a:hover {
  text-decoration: none;
}
.articleList li:hover h4 a {
  color: var(--color);
  transition: all 200ms;
}
.articleList p.date {
  font-size: 12px;
  margin-bottom: 10px;
}
.paging {
  text-align: right;
}
.articleList .paging {
  text-align: right;
}
.articleList .paging a {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background: #fff;
  border: 1px solid var(--color);
  color: var(--color);
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
}
.paging a {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid transparent;
  padding: 8px 20px;
  border-radius: 100px;
  text-decoration: none;
}
.paging a:hover,
.articleList .paging a:hover {
  border-color: var(--color);
  color: var(--color);
}
/* 时间线 */
.timelineList h4 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #333;
}
.timelineList ul {
  padding: 0;
}
.timelineList ul li {
  font-size: 14px;
  list-style: none;
}
.timelineList ul li .date {
  width: 70px;
  float: left;
  color: var(--color);
  font-weight: bold;
  font-family: helvetica, Arial;
  padding-top: 20px;
}
.timelineList ul li .timelinecontent {
  margin-left: 90px;
  border-left: 1px solid #eee;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.timelineList ul li .timelinecontent img {
  width: 240px;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
}
.timelineList ul li .timelinecontent span {
  display: block;
  background: var(--color);
  width: 10px;
  height: 10px;
  position: absolute;
  left: -5px;
  top: 24px;
  border-radius: 5px;
  border: 2px solid #eee;
}
.timelineList ul li:hover .timelinecontent span {
  border-color: var(--color);
}
.timelineList ul li .timelinecontent p {
  margin-bottom: 0;
}
.timelineList ul li .timelinecontent h5 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: none;
  margin-bottom: 4px;
}
/*************************/
/********** 页脚 **********/
/*************************/

.footer {
  background: #f7f7f7;
  border: none;
  padding: 30px 0;
  padding-bottom: 20px;
}
.footer .blocktitle {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
  color: #444;
}
.footer .separator-2 {
  width: 30px;
  height: 4px;
  background: var(--color);
  margin: 10px 0 20px 0;
}
.footer .ourLinks a {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  padding: 5px 7px;
  margin: 0 10px 10px 0;
  color: #666;
  text-decoration: none;
}
.footer .ourLinks a:hover {
  background: var(--color);
  color: #fff;
}
.footer ul {
  padding: 0;
}
.footer ul li {
  list-style: none;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  line-height: 20px;
}
.footer .sns {
  margin-bottom: 10px;
}
.footer .sns .snsitem {
  display: inline-block;
  background: var(--color);
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-radius: 18px;
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}
.footer .sns .wx {
  position: relative;
}
.footer .sns .wx img {
  position: absolute;
  top: -110px;
  left: -170px;
  max-width: 200px !important;
  width: 160px;
  display: none;
}
.footer .sns .wx:hover img {
  display: block;
}
.subfooter {
  text-align: center;
  min-height: 50px;
  background: var(--color);
  color: #fff;
  line-height: 20px;
  padding: 15px;
}
.subfooter a {
  color: #bbe5e6;
  text-decoration: underline;
}
.subfooter span {
  display: inline-block;
  line-height: 1.6em;
  padding: 0 5px;
}

@media (max-width: 640px) {
  .articleContent p.imgbox {
    width: 100%;
  }
  .advantage .col-xs-3 {
    width: 50%;
  }
  .advantage .advantage-info {
    margin-bottom: 12px;
  }
  .advantage .advantage-info img {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
  }
  .ourServices .col-xs-6 {
    width: 100%;
  }
  .articleContent #chars {
    width: 100%;
    height: 420px !important;
  }
  @media (max-width: 480px) {
    .articleContent #chars {
      width: 100%;
      height: 340px !important;
    }
  }
  .banner .banner-cta {
    font-size: 14px !important;
    padding: 10px 20px;
  }
}
/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 767px) {
  .logo-white {
    display: none;
  }
  .logo-normal {
    display: block;
  }
  .navbar.navbar-default {
    border: none;
    background: none;
  }
  .logoarea {
    position: absolute;
    z-index: 1000;
  }
  .transparent.header:not(.dark) .dropdown > a::before {
    color: #666;
  }
  .header .navbar-nav > li:not(.active) > a,
  .header.transparent:not(.dark) .navbar-nav > li:not(.active) > a {
    font-size: 16px;
    /* border-bottom: 1px solid #e9e9e9;*/
    color: #666 !important;
  }
  .navbar-default .navbar-nav > li > a::before {
    right: 20px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .block {
    padding-top: 30px;
  }
  .submenu ul.fixed {
    position: inherit;
  }

  .serviceItem .serviceItemContent p {
    height: 36px;
    overflow: hidden;
  }

  .articleContent #chars {
    height: 550px;
    width: 100%;
  }
  #headerecharts {
    display: none !important;
  }
  .block a.btnBack {
    top: -30px;
  }
  .tp-bgimg {
    /* background: url('../videos/video-poster2.jpg') top center !important;
    opacity: 1 !important;
    visibility: inherit !important; */
  }
  .logoarea {
    display: none;
  }
  .logoItem {
    transform: translate(0) scale(1) !important;
    top: 0;
  }
  .col-md-9.menu {
    text-align: left !important;
  }
  .navbar-header .navbar-toggle {
    float: left;
  }
  .login_box {
    position: absolute;
    right: 0;
    top: 10px;
  }
  .login_box a {
    background-color: #0b74be;
    color: #fff !important;
  }
  .col-md-9.menu .header-right {
    width: 100%;
  }
  .navbar-nav {
    text-align: left;
  }
  .hidden-xs {
    display: block !important;
  }
  .articleContent {
    width: 94% !important;
    margin: 0 3%;
  }
  .zz-list li div {
    height: 350px !important;
  }
}

@media (min-width: 768px) {
  .logo-white {
    display: block;
  }
  .navbar-default .navbar-collapse {
    margin-top: 0;
    padding-top: 5px;
  }
  .menulist {
    margin-top: 0px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .timelineList ul li .date {
    width: 100px;
  }
  .timelineList ul li .timelinecontent {
    margin-left: 120px;
    padding-left: 30px;
  }
  .timelineList ul li .timelinecontent img {
    width: 150px;
  }
  .newsblock ul {
    margin: 0 15px;
    padding: 0;
  }
  .newsblock li {
    margin: 0 0 15px 30px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e9e9e9;
  }
  .newsblock li:first-child {
    border-top: none;
  }
  .newsblock .newswithimg .postinfo {
    background: none;
    position: inherit;
    /* bottom:0px; */
    padding: 0;
  }
  .newsblock .newswithimg .postinfo h4 a {
    color: #444;
  }

  .serviceItem .serviceItemContent .cta {
    border: 1px solid #fff;
    color: #333;
  }
  .articleList .paging a,
  .newsblock a.btnmore {
    border-color: #fff;
    color: #333;
  }
  #mainContent {
    display: none;
  }
  .hidbanner {
    background: #fff !important;
  }
  .block a.btnBack {
    border-color: #fff;
    color: #333;
    right: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation .navbar-nav {
    float: right !important;
  }
  .menulist {
    margin-top: 0;
  }
  /* .submenu ul.fixed {
    position: fixed;
    top: 30px;
    padding-right: 0;
  } */
  .submenu {
    width: 100%;
  }
  .grid-space-0 .articleContent {
    width: 90% !important;
    margin: 0 5%;
  }
  .articleContent #chars {
    height: 400px;
    width: 100%;
  }
  .articleContent .wrapper {
    padding: 0 0 0 30px;
    min-height: 600px;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  .articleContent .wrapper {
    padding: 0 0 0 60px;
    min-height: 600px;
  }

  .submenu ul.fixed {
    position: fixed;
    top: 30px;
    padding-right: 0;
    min-width: 205px;
    width: 210px;
  }

  .submenu ul.bottom {
    position: absolute;
    bottom: -20px;
    padding-right: 0;
    min-width: 255px;
  }

  .submenu ul {
    border-bottom: none;
  }
  .block a.btnBack {
  }
  .articleContent {
    padding-top: 0;
  }

  .articleList .wrapper {
    padding: 0 60px;
  }
  .articleList .paging a,
  .newsblock a.btnmore {
    border-color: #fff;
    color: #333;
  }
  .articleContent #chars {
    height: 600px;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menulist {
    margin-top: 0;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .submenu ul.fixed {
    position: fixed;
    top: 30px;
    padding-right: 0;
    width: 255px;
  }
  .articleContent #chars {
    width: 100%;
    height: 700px;
  }
}

.slider-banner-fullscreen-alt-nav ul,
.slider-banner-fullscreen-alt-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: outside;
}
.menulist1 .menu:nth-of-type(1) {
  width: 45%;
}
.menulist1 .menu:nth-of-type(2) {
  width: 45%;
}
.menulist2 .menu:nth-of-type(1) {
  width: 20%;
}
.menulist2 .menu:nth-of-type(2) {
  width: 40%;
}
.menulist2 .menu:nth-of-type(3) {
  width: 40%;
}
#banner {
  width: 100%;
  height: 100vh;
}
.swiper-banner {
  width: 100%;
  height: 100%;
}
.swiper-banner .banner_video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.swiper-banner .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.swiper-banner .text-wrap h4 {
  color: #fff;
  display: inline-block;
  text-align: left;
  line-height: 64px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 64px;
  opacity: 1;
  white-space: nowrap;
}
.swiper-banner .text-wrap p {
  margin-top: 15px;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0px;
  font-size: 40px;
  visibility: visible;
  opacity: 1;
}
.swiper-banner .text-wrap a {
  color: #fff;
  display: inline-block;
  margin-top: 40px;
}
@media (max-width: 1080px) {
  #banner {
    height: 70vh;
  }
  .swiper-banner .text-wrap h4 {
    text-align: center;
    line-height: 30px;
    font-size: 23px;
    white-space: normal;
  }
  .swiper-banner .text-wrap .banner-title-none {
    display: block !important;
  }
  .swiper-banner .text-wrap .banner-title {
    display: none;
  }
  .swiper-banner .text-wrap p {
    line-height: 26px;
    font-size: 20px;
    margin-top: 7px;
    font-weight: 400;
  }
  .swiper-banner .text-wrap a {
    margin-top: 10px;
  }
  .banner-hint {
    bottom: 5vh;
  }
  .swiper-banner .banner_video {
    width: auto;
    height: 100%;
  }
  .contentUs h4 {
    margin-top: 20px;
  }
  .contentUs {
    width: 90%;
    min-height: 40vh;
    padding: 10px 5px;
    height: auto;
  }
  .message-form > div {
    margin-bottom: 16px;
  }
  .customerBox {
    right: inherit;
    left: calc(100vw - 50px);
  }
  .zz-list li {
    width: 49%;
  }
  .zz-list li div {
    height: 230px;
  }
  .serviceItem .serviceItemContent > a {
    height: 180px;
  }
  .block.indexcontent {
    padding-top: 50px;
  }
  .grid-space-0 .articleContent {
    padding: 0 !important;
  }
  .table-style tbody > tr > td {
    padding: 3px 1px;
  }
  .menulist1 .menu {
    width: 100% !important;
  }
  .tp-caption {
    margin-left: 0 !important;
  }
  .tp-caption.white_heavy_40 {
    white-space: normal;
  }
  .banner .banner-cta {
    margin-top: 20px;
  }
  .section.gray-bg.block {
    overflow: hidden;
  }
}
/* message 提示框 */
.el-message {
  position: fixed;
  top: 20px;
  right: 20px;
  transform: translateX(-50%);
  padding: 15px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  z-index: 9999;
}
.success {
  background-color: #67c23a;
}
.warning {
  background-color: #e6a23c;
}
.error {
  background-color: #f56c6c;
}
.info {
  background-color: #909399;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .menu-container {
    width: 100% !important;
  }
  .menu-container .logoarea {
    display: none;
  }
  .menu-container .col-sm-9.menu {
    width: 83%;
    text-align: left !important;
  }
  .login_box {
    float: right;
  }
  .login_box a {
    padding: 0 16px !important;
  }
  .login_box .login-register {
    white-space: nowrap;
  }
  .login_box a:nth-of-type(2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .menu .header-right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 840px) {
  .navbar-default .navbar-nav > li > a {
    padding: 12px 10px;
  }
  .navbar-default .navbar-nav > li > a:before {
    right: 0;
  }
  .login_box a {
    margin-right: 6px;
    padding: 0 12px !important;
  }
}
@media (min-width: 841px) and (max-width: 920px) {
  .navbar-default .navbar-nav > li > a {
    padding: 12px 15px;
  }
  .navbar-default .navbar-nav > li > a:before {
    right: 0;
  }
}
@media (min-width: 1081px) and (max-width: 1220px) {
  .menu-container {
    width: 95% !important;
  }
  .menu-container .logoarea {
    display: none;
  }
  .login_box {
    width: 20%;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .col-md-8.menu {
    width: 83%;
    text-align: left !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 12px 10px;
  }
  .navbar-default .navbar-nav > li > a:before {
    right: 0px;
  }
}
@media (min-width: 800px) and (max-width: 959px) {
  .col-md-8.menu {
    width: 83%;
    text-align: left !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 12px;
  }
  .navbar-default .navbar-nav > li > a:before {
    right: 0px;
  }
}
@media (min-width: 960px) and (max-width: 1219px) {
  .col-md-8.menu {
    width: 80%;
  }
}
@media (min-width: 1220px) and (max-width: 1329px) {
  .menu-container {
    width: 100% !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 12px 15px;
  }
  .navbar-default .navbar-nav > li > a:before {
    right: 3px;
  }
}
@media (min-width: 1330px) and (max-width: 1419px) {
  .menu-container {
    width: 95% !important;
  }
}
@media (min-width: 1420px) and (max-width: 1680px) {
  .menu-container {
    width: 90% !important;
  }
}
@media (min-width: 1681px) {
  /* .menu-container {
    width: 1500px !important;
  } */
  .menu-container {
    width: 95% !important;
  }
}
.fixed-header-on .header .col-md-8.menu {
  margin-top: 6px;
}
.login_box {
  height: 61px;
  text-align: right;
}
.login_box a {
  margin-top: 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  padding: 0 22px;
  margin-right: 10px;
  border-radius: 18px;
}
.login_box a.active {
  background-color: #0b74be;
}
.second-page .header.fixed .login_box .login,
.fixed-header-on .header.fixed .login_box .login {
  color: #fff;
}
.second-page .header.fixed .login_box .login.active,
.fixed-header-on .header.fixed .login_box .login.active {
  color: #fff;
}
.second-page .header.fixed .login_box .register,
.fixed-header-on .header.fixed .login_box .register {
  color: #333;
}
.second-page .header.fixed .login_box .register.active,
.fixed-header-on .header.fixed .login_box .register.active {
  color: #333;
}

.user-msg {
  height: 40px;
  margin-top: 10px;
  position: relative;
  width: 100%;
}
.user-msg .avatar {
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 10px;
  margin-top: 6px;
  float: right;
}
.user-msg .avatar img {
  width: 100%;
  height: 100%;
}
.user-msg .user {
  float: right;
  cursor: pointer;
}
.user-msg .user .user-menu .login-menu-item {
  color: #333;
  width: 100%;
  display: block;
  padding: 0px;
}
.fixed-header-on .user-msg .user .username {
  color: #333;
}
.fixed-header-on .user-msg .user .username::before {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.user-msg .user .username {
  height: 36px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  position: relative;
  padding-right: 20px;
}
.user-msg .user .username.active::before {
  transform: translateY(-40%) rotateZ(-225deg);
}
.user-msg .user .username::before {
  transition: 0.3s;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-60%) rotateZ(-45deg);
}
.second-page .user-msg .user .username {
  color: #333;
}
.second-page .user-msg .user .username::before {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.user-msg .user .user-menu {
  position: absolute;
  width: 180px;
  height: auto;
  background-color: #fff;
  top: 60px;
  right: -20;
  opacity: 0;
  transition: 0.3s;
  border-radius: 5px;
  padding: 5px 20px;
}
.user-msg .user .user-menu div {
  font-size: 14px;
  color: #333;
  line-height: 46px;
  text-indent: 2em;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.user-msg .user .user-menu div:last-child {
  border-bottom: none;
}
.user-msg .user .user-menu div:hover {
  /* background-color: #eee; */
  /* color: #000; */
}
.user-msg .user .user-menu div p {
  margin-bottom: 0;
}
.user-msg .user .user-menu.active {
  opacity: 1;
  top: 36px;
}
/* 用户统计 */
.userTotal {
  text-align: center;
}
.userTotal .userItem:nth-child(1) {
  margin-right: 20px;
}
