.con {
  content: '';
}
.cpa {
  position: absolute;
  content: '';
}
.cpr {
  position: relative;
  content: '';
}
.lhn {
  line-height: normal;
}
.ta {
  transition: all 0.5s;
}
.pof {
  position: fixed;
}
.por {
  position: relative;
}
.vam {
  vertical-align: middle;
}
.vh {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
}
.bn {
  border: none;
}
body {
  overflow-x: hidden;
  font-size: 0.83333333vw;
}
.f14 {
  font-size: 0.72916667vw;
}
.f16 {
  font-size: 0.83333333vw;
}
.f18 {
  font-size: 0.9375vw;
}
.f20 {
  font-size: 1.04166667vw;
}
.f24 {
  font-size: 1.25vw;
}
.f30 {
  font-size: 1.5625vw;
}
.f32 {
  font-size: 1.66666667vw;
}
.f36 {
  font-size: 1.875vw;
}
.f40 {
  font-size: 2.08333333vw;
}
.f45 {
  font-size: 2.34375vw;
}
.f82 {
  font-size: 4.27083333vw;
}
.f100 {
  font-size: 5.20833333vw;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.33333333vw;
  }
  .f14 {
    font-size: 1.16666667vw;
  }
  .f16 {
    font-size: 1.33333333vw;
  }
  .f18 {
    font-size: 1.5vw;
  }
  .f20 {
    font-size: 1.66666667vw;
  }
  .f24 {
    font-size: 2vw;
  }
  .f30 {
    font-size: 2.5vw;
  }
  .f32 {
    font-size: 2.66666667vw;
  }
  .f36 {
    font-size: 3vw;
  }
  .f40 {
    font-size: 3.33333333vw;
  }
  .f45 {
    font-size: 3.75vw;
  }
  .f82 {
    font-size: 6.83333333vw;
  }
  .f100 {
    font-size: 8.33333333vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.5625vw;
  }
  .f14 {
    font-size: 1.3671875vw;
  }
  .f16 {
    font-size: 1.5625vw;
  }
  .f18 {
    font-size: 1.7578125vw;
  }
  .f20 {
    font-size: 1.953125vw;
  }
  .f24 {
    font-size: 2.34375vw;
  }
  .f30 {
    font-size: 2.9296875vw;
  }
  .f32 {
    font-size: 3.125vw;
  }
  .f36 {
    font-size: 3.515625vw;
  }
  .f40 {
    font-size: 3.90625vw;
  }
  .f45 {
    font-size: 4.39453125vw;
  }
  .f82 {
    font-size: 8.0078125vw;
  }
  .f100 {
    font-size: 9.765625vw;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 12px;
  }
  .f14 {
    font-size: 12px;
  }
  .f16 {
    font-size: 14px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 16px;
  }
  .f24 {
    font-size: 20px;
  }
  .f30,
  .f32,
  .f36 {
    font-size: 22px;
  }
  .f40 {
    font-size: 5.20833333vw;
  }
  .f45 {
    font-size: 5.859375vw;
  }
  .f82 {
    font-size: 10.67708333vw;
  }
  .f100 {
    font-size: 13.02083333vw;
  }
}
.w1440 {
  max-width: 1440px;
  width: 96%;
  margin: 0 auto;
}
.header {
  height: 70px;
  line-height: 70px;
  background-color: #eeeeee;
  width: 100%;
  z-index: 100;
  position: relative;
}
.header .w1440 {
  position: relative;
}
.header .other {
  position: absolute;
  z-index: 10;
}
.header .logo {
  display: inline-block;
}
.header .menuIcon {
  display: none;
}
.header .other {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
}
.header .other .search {
  position: relative;
  margin-left: 20px;
}
.header .other .search::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  width: 1px;
  background-color: #dcdcdc;
}
.header .other .open_search {
  background: url(../images/search_icon.png) no-repeat center;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  display: none
}
.header .other .open_search.on {
  background: none!important;
}
.header .other .open_search.on:before,
.header .other .open_search.on:after {
  position: absolute;
  content: '';
  width: 90%;
  left: 15%;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  background: #c9004b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .other .open_search.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .other .top_search {
  position: relative;
  right: 0;
  top: 120%;
  background: #fff;
  width: 200px;
  padding-right: 40px;
  display: block !important;
  border: 1px solid #c9004b;
}
.header .other .top_search .text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0 10px;color:#999;
}
.header .other .top_search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/search_icon.png) no-repeat center center #c9004b;
}
.header .other .search_show .top_search {
  display: block;
}
@media (max-width: 768px) {
  .header .other {
    z-index: 100;
  }
  .header .other .search {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    display: none;
  }
  .header .other .search::before {
    left: auto;
    right: -20px;
    display: none
  }
  .header .menuIcon {
    display: inline-block;
    vertical-align: middle;
  }
  .header #open_menu {
    z-index: 100;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
    display: block;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 90%;
    height: 3px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #999;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    position: absolute;
    content: '';
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 90%;
    height: 3px;
    background-color: #999;
    border-radius: 4px;
  }
  .header #open_menu::before {
    top: 5px;
  }
  .header #open_menu::after {
    bottom: 5px;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
  }
  .header #open_menu.open_menu_on:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
    top: 15px;
  }
}
@media (max-width: 640px) {
  .header .other .top_search {
    position: relative;
    right: 0;
    top: 120%;
    background: #fff;
    width: 150px;
    padding-right: 40px;
    display: none;
    border: 1px solid #c9004b;
  }
  .header .other .top_search .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 10px;
  }
  .header .other .top_search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/search_icon.png) no-repeat center center #c9004b;
  }
}
.navTop {
  float: right;
  line-height: 70px;
  margin-right: 240px;
}
.navTop li {
  position: relative;
  float: left;
}
.navTop li:not(:first-child) {
  margin-left: 3.8vw;
}
.navTop li span {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.navTop li span > a {
  position: relative;
  display: block;
  text-align: center;
  color: #333;
}
.navTop li span > a::after {
  content: '';
  position: absolute;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s;
  width: 0;
  background-color: #c9004b;
}
.navTop li.aon a::after,
.navTop li:hover a::after {
  width: 100%;
}
.navTop li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  bottom: auto;
  width: 150px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  display: none;
  z-index: 100;
}
.navTop li .sub a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 28px;
  margin: 12px 0px;
}
.navTop li .sub a:hover {
  color: #c9004b;
}
.navTop #m24 {
  display: none;
}
@media (max-width: 768px) {
  .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
  }
  .navTop.navTop_show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .navTop .ul {
    display: block;
    padding-top: 70px;
    position: relative;
    height: 100%;
    width: 250px;
    float: right;
    background-color: #d83c77;
  }
  .navTop li {
    display: block;
    float: none;
    margin: 0!important;
    padding: 0 10%;
    font-size: 16px;
  }
  .navTop li span {
    display: block;
  }
  .navTop li span > a {
    color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .navTop .li_sub span {
    position: relative;
  }
  .navTop .li_sub span::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 3;
  }
  .navTop .li_sub .sub {
    position: relative;
    transform: none;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px 1em;
  }
  .navTop .li_sub .sub a {
    text-align: left;
    color: #fff;
  }
  .navTop #m24 {
    display: block;
  }
}
section {
  display: block;
  width: 100%;
}
.Hbanner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.Hbanner::before {
  content: '';
  width: 100%;
  height: 17.29166667vw;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
  background: url(../images/ban_bg.png) no-repeat center bottom;
  background-size: cover;
}
.Hbanner .ul {
  width: 100%;
}
.Hbanner .pcBan {
  display: block;
}
.Hbanner .wapBan {
  display: none;
}
.Hbanner figure {
  position: relative;
  width: 100%;
}
.Hbanner figure img {
  width: 100%;
}
.Hbanner figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.Hbanner .slick-arrow {
  top: 31.5%;
}
.Hbanner .slick-prev {
  left: 8.5%;
}
.Hbanner .slick-next {
  right: 8.5%;
}
@media (max-width: 1024px) {
  .Hbanner .pcBan {
    display: none;
  }
  .Hbanner .wapBan {
    display: block;
  }
}
.Hicon {
  position: relative;
  z-index: 10;
  margin-top: -7vw;
}
.Hicon li {
  width: 23.5%;
  float: left;
  position: relative;
}
.Hicon li::before {
  content: '';
  width: 100%;
  height: 110%;
  position: absolute;
  left: 8px;
  top: -5%;
  border-radius: 10px;
  z-index: 1;
  background-image: -moz-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: -webkit-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: -ms-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
}
.Hicon li:not(:last-child) {
  margin-right: 2%;
}
.Hicon a {
  padding: 1.5vw 1.1vw;
  border-radius: 10px;
  background: url(../images/Hicon_bg.png) no-repeat right bottom #D11A5F;
  position: relative;
  z-index: 2;
}
.Hicon li:nth-child(2) a {
  background-color: #d22063;
}
.Hicon li:nth-child(3) a {
  background-color: #d63471;
}
.Hicon li:nth-child(4) a {
  background-color: #db4d83;
}
.Hicon figure {
  width: 5.20833333vw;
}
.Hicon figure img {
  background-color: rgba(255, 255, 255, 0.32);
  border-radius: 100%;
  transition: all 0.5s;
}
.Hicon a:hover img {
  transform: rotateY(180deg);
}
.Hicon aside {
  padding-left: 1vw;
  color: #fff;
}
.Hicon aside p {
  margin-bottom: 0.4vw;
}
@media (max-width: 768px) {
  .Hicon li {
    width: 24.2%;
  }
  .Hicon li:not(:last-child) {
    margin-right: 0%;
  }
  .Hicon figure {
    width: 7vw;
  }
}
@media (max-width: 640px) {
  .Hicon .ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .Hicon li {
    width: 49%;
    margin-bottom: 2%;
    display: flex;
    float: none;
  }
  .Hicon li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .Hicon a {
    padding: 3vw;
  }
  .Hicon figure {
    width: 14vw;
  }
  .Hicon aside span{height: 30px;display: block;}
}
.Htit {
  padding: 5.20833333vw 0 2.08333333vw;
  text-align: center;
  color: #333333;
}
.Htit .line {
  display: block;
  margin: 0 auto 1vw;
  width: 60px;
  height: 3px;
  background-image: -moz-linear-gradient(90deg, #d11a5f, #f280ab);
  background-image: -webkit-linear-gradient(90deg, #d11a5f, #f280ab);
  background-image: -ms-linear-gradient(90deg, #d11a5f, #f280ab);
  background-image: linear-gradient(90deg, #d11a5f, #f280ab);
}
.HBusiness .ul {
  margin: 0 -20px;
}
.HBusiness li {
  padding-bottom: 20px;
}
.HBusiness li a {
  display: block;
  margin: 0 20px;
}
.HBusiness .pic {
  overflow: hidden;
  border-radius: 5px;
}
.HBusiness .pic i {
  display: block;
  width: 100%;
  padding-top: 100%;
  transition: all 0.5s;
}
.HBusiness a:hover .pic i {
  transform: scale(1.1);
}
.HBusiness a:hover article {
  background-color: #c9004b;
}
.HBusiness a:hover article * {
  color: #fff;
}
.HBusiness .txt {
  margin-top: -2.60416667vw;
  margin-left: 1.5625vw;
  width: calc(100% - 15px);
  position: relative;
}
.HBusiness .txt::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 5px;
  bottom: -5px;
  border-radius: 10px;
  z-index: 1;
  background-image: -moz-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: -webkit-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: -ms-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
}
.HBusiness article {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 5px;
  padding: 1vw 1.6vw 2vw;
  transition: all 0.5s;
}
.HBusiness article * {
  transition: all 0.5s;
}
.HBusiness .Tit {
  color: #000000;
}
.HBusiness .des {
  color: #8d8d8d;
  line-height: 24px;
  height: 72px;
  margin: 10px 0 15px;
  font-weight: lighter;
}
.HBusiness .more {
  color: #333333;
}
.HBusiness .more::after {
  content: '>';
  display: inline-block;
  font-family: serif;
  font-weight: bold;
  margin-left: 5px;
}
.HBusiness .slick-prev {
  left: -2%;
}
.HBusiness .slick-next {
  right: -2%;
}
@media (max-width: 1366px) {
  .HBusiness .slick-prev {
    left: -1%;
  }
  .HBusiness .slick-next {
    right: -1%;
  }
}
@media (max-width: 1024px) {
  .HBusiness .slick-prev {
    left: 0;
  }
  .HBusiness .slick-next {
    right: 0;
  }
  .HBusiness .ul {
    margin: 0 -10px;
  }
  .HBusiness li a {
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  .HBusiness .ul {
    margin: 0;
  }
}
.Hnews {
  background: url(../images/Hnews_bg.png) no-repeat center top;
  background-size: cover;
  padding-bottom: 8vw;
  margin-top: 1.04166667vw;
}
.Hnews .Htit {
  padding: 4.16666667vw 0 3.125vw;
}
.Hnews dt {
  float: left;
  width: 45.139%;
}
.Hnews dt a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.Hnews dt figure {
  padding-top: 68.925%;
  transition: all 0.5s;
}
.Hnews dt a:hover figure {
  transform: scale(1.1);
}
.Hnews dd {
  float: right;
  width: 51.945%;
}
.Hnews .item {
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2.78% 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-radius: 5px;
  transition: all 0.5s;
}
.Hnews .item:hover {
  transform: translateY(-5px);
}
.Hnews .time {
  width: 105px;
  text-align: center;
  color: #999999;
  font-size: 12px;
}
.Hnews .time b {
  display: block;
  font-weight: normal;
  line-height: 1;
  color: #333333;
}
.Hnews .txt {
  position: relative;
  padding-left: 30px;
  padding-right: 23%;
}
.Hnews .txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #999999;
  border-radius: 100%;
}
.Hnews .tit {
  font-weight: normal;
}
.Hnews .des {
  color: #8d8d8d;
  margin-top: 5px;
}
.Hnews .more {
  position: absolute;
  right: 3%;
  width: 17px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.Hnews .more::before,
.Hnews .more::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 59%;
  left: 0;
  background-color: #dddddd;
}
.Hnews .more::before {
  transform: rotate(-45deg);
  top: 0;
}
.Hnews .more::after {
  transform: rotate(45deg);
  bottom: 0;
}
@media (max-width: 768px) {
  .Hnews dt {
    float: none;
    width: 100%;
    margin-bottom: 3%;
  }
  .Hnews dd {
    float: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .Hnews .time {
    width: 70px;
  }
  .Hnews .txt {
    padding-right: 40px;
    padding-left: 20px;
  }
}
.HBidding {
  margin-bottom: 3vw;
}
.HBidding .list {
  margin: 0 -22px;
}
.HBidding .list .item {
  padding: 10px 0;
}
.HBidding .list a {
  display: block;
  margin: 0 22px;
  position: relative;
}
.HBidding .list a::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 5px;
  bottom: -5px;
  border-radius: 10px;
  z-index: 1;
  background-image: -moz-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: -webkit-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: -ms-linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
  background-image: linear-gradient(20deg, rgba(206, 200, 223, 0), rgba(206, 200, 223, 0.3), rgba(206, 200, 223, 0));
}
.HBidding .list a:hover article {
  background-color: #d83c77;
}
.HBidding .list a:hover article * {
  color: #fff;
}
.HBidding .list a:hover article .icon {
  background-color: #fff;
  color: #d83c77;
}
.HBidding .list article {
  position: relative;
  z-index: 2;
  background: url(../images/HBidding_icon.png) no-repeat right bottom #fff;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  padding: 2vw 2vw;
  transition: all 0.5s;
}
.HBidding .list article * {
  transition: all 0.5s;
}
.HBidding .list .icon {
  display: inline-block;
  background-color: #d83c77;
  color: #fff;
  width: 50px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  opacity: 0;
}
.HBidding .list .icon.on {
  opacity: 1;
}
.HBidding .list .tit {
  color: #333;
  margin: 1vw 0 0.5vw;
  line-height: 1.8;
}
.HBidding .list time {
  color: #999999;
}
.HBidding .slick-prev {
  left: -2.5%;
}
.HBidding .slick-next {
  right: -2.5%;
}
@media (max-width: 1366px) {
  .HBidding .slick-prev {
    left: -1%;
  }
  .HBidding .slick-next {
    right: -1%;
  }
}
@media (max-width: 768px) {
  .HBidding .list {
    margin: 0 -10px;
  }
  .HBidding .list a {
    margin: 0 10px;
  }
}
@media (max-width: 640px) {
  .HBidding .list {
    margin: 0;
  }
  .HBidding .list article {
    padding: 8vw;
  }
}
.footer {
  background-color: #f2f2f2;
}
.footer .bg {
  padding: 4vw 0 6vw;
  background: url(../images/bottom_bg.png) no-repeat 5% bottom;
}
.footer .bg .left {
  max-width: 230px;
}
.footer .left {
  float: left;
}
.footer .right {
  float: right;
}
.footer .fcontact {
  width:100%;
  margin-top: 0.5vw;
}
.footer .fcontact li {
  padding: 10px 0;
  color: #333;
  width:22.3%;float:left;
  line-height: 30px;margin-right:3.5%;
}
.footer .fcontact li:nth-child(4n){margin-right:0;}
.footer .fcontact li span{display: block;font-size:14px;}
.footer .fcontact li{
  border-bottom: 1px solid #dddddd;
}
.footer .fcontact b {
  display: block;
  color: #D60050;
  margin-bottom: 5px;font-size:16px;
}
.footer .fnav dl {
  display: inline-block;
  vertical-align: top;
}
.footer .fnav dl:not(:last-child) {
  margin-right: 3.90625vw;
}
.footer .fnav dt {
  color: #333;
}
.footer .fnav dt::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background-color: #65196E;
  margin: 0.8vw 0;
}
.footer .fnav dd a {
  display: block;
  color: #555;
  line-height: 2;
}
.footer .fnav dd a:hover {
  color: #d83c77;
}
.footer .Reserved {
  background-color: #d83c77;
  color: #fff;
  padding: 1.30208333vw;
  font-weight: lighter;
}
.footer .Reserved a {
  color: #fff;
}
.footer .Reserved em {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #BFBFBF;
  margin: 0 1.14583333vw;
  vertical-align: middle;
}
.footer .Reserved em:last-child {
  display: none;
}

.footer .bgBom .item .tit{color: #D60050;margin-bottom: 5px;font-size:0.83333333vw;font-weight:bold;}
.footer .bgBom .item .txt{display: block;font-size:0.72916667vw;line-height:1.2;}

@media(min-width: 1025px){
  .footer .bgBom{display: flex;justify-content: space-between;}
}

@media (max-width: 1024px) {
  .footer .bg {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-position: right bottom;
  }
  .footer .fnav {
    display: none;
  }
  .footer .bg .left{float: none;margin: 0 auto;}
  .footer .bgTop{width: 100%;}
  .footer .bgBom{width: 100%;margin-top:20px;text-align: left;}
  .footer .bgBom .item{display: block;margin-right:0;margin-bottom:10px;}
}
@media(max-width:768px){
  .footer .fcontact li{width:100%;line-height: 25px;margin-right:0;}
  .footer .fcontact li:nth-child(1),
  .footer .fcontact li:nth-child(2),
  .footer .fcontact li:nth-child(3),
  .footer .fcontact li:nth-child(4),
  .footer .fcontact li:nth-child(5),
  .footer .fcontact li:nth-child(6){width:49%;}
  .footer .fcontact li:nth-child(2),
  .footer .fcontact li:nth-child(4),
  .footer .fcontact li:nth-child(6){float:right;}
}
@media (max-width: 640px) {
  .footer .Reserved {
    text-align: center;
    padding: 3% 0;
  }
  .footer .Reserved .right,
  .footer .Reserved .left {
    float: none;
  }
}
.Nyban {
  position: relative;
}
.Nyban::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 16, 31, 0.3);
  z-index: 1;
}
.Nyban img {
  width: 100%;
}
.Nyban .wap {
  display: none;
}
.Nyban .txt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}
.Nyban .txt .en {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  line-height: 0;
  opacity: 0.2;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}
.Nyban .txt .cn {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .Nyban .pc {
    display: none;
  }
  .Nyban .wap {
    display: inline-block;
  }
}
.Location {
  background-color: #f8f8fa;
  line-height: 56px;
}
.Location .current {
  float: right;
  padding-left: 22px;
  background: url(../images/current_icon.png) no-repeat left center;
  color: #8d8d8d;
  font-style: normal;
}
.Location .current a {
  color: #8d8d8d;
}
.Location .current a:hover {
  color: #d83c77;
}
.Location .current i {
  display: inline-block;
  margin: 0 5px;
}
.Location .menu li {
  display: inline-block;
}
.Location .menu li a {
  display: block;
  min-width: 125px;
  padding: 0 1vw;
  transition: all 0.5s;
  text-align: center;
}
.Location .menu li a:hover {
  background-color: #d83c77;
  color: #fff;
}
.Location .menu li.aon a {
  background-color: #d83c77;
  color: #fff;
}
@media (max-width: 1024px) {
  .Location .current {
    display: none;
  }
}
@media (max-width: 640px) {
  .Location {
    line-height: 36px;
  }
  .Location .menu li a {
    min-width: auto;
    padding: 0 5vw;
  }
}
.SingleCon {
  line-height: 2.2;
}
.SingleCon p {
  margin: 10px 0;
}
.aboutBox .right {
  float: right;
  margin-left: 6%;
}
.aboutBox .left {
  float: left;
  margin-right: 4%;
}
@media (max-width: 1024px) {
  .aboutBox .right,
  .aboutBox .left {
    float: none;
    margin: 0;
    text-align: center;
  }
}
.OrganizationBox {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.OrganizationBox .wap {
  display: none;
}
@media (max-width: 768px) {
  .OrganizationBox .pc {
    display: none;
  }
  .OrganizationBox .wap {
    display: block;
  }
}
.friendshipCon .Tit {
  text-align: center;
  color: #000;
}
.friendshipCon .item {
  margin-bottom: 3%;
}
.friendshipCon .item img {
  border-radius: 10px;
}
.friendshipCon .itemone .Tit {
  line-height: 1;
}
.friendshipCon .itemone .picList li {
  float: left;
  width: 32.5%;
}
.friendshipCon .itemone .picList li:not(:last-child) {
  margin-right: 1.25%;
}
.friendshipCon .itemone .picList li.w50 {
  width: 49%;
}
.friendshipCon .itemone .picList li.w50:not(:last-child) {
  margin-right: 2%;
}
.friendshipCon .itemtwo .flex {
  display: flex;
  align-items: center;
  margin: 3% 0;
}
.friendshipCon .itemtwo .flex:nth-child(2n) .txt {
  order: -1;
}
.friendshipCon .itemtwo .pic {
  width: 50%;
  flex: 0 0 auto;
}
.friendshipCon .itemtwo .txt {
  padding: 2% 6.5%;
}
@media (max-width: 640px) {
  .friendshipCon .itemtwo .flex {
    flex-flow: column wrap;
  }
  .friendshipCon .itemtwo .pic {
    width: 100%;
  }
  .friendshipCon .itemtwo .txt {
    order: -1;
    padding: 3% 0;
  }
}
.honorList li {
  width: 30.14%;
  float: left;
  margin-bottom: 4vw;
  text-align: center;
}
.honorList li:not(:nth-child(3n)) {
  margin-right: 4.79%;
}
.honorList li a:hover .pic {
  background-color: #fff;
  box-shadow: 0.471px 8.988px 24px 0px rgba(0, 0, 0, 0.08);
}
.honorList li a:hover .tit {
  font-weight: bold;
  color: #d83c77;
}
.honorList .tit {
  color: #555555;
  transition: all 0.5s;
}
.honorList .pic {
  position: relative;
  padding-top: 71.5%;
  margin-bottom: 2.1vw;
  transition: all 0.5s;
}
.honorList .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
}
@media (max-width: 640px) {
  .honorList li {
    width: 48%;
    margin: 0 1% 4vw!important;
  }
}
.historyList .slider-nav {
  margin: 0 -26px;
}
.historyList .slider-nav li {
  padding: 10px 0;
}
.historyList .slider-nav a {
  margin: 0 26px;
  display: block;
  text-align: center;
  position: relative;
}
.historyList .slider-nav a::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 3px;
  bottom: -3px;
  border-radius: 10px;
  z-index: 1;
  background-image: -moz-linear-gradient(20deg, rgba(192, 184, 217, 0), rgba(192, 184, 217, 0.3), rgba(192, 184, 217, 0));
  background-image: -webkit-linear-gradient(20deg, rgba(192, 184, 217, 0), rgba(192, 184, 217, 0.3), rgba(192, 184, 217, 0));
  background-image: -ms-linear-gradient(20deg, rgba(192, 184, 217, 0), rgba(192, 184, 217, 0.3), rgba(192, 184, 217, 0));
  background-image: linear-gradient(20deg, rgba(192, 184, 217, 0), rgba(192, 184, 217, 0.3), rgba(192, 184, 217, 0));
}
.historyList .slider-nav aside {
  border: 1px solid #f0f0f0;
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  height: 7.5vw;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding-top: 1.5vw \9;
}
.historyList .slider-nav aside * {
  position: relative;
  z-index: 2;
}
.historyList .slider-nav aside::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/HBidding_icon.png) no-repeat right bottom;
  z-index: 1;
  position: absolute;
}
.historyList .slider-nav time {
  display: block;
  color: #d83c77;
  margin-bottom: 0.7vw;
}
.historyList .slider-nav a:hover aside,
.historyList .slider-nav .slick-current aside {
  background-color: #d83c77;
  color: #fff;
}
.historyList .slider-nav a:hover aside::before,
.historyList .slider-nav .slick-current aside::before {
  opacity: 0.18;
}
.historyList .slider-nav a:hover time,
.historyList .slider-nav .slick-current time {
  color: #fff;
}
.historyList .slider-for {
  margin-top: 3%;
}
.historyList .time {
  color: #333333;
  vertical-align: top;
  width: 8.33333333vw;
}
.historyList .time time {
  display: inline-block;
  padding-left: 24px;
  background: url(../images/icon.png) no-repeat left center;
}
.historyList .item {
  margin-bottom: 1.4vw;
  line-height: 2;
  color: #555;
}
@media (max-width: 1200px) {
  .historyList .time {
    width: 110px;
  }
}
@media (max-width: 768px) {
  .historyList .slider-nav {
    margin: 0 -10px;
  }
  .historyList .slider-nav a {
    margin: 0 10px;
  }
  .historyList .slider-nav aside {
    height: 80px;
  }
  .historyList .slider-nav aside::before {
    background-size: 30%;
  }
}
@media (max-width: 640px) {
  .historyList .slider-nav {
    margin: 0 0;
  }
  .historyList .slider-nav a {
    margin: 0 5px;
  }
  .historyList .slider-nav time {
    font-size: 16px;
  }
  .historyList .slider-nav span {
    font-size: 14px;
  }
  .historyList .time {
    font-size: 14px;
  }
}
.newsList .time {
  color: #8d8d8d;
}
.newsList .des {
  color: #8d8d8d;
  line-height: 2;
}
.newsList figure {
  overflow: hidden;
}
.newsList figure i {
  transition: all 0.5s;
  display: block;
}
.newsList a:hover figure i {
  transform: scale(1.1);
}
.newsList .top {
  margin-bottom: 1.5%;
}
.newsList .top .ytable {
  background-color: #f8f8fa;
  border-radius: 10px;
  overflow: hidden;
}
.newsList .top figure {
  width: 33.334%;
}
.newsList .top figure i {
  width: 100%;
  padding-top: 62.5%;
}
.newsList .top .txt {
  padding: 2% 2% 2% 4%;
}
.newsList .top .tit {
  line-height: 24px;
}
.newsList .top .tit .time {
  float: right;
}
.newsList .top .des {
  margin: 2% 0 4%;
}
.newsList .top .more {
  display: inline-block;
  width: 142px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background-color: #d83c77;
  border-radius: 5px;
}
.newsList .top .more::after {
  content: '>';
  display: inline-block;
  font-family: serif;
  margin-left: 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .newsList .top .more {
    width: 100px;
    line-height: 30px;
  }
}
.newsList .slick-dots {
  position: absolute;
  right: 0;
  padding-right: 2%;
  bottom: 7%;
  z-index: 2;
}
.newsList .slick-dots li {
  width: 30px;
  height: 2px;
  margin: 0 0 0 10px;
  border-radius: 0;
}
.newsList .list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 2% 0;
}
.newsList .list li figure {
  width: 274px;
  border-radius: 5px;
  overflow: hidden;
}
.newsList .list li figure i {
  width: 100%;
  padding-top: 154px;
  border-radius: 5px;
}
.newsList .list li .txt {
  padding: 1% 75px 1% 3%;
  position: relative;
}
.newsList .list li .more {
  position: absolute;
  right: 0;
  width: 17px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.newsList .list li .more::before,
.newsList .list li .more::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 59%;
  left: 50%;
  background-color: #b7b7b7;
}
.newsList .list li .more::before {
  transform: rotate(-45deg);
  top: 0;
}
.newsList .list li .more::after {
  transform: rotate(45deg);
  bottom: 0;
}
.newsList .list li .des {
  margin: 1.5% 0;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .newsList .list li figure {
    width: 27%;
  }
  .newsList .list li figure i {
    padding-top: 55%;
  }
}
@media (max-width: 640px) {
  .newsList .ytable_cell {
    display: block;
    width: 100%!important;
  }
  .newsList .slick-dots {
    position: relative;
  }
  .newsList .top .txt {
    padding: 5% 4%;
  }
  .newsList .list li {
    padding: 5% 0;
  }
  .newsList .list li .txt {
    padding: 5% 0 0 0;
  }
  .newsList .list li .more {
    display: none;
  }
}
.info_main .title {
  text-align: center;
  color: #333;
}
.info_main .title h1 {
  line-height: 1.3;
}
.info_main .title p {
  margin: 5px 0;
  color: #888888;
}
.info_main .title p span {
  margin: 0 1vw;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/time_icon.png) no-repeat left center;
}
.info_main .title p .hits {
  background-image: url(../images/Hits_icon.png);
}
.info_main .article {
  color: #555;
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: 1px solid #f0f0f0;
}
.info_main .other {
  position: relative;
  padding-right: 125px;
}
.info_main .other span {
  margin: 5px 0;
}
.info_main .other a {
  color: #8d8d8d;
}
.info_main .other a:hover {
  color: #d83c77;
}
.info_main .other .back {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.info_main .other .back i {
  display: inline-block;
  font-family: serif;
  font-weight: bold;
  margin-right: 5px;
  font-style: normal;
}
@media (max-width: 640px) {
  .info_main .other {
    padding-right: 0;
  }
  .info_main .other .back {
    display: inline-block;
    position: static;
    transform: none;
  }
}
.searchBox {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  padding-right: 160px;
}
.searchBox .text {
  width: 100%;
  border: 1px solid #d83c77;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  color: #999999;
}
.searchBox .btn {
  width: 160px;
  text-align: center;
  background-color: #d83c77;
  color: #fff;
  right: 0;
  top: 0;
  position: absolute;
  line-height: 56px;
}
@media (max-width: 640px) {
  .searchBox {
    padding-right: 100px;
  }
  .searchBox .text {
    height: 36px;
    line-height: 36px;
  }
  .searchBox .btn {
    width: 100px;
    line-height: 36px;
    font-size: 14px;
  }
}
.titleList .number {
  border-bottom: 1px solid #d83c77;
  padding: 15px 0;
  margin: 10px 0;
}
.titleList .number .num {
  color: #d83c77;
  font-weight: bold;
}
.titleList .ul {
  margin-bottom: 5%;
}
.titleList li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.09);
  line-height: 3.54166667vw;
  position: relative;
  padding-left: 15px;
}
.titleList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #999999;
  opacity: 0.5;
}
.titleList li time {
  float: right;
}
.titleList li a {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 65px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.titleList li a span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d83c77;
  color: #fff;
  width: 50px;
  line-height: 26px;
  text-align: center;
}
.titleList li a a:hover {
  color: #d83c77;
  font-weight: bold;
}
.titleList li a a:hover span {
  color: #fff;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .titleList li {
    line-height: 46px;
  }
}
.promiseBox {
  line-height: 1.5;
  border-bottom: 1px solid #eee;
  padding-bottom: 2%;
  margin-bottom: 4%;
}
.promiseBox .left {
  float: left;
  width: 48%;
  max-width: 722px;
}
.promiseBox .left .tit {
  margin-bottom: 2.6%; position: relative; padding-left: 15px; line-height: 1;
}
.promiseBox .left .tit::before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #d83c77;
}
.promiseBox .left .item {
  margin-bottom: 3.5%;
  padding-bottom: 3%;
}
.promiseBox .left .item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.promiseBox .left .item li {
  margin-bottom: 1.5%;
}
.promiseBox .simp,
.promiseBox .simp li {
  list-style: simp-chinese-informal;
}
.promiseBox .simp li {
  margin-left: 2em;
  float: left;
  min-width: 32%;
}
.promiseBox .right {
  float: right;
  width: 48%;
  max-width: 450px;
}
.promiseBox .right .tit {
  position: relative;
  line-height: 1;
  margin-bottom: 5%;
}
.promiseBox .right .tit::before {
  content: '';
  position: absolute;
  left: -15px;
  width: 6px;
  height: 100%;
  background-color: #d83c77;
}
.promiseBox .right .item {
  background-color: #f9f9f9;
  padding: 1.8vw 2.8vw;
  color: #333;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  margin-bottom: 1.1vw;
}
.promiseBox .right .item li:not(:last-child) {
  margin-bottom: 2%;
}
.promiseBox .right .telCon {
  background-image: url(../images/tel_icon.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 45%;
}
@media (max-width: 640px) {
  .promiseBox .left,
  .promiseBox .right {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .promiseBox .right .item {
    padding: 6% 8%;
    margin-bottom: 3%;
  }
}
.complaintBox .flex {
  display: flex;
  justify-content: space-between;
}
.complaintBox .item {
  position: relative;
  background-color: #f5f5f5;
  width: 21.53%;
  padding: 2%;
  border-radius: 5px;
}
.complaintBox .item .num {
  position: absolute;
  left: 6%;
  color: #fff;
  bottom: -12%;
  opacity: 0.6;
  line-height: 1;
}
.complaintBox .item p {
  position: relative;
  z-index: 2;
  margin: 0;
}
.complaintBox .item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -18%;
  top: 50%;
  transform: translateY(-50%);
  width: 2.03125vw;
  height: 1.71875vw;
  background: url(../images/arrow_icon.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 640px) {
  .complaintBox .flex {
    flex-flow: column wrap;
  }
  .complaintBox .item {
    width: 100%;
    margin-bottom: 15%;
  }
  .complaintBox .item:not(:last-child)::after {
    right: auto;
    left: 50%;
    top: 110%;
    transform: translateX(-50%) rotate(90deg);
    width: 10vw;
    height: 10vw;
  }
}
.promiseList {
  margin-top: 4%;
}
.promiseList .item {
  border: 1px solid #efefef;
  color: #333333;
}
.promiseList .item:not(:last-child) {
  margin-bottom: 3%;
}
.promiseList .item .tit {
  background-color: #fafafa;
  padding: 5px 130px 5px 26px;
  position: relative;
  cursor: pointer;
}
.promiseList .item .tit span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #d83c77;
}
.promiseList .item .tit span i {
  display: inline-block;
  width: 22px;
  line-height: 20px;
  height: 22px;
  font-weight: bold;
  font-family: serif;
  color: #c9c9c9;
  border: 1px solid #c9c9c9;
  border-radius: 100%;
  margin-left: 10px;
  vertical-align: middle;
  font-style: normal;
  text-align: center;
  transition: all 0.5s;
}
.promiseList .item .tit.active span i {
  transform: rotate(90deg);
}
.promiseList .item .info {
  padding: 26px;
  border-top: 1px solid #efefef;
  display: none;
}
@media (max-width: 640px) {
  .promiseList .item .tit {
    padding-left: 15px;
    padding-right: 110px;
  }
  .promiseList .item .tit span {
    right: 15px;
  }
  .promiseList .item .info {
    padding: 15px;
  }
}
.businessBox .ColumnName {
  color: #000;
}
.businessBox .left {
  float: left;
  width: 52%;
}
.businessBox .picList {
  float: right;
  width: 43.542%;
}
.businessBox .picList img {
  border-radius: 10px;
  width: 100%;
}
.businessBox .Tit_line {
  position: relative;
  line-height: 1;
  margin-bottom: 1.5%;
  color: #000;
  padding-left: 15px;
}
.businessBox .Tit_line::before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #d83c77;
}
.businessBox .con {
  padding-left: 15px;
}
.businessBox .item:not(:last-child) {
  margin-bottom: 4vw;
}
@media (max-width: 640px) {
  .businessBox .left,
  .businessBox .picList {
    float: none;
    width: 100%;
    margin-bottom: 3%;
  }
}
.Onlinecar {
  margin-top: 14%;
  padding-left: 19.58333333vw;
  position: relative;
  padding-top: 3%;
  padding-bottom: 2%;
}
.Onlinecar::before {
  content: '';
  background: url(../images/from_bg.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 448px;
  height: 507px;
  z-index: 2;
}
.Onlinecar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  width: 90%;
  height: 100%;
}
.Onlinecar .form {
  max-width: 840px;
  width: 80%;
  position: relative;
  z-index: 10;
}
.Onlinecar .tit {
  text-align: center;
  color: #000;
  margin-bottom: 3%;
}
.Onlinecar li {
  width: 48%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 44px;
  display: flex;
  margin-bottom: 13px;
  display: table\9;
}
.Onlinecar li:nth-child(2n) {
  float: right;
}
.Onlinecar li label {
  flex: 0 0 auto;
  color: #333333;
  display: table-cell\9;
}
.Onlinecar li label i {
  font-style: normal;
  color: #fe0000;
}
.Onlinecar li .info {
  width: 100%;
  display: table-cell\9;
  width: 76%\9;
}
.Onlinecar li .text {
  height: 44px;
  line-height: 44px;
  width: 100%;
  border: none;
}
.Onlinecar .li_btn {
  background-color: transparent;
  padding: 0;
}
.Onlinecar .btn {
  line-height: 44px;
  height: 44px;
  text-align: center;
  width: 39%;
  background-color: #fff;
  color: #d83c77;
  border-radius: 5px;
  border: 1px solid #d83c77;
  cursor: pointer;
}
.Onlinecar .btn_submit {
  background-color: #d83c77;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .Onlinecar {
    padding-left: 0;
    margin-top: 0;
  }
  .Onlinecar::before {
    display: none;
  }
  .Onlinecar::after {
    width: 100%;
  }
  .Onlinecar .form {
    width: 100%;
    padding: 5%;
  }
}
.contactBox .pic {
  width: 40%;
}
.contactBox .con {
  background: url(../images/contact_bg.jpg) no-repeat right bottom #eeeeee;background:#eee;
  background-size: cover;
  vertical-align: top;
  padding-top: 4.5%;
  padding-left: 4%;
}
.contactBox li {

  line-height: 1.2;
  margin-bottom: 1.5vw;
  color: #000;

  width: 47%;
  float:left;
}
.contactBox li .icon {
  width: 48px;
  align-items: center;
  margin-right: 3%;
  flex: 0 0 auto;
  display: table-cell\9;
  vertical-align: middle;
}
.contactBox li .icon img {
  background-color: #d83c77;
  border-radius: 100%;
}
.contactBox li .txt {
  display: table-cell\9;
  padding-left: 3%\9;
  vertical-align: middle;
}
.contactBox li .txt span{
  display: block;color:#666;line-height: 30px
}
.contactBox li p {
  margin: 0;
}
.contactBox li .tit {
  color: #d83c77;
  font-weight: bold;
  margin-bottom: 5px;
}
.contactBox li.smaLi{margin-bottom:1vw;}
.contactBox li.smaLi span{display: block;font-size:0.73333333vw;}
@media (max-width: 640px) {
  .contactBox .ytable_cell {
    display: block;
    width: 100%;
  }
  .contactBox .pic img{height: auto;}
  .contactBox .con {
    padding: 10% 4% 20%;
    background-size: contain;
  }
  .contactBox li {
    margin-bottom: 3%;
    width:100%;float:none;
  }
}
.InformationBox {
  background-color: #f8f9fa;
  padding: 4% 6%;
}
.InformationBox .Title {
  text-align: center;
  padding-bottom: 3%;
  border-bottom: 1px solid #dedede;
  margin-bottom: 4%;
  color: #000;
}
.InformationBox p {
  margin: 1.5% 0;
}
.InformationBox .item:not(:last-child) {
  margin-bottom: 7%;
}
.InformationBox .info {
  margin-bottom: 4%;
}
.InformationBox .tit {
  line-height: 1;
  margin: 0;
  color: #000;
}
.InformationBox .picCon {
  background-color: #e5e7ea;
  padding: 4% 4%;
}
.InformationBox .piclist {
  display: flex;
  justify-content: space-between;
}
.InformationBox .piclist .pic {
  margin: 0 1%;
}
.InformationBox .piclist .pic:last-child {
  margin-right: 0;
}
.InformationBox .piclist .pic:first-child {
  margin-left: 0;
}
.InformationBox .piclist.w30 .pic {
  width: 31%;
}
.InformationBox .txt_pic li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.InformationBox .txt_pic li:not(:last-child) {
  padding-bottom: 3%;
  border-bottom: 1px solid #d3d5d7;
  margin-bottom: 3%;
}
.InformationBox .txt_pic li .pic {
  flex: 0 0 auto;
}
.InformationBox .txt_pic li .txt {
  padding: 0 2%;
  width: 100%;
}
.InformationBox .txt_pic.noline li {
  border-bottom: none;
  margin-bottom: 1%;
}
.InformationBox .numBox {
  display: flex;
  justify-content: space-between;
}
.InformationBox .numBox li {
  width: 25%;
  display: flex;
  justify-content: center;
}
.InformationBox .numBox p {
  margin: 0;
  line-height: 1;
}
.InformationBox .numBox .num {
  color: #d83c77;
}
@media (max-width: 1024px) {
  .InformationBox .txt_pic li .pic {
    max-width: 50%;
  }
}
@media (max-width: 640px) {
  .InformationBox {
    padding: 6% 4%;
  }
  .InformationBox .Title {
    line-height: 1.2;
  }
  .InformationBox .txt_pic li {
    flex-flow: column wrap;
  }
  .InformationBox .txt_pic li .pic {
    max-width: 100%;
  }
  .InformationBox .piclist img {
    width: 100%;
  }
  .InformationBox .piclist.w30 {
    flex-flow: column wrap;
  }
  .InformationBox .piclist.w30 .pic {
    width: 98%;
  }
  .InformationBox .numBox {
    flex-flow: row wrap;
  }
  .InformationBox .numBox li {
    width: 50%;
    justify-content: left;
    margin-bottom: 2%;
  }
}
.submenu {
  text-align: center;
  margin-bottom: 3%;
}
.submenu a {
  display: inline-block;
  margin: 0 2%;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
}
.submenu a.aon {
  color: #d83c77;
  border-bottom-color: #d83c77;
}
.promiseList_job .item {
  margin-bottom: 15px!important;
}
.promiseList_job .item .tit {
  padding-top: 10px;
  padding-bottom: 10px;
}
.promiseList_job .info {
  line-height: 2;
}
.promiseList_job .btnplay {
  display: block;
  width: 140px;
  line-height: 44px;
  text-align: center;
  background-color: #d83c77;
  color: #fff;
  border-radius: 5px;
  margin: 3% 0;
}
@media (max-width: 640px) {
  .promiseList_job .btnplay {
    width: 80px;
    line-height: 36px;
  }
}
.JoinInfo .Onlinecar {
  margin-top: 0;
  margin-bottom: 5%;
}
.JoinInfo .file,
.JoinInfo .li_btn {
  width: 100%;
}
.JoinInfo .li_btn {
  text-align: center;
  justify-content: center;
}
.JoinInfo .li_btn .btn {
  max-width: 140px;
}
.JoinInfo .placeholder {
  padding-top: 20px;
}
.JoinInfo .placeholder .webuploader-pick,
.JoinInfo .placeholder .webuploader-pick-hover,
.JoinInfo .statusBar .btns .uploadBtn:hover,
.JoinInfo .statusBar .btns .uploadBtn {
  background-color: #d83c77;
}




.jiaotongBox p{font-size: 1em;color:#333;line-height:2.2; margin: 0; }
.jiaotongBox p+p{margin-top:20px;}
.jiaotongBox .pic img{width: 100%;}
/* .jiaotongBox .pic{width:45%; position: relative;  overflow: hidden;}
.jiaotongBox .info{padding:0 3vw; position: relative; background: #F5F5F5; } */
.jiaotongBox .pic {width: 45%;}
.jiaotongBox .con {background:#eee;padding: 4%;}

@media (max-width: 640px) {
.jiaotongBox .ytable_cell {display: block;width: 100%;}
.jiaotongBox .con {padding: 10% 4% 20%;background-size: contain;}
}

