@font-face {
    font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

h1, h2, h3, h4 {
  /*font-size: 42px;*/
  color: red;
  font-weight: 700;
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}


a:hover {
  color: #4285F4;
}

.round__btn {
  width: 140px;
  height: 40px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border-radius:20px;
}

.round__btn1 {
  width: 140px;
  height: 40px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border-radius:20px;
  margin-top: 10px;
}
/* 20231122footer-css */
.contact-me-btn {
  padding: 12px 9px;
  background: #4285F4;
  position: fixed;
  bottom: 5%;
  lefe: 0;
  text-align: center;
  display: block;
  z-index: 999;
}
.contact-me-btn p {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF!important;
  line-height: 17px;
  margin-top: 6px;
}
.contact-me-btn img {
  width: 20px;
  height: 20px;
}
.contact-me {
  position: fixed;
  bottom: 5%;
  left: 80px;
  width: 275px;
  height: 351px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 9px 14px 6px rgba(0,0,0,0.02), 0px 4px 9px 0px rgba(0,0,0,0.06), 0px 3px 6px -4px rgba(0,0,0,0.12);
  z-index: 999;
  display: none;
}
.contact-me .arrow {
  position:absolute;
  width: 10px;
  height:30px;
  background:url('<?php bloginfo("template_url") ?>/img/arrows.png') no-repeat;
  background-position: 1px -70px;
  overflow: hidden;
  right:280px;
  top:10px;
  left: -10px;
  z-index: 888;
}
.contact-me-title {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2C2C2C;
  line-height: 22px;
}
.contact-me-input-list {
  margin-top: 10px;
}
.contact-me-input-list input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #E0E0E0;
  padding: 8px 5px 8px 36px;
}
.contact-me-input-list img {
  position: absolute;
  margin: 12px 10px;
}
.contact-me-input-list a {
  background: #4285F4;
  border-radius: 3px;
  color: #fff;
  height: 36px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-me-tel {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 20px;
}
.contact-me-tel span {
  font-size: 18px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #F5A00F;
  line-height: 21px;
  margin-left: 10px;
}
@media screen and (max-width: 640px){
  .contact-me-btn, .contact-me {
      display: none;
  }
}
/* 20231123category-css */
body {
  background: #F9F9FB;
}
.category-pages {
  margin-top: 20px;
  padding: 15px 30px 15px 15px;
  background: #fff;
}
.category-pages ul li {
  display: inline-block;
  margin-right: 30px;
}
.category-pages ul li a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2D2D2D;
  line-height: 22px;
  padding-left: 15px;
}
.category-pages ul li a:hover {
  color: #1A90FF;
  border-left: 4px solid #1A90FF;
  padding-left: -5px;
}
.category-pages-active {
  border-left: 4px solid #1A90FF;
  padding-left: -5px;
  color: #1A90FF!important;
}
.category-pages ul li span{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #656565;
  line-height: 20px;
}
.category-pages ul li:last-child {
  float: right;
  margin-right: 0;
}
.category-pages ul li span:hover {
  cursor: pointer;
}
.category-pages-city {
  padding: 0px 30px 30px 30px;
  background: #fff;
  position: relative;
  z-index: 1;        
}
.category-pages-city hr {
  margin-top: -5px;
  border: 1px solid #E7E7E7;
}
.category-pages-city ul .category-pages-city-li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 96px;
  margin-right: 4px;
}
.category-pages-city ul li .category-pages-city-li-a {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.category-pages-city .category-pages-city-ul:last-child {
  margin-top: 9px;
}
.category-pages-right {
  margin-top:-425px;
}
.category-pages-container {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
}
.category-pages-container .category-pages-container-search {
  border-left: 1px solid rgba(0,0,0,0.15);
  display: block;
  position: relative;
  margin-top: -37px;
  float: right;
  padding: 10px;
  width: 36px;
  height: 36px;
}
.category-pages-container .category-pages-container-search img {
  margin: -8px 0 0 -2px;
}
.category-pages-container .category-pages-container-search:hover {
  background: #ddd;
}
.category-pages-container input {
  padding: 7px 60px 7px 24px;
  width: 100%;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.15);
}
.category-pages-container-list {
  padding: 15px 30px;
}
.category-pages-container-list img {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  width: auto;
  height: auto;
}
.category-pages-container-list p {
  margin-top: 10px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2D2D2D;
  line-height: 20px;
}
.category-pages-title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2D2D2D;
  line-height: 25px;
}
a.category-pages-title:hover {
  color: #1A90FF;
}
.category-pages-list-title {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2D2D2D;
  line-height: 22px;
  border-left: 4px solid #1A90FF;
  padding: 0 0 0 10px;
  margin-left: -15px;
}
.category-pages-list-title hr {
  border: 1px solid #E7E7E7;
}
.category-pages-container-list-ul li {
  margin-top: 15px;
}
.category-pages-container-list-ul li a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #686868;
  line-height: 20px;
}
.category-pages-list-ads {
  margin-top: 15px;
}
.category-pages-list-ads-list {
  padding-top: 15px;
}
.post__list .category-pages-list-ads-list {
  text-align: left;
}
.post__list .category-pages-list-ads-list .post__image img {
  height: 70px;
  width: 100px!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post__list .category-pages-list-ads-list .ads-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2D2D2D;
  letter-spacing: -0.05px;
  margin-left: 5px;
}
.post__list .category-pages-list-ads-list .ads-title:hover {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A90FF;
  line-height: 20px;
}
.post__list .category-pages-list-ads-list .post__metas {
  margin-top: 6px;
}
.post__list .category-pages-list-ads-list {
  text-align: left;
}
.post__list .category-pages-list-ads-list .post__image {
  height: 70px;
  width: 100px!important;
  diplay: flex;
  align-items: center;
  justif-content: center;
  object-fit: none;
}
.post__list .category-pages-list-ads-list .ads-title {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2D2D2D;
  letter-spacing: -0.05px;
  margin-left: 5px;
}
.post__list .category-pages-list-ads-list .ads-title:hover {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A90FF;
  line-height: 20px;
}

.post__list .category-pages-list-ads-list .post__metas {
  margin-top: 6px;
}
.category-pages-city-list {
  padding: 20px;
}
.category-pages-city-list-title {
  font-size: 16px;
  padding: 5px;
}
.category-pages-city-list-title a, .category-pages-city-list ul li a {
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.category-pages-city-list ul li {
  margin-left: 30px;
  display: inline-block;
}
/* header start */
/*header.header {*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  z-index: 799;*/
/*  background: linear-gradient(90deg, #060731 0%, #14082A 100%);*/
/*}*/

.breadcrumbnav-list {
    margin-top: 130px;
    text-overflow: ellipsis;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.contact-info {
    display: none;
    height: 60px;
    background: #F9F9F9;
    margin-bottom: 20px;
    padding: 10px;
}
.contact-info-inline {
    display: inline-block;
}
.contact-info-avatar {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}
.contact-info-avatar img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-info-avatar, .contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info-right {
    float: right;
}
.contact-info-info {
    position: relative;
    top: -3px;
    z-index: 1;
}
.contact-info-icon {
    position: relative;
    top: 5px;
    z-index: 1;
}
.contact-info-info-name {
    color: black;
    font-weight: bold;
    font-size: 12px;
}
.contact-info-info-pos {
    font-size: 12px;
}
.contact-info-icon-wechat, .contact-info-icon-phone {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info-icon-phone {
    margin-left: 10px;
    border-radius: 20px;
    background: #ceecfc;
}
.contact-info-icon-wechat img{
    width: 100%;
    height: 100%;
}
.contact-info-icon-phone img {
    width: 20px;
    height: 20px;
}
.contact-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 888!important;
}
.contact-popup {
    display:none;
    width: calc(100% - 56px);
    max-width: 320px;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 889!important;
    background: white;
}
.contact-popup-container {
    display: flex;
    padding-bottom: 20px;
    max-width: 320px;
    flex-direction: column!important;
}
.contact-popup-container-img {
    height: 80px;
}
.contact-popup-container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-popup-container-info {
    display: flex;
    padding: 18px 18px 10px 18px;
    border-bottom: 1px solid #ddd;
}
.contact-popup-container-info-avatar {
    margin-right: 10px;
    width: 64px;
    height: 64px;
}
.contact-popup-container-info-avatar img {
    border-radius: 34px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-popup-container-info-info {
    font-size: 12px;
}
.contact-popup-container-info-info div:first-child {
    font-weight: bold;
    color: black;
}
.contact-popup-container-info-info div:nth-child(2) {
    position: relative;
    top: -5px;
}
.contact-popup-container-info-info div:nth-child(3) {
    position: relative;
    top: -10px;
}
.contact-popup-container-desc-desc {
    padding: 16px;
}
.contact-popup-container-desc-qrcode {
    margin: 0  auto 12px;
    width: 147px;
    height: 148px;
}
.contact-popup-container-desc-qrcode img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-popup-container-desc-scan {
    text-align: center;
}

.contact-info-banner {
    display: none;
    height: 60px;
    margin-bottom: 20px;
}
.contact-info-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header.header {
  width: 100%;
  position: absolute;
  z-index: 799;
  background: transparent; /* 初始背景颜色为透明 */
}
header.header .navbar {
  width: 100%;
  left: 0;
  height: 80px;
  z-index:800;
  text-align: center;
  line-height: 80px;
  transition:all 1s ease 0s;
}
.navbar-brand img {
  width: 104px;
  height: 40px;
}
.single_mianzhe a img {
    width: 100%;
}

.navbar-light .navbar-nav > li > a {
    color: rgb(255 255 255);
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    height: 80px;
    display: block;
}
.nav__phone {
  color: #ffc107;
  font-size: 16px;
  font-weight:normal;
}
.navbar-nav {
  margin-left: 85px;
}

.navbar-nav li {
  position: relative;
}

.navbar-nav .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  width: 500px;
  box-shadow:0px 9px 28px 8px rgba(0,0,0,0.05),0px 6px 16px 0px rgba(0,0,0,0.08),0px 3px 6px -4px rgba(0,0,0,0.12);
  border-radius:3px;
  z-index: 9999;
}
.navbar-nav .sub-menu li {
    float: left;
    margin-right: 40px;
    padding: 10px 0;
    line-height: 20px;
    text-align: left;
    width: 70px;
}
.navbar-nav .sub-menu li a {
  font-size:14px;
  font-family:'Alibaba PuHuiTi', PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:20px;
}

.navbar-nav .sub-menu > li.menu-item-has-children > a,
.navbar-nav .sub-menu .sub-menu li > li a:hover,
.navbar-nav .sub-menu .sub-menu li .sub-menu li a:hover {
  color:rgba(66,133,244,1);
}
.navbar-nav .sub-menu .sub-menu {
  width: 288px;
  position: absolute;
  left: 0;
  padding-left: 0;
  box-shadow: none;
}
.navbar-nav .sub-menu .sub-menu li {
  width: 33.3%;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}

.navbar-nav .sub-menu .sub-menu li a {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(132,132,132,1);
  line-height:20px;
}
header.scroll__header {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 1px 3px rgba(0,0,0,0.07);
}
header.scroll__header .navbar-light .navbar-nav > li > a {
    color: #fff;
}
header.scroll__header .nav__phone a{
  color: #F5A00F;
}

header.fadeOutUp {
  animate-duration: .3s;
}
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #ffc600!important;
}
/* header end */

/* 首页banner */

.banner-container {
  width: 100%;
  height:500px;
  position: relative;
}
.banner-container .swiper-slide {
    margin-top: 80px;
    text-align: center;
    font-size: 18px;
    background: rgb(7 7 48);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banner-container .swiper-slide h4 {
  text-align: left;
  color: #fff;
  margin-top: 50px;
}
.banner-container .banner-title {
  margin-top: 70px;
}
.banner-container .swiper-slide p {
  text-align: left;
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}

.banner-container .swiper-slide .banner_btn {
    margin-top: 60px;
    text-align: center;
}

.banner-container .swiper-slide .banner_btn a {  
  color: #fff;
}
.banner-container .swiper-slide .banner_btn a.btn-outline-primary {  
  margin-left: 15px;
  border-color: #fff;
}
.banner-container .swiper-slide .banner_btn a.btn-outline-primary:hover {  
  border-color: #007bff;
}

.banner-container .swiper-slide img {
  max-width: 100%;
}

.banner-pagination {
  top: 502px;
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.banner-pagination .swiper-pagination-bullet {
  width: 33px;
  border-radius: 2px;
  background: #3b3959;
  height: 3px;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: #4285F4;
}

.banner__down_block {
  width: 100%;
  height:110px;
  background:rgba(255,255,255,1);
  box-shadow:0px 9px 14px 6px rgba(0,0,0,0.02),0px 4px 9px 0px rgba(0,0,0,0.06),0px 3px 6px -4px rgba(0,0,0,0.12);
  position: absolute;
  bottom: -55px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 2;
}
.banner__down_block span.c_icon {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 20px;
}
.banner__down_block p {
  font-size:16px;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:22px;
}
.banner__down_block p span {
  font-size:12px;
  color:rgba(132,132,132,1);
  line-height:24px;
  display: block;
}

/* 首页banner end */
section.section {
  //margin-bottom: 60px;
}

section.section h4 {
  font-size:30px;
  font-weight:500;
  color:#2C2C2C;
  line-height:42px;
  text-align: center;
  margin-bottom: 40px;
}
section.section h4 span.c_icon {
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
  margin-right: 5px;
}

/* 首页 关于宝策网 */
.index__sec1 {

}
.index__sec1 .index__sec1_row1 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.index__sec1 .index__sec1_row1 span.c_icon {
  width: 50px;
  height: 50px;
}
.counter-info {
  margin-top: -60px;
  margin-left: 70px;
}
.index__sec1 .index__sec1_row1 p {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:22px;
}
.counter-num-line {
  margin-top: 10px;
  width: 30px;
  height: 4px;
  background: #4285F4;
}
.counter-num-text {
  margin-top: 18px;
}
.index__sec1 .index__sec1_row1 p span {
  font-size:30px;
  display: block;
  height: 35px;
  position: relative;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:34px;
  margin-bottom: 15px;
}
.index__sec1 .index__sec1_row2 {
  -moz-box-shadow:0px 1px 8px  rgba(0,0,0,0.07); 
  -webkit-box-shadow:0px 1px 8px  rgba(0,0,0,0.07); 
  box-shadow:0px 1px 8px  rgba(0,0,0,0.07);
}
.index__sec1 .index__sec1_row2 img {
  margin-left: -15px;
  margin-right: -15px;
}
.index__sec1_row2_content {
  padding: 41px;
}
.index__sec1_row2_content h5 {
  font-size:20px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  color:rgba(44,44,44,1);
  line-height:28px;
  font-weight: 600;
}
.index__sec1_row2_content p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  color:rgba(92,92,92,1);
  line-height:26px;
}
.index__sec1_row2_content div {
  text-align: center;
}
.index__sec1_row2_content div p {
  margin: 15px 0;
}
.index__sec1_row2_content div p span:not(.c_icon) {
  display: inline-block;
  width: 90px;
  height:34px;
  text-align: center;
  line-height: 34px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(231,231,231,1);
  font-weight:600;
  color:rgba(44,44,44,1);
  /*padding: 0 10px;*/
}
.index__sec1_row2_content div p span.c_icon {
  width: 16px;
  height: 16px;
  margin: 2px 25px;
}

.index__sec1_row2_content a.btn {
  margin-top: 30px;
}
/* 首页 关于宝策网 end */
.index__sec1_row8 {
  margin: 30px 0 20px 0;
  text-align: center;
}
.index__sec1_row8 h4 {
  font-family:'Alibaba PuHuiTi', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2C2C2C;
  line-height: 42px;
}
.index__sec1_row8_container {
  margin-right: 20px;
  display: inline-flex;
  width: 250px;
  height: 96px;
  background: #FFFFFF;
  box-shadow: 0px 9px 14px 6px rgba(0,0,0,0.02), 0px 4px 9px 0px rgba(0,0,0,0.06), 0px 9px 6px -4px rgba(0,0,0,0.12);
  line-height: 96px;
}
.index__sec1_row8_container .sort {
  display: flex;
  font-size: 34px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #1A90FF;
  line-height: 34px;
  text-align: left;
  word-spacing: -0.11px;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 15px;
}
.index__sec1_row8_container .title {
  width: 162px;
  display: flex;
  font-size: 18px;
  font-family:'Alibaba PuHuiTi', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2C2C2C;
  line-height: 28px;
  text-align: left;
  align-items: center;
}
.index__sec1_row8 ul {
  margin-bottom: 30px;
}

.index__sec1_row8 ul li:last-child {
  margin-right: 0;
}
.index__sec1_row8_container_button {
  border-radius: 18px;
  border: 1px solid #4285F4;
  font-size: 14px;
  font-family:'Alibaba PuHuiTi', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #4285F4;
  line-height: 36px;
  width: 140px;
  height: 36px;
  position: relative;
  top: 30px;
}


/* 首页 服务范围 */
.index__sec2 {
  min-height:606px;
  background:rgba(31,36,61,1);
  padding-top: 60px;
}
.index__sec2 h4 {
  color: #fff!important;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.index__sec2 h4:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #323A5E;
}
.index__sec2 p {
  max-width: 370px;
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  color:rgba(255,255,255,1);
  line-height:30px;
  margin-top: 100px;
  margin-bottom: 15px;
}
.index__sec2 ul {
  width: 370px;
}
.index__sec2 ul li {
  float: left;
  line-height: 34px;
  font-size: 14px;
  margin-right: 56px;
}
.index__sec2 ul li span {
  display: inline-block;
  width:8px;
  height:8px;
  margin-right: 10px;
  background:rgba(152,180,255,1);
  border-radius:1px;
}
/* 首页 服务范围 end */

/*单行文本/多行文本*/
.line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.lines {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* 首页 标题名称 */
.sec3_tab_head {
  margin: 30px 0;
  padding: 30px 0;
  border-bottom: 2px solid #E7E7E7;
  text-align: center;
}
.sec3_tab_head a {
  font-size:20px;
  padding: 0 55px;
  width: 250px;
  display: inline-block;
  color:rgba(44,44,44,1);
}
.sec3_tab_head a.active {
  color:rgba(66,133,244,1);
  position: relative;
}
.sec3_tab_head a.active:after {
  content: " ";
  display: block;
  width: 120px;
  height: 3px;
  position: absolute;
  bottom: -34px;
  left: 64px;
  background-color: #4285F4;
}
.index__sec3 {
  margin: 50px 0;
}
.index__sec3 .left, .index__sec3 .right {
  margin-top: 50px;
}
.index__sec3 .tabItem {
  animate-duration: 0.5s;
}

.index__sec3 .tabItem h6 {
  margin-top: 90px;
  font-size: 18px;
  font-family:'Alibaba PuHuiTi', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2C2C2C;
  line-height: 25px;
}
.index__sec3 .tabItem h6 + p {
  margin-top: 25px;
  font-size: 14px;
  font-family:'Alibaba PuHuiTi', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 26px;
  padding-right: 50px;
}
.index__sec3 .tabItem h6 + p + a {
  margin-top: 30px;
}
.index__sec3 .tabItem ul {
  min-height:384px;
  background:rgba(32,149,240,1);
  color: #fff;
  padding: 30px;
}
.index__sec3 .tabItem ul li {
  margin-bottom: 30px;
}
.index__sec3 .tabItem ul li:last-child {
  margin-bottom: 0;
}
.index__sec3 .tabItem ul li span.c_icon {
  float: left;
  position: absolute;
  width: 40px;
  height: 40px;
}
.index__sec3 .tabItem ul li p {
  display: block;
  padding-left: 60px;
  font-size: 14px;
  font-family:'Alibaba PuHuiTi', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}
.index__sec3 .tabItem ul li p span {
  font-size: 16px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Medium, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
  display: block;
  margin-bottom: 15px;
}

/* 首页 标题名称 end */

/* 首页 合作效果 */
.index__sec4 {
  background:rgba(249,249,249,1);
  padding-top: 60px;
}
.index__sec4 h4 {
  margin-bottom: 50px;
}
.sec4_tab_head {

}
.cbjckdgd {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #4285F4;
  font-size: 14px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #4285F4;
  line-height: 20px;
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec4_tab_head a {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  font-size: 20px;
  font-family:'Alibaba PuHuiTi', PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2C2C2C;
  line-height: 28px;
  position: relative;
}
.sec4_tab_head a span.c_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 30px;
}

.sec4_tab_head a.active:after {
  content: " ";
  width: 3px;
  height: 90px;
  position: absolute;
  left: 40px;
  top: -10px;
  display: block;
  background:rgba(66,133,244,1);
  transform: rotate(90deg);
}
.sec4tabItem {
  margin-top: 30px;
  padding: 40px;
}
.sec4tabItem .title img {
  width: 26px;
  height: 26px;
  margin: -5px 20px 0 0;
}
.sec4tabItem .title span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2C2C2C;
  line-height: 28px;
}
.sec4tabItem .title {
  margin-bottom: 30px;
}
.sec4tabItem hr {
  margin: 0;
  padding: 0;
  width: 90px;
  padding: 2px;
  text-align: left;
  background: #4285F4;
  box-shadow: 0px 9px 14px 6px rgba(0,0,0,0.02), 0px 4px 9px 0px rgba(0,0,0,0.06), 0px 3px 6px -4px rgba(0,0,0,0.12);
}
.sec4tabItem p {
  margin-top: 30px;
  width: 400px;
  font-size: 16px;
  font-family:'Alibaba PuHuiTi', PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5C5C5C;
  line-height: 30px;
}
.index__sec4 .sec4tabItem {
  margin: -365px 0 0 200px;
  width: 552px;
  height: 290px;
  background: #FFFFFF;
  box-shadow: 0px 9px 14px 6px rgba(0,0,0,0.02), 0px 4px 9px 0px rgba(0,0,0,0.06), 0px 3px 6px -4px rgba(0,0,0,0.12);
  border-radius: 12px;
}
.index__sec4 .sec4tabItem ul {
  height:390px;
  padding: 0 40px;
  background:rgba(255,255,255,1);
}
.index__sec4 .sec4tabItem ul li {
  float: left;
  width: 50%;
  margin: 40px 0 20px;
}
.index__sec4 .sec4tabItem ul li span.c_icon {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  float: left;
}
.index__sec4 .sec4tabItem ul li h6 {
  font-size:20px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  color:rgba(44,44,44,1);
  line-height:28px;
}
.index__sec4 .sec4tabItem ul li p {

}
/*.pie {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #5B8FF9;
    background-image: linear-gradient(to right, transparent 50%, #5AD8A6 0);
}
 
.pie span {
    display: block;
    margin-left: 50%;
    height: 100%;
    border-radius: 0 100% 100% 0/50%;
    background-color: inherit;
    transform-origin: left;
    transform: rotate(.2turn);
}*/

div.pielist {
  width: 100%;
  height: 390px;
  background: #fff;
  padding-top: 60px;
}
div.pielist .col-md-4 {
  text-align: center;

}
div.pielist .col-md-4 h6 {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:22px;
  padding-top: 20px;
}
div.pielist .col-md-4 img {
    width: 100px;
    height: 100px;
}

.pielist > ul {
  height: auto!important;
  margin-top: 30px;
}
.pielist > ul li {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(92,92,92,1);
  line-height:20px;
  margin: 10px 0!important;
  position: relative;
  padding-left: 20px;
  width: 100%!important;
}
.pielist > ul li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 7px;
  width:7px;
  height:7px;
  background:rgba(176,176,176,1);
}

/* 首页 合作效果 end */

/* 首页 残保金计算器 */
.index__sec5 {
  margin: 145px 0 50px 0;
}

.index__sec5 h5 {
  font-size:20px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:40px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-left: 60px;
  padding-bottom: 20px;
}
.index__sec5 h5 span.c_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}
.index__sec5 h5:after {
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #E7E7E7;
}
.index__sec5 form {
  
}

.index__sec5 form .form-group {
  position: relative;
}
.index__sec5 form .form-group label {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  color:rgba(44,44,44,1);
  line-height:40px;
}
.index__sec5 form .form-group select {
  
  height: 40px;
}

.index__sec5 form .form-group input {
  
  height: 40px;
}
.index__sec5 form .form-group span {
  position: absolute;
  right: 25px;
  bottom: 15px;
  font-size: 14px;
  color:rgba(38,40,42,1);
}
.index__sec5 form button {
  width: 100%;
  height: 40px;
}

.index__sec5_right {
  padding-left: 50px;
  padding-right: 60px;
}
.index__sec5_right h6 {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:20px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.index__sec5_right p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(132,132,132,1);
  line-height:26px;
}
.index__sec5_right p.index__sec5_zhixun {
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:30px;
  margin-top: 28px;
  position: relative;
  padding-left: 40px;
}
.index__sec5_right p.index__sec5_zhixun span {
  
}
.index__sec5_right p.index__sec5_zhixun span.c_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}

/* 新闻政策 */
.index__sec6 {
  background:rgba(249,249,249,1);
  padding-top: 60px;
  padding-bottom: 60px;
}
.index__sec6 h4 + p {
  text-align: center;
}
.sec6_tab_head {
  margin: 30px 0;
  padding: 30px 0;
  border-bottom: 2px solid #E7E7E7;
  text-align: center;
}
.sec6_tab_head a {
  font-size:20px;
  padding: 0 55px;
  width: 250px;
  display: inline-block;
  color:rgba(44,44,44,1);
}
.sec6_tab_head a.active {
  color:rgba(66,133,244,1);
  position: relative;
}
.sec6_tab_head a.active:after {
  content: " ";
  display: block;
  width: 120px;
  height: 3px;
  position: absolute;
  bottom: -34px;
  left: 64px;
  background-color: #4285F4;
}
.index__sec6 .category_btns {
  text-align: center;
  margin: 30px 0;
}
.index__sec6 .category_btns a {
  width: 110px;
  margin: 0 15px;
}
.index__sec6 .news_list {
  padding: 15px 15px;
  background-color: #fff;
}

.index__sec6 .news_list .col-md-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.index__sec6 .news_list img {
  width: 100%;
  height: 145px;
}
.index__sec6 .news_list h6 {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:22px;
  margin: 15px 0 10px;
}
.index__sec6 .news_list p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(132,132,132,1);
  line-height:20px;
  text-overflow: ellipsis;
  overflow: hidden; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index__sec6 .news_list + a {
  display: block;
  margin: 60px auto 0;
}
/* 合作伙伴 */
.index__sec7 {
  margin-top: 50px;
}
.index__sec7 p {
  padding: 0 20%;
  text-align: center;
}
.index__sec7 ul {
  min-height: 375px;
  margin: 60px 0;
}
.index__sec7 ul li {
  width: 16.666%;
  height: 80px;
  float: left;
  margin: 25px 0;
  padding: 5px;
  /*border: 1px dashed #ccc;*/
}
.index__sec7 ul li a {
  
}
.index__sec7 ul li a img {
  max-width: 100%;
  max-height: 100%;
}

/* adsense */
.adsense {
  margin: 45 0px;
}
.adsense img {
  width: 100%;
  min-height: 60px;
  object-fit: cover;
}

/* Footer start */
.footer {
  font-size:12px;
}
.footer a {
  color:rgba(156,157,161,1);
}
.footer a:hover {
  color: #F5A00F;
}
.footer__1 {
  min-height:262px;
  background:linear-gradient(90deg, #060731 0%, #14082A 100%);
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer__1 h6 {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(239,247,255,1);
  line-height:20px;
}
.footer_contact {

}
.footer_contact img {
  width: 130px;
  height: 50px;
  margin-bottom: 33px;
}
.footer_contact p {
  font-size: 12px;
  line-height: 30px;
}

.footer_contact p span {
  color: #fff;
}
.footer_product {
  padding-left: 55px;
  position: relative;
}
.footer_product:before {
  content: " ";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 8px;
  display: block;
  border-left: 1px dashed #626264;
}
.footer_qrcode {

}
.footer_qrcode img {
  margin: 9px 0;
}
.footer_qrcode p {
  font-size: 12px;
  line-height: 15px;
}
.footer__2 {
  min-height:105px;
  background:linear-gradient(90deg, #060731 0%, #14082A 100%);
}
.footer__links {
  min-height: 57px;
  line-height: 27px;
  color:rgba(239,247,255,1);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
.footer__links:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #575757;

}
.footer__links a {
  display: inline-block;
  margin-left: 8px;
  margin-right: 15px;
}
.copyright {
  line-height: 47px;
  text-align: center;
  font-size:12px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(156,157,161,1);
}


/* Category */
.category__page {

}
.sub_category {
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
}

.sub_category a {
  color: #5C5C5C;
  font-size:14px;
  font-weight: bolder;
}
.sub_category a.active,.sub_category a:hover {
  color:rgba(66,133,244,1);
  position: relative;
}

.sub_category a.active:after {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -11px;
  left: 0;
  background-color: #4285F4;
}

.category__citys {
  margin-top: 10px;
  margin-bottom: 15px;
}
.category__citys a {
  font-size: 14px;
  line-height: 28px;
  padding: 0 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  color:rgba(92,92,92,1);
}
.category__citys a.active {
  background:rgba(231,239,252,1);
  border-radius:14px;
  color: #4285F4;
}

.category__citys a:hover {
  color: #4285F4;
}

.post__list {

}

.post__list .article {
  text-align: left;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.post__list .article:hover {
  /*padding: 20px 15px;*/
  background:rgba(255,255,255,1);
  box-shadow:0px 2px 5px 2px rgba(0,0,0,0.11);
  border-radius:5px;
  /*border:1px solid rgba(227,232,240,1);*/
}
.post__list .article .post__image {
  /*width: 215px;
  height: 140px;*/
  /*border-radius: 3px;*/
  overflow: hidden;
}
.post__list .article .post__image img {
  width: 100%;
  height: 145px;
  min-height: 140px;
}
.post__list .article h4 {
  text-align: left;
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:25px!important;
}
.post__list .article h5 a {
    color: rgba(44,44,44,1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.post__list .article h4 a:hover {
  color:#4285F4;
}
.post__list .article .post__metas {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  left: 0px;
}
.post__metas {
  clear: both;
}
.post__metas .post__date {
  float: left;
  font-size: 12px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #A7A7A7;
  line-height: 14px;
}
.post__metas .post__vivews {
  float: right;
  font-size: 12px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #A7A7A7;
  line-height: 14px;
}

/* single */
.detail__page {
  padding-top: 30px;
  padding-bottom: 30px;
}
.detail__page .article {
}
.detail__page .article h2 {
  font-size:26px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:37px;
  text-align: center;
}
.detail__page .post__metas {
/*   text-align: center; */
/*   line-height: 45px; */
  border-bottom: 1px solid #E7E7E7;
}
.detail__page .post__metas span {
  clear: both;
  float: none;
  margin-right: 20px;
}
.detail__page .post__metas span:last-child {
  margin-right: 0;
}
.article_content {
  overflow: hidden;
  margin: 15px 0;
  color: #2C2C2C;
  font-size: 16px;
}

.article_content img {
  max-width: 100%;
  height: auto;

}
.single_ads {

}
.single_ads img {
  width: 100%;
  height: auto;
}

/* 残保金计算器 */
.calculat__sec1 {

}
.calculator__sec1 h5 {
    font-size: 20px;
    font-family:'Alibaba PuHuiTi', PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(44,44,44,1);
    line-height: 40px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 25px;
    padding-left: 60px;
    padding-bottom: 20px;
}
.calculator__sec1 h5 span.c_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
}
.calculator__sec1 h5:after {
    content: " ";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    background-color: #E7E7E7;
}

.calculator__sec1 .col-md-5 {
  padding-right: 80px;
}
.calculator__sec1 .col-md-5:after {
    content: " ";
    width: 2px;
    height: 640px;
    position: absolute;
    right: -1px;
    top: -25px;
    display: block;
    background: rgba(231,231,231,1);
}

.calculator__sec2 {
  margin-bottom: 45px;
}
.calculator__sec2 .container > .row > .col-md-8 > h4:before {
    content: " ";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: rgba(66,133,244,1);
}
.calculator__sec2 .container > .row > .col-md-8 > h4 {
    font-size: 20px!important;
    /*font-family: 'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;*/
    font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    color: rgba(38,40,42,1);
    line-height: 22px!important;
    text-align: left;
    position: relative;
    padding-left: 15px;
    clear: both;
    margin-bottom: 10px;
}

form.calculator .form-group {
  margin-bottom: 25px;
}
form.calculator .form-group label {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:20px;
  margin-bottom: 10px;
}
form.calculator .form-group div {
    position: relative;
}
form.calculator .form-group span {
    position: absolute;
    right: 10px;
    bottom: 6px;
    font-size: 14px;
    color: rgba(38,40,42,1);
}
form.calculator .btn-primary {
  float: right;
}
form.calculator .btn {
  width: 140px;
  color: #fff;
}

.calculator__sec1 .col-md-7 {
  padding-left: 50px;
}
.calculator__sec1 form {

}
.time_line {

}
.time_line > h6,.calculator_result > h6 {
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:25px;
  margin-bottom: 25px;
}

.time_line ul {
  
}

.time_line ul li {
  padding-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.time_line ul li:before {
    content: " ";
    width: 15px;
    height: 15px;
    background: rgba(24,144,255,1);
    border-radius: 15px;
    border: 3px solid rgba(255,255,255,1);
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    z-index: 2;
}
.time_line ul li:not(:last-child):after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 7px;
    top: 8px;
    display: block;
    background-color: #1890FFFF;
}
.time_line ul li h6 {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:22px;
}
.time_line ul li p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(0,0,0,0.45);
  line-height:22px;
  background:rgba(0,0,0,0.02);
  border-radius:3px;
  padding: 20px 15px;
}


.calculator_result .cbzje {
  height:58px;
  background:rgba(0,0,0,0.02);
  border-radius:3px;
  padding: 0 20px;
}

.calculator_result .cbzje p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(38,40,42,1);
  line-height:58px;
  margin-right: 20px;
}
.calculator_result .cbzje p span {
  font-size:22px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight:normal;
  color:rgba(238,91,91,1);
  line-height:58px;
}

.calculator_result .cbjyhfa {
}
.calculator_result .cbjyhfa h6 {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:20px;
  margin: 20px 0;
  padding-left: 25px;
  position: relative;
}
.calculator_result .cbjyhfa h6 span.c_icon {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.calculator_result .cbjyhfa .col-md-4 span {
  display: block;
  width: 100%;
  height: 40px;
  border-radius:3px;
  border:1px solid rgba(224,224,224,1);
  font-size:14px;
  font-family:ArialMT;
  padding: 10px 15px;
  color:rgba(38,40,42,1);
  line-height:16px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.calculator_result .cbjyhfa .kjscbj {
  height: 62px;
}
.calculator_result .cbjyhfa .kjscbj .hasborder {
  float: left;
  height:62px;
  background:rgba(230,245,255,0.32);
  border-radius:3px;
  border:1px solid rgba(214,229,255,1);
}
.calculator_result .cbjyhfa .kjscbj div.hasborder:nth-child(1) {
  font-size:20px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      color: #ff0000;
    font-weight: 900;
  line-height:16px;
  min-width: 135px;
  text-align: center;
  padding: 20px;
}
.calculator_result .cbjyhfa .kjscbj div.hasborder + span {
  float: left;
  font-size:14px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color:rgba(38,40,42,1);
  line-height: 62px;
  margin: 0 10px;
}
.calculator_result .cbjyhfa .kjscbj div.hasborder:last-child {
  padding: 15px;
}
.calculator_result .cbjyhfa .kjscbj div.hasborder span {
  font-size:14px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight:bold;
  color:rgba(38,40,42,1);
  line-height:16px;
  display: inline-block;
  margin-right: 10px;
}
.calculator_result .cbjyhfa .kjscbj div.hasborder span:nth-child(2){
  position: relative;
}
.calculator_result .cbjyhfa .kjscbj div.hasborder span:nth-child(2) strong {
  position: absolute;
  top: -21px;
  left: -15px;
}
.calculator_result .cbjyhfa .kjscbj div.hasborder span span {
  display: block;
  font-size:12px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(132,132,132,1);
  line-height:17px;
  margin-top: 5px;
}

.calculator_result p.beizhu {
  font-size:12px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(151,151,151,1);
  line-height:17px;
  clear: both;
  margin-top: 15px;
  margin-bottom: 20px;
}
.calculator_result .liuyan {
    padding: 15px 15px 30px;
    background: rgba(0,0,0,0.02);
    border-radius: 3px;
}
.calculator_result .liuyan h6 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
}
/* 残保金 */
.cbj__sec1 {
  
}
.cbj__sec1 .cbj__box1 {
  position: relative;
  width: 100%;
  height:400px;
  padding: 40px;
  padding-left: 100px;
  background:rgba(255,255,255,1);
  box-shadow:0px 9px 14px 6px rgba(0,0,0,0.02),0px 4px 9px 0px rgba(0,0,0,0.06),0px 3px 6px -4px rgba(0,0,0,0.12);

}
.cbj__sec1 .cbj__box1 span.c_icon {
  position: absolute;
  left: 40px;
  top: 38px;
  width: 40px;
  height: 40px;
}
.cbj__sec1 .cbj__box1 h6 {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:26px;
}

.cbj__sec1 .cbj__box1 p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(89,89,89,1);
  line-height:26px;
}
.cbj__sec1 .cbj__box1 ul {
  border-top: 1px solid #E7E7E7;
  margin-top: 20px;
  padding-top: 20px;
}

.cbj__sec1 .cbj__box1 ul li {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(92,92,92,1);
  line-height:26px;
  position: relative;
  margin-bottom: 20px;
}
.cbj__sec1 .cbj__box1 ul li:before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  display: block;
  left: -20px;
  top: 9px;
  border: 1px solid rgba(55,127,252,1);
  border-radius: 8px;
}

.graysec {
  background: rgba(249,249,249,1);
  padding-top: 60px;
  padding-bottom: 60px;

}
.cbj__sec2 {
}
.cbj__sec2 img {
  max-width: 100%;
}

.cbj__sec2 .col-md-5 {
  text-align: center;
}
.cbj__sec2 .col-md-5 p {
  max-width: 100%;
  margin-top: 58px;
  font-size: 16px;
  color:rgba(44,44,44,1);
}
.cbj__sec2 .col-md-5 img {
  width: 150px;
  height: 150px;
  margin-top: 10px;
}
/*残保金的定义*/
.cbj__sec3 {
  max-width: 100%;
  text-align: center;
}
.cbj__sec3 h4+a img {
  margin-bottom: 15px;
}
/* 残保金执行工作图 */
.cbj__zxgz {
  width: 700px;
  height: 534px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 25px;
}
.cbj__zxgz_bgline {
  width: 100%;
  height: 453px;
  background: url("../images/cbjbgline.png") no-repeat;
  background-size: 100%;
  position: relative;
  color: #121212;
  line-height: 15px;
  text-align: left;
}
.cbj__zxgz_bgline span {
  position: absolute;
}

.cbj__zxgz_bgline span.c_icon {
  width: 43px;
  height: 43px;
  background-color: #1e88f5;
  border-radius: 5px;
}
.cbj__zxgz_bgline span.icon__admin {
  bottom: 0;
  left: 44%;
  background-size: 50%;
  background-position: 49%;
}
.cbj__zxgz_bgline span.icon__cjr {
  left: -2px;
  top: 23%;
  background-color: white;
}
.cbj__zxgz_bgline span.icon__lingpai {
  top: 25%;
  left: 45%;
  background-size: 50%;
  background-position: 49%;
}
.cbj__zxgz_bgline span.icon__kehu {
  right: -2px;
  top: 23%;
  background-size: 50%;
  background-position: 49%;
}
.cbj__zxgz_bgline span.cbj__zxgz_title_1 {
  left: 0;
  top: 38%;
}
.cbj__zxgz_bgline span.cbj__zxgz_title_2 {
  left: 45%; 
  top: 15%;
}
.cbj__zxgz_bgline span.cbj__zxgz_title_3 {
  right: 0px;
  top: 40%;
}
.cbj__zxgz_bgline span.cbj__zxgz_title_4 {
  left: 43%;
  bottom: -20px;
}

.cbj__tggw {
  width: 500px;
  height: 380px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 25px;
  margin-top: 25px;
}
.cbj__tggw_bgline {
  width: 100%;
  height: 308px;
  background: url("../images/cbjbgline2.png") no-repeat;
  background-size: 100%;
  position: relative;
  color: #121212;
  line-height: 15px;
  text-align: left;
}
.cbj__tggw_bgline span {
  position: absolute;
  font-size: 14px;
}
.cbj__tggw_img {
  position: absolute;
  bottom: 0;
}
.cbj__tggw_img img {
  max-width: 21%;
}
.cbj__tggw_img img:not(:last-child) {
  margin-right: 15px;
}


.cbj__tggw_bgline span.c_icon {
  width: 43px;
  height: 43px;
  background-color: #1e88f5;
  border-radius: 5px;
}
.cbj__tggw_bgline span.icon__cjr {
  left: -15px;
  top: 30%;
  background-color: white;
}
.cbj__tggw_bgline span.icon__lingpai {
  top: 30%;
  left: 45%;
  background-size: 50%;
  background-position: 49%;
}
.cbj__tggw_bgline span.icon__kehu {
  right: -15px;
  top: 30%;
  background-size: 50%;
  background-position: 49%;
}


.cbj__sec4 {
  
}

.cbj__sec4 .sec3_tab_head a {
  display: inline;

}
.cbj__sec4 .sec3_tab_head a.active:after {
  left: 150px;
}

.cbj__sec8 {
  margin-top: -45px!important;
  margin-bottom: 0!important;
}

.cbj__sec8_tab_head {
  margin: 30px 0;
  padding: 30px 0;
  border-bottom: 2px solid #646C8E;
  text-align: center;
}
.cbj__sec8_tab_head a {
  font-size:20px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(151,151,151,1);
  line-height:28px;
}
.cbj__sec8_tab_head a.active,.cbj__sec8_tab_head a:hover {
  color:white;
}
.cbj__sec8_tab_head a:not(:last-child) {
  margin-right: 120px;
}
.cbj__sec8 .tabItem {
  text-align: center;
}
.cbj__sec8 .tabItem img {
  border: 3px solid #fff;
  margin: 45px 10px 0;
  width: 280px;
}

table {
}

table thead th {
  background:rgba(245,249,252,1);
  height: 30px;
  vertical-align:middle!important;
  text-align: center;
  border:2px solid #fff!important;
}
table tbody th,table tbody td {
  background:rgba(250,250,250,1);
  text-align: center;
  border:2px solid #fff!important;
  font-weight: 500;
}
caption {
  color: #E73827;
}

.cbj__sec5 {

}

.cbj__sec5 .col-md-4 div {
  padding: 30px;
  background: #fff;
  text-align: left;
  height: 200px;
  margin-bottom: 30px;
}
.cbj__sec5 .col-md-4 div span {
  width: 40px;
  height: 40px;
}
.cbj__sec5 .col-md-4 div h6 {
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:25px;
  margin-top: 10px;
}
.cbj__sec5 .col-md-4 div p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(132,132,132,1);
  line-height:24px;
}

.cbj__sec6 {

}
.cbj__sec6 table thead th {
  border:1px solid #dee2e6!important;
}
.cbj__sec6 table tbody th {
  background:rgba(250,250,250,1);
  vertical-align:middle!important;
  border:1px solid #dee2e6!important;
  width: 200px;
}
.cbj__sec6 table tbody td {
  background:#fff;
  border:1px solid #dee2e6!important;
  padding-left: 30px;
  padding-right: 30px;

}

.cbj__sec7 {
    margin-bottom: 80px;
}
ul.liucheng {
  min-height: 164px;
}
ul.liucheng li {
  float: left;
  width: 16.66%;
  text-align: center;
  position: relative;
}
ul.liucheng li:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background: #FB7002;
  position: absolute;
  bottom: 65px;
  z-index: -1;
}
ul.liucheng li i {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 10px;
}
ul.liucheng li span {
  display: block;
  margin: 0 auto 10px;
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(92,92,92,1);
  line-height:25px;
}
ul.liucheng li span:last-child {
  display: block;
  margin: 0 auto 10px;
  font-size:26px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight:bold;
  color:rgba(255,125,38,1);
  line-height:31px;
  position: relative;
}
ul.liucheng li span:last-child:before {
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  margin: 15px auto;
  background: #FB7002;
  border: 3px solid #fff;
  border-radius: 18px;
  z-index: 2;

}

.cbj__sec8 {
  background:rgba(12,38,80,1);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cbj__sec8 h4 {
  color: #fff!important;
}

/* 灵活用工 */
.lhyg__sec1 {

}
.lhyg__sec1 .row {
  background: rgba(255,255,255,1);
  box-shadow: 0px 9px 14px 6px rgba(0,0,0,0.02), 0px 4px 9px 0px rgba(0,0,0,0.06), 0px 3px 6px -4px rgba(0,0,0,0.12);
}
.lhyg__sec1 .row .col-md-6:last-child {
  padding: 35px;
}
.lhyg__sec1 img {
  width: 100%;
}
.lhyg__sec1 h6 {
  font-size:20px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:28px;
}
.lhyg__sec1 p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(92,92,92,1);
  line-height:26px;
  margin-bottom: 20px;
}
.lhyg__sec1 p span {
  padding: 7px 27px;
  border:1px solid rgba(231,231,231,1);
  margin-right: 30px;
}

.lhyg__sec1 ul {
  margin-left: 50px;
}
.lhyg__sec1 ul li {
  margin-bottom: 20px;
  position: relative;
}
.lhyg__sec1 ul li:after {
  position: absolute;
  top: 9px;
  left: -15px;
  content: " ";
  display: block;
  width:7px;
  height:7px;
  border:1px solid rgba(55,127,252,1);
  border-radius: 7px;

}

.lhyg__sec2 {

}
.lhyg__sec2 .row {
  margin-bottom: 30px;
}
.lhyg__sec2 img {
  width: 100%;
  box-shadow: 0px 9px 14px 6px rgba(0,0,0,0.02), 0px 4px 9px 0px rgba(0,0,0,0.06), 0px 3px 6px -4px rgba(0,0,0,0.12);
}
.lhyg__sec2 h6 {
  font-size:20px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:28px;
  margin-top: 60px;
  margin-bottom: 15px;
}
.lhyg__sec2 p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(92,92,92,1);
  line-height:26px;
}

.lhyg__sec3 {

}

.lhyg__sec3 .row {
  
}

.lhyg__sec3 .row .col-md-3 div {
  width: 100%;
  background:rgba(255,255,255,1);
  text-align: center;
  padding: 40px 30px;
  height: 303px;
}

.lhyg__sec3 .row .col-md-3 div span {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}
.lhyg__sec3 .row .col-md-3 div h6 {
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:25px;
  margin-bottom: 20px;
}
.lhyg__sec3 .row .col-md-3 div p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(92,92,92,1);
  line-height:24px;
  text-align: justify;
}

.lhyg__sec4 {

}
.lhyg__sec4 img {
  max-width: 100%;
}

.lhyg__sec5 {
  margin-bottom: 0!important;
}
.lhyg__sec5 .col-md-4 div {
  width: 100%;
  background:rgba(255,255,255,1);
  padding: 10px;

}
.lhyg__sec5 .col-md-4 div img {
  width: 100%;
  height: 440px;
}
.lhyg__sec5 .col-md-4 div p {
  margin-top: 28px;
  margin-left: 10px;
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:25px;
}


.lhyg__sec6 .col-md-6 div {
  width: 100%;
  height: 308px;
  background:rgba(255,255,255,1);
  padding: 30px 50px;

}
.lhyg__sec6 .col-md-6 div h6 {
  font-size:24px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:33px;
}
.lhyg__sec6 .col-md-6 div p {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:22px;
}
.lhyg__sec6 .col-md-6 div ul {
  margin-left: 15px;
  margin-top: 25px;

}
.lhyg__sec6 .col-md-6 div ul li {
  margin-bottom: 20px;
  position: relative;
}
.lhyg__sec6 .col-md-6 div ul li:after {
  position: absolute;
  top: 9px;
  left: -15px;
  content: " ";
  display: block;
  width:7px;
  height:7px;
  border:1px solid rgba(55,127,252,1);
  border-radius: 7px;

}

.lhyg__sec6 .col-md-6 div span {
  margin-top: 15px;
  padding: 5px 12px;
  float: left;
  margin-right: 20px;
  border: 1px solid rgba(231,231,231,1);
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(44,44,44,1);
  line-height:22px;
}
.lhyg__sec7 {

}
.lhyg__sec7 h4 {
  margin-bottom: 0px!important;
}
.lhyg__sec7 h4+p {
  text-align: center;
  margin-bottom: 50px;
}
.lhyg__sec7 .col-md-3 div {
  width: 240px;
  position: relative;
  padding-left: 64px;
}
.lhyg__sec7 .col-md-3 div span.c_icon {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
}
.lhyg__sec7 .col-md-3 div h6 {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:22px;
}
.lhyg__sec7 .col-md-3 div p {
  font-size:12px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(132,132,132,1);
  line-height:17px;
}

.lhyg__sec8 {

}
.lhyg__sec8 .col div {
  text-align: center;
}
.lhyg__sec8 .col div span.c_icon {
  width: 50px;
  height: 50px;
}
.lhyg__sec8 .col div h6 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:25px;
}
.lhyg__sec8 .col div p {
  margin: 0 5px;
  text-align: justify;
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(92,92,92,1);
  line-height:24px;
}

.lhyg__sec9 {

}
.lhyg__sec9 .col-md-3 div {
  text-align: center;
  padding: 40px 25px 20px;
  background: #fff;
  width: 100%;
  min-height: 417px;
}
.lhyg__sec9 .col-md-3 div span.c_icon {
  width: 50px;
  height: 50px;
}
.lhyg__sec9 .col-md-3 div h6 {
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:25px;
  margin: 20px 0;
}
.lhyg__sec9 .col-md-3 div ul {


}
.lhyg__sec9 .col-md-3 div ul li {
  margin-bottom: 20px;
  position: relative;
  text-align: justify;
  padding-left: 15px;
}
.lhyg__sec9 .col-md-3 div ul li:after {
  position: absolute;
  top: 9px;
  left: 0px;
  content: " ";
  display: block;
  width:7px;
  height:7px;
  border:1px solid rgba(55,127,252,1);
  border-radius: 7px;

}

.lhyg__sec10 .col div {
  position: relative;
  padding-left: 64px;
}
.lhyg__sec10 .col:not(:last-child) div:before {
  content: " ";
  position: absolute;
  right: -20px;
  bottom: 20px;
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: transparent transparent transparent rgba(0,0,0,0.15);
}
.lhyg__sec10 .col:not(:last-child) div:after {
  content: " ";
  position: absolute;
  right: -18px;
  bottom: 20px;
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: transparent transparent transparent white;
}
.lhyg__sec10 .col div span.c_icon {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
}
.lhyg__sec10 .col div h6 {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:22px;
}
.lhyg__sec10 .col div p {
  width: 108px;
  font-size:12px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(132,132,132,1);
  line-height:17px;
}
/* 关于我们 */
.about__sec1 {

}
.about__sec1 .com_jieshao {
  padding: 50px 40px;
  background:rgba(255,255,255,1);
  box-shadow:0px 9px 14px 6px rgba(0,0,0,0.02),0px 4px 9px 0px rgba(0,0,0,0.06),0px 3px 6px -4px rgba(0,0,0,0.12);
}
.about__sec1_row1 {
}

.about__sec1_row1 span.c_icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.about__sec1_row1 p {
  font-size: 14px;
  color: #2C2C2C;
  margin-top: 18px;
}
.about__sec1_row1 .counter-info {
  margin-top: -85px;
}
.about__sec1_row1 p span {
  display: block;
  font-size: 30px;
  line-height: 34px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color:#2C2C2C ;
}

.about__sec1_row2 {

}

.about__sec1_row2 {
    padding-bottom: 25px;
    text-align: center!important;
}
.about__sec1_row2 span.c_icon {
  width: 50px;
  height: 46px;
}
.about__sec1_row2 p {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:22px;
}
.about__sec1_row2 p span {
  font-size:30px;
  display: block;
  height: 35px;
  position: relative;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:34px;
  margin-bottom: 15px;
}


.about__sec1_row3 {

}

.about__sec1_row3 h5 {
  font-size:20px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:600;
  color:rgba(44,44,44,1);
  height: 40px;
  line-height: 40px;
}



.components_zhixun {
  font-size:18px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:30px;
  margin-top: 28px;
  position: relative;
  padding-left: 40px;
  padding-bottom: 50px;
}
.components_zhixun span {
  
}
.components_zhixun span.c_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}



.about__sec2 {
  
}

.about__sec2 .row {
  margin-top: 30px;
  background: #fff;
  padding: 40px 50px;
}

.about__sec2 .col-md-6 {
  overflow: hidden;
  flex: 0 0 100%!important;
  max-width: 100%!important;
  padding: 0!important;
}
.about__sec2 ul li {
  margin-bottom: 30px;
}
.about__sec2 ul li img {
  width: 40px;
  height: 40px;
}
.service_content {
  margin: -40px 0 0 60px;
  padding: 7px 0 30px 0;
  border-bottom: 1px solid #E7E7E7;
}

.service_content p {
  margin-top: 20px;
  font-size: 14px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #787878;
  line-height: 26px;
}
.service_content h6 {
  font-size: 18px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #2D2D2D;
  line-height: 25px;
}
.about__sec2 ul li span.c_icon {
  float: left;
  position: absolute;
  width: 40px;
  height: 40px;
}

.about__sec2 ul li p span {
  font-size:16px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:26px;
  display: block;
  margin-bottom: 15px;
}


/*.about__sec2 .col-md-6:last-child ul {
  height:384px;
  overflow: hidden;
}
.about__sec2 .col-md-6:last-child ul li {
  background:rgba(255,255,255,1);
  padding: 30px;
  margin-bottom: 15px;
}*/
.about__sec2 .col-md-6:last-child ul li span.c_icon {

}
/*.about__sec2 .col-md-6:last-child ul li h6 {
  font-size:16px;
  font-family:PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:40px;
  margin-left: 60px;
}
.about__sec2 .col-md-6:last-child ul li p {
  padding-left: 0;
}*/


.about__sec3 {
  padding-top: 60px;
}
.contact {
  width: 104px;
  height: 104px;
}
.contact-line {
  position: relative;
  width: 74px;
  top: -72px;
  margin: 0 5px;
}
.bc-text-center {
  text-align: center;
}
.contact-content {
  text-align: center;
  padding: 0px;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  justify-content: center;
  align-items: center;
}
.contact-content ul li p{
  margin-tip: 34px;
  font-size: 20px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #2C2C2C;
  line-height: 28px;
}
.about__sec3 ul li {
  display: inline-block;
  list-style-type: none;
}
.about__sec3 h4 {
  margin-bottom: 45px;
}

.about__sec3 .row {
  
}

.about__sec3 .row .col-md-4 {
}


.about__sec3_item_head {
  height: 153px;
  color: #fff;
  padding: 30px;
}

.about__sec3_item_head h6 {
  font-size:24px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:33px;
}
.about__sec3_item_head p {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:26px;
}
.about__sec3 .row ul {
  list-style-type: none;
  margin-bottom: 50px;
}




.about__sec2, .about__sec4 {
  background:rgba(249,249,249,1);
  padding-top: 60px;
  padding-bottom: 60px; 
  margin-bottom: 0px!important;
}
.about__sec4 h4 {
  margin-bottom: 45px;
}

.about__sec5 {
  background:#F9F9F9;
  padding: 50px;
}
.about__sec5_container {
  background: #FFFFFF;
  padding: 30px 30px;
}
.about__sect_title {
  font-size: 24px;
  /*font-family:'Alibaba PuHuiTi', PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #2C2C2C;
  line-height: 33px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}
.about__sec5 .nocircle ul li {
  display: inline-block;
  font-size: 16px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #2C2C2C;
  line-height: 22px;
  padding: 6px 20px;
  border: 1px solid #E7E7E7;
  margin: 30px 24px 0 0;
}
.about__sec5 ul li:last-child {
  margin-right: 0;
}
.about__sec5 .circle {
  margin-left: 30px;
}
.about__se5 .circle ul {
  display: inline;
}
.about__sec5 .circle ul li{
  margin: 20px 0 10px 0;
  font-size: 14px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #5C5C5C;
  line-height: 26px;
}
.rcircle {
  display: inline-block;
  margin-right: 10px;
  width: 7px;
  height: 7px;
  border: 1px solid #3077ED;
  border-radius: 5px;
}
.about_sec5 .circle ul {
  list-style-type: circle!important;
}
.about_sec5 .circle ul li {
}
.about__sec6 {
  padding: 50px 0;
}
.about__sec6 .about__sec6_container {
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.08);
  border-radius: 3px;
  padding: 30px 20px 30px 40px;
}
.about__sec6_title {
  font-size: 20px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Medium, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #2C2C2C;
  line-height: 28px;
}
.about__sec6_content {
  margin-top: 15px;
  font-size: 14px;
  /*font-family: 'Alibaba PuHuiTi',PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #848484;
  line-height: 26px;
}
.about__sec6_ul_first {
  display: inline-block;
  margin: 5px 13px 0 0;
}
.about__sec6_ul_first li {
  margin-top: 14px;
}
.about__sec6_ul_first li img {
  width: 14px;
  height: 14px;
}
.about__sec6_ul_first li span {
  font-size: 14px;
  /*font-family:'Alibaba PuHuiTi', PingFangSC-Regular, PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  color: #5C5C5C;
  line-height: 20px;
}
.about__sec6_ul_two {
  display: inline-block;
  margin-top: 5px;
}
.about__sec6_ul_two li {
  margin-top: 14px;
}
.about__sec6_ul_two li span {
  font-size: 14px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #666666;
  line-height: 17px;
}
.about__sec6_us {
  margin: 40px 0 40px -20px;
}
.liuyan {
  padding: 40px 50px;
  background:rgba(255,255,255,1);
}
.liuyan h6 {
  font-size:16px;
  /*font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight:600;
  color:rgba(44,44,44,1);
  line-height:22px;
}

.liuyan textarea {
  height: 130px;
  margin-bottom: 20px;
}
.liuyan .form-row {
  margin-bottom: 20px;
}

.liuyan input {
  
}

.liuyan button {
  
}
.about__sec5 .circle ul:last-child {
  margin-left: 30px;
}


/*侧边栏widget*/
.widget {
  margin-bottom: 30px;
}
.widget h4 {
  font-size:16px!important;
  font-family:'Alibaba PuHuiTi',PingFangSC-Regular,PingFang SC;
  font-weight:500;
  color:rgba(38,40,42,1);
  line-height:22px!important;
  text-align: left;
  position: relative;
  padding-left: 15px;
  clear: both;
  margin-bottom: 10px;
}
.widget h4:before {
  content: " ";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: rgba(66,133,244,1);
}
.widget_hot_post {
  
}

.widget_hot_post ul {
  
}


.widget_hot_post ul li {
  margin: 10px 0 15px; 
  position: relative;
  padding-left: 20px;
}
.widget_hot_post ul li:before {
  content: " ";
  width:10px;
  height:10px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 5px;
  background:rgba(255,255,255,1);
  border:2px solid rgba(162,204,255,1);
}
.widget_hot_post ul li a {
  font-size:14px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:20px;
  text-overflow: ellipsis;
  overflow: hidden; 
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.widget_hot_post ul li .post__metas {
  height: 25px;
}


.widget_hot_post ul li:hover a {
  color:#4285F4;
}
.widget_hot_post ul li:hover:before {
  background:#4285F4;
}


.widget_news {

}

.widget_news ul {
  
}

.widget_news ul li:nth-child(-n+3) {
  height: 70px;
  clear: both;
  margin-bottom: 20px;
}

.widget_news ul li:nth-child(-n+3) img {
  width: 32%;
  height: 70px;
  float: left;
  margin-right: 10px;
}
.widget_news ul li:nth-child(n+3) .news_des {
  float: right;
  width: 65%;
}
.widget_news ul li:nth-child(-n+3) a {
  font-size:13px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:18px;
}
.widget_news ul li a:hover {
  color:#4285F4;
}

.widget_news ul li:nth-child(-n+3) .post__metas {
  /*display: none;*/
  clear: none;
}

.widget_news ul li:nth-child(n+4) {
  height: 70px;
  clear: both;
  margin-bottom: 20px;
}
.widget_news ul li:nth-child(n+4) img {
  width: 32%;
  height: 70px;
  float: left;
}
.widget_news ul li:nth-child(n+4) .news_des, .widget_news ul li:nth-child(-n+3) .news_des {
  float: right;
  width: 63%;
}
.widget_news ul li a {
  font-size:13px;
  font-family:'Alibaba PuHuiTi',PingFangSC-Medium,PingFang SC;
  font-weight:500;
  color:rgba(44,44,44,1);
  line-height:18px;
  text-overflow: ellipsis;
  overflow: hidden; 
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.widget_news ul li:nth-child(n+4) .post__metas {
  display: block;
}


/* breadcrumb */
.breadcrumbnav {
  background-color: #F9F9F9;
}
.breadcrumbnav .breadcrumb {
  background-color: #F9F9F9;
  color: #8D9297;
  margin-top: 110px;
}
.breadcrumbnav .breadcrumb a {
  color: #2C2C2C;
}

/* Footer end */

/* 分页 */
ul.pagenavi {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagenavi li {
  display: inline-block;
  margin: 20px 5px 45px;
}
ul.pagenavi li a {
  display: block;
  font-size:14px;
  /*font-family: 'Alibaba PuHuiTi', 'Open Sans', sans-serif !important;*/
  font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color:rgba(83,100,116,1);
  width:30px;
  height:30px;
  background:rgba(247,248,251,1);
  border-radius:3px;
  line-height:30px;
  text-align: center;
  pointer-events: auto; /* 确保链接可以被点击 */
  z-index: 1000; /* 确保链接在最上层 */
}
ul.pagenavi li a.active,ul.pagenavi li a:hover {
  background:rgba(66,133,244,1);
  color: #fff;
}
/*返回顶部*/
.suspension{
  position:fixed;
  z-index:3;
  right:15px;
  bottom:350px;
  width:70px;
  height:240px;
}
.suspension-box{position:relative;float:right;}
.suspension .a{
  margin-top: -9px;
  display:block;
  text-align: center;
  outline:none;
}
.suspension .a.active,
.suspension .a:hover{background:none;}
.suspension .d{
  display:none;
  width:180px;
  background:#fff;
  position:absolute;
  right:80px;
  border-radius:3px;
  box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:20px;}
.suspension .d-service{top:215px;}
.suspension .d-service-phone{
  top:50px;
}
.suspension .d-service-iphone{
  top:103px;
}
.suspension .d-qrcode{top:110px;}
.suspension .d-qrcode .arrow {
  top: 74px!important;
}
.suspension .d-service-contact {
  top: -5px;
}
.suspension .d .inner-box{padding:1.5px 5px;}
.suspension .d .inner-box img {width: 42px; margin-top: 5px;}
.suspension .d .inner-box span {color: #5C5C5C; font-size: 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:'Alibaba PuHuiTi', 'Open Sans', sans-serif, Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:12px;color:#93959c;}
/*以下是控制灵活用工业务流程图 #地方输入图片地址*/
.wow_box{background: url('#');height: 540px;position: relative;}*
.wow_box .top,.wow_box .left,.wow_box .right{position: absolute;width: 90px;width: 150px;}
.wow_box .top{left: 530px;top: 30px;}
.wow_box .top img{margin: auto;display: block;margin-top: 10px;width:90px;}
.wow_box .left{left: 223px;bottom: 82px;}
.wow_box .left img{margin: auto;display: block;margin-bottom: 10px;width:90px;}
.wow_box .right{right: 138px;bottom: 82px;}
.wow_box .right img{margin: auto;display: block;margin-bottom: 10px;width:90px;}
.top_text_1{text-align: center;font-size: 18px;color: red;}
.top_text_2{text-align: center;font-size: 18px;color: #333333;}
.left_text_1{text-align: center;font-size: 18px;color: red;}
.left_text_2{text-align: center;font-size: 18px;color: red;}
.left_p{position: absolute;left: 332px;top: 187px;transform: rotate(-36deg);}
.left_p .p{font-size: 16px;color: #111;}
.left_p .p_text2{margin-top: 0;margin-left: 35px;}
.left_p .p_text3{margin-left: 35px;}
.left_p .p_text4{margin-left: 35px;}
.right_p{position: absolute;right: 259px;transform: rotate(39deg);top: 190px;}
.right_p .p{font-size: 16px;color: #111;}
.right_p .p_text2{margin-top: 0;margin-left: -31px;}
.right_p .p_text3{margin-left: -31px;}
.right_p .p_text4{margin-left: -31px;}
.bottom_p .p{font-size: 16px;color: #111;}
.bottom_p{position: absolute;bottom: 81px;left: 500px;}
.bottom_p .p_text2{margin-top:0;}
.bottom{position: absolute;bottom: 37px;font-size: 18px;display: flex;justify-content: space-between;flex-direction: row;width: 100%;}
.bottom .bottom_text1{position: absolute;left: 145px;}
.bottom .bottom_text2{position: absolute;right: 0;}
.tab_cbj{position: relative;}
.tab_cbj img {width: 100%; min-height: 75px; object-fit: contain;}
.cbj_title {text-align: center; position: relative; top: -95px; }
.tab_cbj .cbj_jd, .tab_cbj .cbj_xx{font-size: 37px;color: #111!important;cursor: pointer;}
.tab_cbj .cbj_md {padding: 0 12%;}
/*.tab_cbj .cbj_xx{font-size: 37px;color: #111!important;cursor: pointer;height: 58px;line-height: 58px;}*/
.cbj__zxgz{width: 700px;height: 380px;border: 1px solid #E7E7E7;border-radius: 10px;padding: 25px;margin: auto;margin-top: 25px;}
.cbj__zxgz_bgline span.cbj__zxgz_title_1 {left: 0;top: 47%;}
.cbj__zxgz_bgline span.icon__cjr {left: 0px;top: 25%;background-color: white;}
.cbj__zxgz_bgline span.cbj__zxgz_title_2 {left: 46%;top: 19%;}
.cbj__zxgz_bgline span.cbj__zxgz_title_1{left: 0;top: 36%;}
.cbj__zxgz_bgline span.cbj__zxgz_title_3 {right: 0px;top: 38%;}
.cbj__zxgz_bgline span.icon__kehu {right: 0px;top: 27%;background-size: 50%;background-position: 49%;}
.cbj__zxgz_bgline span.cbj__zxgz_title_4 {left: 45%;bottom: 0px;}
.cbj__zxgz_bgline span.icon__admin {bottom: 20px;left: 46%;background-size: 50%;background-position: 49%;}
.cbj__zxgz {height: 500px;}
.cbj__tggw {width: 700px;height: 380px;margin: auto;margin-top:25px;}
.cbj__tggw_bgline span.icon__cjr {left: -15px;top: 41%;background-color: white;}
.cbj__tggw_bgline span.icon__lingpai {top: 41%;left: 47%;background-size: 50%;background-position: 49%;}
.cbj__tggw_bgline span.icon__kehu{top:41%;}
.cbj__tggw_img{left:93px;}
.footer__4{background:linear-gradient(90deg, #060731 0%, #14082A 100%);border-top: 1px solid #2b3034;padding: 15px 0;}
.footer__4 .text{width: 100%;line-height: 35px;background: #f5f5f5;border: none;height: 35px;padding-left: 15px;}
.mb30{color: #fff;font-size: 16px;font-weight: 400;padding-left: 5px;}
.footer__4 .btn-search{position: absolute;right: 10px;top: 6px;background: 0 0;border: none;color: #333;font-size: 20px;line-height: 1;}
.footer__4 form{position: relative;overflow: hidden;border-radius: 40px;-moz-border-radius: 40px;-webkit-border-radius: 40px;}
.footer__4 .wechat{float: left;width: 25%;padding: 0 9px;text-align: center;display: inline-block;margin-top: 15px;color: #abacae;}
.footer__4 .wechat i{font-size: 24px;display: block;color: #abacae;}


.post__list .category-pages-list-ads-list .ads-title {
    font-size: 14px!important;
    font-family: PingFangSC-Regular, PingFang SC!important;
    font-weight: 400!important;
    color: #2D2D2D!important;
    letter-spacing: -0.05px!important;
    margin-left: 5px!important;
    text-overflow: ellipsis;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.about__sec6_ul_first .first_field{
    display: inline-block;
    width: 90px;
}



/* 适配移动端-开始 */
@font-face {
/*font-family: 'Alibaba PuHuiTi';*/
/*src: url('../font/AlibabaPuHuiTi-2-55-Regular.ttf');*/
/*src: url('../font/AlibabaPuHuiTi-2-55-Regular.ttf') format('embedded-opentype'),*/
/*url('../font/AlibabaPuHuiTi-2-55-Regular.otf') format('otf');*/
font-family: "PingFang SC", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.iconfont {
  font-family: "Alibaba PuHuiTi" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shouji1:before {
  content: "\e694";
}

.icon-qq1:before {
  content: "\e63b";
}

.icon-weixin:before {
  content: "\e648";
}

.icon-top:before {
  content: "\e608";
}

.icon-dianhua:before {
  content: "\e609";
}

.icon-saoma:before {
  content: "\e69f";
}

.icon-IMliaotian-duihua:before {
  content: "\e728";
}

.icon-saoma1:before {
  content: "\e621";
}

.icon-54:before {
  content: "\e68c";
}


i.iconfont.icon-54 {
    font-size: 35px;
}
.img-wechat:hover{
    display: block!important;
}
.cbj__zxgz_bgline.yido {
    background: url(../images/cbjbgline.png) no-repeat;
}
/*.top a {
	display: inline;
	background: url(img/top_bj.jpg) 0 0 no-repeat;
	position: relative;
}*/


.top-weixin div {
	left: -999em;
	position: absolute;
	overflow: visible;
	padding-top: 27px;
	width: 150px;
	height: 150px;
	z-index: 999;
}

.top-weixin img {
	margin-left: -75px;
	width: 98%;
	height: auto;
}

.top-weixin:hover div {
	left: auto;
}
.time_line ul li {
    padding-bottom: 5px;
    padding-left: 15px;
}
/* img.er-mo:hover {
    display: none;
} */
.qrcode-img img {
    width: 140px!important;
    height: 140px;
}
.col-6.col-md-3.tui {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px;
}

.d.d-qrcode.animated.fadeIn.wxni {
    width: 170px;
}
.swiper-container-small {
  height: 348px;
}
.index__sec1_row8_list {
  height: 330px;
  width: 100%;
  background: url('../../img/bg.png') center center no-repeat;
}
@media screen and (min-width: 768px){

    .swiper-container-small {
        height: 260px;
    }
    .nav__phone {
        display:none;
    }
    .cbj__zxgz_bgline.yido {
        display: none;
    }
    .cbj__tggw_bgline.laosi {
        display: none;
    }
    .wow.fadeInUp.wow_box.yimi {
        display: none;
    }
    .ydydyd {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .banner__down_block {
        padding: 10px 10px 0 10px!important;
        height: auto;
    }
    .banner-pagination {
        margin-top: -30px;
    }
    .swiper-wrapper {
        margin-top: -50px!important;
    }
    .cbj__sec4 {
        margin-top: 140px;
    }
    .cbj_title {
       top: -50px!important;
    }
    .cbj_title a {
       font-size: 14px!important;
    }
    .cbj__sec8_tab_head a {
        font-size: 16px;
    }
    .about__sec5 .circle ul:last-child {
        margin: 0;
    }
    .post__list_image {
        display: block!important;
        width: 30%!important;
    }
    .post__list_title {
        width: 70%!important;
    }
    .category-pages-container:first-child {
        margin-top: 400px;
    }
    .category-pages ul li:last-child {
        display: block!important;
    }
  .index__sec1_row8_list {
    background: none;
    height: 100%;
  }
  .index__sec1_row8_list ul {
    margin: 0;
  }
  .index__sec1_row8_list ul li {
    margin: 5px 0;
    padding: 0;
  }
  .swiper-container-small {
    height: 200px;
  }
  .article-small {
      margin-top: 60px;
  }
  .category-pages-right {
      /*margin-top: 0!important;*/
  }
	.navbar-nav {
		margin-left: 0!important;
		background-color: #fafafa!important;
		padding-bottom: 2rem;
	}
.pcpcpc {
    display: none!important;
  }
.navbar-nav .sub-menu li {
    float: left;
    margin-right: 0;
    line-height: 30px;
    width: 30%;
}
.navbar-nav .menu-item-has-children .sub-menu {
    width: 100%;
	    word-wrap: break-word;
    word-break: break-all;
}
.p-100 {
    flex: 0 0 100%!important;
    max-width: 100%!important;
    padding-bottom: 5px!important;
}
.wow_box {
    height: auto!important;
}
.calculator_result {
    margin-top: 2rem;
}
.wow.fadeInUp.wow_box.miyi {
    display: none;
}
.tab_cbj img {
    max-width: 100%;
}
.tab_cbj .cbj_jd {
   top: -3px;
    font-size: 15px;
    width: 210px;
    left: 154px;
}

a:not([href]):not([tabindex]) {
    color: #f00;
}
.cbj__tggw {
    max-width: 100%;
    height: 295px;
}
.cbj__tggw_bgline.laosifu {
    display: none;
}
.cbj__zxgz_bgline.yido {
    height: 280px!important;
}
.cbj__zxgz {
    max-width: 100%;
    padding: 0;
    width: 100%;
    height: 295px!important;
}
.cbj__zxgz_bgline.oplk {
    display: none;
}
header.scroll__header .navbar-light .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-nav > li.current-menu-item > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #c1c1c1!important;
}
.col-12.col-md-6 img {
    max-width: 100%!important;
}
.index__sec2 ul li {
    margin: 0 1rem;
}
.banner-container .swiper-slide .banner_btn {
    margin-top: 10px;
    text-align: center;
}
.banner-container .swiper-slide p {
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.col-6.col-md-3 p {
    padding-bottom: 15px;
}
.index__sec1 .index__sec1_row2 img {
    margin-left: 0;
    margin-right: 0;
}
.index__sec1_row2_content {
    text-align: center;
}
.index__sec2 p {
    margin-top: 0;
}
.index__sec2 {
    padding-top: 1rem;
}
.sec3_tab_head a {
    padding: 0 1rem;
	    font-size: 17px;
    width: 49%;
}
.sec3_tab_head a.active:after {
    left: 0;
}
.index__sec3 .tabItem h6 {
    margin-top: 1rem;
}
.col-12.col-md-6 a {
    margin-bottom: 1rem;
}
.col-12.col-md-9.yui {
    background-color: white;
}
.index__sec4 .sec4tabItem ul li span.c_icon {
    margin-right: 5px;
}
.index__sec4 .sec4tabItem ul {
    padding: 0 1rem;
}
.index__sec4 .sec4tabItem ul li {
    width: 100%;
}
.index__sec4 .sec4tabItem ul li h6 {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
div.pielist .col-md-4 {
    max-width: 50%;
    margin: 0 auto;
}
.index__sec6 .news_list + a {
    margin: 30px auto 0;
}
.index__sec6 .category_btns a {
    width: 30%;
    margin: 0 5px;
}
.index__sec7 p {
    padding: 0 5%;
    text-align: left;
}
.index__sec7 ul li {
    width: 33.33%;
    height: 50px;
    margin: 10px 0;
}
.footer__links {
    text-align: left;
}
.cbj__sec1 .cbj__box1 {
    padding-left: 70px;
}
.cbj__sec1 .cbj__box1 span.c_icon {
    left: 1rem;
}
.table td, .table th {
    padding: 2px;
    vertical-align: middle;
}
.cbj__sec4 .sec3_tab_head a {
    display: inline-block;
}
.cbj__sec4 .sec3_tab_head a.active:after {
    left: 60px!important;
}
.cbj__sec6 table tbody th {
    width: 88px;
}
ul.liucheng li span {
    font-size: 15px;
}
.cbj__sec8_tab_head a:not(:last-child) {
    margin-right: 1rem;
}
.col-12.col-md-6.lhyg-s {
    margin-left: 0!important;
}
.lhyg__sec1 p span {
    padding: 5px 20px;
    margin-right: 5px;
    line-height: 35px;
}
.col.qylc {
    flex-basis: auto;
    padding-bottom: 15px;
}
.col-12.col-md-6.sycj {
    background-color: white;
    padding-bottom: 1rem;
}
.lhyg__sec6 .col-md-6 div {
    padding: 30px 10px;
}
.lhyg__sec6 .col-md-6 div span {
    margin-right: 5px;
}
.calculator__sec1 .col-md-5 {
    padding-right: 5px;
}
.calculator__sec1 .col-md-7 {
    padding-left: 5px;
}
form.calculator .btn {
    width: 100%;
}
.sec6_tab_head a {
    padding: 0 1rem;
}
a.fl {
    width: 33%!important;
}


/*移动端计算器结果页面样式*/

.calculator_result .cbjyhfa .kjscbj .hasborder {
    float: left;
    height: auto;
}
.calculator_result .cbjyhfa .kjscbj div.hasborder:last-child {
    margin-bottom: 1rem;
}
.calculator_result .cbzje {
    height: auto;
    padding: 0 5px;
}

.navbar-light .navbar-nav > li > a {
    color: #333!important;
	padding-left: 2rem;
    height: 50px;
}
.navbar-brand {
    padding-left: 1rem;
}	
.navbar-light .navbar-toggler {
    margin-right: 1rem;
    color: #fff;
}
.navbar {
    padding: 0;
}	
.container.display-none {
    padding-right: 0;
    padding-left: 0;
}
header.header .navbar {
    height: auto;
    text-align: left!important;
}
.yibai {
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.time_line.fadeInUp {
    margin-top: 2rem;
}
}


/* 适配移动端-结束 */
	
	
	
	
	
	
  .telsub,.ys-fixed-bottom{
    display:none;
  }
    @media screen and (min-width: 1200px){
      .pcpcpc {
        display: inline-block;
      }
      .swiper-container-small {
        height: 348px;
      }
      .telsub {
          z-index: 9999;
          position: fixed;
          bottom: 0px;
          left: 0px;
          width: 100%;
          height: 80px;
          background-color: rgba(16,20,66,0.61);
          display: block;
          color: #fff;
          overflow: hidden;
          font-size: 16px;
          /* border-top: 1px solid #999; */
          transition: width 1s;
          -moz-transition: width 1s;
          -webkit-transition: width 1s;
          -o-transition: width 1s;
      }
      .telsub span.wpcf7-not-valid-tip {
        display:none;
      }
      div.wpcf7-response-output {
        display:none;
      }
      .telsubclk {
          width: 5%;
      }
      .telsubdiv {
          width: 1100px;
          height: 80px;
          margin: 0px auto;
          position: relative;
          background-size: 832px 94px;
          padding-top: 26px;
      }
      .centel {
          width: 200px;
          top: 25px;
          left: 0px;
          color: #fff;
          position: absolute;
          font-size: 18px;
          display: none;
      }
      .centel1 {
          color: #FFAB40;
          font-size: 25px;
          font-weight: bolder;
      }

      .closetel {
        cursor: pointer;
      }
      
/*      .telsub div#wpcf7-f1605-o1 {
        position: absolute;
        right: 0;
      } */
      .telsub span.wpcf7-form-control-wrap.qiyemingcheng {
        margin-left: 160px;
      }
      .inputtel {
          background-color: #fff;
          height: 30px;
          border-radius: 3px;
          display: inline-block;
          width: 120px;
          font-size: 13px;
          padding-left: 10px;
          color: black;
          line-height: inherit;
          border: 1px solid #ddd;
      }
      .ys-jsfa-info {
        position: absolute;
          font-size: 12px;
          color: #808080;
          line-height: 50px;
          right: 15px;
          top: 0;
      }
      .telsub .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
        position: absolute;
        right: -49px;
        top: -6px;
        /* color: wheat; */
      }
      .btno, .btno:link, .btno:visited {
          line-height: inherit;
          background-color: #4285f4;
          margin-top: -2px;
          padding: 0 10px;
          height: 32px;
          font-size: 13px;
          color: white;
          border: none;
          border-radius: 3px;
          cursor: pointer;
          vertical-align: top;
          cursor: pointer;
      }
      .opentelDiv {
          top: 40%;
          color: #fff;
          position: absolute;
          right: 0px;
          display: none;
          cursor: pointer;
      }
    }
  
  @media screen and (max-width: 640px){
    .banner-pagination {
        margin-top: 0;
    }
    .cbj_title {
       top: -50px!important;
    }
    .cbj__sec8_tab_head a {
        font-size: 12px;
    }
    .cbj__sec8_tab_head a:not(:last-child) {
        margin-right: 20px!important;
    }
    .category-pages ul li a {
        padding-left: 3px!important;
    }
    .category-pages ul li:last-child {
        display: none!important;
    }
    .ys-fixed-bottom {
      display:block;
      width: 100%;
      height: 50px;
      background: rgba(0,0,0,0.6);
      position: fixed;
      margin: auto auto;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      overflow:hidden;
    }
    .ys-fixed-bottom a {
      display: block;
      width: 50%;
      height: 50px;
    }
    .ys-fixed-bottom a.fl {
      float:left;
    }
    .ys-fixed-bottom a img {
      display: block;
      margin: 12px auto 0;
      height: 30px;
    }
    .wpohome {
      font-size: 10px;
      color: #ffffff;
    }
    .banner-container-small {
      width: 100%;
      height: 348px;
    }
    .category-pages-container {
      margin-top: 20px;
    }
    .cbj__sec4 .sec3_tab_head a.active:after {
        width: 100%!important;
        left: 0!important;
    }
    /*.sec4_tab_head_a {*/
    /*  display: inline-block!important;*/
    /*  margin-bottom: 5px!important;*/
    /*  font-size: 14px!important;*/
    /*  font-family:'Alibaba PuHuiTi', PingFangSC-Medium, PingFang SC!important;*/
    /*  color: #2C2C2C!important;*/
    /*  width: auto!important;*/
    /*  margin-left: 10px;*/
    /*}*/
    /*.sec4_tab_head_img {*/
    /*  display: none;*/
    /*}*/
    /*.sec4_tab_head a.active:after {*/
    /*  height: 60px!important;*/
    /*  left: 25px!important;*/
    /*  top: 3px!important;*/
    /*}*/
    /*.index__sec4 .sec4tabItem {*/
    /*  margin-left: 0;*/
    /*  width: 100%;*/
    /*  margin-top: 30px;*/
    /*  margin-bottom: 50px;*/
    /*}*/
    /*.sec4tabItem p {*/
    /*  width: 100%;*/
    /*}*/
    /*.sec4tabItem {*/
    /*  padding: 20px;*/
    /*}*/
    /*.sec4_tab_head a span.c_icon {*/
    /*  width: 40px;*/
    /*  height: 40px;*/
    /*  position: absolute;*/
    /*  left: 30px;*/
    /*}*/
    /*.sec4_tab_head a.active:after {*/
    /*  content: " ";*/
    /*  width: 3px;*/
    /*  height: 90px;*/
    /*  position: absolute;*/
    /*  left: 40px;*/
    /*  top: -10px;*/
    /*  display: block;*/
    /*  background:rgba(66,133,244,1);*/
    /*  transform: rotate(90deg);*/
    /*}*/
    .index__sec5 {
      margin-top: 50px;
    }
    .index__sec7 ul {
      height: 100%;
    }
    .index__sec7 ul li{
      height: 42px;
    }
    .contact-content .contact {
      width: 60px;
      height: 60px;
    }
    .contact-content .contact-line {
      text-align: center;
      width: 34px;
      height: 2px;
      margin-top: 60px;
    }
    .contact-content ul li p {
      font-size: 10px;
    }
    .about__sec5 .circle {
      margin-left: 0;
      margin-top: 30px;
    }
    .about__sec5 .circle ul:last-child {
      margin-left: 0;
    }
    .banner__down_block {
      display: none;
    }
    .category-pages-right {
      margin-top: 0!important;
    }
    .category-pages ul li {
      margin-right: 5px!important;
    }
    .category-pages-city {
        position: relative;
        z-index: 1;
    }
    .category-pages-city ul .category-pages-city-li {
      width: 80px!important;
    }
    .category-pages-city-ul {
      text-align: center;
    }
    .category-pages-city-li-a {
      margin-top: -8px!important;
    }
    #navbarSupportedContent {
      position: fixed;
      top: 91px;
      height: 100%;
      width: 150px;
      z-index: 999999;
      background-color: #fafafa;
    }
    #navbarSupportedContent .navbar-nav {
      height: 100%;
    }
    #navbarSupportedContent .navbar-nav .sub-menu {
      position: fixed;
      top: 91px;
      left: 150px;
      width: 70%;
      height: 100%;
      z-index: 999999;
      background-color: #fafafa;
    }
    .ydydyd span {
      font-size: 14px;
      margin-right: 10px;
    }
    .navbar-brand {
      margin: 0 auto;
    }
    .nav__phone a {
      color: #ffc107;
      font-size: 14px;
    }
    .index__sec3 .tabItem h6 {
      text-align: center;
    }
    .index__sec3 .tabItem h6 + p {
      padding-right: 0;
    }
    .know-more {
      margin: 30px auto;
      display: block!important;
    }
    .suspension {
      top: 50%!important;
      right: 0!important;
    }
    .suspension .a-service-phone, .suspension .a-qrcode, .suspension .a-service {
      display: none;
    }
    .suspension .d-service-iphone {
      top: 50px;
    }
  }
  
  
/*-----------------------分割线/*-----------------------*/
.w-1199-3, .contact-content-ul-2, .contact-content-ul-3 {
    display: none;
}

.cbj__sec4, .cbj__sec3, .cbj__sec6, .cbj__sec7 {
    margin-top: 80px;
}
.post__list_image {
    width: 35%;
}
.post__list_title {
    width: 65%;
}
/*-----------------------分割线/*-----------------------*/

@media screen and (min-width: 1200px) {
    .cbj__sec4 {
        margin-top: 100px;
    }
    .cbj__sec3 {
        margin-top: 80px;
    }
}
@media (max-width: 1199px) {
    .navbar-nav li:last-child {
        display: none!important;
    }
    .index__sec1_row8 ul {
        margin-bottom: 0;    
    }
    .index__sec1_row8_list {
        background: none;
        height: 100%;
    }
    .w-1199-2 .index__sec1_row8_container {
        margin-right: 0;
    }
    .w-1199-2 .index__sec1_row8_container:nth-child(2) {
        margin: 20px;
    }
    .contact-content-ul-1 {
        display: none;
    }
    .contact-content-ul-2, .contact-content-ul-3 {
        display: block;
    }
    .cbj__sec1 .cbj__box1 {
        height: auto;
    }
    .cbj_title {
       top: -80px;
    }
    .col-md-auto {
        width: 100%;
    }
    .about__sec5 .circle {
        margin: 20px 0;
    }
    .post__list_image {
        width: 40%;
    }
    .post__list_title {
        width: 60%;
    }
    .category-pages-right {
        margin-top: -335px!important;
    }
    .sub_category a.active:after {
        bottom: 0;
    }
    .index__sec5_zhixun span:last-child {
        display: block;
    }
    .sec4_tab_head_a {
      display: inline-block!important;
      margin-bottom: 5px!important;
      font-size: 14px!important;
      font-family:'Alibaba PuHuiTi', PingFangSC-Medium, PingFang SC!important;
      color: #2C2C2C!important;
      width: auto!important;
      margin-left: 10px;
    }
    .sec4_tab_head_img {
      display: none;
    }
    .sec4_tab_head a.active:after {
      height: 60px!important;
      left: 25px!important;
      top: 3px!important;
    }
    .index__sec4 .sec4tabItem {
      margin-left: 0;
      width: 100%;
      margin-top: 30px;
      margin-bottom: 50px;
    }
    .sec4tabItem p {
      width: 100%;
    }
    .sec4tabItem {
      padding: 20px;
    }
    .sec4_tab_head a span.c_icon {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 30px;
    }
    .sec4_tab_head a.active:after {
      content: " ";
      width: 3px;
      height: 90px;
      position: absolute;
      left: 40px;
      top: -10px;
      display: block;
      background:rgba(66,133,244,1);
      transform: rotate(90deg);
    }
}

@media screen and (max-width: 990px) {
    .navbar-nav {
        margin-left: 0!important;
        background-color: #fafafa!important;
        padding-bottom: 2rem;
    }
    .navbar-light .navbar-nav > li > a {
        color: #333!important;
        height: 50px;
        padding-left: 20px;
        text-align: left;
    }
    .navbar-nav li:last-child {
        display: block!important;
    }
    .w-1199-1, .w-1199-2 {
        display: none!important;
    }
    .w-1199-3 {
        display: block;
    }
    .w-1199-3 .index__sec1_row8_container {
        margin-top: 20px;
    }
    .banner__down_block {
        padding: 0;
    }
    .index__sec6 .news_list p {
        text-overflow: ellipsis;
        overflow: hidden; 
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cbj__sec4 {
        margin-top: 160px;
    }
    .cbj__sec3 {
        margin-top: 140px;
    }
    .cbj_title {
       top: -63px;
    }
    .cbj_title .cbj_jd, .cbj_title .cbj_xx {
        font-size: 28px;
    }
    .sec3_tab_head a {
        padding: 0 20px;
    }
    .cbj__sec4 .sec3_tab_head a.active:after {
        left: 110px;
    }
    .cbj__sec8_tab_head a:not(:last-child) {
        margin-right: 40px;
    }
    .post__list_image {
        display: none;
    }
    .post__list_title {
        width: 100%;
    }
    .category-pages-right {
        margin-top: -360px!important;
        position: relative;
        z-index: 0;
    }
    .category-pages ul li:last-child {
        display: none;
    }
    .category-pages ul li {
        margin-right: 15px!important;
    }
}