﻿@charset "utf-8";
@import url('dinBold/dinBold.css');
/*
 .头部 为demo编号
 */
/*nav-trigger start*/
.Top002286 {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.Top002286 .navshow ul li {
  position: relative;
  display: block;
}
.Top002286 .navshow ul li::before {
  display: none;
}
.Top002286_fixed {
  background: rgba(0, 0, 0, 0.5);
}
.Top002286::before {
  position: absolute;
  content: '';
  width: 100%;
  background: url(../images/Top002286-bg.png) no-repeat center top;
  height: 64px;
  left: 0;
  top: 100%;
}
.Top002286_fixed::before {
  display: none;
}
.Top002286 .nav-trigger {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 999;
  cursor: pointer;
}
.Top002286 .nav-trigger span,
.Top002286 .nav-trigger span::before,
.Top002286 .nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #2e3233;
}
.Top002286 .nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.Top002286 .nav-trigger span::before,
.Top002286 .nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*-webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;*/
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.Top002286 .nav-trigger span::before {
  top: -6px;
}
.Top002286 .nav-trigger span::after {
  top: 6px;
}
.Top002286 .nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}
.Top002286 .nav-trigger.nav-is-visible span::before,
.Top002286 .nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #fff;
}
.Top002286 .nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(0px) translateY(8px) rotate(45deg);
  transform: translateX(0px) translateY(8px) rotate(45deg);
}
.Top002286 .nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(0) translateY(-4px) rotate(-45deg);
  transform: translateX(0) translateY(-4px) rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .Top002286 .nav-trigger {
    display: none;
  }
}
/*nav-trigger end*/
.Top002286 .auto {
  position: relative;
}
.Top002286 .auto_1200 {
  padding: 0;
}
.Top002286 .search {
  position: absolute;
  right: 0;
  z-index: 5;
}
.Top002286 .search .text {
  border: none;
  padding: 0;
  text-indent: 1em;
  right: 30px;
  width: 0;
  height: 30px;
  position: absolute;
  background-color: #fff;
  transition: width 0.3s ease-in;
  -webkit-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
}
.Top002286 .search .btn {
  position: relative;
  padding: 0;
  z-index: 5;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url(../images/Top002286-searchicon.png) no-repeat center center;
  background-size: 18px 18px;
  transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
}
.Top002286 .layer {
  display: none;
  z-index: 55;
}
@media only screen and (max-width: 767px) {
  .Top002286 .logo {
    float: left;
    width: 30%;
    max-width: 107px;
  }
  .Top002286 .logo .pcimg {
    display: none;
  }
  .Top002286 .layer {
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .Top002286 .nav {
    position: fixed;
    top: 0;
    right: -50%;
    background: #191b1d;
    padding: 73px 0 0;
    height: 100%;
    width: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .Top002286 .navshow {
    right: 0;
    width: 240px;
    z-index: 99;
  }
  .Top002286 .nav li a {
    color: #f2f2f2;
  }
  .Top002286 .nav li > a {
    display: block;
    padding: 10px 15px;
    border-bottom: solid #222324 1px;
    position: relative;
  }
  .Top002286 .nav li > i {
    z-index: 3;
    background: url(../images/Top002286-icon.png) no-repeat 90% center;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
  }
  .Top002286 .nav li + li > a {
    border-top: solid #292a2b 1px;
  }
  .Top002286 .nav li > dl {
    padding: 10px 0;
    background: #232426;
    border-top: solid #292a2b 2px;
    display: none;
  }
  .Top002286 .nav li > dl span {
    display: block;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .Top002286 .auto_1200 {
    padding: 0 1%;
  }
  .Top002286 .logo {
    position: absolute;
    width: 140px;
    margin-left: -70px;
    text-align: center;
    left: 50%;
    z-index: 9;
  }
  .Top002286 .logo .pcimg {
    width: 53px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    -webkit-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
  }
  .Top002286 .logo .pcimg2 {
    width: 86px;
    margin-top: 8px;
    -webkit-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
  }
  .Top002286_fixed .logo {
    bottom: 0;
    top: 5px;
  }
  .Top002286_fixed .logo .pcimg {
    width: 42px;
    margin-top: 5px;
    -webkit-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
  }
  .Top002286_fixed .logo .pcimg2 {
    display: none;
  }
  .Top002286 .logo .mobileimg {
    display: none;
  }
  .Top002286 .nav ul li {
    line-height: 65px;
    float: left;
    position: relative;
    margin: 0px 1%;
  }
  .Top002286 .nav ul li > a {
    color: #555;
    font-size: 18px;
    position: relative;
  }
  .Top002286_fixed .nav ul li > a {
    color: #fff;
  }
  .Top002286 .nav ul li.aon a,
  .Top002286 .nav ul li a:hover {
    color: #80283c;
  }
  .Top002286 .nav ul li.aon dl a {
    color: #fff;
  }
  .Top002286 .nav ul li:nth-of-type(1) {
    margin-left: 0;
  }
  .Top002286 .nav ul li:nth-of-type(4) {
    margin-left: 8.5%;
  }
  .Top002286 .nav ul li:nth-of-type(6) {
   
  }
  .Top002286 .nav li dl {
    text-align: center;
    z-index: 2;
    color: #fff;
    line-height: 30px;
    left: 0;
    width: 100%;
    position: absolute;
    display: none;
    background-color: rgba(51, 51, 51, 0.65);
  }
  .Top002286 .nav li dl span {
    display: block;
    border-top: solid 1px rgba(80, 80, 80, 0.2);
    white-space: nowrap;
  }
  .Top002286 .nav li dl a {
    display: block;
    color: #fff;
    padding: 1.5% 8%;
  }
  .Top002286 .nav li dl a:hover {
    color: #fff;
    background-color: rgba(255, 186, 0, 0.68);
  }
  .Top002286 .nav li {
    -webkit-perspective: 500px;
  }
  .Top002286 .nav li dl {
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    display: block;
  }
  .Top002286 .nav li:hover > dl {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
  }
}
@media only screen and (min-width: 853px) {
  .Top002286 .nav ul li {
    margin: 0 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .Top002286 .nav ul li {
    margin: 0 3%;
  }
  .Top002286 .nav ul li#nav5 {
    margin-left: 24%;
  }
}
@media only screen and (min-width: 1200px) {
  .Top002286 .nav ul li {
    margin: 0 30px;
  }
  .Top002286 .nav ul li#nav5 {
    margin-left: 22.5%;
  }
}
@media (max-width: 1024px) {
  .Top002286 .nav ul li:nth-of-type(1) {
    margin: 0 3%;
  }
}
@media (max-width: 768px) {
  .Top002286 .nav ul li {
    margin: 0px 2%;
  }
  .Top002286 .nav ul li > a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .Top002286 {
    padding: 5px;
    position: relative;
  }
  .Top002286 .logo .pcimg2,
  .Top002286_fixed,
  .Top002286::before {
    display: none;
  }
  .Top002286 .mobileimg {
    max-width: 50px;
  }
  /*.Top002286 .navshow ul li::before{ display: block; width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; background-color: transparent;  z-index: 99999;}*/
}
/*栏目页banner */
.Banner002033 div {
  height: 390px;
  background-position: center top;
  background-repeat: no-repeat;
}
.Banner002033 div img {
  display: none;
}
@media (max-width: 1024px) {
  .Banner002033 div {
    height: auto;
    background: none !important;
  }
  .Banner002033 div img {
    display: block;
    width: 100%;
  }
}
/*栏目页菜单*/
.menu {
  height: 70px;
  background: #f7f7f7;
}
.menu .fl {
  width: 60%;
  float: left;
}
.menu .fl ul {
  width: 100%;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 0;
}
.menu .fr {
  width: 40%;
  padding: 26px 0 25px;
  float: right;
}
.menu li {
  padding: 23px 0;
  margin-right: 6.5%;
  display: inline-block;
  font-size: 16px;
}
.menu li:hover,
.menu li.on {
  border-bottom: 3px solid #812440;
  color: #333;
}
.menu li:hover a,
.menu li.on a {
  color: #333;
}
.menu .location {
  color: #555;
  font-size: 14px;
  text-align: right;
  margin: 0 auto;
}
.menu .location i {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../images/location.png) no-repeat center;
  margin-right: 6px;
}
.menu .location span {
  color: #555;
}
.menu .location a {
  display: inline-block;
  color: #555;
}
@media (max-width: 1200px) {
  .menu li {
    margin-right: 3%;
  }
  .menu .fl {
    width: 55%;
    float: left;
  }
  .menu .fr {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .menu {
    height: 80px;
    position: relative;
  }
  .menu .fr {
    width: 100%;
    position: absolute;
    padding: 10px 0;
    top: 0;
    right: 2%;
  }
  .menu .fl {
    width: 100%;
    line-height: 0;
  }
  .menu .fl ul {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .menu li {
    margin-right: 3%;
  }
}
@media (max-width: 480px) {
  .menu {
    height: auto;
  }
  .menu .fr {
    display: none;
  }
  .menu .fl ul {
    margin-top: 0px;
  }
  .menu li a {
    font-size: 14px;
  }
}
/*公司新闻 */
.PicList002149 {
  padding-top: 2%;
}
.PicList002149 h3 {
  margin: 0;
  font-size: 20px;
  color: #555;
  padding-right: 80px;
}
.PicList002149 p {
  line-height: 24px;
  overflow: hidden;
  color: #999;
  height: 52px;
  margin: 1% 0 0 0;
}
.PicList002149 ol {
  background-color: #fafafa;
  margin-bottom: 2%;
  position: relative;
  padding-left: 46.08%;
}
.PicList002149 ol .Ispic {
  width: 46.08%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.PicList002149 ol .Ispic img {
  display: none;
}
.PicList002149 ol div {
  padding: 7% 7% 8.2% 8%;
}
.PicList002149 ol h3 a {
  color: #80273c;
}
.PicList002149 ol time {
  display: block;
  padding: 3% 0;
}
.PicList002149 ol p {
  margin: 2% 0 5% 0;
  height: 84px;
  line-height: 28px;
}
.PicList002149 ol span {
  display: inline-block;
  width: 182px;
  line-height: 45px;
  text-align: center;
  color: #80273c;
  background: #fff;
  font-size: 14px;
}
.PicList002149 ol span:hover {
  color: #fff;
  background: #80273c;
  font-size: 14px;
}
.PicList002149 li {
  overflow: hidden;
  padding-left: 117px;
  position: relative;
  margin-bottom: 2%;
  border-bottom: 1px solid #ecf0f2;
}
.PicList002149 li div {
  padding: 1% 3% 2% 0;
}
.PicList002149 li time {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 94px;
  background: #f7f7f7;
}
.PicList002149 li time span {
  position: absolute;
  width: 100%;
  left: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b2b2b2;
  font-size: 14px;
  font-family: 'Arial';
}
.PicList002149 li time i {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  color: #80273c;
  display: block;
  font-family: "Archivo", "Myriad Pro", "Arial";
  line-height: 40px;
}
@media (max-width: 1000px) {
  .PicList002149 li {
    padding-left: 100px;
    padding-right: 30px;
  }
  .PicList002149 li:after {
    width: 30px;
    background-size: 35% auto;
  }
}
@media (max-width: 768px) {
  .PicList002149 h3 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .PicList002149 ol {
    padding-left: 0;
  }
  .PicList002149 ol .Ispic {
    width: auto;
    position: relative;
    height: auto;
    display: block;
    padding-bottom: 60%;
  }
  .PicList002149 ol div {
    padding: 3%;
  }
}
@media (max-width: 480px) {
  .PicList002149 li {
    padding-left: 90px;
    padding-right: 0;
  }
  .PicList002149 li time {
    width: 80px;
  }
  .PicList002149 li time span {
    font-size: 12px;
    left: 20px;
    top: 40%;
  }
  .PicList002149 li time i {
    font-size: 30px;
  }
  .PicList002149 h3 {
    font-size: 14px;
  }
  .PicList002149 p {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
  }
  .PicList002149 ol p {
    height: 60px;
  }
}
@media (max-width: 375px) {
  .PicList002149 li {
    padding-left: 80px;
  }
  .PicList002149 li time {
    width: 70px;
  }
  .PicList002149 li time span {
    left: 15px;
  }
  .PicList002149 li time i {
    font-size: 20px;
    line-height: 25px;
  }
}
/*
 .翻页 为demo编号
 */
.Page002193 {
  zoom: 1;
  overflow: hidden;
  padding: 30px 0 5%;
  text-align: center;
}
.Page002193 span {
  padding: 0px 3px;
  display: inline-block;
}
.Page002193 a {
  display: inline-block;
  margin: 0px 3px;
  border: 1px solid #ededed;
  padding: 0 1.5em;
  color: #999;
  line-height: 48px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.Page002193 a:hover {
  color: #fff;
  border: 1px solid #812440;
  background: #812440;
}
.Page002193 .p_cur,
.Page002193 .p_count,
.Page002193 .p_total,
.Page002193 .p_jump,
.Page002193 .a_first,
.Page002193 .a_end {
  display: none;
}
.Page002193 .p_cur b {
  color: #F00;
}
.Page002193 .p_count b {
  color: #F00;
}
.Page002193 .p_total b {
  color: #F00;
}
.Page002193 .p_page em {
  font-style: normal;
}
.Page002193 .p_page em a.a_cur {
  color: #fff;
  background: #812440;
  border-color: #812440;
}
.Page002193 .p_page b {
  font-weight: normal;
}
.newspages .a_first,
.newspages .a_end,
.newspages .p_jump {
  display: inline-block;
}
.newspages .p_jump .f1,
.newspages .p_jump .f2 {
  display: none;
}
.newspages .i_text {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ededed;
  text-align: center;
}
.newspages .i_button {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ededed;
  background: none;
  text-align: center;
  position: relative;
  top: 2px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.newspages .i_button:hover {
  background: #812440;
  color: #fff;
  cursor: pointer;
}
/*
 .公司公告
 */
.TextList000746 li {
  background: #f7f7f7;
  margin-bottom: 5px;
  line-height: 27px;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
}
.TextList000746 li a:hover {
  color: #812440;
}
.TextList000746 li time {
  float: left;
  padding-left: 31px;
  padding-right: 25px;
  background: url(../images/TextList000746-icon.png) no-repeat 16px center;
}
@media (max-width: 480px) {
  .TextList000746 li {
    font-size: 12px;
  }
  .TextList000746 li time {
    padding-right: 20px;
  }
}
/*
 .员工活动
 */
.PicList002273 .left img {
  width: 100%;
}
.PicList002273 .right .time {
  font-size: 22px;
  color: #80273c;
  font-family: 'Archivo', 'Myriad Pro', 'Arial';
  font-weight: bold;
  margin-top: 8px;
}
.PicList002273 .right .h3 {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  margin: 10px 0;
}
.PicList002273 .right .p {
  color: #999;
  font-size: 14px;
}
.PicList002273 ul li {
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .PicList002273 .left {
    float: left;
    width: 26.75%;
  }
  .PicList002273 .right {
    float: right;
    width: 69%;
  }
  .PicList002273 .right .time {
    margin-top: 0px;
  }
  .PicList002273 ul li {
    background: #f7f7f7;
  }
}
@media screen and (min-width: 1024px) {
  .PicList002273 .right .time {
    margin-top: 15px;
  }
  .PicList002273 ul li {
    background: #f7f7f7;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .PicList002273 .left {
    float: left;
    margin-right: 32px;
  }
  .PicList002273 .right {
    float: left;
  }
  .PicList002273 .right .time {
    margin-top: 30px;
    display: block;
  }
  .PicList002273 .right .h3 {
    margin: 10px 0 15px;
  }
  .PicList002273 .right .p {
    line-height: 26px;
  }
}
/*Map002516 */
.Map002516 .map {
  padding: 0px;
  background: #f6f8f9;
}
.Map002516 .map #allmap {
  height: 400px;
}
.Map002516 .map #allmap * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.Map002516 .map #allmap img {
  max-width: none;
}
@media (min-width: 641px) {
  .Map002516 .contact {
    width: 100%;
    -webkit-box-shadow: 2px 2px 18px rgba(177, 177, 177, 0.15);
            box-shadow: 2px 2px 18px rgba(177, 177, 177, 0.15);
  }
  .Map002516 .ul_con {
    text-align: center;
    max-width: 960px;
    padding: 60px 0;
    margin: 0 auto;
  }
  .Map002516 .ul_con li {
    float: left;
    width: 25%;
    border-right: 1px solid #e7ecef;
    display: inline-block;
  }
  .Map002516 .ul_con li:nth-of-type(4) {
    border-right: none;
  }
  .Map002516 .ul_con li i {
    font-style: normal;
    display: inline-block;
    padding: 0 15%;
  }
}
.Map002516 .ul_con li p {
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
  font-size: 18px;
}
@media (max-width: 640px) {
  .Map002516 .ul_con li {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
  }
  .Map002516 .map #allmap {
    height: 280px;
  }
  .Map002516 .ul_con li i {
    font-style: normal;
  }
  .Map002516 .ul_con li p {
    margin: 5px 0;
  }
}
/*首页banner */
.Banner002058 {
  position: relative;
  z-index: 1;
}
.Banner002058 .bx-viewport {
  z-index: 1;
}
.Banner002058 li a,
.Banner002058 li {
  height: 665px;
}
.Banner002058 li {
  background-position: center top;
  background-repeat: no-repeat;
}
.Banner002058 li a {
  position: relative;
  display: block;
}
.Banner002058 li img {
  display: none;
}
.Banner002058 li figure {
  position: absolute;
  left: 18.75%;
  width: 62.5%;
  top: 50%;
  height: 126px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Banner002058 li figure * {
  position: absolute;
  left: 0;
  opacity: 0;
}
.Banner002058 li figure.active * {
  opacity: 1;
}
.Banner002058 li h1 {
  margin: 0;
  font-size: 50px;
  color: #fff;
  top: -100%;
  -webkit-transition: top 1s;
  transition: top 1s;
}
.Banner002058 li span {
  width: 131px;
  border: 2px solid #fff;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  bottom: -100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.Banner002058 li figure.active h1 {
  top: 0;
}
.Banner002058 li figure.active span {
  bottom: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.Banner002058 .bx-controls-direction a {
  display: none;
  z-index: 10;
  position: absolute;
  width: 49px;
  height: 49px;
  overflow: hidden;
  line-height: 1000px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/Banner002058-btn_left.png) no-repeat center center;
  background-size: contain;
}
.Banner002058 .bx-controls-direction a.bx-prev {
  left: 2%;
}
.Banner002058 .bx-controls-direction a.bx-next {
  right: 2%;
  background-image: url(../images/Banner002058-btn_right.png);
}
.Banner002058 .bx-controls-direction a.bx-prev:hover {
  background-image: url(../images/Banner002058-btn_lefton.png);
}
.Banner002058 .bx-controls-direction a.bx-next:hover {
  background-image: url(../images/Banner002058-btn_righton.png);
}
.Banner002058 .bx-pager {
  position: absolute;
  left: 0;
  bottom: 5%;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.Banner002058 .bx-pager * {
  width: 8px;
  height: 8px;
}
.Banner002058 .bx-pager div {
  display: inline-block;
  margin: 0 4px;
}
.Banner002058 .bx-pager div a {
  display: block;
  line-height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.Banner002058 .bx-pager div a.active {
  background: #fff;
}
@media (max-width: 1000px) {
  .Banner002058 li a,
  .Banner002058 li {
    height: auto;
  }
  .Banner002058 li {
    background: none !important;
  }
  .Banner002058 li img {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .Banner002058 li figure {
    height: 90px;
  }
  .Banner002058 li figure h1 {
    font-size: 30px;
  }
  .Banner002058 .bx-controls-direction a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .Banner002058 li figure {
    height: 70px;
  }
  .Banner002058 li figure h1 {
    font-size: 20px;
  }
  .Banner002058 li figure span {
    line-height: 26px;
    width: 110px;
  }
  .Banner002058 .bx-pager * {
    width: 9px;
    height: 9px;
  }
}
/*首页主营业务 */
.Floor002709 {
  padding: 30px 0;
  height: 170px;
  background: url(../images/Floor002709_bg.jpg) no-repeat center;
}
.Floor002709 .title {
  width: 14%;
  position: relative;
  z-index: 3;
  text-align: left;
  float: left;
  padding-top: 20px;
}
.Floor002709 .title h3 {
  margin: 0;
  font-size: 20px;
  color: #545454;
  text-transform: uppercase;
  font-family: Archivo, Helvetica, Arial, sans-serif;
}
.Floor002709 .title h4 {
  margin: 0;
  color: #545454;
  font-size: 22px;
}
.Floor002709 ul {
  width: 86%;
  float: left;
}
.Floor002709 li {
  float: left;
  width: 16.45%;
  margin-left: 0.2%;
  position: relative;
}
.Floor002709 li:nth-of-type(6) {
  margin-right: 0;
}
.Floor002709 li a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.Floor002709 li figure {
  overflow: hidden;
}
.Floor002709 li .Ispic {
  display: block;
  padding-bottom: 62.706%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.Floor002709 li .txt {
  position: absolute;
  top: 17%;
  left: 18.8%;
}
.Floor002709 li .icon {
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 5px;
}
.Floor002709 li p {
  margin: 0;
  font-size: 14px;
}
.Floor002709 li a:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.Floor002709 li a:hover .Ispic {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
}
@media (max-width: 1024px) {
  .Floor002709 .title {
    padding-top: 10px;
  }
  .Floor002709 li .txt {
    top: 10%;
    left: 13%;
  }
  .Floor002709 li .icon {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .Floor002709 li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .Floor002709 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .Floor002709 {
    height: auto;
    padding: 20px 0 50px;
    background-size: cover;
  }
  .Floor002709 .title {
    width: 100%;
    padding: 30px 0;
  }
  .Floor002709 .title h3 {
    display: none;
  }
  .Floor002709 .title h4 {
    font-size: 20px;
    text-align: center;
  }
  .Floor002709 ul {
    width: 100%;
  }
  .Floor002709 li .txt {
    top: 25%;
    left: 12%;
  }
}
@media (max-width: 480px) {
  .Floor002709 {
    padding: 30px 0;
  }
  .Floor002709 li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .Floor002709 li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .Floor002709 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .Floor002709 .title {
    padding: 0 0 20px 0;
  }
  .Floor002709 .title h3 {
    font-size: 30px;
  }
  .Floor002709 li .txt {
    top: 20%;
    left: 12%;
  }
  .Floor002709 li .txt .icon {
    width: 30px;
    height: 45px;
  }
}
.home_content {
  width: 100%;
  padding: 34px 0;
}
/*首页新闻 */
.Floor002566 {
  width: 41.6%;
  float: left;
}
.Floor002566 .tab {
  padding-bottom: 3%;
  border-bottom: 1px solid #dedfe2;
  height: 33px;
}
.Floor002566 .tab li {
  float: left;
  margin-right: 26px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  height: 32px;
  font-size: 16px;
  color: #555;
}
.Floor002566 .tab li.on {
  border-color: #80283c;
}
.Floor002566 .box {
  display: none;
}
/*swiper*/
/*.Floor002566 .js-img .swiper-container { max-width: 500px;}
.Floor002566 .js-img .swiper-container-android .swiper-slide,
.Floor002566 .js-img .swiper-wrapper {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.Floor002566 .js-img .swiper-wrapper { position: relative; z-index: 1; display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-transition-property: -webkit-transform;  transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform,-webkit-transform;-webkit-box-sizing: content-box;box-sizing: content-box;}
.Floor002566 .js-img .swiper-slide {-webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%;
position: relative; -webkit-transition-property: -webkit-transform;transition-property: -webkit-transform; -o-transition-property: transform;transition-property: transform;transition-property: transform,-webkit-transform;}*/
.Floor002566 .js-img .swiper-container-fade .swiper-slide {
  background: #fff;
}
/*swiper end*/
@media (min-width: 769px) {
  .Floor002566 .main {
    position: relative;
    z-index: 1;
    padding: 25px 0 0;
  }
  .Floor002566 .box {
    position: relative;
    z-index: 1;
  }
  /*.Floor002566 .box .js-img{ float:left;}*/
}
.Floor002566 .js-img li .txt {
  position: relative;
  padding-bottom: 25px;
}
.Floor002566 .js-img li .txt h3 {
  font-size: 16px;
  margin: 0 0 13px 0;
  line-height: 22px;
  height: 44px;
  z-index: 999;
}
.Floor002566 .js-img li .txt h3 a {
  color: #80283c;
}
.Floor002566 .js-img li .txt p {
  font-size: 14px;
  color: #777;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  margin: 0;
}
.Floor002566 .pager {
  position: relative;
  margin-bottom: 2%;
  z-index: 10;
}
.Floor002566 .pager * {
  float: left;
  width: 15px;
  height: 4px;
  margin: 0 3px;
  background: #d2d2d2;
  cursor: pointer;
}
.Floor002566 .pager .swiper-pagination-bullet-active {
  background: #80273c;
}
@media (max-width: 1024px) {
  .Floor002566 .box {
    max-width: 390px;
  }
}
@media (max-width: 768px) {
  .Floor002566,
  .Floor002566 .box,
  .Floor002566 .js-img .swiper-container {
    width: 100%;
    max-width: inherit;
  }
  .Floor002566 .main .auto {
    padding: 0;
  }
  .Floor002566 .js-img li .txt {
    padding: 3% 0;
  }
}
.home_content .right_box {
  width: 53.75%;
  float: right;
}
.home_content .right_box .ind_news {
  width: 55.8%;
  float: left;
  height: 240px;
  overflow: hidden;
}
.home_content .right_box .ind_news img {
  display: none;
}
.home_content .right_box .ind_news a {
  display: block;
  width: 100%;
  position: relative;
}
.home_content .right_box .ind_news .Ispic {
  padding-bottom: 66.6667%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.home_content .right_box .ind_news .Ispic:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home_content .right_box .ind_news p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #c786a1;
}
@media (max-width: 1024px) {
  .home_content .right_box .ind_news .Ispic {
    padding-bottom: 81.6667%;
  }
}
@media (max-width: 768px) {
  .home_content .right_box {
    width: 100%;
    padding-top: 20px;
  }
  .home_content .right_box .ind_news {
    width: 49%;
  }
  .home_content .right_box .ind_news .Ispic {
    display: none;
  }
  .home_content .right_box .ind_news img {
    width: 100%;
    display: block;
  }
}
@media (max-width: 480px) {
  .home_content .right_box .ind_news {
    width: 100%;
    height: inherit;
    margin: 0 auto;
  }
  .home_content .right_box .ind_news p {
    position: relative;
  }
}
/*
 .Floor002342 为demo编号
 */
.Floor002342 {
  width: 43.4%;
  float: right;
}
.Floor002342 .videobox {
  position: relative;
  height: 240px;
  margin-top: 20px;
}
.Floor002342 .videobox .play {
  cursor: pointer;
}
.Floor002342 .videobox .pic {
  background-repeat: no-repeat;
  background-position: center;
  height: 240px;
  background-size: cover;
}
.Floor002342 .videobox .pic img {
  display: none;
}
.Floor002342 .videobox .word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.Floor002342 .videobox .word a {
  display: block;
  margin: 0 auto;
}
.Floor002342 .videobox .h3 {
  color: #fff;
  margin: 20px 0 0 0;
  font-weight: normal;
  font-size: 18px;
}
.Floor002342 .videobox .video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  background: #000;
}
.Floor002342 .videobox .video video {
  width: 100%;
  height: 240px;
}
.Floor002342 .videobox .video .close {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/Floor002342-video_close.png) no-repeat;
  width: 29px;
  height: 54px;
  z-index: 99;
}
.Floor002342 .videobox .video .close:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .Floor002342 .videobox {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .Floor002342 .videobox .pic {
    background: none;
  }
  .Floor002342 .videobox .pic img {
    display: block;
  }
}
@media (max-width: 768px) {
  .Floor002342 {
    width: 49%;
    float: right;
  }
}
@media (max-width: 480px) {
  .Floor002342 {
    width: 100%;
    float: inherit;
  }
  .Floor002342 .videobox .pic,
  .Floor002342 .videobox,
  .Floor002342 .videobox .video video {
    height: 300px;
  }
}
/*
 .Bottom001819 为demo编号
 */
.Bottom001819 {
  line-height: 21px;
  padding: 30px 0;
  font-size: 15px;
  color: #545454;
  background: #f4f4f4;
}
.Bottom001819 p {
  margin: 0;
}
.Bottom001819 dl {
  float: right;
}
.Bottom001819 dt,
.Bottom001819 dd {
  float: left;
}
.Bottom001819 dt {
  margin-left: 12px;
  position: relative;
}
.Bottom001819 dt a {
  display: block;
  width: 24px;
  height: 25px;
  background: url(../images/Bottom001819-share.png) no-repeat;
}
.Bottom001819 dt figure {
  display: none;
  position: absolute;
  background-color: #80283c;
  left: 50%;
  margin-left: -59px;
  bottom: 30px;
  padding: 2px;
  z-index: 100;
}
.Bottom001819 dt:hover figure {
  display: block;
}
.Bottom001819 dt figure img {
  width: 115px;
  height: 115px;
  display: block;
  border: 6px solid #fff;
  max-width: none;
}
.Bottom001819 dt figure i {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -6px;
  border: 6px solid #80283c;
  margin-left: -6px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
}
.Bottom001819 dd i {
  font-style: normal;
  margin: 0 3px;
  font-size: 12px;
  color: #acacac;
}
.Bottom001819 dd a {
  color: #545454;
}
.Bottom001819 dd a:hover {
  color: #80283c;
}
@media (max-width: 1024px) {
  .Bottom001819 dt figure {
    margin-left: -100px;
  }
  .Bottom001819 dt figure i {
    display: none;
  }
}
@media (max-width: 480px) {
  .Bottom001819 dl {
    float: left;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .Bottom001819 dt figure {
    margin-left: -10px;
  }
}
/*
在线招聘
 */
.TextList001729 {
  border: 1px solid #eaeaea;
  border-bottom: none;
}
.TextList001729 .type {
  display: table;
  width: 100%;
}
.TextList001729 .On {
  display: table;
  width: 100%;
  background: #812440;
  color: #fff;
}
.TextList001729 ol.type {
  font-size: 16px;
  height: 51px;
  line-height: 51px;
  background: #f7f7f7;
  color: #333;
}
.TextList001729 ol.type li:nth-child(1) {
  padding-left: 4.5% !important;
}
.TextList001729 .type li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  line-height: 24px;
}
.TextList001729 ul.type li {
  cursor: pointer;
}
.TextList001729 .type li:nth-child(1) {
  width: 13%;
  padding-left: 4%;
}
.TextList001729 .type li:nth-child(2) {
  width: 15%;
}
.TextList001729 .type li:nth-child(3) {
  width: 8%;
}
.TextList001729 .type li:nth-child(4) {
  width: 10%;
}
.TextList001729 .type li:nth-child(5) {
  width: 8%;
}
.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(2) {
  text-align: left;
}
.TextList001729 .type li:nth-child(6) {
  width: 10%;
}
.TextList001729 ul.type li:nth-child(6) {
  background: url(../images/TextList001729-icon_close.png) no-repeat center;
}
.TextList001729 ul.On li:nth-child(6) {
  background-image: url(../images/TextList001729-icon_open.png);
}
.TextList001729 .list {
  border-bottom: 1px solid #e5e5e5;
}
.TextList001729 .list .con {
  display: none;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  font-size: 14px;
  padding: 2% 4% 4%;
}
.TextList001729 .list .con p {
  font-size: 14px;
  line-height: 30px;
}
.TextList001729 .list .con p strong {
  padding-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #812440;
}
.TextList001729 .list .con .conpTxt{padding: 25px 0;}
.TextList001729 .list .con .conpTxt p{
  margin: 0;padding: 0;
}
.TextList001729 .btn_apply {
  padding: 25px 0 10px;
}
.TextList001729 .btn_apply a {
  display: inline-block;
  max-width: 148px;
  width: 40%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #812440;
  font-size: 16px;
}
.TextList001729 .selection .selection-left{float: left;font-size: 0;}
.TextList001729 .selection .selection-left .text{display: inline-block;width: 100px;height: 30px;border: 1px solid #eaeaea;padding: 0 10px;box-sizing: border-box;}
.TextList001729 .selection .selection-left .btn{display: inline-block;width: 60px;height: 30px;color: #fff;background-color: #812440;border-radius: 30px;}
.TextList001729 .selection .selection-left{float: right;}
.TextList001729 .selection .selection-left select{display: inline-block;width: 100px;height: 30px;margin-right: 20px;}
.TextList001729 .selection .selection-left select:last-child{margin-right: 0;}


@media (max-width: 1000px) {
.TextList001729 .list .con .conpTxt{padding: 15px 0;}

  .TextList001729 .type li:nth-child(2),
  .TextList001729 .type li:nth-child(5),
  .TextList001729 .type li:nth-child(6) {
    display: none;
  }
  .TextList001729 .type li {
    width: 20% !important;
  }
}
@media (max-width: 768px) {
  .TextList001729 .type li:nth-child(7) {
    display: none;
  }
  .TextList001729 .type li {
    width: 24% !important;
  }
  .TextList001729 .type li:nth-child(8) {
    width: 28% !important;
  }
}
@media (max-width: 480px) {
  .TextList001729 .type li:nth-child(3) {
    display: none;
  }
  .TextList001729 .type li {
    width: 30% !important;
  }
  .TextList001729 .type li:nth-child(8) {
    width: 40% !important;
  }
  .TextList001729 ol.type {
    font-size: 15px;
  }
  .TextList001729 .btn_apply a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .TextList001729 ul.type li:nth-child(8) {
    background-size: 16px auto;
  }
}
/*
 在线招聘详情页
 */
.Form001725 {
  padding: 2% 0;
}
.Form001725 .form {
  padding-top: 30px;
  max-width: 552px;
  width: 100%;
}
.Form001725 .form td {
  padding-bottom: 20px;
  font-size: 14px;
}
.Form001725 .form td.w1 {
  width: 47%;
}
.Form001725 .form td.w2 {
  width: 6%;
}
.Form001725 .form .text {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  line-height: 36px;
  height: 36px;
  text-indent: 10px;
  background: none;
}
.Form001725 .form p {
  margin: 0 0 10px 0;
  color: #812440;
  background: url(../images/Form001725-icon.jpg) no-repeat left center;
}
.Form001725 .form td em {
  font-style: normal;
  color: #bcbcbc;
}
.Form001725 .form td em i {
  font-style: normal;
  color: #fadbbe;
}
.Form001725 .form .btn {
  background: #812440;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  width: 60%;
  max-width: 120px;
  height: 40px;
  border-radius: 3px;
  border: none;
  margin-top: 20px;
}
.Form001725 .form dl {
  position: relative;
}
.Form001725 .form dt {
  text-indent: 10px;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  line-height: 36px;
  height: 36px;
  background: url(../images/Form001725-check.png) no-repeat 95% center;
}
.Form001725 .form dd {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #eee;
  width: 100%;
  z-index: 10;
}
.Form001725 .form dd a {
  display: block;
  line-height: 36px;
  padding: 0 10px;
}
.Form001725 .form dd a:hover {
  background-color: #ccc;
}
.Form001725 .form .queueList {
  margin: 0;
}
.Form001725 .form .wu-example .placeholder {
  padding-bottom: 78px;
}
@media (max-width: 768px) {
  .Form001725 .search {
    position: relative;
    margin-top: 10px;
    top: auto;
    width: auto;
  }
}
/*栏目页内容*/
.column_content {
  padding: 4% 0 3%;
}
@media (max-width: 480px) {
  .column_content {
    padding: 30px 0;
  }
}
/*栏目页标题*/
.single_tit h1 {
  font-size: 62px;
  line-height: 54px;
  margin: 0;
  color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-family: "Archivo", "Myriad Pro", "Arial";
}
.single_tit h2 {
  font-size: 34px;
  margin: 0;
  margin-top: -8px;
  color: #80273c;
}
@media (max-width: 480px) {
  .single_tit h1 {
    font-size: 46px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .single_tit h1 {
    font-size: 30px;
    line-height: 28px;
  }
}
/*集团介绍*/
.group_profile p {
  font-size: 14px;
  margin: 30px 0;
  color: #555;
  line-height: 30px;
}
/*
 集团介绍 视频 为demo编号
 */
.Floor002234 {
  width: 47.5%;
  margin-left: 7.5%;
  float: right;
  background: #f2f2f2;
  position: relative;
}
.Floor002234 video {
  width: 100%;
  height: 378px;
  background: #000;
  max-height: 560px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.Floor002234 video.on {
  z-index: 4;
}
#Floor002234_play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 3;
}
#Floor002234_play .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2 ;
  background-position: top center;
  background-repeat: no-repeat;
}
#Floor002234_play span.anniu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Floor002234-videobtn.png) no-repeat center center;
  z-index: 3;
}
@media (max-width: 1199px) {
  #Floor002234_play .img {
    background-size: cover;
  }
  #Floor002234_play .img img {
    display: none;
  }
}
@media (min-width: 1200px) {
  #Floor002234_play .img img {
    display: none;
  }
}
@media (max-width: 768px) {
  .Floor002234 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
/*企业文化*/
.culture {
  text-align: center;
}
.culture .pic {
  display: inline-block;
  width: 35.333%;
  border: 16px solid #f2f2f2;
  border-radius: 50%;
}
.culture li {
  list-style: none;
  width: 26%;
  padding-right: 10px;
  float: left;
  text-align: left;
}
.culture li dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.culture li dl:nth-of-type(4) {
  border-bottom: 0;
}
.culture .li2 dl:nth-of-type(3) {
  border-bottom: 0;
}
.culture li img {
  float: left;
  margin-right: 8px;
}
.culture li h3 {
  font-size: 16px;
  color: #333;
}
.culture li p {
  line-height: 25px;
  min-height: 50px;
  color: #888;
}
.culture .li2 {
  float: right;
}
@media (max-width: 480px) {
  .culture li,
  .culture .pic {
    width: 100%;
    float: left;
  }
  .culture .pic {
    border: 0;
    border-radius: 0;
  }
}
/*荣誉资质*/
.honor {
  padding-bottom: 20px;
}
.honor li {
  display: block;
  list-style: none;
  color: #555;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.honor li dl {
  width: 100%;
  float: left;
  line-height: 30px;
  padding-bottom: 10px;
}
.honor li.li1 {
  padding-top: 0;
}
.honor li.li1 dl {
  padding: 5px 0;
  display: block;
  position: relative;
  width: 27%;
  float: left;
}
.honor li.li1 dl:nth-of-type(1),
.honor li.li1 dl:nth-of-type(4) {
  margin-right: 8%;
}
.honor li dl:before {
  display: block;
  float: left;
  background: #80273c;
  width: 7px;
  height: 7px;
  content: '';
  margin-right: 6px;
  margin-top: 11px;
}
.honor li dd {
  line-height: 35px;
  padding-left: 13px;
}
.honor li:last-of-type {
  border-bottom: none;
}
@media (max-width: 768px) {
  .honor li.li1 dl {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .honor li {
    padding-right: 6px;
  }
}
/*栏目页主营业务*/
.business .ke-insertfile {
  margin-top: 2%;
  display: inline-block;
  text-align: center;
  padding: 0 3%;
  max-width: 240px;
  line-height: 42px;
  background: #80273c;
  color: #fff !important;
}
.business .ke-insertfile:hover {
  color: #fff;
}
/*百货购物*/
.shopping_link {
  padding: 3% 0;
  /*background: #f7f7f7;*/
  margin-bottom: 4%;
}
.shopping_link .h3 {
  color: #80273c;
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}
.shopping_link .icon {
  margin-right: 8px;
  margin-top: -3px;
}
.shopping_link dl {
  display: block;
}
.shopping_link dl dd {
  line-height: 75px;
  float: left;
  margin-right: 4%;
}
.shopping .pic {
  padding: 3% 0 2%;
}
.shopping .p {
  line-height: 26px;
}
@media (max-width: 768px) {
  .shopping_link dl dd {
    line-height: 54px;
    margin-right: 8%;
  }
}
@media (max-width: 640px) {
  .shopping_link {
    padding: 10px 0;
    background: #fff;
  }
  .shopping_link dl dd {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
}
/*网络科技*/
.Internet {
  padding-bottom: 4%;
}
.Internet .h3 {
  color: #80273c;
  font-size: 18px;
  padding-top: 60px;
}
.Internet .pic {
  width: 50%;
  float: left;
  margin-right: 60px;
}
.Internet .p {
  line-height: 30px;
}
.Internet .p1 {
  padding: 30px 0 40px;
  line-height: 26px;
}
.Internet .contact {
  /*background: #f7f7f7;*/
  min-height: 450px;
}
.Internet .code {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .Internet .pic {
    width: auto;
    margin-right: 0;
    float: inherit;
  }
  .Internet .h3 {
    padding: 0;
  }
  .Internet .contact {
    background: none;
  }
  .Internet .p1 {
    padding: 10px 0;
  }
}
/*商业保理*/
.Factoring {
  padding-bottom: 4%;
}
.Factoring .h3 {
  color: #80273c;
  font-size: 18px;
  padding-top: 20px;
}
.Factoring p {
  line-height: 26px;
}
.Factoring .p1 {
  padding: 30px 0 40px;
}
.Factoring .p2 {
  padding: 0;
}
.Factoring .contact {
  padding: 10px 50px 50px;
  /*background: #f7f7f7;*/
}
@media (max-width: 640px) {
  .Factoring .contact {
    padding: 10px 30px 20px;
  }
  .Factoring .h3 {
    margin: 10px 0;
  }
  .Factoring .p1 {
    padding: 10px 0;
  }
}
@media (max-width: 320px) {
  .Factoring .contact {
    padding: 0;
    background: #fff;
  }
  .Factoring .h3 {
    margin: 10px 0;
  }
  .Factoring .p1 {
    padding: 10px 0;
  }
}
/*城市地产*/
.city_estate {
  padding-top: 1%;
}
.city_estate .h3 {
  color: #80273c;
  font-size: 18px;
  padding-top: 35px;
}
.city_estate .pic {
  padding-top: 30px;
}
.city_estate figure {
  /*background: #f7f7f7;*/
  padding: 20px 40px 40px;
}
.city_estate figure .h3 {
  padding-top: 0;
}
.city_estate .p {
  line-height: 26px;
}
@media (max-width: 480px) {
  .city_estate .pic {
    padding-top: 20px;
  }
  .city_estate figure {
    padding: 20px 30px 40px;
  }
}
/*物业管理*/
.Property_management {
  padding-top: 1%;
}
.Property_management .pic {
  width: 47.5%;
  float: right;
  margin-left: 5.5%;
}
.Property_management .pic img {
  padding-bottom: 8px;
}
.Property_management .h3 {
  color: #80273c;
  font-size: 18px;
  padding-top: 25px;
}
.Property_management p {
  line-height: 26px;
}
.Property_management .p1 {
  padding-top: 26px;
}
@media (max-width: 768px) {
  .Property_management .pic {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .Property_management .pic img {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .Property_management .pic img:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .Property_management .pic img {
    width: 100%;
  }
  .Property_management .single_tit h1 {
    font-size: 46px;
    line-height: 38px;
  }
}
/*云著酒店*/
.hotel {
  padding: 1% 0 5%;
}
.hotel .single_tit {
  padding-top: 5%;
}
.hotel .pic {
  width: 50%;
  float: left;
  margin-right: 2.8%;
}
.hotel .pic img {
  padding-bottom: 8px;
}
.hotel .h3 {
  color: #80273c;
  font-size: 18px;
  padding-top: 25px;
}
.hotel p {
  line-height: 30px;
}
.hotel .p1 {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .hotel .pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*人才理念*/
.Talent_Concept {
  padding: 0 0 0 4%;
  /*background: #f7f7f7;*/
}
.Talent_Concept .single_tit {
  padding-top: 3%;
}
.Talent_Concept .pic {
  width: 50%;
  float: right;
  margin-left: 4%;
}
.Talent_Concept .h3 {
  color: #80273c;
  font-size: 18px;
  padding-top: 25px;
}
.Talent_Concept p {
  line-height: 26px;
}
.Talent_Concept .p1 {
  padding-top: 10px;
}
@media (max-width: 480px) {
  .Talent_Concept {
    padding: 0;
    background: none;
  }
  .Talent_Concept .pic {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/*福利制度*/
.Welfare_left {
  width: 50%;
  margin-right: 10%;
  float: left;
}
.Welfare_left .single_tit {
  line-height: 46px;
}
.Welfare_left .single_tit h2 {
  font-size: 32px;
}
.Welfare_left .pic {
  width: 100%;
  float: left;
  padding: 40px 0 0;
}
.Welfare_right .p1 {
  line-height: 26px;
  padding-top: 20px;
}
.Welfare_right .h3 {
  color: #555;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Welfare_left {
    width: 100%;
  }
  .Welfare_left .pic {
    padding-bottom: 30px;
  }
  .Welfare_right .p1 {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .Welfare_left .pic {
    width: 100%;
    padding: 20px 0;
  }
  .Welfare_left .single_tit h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
  }
}
/*百佳华学院*/
.College {
  padding: 0;
}
.College .single_tit {
  padding-top: 3%;
}
.College .pic {
  width: 50%;
  float: left;
  margin-right: 4%;
}
.College .h3 {
  color: #80273c;
  font-size: 18px;
  padding-top: 25px;
}
.College .p1 {
  padding-top: 10px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .College .pic {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*股息资料*/
.Dividend_data {
  width: 100%;
  padding: 0;
  line-height: 55px;
  border: 1px solid #eee;
  margin-bottom: 4%;
}
.Dividend_data .tit {
  width: 100%;
}
.Dividend_data .tit .h1 {
  font-size: 16px;
  margin: 0;
  padding-left: 36px;
  font-weight: normal;
  background: #f7f7f7;
}
.Dividend_data .p1 {
  padding-top: 10px;
  line-height: 26px;
}
.Dividend_data dl {
  width: 100%;
  padding-left: 36px;
  border-top: 1px solid #eee;
}
.Dividend_data dl dt {
  float: left;
  display: table;
  width: 16.3%;
  border-right: 1px solid #eee;
}
.Dividend_data dl dd {
  display: table;
  width: 83.7%;
  padding-left: 36px;
}
@media (max-width: 480px) {
  .Dividend_data .tit .h1,
  .Dividend_data dl dd,
  .Dividend_data dl {
    padding-left: 0px;
    display: block;
  }
  .Dividend_data {
    text-align: center;
  }
  .Dividend_data dl dt {
    width: 100%;
    border-right: 0;
    font-weight: bold;
    border-bottom: 1px solid #eee;
  }
  .Dividend_data dl dd {
    width: 100%;
  }
}
/*发展历程*/
.addHistory li {
  list-style: none;
}
.addHistory p {
  margin: 0;
  padding: 0;
}
.addHistory .topBox .auto {
  overflow-x: auto;
}
/* 出现的滚动条样式 */
.addHistory .topBox .auto::-webkit-scrollbar {
  overflow-x: auto;
  height: 5px !important;
}
/* 定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 5px !important;
}
/* 定义滑块 */
::-webkit-scrollbar-thumb {
  background: #dcdcdc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 5px !important;
}
.addHistory .topBox {
  position: relative;
  margin-bottom: 80px;
}
.addHistory .topBox:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url('../images/history.png') repeat center center / 10px 5px;
  z-index: -1;
}
.addHistory .topBox ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addHistory .topBox ol li {
  float: left;
  min-width: 135px;
  width: 14.2%;
  text-align: center;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.addHistory .topBox ol li:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  position: relative;
  z-index: 2;
  background: #80273c;
}
.addHistory .topBox p {
  color: #80273c;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.addHistory .topBox p:hover,
.addHistory .topBox p.on {
  font-size: 20px;
}
.addHistory .slideBox {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addHistory .slideWrap {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.addHistory .item {
  float: left;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.addHistory .item .prev,
.addHistory .item .next {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45px;
  cursor: pointer;
  display: none;
}
.addHistory .item .prev {
  background: url('../images/history_prev.jpg') center center / cover;
  left: 0;
}
.addHistory .item .next {
  background: url('../images/history_next.jpg') center center / cover;
  right: 0;
}
.addHistory .item .prev:hover {
  background-image: url('../images/history_prev_on.jpg');
}
.addHistory .item .next:hover {
  background-image: url('../images/history_next_on.jpg');
}
.addHistory .item .pic {
  float: left;
  width: 31%;
}
.addHistory .item .pic ol {
  width: 100%%;
  padding-bottom: 155%;
  position: relative;
}
.addHistory .item .pic li {
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: no-repeat center center / cover;
}
.addHistory .item .pic li.on {
  opacity: 1;
}
.addHistory .item .txt {
  float: right;
  width: 64%;
  position: relative;
}
.addHistory .item ul {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}
.addHistory .item ul.on {
  display: block;
}
.addHistory .item ul li {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addHistory .item ul li:hover,
.addHistory .item ul li.cur {
  color: #80273c;
}
.addHistory .item ul li ~ li {
  margin-top: 16px;
}
.addHistory .item .pager-box {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.addHistory .item .pager-box dd {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.addHistory .item .pager-box dd:first-child {
  margin-left: 0;
}
.addHistory .item .pager-box dd span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #ddd;
  border-radius: 50%;
  text-indent: -99999px;
  cursor: pointer;
}
.addHistory .item .pager-box dd.active span {
  background-color: #80273c;
}
@media (max-width: 1024px) {
  .addHistory .topBox ol li {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 145px;
  }
  .addHistory .item {
    padding: 0 40px;
  }
  .addHistory .item .prev,
  .addHistory .item .next {
    width: 30px;
    height: 30px;
    top: 25px;
  }
  .addHistory .topBox .auto {
    overflow-x: auto;
  }
  .addHistory .topBox .auto::-webkit-scrollbar {
    overflow-x: inherit;
    height: auto;
  }
  /* 定义滚动条轨道 */
  ::-webkit-scrollbar-track {
    background: none;
    border-radius: 5px;
  }
  /* 定义滑块 */
  ::-webkit-scrollbar-thumb {
    background: none;
    border-radius: 5px;
  }
}
/*@media (max-width: 640px) {
  .addHistory .item .pic{width: 100%;margin-bottom: 10px;border: 1px solid #eee;}
  .addHistory .item .pic ol{padding-bottom: 80%;}
  .addHistory .item .pic li{background-size: contain;}
  .addHistory .item .txt{width: 100%;height: 220px;}
  .addHistory .item  ul li~li{margin-top:10px}

  .addHistory .item .prev,
  .addHistory .item .next{top:280px;}

}*/
@media (max-width: 640px) {
  .addHistory .slideBox {
    margin: 0 auto;
    width: 96%;
    padding: 0;
  }
  .addHistory .item .pic {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
  }
  .addHistory .item .txt {
    height: 80px;
    width: 100%;
    overflow: hidden;
  }
  .addHistory .item ul li {
    cursor: pointer;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
  }
  .addHistory .item ul li ~ li {
    margin-top: 10px;
  }
  .addHistory .item .prev,
  .addHistory .item .next {
    top: 180px;
  }
}
/*新闻详情*/
.RichInfo005 {
  padding: 3% 0 20px;
}
.RichInfo005 .news_info .title {
  text-align: center;
  padding-bottom: 20px;
}
.RichInfo005 .news_info .title h1 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: normal;
}
.RichInfo005 .news_info .title p {
  margin: 0;
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 10px;
}
.RichInfo005 .news_info .title p span {
  margin: 0 5px;
  color: #777;
}
.RichInfo005 .news_info .info {
  text-align: justify;
  text-justify: inter-ideograph;
}
.RichInfo005 .news_info .info_back {
  text-align: center;
  clear: both;
  padding: 20px 0;
}
.RichInfo005 .news_info .info_back a {
  color: #812440;
  font-size: 14px;
}
.RichInfo005 .news_info .info_pn span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.RichInfo005 .news_info .info_pn span a {
  color: #999;
}
.RichInfo005 .news_info .info_pn span a:hover {
  color: #812440;
}
.RichInfo005 p {
  font-size: 13px;
  color: #666;
  line-height: 2;
}
/*网站地图*/
.state {
  padding: 2% 0;
  min-height: 300px;
}
.state ul li {
  text-decoration: none;
  list-style: none;
}
.state ul li u {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
	.Top002286 .nav ul{display:flex;justify-content:flex-end;}
  .Top002286 .nav ul li#m18 {
    width: 7%;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */

.TextList001729_news .type li:nth-child(2){width: 15%;}
.TextList001729_news .type li:nth-child(3){width: 7%;}
.TextList001729_news .type li:nth-child(4){width: 8%;}
.TextList001729_news .type li:nth-child(5){width: 8%;}
.TextList001729_news .type li:nth-child(6){width: 5%;}
.TextList001729_news .type li:nth-child(7){width: 8%;}
.TextList001729_news ul.type li:nth-child(6){background:none;}
.TextList001729_news ul.type li:nth-child(7){background: url(../images/TextList001729-icon_close.png) no-repeat center;}

@media(max-width:1000px){
  .TextList001729 .type li:nth-child(2), .TextList001729 .type li:nth-child(5), .TextList001729 .type li:nth-child(6),.TextList001729 .type li:nth-child(7){display: none;}
}

.search_box{margin-bottom:2%;}
.search_box input{
  padding: 0 14px;
  width: 160px;
  height: 30px;
  border: 1px solid #a3a7aa;
  border-radius: 14px;
  line-height: 30px;
  font-size: 14px;
  color: #474f55;
  outline: none;
  vertical-align: top;
  float: left;
}
.search_box .search_btn{
  margin-left: 6px;
  display: inline-block;
  width: 80px;
  height: 32px;
  background: #812440;
  text-align: center;
  line-height: 28px;
  color: #ffff;
  border-radius: 15px;
  vertical-align: top;
  float: left;
  cursor: pointer;
}
.select_box{
  float: right;
}

.gform-select{position:relative;width:150px;display:inline-block;*display: inline; *zoom: 1; vertical-align:middle;margin:0 5px;font-size:14px;text-align:left;}
.gform-select-hd{height:30px;overflow:hidden;cursor:pointer;color:#474f55;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s; border-radius: 15px;}
.gform-select-hd.disabled{background-color:#e5e5e5;cursor:default;}
.gform-select-hd-text{padding-left:20px;padding-right:20px;line-height:30px;}
.gform-select-hd-arrow{position:absolute;width:20px;height:0;overflow:hidden;top:1px;right:1px;font-size:12px;line-height:30px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;}
.gform-select-hd-arrow{height:30px;}
.gform-select-hd,.gform-select-bd ul{border:1px solid #a3a7aa;background-color:#F6F6F6;}
.gform-select-bd{display: none; position:absolute;min-width:100%;left:0;z-index:10;}
.gform-select-bd ul{padding:0;max-height:150px;overflow:auto;border-radius: 5px; border: none;background-color: transparent;}
.gform-select-bd li{ margin: 3px 0; padding:0 20px;line-height:2;cursor:pointer;white-space:nowrap;color:#474f55; border-radius: 15px;background-color:#F0F0F0;}
.gform-select-bd li.gform-select-li-active{background-color:#DFDFDF; }
.gform-select-bd li.gform-select-li-over{background-color:#E7E7E7;}
.gform-select-hd-arrow{font-size: 0; color: transparent; background: url(../images/select-more.png) no-repeat left center;}
.column_content .auto.auto_1200 p:nth-child(2){margin: 14px 0 50px;}