/* General body settings */
html,
body {
  overflow: hidden;
  overflow-y: auto;
}

body {
  color: #5f6f7e;
  direction: ltr;
  /* font: 300 14px/1.4 "Open Sans", Arial, sans-serif; */
  /* font-family: "PingFangSC-Regular"; */
  background: #fff;
}

h2,
h4 {
  font-weight: 400;
  color: #333;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

/* h1-h6 */
.content h1,
.content h2 {
  /* font: 400 37px "PT Sans Narrow", Arial, sans-serif; */
  margin: 0 0 10px;
  text-transform: uppercase;
  text-align: center;
  color: #ddd;
  font-size: 38px;
}

.content h3,
.content h4,
.content h5,
.content h6 {
  font: 300 18px "PingFangSC-Regular", sans-serif;
  padding: 0;
  margin: 0;
}

.content h1 strong,
.content h2 strong,
.content h3 strong,
.content h4 strong {
  color: #e54a1a;
  font-weight: 300;
}

.content h3 {
  font-size: 18px;
  /* font-weight: 600; */
  margin-bottom: 7px;
}

.content h4 {
  font-size: 18px;
}

.content h5 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
  padding-top: 5px;
}

.content h6 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 5px;
}

.h-gray {
  opacity: 0.7;
}

/* links styles */
a,
a:focus,
a:hover,
a:active {
  color: #e6400c;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #e6400c;
  text-decoration: underline;
}

/* Global classes */
::-moz-selection {
  color: #fff;
  background: #e6400c;
}

::selection {
  color: #fff;
  background: #e6400c;
}

.min-hight500 {
  min-height: 500px;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.lead {
  font: 400 17px "Open Sans", sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

*html .clearfix {
  zoom: 1;
}

*+html .clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-center {
  text-align: center;
}

.border-bottom-silver {
  border-bottom: solid 1px #b7bbbf;
}

.more-li-space li {
  margin-bottom: 3px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.no-space {
  margin: 0 !important;
  padding: 0 !important;
}

.no-text-shadow {
  text-shadow: none;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.btn {
  padding: 7px 14px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary {
  border: none;
  background: #e94d1c;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background: #cc3304;
  border: none;
}

.content-page .btn-primary,
.content-page .btn-primary:hover {
  color: #fff;
  margin-left: 0 !important;
}

.btn-default {
  border: 1px solid #EDEDED;
  color: #A8AEB3;
  background: transparent;
  padding: 6px 13px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border: 1px solid #A8AEB3;
  color: #fff;
  background: #A8AEB3;
  padding: 6px 13px;
}

/*  media */
.embed-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;

}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* panels style */
/*.panel-default {
  border-color: #ecf0f1;
}
.panel-default > .panel-heading {
  background: #ecf0f1;
  border-color: #ecf0f1;
  color: #333;  
}
.panel-default > .panel-heading h4 {
  font: 300 16px "Open Sans", sans-serif;
  padding: 0;
  margin-bottom: 0;
}
.panel-default > .panel-heading a {
  text-decoration: none;
  color: inherit;
}
.panel-default > .panel-heading a:active,
.panel-default > .panel-heading a:focus {
  color: inherit;
}*/

/* Header and header elements */
.header {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 9;
  width: 100%;
  min-height: 120px;
  padding: 0;
  /* background: rgba(255, 255, 255, 0.95); */
  box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
  z-index: 9999;
}

.menu-always-on-top .header {
  background: #fff;
  top: 0;
  bottom: auto;
  position: fixed;
}

.ie8 .header {
  background: #fff !important;
}

.ie8 .header.fixNav {
  border-bottom: solid 1px #ddd;
}

/* header at the top */
.header-top {
  top: 0;
  bottom: auto;
  background: rgba(255, 255, 255, 1);
}

/* header on the second screen */
.header-second-screen {
  bottom: -63px;
  /* 61px – header height */
}

.header.fixNav {
  position: fixed;
  top: 0;
  bottom: auto;
  background: rgba(255, 255, 255, 1);
}

.site-logo {
  float: left;
}

.site-logo img {
  height: 120px;
}

.header .mobi-toggler {
  float: right;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 15px 15px 0;
  position: relative;
  background: url(../img/toggler.png) no-repeat 6px 8px;
}

.header .mobi-toggler i {
  display: none;
}

.header .mobi-toggler:hover {
  background: #01b470 url(../img/toggler.png) no-repeat 6px -28px;
  border-color: #01b470;
  color: #fff;
}

.header .mobi-toggler-yd {
  display: none;
}

.header-navigation {
  float: right;
  list-style: none;
  margin: 0;
  font-size: 18px;
  line-height: 120px;
  text-transform: uppercase;
  display: block;
}

.header-navigation .header-li {
  float: left;
  padding: 0;
  height: 120px;
  margin: 0 25px 0 25px;
  font-size: 18px;

}

.header-navigation a {
  display: block;
  color: #333;
}

.header-navigation a:hover,
.header-navigation li.current a {
  color: #333;
}

/* 移动端 */
.header-navigation-yd {
  float: right;
  list-style: none;
  margin: 0;
  font-size: 18px;
  line-height: 120px;
  text-transform: uppercase;
  display: none;
}

.header-navigation-yd .header-li {
  float: left;
  padding: 0;
  height: 120px;
  margin: 0 25px 0 25px;
  font-size: 20px;

}

.header-navigation-yd a {
  display: block;
  color: #000;
}

.header-navigation-yd a:hover,
.header-navigation-yd li.current a {
  color: #000;
}

/* 移动端 */

.current-color {
  color: #01b470 !important;
}

.left img {
  height: 30px;
}

.right img {
  height: 30px;

}

.headnav-sub {
  display: none;
  position: absolute;
  width: 510px;
  /* top: 77px; */
  left: 10%;
  box-shadow: 0 0 20px 0 hsla(0, 0%, 76.1%, .3);
  padding: 40px 10px 0 28px;
}

.subItem-desc {
  width: calc(100% - 230px);
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 40px;
  display: inline-block;
}

.current-isShow {
  display: block;
}

.headnav-sub .subItem-desc h3 {
  font-size: 22px;
  font-weight: 600;
}

.headnav-sub .subItem-desc .descContent {
  max-width: 190px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 26px;
}

.subItem-menu {
  display: inline-block;
  width: 120px;
  text-align: left;
  line-height: 80px;
}

/* .submenu>li {
  margin-bottom: 40px;
} */

.subItem-menu .submenu>li a {
  font-size: 18px;
  font-weight: 400;
}

.subItem-menu .submenu>li:hover {
  color: #01b470;
}

.subItem-menu .submenu>li a:hover {
  color: #01b470;
}

.header a:hover {
  text-decoration: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 30px;
  left: 0;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu>li>a:hover {
  background: #fff;
  color: #01b470;
}

.dropdown-menu li {
  padding: 20px;
  margin: 0px;
}

/* .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
} */

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.sub-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: .8rem;
  margin: 0 0 .33333rem .4rem;
}

.headnav-menu {
  display: none;
}

/* Promo block  */
.promo-block {
  overflow-x: hidden;
}

/* About- block */
.about-block {
  padding-top: 60px;
}

.about-block h4 {
  margin-bottom: 43px;
}

.ab-trio {
  padding-top: 105px;
  position: relative;
}

.ab-trio img {
  position: relative;
  z-index: 2;
}

.ab-cirlce {
  display: inline-block;
  width: 135px;
  height: 135px;
  color: #fff;
  border-radius: 50% !important;
  z-index: 1;
  position: absolute;
  padding-top: 30px;
}

.ab-cirle-blue {
  background: #33b1e6;
  bottom: 2px;
  left: 5%;
}

.ab-cirle-red {
  background: #e85425;
  bottom: 61%;
  left: 37%;
}

.ab-cirle-green {
  background: #94db40;
  bottom: 34%;
  right: 9%;
}

.ab-cirlce i {
  font-size: 43px;
  line-height: 30px;
}

.ab-cirlce strong {
  /* font: 400 18px/18px "PT Sans Narrow", Arial, sans-serif; */
  font-size: 18px;
  display: block;
  padding-top: 12px;
}

/* 首页企业合作 */
.container-services {
  margin-top: 50px;
  margin-bottom: 50px;
}

.services-block h4 {
  padding: 0px 20px;
  font-size: 26px;
  font-weight: 400;
  color: #333;
}

.services-block .row {
  padding-top: 44px;
}

.services-block .item {
  border-right: solid 1px #e8e7e7;
  padding-top: 9px;
}

.services-block .col-md-3:last-child {
  border-right: none;
}

.services-block .fa {
  background: #e85425;
  color: #fff;
  width: 99px;
  height: 99px;
  line-height: 1;
  border-radius: 50%;
  position: relative;
  margin-bottom: 29px;
}

.services-block .fa:after {
  bottom: -8px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -9px;
  z-index: 2;
  content: " ";
  display: block;
  position: absolute;
  border-top: 9px solid #e85425;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.services-block .fa {
  font-size: 38px;
  padding: 35px 0 0;
}

.services-block p {
  margin-bottom: 5px;
}

.services-block .img {
  margin-top: 20px;
}

/* Portfolio block */
.portfolio-block {
  background: #f6f6f6;
  padding-top: 60px;
}

.portfolio-block .row {
  padding: 0;
  margin: 0;
}

.portfolio-block .item {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.portfolio-block .item>a {
  background: rgba(229, 74, 26, 0.85);
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  text-transform: uppercase;

  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;

  color: #fff;
}

.portfolio-block .item:hover>a {
  bottom: 0;
}

.portfolio-block .item>a:hover {
  text-decoration: none;
}

.ie8 .portfolio-block .item>a {
  background: #e54a1a;
}

.portfolio-block .item strong {
  /* font: 400 17px/1.2 "Open Sans", Arial, sans-serif;
   */
  font-size: 17px/1.2;
  display: block;
  margin-bottom: 4px;
}

.portfolio-block .item em {
  /* font: 300 13px "Open Sans", Arial, sans-serif; */
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.portfolio-block .item b {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  border: solid 1px #fff;
  padding: 8px 15px 7px;
}

.portfolio-block .item b:hover {
  background: #fff;
  color: #E85425;
  border-color: #fff;
}

/* 首页新闻动态开始 */

.choose-us-block .news-list {
  margin-top: 50px;
}

.choose-us-block .container-news {
  margin-top: 50px;
  margin-bottom: 50px;
}

.choose-us-block .news {
  font-size: 18px;
  display: flex;
  border: 1px solid #F6F6F6;
  padding: 30px;
  align-items: center;
  margin-top: 36px;
  background: #F6F6F6;
  cursor: pointer;
}

.choose-us-block .news:hover {
  border: 1px solid #01b470;
}

.choose-us-block .news-image .news {
  font-size: 18px;
  border: none;
  display: flex;
  padding: 20px 30px;
  border: 1px solid #F6F6F6;
  align-items: center;
  margin-top: 20px;
  background: #F6F6F6;
}

.choose-us-block .news-left .year {
  font-size: 22px;
  font-weight: 400;
  color: #666;
  margin: 0;
}

.choose-us-block .news-left .data {
  color: #666;
  font-size: 16px;
  margin: 0 0 20px;
}

.choose-us-block .news-right .data {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  margin: 0 0 20px;
  text-align: left;
}

.choose-us-block .news-right .year {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.choose-us-block .shu {
  margin: 0px 30px;
  width: 2px;
  background: #ddd;
  height: 38px;
}

.choose-us-block .news-right {}

.choose-us-block .news-image {
  background: #F6F6F6;
  margin-top: 50px;
  border: 1px solid #F6F6F6;
  text-align: center;
}

.choose-us-block .news-image img {
  width: 100%;
  height: 528px;
  padding: 20px;
}

.choose-us-block h4 {
  padding: 0px 20px;
  font-size: 26px;
  font-weight: 400;
  color: #333;
}

.choose-us-block h4 a {
  color: #1ea9e3;
}

.choose-us-block .panel-group {
  padding-top: 50px;
}

.choose-us-block .panel-default {
  border-radius: 0 !important;
  border: none;
  background: none;
  margin-bottom: 0 !important;
  padding-bottom: 14px;
}

.choose-us-block .panel-default>.panel-heading {
  border: none;
  background: none;
  padding: 0;
}

.choose-us-block .panel-default>.panel-heading+.panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 32px;
}

.choose-us-block .panel-default h5 {
  /* font: 300 19px "Open Sans", Arial, sans-serif; */
  font-size: 19px;
  padding: 0;
  margin: 0 0 5px;
}

.choose-us-block .panel-default .accordion-toggle:before {
  content: "";
  width: 21px;
  height: 21px;
  display: inline-block;
  background: #e54a1a url(../img/toggle-icons.png) no-repeat 6px 10px;
  border-radius: 50% !important;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.choose-us-block .panel-default .collapsed:before {
  background: #495764 url(../img/toggle-icons.png) no-repeat 6px -148px;
}

.choose-us-block .panel-default .panel-title:hover .collapsed:before {
  background-color: #e54a1a;
}

.choose-us-block .panel-default .accordion-toggle,
.choose-us-block .panel-default .accordion-toggle:focus,
.choose-us-block .panel-default .accordion-toggle:hover,
.choose-us-block .panel-default .accordion-toggle:active {
  color: #1ea9e3;
  text-decoration: none;
}

.choose-us-block .panel-default .collapsed {
  color: #5f6f7e;
}

.choose-btn div.active {
  background: #01b470;
  color: #fff;
  border: 1px solid #01b470;
}

.row-container ul {
  display: none;
}

.row-container ul.selected {
  display: block;
}

.head-block {
  padding-top: 100px;
}

/* 首页新闻动态结束 */

/* 轮播指示板开始 */
.carousel-indicators li {
  width: 66px !important;
  height: 4px !important;
  border-radius: 50% !important;
  background: #dce0e2;
  position: relative;
  margin: 0 3px !important;
  border: none;
}

.carousel-indicators li.active {
  background: #01b470;
}

/* 轮播指示板结束 */

/* 首页关于永青开始 */
.team-block .container-about {
  margin-top: 50px;
  margin-bottom: 50px;

}

.team-block h4 {
  padding: 0px 20px;
  font-weight: 400;
  font-size: 28px;
  color: #333;
}

.aboutyongqing {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_left {
  width: 600px;
  height: 600px;
}

.about_right .about_items {
  background: #eee;
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
  line-height: 290px;

}

.about_right .about_items:hover {
  background: #01b470;
  color: #fff;
}

.team-block-row .detail-right {
  padding-top: 50px;
  padding: 0;
  text-align: right;
}

.detail-right img {
  width: 100%;
  height: auto;
}

.team-block-row .detail-left {
  padding: 0;
}

.team-block-row .detail-left h4 {
  padding: 0px;
  text-align: left;
  font-size: 24px;
}

.team-block-row .detail-left p {
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.team-block-row .detail-left .p1,
.team-block-row .detail-left .p4 {
  margin-top: 30px;
}

.team-block-row .detail-left .btn {
  border: 1px solid #01b470;
  background: #fff;
  color: #01b470;
  padding: 8px 25px;
  display: inline-block;
  margin: 80px 0px 0px 0px;
  font-size: 16px;
}

.team-block-row .detail-left .btn:hover {
  border: 1px solid #01b470;
  background: #01b470;
  color: #fff;
}

.team-block-row .data {
  background: url(../img/logo/beijing-1.jpg);
  color: #fff;
  margin-top: 50px;
}

.team-block-row .data .data_item {
  padding: 50px 0px;

}

.data_item .p1 {
  padding: 20px 0px;
  font-size: 20px;
}

.data_item .num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 18px;

}


.data_item .p2 {
  padding: 10px 6px;
  font-size: 42px;
}

.aboutyongqing p {
  margin: 0;
  width: 30px;
  height: 2px;
  background: #ddd;
}

.team-block .line {
  width: 30px;
  height: 4px;
  background: #fff;
  margin: auto;
  margin-top: 10px;
}

.team-block .line-p {
  padding: 30px 50px;
  line-height: 40px;
  line-height: 36px;
  font-size: 16px;
}

.business-module {
  display: flex;
  margin-top: 50px;
}

.business-module .item.one {
  padding: 0px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  /* background: url(../img/people/tu-2.jpg); */
  color: #fff;
  position: relative;
  height: 100%;
}

.business-module .item .bgimg {
  width: 100%;
  transition: all 0.6s;
}

.business-module .bgimg {
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.business-module .item.two {
  padding: 0px;
  border: 1px solid #eee;
  margin: 0 20px;
  color: #fff;
  position: relative;
  height: 100%;
}

.business-module .item.three {
  padding: 0px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  /* background: url(../img/people/tu-4.jpg); */
  color: #fff;
  position: relative;
  height: 100%;

}


.more p {
  color: #666;
  font-size: 16px;
}

.team-block .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
}

.team-block .markone {
  display: none;
}

.team-block .marktwo {
  display: block;
}

.team-block .markthree {
  display: none;
}

.footertwo {
  display: none;
}

.mark h2 {
  font-size: 26px;
  color: #fff;
  margin: 120px 0px 30px 0px;
  padding: 10px 0px;
}

.mark h2 text {
  padding: 4px 0px;
  border-bottom: 4px solid #01b470;
  font-size: 24px;
}

.team-block .mark-footer {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  padding-top: 120px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.26);
}

.mark-footer h2 {
  font-size: 28px;
  color: #fff;
  padding: 35px 0px;
}

.mark-footer h2 text {
  padding: 4px 0px;
  border-bottom: 4px solid #01b470;
  font-size: 24px;
}

.mark-footer h4 {
  padding: 0;
  font-size: 18px;
  color: #fff;
}

.jiantou {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.mark .btn-p {
  width: 120px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  background: #01b470;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  cursor: pointer;
}

.team-block .item:hover {
  border: 1px solid #ccc;
}

.team-block h3 {
  font-size: 20px;
  padding: 100px 0px 10px 0px;
}

.team-block em {
  color: #e54a1a;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.team-block .btn-p {
  border: 1px solid #01b470;
  background: #01b470;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}


/* 首页关于永青结束 */


/* 关于我们开始 */
.team-block .text_other {
  border-bottom: 4px solid #01b470;
  font-size: 24px;
}

.team-other {
  margin-top: 50px;
}

.team-other .detail-left {
  padding-top: 50px;
  padding: 0;
}

.team-other .detail-left-other p {
  text-align: left;
  line-height: 35px;
  font-size: 16px;
  color: #666;
}

.team-other .detail-right-other {
  text-align: left;
  overflow: hidden;

}

.team-other .detail-right-other img {
  /* width: 100%; */
}

.service-process img {
  width: 100%;
}


.rowBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rowBox ul,
li {
  padding: 0;
  margin: 0;
}

.header-other {
  margin-top: 60px;
  color: #333;
}

.head-left-other {
  text-align: left;
  display: flex;
  align-items: center;
}

.head-left-other .one a {
  display: flex;
  align-items: center;
  margin-right: 50px;
  cursor: pointer;
}

.one-circular {
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  background: #fff;
  border: 1px solid #ccc;
}

.one-text {
  margin-left: 10px;
  font-size: 18px;
  color: #000;

}

.other-a {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.other-a:hover {
  text-decoration: none;
}

.head-right-other {
  text-align: right;
  font-size: 16px;
  border: 1px solid #01b470;
  padding: 6px 10px;
  color: #01b470;
}

.active-circular {
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  background: #01b470;
  border: 1px solid #01b470;
}

.active-text {
  margin-left: 10px;
  font-size: 18px;
  color: #01b470;
  text-decoration: none;
}

/* 关于我们结束 */
/* 董事长简介开始 */

.chairman-info {
  margin-top: 100px;
}

.chairman-info .info {
  position: relative;
}

.chairman-info .photo {
  border: 1px solid #01b470;
  overflow: hidden;
  width: 80%;
}

/* .info-right .info-rigt-bd {
  padding-left: 70px;
} */

.info .autograph {
  position: absolute;
  right: 0;
  bottom: 0;
}


.info-right h4 {
  padding: 0px 10px;

}

.info-right h4 text {

  border: none !important;
  font-weight: 600;
  font-size: 46px;
}

.info-right .tap {
  display: flex;
  align-items: baseline;
  font-size: 28px;
  color: #01b470;
  padding: 50px 0px 30px 0px;

}

.info-right .tap .p1 {
  margin: 0 0 0 10px;
  color: #01b470;
  font-size: 20px;

}

.info-right .tap .p2 {
  margin: 0 0 0 10px;
  color: #01b470;
  font-size: 14px;

}

.info-right .content {
  padding: 0px 0px 0px 10px;
  font-size: 16px;
}

.info-right .content p {
  text-align: left;
  color: #666;
}

.info-right .title {
  display: flex;
  align-items: baseline;

}

.info-right .title p {
  margin: 0 0 0 10px;
  color: #999;
  font-size: 18px;

}

/* 董事长简介结束 */
/* 企业组织架构开始*/
.framework .row {
  margin-top: 0;
  padding: 50px 0;

}

.framework img {
  width: 100%;
  text-align: center;
  max-width: 1170px;
}

/* 企业组织结束 */
/* 荣誉资质开始 */
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 1;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.honer {
  position: relative;
  padding: 0 50px;
}


/* 荣誉资质结束 */

/* 旗下品牌开始 */
.qix {
  background: url('../img/portfolio/tu-1.jpg');
  background-size: cover;
  display: flex;
  align-items: center;
}

#qixia-other h4 {
  padding: 0px 20px;
  font-weight: 400;
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}

#qixia-other .text_other {
  border-bottom: 4px solid #01b470;
}

.qixiapinpai {
  display: flex;
  align-items: center;
  justify-content: center;
}

.qix .brand p {
  font-size: 18px;
  text-align: left;
  line-height: 40px;
  margin-bottom: 50px;
}

/* 
.qix .brand {
  padding-top: 0;
  padding-bottom: 50px;
}
*/
.qix .brand img {
  width: 100%;
}

.team-block-row .data-other {
  margin-top: 50px;
  margin-left: 0px;
  margin-right: 0px;
}

/* 旗下品牌结束 */

/* 合作企业开始 */
.cooperation h4 {
  padding: 0px 20px;
  font-weight: 400;
  font-size: 28px;
  color: #333;
}

.cooperation .text_other {
  border-bottom: 4px solid #01b470;
  font-size: 24px;
}

.cooperation .other-h2-p h2 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
}

.cooperation .other-h2-p p {
  color: #333;
  text-align: left;
  font-size: 16px;

}

.cooperation-row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

/* 合作企业结束 */

/*永青动态 行业新闻开始*/
.news-other {
  margin-top: 50px;
}

.news-row-other {
  padding: 50px 50px 20px 50px;
  background: #eee;
  margin-bottom: 40px;
  cursor: pointer;
}


.news-top-other {
  display: flex;
  justify-content: space-between;
}

.news-top-other img {
  width: 300px;
  height: 200px;
}

.news-left-other {
  display: flex;
  justify-content: space-between;
}

.news-left-other .text {
  padding: 0 20px;
}

.news-left-other .text h2 {
  margin: 0px 0px 20px 0px;
  font-size: 20px;
  color: #333;
}

.news-left-other .text p {
  font-size: 16px;
  line-height: 35px;
  color: #666;
}

.news-top-other .text1 .p1 {
  font-size: 16px;
  color: #666;
}

.news-top-other .text1 .p2 {
  font-size: 20px;
  color: #333;
}

.news-bottom-other {
  text-align: right;
}

.news-bottom-other p {
  font-size: 16px;
}

.news-other li {
  
}

.news-other .news-active {
  display: block;
}

.news-other ul,
li {
  list-style: none;
  padding: 0;
}

/* 修改开始 */
.news-hover-background {
  background: #01b470;
}

.news-row-other .text .news-hover-font {
  color: #fff;
}

.news-row-other .text .news-hover-font {
  color: #fff;
}

.news-top-other .text1 .news-hover-font {
  color: #fff;
}

.news-bottom-other p .news-hover-font {
  color: #fff;
}

/* 修改结尾 */
.news h4 {
  font-size: 20px;
  font-weight: 600;

}

.news h6 {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.news .content p {
  text-align: left;
  font-size: 16px;
  color: #333;
}

/* 行业新闻结束*/
/* 分页开始 */
.pages {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.page-item {
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 50% !important;
  color: #333;
  padding: 4px 10px;
  margin-left: 10px;
  cursor: pointer;

}

.pages-left p {
  margin-left: 10px;
}

.page-active {
  border: 1px solid #01b470;
  background: #01b470;
  color: #fff;
}

.pages-left {
  display: flex;
  align-items: center;
}

.pages-right {
  display: flex;
  align-items: center;
}

.previous-page {
  border: 1px solid #01b470;
  color: #01b470;
  border-radius: 40px !important;
  padding: 6px 35px;
  font-size: 18px;
  background: #fff;
  margin-right: 25px;
}

.next-page {
  background: #01b470;
  color: #fff;
  border-radius: 40px !important;
  padding: 6px 35px;
  font-size: 18px;
  margin-left: 20px;

}

/* 分页结束 */

/* 企业服务开始 */
.dispatch {
  margin-top: 60px;
  text-align: center;
}

.dispatch .head {
  margin-bottom: 50px;
}

.dispatch .dispatch_text_other {
  font-size: 28px;
  color: #333;

}


.apply-mode .apply-ul {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 15px 0px;
  color: #666;
}

.more-apple-ul p {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 16px;
}

.more-apple-ul {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 15px 0px;
  color: #666;
}

.apply-mode .apply-ul p {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 16px;
}

.apply-mode .crice {
  width: 12px;
  height: 12px;
  border: 1px solid #01b470;
  background: #fff;
  border-radius: 50% !important;
}

.apply-mode .img {
  /* width: 100%; */
}

.agent {
  margin-top: 50px;
}

.agent head {
  margin-bottom: 50px;
}

.agent h4 {
  font-size: 28px;
}

.dispatch_content {
  align-items: center;
  text-align: left;
  display: flex;
  margin-bottom: 30px;
}

.dispatch_content p {
  padding: 0;
  margin: 0;
  color: #666;
}

.dispatch_content .crices {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  background: #01b470;
  margin-right: 20px;
}

.dispatch_content .crices p {
  color: #fff;
  text-align: center;
  line-height: 30px;

}

.superiority-one {
  display: flex;
  background: #eee;
  align-items: center;
  padding: 50px 100px;
  margin-bottom: 50px;
}



.dispatch-right {
  margin-left: 120px;
  text-align: left;
  color: #666;
}

.dispatch-left img {
  height: 100px;
}

.dispatch-right h2 {
  font-size: 22px;
  color: #333;
  text-align: left;
  margin-bottom: 40px;
}

/* 猎头 */
.process-block {
  position: relative;
  height: auto;
  z-index: 0;
  margin-top: 50px;
  background: #292F34 url(../img/people/bg.jpg);
  background-repeat: no-repeat;
  min-height: 500px;
}

.process-block .process {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 400px;
  padding: 50px 0;

}

.messages-btn .xwzx img {
  width: 150px;
  height: 150px;
}

.process-block .process .left-img {

  width: auto;
}

.process-block .process .left-img img {
  height: 500px;
  padding: 20px 0px;

}

.process-block .valign-center-elem {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  padding: 0;
}

.process-block .valign-center-elem .shu {
  width: 6px;
  height: 30px;
  background: #01b470;
  margin: 10 20px;
}

.process-block .xwzx p {
  padding: 0;
  margin: 20px 0 50px 0;
  color: #fff;

}

.news-other li .head .dispatch_text_other {
  font-size: 24px;
  color: #333;
  border: none;

}

.news .text_other_p {
  font-size: 18px;
  color: #999;
}

.news-other li .head-one {
  margin: 60px 0;

}

.news-other li .head h4 {
  margin: 0;
  font-size: 16px;

}

/* 外包 */
.qutsourcing p {
  margin: 50px 0;
}

.qutsourcing .ispatch {
  margin: 0;
}

.resources {
  display: flex;
  background: #eee;
  align-items: center;
  padding: 50px;
  margin-top: 20px 0px;
}

.resources-mode {
  margin: 30px 0px;
}


.resources-left {
  margin-right: 20px;
}

.resources-right {
  margin-left: 20px;
}

.resources h2 {
  font-size: 22px;
  color: #333;
  text-align: left;
  margin: 0 0 20px;
}

.resources p {
  font-size: 16px;
}

.resources .resources-right {
  text-align: left;
  color: #666;
}

.dispatch .headtwo {
  margin-bottom: 20px;
}


/* 企业服务结束*/

/* 每日招聘开始 */
.ii_cont {
  /* margin: 50px 0px; */
  overflow: hidden;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.ii_cont .li {
  /* float: left; */
  /* width: 280px; */
  border: 1px solid #fff;
  /* margin-right: 20px; */
  border-radius: 2px;
  background: #eee;
  color: #888;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.ii_cont .li:hover {
  border: 1px solid #01b470;
}

.ii_cont .li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.ii_cont .li:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(1.5);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.ii_pic {
  position: relative;
  margin: 10px 10px 0;
  width: 260px;
  height: 201px;
  overflow: hidden;
}

.ii_pic img {
  position: relative;
  vertical-align: bottom;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.ii_con {
  padding: 0 10px;
}

.ii_cont .name {
  font-size: 18px;
  border-bottom: 1px dashed #e6e6e6;
  height: 46px;
  line-height: 46px;
  display: block;
}

.ii_cont p {
  line-height: 30px;
  padding: 10px 0;
}

.ii_cont .line {
  width: 1px;
  height: 14px;
  background: #e6e6e6;
  display: inline-block;
  margin: 0 10px;
  vertical-align: -1px;
}

.ii_cont .price {
  font-size: 24px;
  color: #ff7325;
}

.recuit-bd .content {
  padding: 20px 0;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.recuit-bd .content p {
  text-align: left;
  color: #333;
}

.recuit-bd h2 {
  font-size: 22px;
  margin-top: 0;
}


.cp_mingc {
  border-bottom: 1px #eee solid;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.recuit-bd .content-zp {
  padding: 20px 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.recuit-bd .content-zp h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.recuit-bd .content-zp h3 b {
  color: #aaa;
  font-weight: normal;
  font-family: "微软雅黑 Light";
  margin-left: 15px;
}

.recuit-bd .content-zp p {
  font-size: 16px;
  color: #333;
  line-height: 60px;
}

.recuit-bd .content-zp p i {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;

}

.recuit-bd .content-zp p i img {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: none;
}

.recuit-bd .content-zp .line i {
  width: 20px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}

.recuit-bd .content-zp .line img {
  width: 20px;
  height: 30px;
  display: inline-block;
  border: none;
}

.pro_tel {
  border-radius: 5px !important;
  width: 100%;
  max-width: 400px;
  height: 50px;
  line-height: 40px;
  background: #f3901a;
  padding: 5px 20px;
  font-size: 28px;
  color: #fff;
  box-sizing: border-box;
}

.pro_tel span {
  background: url(../img/partners/kefu.png) left center no-repeat;
  background-size: 25px 25px;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
}

/* 每日招聘结束*/

/* 其他联系我们开始 */
.contact-us {
  margin: 50px 0px;
}

.contactUs-data {
  text-align: center;
  padding: 100px 0;
  background: #eee;
  cursor: pointer;
}

.constants-active {
  background: #01b470;
  color: #fff;
}


.isShow {
  display: initial;
}

.isShow-s {
  display: none;
}

.img-active {
  display: none;
}

.img-active-s {
  display: initial;
}

.contactUs-data h2 {
  font-size: 18px;
}

.contactUs-data p {
  margin-top: 100px;
  font-size: 16px;
  color: #666;
}

.address {
  margin: 50px 0px;
  display: flex;
  align-items: center;
}

.contact-box img {
  height: 50px;
}

.addresss-left .top {
  display: flex;
  align-items: center;
  padding: 50px;
}

.constants-active h2,
.constants-active p {
  color: #fff;
}

.addresss-left .top p {
  padding: 0;
  margin: 0 0 0 10px;
  color: #333;
}

.addresss-left img {
  height: 50px;
}

.addresss-left h2 {
  font-size: 24px;
}

.addresss-left p {
  font-size: 16px;
}

.address-right img {
  width: 100%;
}

/* 其他联系我们结束 */


/* 服务开始 */
.message-block {
  position: relative;
  min-height: 500px;
  height: auto;
  padding: 0 0 50px;
  z-index: 0;
  background: #292F34 url(../img/logo/beijing-2.jpg);
}

.valign-center-elem {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  padding: 100px 0px 0px 0px;
}

.valign-center-elem .shu {
  width: 6px;
  height: 30px;
  background: #01b470;
  margin: 20px 50px;
}

.message-block h2 {
  z-index: 2;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
  padding-top: 100px;
  margin-bottom: 34px;
  letter-spacing: 1px;
}

.message-block h2:after {
  display: none;
}

.message-block h2 strong {
  color: #18bbff;
  display: block;
}

.message-block .messages-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.message-block .messages-btn .rczp {
  margin-right: 50px;
  text-align: center;
}

.message-block .messages-btn .rczp img {
  width: 150px;
  height: 150px;

}

.message-block .messages-btn .rczp p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.message-block .messages-btn .xwzx {
  text-align: center;
}

.message-block .messages-btn .xwzx img {
  width: 150px;
  height: 150px;

}

.message-block .messages-btn .xwzx p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;

}

.message-block .iphone-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.message-block .iphone-img img {}

.message-block em {
  font: 300 15px "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
  display: block;
}

/* 服务结束 */
/* Checkout block */
.checkout-block {
  background: #292f34;
  color: #c8ced4;
  padding: 25px 0;
}

.checkout-block h2 {
  font: 400 33px "PT Sans Narrow", Arial, sans-serif;
  margin: 2px 0 0;
  text-align: left;
}

.choose-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-container {
  margin-top: 30px;
}

.choose-btn .yqdt {
  border: 1px solid #dce0e2;
  color: #01b470;
  padding: 8px 25px;
  font-size: 18px;
  cursor: pointer;

}

.choose-btn .yqdt:hover {
  border: 1px solid #01b470;
  color: #fff;
  background: #01b470;
}

.choose-btn .hydt {
  border: 1px solid #dce0e2;
  color: #01b470;
  margin: 0px 50px;
  padding: 8px 25px;
  font-size: 18px;
  cursor: pointer;
}

.choose-btn .hydt:hover {
  border: 1px solid #01b470;
  color: #fff;
  background: #01b470;
}

.choose-btn .mrzp {
  border: 1px solid #dce0e2;
  color: #01b470;
  padding: 8px 25px;
  font-size: 18px;
  cursor: pointer;

}

.choose-btn .mrzp:hover {
  border: 1px solid #01b470;
  color: #fff;
  background: #01b470;

}

.checkout-block h2 em {
  color: #767c81;
  font: 300 18px "Open Sans", Arial, sans-serif;
  text-transform: none;
}

.checkout-block h2:after {
  display: none;
}

.checkout-block .btn {
  font: 400 20px/20px "PT Sans Narrow", Arial, sans-serif;
  padding: 15px 20px 14px;
}

@-moz-document url-prefix() {
  .checkout-block .btn {
    padding: 14px 20px 15px;
  }
}

/***
首页底部开始 
***/
.pre-footer {
  /* background: #313030; */
  background: url(../img/logo/beijing-3.jpg);
  color: #b0b0b0;
  height: 566px;
}

.pre-footer .footer-context {
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.pre-footer .footer-context p {
  padding: 0px 20px;
}

.pre-footer .footer-context1 {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 30px;

}

.pre-footer .footer-context1 .p {
  padding: 0 25px;
}

.pre-footer .footer-context2 {
 text-align:center;
  font-size: 16px;
  margin-top: 10px;
}

.pre-footer .footer-context2 .p {
  padding: 0 20px;
}

.pre-footer h2 {
  margin: 0 0 8px;
  color: #c2c1c1;
  text-transform: uppercase;
  text-align: center;
}

.pre-footer .footer-shu {
  width: 2px;
  height: 100px;
  background: #b0b0b0;
}

.pre-footer h4 {
  font: 300 18px "Open Sans", Arial, sans-serif;
  margin: 0 0 8px;
  color: #c2c1c1;
  text-transform: uppercase;
  text-align: center;
}

.pre-footer .container {
  padding-top: 45px;
}

.pre-footer a {
  color: #57c8eb;
}

.pre-footer .constants-us {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.pre-footer .constants-us p {
  margin: 0 20px;
  width: 30px;
  height: 2px;
  background: #ddd;
}

.pre-footer .footer-bd {
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
  align-items: center;
}

.pre-footer li {
  margin-bottom: 6px;
}

.pre-footer .constants-us h1 {
  font-size: 28px;
}

.pre-footer h3 {
  font-size: 20px;
}

.pre-footer .constants-us h4 {
  font-size: 18px;
}

.pre-footer .address-contarct {
  font-size: 16px;
}

.pre-footer .footer-shu {
  width: 2px;
  height: 123px;
  background: #fff;
}

.pre-footer .footer-heng-bd {
  padding: 0 180px;

}

.pre-footer .footer-context-bd {
  margin-top: 50px;
  padding: 0 100px;
}

.pre-footer .footer-heng {
  width: 100%;
  height: 2px;
  background: #fff;

}

/* 首页底部结束 */

/* 其他页面底部开始 */
.pre-footer-other {
  /* background: #313030; */
  background: url(../img/contact/dibu.jpg);
  color: #b0b0b0;
}

.pre-footer-other .footer-context {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}

.pre-footer-other .footer-context1 {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 50px;

}

.pre-footer-other .footer-context1 .p {
  padding: 0 20px;
}

.pre-footer-other .footer-context2 {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 10px 0 30px 0;

}

.pre-footer-other .footer-context2 .p {
  padding: 0 20px;
}

.pre-footer-other h2 {
  margin: 0 0 8px;
  color: #c2c1c1;
  text-transform: uppercase;
  text-align: center;
}

.pre-footer-other .footer-shu {
  width: 2px;
  height: 100px;
  background: #b0b0b0;
}

.pre-footer-other h4 {
  font: 300 18px "Open Sans", Arial, sans-serif;
  margin: 0 0 8px;
  color: #c2c1c1;
  text-transform: uppercase;
  text-align: center;
}

.pre-footer-other .container {
  padding-top: 45px;
}

.pre-footer-other a {
  color: #57c8eb;
}

.pre-footer-other .constants-us {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.pre-footer-other .constants-us p {
  margin: 0 20px;
  width: 30px;
  height: 2px;
  background: #ddd;
}

.pre-footer-other .footer-bd {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
  align-items: center;
}

.pre-footer-other li {
  margin-bottom: 6px;
}

.pre-footer-other .constants-us h1 {
  font-size: 40px;
}

.pre-footer-other h3 {
  font-size: 28px;
}

.pre-footer-other .constants-us h4 {
  font-size: 18px;
}

.pre-footer-other .address-contarct {
  font-size: 18px;
}

.pre-footer-other .footer-shu {
  width: 2px;
  height: 123px;
  background: #fff;
}

.pre-footer-other .footer-heng-bd {
  padding: 0 160px;
}

.pre-footer-other .footer-context-bd {
  margin-top: 20px;
  /* padding: 0 100px; */
}

.pre-footer-other .footer-heng {
  width: 100%;
  height: 2px;
  background: #fff;

}

/* 其他页面底部结束 */

/* 返回首页开始*/
.go2top,
.go2top:focus {
  position: fixed;
  right: 15px;
  bottom: 8px;

  color: #999;
  width: 38px;
  height: 38px;

  border: solid 2px #999;
  border-radius: 50% !important;
  text-align: center;
  padding: 7px 0 0 1px;
  z-index: 99999;

  font-size: 18px;
  line-height: 1;
}

.go2top:hover {
  border: solid 2px #e6400c;
  color: #e6400c;
}

.go2top i {
  font-size: 18px;
  line-height: 18px;
}

.go2top img {
  position: absolute;
  top: 0;
  height: 32px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.fancybox-overlay {
  z-index: 100000;
}

.fancybox-opened {
  z-index: 100001;
}

/* 返回首页开结束*/

/***
Styler Panel
***/
.color-panel {
  z-index: 99999;
  position: fixed;
  top: 120px;
  right: 0;
}

.color-panel .menu-pos {
  margin: 0 0 15px 15px;
  width: 150px;
}

.color-panel .color-mode-icons {
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
  position: absolute;
  margin: 0;
}

.color-panel .icon-color {
  background: #c9c9c9 url(../img/icon-color.png) center no-repeat;
}

.color-panel .icon-color:hover {
  background-color: #3d3d3d;
}

.color-panel .icon-color-close {
  display: none;
  background: #3d3d3d url(../img/icon-color-close.png) center no-repeat;
}

.color-panel .icon-color-close:hover {
  background-color: #222;
}

.color-mode {
  top: 0;
  right: 40px;
  width: 200px;
  display: none;
  padding: 20px 10px 10px;
  position: absolute;
  background: #3d3d3d;
}

.color-mode p {
  color: #cfcfcf;
  padding: 0 15px;
  font-size: 15px;
}

.color-mode ul {
  list-style: none;
  padding: 4px 11px 5px;
  display: block;
  margin-bottom: 1px !important;
}

.color-mode li {
  width: 28px;
  height: 28px;
  margin: 4px;
  cursor: pointer;
  list-style: none;
  border: solid 1px #707070;
  display: inline-block;
  padding: 0 5px;
}

.color-mode li:hover,
.color-mode li.current {
  border: solid 1px #ebebeb;
}

.color-mode li.current {
  border: solid 2px #ebebeb;
}

.color-mode li.color-blue {
  background: #64aed9;
}

.color-mode li.color-red {
  background: #e84d1c;
}

.color-mode li.color-green {
  background: #67bd3c;
}

.color-mode li.color-orange {
  background: #e18604;
}

.color-gray {
  background: #798b97;
}

.color-turquoise {
  background: #44b1c1;
}

.color-mode label {
  color: #cfcfcf;
  border-top: 1px solid #585858;
  padding: 10px 10px 0;
  margin: 0 5px;
  display: block;
}

.color-mode label span {
  text-transform: uppercase;
}

.color-mode label>span {
  display: inline-block;
  width: 85px;
}

.color-mode label>select {
  margin-top: 5px;
  text-transform: lowercase;
}

.color-mode label span.color-mode-label {
  top: 2px;
  position: relative;
}

    .list_page ul {
      padding: 0;
      display: flex;
      justify-content: center;
    }

    .list_page ul li a {
      color: #999;
    }

    .list_page ul li {
      cursor: pointer;
      margin: 0px 10px;
      padding: 6px 14px;
      background: #ddd;
      border: 1px solid rgb(194, 194, 194);
      font-size: 14px;
      color: #999;
    }

    .list_page ul .page-select-li {
      background: #01b470;
      border: 1px solid #01b401;
    }

    .list_page ul li .page-select-a {
      color: #fff;
    }

    .list_page ul .active {
      background: #01b470;
      border: 1px solid #01b401;
    }

    .list_page ul .active a {
      color: #fff;
    }