* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
/* img,
iframe img {
  max-width: 100% !important;
} */
.hide {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
a,
img,
button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/*nav*/
a {
  text-decoration: none;
  color: #3f4d67;
}
ul,
li {
  list-style: none;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #4a4949;
  font-family: "HanHei SC", "Microsoft YaHei", "PingHei", "PingFang SC",
    "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
html.ac-gn-noscroll,
html.ac-gn-noscroll body {
  overflow: hidden !important;
  height: 100% !important;
}
#ac-globalnav {
  max-height: none;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in;
  transition: background 0.35s linear, height 0.35s ease-in;
}
#ac-globalnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  display: block;
  margin: 0;
  width: 100%;
  /*min-width: 1024px;*/
  height: 48px;
  /*max-height: 44px;*/
  background: #3f4d67;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#ac-gn-menustate:checked ~ #ac-globalnav,
#ac-gn-menustate:target ~ #ac-globalnav {
  height: 100%;
  background: #505456;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in 200ms;
  transition: background 0.35s linear, height 0.35s ease-in 200ms;
}
.ac-gn-header {
  display: block;
  height: 48px;
}
#ac-globalnav .ac-gn-content {
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#ac-globalnav .ac-gn-item {
  height: 48px;
}
#ac-globalnav .ac-gn-menuicon {
  width: 48px;
}
#ac-globalnav .ac-gn-menuicon-label {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
#ac-globalnav .ac-gn-menuicon-bread-top {
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 4;
}
#ac-globalnav .ac-gn-menuicon-bread-crust-top {
  top: 23px;
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
#ac-globalnav .ac-gn-menuicon-bread-bottom {
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#ac-globalnav .ac-gn-menuicon-bread-crust-bottom {
  bottom: 23px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
#ac-globalnav .ac-gn-menuicon-bread {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-label,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-label {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-top,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-bread-top {
  -webkit-transition: -webkit-transform 0.25s 0.2s
    cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-bottom,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-bread-bottom {
  -webkit-transition: -webkit-transform 0.25s 0.2s
    cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-crust-bottom,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-bread-crust-bottom {
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#ac-globalnav .ac-gn-menuicon-bread-crust {
  display: block;
  width: 17px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 16px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

#ac-globalnav .ac-gn-item {
  display: inline-block;
  position: relative;
  height: 44px;
  z-index: 1;
  vertical-align: top;
}

#ac-globalnav .ac-gn-item-menu {
  height: 47px;
  border-bottom: 1px solid #c3c3c3;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1) translateY(-24px);
  transform: scale(1.1) translateY(-24px);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}

#ac-globalnav .ac-gn-menuicon-label {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-tap-highlight-color: transparent;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-menuicon-bread-crust-top,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-menuicon-bread-crust-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

#ac-globalnav .ac-gn-list {
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 48px;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

#ac-globalnav .ac-gn-item {
  display: inline-block;
  position: relative;
  height: 44px;
  z-index: 1;
  vertical-align: top;
}

#ac-globalnav .ac-gn-item {
  width: 100%;
  height: 48px;
  color: #dfe6ed;
}

#ac-globalnav .ac-gn-link {
  display: block;
  font-weight: 100;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  background: url(../images/arrow_right.png) no-repeat 95% center;
  background-size: 8px 11px;
  text-decoration: none;
  color: #fff;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-list,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-list {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu,
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}

#ac-globalnav .ac-gn-item-menu:nth-child(1) {
  -webkit-transition-delay: 400ms, 400ms;
  transition-delay: 400ms, 400ms;
}

#ac-globalnav .ac-gn-item-menu:nth-child(2) {
  -webkit-transition-delay: 350ms, 350ms;
  transition-delay: 350ms, 350ms;
}

#ac-globalnav .ac-gn-item-menu:nth-child(3) {
  -webkit-transition-delay: 300ms, 300ms;
  transition-delay: 300ms, 300ms;
}

#ac-globalnav .ac-gn-item-menu:nth-child(4) {
  -webkit-transition-delay: 250ms, 250ms;
  transition-delay: 250ms, 250ms;
}

#ac-globalnav .ac-gn-item-menu:nth-child(5) {
  -webkit-transition-delay: 200ms, 200ms;
  transition-delay: 200ms, 200ms;
}

#ac-globalnav .ac-gn-item-menu:nth-child(6) {
  -webkit-transition-delay: 150ms, 150ms;
  transition-delay: 150ms, 150ms;
}

#ac-globalnav .ac-gn-item-menu:nth-child(7) {
  -webkit-transition-delay: 100ms, 100ms;
  transition-delay: 100ms, 100ms;
}

#ac-globalnav .ac-gn-item-menu:nth-child(8) {
  -webkit-transition-delay: 50ms, 50ms;
  transition-delay: 50ms, 50ms;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(1),
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(2) {
  -webkit-transition-delay: 250ms, 250ms;
  transition-delay: 250ms, 250ms;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(2),
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(2) {
  -webkit-transition-delay: 300ms, 300ms;
  transition-delay: 300ms, 300ms;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(3),
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(3) {
  -webkit-transition-delay: 350ms, 350ms;
  transition-delay: 350ms, 350ms;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(4),
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(4) {
  -webkit-transition-delay: 400ms, 400ms;
  transition-delay: 400ms, 400ms;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(5),
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(5) {
  -webkit-transition-delay: 450ms, 450ms;
  transition-delay: 450ms, 450ms;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(6),
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(6) {
  -webkit-transition-delay: 500ms, 500ms;
  transition-delay: 500ms, 500ms;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(7),
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(7) {
  -webkit-transition-delay: 550ms, 550ms;
  transition-delay: 550ms, 550ms;
}

#ac-gn-menustate:checked ~ #ac-globalnav .ac-gn-item-menu:nth-child(8),
#ac-gn-menustate:target ~ #ac-globalnav .ac-gn-item-menu:nth-child(8) {
  -webkit-transition-delay: 600ms, 600ms;
  transition-delay: 600ms, 600ms;
}

#ac-globalnav .ac-gn-menuicon {
  width: 48px;
}

#ac-globalnav .lc-gn-logo {
  position: absolute;
  left: 50%;
  width: 80px;
  margin-left: -40px;
  top: 7px;
}

#ac-globalnav .lc-gn-logo img {
  width: 100%;
}

#ac-globalnav .lc-gn-en {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
}

.lc-gn-en a {
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #fff;
}

.lc-gn-en a em {
  position: relative;
  background-color: #000;
  display: inline-block;
  top: 9px;
  right: 5px;
  font-style: normal;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 14px;
}

/*end nav*/

.swiper-pagination-bullet {
  background: #c5c5c5;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.swiper-pagination-bullet-active {
  background: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*首页*/
.banner-box img {
  width: 100%;
}
.container-box {
  padding-top: 48px;
}
.swiper-container {
  width: 100%;
  left: 0px;
}
.section-b img {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  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;
}
.swiper-slide img {
  width: 100%;
}
.contactPic1 {
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
}
.home-content {
  width: 100%;
  padding: 20px 7.8%;
}
.lc-column-section-title {
  color: #4a4949;
  background: #fff;
  font-weight: 400;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.lc-column-section-title span {
  display: inline-block;
  /*margin-right: 10px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.slide-text-box {
  color: #676767;
  /*display: none;*/
  font-size: 14px;
  margin: 0 0 20px;
  /*margin: 0;*/
  overflow: hidden;
  padding-bottom: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.slide-text-box a {
  display: block;
  text-decoration: none;
  margin-top: 5px;
  color: #676767;
}
.home-text-item li {
  border-bottom: 1px solid #e7e7e7;
}
.team-content-box .home-text-item li:first-child {
  border-top: 1px solid #e7e7e7;
}

.home-content .home-text-item li:last-child {
  border: none;
}
.lc-column-section-title:after {
  content: "+";
  float: right;
  font-weight: normal;
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.lc-directory-column-section {
  overflow: hidden;
  position: relative;
}

.lc-column-section-state:checked
  + .lc-directory-column-section
  .lc-column-section-title:after {
  -webkit-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}

.lc-column-section-state:checked
  + .lc-directory-column-section
  .slide-text-box {
  position: static;
  visibility: visible;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}
.cicleStyle {
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 5px;
}
/*end 首页*/
/*footer*/
.footer {
  width: 100%;
  top: 0.6rem;
  padding: 0px 0 10px 0;
}
.footer_copyRightTxt {
  position: relative;
  width: 100%;
  margin-top: 0.3rem;
}
.footer_copyRightTxt a {
  color: #000;
}
.footer_copyRightTxt p {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.footer_logo {
  width: 100%;
  text-align: center;
  padding: 0;
  background-color: #fff;
}
.footer_logo p {
  line-height: 1;
}
.footer_logo img {
  width: 50%;
  max-width: 180px !important;
}

.footer_copyRightMsg {
  padding: 20px 0 10px;
  text-align: center;
  color: #717071;
  font-size: 14px;
  line-height: 1.8;
}

/*end footer*/
/*about*/

.about_content {
  padding: 26px 16px 0;
}
.about_conten h5 {
  margin-bottom: 10px;
}
.about_content p {
  color: #4a4949;
  padding: 30px 16px 36px;
}
.about_show {
  width: 100%;
  padding: 0 16px;
  background-color: #f5f5f5;
}
.container-newsDetail > div {
  text-indent: 2em;
  font-size: 15px;
  margin-bottom: 5px;
}
.container-newsDetail > div ul > li {
  list-style-type: disc;
  font-size: 13px;
  list-style-position: inside;
}
.container-newsDetail > div ol {
  padding-left: 1em;
}
.container-newsDetail > div ol > li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 13px;
}
.container-newsDetail .two li {
  list-style-type: lower-roman;
}
#container-newsDetail4 li {
  list-style-type: decimal;
  list-style-position: outside;
  text-indent: 0px;
  padding-left: 1em;
}
.about-content-item li {
  color: #4a4949;
  padding: 26px 0;
  border-bottom: solid 1px #e7e7e7;
}
.about-content-item li:last-child {
  border: none;
}
.about-content-item h2 {
  font-size: 18px;
  padding-bottom: 10px;
}
.about-content-item dt {
  float: left;
  width: 26px;
}
.about-content-item dt img {
  width: 100%;
}
.about-content-item dd {
  margin-left: 32px;
}
/*end about*/
/*service*/
.service-content {
  padding: 26px 16px;
}
.service-content p {
  padding: 10px 16px 10px;
}
.pinggu-item .lc-column-section-title {
  font-size: 14px;
  padding: 15px 16px;
  background-color: #f5f5f5;
}
.service-item-content-title {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.service-item-pic {
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  margin-top: 10px;
}
.service-content-title h1,
.service-content-body-h1 {
  font-size: 18px;
  padding-bottom: 10px;
  color: #000;
}
.service-content-body-h1 {
  padding: 26px 0 16px;
}
/*.tab-box-list .s-icon{
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height:1;
  text-align: center;
  margin-right:6px;
  border-radius: 2px;
  font-size: 10px;
  color: #fff;
  background-color: #005ea5;
  overflow: hidden;
  position:absolute;
}
.tab-box-list .s-icon:after{
  content:'+';
  height: 12px;
  line-height: 1.2;
}*/
/*.tab-box-list li.active .s-icon:after{
  content: '-';
}*/
.pinggu-item .home-text-item li {
  border: none;
  margin-bottom: 12px;
}
.tab-box-list li h4 {
  position: relative;
  padding: 5px 16px 5px 34px;
  background-image: url("../images/add.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 16px 10px;
}
.tab-box-list li.active h4 {
  background-image: url("../images/minus.png");
}
.tab-box-list-text {
  padding: 10px 24px;
  background-color: #e3e3e3;
  color: #4a4949;
  display: none;
}
.tab-box-list-text p {
  margin-bottom: 12px;
}
.service-body-title {
  font-size: 18px;
  padding: 0px 0 20px;
}
.team-content-box .service-body-title:nth-child(2),
.team-content-box .service-body-title:nth-child(3) {
  padding-top: 42px;
}
.service-body-title img {
  width: 26px;
  margin-right: 6px;
  float: left;
}
.service-body-tab-box {
  border-top: 1px solid #fff;
}
.service-body-tab-box .team-top-list li {
  padding: 0 10px 0;
}
.service-body-t-p {
  padding: 10px 0 20px;
  font-weight: 200;
}
.service-body-tab-t-p {
  padding: 10px 16px;
}
.pinggu-item .lc-directory-column-section {
  background-color: #f5f5f5;
  position: relative;
}
.lc-close-btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
  bottom: 10px;
  right: 16px;
  text-align: center;
}
.pinggu-item .home-text-item li li {
  margin-bottom: 0px;
}
.lc-more-load {
  text-align: center;
  padding: 10px 0;
  background-color: #eaeaea;
  color: #999;
}
.lc-more-load img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
/*end service*/
/*suc*/
.suc-content-header h1 {
  font-size: 16px;
  color: #000;
  padding: 20px 16px;
  text-align: center;
}
.suc-content-header h1 span {
  display: inline-block;
  padding: 0 20px;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
}
.suc-content-top {
  padding: 0 16px;
}
.suc-content-top dt {
  float: left;
  /* text-align: center; */
  /* font-size:28px; */
  /* background-color: #666; */
  /* color: #fff; */
  height: 110px;
  /* padding-top: 12px; */
  /* width: 30%; */
}
.suc-content-top dt img {
  height: 100%;
}
.suc-content-top dd {
  margin-left: 30%;
  padding-left: 10px;
  padding-right: 0;
  width: 70%;
}
.suc-content-top dd p {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  background-color: #f2f2f2;
  color: #797979;
  text-align: center;
}
.suc-content-top dd:last-child {
  margin-bottom: 0;
}
.table {
  width: 100%;
}
.table td,
.table th {
  background-color: #fff;
  padding: 6px 6px;
  font-size: 12px;
  /*white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;*/
}
/*.table td:nth-child(1),
.table td:nth-child(2),
.table td:nth-child(3){
    white-space:nowrap;
}*/
.table-box {
  padding: 10px 10px 0;
}
.table td.blueRow,
.table th.blueRow {
  background-color: #f8f8f8;
}
/*end suc*/
/*team*/
.team-content {
  padding: 26px 16px 0;
}
.team-content h1 {
  font-size: 18px;
  color: #000;
  padding: 0 0 16px;
}
.team-content p {
  padding: 10px 16px 10px;
}
.team-top-list {
  padding: 16px 0 0;
}
.team-top-list li {
  padding-bottom: 18px;
}
.team-top-list p {
  position: relative;
  padding-left: 2em;
  padding-bottom: 16px;
}
.team .team-top-list p {
  padding-bottom: 0;
}
.team .team-top-list p:after {
  left: 0;
}
.team-top-list p:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  top: 0.4em;
  left: 0.8em;
}
.team-top-list.wy_list p {
  padding: 0 0 0 1em;
}
.team-top-list.wy_list p:after {
  left: 0;
}
.team-content .team-top-list p {
  padding-left: 1.4em;
}
.service-body-tab-box .team-top-list.wy_list li {
  padding: 0;
}
.team-list-dl dt {
  float: left;
  width: 24%;
}
.team-list-dl dt img {
  width: 100%;
}
.team-list-dl {
  padding: 16px 0;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.team-list-dl dd {
  width: 76%;
  margin-left: 30%;
  padding: 8px 0;
}
.team-list-dl dd p {
  padding: 3px 0;
}
.team-content-box .slide-text-box p {
  padding: 10px 0 0;
}
.team-list-dl:after {
  content: ">";
  font-family: "宋体";
  position: absolute;
  text-align: center;
  width: 10px;
  height: 5px;
  line-height: 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
  margin-right: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.lc-column-section-state:checked
  + .lc-directory-column-section
  .team-list-dl:after {
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*contact*/
/* .lc-contact-lc{
  background-color: #f5f5f5;
} */
.contact-us {
  padding: 20px;
  font-size: 15px;
}
.contact-top {
  padding: 10px 0 36px;
}
.contact-top h2 {
  font-size: 16px;
  padding: 26px 0 16px;
}
.contact-top li {
  padding-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
}
.contact-top li:last-child {
  border-bottom: none;
}
/*.contact-top li:first-child{
  padding-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
}*/
.lc-lxr-list {
  font-size: 13px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
}
.lc-contact-lc .lc-lxr-list:last-child {
  border: none;
}
.lc-lxr-list li {
  float: left;
  /*width: 50%;*/
  padding-bottom: 15px;
  font-size: 12px;
}
.lc-lxr-list li:nth-child(odd) {
  width: 52%;
}
.lc-lxr-list li:nth-child(even) {
  width: 48%;
}
.lc-contact-lc {
  padding: 10px 16px;
}
.lc-contact-lc h4 {
  font-size: 18px;
  padding: 20px 0 0px;
}
.lc-contact-lc h5 {
  font-size: 16px;
  color: #000;
  padding: 26px 0 8px;
}
/*job*/
.career {
  padding: 0px 20px;
}
.lc-job-list {
  line-height: 1.6;
  padding-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
}
.lc-job-list li {
  position: relative;
  padding-left: 10px;
  width: 100%;
  float: none;
  line-height: 2em;
}
.lc-job-list li:after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 12px;
}
.lc-job-list:last-child {
  border: none;
}
.lc-job-career p {
  padding: 0px 0 10px;
}
.lc-contact-lc.lc-job-body {
  padding-bottom: 25px;
}
@media only screen and (max-width: 374px) {
  .lc-lxr-list li {
    float: none;
    width: 100%;
  }
  .lc-lxr-list li:nth-child(odd) {
    width: 100%;
  }
  .lc-lxr-list li:nth-child(even) {
    width: 100%;
  }
}
/*news*/
.news_list_title {
  font-size: 0.21rem;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_list_title li {
  text-align: center;
  position: relative;
  padding: 12px 5px 20px 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list_title li.current {
  color: #505456;
  font-weight: bold;
}
.news_content {
  width: 100%;
  background-color: #f5f5f5;
}
.news_news {
  background-color: #f5f5f5;
  padding: 0 16px;
  border-top: 1px solid #e7e7e7;
}
.news_news li h3,
.news_news li .news-item-bottom {
  margin-left: 10%;
  padding-left: 10px;
}
.news_news li h3 a {
  display: block;
  color: #000;
  /* padding-top: 4.5%; */
}
.news_news li .news-item-bottom .time {
  color: #666;
  padding-top: 0.1rem;
}
.news_news li .news-item-bottom .more {
  display: none;
}
.news_news li {
  padding: 26px 0;
  border-bottom: 1px solid #e7e7e7;
}
.news_news li:last-child {
  border: none;
}
.news_news li a {
  text-decoration: none;
  display: block;
  width: 100%;
}
.news_news li h3 {
  font-size: 14px;
  color: #000;
  height: 3.1em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_news li img {
  margin: 0;
  float: left;
  width: 30%;
}
.news_news .news-item-text {
  padding-top: 4.5%;
  margin-left: 30%;
  padding-left: 10px;
  width: 70%;
}
.news_news .news-item-text p {
  color: #666666;
  padding-top: 0.1rem;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_list_title li.current:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid #e7e7e7;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}
.news_list_title li.current:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #f5f5f5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
/*news*/
.lc-detail-container {
  padding: 48px 16px 20px;
}
.lc-detail-container p {
  /*padding: 0 16px 20px;*/
  /*text-indent: 2em;*/
}
.lc-detail-container p.img-box {
  padding: 0;
  text-indent: 0;
}
.lc-detail-container h2 {
  text-align: center;
  font-size: 16px;
  padding: 26px 16px 10px;
  color: #000;
}
.lc-detail-container h5 {
  font-size: 14px;
  padding: 20px 16px 20px;
}
.lc-detail-container .p-date {
  padding: 0px 16px 20px;
  text-indent: 0;
  text-align: center;
}
.lc-detail-lcr {
  padding: 26px 16px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 30px 0 40px;
}
.lc-detail-lcr .home-text-item li {
  border: none;
}
.lc-detail-container .lc-detail-lcr p {
  padding-left: 0;
}
.lc-detail-container .team-list-dl:after {
  content: "";
  display: none;
}
/*.lc-news-container .swiper-pagination-bullet-active:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-bottom:10px solid #f5f5f5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lc-news-container .swiper-pagination-bullet{
    background: #fff;
    width: auto;
    height: auto;
    opacity: 1;
}
.lc-news-container .swiper-pagination-bullet-active{
    color: #005b95;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-clickable .swiper-pagination-bullet{
  cursor:inherit;
}
.lc-news-container .swiper-slide{
  text-align: left;
}*/
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/*privacy*/
.privacy-content {
  padding: 0 16px;
}
.privacy-content h1 {
  font-size: 16px;
  padding: 16px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.privacy-desc {
  padding: 0px 0 16px;
}
.privacy-desc h2 {
  font-weight: 500 !important;
  font-size: 15px;
  padding: 10px 0 10px 20px;
  background: url(../images/warning.png) 0 center no-repeat;
  background-size: 17px 17px;
}
/*动画*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomOutUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes zoomOutUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
