* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:root {
  --theme-color: #518fd3;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, form, input, select, button, textarea, header, footer, nav, section, figure, article {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'microsoft yahei', SimSun, Verdana, Arial;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
ul {
  list-style: none;
}
img {
  border: none;
}
i, em {
  font-style: normal;
}
:focus {
  outline: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
  text-decoration: none;
}

.hide {
  display: none;
}
.block {
  display: block;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.t2em {
  text-indent: 2em;
}

.container {
  width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
  font-size: 0;
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.row:after,
.clearfix:after {
  clear: both;
}

.flexbox {
  display: flex;
  justify-content: space-between;
}
.flexbox.flexbox-reverse {
  flex-direction: row-reverse;
}
/* 20220708 */
.justify-content-end{ 
	justify-content: flex-end;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.bg-light {
  background-color: #fafafa;
}
.bg-gray {
  background-color: #f5f5f5;
}

.mt5 {margin-top:5px}
.mt10 {margin-top:10px}
.mt15 {margin-top:15px}
.mt20 {margin-top:20px}
.mt30 {margin-top:30px}
.ml5 {margin-left:5px}
.ml10 {margin-left:10px}
.ml15 {margin-left:15px}
.ml20 {margin-left:20px}
.ml30 {margin-left:30px}
.ml50 {margin-left:50px}
.mr5 {margin-right:5px}
.mr10 {margin-right:10px}
.mr15 {margin-right:15px}
.mr20 {margin-right:20px}
.mr30 {margin-right:30px}
.mb5 {margin-bottom:5px}
.mb10 {margin-bottom:10px}
.mb20 {margin-bottom:20px}
.mb30 {margin-bottom:30px}
.pt5 {padding-top:5px}
.pt10 {padding-top:10px}
.pt20 {padding-top:20px}
.pt50 {padding-top:50px}
.pt60 {padding-top:60px}
.pb60 {padding-bottom:60px}
.pb50 {padding-bottom:50px}
.pb45 {padding-bottom:45px}
.pl15 {padding-left:15px}
.pl20 {padding-left:20px}
.pr20 {padding-right:20px}
.pt15 {padding-top:15px}
.pt30 {padding-top:30px}
.pb15 {padding-bottom:15px}

.figure {
  overflow: hidden;
}
.figure img {
  max-width: 100%;
  height: auto;
}

.tabs .bd > div {
  display: none;
}
.tabs .bd > .active {
  display: block;
}


/***************** header S *****************/
.topbar {
  height: 32px;
  line-height: 32px;
  background-color: #eee;
}
.topbar .welcome {
  padding-left: 24px;
  background: url(../image/hi.png) left center no-repeat;
}
.topbar .panel {
  display: flex;
}
.topbar .panel .dropdown {
  position: relative;
  z-index: 9;
  margin-left: 18px;
  background: url(../image/icon-dropdown.jpg) right center no-repeat;
}
.topbar .panel .dropdown > span {
  display: inline-block;
  padding-right: 15px;
  cursor: pointer;
}
.topbar .panel .dropdown > span:before {
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 3px;
  content: " ";
  vertical-align: middle;
  background: url(../image/icon-topbar.png) -17px 0 no-repeat;
}
.topbar .panel .dropdown .dropbox {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  width: 150px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  box-shadow: 0 2px 2px #eee;
}
.topbar .panel .dropdown:hover .dropbox {
  display: block;
}
.header {
  position: relative;
  height: 130px;
  align-items: center;
  overflow: hidden;
  background: url(../image/header.gif) 432px top no-repeat;
}
.header .logo a {
  display: block;
}
.header .meta {
  min-width: 435px;
}
.header .meta ul li {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-left: 20px;
  color: #999;
  padding-left: 30px;
  background: url(../image/ad_ico1.png) left center  no-repeat;
}
.header .meta ul li:nth-child(2) {
  background: url(../image/ad_ico2.png) left center  no-repeat;
}
.header .meta ul li:nth-child(3) {
  background: url(../image/ad_ico3.png) left center  no-repeat;
}
.header .meta ul li:nth-child(4) {
  background: url(../image/ad_ico4.png) left center  no-repeat;
}
.header .meta .tel {
  display: inline-block;
  margin-top: 20px;
  padding: 18px 0 0 3px;
  font-size: 24px;
  color: var(--theme-color);
  background: url(../image/header-tel.png) no-repeat;
}

.menu {
  border-bottom: 1px solid var(--theme-color);
}


/*.menu .nav2 {*/
/*  display: flex;*/
/*  line-height: 50px;*/
/*  font-size: 16px;*/
/*}*/

/*.menu .nav2 ul {*/
/*  display: flex;*/
/*  margin-right: 50px;*/
 
/*}*/

/*.menu .nav2 li {*/
  
/*}*/
/*.menu .nav2 li a {*/
/*  display: block;*/
/*  padding: 0 20px;*/
/*}*/


.menu .nav {
  display: flex;
  line-height: 50px;
  font-size: 16px;
}

  
.menu .nav ul {
  display: flex;
 
}
   
.menu .nav li {
  position: relative;
}
.menu .nav li a {
  display: block;
  padding: 0 20px;
}
.menu .nav li .hot {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 16px;
  background: url(../image/hot.png) no-repeat;
}
.menu .nav .tel {
  margin-left: 20px;
  padding-left: 48px;
  font-weight: bold;
  color: var(--theme-color);
  background: url(../image/nav-tel.png) left center no-repeat;
}
.allcate {
  position: relative;
  z-index: 9;
}
.allcate > h4 {
  display: block;
  width: 250px;
  height: 50px;
  text-indent: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background: var(--theme-color) url(../image/icon-menu.png) 80% center no-repeat;
  cursor: pointer;
}
.allcate .catelist {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
}
body.home .allcate .catelist,
.allcate:hover .catelist {
  display: block;
}
.allcate .catelist > li {
  height: 80px;
  background-color: rgba(0, 0, 0, .6);
  background-image: url(../image/cate-arr.png);
  background-position: 85% center;
  background-repeat: no-repeat;
  border-bottom: 1px dashed #4b5255;
}
.allcate .catelist > li:hover {
  background-color: rgba(0, 0, 0, .8);
}
.allcate .catelist > li > a {
  display: flex;
  align-items: center;
  padding: 0 26px;
  line-height: 79px;
  font-size: 16px;
  color: #fff;
}
.allcate .catelist > li > a i {
  display: block;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  background: url(../image/cate-1.png) no-repeat;
}
.allcate .catelist > li:hover > a > i {
  background-position: 0 -46px;
}
.allcate .catelist > li:nth-child(2) > a i {
  background-image: url(../image/cate-2.png);
}
.allcate .catelist > li:nth-child(3) > a i {
  background-image: url(../image/cate-3.png);
}
.allcate .catelist > li:nth-child(4) > a i {
  background-image: url(../image/cate-4.png);
}
.allcate .catelist > li:nth-child(5) > a i {
  background-image: url(../image/cate-5.png);
}
.allcate .catelist > li:nth-child(6) > a i {
  background-image: url(../image/cate-6.png);
}
.allcate .catelist .box {
  position: absolute;
  top: 1px;
  left: 250px;
  display: none;
  width: 950px;
  height: 100%;
  padding-top: 10px;
  background: #fff url(../image/cate-box-bg.jpg) right bottom no-repeat;
}
.allcate .catelist > li:hover .box {
  display: block;
}
.allcate .catelist .box dl {
  display: flex;
  padding-top: 15px;
  padding-bottom: 25px;
  line-height: 30px;
  border-bottom: 1px solid #f0f0f0;
}
.allcate .catelist .box dt {
  width: 200px;
  text-indent: 50px;
  font-size: 18px;
  font-weight: bold;
}
.allcate .catelist .box dd {
  display: flex;
}
.allcate .catelist .box dd a {
  margin-right: 50px;
}
/***************** header E *****************/


/***************** footer S *****************/
.whyus {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.whyus li {
  width: 190px;
  text-align: center;
}
.whyus li p {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.whyus li span {
  letter-spacing: 2px;
  color: #999;
}

.footer {
  padding-top: 40px;
  color: #838486;
  background-color: #2d3136;
}
.footer a {
  color: #838486;
}
.footer a:hover {
  color: var(--theme-color);
}
.footer .item h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.footer .nav {
  width: 230px;
}
.footer .nav li {
  margin-bottom: 10px;
}
.footer .qrcode {
  margin-right: auto;
  text-align: center;
}
.footer .contact {
  width: 250px;
}
.footer .contact .tel {
  font-size: 32px;
  color: var(--theme-color);
}
.footer .contact span {
  font-size: 12px;
}
.footer .contact a {
  display: block;
  width: 150px;
  height: 34px;
  margin-top: 15px;
  background: url(../image/kf_btns.png) no-repeat;
}
.footer .links {
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
  padding-left: 20px;
  background: url(../image/link_ico.png) left center no-repeat;
  border-top: 1px solid #4d5156;
}
.footer .links a:hover {
  text-decoration: underline;
}

.sitecopy {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #020915;
}
.sitecopy a {
  color: #fff;
}

.backtop {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 99;
  width: 48px;
  height: 48px;
}
.backtop .icon-top {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .sidekefu {
    position: fixed;
    top: 50%;
    right: -1px;
    z-index: 500;
    width: 48px;
    height: 100%;
  }
  .sidekefu .inner {
    transform: translate(0, -50%);
  }
  .sidekefu .item {
    position: relative;
    width: 48px;
    height: 48px;
    margin-top: 5px;
  }
  .sidekefu .item:first-child {
    margin-top: 0
  }
  .sidekefu .item > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
  }
  .sidekefu .item > a:hover {
    color: #fff;
    background-color: #0d0c22;
    border-color: #0d0c22;
  }
  .sidekefu .popbox {
    position: absolute;
    right: 60px;
    top: 0;
    display: none;
    padding: 20px 16px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .16);
  }
  .sidekefu .active .popbox {
    display: block;
  }
  .sidekefu .popbox .triangle {
    position: absolute;
    right: -6px;
    top: 13px;
    width: 12px;
    height: 12px;
    background: #fff;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .16);
    transform: rotate(45deg);
  }
  .sidekefu .box-phone {
    width: 256px;
    padding: 20px 10px;
  }
  .sidekefu .box-phone .text .icon-phone {
    float: left;
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 52px;
  }
  .sidekefu .box-phone .text p {
    padding-top: 5px;
    color: #666;
  }
  .sidekefu .box-phone .text span {
    font-size: 20px;
  }
  .sidekefu .box-QRcode {
    padding: 10px;
    text-align: center;
  }
  .sidekefu .box-QRcode img {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
/***************** footer E *****************/


/***************** slider S *****************/
.slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.slider .bd {
  position: relative;
  overflow: hidden;
}
.slider .bd li {
  display: block;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
}
.slider .bd li a {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index_ban_ul li img {
  display: block;
}
.slider .hd {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.slider .hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  white-space: nowrap;
  text-indent: -999px;
  overflow: hidden;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.slider .hd li.on {
  background-color: var(--theme-color);
}
/***************** slider E *****************/

.banner-page {
  height: 400px;
  background: url(http://q71.zhihwhcm.com/template/default/images/about.jpg) center no-repeat;
  background-size: cover;
}

.page-title {
  padding: 30px 0;
  text-align: center;
}
.page-title h3 {
  font-size: 42px;
  font-weight: normal;
}
.page-title span {
  display: inline-block;
  width: 100px;
  height: 2px;
  margin: 10px auto;
  background-color: #518fd3;
}
.page-title p {
  font-size: 30px;
  color: #f2f2f2;
  text-transform: uppercase;
}

.page-body {
  font-size: 22px;
  overflow: hidden;
}
.page-body img {
  max-width: 100%;
  height: auto;
}

.breadcrumb {
  height: 64px;
  line-height: 64px;
  padding-left: 20px;
  background: url(../image/icon-breadcrumb.png) left center no-repeat;
}

.adbox {
  margin-bottom: 10px;
}

.main-list {
  width: 880px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}
.main-list .hd {
  height: 60px;
  align-items: center;
  padding-left: 30px;
  padding-right: 15px;
  background-color: #f5f5f5;
}
.main-list .hd .counter {
  font-size: 20px;
}
.main-list .hd .counter em {
  color: var(--theme-color);
}
.main-list .search form {
  display: flex;
}
.main-list .search .iptxt {
  width: 240px;
  height: 30px;
  padding: 0 3px;
  border: 1px solid #e6e6e6;
  border-right-width: 0;
}
.main-list .search .btn-search {
  width: 50px;
  height: 30px;
  background: url(../image/btn-search.gif) no-repeat;
  border: none;
  cursor: pointer;
}

.newslist li {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  border-left: 4px solid transparent;
  transition: all .3s linear;
}
.newslist li:hover {
  background-color: #fafafa;
  border-left-color: var(--theme-color);
}
.newslist li h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
.newslist li h2 a {
  color: #333;
}
.newslist li:hover h2 a {
  color: var(--theme-color);
}
.newslist li .figure {
  width: 200px;
  margin-right: 15px;
}
.newslist li .text {
  flex: 1;
}
.newslist li .text p {
  color: #666;
}

.hotlist {
  padding: 0 10px;
}
.hotlist li {
  margin-bottom: 15px;
  font-size: 16px;
}
.hotlist li:last-child {
  margin-bottom: 0;
}
.hotlist li a i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 14px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #9a9a9a;
}
.hotlist li:first-child a i,
.hotlist li:nth-child(2) a i,
.hotlist li:nth-child(3) a i {
  background-color: var(--theme-color);
}

.pagination {
  padding: 30px 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  padding: 5px 8px;
  margin: 0 2px;
  color: #000;
  background-color: #fafafa;
  border: #ccc 1px solid;
}
.pagination .page-num-current,
.pagination a:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.nodata {
  padding-top: 200px;
  margin-bottom: 100px;
  text-align: center;
  background: url(../image/nodata.png) center top no-repeat;
}


/***************** sidebar S *****************/
.sidebar {
  width: 300px;
}
.widget {
  border: 1px solid #e6e6e6;
}
.widget .hd {
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  padding-right: 15px;
  font-size: 20px;
  background-color: #f5f5f5;
}
.widget .bd {
  padding: 15px 0;
}
.sidebar .widget {
  margin-bottom: 10px;
}
.sidebar .widget .hd span {
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c2c2c2;
}
.subnav {
  padding: 0 15px;
}
.subnav li {
  line-height: 40px;
  font-size: 16px;
  text-indent: 15px;
  border-bottom: 1px dashed #e6e6e6;
}
/***************** sidebar E *****************/

/***************** article S *****************/
.post {
  padding: 15px 0;
}
.post-title {
  text-align: center;
}
.post-title h1 {
  margin-bottom: 15px;
  font-size: 24px;
}
.post-title .meta {
  color: #999;
}
.post-title .meta span {
  padding: 0 .5em;
}
.post .page-body {
  padding: 30px 0;
  line-height: 1.75em;
  font-size: 16px;
}
.post-tags {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #f5f5f5;
}
.post-tags a {
  margin-right: 1em;
  color: #333;
}
.post-nav {
  line-height: 2em;
}
/***************** article E *****************/


/***************** homecss S *****************/
.section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.section-title h3 {
  padding-left: 10px;
  font-size: 23px;
  border-left: 2px solid #518fd3;
}
.section-title .more {
  display: block;
  padding-right: 18px;
  font-size: 16px;
  color: #333;
  background: url(../image/more.png) right center no-repeat;
}

.prolist li {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.prolist li .figure img {
  width: 100%;
  height: 232px;
}
.prolist li .text {
  padding-top: 20px;
}
.prolist li .text h4 {
  font-size: 18px;
}
.prolist li .text h4 a {
  color: #333;
}
.prolist li .text p {
  height: 48px;
  overflow: hidden;
  margin: 10px 0;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999;
}
.prolist li .text .btn-more {
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  border: 2px solid #d9d9d9;
}
.prolist li .text .btn-more:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.product-detail {
  margin-bottom: 30px;
}
.product-detail .figure {
  width: 500px;
  margin-right: 50px;
}
.product-detail .text {
  flex: 1;
}
.product-detail .text h1 {
  margin-bottom: 10px;
  font-size: 26px;
  color: #000;
}
.product-detail .text .desc {
  margin-bottom: 20px;
  color: #666;
}
.product-detail .text .price {
  margin-bottom: 30px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  background-color: #f7f7f7;
}
.product-detail .text .price span,
.product-detail .text .price em {
  font-size: 22px;
  color: var(--theme-color);
}
.product-detail .text .action .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  padding: 5px 80px;
  border: 2px solid var(--theme-color);
}
.product-detail .text .action .btn i {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url(../image/icon-chat.png) center no-repeat;
}
.product-detail .text .action .btn-filled {
  color: #fff;
  background-color: var(--theme-color);
}
#protabs .hd {
  background-color: #f8f8f8;
  border-bottom: 1px solid var(--theme-color);
}
#protabs .hd li {
  display: inline-block;
  padding: 0 35px;
  line-height: 40px;
  font-size: 16px;
}
#protabs .hd li.active {
  color: #fff;
  background-color: var(--theme-color);
}
/***************** homecss E *****************/


/*企业团队*/
.dier {
  position: relative;
}
.dier .hd .next,
.dier .hd .prev {
  position: absolute;
  top: 180px;
  z-index: 99;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  font-family: serif;
  font-size: 30px;
  font-weight: 700;
  color: #518fd3;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
}
.dier .hd .next {
  right: -65px;
}
.dier .hd .prev {
  left: -65px;
}
.dier .bd {
  position: relative;
  overflow: hidden;
}
.dier .bd li {
  float: left;
  text-align: center;
}
.dier .bd li .dic {
  position: relative;
  width: 278px;
  height: 400px;
  overflow: hidden;
  margin: 0 10px 10px;
  padding-top: 50px;
  background: #fff;
  border-radius: 10px;
}
.dier .bd li .thumb {
  display: block;
  width: 44%;
  margin: 0 auto;
  border-radius: 50%;
}
.dier .bd li .mingzi {
  margin: 20px 0;
  font-size: 26px;
  color: #000;
}
.dier .bd li .mingzi strong {
  font-size: 18px;
  font-weight: normal;
  color: #808080;
}
.dier .bd li .miaoshu {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  color: #6e6e6e;
  text-align: left;
}
.dier .bd li .anniu {
  margin-top: 15px;
}
.dier .bd li .anniu p {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  background: #518fd3;
  border-radius: 4px;
  cursor: pointer;
}
.dier .bd li .anniu .dhzx {
  margin-left: 5px;
  background: #4d4d4d;
}
.dier .bd li .wxewm {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 250px;
  border-radius: 8px 8px 0 0;
  background: #fff
}
.dier .bd li .wxewm img {
  width: 70%;
  height: auto;
  margin-top: 27px
}
.dier .bd li .dhhm {
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120px;
  line-height: 120px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  text-align: center
}
.dier .bd li .dhhm p {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center
}
.dier .bd li .dhhm p img {
  width: 40px;
  height: 40px
}
.dier .bd li .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .3);
}

/*新闻资讯*/
.switch {
  flex: 1;
  margin-right: 40px;
}
.switch .hd ul {
  display: flex;
}
.switch .hd li {
  padding: 10px 0;
  font-size: 18px;
}
.switch .hd li a {
  display: block;
  padding: 0 15px;
  border-left: 1px solid #999;
}
.switch .hd li.on a {
  color: var(--theme-color);
}
.switch .hd li:first-child a {
  border-left-width: 0;
}
.switch .newslist li {
  padding-left: 15px;
  border-left-width: 0;
}

/*合作伙伴*/
#section-partner {
  padding-top: 30px;
}
#section-partner .flexbox {
  flex-wrap: wrap;
}
#section-partner .flexbox li {
  margin-top: 10px;
  margin-bottom: 10px;
}
#section-partner .flexbox li .figure {
  display: block;
  padding: 5px;
  border: 1px solid #eee;
}
#section-partner .flexbox li .figure img {
  width: 200px;
}


/*企业文化*/
#tabs-culture .hd { display: flex; justify-content: center; }
#tabs-culture .hd li { text-align: center; padding-left: 70px; padding-right: 70px; cursor: pointer; }
#tabs-culture .hd li span { display: block; width: 210px; height: 230px; background: url(../image/icon-light.png) no-repeat; }
#tabs-culture .hd li p { font-size: 24px; }
#tabs-culture .hd li.active p { color: #518fd3; }
#tabs-culture .hd li.active span { background-image: url(../image/icon-light-hover.png); }
#tabs-culture .hd li:nth-child(2) span { background-image: url(../image/icon-target.png); }
#tabs-culture .hd li:nth-child(3) span { background-image: url(../image/icon-award.png); }
#tabs-culture .hd li:nth-child(2).active span { background-image: url(../image/icon-target-hover.png); }
#tabs-culture .hd li:nth-child(3).active span { background-image: url(../image/icon-award-hover.png); }
#tabs-culture .bd { padding-top: 30px; }
#tabs-culture .bd > div.active { display: flex; }
#tabs-culture .bd > div:nth-child(2) { justify-content: center; }
#tabs-culture .bd > div:nth-child(3) { justify-content: flex-end; }
#tabs-culture .bd .box { position: relative; width: 500px; background-color: #f6f7fb; padding: 10px 20px;font-size: 18px; }
#tabs-culture .bd .box .icon { position: absolute; top:-20px; left:50%; margin-left: -20px; border-width:0 20px 20px;border-style:solid;border-color:transparent transparent #f6f7fb; }


/*联系我们*/
.infolist { display: flex; justify-content: space-between; padding-bottom: 30px; }
.infolist li { width:300px; text-align: center; font-size: 20px; }
.infolist li p { padding: 10px 0; }
.infolist li span{font-size: 14px; color:#999;}
.mapbox { padding: 30px 0; }
#bdmap { width: 100%; height: 500px; margin-top: 30px; }