body {
  background-color: #fff8f4;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
#head {
  width: 100%;
  height: auto;
  background-color: #fff8f4;
}
#head .container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding: 10px 0;
}
#head .container .sitelogo {
  width: 180px;
}
#head .container .sitelogo a {
  max-width: 100%;
}
#head .container .sitelogo a img {
  max-width: 80%;
}
#head .container .nav {
  max-width: 900px;
  width: 100%;
  height: auto;
}
#head .container .nav .menu_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
#head .container .nav .menu_wrapper .menu_item {
  width: auto;
  transition: 0.6s;
}
#head .container .nav .menu_wrapper .menu_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
  border: 2px solid #ff4955;
  margin-left: 5px;
  background-color: #ff4955;
  transition: 0.6s;
}
#head .container .nav .menu_wrapper .menu_item a i {
  font-size: 20px;
}
#head .container .nav .menu_wrapper .menu_item a span {
  font-size: 15px;
  padding-left: 7px;
}
#head .container .nav .menu_wrapper .menu_item.active a {
  background-color: transparent;
  border: 2px solid #ff4955;
  color: #ff4955;
}
#head .container .nav .menu_wrapper .menu_item:hover a {
  background-color: transparent;
  border: 2px solid #ff4955;
  color: #ff4955;
}
#head .container .web_phnoe {
  width: 200px;
  text-align: right;
}
#head .container .web_phnoe img {
  width: auto;
  max-width: 100%;
  width: 150px;
}
#banner {
  width: 100%;
  height: auto;
}
#banner .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .swiper-container .swiper-wrapper {
  width: 100%;
}
#banner .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#banner .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
#banner .swiper-container .swiper-button-next {
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
  padding: 8px 18px ;
  border-radius: 50px;
  right: 10%;
  left: auto;
}
#banner .swiper-container .swiper-button-next::after {
  font-size: 24px;
  color: #ff4955 !important;
}
#banner .swiper-container .swiper-button-prev {
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
  padding: 8px 18px ;
  border-radius: 50px;
  left: 10%;
  right: auto;
}
#banner .swiper-container .swiper-button-prev::after {
  font-size: 24px;
  color: #ff4955 !important;
}
#banner .swiper-container .swiper-pagination {
  bottom: 50px;
}
#banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #eee;
  background: #555;
  opacity: 0.2;
}
#banner .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff4955;
  opacity: 1;
  border: 2px solid #FFF;
}
#banner .swiper-container .huawen {
  position: relative;
  z-index: 10;
  height: 0;
}
#banner .swiper-container .huawen .content {
  position: relative;
  height: 201px;
  top: -201px;
  background-image: url(../picture/bg3.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#banner .swiper-container .bg {
  position: absolute;
  height: 48px;
  width: 100%;
  bottom: 0px;
  background-image: url(../images/banner_bg.png);
  background-position: bottom center;
  background-repeat: repeat;
  z-index: 999;
}
#services {
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0;
}
#services .container .page_title {
  width: 100%;
}
#services .container .page_title .thisname {
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #f24360;
}
#services .container .page_title .jianjie {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #4c4c4c;
}
#services .container .page_title .eng {
  text-align: center;
  color: #898989;
  line-height: 30px;
  font-family: calibri;
}
#services .container .services_container {
  margin-top: 30px;
  position: relative;
}
#services .container .services_container .services_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#services .container .services_container .services_wrapper .services_item {
  width: 15.8%;
  box-shadow: 0 0 6px #dddddd;
  background-color: #ffffff;
  border-radius: 10px;
  height: auto;
  text-align: center;
  transition: 300ms ease;
  margin: 10px 5px;
}
#services .container .services_container .services_wrapper .services_item .data {
  position: relative;
  margin: 10px;
}
#services .container .services_container .services_wrapper .services_item .data .pic {
  position: relative;
  height: 174px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#services .container .services_container .services_wrapper .services_item .data .pic .xin {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 136px;
  width: 150px;
  height: 50px;
  background-image: url(../picture/z3.png);
}
#services .container .services_container .services_wrapper .services_item .data .tit {
  transition: all 0.2s;
  line-height: 40px;
  color: #f24360;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
#services .container .services_container .services_wrapper .services_item .data .text {
  text-align: center;
  height: 72px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#services .container .services_container .services_wrapper .services_item .data .btn {
  margin-top: 16px;
  text-align: center;
}
#services .container .services_container .services_wrapper .services_item .data .btn a {
  transition: all 0.2s;
  display: inline-block;
  width: 128px;
  line-height: 42px;
  background-color: #f24360;
  color: #ffffff;
  border-radius: 42px;
  text-align: center;
}
#team {
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0 20px;
  background-color: #f8eeed;
}
#team .container .ind_top {
  text-align: center;
}
#team .container .ind_top h2 {
  text-align: center;
  font-size: 30px;
  color: #ff5650;
  font-weight: 400;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
}
#team .container .ind_top h2 a {
  color: #ff5650;
}
#team .container .ind_top em {
  display: block;
  width: 82px;
  height: 12px;
  margin: 0 auto;
  background: url(../images/bg_ind_top_em.png);
}
#team .container .ind_top p {
  font-size: 14px;
  text-align: center;
  margin: 15px 0 25px 0;
}
#team .container .team_content {
  width: 100%;
  position: relative;
}
#team .container .team_content .swiper-container {
  width: 100%;
  height: 100%;
}
#team .container .team_content .swiper-container .swiper-wrapper {
  width: 100%;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: block;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px;
  border-radius: 13px;
  overflow: hidden;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide .pic {
  background: #fff;
  width: 100%;
  height: 100%;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide .txt {
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: 0;
  z-index: 2;
  width: 235px;
  height: 50px;
  background: url(../images/bg_home2_t.png) no-repeat;
  text-align: center;
  color: #fff;
  line-height: 22px;
  transform: translateX(-50%);
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide .txt .title {
  font-size: 18px;
  margin-top: 5px;
  text-align: center;
  margin-top: 0;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide .txt .post {
  font-size: 14px;
  text-align: center;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide .txt .info {
  display: none;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide .txt .info em {
  display: block;
  width: 40px;
  height: 1px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 25px;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/bg_home2_li_a.png);
  z-index: 10;
  background-size: 100% 100%;
  background-position: center;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide:hover .txt {
  width: 100%;
  height: 100%;
  background: url(../images/bg_home2_info.png);
  top: 0;
  margin-left: 0;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide:hover .txt .title {
  padding-top: 35px;
}
#team .container .team_content .swiper-container .swiper-wrapper .swiper-slide:hover .txt .info {
  display: block;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  overflow: hidden;
}
#team .container .team_content .swiper-pagination {
  position: relative;
  bottom: 0px;
  left: 0;
  padding: 50px 0 10px;
  width: 100%;
}
#team .container .team_content .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #f24360;
  opacity: 1;
}
#team .container .team_content .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f24360;
  border: 1px solid #f24360;
}
#team .container .ind_adv {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#team .container .ind_adv a {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background: #ed6c84;
  color: #fff;
  text-align: center;
  margin: 0 20px;
  font-size: 16px;
  border-radius: 3px;
}
#team .container .ind_adv a:hover {
  background: #f24360;
}
#team .container .ind_adv a:last-child {
  background-color: #fff;
  color: #000;
  border: 2px solid #ccc;
}
#team .container .ind_adv a:last-child:hover {
  background: #e5e5e5;
}
#news {
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0;
}
#news .container .page_title {
  width: 100%;
}
#news .container .page_title .thisname {
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #f24360;
}
#news .container .page_title .jianjie {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #4c4c4c;
}
#news .container .page_title .eng {
  text-align: center;
  color: #898989;
  line-height: 30px;
  font-family: calibri;
}
#news .container .news_container {
  padding: 20px 0;
}
#news .container .news_container .news_wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#news .container .news_container .news_wrapper .news_item {
  position: relative;
  width: 32%;
  height: 255px;
  float: left;
  border-radius: 6px;
  margin-right: 0;
  overflow: hidden;
}
#news .container .news_container .news_wrapper .news_item a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
#news .container .news_container .news_wrapper .news_item a .pic {
  position: relative;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#news .container .news_container .news_wrapper .news_item a .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background-color: #00000080;
  text-indent: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news .container .news_container .news_wrapper .news_item:hover a .pic {
  transform: scale(1.1);
}
#news .container .news_container .news_wrapper .news_item:hover a .tit {
  color: #ff4955;
}
#news .container .ind_adv {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#news .container .ind_adv a {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background: #ed6c84;
  color: #fff;
  text-align: center;
  margin: 0 20px;
  font-size: 16px;
  border-radius: 3px;
}
#news .container .ind_adv a:hover {
  background: #f24360;
}
#news .container .ind_adv a:last-child {
  background-color: #fff;
  color: #000;
  border: 2px solid #ccc;
}
#news .container .ind_adv a:last-child:hover {
  background: #e5e5e5;
}
#project {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f8eeed;
  min-height: 700px;
}
#project .project_title {
  max-width: 100%;
  position: absolute;
  height: auto;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
#project .project_title .title_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
#project .project_title .title_list .title_item {
  width: auto;
  padding: 8px 30px 9px 50px;
  background: #fff;
  border: 1px solid #f24360;
  border-radius: 27px;
  color: #f24360;
  margin-right: 15px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  overflow: hidden;
  position: relative;
}
#project .project_title .title_list .title_item h5 {
  font-weight: 500;
}
#project .project_title .title_list .title_item i {
  font-size: 18px;
  padding: 6px 13px;
  background: #f24360;
  color: #fff;
  border-radius: 20px;
  margin-left: -2px;
  position: absolute;
  left: -1px;
}
#project .project_title .title_list .title_item:last-child {
  margin-right: 0;
}
#project .project_title .title_list .title_item:hover {
  background-color: #f24360;
  color: #fff;
  border: 1px solid #f24360;
}
#project .project_title .title_list .title_item:hover i {
  background-color: #fff;
  color: #f24360;
}
#project .project_content {
  width: 100%;
  height: 100%;
  position: absolute;
}
#project .project_content .content_list {
  width: 100%;
  height: 100%;
  position: relative;
}
#project .project_content .content_list .content_item {
  text-align: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
#project .project_content .content_list .content_item img {
  width: 100%;
  height: 100%;
}
#project .project_content .content_list .content_item.active {
  display: block;
}
#project .project_content .content_list::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00000050;
  position: absolute;
  top: 0;
  left: 0;
}
#bz {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px 0;
}
#bz .container .ind_top {
  text-align: center;
}
#bz .container .ind_top h2 {
  text-align: center;
  font-size: 30px;
  color: #ff5650;
  font-weight: 400;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding-bottom: 10px;
}
#bz .container .ind_top h2 a {
  color: #ff5650;
}
#bz .container .ind_top em {
  display: block;
  width: 82px;
  height: 12px;
  margin: 0 auto;
  background: url(../images/bg_ind_top_em.png);
}
#bz .container .ind_top p {
  font-size: 14px;
  text-align: center;
  margin: 15px 0 25px 0;
}
#bz .container .bz_container {
  width: 100%;
  height: auto;
  position: relative;
}
#bz .container .bz_container .bz_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
#bz .container .bz_container .bz_wrapper .bz_item {
  width: 18%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
}
#bz .container .bz_container .bz_wrapper .bz_item dt {
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 37px;
  line-height: 74px;
  color: #FFF;
  font-family: '微软雅黑';
}
#bz .container .bz_container .bz_wrapper .bz_item dd {
  height: 178px;
  overflow: hidden;
  font-size: 14px;
  font-family: '微软雅黑';
  font-weight: bold;
  color: #d39567;
  margin: 10px 0 5px 0px;
  line-height: 21px;
  text-align: center;
  padding: 8px;
}
#bz .container .bz_container .bz_wrapper .bz_item dd p {
  text-align: center;
}
#bz .container .bz_container .bz_wrapper .bz_item img {
  width: 100%;
  height: 100%;
}
#bz .container .ind_adv {
  margin: 30px auto;
}
#bz .container .ind_adv a {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  background: #ed6c84;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  border-radius: 25px;
}
#bz .container .ind_adv a:hover {
  background: #f24360;
}
#foot {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #faebeb;
}
#foot .container {
  padding: 30px 0;
}
#foot .container .foot_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
#foot .container .foot_content .foot_contact {
  width: 280px;
}
#foot .container .foot_content .foot_contact .footlogo {
  display: block;
  max-width: 100%;
  width: AUTO;
}
#foot .container .foot_content .foot_contact .footlogo img {
  width: auto;
}
#foot .container .foot_content .contact {
  width: 400px;
}
#foot .container .foot_content .contact .title {
  font-size: 16px;
  font-weight: 600;
  color: #f24360;
}
#foot .container .foot_content .contact ul {
  margin-top: 10px;
  width: 100%;
  height: auto;
}
#foot .container .foot_content .contact ul li {
  font-size: 14px;
  color: #555;
  padding: 5px 0;
}
#foot .container .foot_content .footnav {
  width: 350px;
}
#foot .container .foot_content .footnav .title {
  font-size: 16px;
  font-weight: 600;
  color: #f24360;
}
#foot .container .foot_content .footnav ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
#foot .container .foot_content .footnav ul li {
  width: 50%;
  font-size: 14px;
  color: #555;
  padding: 5px 0;
}
#foot .container .foot_content .footnav ul li a {
  color: #555;
}
#foot .container .foot_content .ewm {
  width: 250px;
  display: block;
  max-width: 100%;
}
#foot .container .foot_content .ewm .title {
  font-size: 16px;
  font-weight: 600;
  color: #f24360;
}
#foot .container .foot_content .ewm img {
  width: 120px;
  margin-top: 15px;
}
.copyright {
  background-color: #f24360;
  padding: 10px 0;
  color: #f5f5f5;
}
.copyright a {
  color: #f5f5f5;
}
.kefu {
  position: fixed;
  bottom: 100px;
  right: 0;
}
.kefu a {
  max-width: 40px;
  display: block;
}
.kefu a img {
  width: 100%;
}
#post {
  width: 100%;
  padding: 30px 0;
}
#post .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#post .container .post_content {
  background-color: #fff8f4;
  width: 65%;
  height: auto;
  padding: 20px;
  padding-top: 50px;
}
#post .container .post_content p {
  font-size: 16px;
  color: #333;
}
#post .container .post_content h1 {
  font-size: 26px;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}
#post .container .team_container {
  position: relative;
  display: block;
  padding: 15px;
  height: auto;
  width: 28%;
  background-color: #fff8f4;
}
#post .container .team_container .title {
  position: relative;
  padding-left: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
#post .container .team_container .title h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#post .container .team_container .title::before {
  content: '';
  display: block;
  width: 5px;
  height: 24px;
  background-color: #ffae43;
  position: absolute;
  left: 0;
}
#post .container .team_container .team_wrapper {
  width: 100%;
  height: auto;
}
#post .container .team_container .team_wrapper .team_item {
  margin-top: 25px;
  padding: 5px;
  height: auto;
}
#post .container .team_container .team_wrapper .team_item a .people {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
#post .container .team_container .team_wrapper .team_item a .people .img {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
#post .container .team_container .team_wrapper .team_item a .people .img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
}
#post .container .team_container .team_wrapper .team_item a .people .txt {
  padding-left: 25px;
}
#post .container .team_container .team_wrapper .team_item a .people .txt h5 {
  width: auto;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
  color: #ed6c84;
  font-size: 18px;
  font-weight: 500;
}
#post .container .team_container .team_wrapper .team_item a .people .txt h5 span {
  padding-right: 10px;
}
#post .container .team_container .team_wrapper .team_item a .people .txt p {
  width: auto;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  font-family: Microsoft YaHei;
}
#post .container .team_container .team_wrapper .team_item a .content {
  padding: 10px;
}
#post .container .team_container .team_wrapper .team_item a .content p {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
