@charset "UTF-8";
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
.u-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-mobile-nav,
#sideMenuContainer {
  display: none;
}

.c-nav-wrap {
  background-color: white;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-nav-wrap .c-container {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
  display: flex;
}
.c-nav-wrap .logo-wrap {
  position: relative;
}
.c-nav-wrap .logo-wrap:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  background-color: #f0f0f0;
  position: absolute;
  right: 0;
  top: 5px;
}
.c-nav-wrap .c-nav-items {
  margin-left: 50px;
  display: flex;
  line-height: 100px;
}
.c-nav-wrap .c-nav-items .nav-item {

  font-size: 16px;
}
.c-nav-wrap .c-nav-items .nav-item a {
  color: #333;
  padding: 0 20px;
  width: 100%;
  display: block;
  text-align: center;
}
.c-nav-wrap .c-nav-items .nav-item:hover > .nav-children{
  visibility: visible;
}
.c-nav-wrap .c-nav-items .nav-item-act {
  position: relative;
}
.c-nav-wrap .c-nav-items .nav-item-act>a {
  color: #439083;
}
.c-nav-wrap .c-nav-items .nav-item-act:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  width: 55px;
  height: 9px;
  background-image: url("/images/nav-icon.png");
  left: 50%;
  margin-left: -27px;
}
.c-nav-wrap .lang-wrap {
  margin-left: 50px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-nav-wrap .lang-wrap .lang-btn {
  border: 2px solid #439083;
  border-radius: 5px;
  display: flex;
  width: 120px;
  height: 40px;
}
.c-nav-wrap .lang-wrap .lang-btn .chinese, .c-nav-wrap .lang-wrap .lang-btn .english {
  width: 60px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}
.c-nav-wrap .lang-wrap .lang-btn .english {
  color: #439083;
}
.c-nav-wrap .lang-wrap .lang-btn .chinese {
  color: #fff;
  border-radius: 3px 0 0;
  background-color: #439083;
}

/* 幻灯片样式 */
.banner-swiper {
  width: 1200px;
  margin: 0 auto;
}
.banner-swiper .banner-item {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-swiper .swiper-banner-button {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -27px;
  z-index: 20;
  background-image: url(../images/slider-arrow.png);
  background-repeat: no-repeat;
  border-radius: 50%;
}
.banner-swiper .banner-button-prev {
  left: 50px;
  background-position: -100px 10px;
}
.banner-swiper .banner-button-next {
  right: 50px;
  background-position: 20px 10px;
}
.banner-swiper .swiper-button {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
  color: white;
  cursor: pointer;
  z-index: 200;
  top: 50%;
  margin-top: -15px;
}
.banner-swiper .swiper-button:hover {
  background-color: #439083;
}

.about-content-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 50px 0;
  display: flex;
}
.about-content-wrap .about-left {
  padding-right: 50px;
  width: 46%;
}
.about-content-wrap .about-content {
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
  height: 240px;
}
.about-content-wrap .about-right {
  padding-left: 10px;
  width: 54%;
}

.about-getmore{
  width: 85px;
  color: white;
  background-color: #439083;
  line-height: 40px;
  text-align: center;
}

.news-wrap {
  width: 1200px;
  margin: 0 auto 30px;
  display: flex;
}
.news-wrap .news-left {
  width: 190px;
  position: relative;
  border-right: 1px solid #e0e0e0;
}
.news-wrap .news-left:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 163px;
  border-left: 2px dashed #439083;
  position: absolute;
  top: 54px;
  left: 27px;
  z-index: -1;
}
.news-wrap .news-nav {
  margin-bottom: 47px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-wrap .news-nav:hover a {
  color: #439083;
}
.news-wrap .news-nav:nth-of-type(1) {
  /*&:hover{
      .news-icon{
          background-position: 162px 0;
      }
  }*/
}
.news-wrap .news-nav:nth-of-type(1) .news-icon {
  background-position: 162px 0;
}
.news-wrap .news-nav:nth-of-type(1) span {
  /*color: #439083;*/
}

.news-wrap .news-nav-act{
  color: #439083!important;
}
.news-wrap .news-nav-default{
  color: #333!important;
}
.news-icon-act-1{
  background-position: 162px 0!important;
}

.news-icon-default-1{
  background-position: 0 0!important;
}

.news-icon-act-2{
  background-position: -216px 0!important;
}

.news-icon-default-2{
  background-position: -54px 0!important;
}

.news-icon-act-3{
  background-position: -270px 0!important;
}

.news-icon-default-3{
  background-position: -108px 0!important;
}

.news-nav-2 .news-icon {
  background-position: -54px 0;
}
.news-nav-2:hover .news-icon {
  background-position: -216px 0;
}
.news-wrap .news-nav-3 {
  margin-bottom: 0;
}
.news-nav-3 .news-icon {
  background-position: -108px 0;
}
.news-nav-3:hover .news-icon {
  background-position: -270px 0;
}
.news-wrap .news-nav .news-icon {
  width: 54px;
  height: 54px;
  display: inline-block;
  background-image: url("/images/2021012702.jpg");
}
.news-wrap .news-nav span {
  margin-left: 10px;
  font-size: 20px;
  color: #333;
}
.news-wrap .news-right {
  width: 1000px;
  padding-left: 40px;
  height: 300px;
}
.news-wrap .news-item {
  padding: 15px 0 15px 20px;
  position: relative;
}
.news-wrap .news-item:before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #439083;
  position: absolute;
  top: 20px;
  left: 0;
}
.news-wrap .news-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.news-wrap .news-item a:hover {
  color: #439083;
}

.pro-wrap {
  width: 1200px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.pro-wrap .pro-item {
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}
.pro-wrap .pro-item:hover .pro-title {
  color: #439083;
}
.pro-wrap .pro-item .pro-img img {
  width: 387px;
  /*height: 290px;*/
}
.pro-wrap .pro-item .pro-title {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  color: #333;
}

.zhaoshang-wrap {
  background-image: url("/images/7.jpg");
  height: 366px;
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhaoshang-wrap img {
  background: none;
}
.zhaoshang-wrap .zhaoshang-left, .zhaoshang-wrap .zhaoshang-right {
  width: 170px;
  height: 200px;
  border: 2px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  cursor: pointer;
}
.zhaoshang-wrap .zhaoshang-title {
  margin-top: 10px;
  font-size: 20px;
}
.zhaoshang-wrap .zhaoshang-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 20px;
}

.a-title {
  font-size: 30px;
  text-align: center;
  position: relative;
  padding: 30px 0;
}
.a-title:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #439083;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

/*团队风采*/
.team-show {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
}
.team-show .team-show-item {
  width: 290px;
  height: 275px;
  margin-right: 13px;
  margin-bottom: 15px;
  position: relative;
  top: 0;
  transition: all 0.5s;
}
.team-show .team-show-item:hover {
  top: -10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.team-show .team-show-item:nth-of-type(4n) {
  margin-right: 0;
}
.team-show .team-show-img {
  width: 290px;
  height: 215px;
}
.team-show .team-show-img img {
  width: 290px;
  height: 215px;
}
.team-show .team-show-title {
  text-align: center;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f0f0f0;
}

/*招商加盟*/
.tiaojian-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.tiaojian-wrap .left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tiaojian-wrap .right {
  width: 50%;
  background-color: #439083;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}
.tiaojian-wrap .right div {
  padding: 3px 0;
  font-size: 18px;
}
.tiaojian-wrap .right .text-1 {
  font-size: 24px;
  font-weight: 500;
}
.tiaojian-wrap .right .text-1:before, .tiaojian-wrap .right .text-1:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: white;
  position: relative;
  top: -8px;
  margin: 0 10px;
}
.tiaojian-wrap .right .code-wrap {
  margin-top: 10px;
}
.tiaojian-wrap .right .text-5 {
  margin-top: 5px;
}

.z-advance-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.z-advance-list .z-advance-item {
  width: 33.3%;
  text-align: center;
  padding: 50px 0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.z-advance-list .z-advance-item:nth-of-type(3n) {
  border-right: none;
}
.z-advance-list .z-advance-item:nth-of-type(n + 7) {
  border-bottom: none;
}
.z-advance-list .z-advance-item .z-advance-title {
  padding: 15px 0;
  font-weight: 600;
}
.z-advance-list .z-advance-item .z-advance-desc {
  font-size: 14px;
}

/*新闻资讯*/
.news-center {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 30px;
}
.news-center a {
  position: relative;
  padding: 0 7px 0 3px;
  color: #333;
}
.news-center a:hover {
  color: #439083;
}
.news-center a:after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  top: 2px;
  right: 0;
}

.dongtai-wrap {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.news-center-head {
  font-size: 16px;
  background-color: #439083;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  color: #fff;
}
.news-center-head a {
  color: #fff;
}

.dongtai-content {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
}
.dongtai-content .d-left, .dongtai-content .d-right {
  width: 50%;
  padding: 10px;
}
.dongtai-content .d-left img {
  background-color: #f0f0f0;
}
.dongtai-content .d-left .d-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dongtai-content .d-left .d-summary {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dongtai-content .d-right a {
  display: flex;
  margin-bottom: 10px;
}
.dongtai-content .d-right a:nth-last-of-type(1) {
  margin-bottom: 0;
}
.dongtai-content .d-right a .d-date {
  width: 85px;
  height: 85px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ccc;
}
.dongtai-content .d-right a .d-date div:nth-of-type(1) {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
.dongtai-content .d-right a .d-date div:nth-of-type(2) {
  font-size: 18px;
}
.dongtai-content .d-right a .d-content {
  width: 495px;
  padding-left: 10px;
}
.dongtai-content .d-right a .d-content .d-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dongtai-content .d-right a .d-content .d-title:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #439083;
  border-radius: 50%;
  margin-right: 5px;
}
.dongtai-content .d-right a .d-content .d-summary {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.zhaoshang-yunyu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}
.zhaoshang-yunyu .zhaoshang-news {
  margin-right: 15px;
}
.zhaoshang-yunyu .zhaoshang-news, .zhaoshang-yunyu .yunyu-news {
  width: 50%;
  border: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.zhaoshang-yunyu .zhaoshang-news .d-title, .zhaoshang-yunyu .yunyu-news .d-title {
  padding: 5px 10px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zhaoshang-yunyu .zhaoshang-news .d-title:before, .zhaoshang-yunyu .yunyu-news .d-title:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-color: #439083;
  border-radius: 50%;
}
.zhaoshang-yunyu .zhaoshang-news .d-title:hover, .zhaoshang-yunyu .yunyu-news .d-title:hover {
  color: #439083;
}

.d-news-3 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}
.d-news-3 .d-news-item {
  margin-right: 15px;
  width: 33.3%;
  border: 1px solid #f0f0f0;
  padding-bottom: 10px;
}
.d-news-3 .d-news-item:nth-last-of-type(1) {
  margin-right: 0;
}
.d-news-3 .d-title {
  padding: 5px 10px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.d-news-3 .d-title:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 10px;
  height: 10px;
  background-color: #439083;
  border-radius: 50%;
}
.d-news-3 .d-title:hover {
  color: #439083;
}

.d-sidbarnav {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #f0f0f0;
}
.d-sidbarnav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}
.d-sidbarnav a:hover {
  color: #439083;
}
.d-sidbarnav a .d-title {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.d-sidbarnav a:nth-of-type(1) .d-index, .d-sidbarnav a:nth-of-type(2) .d-index, .d-sidbarnav a:nth-of-type(3) .d-index {
  background-color: red;
}
.d-sidbarnav a .d-index {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-pro-wrap {
  border: 1px solid #f0f0f0;
  padding: 0;
  font-size: 16px;
}
.d-pro-wrap .d-pro-title {
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0;
}
.d-pro-wrap .d-pro-info {
  padding-bottom: 20px;
  color: #666;
}
.d-pro-wrap .d-pro-head {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
  overflow: hidden;
}
.d-pro-wrap .d-pro-head .d-pro-img-wrap img {
  width: 300px;
  height: 250px;
}
.d-pro-wrap .d-pro-head .d-left {
  float: left;
}
.d-pro-wrap .d-pro-head .d-right {
  margin-left: 10px;
}
.d-pro-wrap .d-pro-head .d-right .pro-info-item {
  display: flex;
  padding: 5px 0;
}
.d-pro-wrap .d-pro-head .d-right .pro-label {
  width: 120px;
}
.d-pro-wrap .d-pro-detail {
  padding: 16px;
}
.d-pro-wrap .d-pro-detail img {
  max-width: 90%;
}
.d-pro-wrap .d-page-wrap {
  padding: 10px;
  border-top: 1px solid #f0f0f0;
}

/*# sourceMappingURL=diyStyle.css.map */
