html,
body {
  margin: 0;
  padding: 0;
}
html {
  font-family: "微软雅黑,Geneva, Arial, Helvetica, sans-serif";
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
em {
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
li {
  display: list-item;
}
/** 公共css start **/
.bg-white {
  background-color: #ffffff;
}
.bg-case-color {
  background-color: #F9FAFE;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute !important;
}
.fixed {
  position: fixed;
}
.cursor {
  cursor: pointer;
}
.pdlf {
  padding-left: 0;
  padding-right: 0;
}
/** 公共css end **/
.main {
  height: 100vh;
}
.headers {
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
}
.headers .hy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}
.headers .hy-header:hover,
.headers .hy-header.selected,
.headers .hy-header.active {
  background: #FFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 1px 1px 1px #eee;
}
.headers .hy-header:hover .menu-nav .nav-li .nav-li-a,
.headers .hy-header.selected .menu-nav .nav-li .nav-li-a,
.headers .hy-header.active .menu-nav .nav-li .nav-li-a {
  color: #999;
  /*font-weight: 600;*/
}
.headers .hy-header:hover .menu-nav em,
.headers .hy-header.selected .menu-nav em,
.headers .hy-header.active .menu-nav em {
  background: #999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.headers .hy-header:hover .menu-nav .search .def,
.headers .hy-header.selected .menu-nav .search .def,
.headers .hy-header.active .menu-nav .search .def {
  background-image: url("../image/search_active.png");
}
.headers .hy-header:hover .menu-nav .tt,
.headers .hy-header.selected .menu-nav .tt,
.headers .hy-header.active .menu-nav .tt {
  border: 1px solid #999;
}
.headers .hy-header:hover .menu-nav .tt .tt-big,
.headers .hy-header.selected .menu-nav .tt .tt-big,
.headers .hy-header.active .menu-nav .tt .tt-big {
  background-image: url("../image/tt_move.png");
}
.headers .hy-header .logo img {
  max-width: 100%;
}
.headers .hy-header .menu-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.headers .hy-header .menu-nav .nav-li {
  display: flex;
}
.headers .hy-header .menu-nav .nav-li .nav-li-a {
  height: 80px;
  line-height: 80px;
  color: #FFF;
  text-decoration: none;
  /*font-weight: 600;*/
}
.headers .hy-header .menu-nav .nav-li .nav-li-a:hover {
  color: #000;
  font-weight: bolder;
}
.headers .hy-header .menu-nav .nav-li .auto-menu {
  position: absolute;
  left: 0;
  top: 81px;
  background: #FFF;
  width: 100%;
  height: 60px;
  display: none;
}
.headers .hy-header .menu-nav .nav-li .auto-menu.auto-menu-block {
  height: 140px;
}
.headers .hy-header .menu-nav .nav-li .auto-menu.auto-menu-block.m {
  height: 75px;
}
.headers .hy-header .menu-nav .nav-li .auto-menu.auto-menu-block.mm {
  height: 110px;
}
.headers .hy-header .menu-nav .nav-li .auto-menus {
  position: absolute;
  margin-left: 0px;
  top: 81px;
  background: #fff;
  height: 60px;
  display: none;
}
.headers .hy-header .menu-nav .nav-li .auto-menus.auto-menus-block {
  height: 140px;
}
.headers .hy-header .menu-nav .nav-li .auto-menus.auto-menus-block.mmm {
  height: 75px;
}
.headers .hy-header .menu-nav .nav-li .auto-menus.auto-menus-block.mmmm {
  height: 110px;
}
.headers .hy-header .menu-nav .nav-li .auto-menus .auto-menus-list {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headers .hy-header .menu-nav .nav-li .auto-menus .auto-menus-list.auto-menus-list-block {
  display: inline-block;
  width: 310px;
  float: left;
  padding-top: 10px;
}
.headers .hy-header .menu-nav .nav-li .auto-menus .auto-menus-list.auto-menus-list-block span {
  display: none;
}
.headers .hy-header .menu-nav .nav-li .auto-menus .auto-menus-list.auto-menus-list-block a {
  width: 100px;
  display: inline-block;
  line-height: 30px;
}
.headers .hy-header .menu-nav .nav-li .auto-menus .auto-menus-list.auto-menus-list-block a:nth-child(2n){

}
.headers .hy-header .menu-nav .nav-li .auto-menus .auto-menus-list a {
  font-size: 12px;
  color: #333;
}
.headers .hy-header .menu-nav .nav-li .auto-menus .auto-menus-list a:hover {
  color: #d70c1f;
}
.headers .hy-header .menu-nav .nav-li .auto-menus .auto-menus-list span {
  width: 1px;
  height: 10px;
  background: #DDD;
  margin: 0 10px;
}
.headers .hy-header .menu-nav em {
  background-color: #FFF;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.headers .hy-header .menu-nav .search {
  margin: 0 30px;
}
.headers .hy-header .menu-nav .search .def {
  background-image: url("../image/search.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.headers .hy-header .menu-nav .search:hover .def {
  background-image: url("../image/search_move.png");
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.headers .hy-header .menu-nav .tt {
  border: 1px solid #FFF;
  padding: 1px 10px;
  border-radius: 3px;
}
.headers .hy-header .menu-nav .tt .tt-big {
  background-image: url("../image/tt.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
}
.headers .hy-header .menu-nav .tt:hover {
  border: 1px solid #000;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    border-color: #D4D4D4;
}
.headers .hy-header .hd-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}
.headers .hy-header .search-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: 5%;
    top: 0;
    width: 0px;
    height: 80px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index:99999;
}
.headers .hy-header .search-box.active {
    width: 360px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.headers .hy-header .search-box .form-input {
    width: 300px;
}



.m-headers {
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.m-headers .logo {
  width: 10rem;
  height: 3rem;
}
.m-headers .logo img {
  width: 10rem;
}
.m-headers .menu {
  width: 2rem;
}
.m-headers .menu img {
  width: 2rem;
}
.mobile-side-menu {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.mobile-side-menu.show {
  visibility: visible;
  opacity: 1;
}
.mobile-side-menu.show .inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mobile-side-menu .inner {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 0 25px 25px;
}
.mobile-side-menu .inner .close {
  width: 19px;
  height: 19px;
  float: right;
  background: url("../image/menu-close-icon.png") no-repeat center center;
  background-size: cover;
  margin: 20px 0 15px 10px;
}
.mobile-side-menu .inner .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-box-shadow: 0 0 100px 10px #000;
  box-shadow: 0 0 100px 10px #000;
  display: none;
}
.mobile-side-menu .inner .nav {
  font-size: 15px;
  color: #6c707a;
}
.mobile-side-menu .inner .nav > li {
  border-bottom: 1px solid #ddd;
}
.mobile-side-menu .inner .nav li.active {
  border-bottom-color: #d70c1f;
}
.mobile-side-menu .inner .nav li.active > a {
  background-color: #fff;
  color: #fff;
}
.mobile-side-menu .inner .nav li.sub {
  position: relative;
}
.mobile-side-menu .inner .nav li.sub > i {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
}
.mobile-side-menu .inner .nav li.sub > i:before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  background: url("../image/menu-arrow-down.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 22px;
}
.mobile-side-menu .inner .nav li.active.sub {
  border-bottom-color: #fff;
}
.mobile-side-menu .inner .nav li.expand {
  border-bottom-color: #fff;
}
.mobile-side-menu .inner .nav li.expand.sub > i:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-side-menu .inner .nav li.expand > ul {
  display: block;
}
.mobile-side-menu .inner .nav li a {
  padding: 1.2rem 2rem;
  display: block;
  color: #333;
}
.mobile-side-menu .inner .nav li > ul {
  display: none;
  background-color: #FFF;
  padding-left: 2.2rem;
}
.mobile-side-menu .inner .nav li > ul li {
  border-bottom: 0;
}
.mobile-side-menu .inner .nav li > ul li a {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-side-menu .inner .nav li > ul li.active {
  border-bottom-color: #FFF;
}
.mobile-side-menu .inner .nav li > ul li.active > a {
  background-color: #FFF;
  color: #666;
}
.mobile-side-menu .inner .nav li > ul li em {
  width: 1.5rem;
  height: 0.1rem;
  background: #ddd;
  margin-right: 0.5rem;
}
.mobile-side-menu .nav > li > a:hover,
.mobile-side-menu .nav > li > a:focus {
  background-color: #FFF;
}
#myBanner {
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#myBanner .swiper-wrapper .swiper-slide {
  height: 100vh;
  position: relative;
}
#myBanner .swiper-wrapper .swiper-slide.bgs {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#myBanner .swiper-wrapper .swiper-slide .swiper-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  position: absolute;
  left: 5%;
  bottom: 10%;
  color: #FFF;
}
#myBanner .swiper-wrapper .swiper-slide .swiper-text .cn {
  font-size: 28px;
}
#myBanner .swiper-wrapper .swiper-slide .swiper-text .en {
  font-size: 28px;
}
#myBanner .about-intro {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(241, 241, 239, 0.8);
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
}
#myBanner .about-intro .left {
  padding-left: 50px;
}
#myBanner .about-intro .left h2 {
  font-size: 24px;
  margin-top: 10px;
}
#myBanner .about-intro .left h3 {
  font-size: 20px;
}
#myBanner .about-intro .left .tags {
  padding: 3px 10px;
  font-size: 12px;
  background: #EAEFF3;
  display: inline-block;
  margin-top: 10px;
  color: #333;
}
#myBanner .about-intro .left .tags:hover {
  color: #d70c1f;
}
.swiper-button-prev-home {
  position: fixed;
  background: none;
  height: 100vh;
  top: 0;
  left: 0;
  width: 120px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.swiper-button-prev-home:after {
  font-size: 36px;
}
.swiper-button-prev-home:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper-button-next-home {
  position: fixed;
  background: none;
  height: 100vh;
  top: 22px;
  right: 0;
  width: 120px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
.swiper-button-next-home:after {
  font-size: 36px;
}
.swiper-button-next-home:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-image {
  width: 100%;
}
.banner-image.none {
  height: 12rem;
}
.banner-image img {
  width: 100%;
}
.hy-body {
  left: 0;
  top: 0;
  min-height: 100vh;
  width: 100%;
  z-index: 9;
  padding-top: 100vh;
  opacity: 0;
}
.hy-body.hy-body-reset {
  padding-top: 0;
  opacity: 1;
  min-height: auto;
}
.hy-body .new-subject {
  padding: 50px 5%;
  margin-left: 0px;
  margin-right: 0px;
}
.hy-body .new-subject .pd10 {
  padding-left: 5px;
  padding-right: 5px;
}
.hy-body .new-subject img {
  width: 100%;
  height: 100%;
}
.hy-body .new-subject .mb10 {
  margin-bottom: 10px;
}
.hy-body .new-subject .pl5 {
  padding-left: 5px;
}
.hy-body .new-subject .pr5 {
  padding-right: 5px;
}
.hy-body .new-subject .suba {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.hy-body .new-subject .suba .title {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding: 20px;
  width: 100%;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .new-subject .suba .title .cate {
  font-size: 14px;
  margin-bottom: 5px;
}
.hy-body .new-subject .suba .title .name {
  font-size: 16px;
}
.hy-body .new-subject .suba img {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .new-subject .suba:hover img {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .new-subject .suba:hover .title {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
}
.hy-body .menu-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0  20px 20px 18px;
}
.hy-body .menu-title:before,
.hy-body .menu-title:after {
  content: normal;
}
.hy-body .menu-title .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hy-body .menu-title .name .t1 {
  font-size: 22px;
  font-weight: bold;
}
.hy-body .menu-title .name .t2 {
  font-size: 16px;
  margin-top: 5px;
  padding-left: 10px;
}
.hy-body .menu-title .more {
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  padding: 5px 20px;
  border-radius: 15px;
}
.hy-body .menu-title .more:hover {
  background: #333;
  color: #FFF;
}
.hy-body .new-service {
  padding: 0px 5% 50px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.hy-body .new-service .swiper-container {
  width: 100%;
  overflow: hidden;
}
.hy-body .new-service .swiper-container .swiper-wrapper {
  width: 100%;
}
.hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a .info {
  position: absolute;
  left: 0;
  bottom: -68%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a .info .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #FFF;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a .info .intro {
  font-size: 16px;
  color: #FFF;
  line-height: 40px;
}
.hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a:hover .info {
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a:hover img {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .new-service .swiper-pagination-service {
  bottom: -35px;
}
.hy-body .new-service .swiper-pagination-service .swiper-pagination-bullet-active {
  background: #F00;
}
.hy-body .new-service .swiper-pagination-service-mobile {
  bottom: -2rem;
}
.hy-body .new-service .swiper-pagination-service-mobile .swiper-pagination-bullet-active {
  background: #F00;
}
.hy-body .new-message {
  padding: 0px 5% 50px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.hy-body .new-message .ms1 {
  padding-right: 30px;
}
.hy-body .new-message .ms2 {
  padding-left: 30px;
}
.hy-body .new-message .ms3 {
  margin-bottom: 40px;
}
.hy-body .new-message .hy-input {
  background: #FBFCFF;
  border-radius: 20px;
  border: 1px solid #DDD;
  padding: 24px;
}
.hy-body .new-message .hy-btn {
  padding: 10px 40px;
  border-radius: 20px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .new-message .hy-btn:hover {
  color: #FFF;
  background: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .about-module {
  padding: 30px 0;
}
.hy-body .about-module .list a {
  display: inline-block;
  width: calc(100% - 10px);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hy-body .about-module .list a img {
  width: 100%;
}
.hy-body .about-module .list a.s1 {
  margin-right: 10px;
}
.hy-body .about-module .list a.s2 {
  margin-right: 5px;
  margin-left: 5px;
}
.hy-body .about-module .list a.s3 {
  margin-left: 10px;
}
.hy-body .about-module .list a .texts {
  position: absolute;
  left: 0;
  bottom: calc(-90% + 50px);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10% 30px;
  height: 100%;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .about-module .list a .texts .name {
  font-size: 26px;
}
.hy-body .about-module .list a .texts .name-en {
  font-size: 18px;
}
.hy-body .about-module .list a .texts .title {
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.hy-body .about-module .list a .texts .intro {
  font-size: 14px;
  line-height: 30px;
}
.hy-body .about-module .list a:hover .texts {
  bottom: 0;
  padding: 30% 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .menu-small {
  padding: 20px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px;
}
.hy-body .menu-small .menu-small-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hy-body .menu-small .menu-small-list a {
  font-size: 16px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .menu-small .menu-small-list a span {
  position: absolute;
  width: 0;
  height: 2px;
  background: #FFF;
  left: 50%;
  bottom: -8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .menu-small .menu-small-list a:hover,
.hy-body .menu-small .menu-small-list a.active {
  color: #EF383C;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .menu-small .menu-small-list a:hover span,
.hy-body .menu-small .menu-small-list a.active span {
  width: 100%;
  background: #EF383C;
  left: 0%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .menu-small .menu-small-list em {
  width: 1px;
  height: 15px;
  background: #DDD;
  margin: 0 15px;
}
.hy-body .menu-small .positions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #888;
}
.hy-body .menu-small .positions a {
  color: #888;
}
.hy-body .menu-small .positions a:hover {
  color:#EF383C ;
}
.hy-body .menu-small .positions img {
  width: 16px;
  height: 15px;
  margin-right: 3px;
}
.hy-body .menu-small .positions em {
  padding: 0 10px;
}
.hy-body .menu-small .positions .active {
  color: #EF383C;
}
.hy-body .category-nav {
  display: inline-block;
  width: 100%;
  padding: 2rem 5%;
}
.hy-body .category-nav .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1rem;
  background: #EF383C;
  border-radius: 0.1rem;
}
.hy-body .category-nav .title em {
  color: #FFF;
  font-size: 1.4rem;
}
.hy-body .category-nav .title img {
  width: 1rem;
  height: 0.4rem;
}
.hy-body .category-nav .nav-sides {
  display: none;
  overflow: hidden;
  width: 100%;
}
.hy-body .category-nav .nav-sides .nav-side {
  display: block;
  height: 3.6rem;
  line-height: 3.6rem;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 0.1rem solid #F6F6F6;
}
.hy-body .category-nav .nav-sides .nav-side a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.hy-body .category-nav .nav-sides .nav-side:hover a,
.hy-body .category-nav .nav-sides .nav-sidea.on {
  color: #0260D2;
}
.hy-body .hy-case-header {
  padding: 30px 5% 00px;
}
.hy-body .hy-case-header .case-header .case-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
}
.hy-body .hy-case-header .case-header .case-header-top .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 10px;
}
.hy-body .hy-case-header .case-header .case-header-top .left .title-name {
  font-size: 24px;
  font-weight: bolder;
}
.hy-body .hy-case-header .case-header .case-header-top .left .title-name-en {
  font-size: 18px;
  margin-top: 8px;
  padding-left: 10px;
}
.hy-body .hy-case-header .case-header .case-header-top .left em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 5px;
  background: #000;
}
.hy-body .hy-case-header .case-header .case-header-top .forms {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hy-body .hy-case-header .case-header .case-header-top .forms .form-select {
  margin-right: 10px;
}
.hy-body .hy-case-header .case-header .case-header-top .forms .form-input {
  width: 200px;
}
.hy-body .hy-case-header .case-header .case-header-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
}
.hy-body .hy-case-header .case-header .case-header-bottom a {
  color: #333;
}
.hy-body .hy-case-header .case-header .case-header-bottom em {
  padding: 0 10px;
}
.hy-body .hy-case-header .case-header .case-header-bottom .active {
  color: #d70c1f;
}
.hy-body .contents {
  padding: 50px 5% 30px;
}
.hy-body .contents img {
  max-width: 100%;
}
.hy-body .contents .title {
  text-align: center;
  margin-bottom: 30px;
}
.hy-body .contents .title .name {
  display: inline-block;
  font-size: 28px;
  position: relative;
}
.hy-body .contents .title .name em {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #EF383C;
}
.hy-body .contents .title.act-title {
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
}
.hy-body .contents .title.act-title .title-time {
  margin-top: 10px;
  color: #999;
  font-size: 14px;
}
.hy-body .contents .wh-list {
  margin-top: 20px;
  display: inline-block;
  padding-bottom: 60px;
}
.hy-body .contents .wh-list .wh-list-list {
  display: inline-block;
}
.hy-body .contents .wh-list .wh-list-list.s1 {
  padding-right: 20px;
}
.hy-body .contents .wh-list .wh-list-list.s2 {
  padding-left: 10px;
  padding-right: 10px;
}
.hy-body .contents .wh-list .wh-list-list.s3 {
  padding-left: 20px;
}
.hy-body .contents .wh-list .wh-list-list .wh-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .wh-list .wh-list-list .wh-info:hover {
  background: #f6f6f6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .wh-list .wh-list-list .wh-info .boxs {
  border: 1px solid #DDD;
  border-bottom: none;
  padding: 30px;
  width: 100%;
}
.hy-body .contents .wh-list .wh-list-list .wh-info .boxs .name {
  font-size: 24px;
}
.hy-body .contents .wh-list .wh-list-list .wh-info .boxs .name-en {
  font-size: 20px;
  margin-bottom: 20px;
}
.hy-body .contents .wh-list .wh-list-list .wh-info .boxs .text {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.hy-body .contents .wh-list .wh-list-list .wh-info img {
  width: 100%;
}
.hy-body .contents .huanjing {
  padding-bottom: 60px;
}
.hy-body .contents .huanjing .huanjing-intro {
  padding-right: 20px;
}
.hy-body .contents .huanjing .huanjing-intro .huanjing-value {
  height: 580px;
  background: #CD0303;
  width: 100%;
  padding: 60px 40px;
  color: #FFF;
  font-size: 18px;
}
.hy-body .contents .huanjing .huanjing-intro .huanjing-value .tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.hy-body .contents .huanjing .huanjing-image #myHuanJing {
  overflow: hidden;
  width: 100%;
}
.hy-body .contents .huanjing .huanjing-image #myHuanJing .swiper-wrapper {
  height: 580px;
}
.hy-body .contents .huanjing .huanjing-image #myHuanJing .swiper-wrapper .bgs {
  background-position: center;
  background-size: cover;
}
.hy-body .contents .huanjing .huanjing-image #myHuanJing .swiper-button-prev-huanjing,
.hy-body .contents .huanjing .huanjing-image #myHuanJing .swiper-button-next-huanjing {
  color: #FFF;
}
.hy-body .contents .shenghuo {
  display: inline-block;
  padding-bottom: 60px;
}
.hy-body .contents .shenghuo .sh-list {
  display: inline-block;
  margin-right: 40px;
  width: calc(25% - 30px);
  margin-bottom: 40px;
}
.hy-body .contents .shenghuo .sh-list:nth-child(4n) {
  margin-right: 0;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box .image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box .image img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box .time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  line-height: 40px;
  padding-top: 10px;
  width: 100%;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box .time em {
  width: 5px;
  height: 15px;
  margin-right: 10px;
  background: #CD0303;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box .time span {
  color: #666;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box .name {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box:hover .image img {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box:hover .time em {
  background: #CD0303;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box:hover .time span {
  color: #CD0303;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all;
}
.hy-body .contents .shenghuo .sh-list .sh-list-box:hover .name {
  color: #CD0303;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .shenghuo .sh-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hy-body .contents .shenghuo .sh-more .sh-list-box {
  background: #FD0304;
  padding: 10px 40px;
  font-size: 18px;
  color: #FFF;
  border-radius: 40px;
  letter-spacing: 3px;
}
.hy-body .contents .shenghuo .sh-more .sh-list-box:hover {
  background: #BA0B0C;
}
.hy-body .contents .zizhi #slider {
  width: 100%;
  height: 700px;
  overflow: hidden;
  position: relative;
}
.hy-body .contents .zizhi #slider .slide {
  z-index: 10;
  position: absolute;
  width: 1060px;
  height: 600px;
  overflow: hidden;
  bottom: 100px;
  cursor: default;
  left: 22px;
}
.hy-body .contents .zizhi #slider .slide a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 600px;
  background: #FFF;
}
.hy-body .contents .zizhi #slider .slide a .tit {
  width: 80px;
  margin-right: 20px;
  height: 600px;
  padding: 50px 0;
  background: #CFCFCF;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  color: #333;
}
.hy-body .contents .zizhi #slider .slide a .tit .on {
  background: #F00;
  color: #FFF;
}
.hy-body .contents .zizhi #slider .slide a img {
  width: 960px;
  height: 600px;
}
.hy-body .contents .zizhi #slider .diapo {
  filter: alpha(opacity=100);
  visibility: visible;
  opacity: 1;
}
.hy-body .contents .zizhi .zizhi-text {
  font-size: 16px;
  line-height: 30px;
}
.hy-body .contents .rongyu {
  /*li*/
  /*左右按钮*/
}
.hy-body .contents .rongyu .product-section {
  padding-bottom: 50px;
  position: relative;
}
.hy-body .contents .rongyu .product-wrapper {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hy-body .contents .rongyu .product-wrapper .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hy-body .contents .rongyu .product-features .product-body:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #999;
  position: absolute;
  top: 76px;
  left: 0;
  z-index: 0;
}
.hy-body .contents .rongyu .features-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
  cursor: pointer;
}
.hy-body .contents .rongyu .features-item h3 {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bolder;
}
.hy-body .contents .rongyu .features-item .yuan {
  width: 34px;
  height: 34px;
  border: 2px solid #999;
  border-radius: 50%;
  z-index: 3;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .features-item .yuan span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .features-item i {
  width: 30px;
  height: 24px;
  background-image: url("../image/jt_1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .features-item .features-info {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
}
.hy-body .contents .rongyu .features-item .features-info .features-info-s {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  overflow: hidden;
  background: #999;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .features-item:hover h3,
.hy-body .contents .rongyu .features-item.active h3 {
  color: #FF3435;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .features-item:hover .yuan,
.hy-body .contents .rongyu .features-item.active .yuan {
  border-color: #FF3435;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .features-item:hover .yuan span,
.hy-body .contents .rongyu .features-item.active .yuan span {
  background: #FF3435;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .features-item:hover i,
.hy-body .contents .rongyu .features-item.active i {
  background-image: url("../image/jt_2.png");
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .features-item:hover .features-info .features-info-s,
.hy-body .contents .rongyu .features-item.active .features-info .features-info-s {
  background: #FF3435;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .product-features .swiper-button-prev {
  width: 30px;
  height: 40px;
  left: -15px;
  top: 79px;
  font-weight: bolder;
  color: #DDD;
}
.hy-body .contents .rongyu .product-features .swiper-button-prev:after {
  color: #999;
}
.hy-body .contents .rongyu .product-features .swiper-button-next {
  width: 30px;
  height: 40px;
  right: -15px;
  top: 79px;
  background: none;
}
.hy-body .contents .rongyu .product-features .swiper-button-next:after {
  color: #999;
}
.hy-body .contents .rongyu .my-rongyu {
  overflow: hidden;
  width: 100%;
  padding-bottom: 50px;
}
.hy-body .contents .rongyu .my-rongyu .swiper-wrapper {
  width: 100%;
  overflow: hidden;
}
.hy-body .contents .rongyu .my-rongyu .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  cursor: pointer;
}
.hy-body .contents .rongyu .my-rongyu .swiper-wrapper .swiper-slide .image {
  background: #F6F6F6;
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #DDD;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .my-rongyu .swiper-wrapper .swiper-slide .image img {
  max-width: 100%;
  height: 300px;
}
.hy-body .contents .rongyu .my-rongyu .swiper-wrapper .swiper-slide .text {
  width: 100%;
  font-size: 16px;
  color: #333;
  padding-top: 20px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .my-rongyu .swiper-wrapper .swiper-slide:hover .image {
  background: #EEE;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .my-rongyu .swiper-wrapper .swiper-slide:hover .text {
  color: #EF383C;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .rongyu .my-rongyu .swiper-pagination-rongyu .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 4px;
}
.hy-body .contents .rongyu .my-rongyu .swiper-pagination-rongyu .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E2000C;
}
.hy-body .contents .hy-team {
  padding: 50px 0;
}
.hy-body .contents .hy-team .team-list {
  width: 100%;
}
.hy-body .contents .hy-team .team-list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.hy-body .contents .hy-team .team-list .swiper-container .swiper-wrapper {
  width: 100%;
}
.hy-body .contents .hy-team .team-list .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hy-body .contents .hy-team .team-list .swiper-container .swiper-wrapper .swiper-slide a .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .hy-team .team-list .swiper-container .swiper-wrapper .swiper-slide a .info .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFF;
  margin-bottom: 1px;
}
.hy-body .contents .hy-team .team-list .swiper-container .swiper-wrapper .swiper-slide a .info .intro {
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hy-body .contents .hy-team .team-list .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .hy-team .team-list .swiper-container .swiper-wrapper .swiper-slide a:hover .info {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .hy-team .team-list .swiper-container .swiper-wrapper .swiper-slide a:hover img {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .hy-team .team-list .swiper-pagination-team {
  bottom: -40px;
}
.hy-body .contents .hy-team .team-list .swiper-pagination-team .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 5px;
}
.hy-body .contents .hy-team .team-list .swiper-pagination-team .swiper-pagination-bullet-active {
  background: #F00;
}
.hy-body .contents .hy-team .team-list .swiper-pagination-team-mobile {
  bottom: -2rem;
}
.hy-body .contents .hy-team .team-list .swiper-pagination-team-mobile .swiper-pagination-bullet-active {
  background: #F00;
}
.hy-body .contents .hy-team .team-detail .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hy-body .contents .hy-team .team-detail .image img {
  max-width: 100%;
}
.hy-body .contents .hy-team .team-detail .team-detail-content h3 {
  margin-bottom: 20px;
}
.hy-body .contents .hy-team .team-detail .team-detail-content .tips {
  padding: 20px 0;
}
.hy-body .contents .hy-team .team-detail .team-detail-content .tts {
  color: #000;
}
.hy-body .contents .hy-design {
  padding: 50px 0;
}
.hy-body .contents .hy-design .hy-design-list .list {
  width: calc((100% / 3) - (40px / 3));
  margin-bottom: 20px;
  margin-right: 20px;
}
.hy-body .contents .hy-design .hy-design-list .list:nth-child(3n) {
  margin-right: 0;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs {
  cursor: pointer;
  padding: 40px;
  margin: 5px;
  box-shadow: 0 0 5px #EEE;
  height: 300px;
  border: 4px solid #FFF;
  background-image: url("../image/design_boxs_bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  width:100%;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs .boxs-title {
  border-bottom: 1px solid #EEE;
  font-size: 24px;
  color: #EB0001;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs .bumen {
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs .bumen .labels {
  color: #333;
  margin-right: 5px;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs .bumen .name {
  color: #666;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs .jieshao {
  font-size: 16px;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs .jieshao .labels {
  color: #333;
  padding-bottom: 10px;
  display: inline-block;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs .jieshao p {
  color: #666;
  line-height: 30px;
  max-height: 86px;
  overflow: hidden;
}
.hy-body .contents .hy-design .hy-design-list .list .boxs:hover {
  border-color: #EB0001;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .case-cate-box {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 30px;
}
.hy-body .contents .case-cate-box:nth-child(3n) {
  margin-right: 0;
}
.hy-body .contents .case-cate-box .case-cate-list {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.hy-body .contents .case-cate-box .case-cate-list .image {
  width: 100%;
}
.hy-body .contents .case-cate-box .case-cate-list .case-cate-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .case-cate-box .case-cate-list .case-cate-info .case-cate-name {
  font-size: 32px;
  color: #FFF;
}
.hy-body .contents .case-cate-box .case-cate-list:hover .case-cate-info {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .case-list-box {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.hy-body .contents .case-list-box:nth-child(2n) {
  margin-right: 0;
}
.hy-body .contents .case-list-box .case-list {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hy-body .contents .case-list-box .case-list .image {
  width: 100%;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .case-list-box .case-list .case-info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.hy-body .contents .case-list-box .case-list .case-info .case-name {
  font-size: 24px;
}
.hy-body .contents .case-list-box .case-list .case-info .case-name-cn {
  font-size: 16px;
}
.hy-body .contents .case-list-box .case-list:hover .image {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .case-detail {
  padding: 20px;
}
.hy-body .contents .case-detail .case-detail-title {
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.hy-body .contents .case-detail .case-detail-title .left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  font-weight: bolder;
}
.hy-body .contents .case-detail .case-detail-title .left .tit {
  font-size: 24px;
}
.hy-body .contents .case-detail .case-detail-title .left .cn {
  font-size: 16px;
}
.hy-body .contents .case-detail .case-detail-title .right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-flow: column;
}
.hy-body .contents .case-detail .case-detail-title .right .tags {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hy-body .contents .case-detail .case-detail-title .right .tags em {
  width: 1px;
  height: 15px;
  background: #999999;
}
.hy-body .contents .case-detail .case-detail-title .right .tags em:first-of-type {
  margin-right: 10px;
}
.hy-body .contents .case-detail .case-detail-title .right .tags em:last-of-type {
  margin-left: 10px;
}
.hy-body .contents .case-detail .case-detail-title .right .tags span {
  margin: 0 5px ;
  font-size: 16px;
  color: #101820;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-left .lbs {
  font-size: 16px;
  color: #8C8C8C;
  line-height: 30px;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-left .nms {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-title {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #666;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-list .tjyd-box {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-list .tjyd-box img {
  width: 100%;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-list .tjyd-box .tjyd-box-name {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-list .tjyd-box .tjyd-box-time {
  font-size: 14px;
  color: #999;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  color: #333;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a:first-of-type {
  margin-bottom: 10px;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a .icon {
  width: 21px;
  height: 20px;
  margin-right: 5px;
  background-image: url("../image/next_icon.png");
  background-repeat: no-repeat;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a .icon.prev-icon {
  background-position: 0 0px;
}
.hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a .icon.next-icon {
  background-position: -21px 0px;
}
.hy-body .contents .case-xg {
  margin-top: 50px;
}
.hy-body .contents .case-xg .case-xg-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.hy-body .contents .case-xg .case-xg-title .xg-title {
  background: #FFF;
  padding: 5px 20px;
  font-size: 16px;
  color: #333;
}
.hy-body .contents .case-xg .case-xg-list .case-xg-box {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.hy-body .contents .case-xg .case-xg-list .case-xg-box:last-of-type {
  margin-right: 0;
}
.hy-body .contents .case-xg .case-xg-list .case-xg-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hy-body .contents .case-xg .case-xg-list .case-xg-box a img {
  width: 100%;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .case-xg .case-xg-list .case-xg-box a:hover img {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .case-xg .case-xg-list .case-xg-box a .case-xg-box-fiexd {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  padding: 10px;
  width: 100%;
  color: #FFF;
}
.hy-body .contents .case-xg .case-xg-list .case-xg-box a .case-xg-box-fiexd .case-xg-box-name {
  font-size: 16px;
  font-weight: bold;
}
.hy-body .contents .case-xg .case-xg-list .case-xg-box a .case-xg-box-fiexd .case-xg-box-name-cn {
  font-size: 16px;
}
.hy-body .contents .news-lists .news-lists-row {
  margin-bottom: 20px;
}
.hy-body .contents .news-lists .news-lists-row .image {
  display: inline-block;
  width: 100%;
  height: 178px;
  overflow: hidden;
}
.hy-body .contents .news-lists .news-lists-row .image img {
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .news-lists .news-lists-row .news-lists-info {
  border-bottom: 1px solid #DDD;
  display: inline-block;
  padding: 10px 10px 10px 50px;
  width: 100%;
}
.hy-body .contents .news-lists .news-lists-row .news-lists-info .news-list-title {
  font-size: 18px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .news-lists .news-lists-row .news-lists-info .news-list-intro {
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin: 10px 0;
  height: 56px;
  overflow: hidden;
  font-weight: normal;
}
.hy-body .contents .news-lists .news-lists-row .news-lists-info .news-list-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #999;
}
.hy-body .contents .news-lists .news-lists-row .news-lists-info .news-list-time .time-icon {
  width: 14px;
  height: 14px;
  background: url("../image/new_icon.png") 0 0 no-repeat;
  margin-right: 5px;
}
.hy-body .contents .news-lists .news-lists-row .news-lists-info .tags {
  margin-top: 10px;
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url("../image/new_icon.png") -16px 0 no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .news-lists .news-lists-row:hover .image img {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .news-lists .news-lists-row:hover .news-lists-info .news-list-title {
  color: #d70c1f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .news-lists .news-lists-row:hover .news-lists-info .tags {
  background: url("../image/new_icon.png") -40px 0 no-repeat;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .contents .jobs-header {
  background: #ECECEC;
}
.hy-body .contents .jobs-header .left-image img {
  width: 100%;
}
.hy-body .contents .jobs-header .right-text .texts {
  padding: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.hy-body .contents .jobs-list {
  margin-top: 40px;
}
.hy-body .contents .jobs-list .jobs-list-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hy-body .contents .jobs-list .jobs-list-title .name {
  font-size: 24px;
  color: #333;
}
.hy-body .contents .jobs-list .jobs-list-title em {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #888;
}
.hy-body .contents .jobs-list .tables {
  margin-top: 30px;
}
.hy-body .contents .jobs-list .tables > thead > tr > th,
.hy-body .contents .jobs-list .tables > tbody > tr > td {
  padding: 15px;
  text-align: center;
  font-size: 15px;
}
.hy-body .contents .jobs-list .tables > thead > tr > th.left,
.hy-body .contents .jobs-list .tables > tbody > tr > td.left {
  text-align: left;
}
.hy-body .contents .jobs-list .tables > tbody > tr > td {
  color: #666;
}
.hy-body .contents .jobs-list .tables .jobs-more {
  padding: 3px 20px;
  border-radius: 15px;
  font-size: 14px;
  border: 1px solid #DDD;
  display: inline-block;
  color: #666;
}
.hy-body .contents .jobs-list .tables .jobs-more:hover {
  color: #BA0B0C;
  border-color: #BA0B0C;
}
.hy-body .contents .pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hy-body .contents .pages .pagination > li > a,
.hy-body .contents .pages .pagination > li > span {
  border-color: #eee;
  color: #666;
}
.hy-body .contents .pages .pagination > li > a:hover,
.hy-body .contents .pages .pagination > li > span:hover,
.hy-body .contents .pages .pagination > li > a:focus,
.hy-body .contents .pages .pagination > li > span:focus {
  background: #d70c1f;
  color: #fff;
}
.hy-body .contents .pages .pagination > .active > a,
.hy-body .contents .pages .pagination > .active > span,
.hy-body .contents .pages .pagination > .active > a:hover,
.hy-body .contents .pages .pagination > .active > span:hover,
.hy-body .contents .pages .pagination > .active > a:focus,
.hy-body .contents .pages .pagination > .active > span:focus {
  background: #d70c1f;
  color: #fff;
}
.hy-body .contents .contacts .left-contact {
  padding: 50px;
  background: #F6F6F6 url("../image/contact_bg.png") center no-repeat;
  height: 500px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
}
.hy-body .contents .details {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.hy-body .contents .details .next-info {
  margin: 50px 0 20px;
}
.hy-body .contents .details .next-info .next-info-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #999;
}
.hy-body .contents .details .next-info .next-info-box:last-of-type {
  /*justify-content: flex-end;*/
}
.hy-body .contents .details .next-info .next-info-box a {
  display: inline-block;
  color: #888;
}
.hy-body .contents .details .next-info .next-info-box a:hover {
  color: #d70c1f;
}
.hy-body .jiangzhang {
  padding: 50px 5% 60px;
  background-image: url("../image/jiangzhang_bg.jpg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.hy-body .jiangzhang .title {
  text-align: center;
  margin-bottom: 60px;
}
.hy-body .jiangzhang .title .name {
  display: inline-block;
  font-size: 28px;
  position: relative;
}
.hy-body .jiangzhang .title .name em {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #EF383C;
}
.hy-body .jiangzhang .jiangzhang-list {
  width: 100%;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container .swiper-wrapper {
  width: 100%;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container .swiper-wrapper .swiper-slide a .info {
  position: absolute;
  left: 0;
  bottom: -80%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container .swiper-wrapper .swiper-slide a .info .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #FFF;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container .swiper-wrapper .swiper-slide a .info .intro {
  font-size: 16px;
  color: #FFF;
  line-height: 40px;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container .swiper-wrapper .swiper-slide a:hover .info {
  bottom: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-container .swiper-wrapper .swiper-slide a:hover img {
  -webkit-transform: translateZ(0) scale(1.05);
  transform: translateZ(0) scale(1.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-pagination-jiangzhang {
  bottom: -40px;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-pagination-jiangzhang .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 5px;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-pagination-jiangzhang .swiper-pagination-bullet-active {
  background: #F00;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-pagination-jiangzhang-mobile {
  bottom: -2rem;
}
.hy-body .jiangzhang .jiangzhang-list .swiper-pagination-jiangzhang-mobile .swiper-pagination-bullet-active {
  background: #F00;
}
.hy-body .hy-jiagou {
  padding: 50px 5% 60px;
  background: #F7F7F7;
  margin-bottom: -20px;
}
.hy-body .hy-jiagou .title {
  text-align: center;
  margin-bottom: 60px;
}
.hy-body .hy-jiagou .title .name {
  display: inline-block;
  font-size: 28px;
  position: relative;
}
.hy-body .hy-jiagou .title .name em {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #EF383C;
}
.hy-body .hy-jiagou img {
  width: 100%;
}
.hy-body .bottom {
  padding: 20px 5%;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  background: #EBEBEB;
}
.hy-body .bottom .bottom-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDD;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.hy-body .bottom .bottom-header .bottom-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
.hy-body .bottom .bottom-header .bottom-nav a {
  font-size: 16px;
  color: #999;
}
.hy-body .bottom .bottom-header .bottom-nav a:hover {
  color: #000;
}
.hy-body .bottom .bottom-header .bottom-nav em {
  width: 1px;
  height: 15px;
  background: #CCC;
  margin: 0 15px;
}
.hy-body .bottom .bottom-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hy-body .bottom .bottom-info .copyright p {
  color: #999;
  font-size: 16px;
}
.hy-body .bottom .bottom-info .technology {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #999;
}
.hy-body .bottom .bottom-info .technology a {
  color: #999;
}
.hy-body .bottom .bottom-info .technology a:hover {
  color: #666;
}

.nav-defaults-row {
  padding: 0 5% 0px;

}
.nav-defaults-row .nav-defaults {
  border-bottom: 1px solid #EEE;
}
.nav-defaults-row .nav-defaults li a {
  color: #666;
}
.nav-defaults-row .nav-defaults li a:hover,.nav-defaults-row .nav-defaults li.active a  {
  color: #000;
  background: none;
}
.swiper-button-prev,
.swiper-button-next:focus {
  outline: none;
}




.service-intro p {
  font-size: 16px;
  color: #333;
  text-indent: 2em;
}
.my-service {
  width: 100%;
  overflow:hidden;
  height: 666px;
}
.my-services {
  margin-top: 50px;
}
.my-services .swiper-wrapper .swiper-slide {
  width: 206px;
  height: 616px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-services .swiper-wrapper .swiper-slide a {
  width: 206px;
  height: 616px;
  position: relative;
}
.my-services .swiper-wrapper .swiper-slide a img {
  width: 206px;
  height: 616px;
}
.my-services .swiper-wrapper .swiper-slide a .info {
  position: absolute;
  left: 0;
  bottom: 0px;
  background: rgba(0,0,0,0.6);
  width: 100%;
}
.my-services .swiper-wrapper .swiper-slide a .info .titles {
  font-size: 14px;
  color: #FFF;
  padding: 10px 10px;
}
.my-services .swiper-wrapper .swiper-slide a .info .intros {
  font-size: 14px;
  color: #FFF;
  padding: 0 10px;
}

.swiper-pagination-services {
  bottom: -40px !important;
}
.swiper-pagination-services .swiper-pagination-bullet-active {
  background: #F00;
}

.swiper-pagination-services-mobile {
  bottom: -3rem !important;
}
.swiper-pagination-services-mobile .swiper-pagination-bullet-active {
  background: #F00;
}

.codex {
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.codex .hy-input {
  width: 220px;
}
.codex .codex-image {
  width: 140px; height: 40px; margin-left: 10px
}

@media (max-width: 768px) and (max-width: 992px) {
  .swiper-button-prev-home {
    top: 2.2rem;
    width: 8rem;
  }
  .swiper-button-prev-home:after {
    font-size: 3rem;
  }
  .swiper-button-next-home {
    top: 2.2rem;
    width: 8rem;
  }
  .swiper-button-next-home:after {
    font-size: 3rem;
  }
  #myBanner .swiper-wrapper .swiper-slide .swiper-text .cn {
    font-size: 2.4rem;
  }
  #myBanner .swiper-wrapper .swiper-slide .swiper-text .en {
    font-size: 2.4rem;
  }
  #myBanner .about-intro {
    position: unset;
    width: 100%;
    padding: 1rem ;
    margin-bottom: 2rem;
  }
  #myBanner .about-intro .left {
    padding-left: 0;
  }
  #myBanner .about-intro .left h2 {
    font-size: 2.2rem;
  }
  #myBanner .about-intro .left h3 {
    font-size: 2rem;
  }
  #myBanner .about-intro .left .tags {
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .banner-image.none {
    height: 8rem;
  }
  .hy-body .new-subject {
    padding: 2rem 1rem;
    margin-left: 0;
    margin-right: 0;
  }
  .hy-body .new-subject .mts {
    margin-bottom: 1rem;
  }
  .hy-body .new-subject .pd10 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .hy-body .new-subject img {
    width: 100%;
    height: 100%;
  }
  .hy-body .new-subject .mb10 {
    margin-bottom: 1rem;
  }
  .hy-body .new-subject .mts10 {
    margin-bottom: 0.4rem;
  }
  .hy-body .new-subject .pl5 {
    padding-left: 0.5rem;
  }
  .hy-body .new-subject .pr5 {
    padding-right: 0.5rem;
  }
  .hy-body .new-subject .suba .title {
    bottom: 0;
    padding: 2rem 1rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  }
  .hy-body .new-subject .suba .title .cate {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
  .hy-body .new-subject .suba .title .name {
    font-size: 1.3rem;
  }
  .hy-body .menu-title {
    padding: 0 0.5rem 1rem 0.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .hy-body .menu-title .name .t1 {
    font-size: 2rem;
  }
  .hy-body .menu-title .name .t2 {
    font-size: 1.6rem;
    margin-top: 0.4rem;
    padding-left: 0.8rem;
  }
  .hy-body .menu-title .more {
    font-size: 1.2rem;
    padding: 0.3rem 2rem;
    border-radius: 2rem;
  }
  .hy-body .new-service {
    width: 100%;
  }
  .hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a .info {
    bottom: -22rem;
    padding: 3rem 1.5rem;
  }
  .hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a .info .title {
    font-size: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .hy-body .new-service .swiper-container .swiper-wrapper .swiper-slide a .info .intro {
    font-size: 1.6rem;
    line-height: 4rem;
  }
  .hy-body .new-message .ms1 {
    padding-right: 0;
    margin-bottom: 1.6rem;
  }
  .hy-body .new-message .ms2 {
    padding-left: 0;
  }
  .hy-body .new-message .ms3 {
    margin-bottom: 1.6rem;
  }
  .hy-body .new-message .hy-input {
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
  .hy-body .new-message .hy-btn {
    padding: 0.5rem 3rem;
    border-radius: 2rem;
  }
  .hy-body .about-module {
    padding: 3rem 0 0;
  }
  .hy-body .about-module .list {
    margin-bottom: 1rem;
  }
  .hy-body .about-module .list:last-of-type {
    margin-bottom: 0;
  }
  .hy-body .about-module .list a {
    width: 100%;
  }
  .hy-body .about-module .list a.s1 {
    margin-right: 0;
  }
  .hy-body .about-module .list a.s2 {
    margin-right: 0;
    margin-left: 0;
  }
  .hy-body .about-module .list a.s3 {
    margin-left: 0;
  }
  .hy-body .about-module .list a .texts {
    bottom: calc(-90% + 7rem);
    padding: 10% 3rem;
  }
  .hy-body .about-module .list a .texts .name {
    font-size: 2.4rem;
  }
  .hy-body .about-module .list a .texts .name-en {
    font-size: 1.8rem;
  }
  .hy-body .about-module .list a .texts .title {
    font-size: 1.8rem;
    margin: 2rem 0 1rem 0;
  }
  .hy-body .about-module .list a .texts .intro {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .hy-body .about-module .list a:hover .texts {
    bottom: calc(-90% + 7rem);
    padding: 10% 3rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .hy-body .bottom {
    padding: 2rem 5% 0;
  }
  .hy-body .bottom .bottom-header {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .hy-body .bottom .bottom-header .bottom-nav {
    justify-content: center;
    margin-top: 0;
  }
  .hy-body .bottom .bottom-header .bottom-nav a {
    font-size: 1.4rem;
  }
  .hy-body .bottom .bottom-header .bottom-nav em {
    height: 1rem;
    margin: 0 0.6rem;
  }
  .hy-body .bottom .bottom-info {
    justify-content: center;
  }
  .hy-body .bottom .bottom-info .copyright p {
    font-size: 1.4rem;
    text-align: center;
  }
  .hy-body .contents {
    padding: 2rem 5%;
  }
  .hy-body .contents .title {
    margin-bottom: 4rem;
  }
  .hy-body .contents .title .name {
    font-size: 2rem;
  }
  .hy-body .contents .title.act-title {
    padding-bottom: 2rem;
  }
  .hy-body .contents .title.act-title .title-time {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .hy-body .contents .wh-list {
    margin-top: 0;
    padding-bottom: 3rem;
  }
  .hy-body .contents .wh-list .wh-list-list {
    margin-bottom: 1rem;
  }
  .hy-body .contents .wh-list .wh-list-list.s1 {
    padding-right: 0;
  }
  .hy-body .contents .wh-list .wh-list-list.s2 {
    padding-left: 0;
    padding-right: 0;
  }
  .hy-body .contents .wh-list .wh-list-list.s3 {
    padding-left: 0;
  }
  .hy-body .contents .wh-list .wh-list-list .wh-info .boxs {
    padding: 2rem;
  }
  .hy-body .contents .wh-list .wh-list-list .wh-info .boxs .name {
    font-size: 2.2rem;
  }
  .hy-body .contents .wh-list .wh-list-list .wh-info .boxs .name-en {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .hy-body .contents .wh-list .wh-list-list .wh-info .boxs .text {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .hy-body .contents .huanjing {
    padding-bottom: 3rem;
  }
  .hy-body .contents .huanjing .huanjing-image #myHuanJing .swiper-wrapper {
    height: 40rem;
  }
  .hy-body .contents .shenghuo {
    padding-bottom: 4rem;
    width: 100%;
  }
  .hy-body .contents .shenghuo .sh-list {
    margin-right: 1rem;
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .hy-body .contents .shenghuo .sh-list:nth-child(2n) {
    margin-right: 0;
  }
  .hy-body .contents .shenghuo .sh-list .sh-list-box .image {
    height: 11rem;
  }
  .hy-body .contents .shenghuo .sh-list .sh-list-box .time {
    height: 2.4rem;
    line-height: 2.4rem;
    padding-top: 0.6rem;
  }
  .hy-body .contents .shenghuo .sh-list .sh-list-box .time em {
    width: 0.4rem;
    height: 1.5rem;
    margin-right: 1rem;
    background: #CD0303;
  }
  .hy-body .contents .shenghuo .sh-list .sh-list-box .time span {
    color: #333;
  }
  .hy-body .contents .shenghuo .sh-more {
    padding-top: 2rem;
  }
  .hy-body .contents .shenghuo .sh-more .sh-list-box {
    padding: 1rem 4rem;
    font-size: 1.6rem;
    color: #FFF;
    border-radius: 4rem;
    letter-spacing: 0.2rem;
  }
  .hy-body .contents .shenghuo .sh-more .sh-list-box:hover {
    background: #BA0B0C;
  }
  .hy-body .contents .zizhi .zizhi-m {
    margin-bottom: 2rem;
  }
  .hy-body .contents .zizhi .zizhi-m a {
    display: inline-block;
    width: 100%;
  }
  .hy-body .contents .zizhi .zizhi-m a img {
    width: 100%;
    border: 1px solid #EEE;
  }
  .hy-body .contents .zizhi .zizhi-m a .name {
    padding-top: 1rem;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
  }
  .hy-body .contents .zizhi .zizhi-text {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .hy-body .contents .rongyu .my-rongyu .swiper-wrapper .swiper-slide .image img {
    height: 20rem;
  }
  .hy-body .contents .hy-design {
    padding: 3rem 0;
  }
  .hy-body .contents .hy-design .hy-design-list .list {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .hy-body .contents .hy-design .hy-design-list .list .boxs {
    padding: 2rem;
    margin: 0.5rem;
    box-shadow: 0 0 0.5rem #EEE;
    height: 30rem;
    border: 0.4rem solid #FFF;
  }
  .hy-body .contents .hy-design .hy-design-list .list .boxs .boxs-title {
    border-bottom: 0.1rem solid #EEE;
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .hy-body .contents .hy-design .hy-design-list .list .boxs .bumen {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
  .hy-body .contents .hy-design .hy-design-list .list .boxs .bumen .labels {
    margin-right: 0.5rem;
  }
  .hy-body .contents .hy-design .hy-design-list .list .boxs .jieshao {
    font-size: 1.4rem;
  }
  .hy-body .contents .hy-design .hy-design-list .list .boxs .jieshao .labels {
    padding-bottom: 1rem;
  }
  .hy-body .contents .hy-design .hy-design-list .list .boxs .jieshao p {
    line-height: 2.4rem;
    max-height: 12rem;
  }
  .hy-body .contents .hy-design .hy-design-list .list .boxs:hover {
    border-color: #FFF;
  }
  .hy-body .contents .hy-team {
    padding: 2rem 0;
  }
  .hy-body .contents .hy-team .team-detail .team-detail-content {
    padding-top: 2rem;
  }
  .hy-body .contents .hy-team .team-detail .team-detail-content h3 {
    margin-bottom: 2rem;
  }
  .hy-body .contents .hy-team .team-detail .team-detail-content .tips {
    padding: 2rem 0;
  }
  .hy-body .contents .case-cate-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .hy-body .contents .case-cate-box .case-cate-list .case-cate-info .case-cate-name {
    font-size: 4rem;
  }
  .hy-body .contents .case-cate-box .case-cate-list:hover .case-cate-info {
    background: rgba(0, 0, 0, 0.2);
  }
  .hy-body .contents .case-list-box {
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .hy-body .contents .case-list-box .case-list .case-info {
    padding: 0rem;
    position: unset;
    color: #333;
  }
  .hy-body .contents .case-list-box .case-list .case-info .case-name {
    margin-top: 0.5rem;
    display: inline-block;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  .hy-body .contents .case-list-box .case-list .case-info .case-name-cn {
    font-size: 1rem;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .hy-body .contents .case-list-box .case-list:hover .image {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  .hy-body .contents .case-detail {
    padding: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-title {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-title .left {
    margin-bottom: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-title .left .tit {
    font-size: 1.8rem;
  }
  .hy-body .contents .case-detail .case-detail-title .left .cn {
    font-size: 1.4rem;
  }
  .hy-body .contents .case-detail .case-detail-title .right {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hy-body .contents .case-detail .case-detail-title .right .tags em {
    height: 1.2rem;
  }
  .hy-body .contents .case-detail .case-detail-title .right .tags em:first-of-type {
    margin-right: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-title .right .tags em:last-of-type {
    margin-left: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-title .right .tags span {
    margin: 0 0.5rem;
    font-size: 1.5rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-left .lbs {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-left .nms {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-title {
    font-size: 1.8rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-list .tjyd-box {
    margin-bottom: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-list .tjyd-box .tjyd-box-name {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .tjyd-list .tjyd-box .tjyd-box-time {
    font-size: 1.4rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a {
    font-size: 1.4rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a:first-of-type {
    margin-bottom: 1rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a .icon {
    width: 2.1rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
  .hy-body .contents .case-detail .case-detail-box .case-detail-box-right .case-detail-box-right-info .next-info a .icon.next-icon {
    background-position: -2.1rem 0;
  }
  .hy-body .contents .case-xg {
    margin-top: 3rem;
  }
  .hy-body .contents .case-xg .case-xg-title {
    margin-bottom: 2rem;
  }
  .hy-body .contents .case-xg .case-xg-title .xg-title {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
  .hy-body .contents .case-xg .case-xg-list .case-xg-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .hy-body .contents .case-xg .case-xg-list .case-xg-box a:hover img {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  .hy-body .contents .case-xg .case-xg-list .case-xg-box a .case-xg-box-fiexd {
    padding: 1rem;
  }
  .hy-body .contents .case-xg .case-xg-list .case-xg-box a .case-xg-box-fiexd .case-xg-box-name {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .hy-body .contents .case-xg .case-xg-list .case-xg-box a .case-xg-box-fiexd .case-xg-box-name-cn {
    font-size: 1.6rem;
  }
  .hy-body .contents .news-lists .news-lists-row {
    margin-bottom: 2rem;
  }
  .hy-body .contents .news-lists .news-lists-row .news-lists-info {
    border-bottom: 1px solid #DDD;
    display: inline-block;
    padding: 1rem;
  }
  .hy-body .contents .news-lists .news-lists-row .news-lists-info .news-list-title {
    font-size: 1.6rem;
  }
  .hy-body .contents .news-lists .news-lists-row .news-lists-info .news-list-intro {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin: 1rem 0;
    height: 4.8rem;
  }
  .hy-body .contents .news-lists .news-lists-row .news-lists-info .news-list-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #999;
  }
  .hy-body .contents .news-lists .news-lists-row .news-lists-info .news-list-time .time-icon {
    width: 14px;
    height: 14px;
    background: url("../image/new_icon.png") 0 0 no-repeat;
    margin-right: 5px;
  }
  .hy-body .contents .news-lists .news-lists-row .news-lists-info .tags {
    display: none;
  }
  .hy-body .contents .news-lists .news-lists-row:hover .news-lists-info .news-list-title {
    color: #333;
  }
  .hy-body .contents .jobs-header .right-text .texts {
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .hy-body .contents .jobs-list {
    margin-top: 4rem;
  }
  .hy-body .contents .jobs-list .jobs-list-title .name {
    font-size: 2.4rem;
  }
  .hy-body .contents .jobs-list .jobs-list-title em {
    margin-top: 1rem;
    padding-left: 1rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .hy-body .contents .jobs-list .tables {
    margin-top: 3rem;
  }
  .hy-body .contents .jobs-list .tables > thead > tr > th,
  .hy-body .contents .jobs-list .tables > tbody > tr > td {
    padding: 1rem;
    font-size: 1.4rem;
  }
  .hy-body .contents .jobs-list .tables .jobs-more {
    padding: 0;
    border-radius: 0;
    font-size: 1.4rem;
    border: none;
  }
  .hy-body .contents .details {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  .hy-body .contents .details .next-info {
    margin: 4rem 0 2rem;
  }
  .hy-body .contents .details .next-info .next-info-box:last-of-type {
    justify-content: flex-start;
  }
  .hy-body .contents .details .next-info .next-info-box a {
    display: inline-block;
    color: #888;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 7rem);
  }
  .hy-body .contents .details .next-info .next-info-box a:hover {
    color: #888;
  }
  .hy-body .contents .contacts .left-contact {
    padding: 2rem 1rem;
    font-size: 1.6rem;
    line-height: 3rem;
    height: unset;
  }
  .hy-body .hy-case-header {
    padding: 0 5% 2rem;
  }

  .my-service {
    width: 100%;
    overflow:hidden;
    height: 43rem;
  }
  .my-services {
    margin-top: 3rem;
  }
  .my-services .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 40rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-services .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: 40rem;
    position: relative;
  }
  .my-services .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 40rem;
  }
  .my-services .swiper-wrapper .swiper-slide a .info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    padding-top: 0.5rem;
  }
  .my-services .swiper-wrapper .swiper-slide a .info .titles {
    font-size: 1.4rem;
    color: #FFF;
    padding: 1rem;
  }
  .my-services .swiper-wrapper .swiper-slide a .info .intros {
    font-size: 1.2rem;
    color: #FFF;
    padding: 0 1rem;
  }
  .codex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .codex .hy-input {
    width: 50%;
  }
  .codex .codex-image {
    width: 40%;
    height: 3rem;
  }


}
/*# sourceMappingURL=global.css.map */

