<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.news_index__body .type_bar__body {
  align-items: center;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news_index__body .type_bar__body ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news_index__body .type_bar__body ul li:first-child a {
  padding-left: 0;
}

.news_index__body .type_bar__body ul li:last-child a {
  border-right: 0;
}

.news_index__body .type_bar__body ul li a {
  padding: 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #666;
  border-right: 1px solid #666;
}

.news_index__body .type_bar__body ul li a:hover, .news_index__body .type_bar__body ul li a.active {
  text-decoration: none;
  color: #00a077;
}

.news_index__body .type_bar__body .search_con {
  border: 1px solid #bababa;
}

.news_index__body .type_bar__body .search_con input, .news_index__body .type_bar__body .search_con a {
  display: inline-block;
  vertical-align: middle;
}

.news_index__body .type_bar__body .search_con input {
  border: 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 0 5px 10px;
  width: 160px;
}

.news_index__body .type_bar__body .search_con a {
  border-left: 1px solid #bababa;
  color: #4f4f4f;
  padding: 5px 10px;
}

.news_list li {
  padding: 10px 0;
  background-color: #f2f2f2;
  margin-bottom: 10px;
  transition: all .3s;
}

.news_list li:hover {
  background-color: #00a077;
}

.news_list li:hover a span, .news_list li:hover a div {
  color: #fff;
}

.news_list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.news_list li a span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #999;
  padding: 0 20px;
}

.news_list li a div {
  border-left: 1px solid #9d9d9d;
  padding: 0 20px;
  color: #0c0e0e;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

.news_details__body {
  align-items: flex-start;
}

.news_details__body .content {
  padding-bottom: 30px;
  width: 60%;
  box-sizing: border-box;
  padding-right: 3%;
}

.news_details__body .content .big_tit {
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  font-weight: 700;
  padding: 0 0 20px;
}

.news_details__body .content .date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 30px;
}

.news_details__body .right_con {
  width: 25%;
}

.news_details__body .right_con ul {
  margin-bottom: 20px;
  margin-top: -15px;
}

.news_details__body .right_con ul li {
  padding: 20px 0;
  border-bottom: 1px solid #666;
}

.news_details__body .right_con ul li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.news_details__body .right_con ul li a img {
  width: 40%;
}

.news_details__body .right_con ul li a .txt {
  width: 60%;
  box-sizing: border-box;
  padding-left: 10px;
}

.news_details__body .right_con ul li a .txt h6 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  padding-bottom: 5px;
}

.news_details__body .right_con ul li a .txt h3 {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
}

.news_details__body .right_con p {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news_details__body .right_con p a {
  color: #999;
}

.news_details__body .right_con p a:hover {
  text-decoration: none;
  color: #00a077;
}

.news_details__body .goto_list {
  border-radius: 2em;
  border: 1px solid #ccc;
  padding: 5px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}

.news_details__body .goto_list:hover {
  color: #fff !important;
  background-color: #00a077;
}

.breark_bar {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 40px;
}

.breark_bar a, .breark_bar em {
  font-size: 20px;
  font-size: 2rem;
  color: #999;
  font-weight: 600;
}

.breark_bar a:hover {
  text-decoration: none;
  color: #00a077;
}

.breark_bar em {
  padding: 0 10px;
}

.cases_index__body .type_bar__body {
  padding-bottom: 40px;
}

.cases_index__body .type_bar__body a {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  color: #333;
  font-weight: 400;
  margin-right: 30px;
}

.cases_index__body .type_bar__body a:hover, .cases_index__body .type_bar__body a.active {
  text-decoration: none;
  color: #00a077;
  border-color: #00a077;
}

.case_list__body {
  justify-content: flex-start;
  align-items: stretch;
}

.case_list__body li {
  width: calc(25% - 10px * 3 /4);
  margin: 0 10px 30px 0;
}

.case_list__body li:hover img {
  transform: scale(1.1);
}

.case_list__body li:hover h3 {
  color: #00a077;
}

.case_list__body li:nth-child(4n) {
  margin-right: 0;
}

.case_list__body li a {
  text-decoration: none;
  display: block;
}

.case_list__body li .img_out {
  overflow: hidden;
}

.case_list__body li .img_out img {
  display: block;
  width: 100%;
  transition: all .3s;
}

.case_list__body li h3 {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 0 0;
  line-height: 1.3;
  font-weight: 400;
}

.case_list__body li p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #4f4f4f;
  display: none;
}

.case_kv__body .kv {
  width: 100%;
  display: block;
}

.case_kv__body .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  opacity: 1;
  background-color: #fff;
}

.case_kv__body .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a077;
}

.cases_details__body .big_tit {
  font-size: 40px;
  font-size: 4rem;
  color: #333;
  font-weight: 700;
  padding: 0 0 80px;
}

.cases_details__body .cases_add {
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(185px * 2);
  margin-bottom: 40px;
}

.cases_details__body .cases_add li {
  width: 185px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.cases_details__body .fck__body {
  margin-bottom: 80px;
}

.cases_details__body .return_list p a {
  color: #4f4f4f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.cases_details__body .return_list p a:hover {
  text-decoration: none;
  color: #00a077;
}

.cases_details__body .more_title {
  border-left: 6px solid #4d4d4d;
  color: #4d4d4d;
  padding-left: 20px;
  font-size: 40px;
  font-size: 4rem;
  margin: 80px 0 30px;
  font-weight: 700;
}

.join_us__body .join_tit {
  font-size: 20px;
  font-size: 2rem;
  color: #999;
  margin-bottom: 20px;
  font-weight: 700;
}

.join_list li {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f2f2f2;
}

.join_list li.active .tit i {
  transform: rotate(180deg);
}

.join_list li .tit {
  cursor: pointer;
}

.join_list li .tit .txt h3 {
  color: #333;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

.join_list li .tit .txt h6 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  margin-top: 5px;
  font-weight: 700;
}

.join_list li .tit i {
  color: #333;
  font-size: 40px;
  font-size: 4rem;
  transition: all .3s;
}

.join_list li .con {
  padding: 40px 0 0 0;
  display: none;
}

.join_list li .con h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #999;
  margin-bottom: 5px;
  font-weight: 700;
}

.join_list li .con p {
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.form__body {
  justify-content: center;
  margin: 50px 0 10px;
}

.form__body .inp {
  width: calc(33.333% - 20px *2 / 3);
  margin-right: 20px;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 20px;
  box-sizing: border-box;
  font-weight: 700;
}

.form__body .inp:nth-child(3n) {
  margin-right: 0;
}

.form__body .btn__con {
  margin-top: 40px;
  width: 33.333%;
}

.form__body .btn__con span, .form__body .btn__con a {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 46%;
  vertical-align: middle;
}

.form__body .btn__con span {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-size: 2rem;
  color: #999;
  font-weight: 700;
}

.form__body .btn__con span input {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scale(100);
  opacity: 0;
}

.form__body .btn__con a {
  background-color: #00a077;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-left: 20px;
}

.form__body .btn__con a:hover {
  text-decoration: none;
  background-color: #333;
}

.about_index__body {
  margin-bottom: 60px;
}

.about_index__body .flex {
  align-items: flex-start;
  margin-top: 150px;
}

.about_index__body .flex video {
  width: 35%;
}

.about_index__body .flex .txt {
  width: 65%;
  padding-left: 5%;
}

.about_index__body .flex .txt p {
  font-size: 20px;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 400;
}

.partner__body h3 {
  color: #333;
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
  font-weight: 700;
}

.team__con {
  justify-content: flex-start;
  align-items: flex-start;
}

.team__con .team_box {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: calc(33.333% - 30px * 2 / 3);
  padding-left:108px;
}

.team__con .team_box.big {
  width: 50%;
}

.team__con .team_box.big img {
  width: 33%;
}

.team__con .team_box.big .txt {
  width: 50%;
  height: 220px;
  padding-top: 20px;
}
}

.team__con .team_box.big .txt_2 {
  display: block;
  width: 100%;
  padding-right: 30px;
  padding-top: 25px;
  font-weight:400;
  font-style:oblique;
}

.team__con .team_box.big .txt_2 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #333;
  padding-right: 150px;
  padding-top: 20px;
}

.team__con .team_box.no {
  margin-right: 0;
}

.team__con .team_box .img {
  display: block;
  width: 41%;
}

.team__con .team_box .txt {
  width: 59%;
  padding-left: 25px;
}

.team__con .team_box .txt h4 {
  font-weight: 400;
  color: #333;
  font-size: 22px;
  font-size: 3rem;
  margin-bottom: 15px;
}

.team__con .team_box .txt p {
  font-size: 14px;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #a5a1a1;
  font-weight:300;
}

.team__con .team_box .txt h6 {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 0 5px;
}


.honor__body .content_out {
  justify-content: flex-start;
  align-items: flex-start;
}

.honor__body .content_out .content {
  width: 70%;
  padding-right: 5%;
}

.honor__body .content_out .content .tab {
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.honor__body .content_out .content .tab a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 20px;
  border-right: 1px solid #666;
  color: #333;
}

.honor__body .content_out .content .tab a:hover, .honor__body .content_out .content .tab a.active {
  text-decoration: none;
  color: #00a077;
}

.honor__body .content_out .content .tab a:last-child {
  border: 0;
}

.honor__body .content_out .content .tab a:first-child {
  padding-left: 0;
}

.honor__body .content_out .content .con p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.honor__body .content_out .right_con {
  width: 30%;
}

.honor__body .content_out .right_con ul li {
  margin-bottom: 30px;
  background-color: #e6e6e6;
}

.honor__body .content_out .right_con ul li img {
  display: block;
  width: 100%;
}

.honor__body .content_out .right_con ul li p, .honor__body .content_out .right_con ul li h6 {
  padding: 0 20px;
}

.honor__body .content_out .right_con ul li p {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.honor__body .content_out .right_con ul li h6 {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 10px;
}

.contact__body h3.contact_tit {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}

.contact__body h3.contact_tit::after {
  background-color: #00a077;
  width: 100px;
  height: 6px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.contact__body h6.contact_tit {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 30px;
}

.contact__body .form_con {
  align-items: flex-start;
  margin-bottom: 60px;
}

.contact__body .form_con .txt {
  border: 1px solid #e6e6e6;
  background-color: #fcfdff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 6px;
  transition: all .3s;
  margin-bottom: 25px;
}

.contact__body .form_con .txt.w_100 {
  width: 100%;
}

.contact__body .form_con .txt:hover {
  box-shadow: 0 3px 10px 2px rgba(100, 100, 100, 0.1);
}

.contact__body .form_con .txt::placeholder {
  color: #b7b7b7;
}

.contact__body .form_con .left_con {
  width: 50%;
  padding-right: 2%;
  text-align: center;
}

.contact__body .form_con .right_con {
  width: 50%;
  padding-left: 2%;
}

.contact__body .form_con .line {
  width: 100%;
}

.contact__body .form_con .line .txt {
  width: 46%;
}

.contact__body .form_con .page_btn {
  border-radius: 2em;
  border: 1px solid #666;
  color: #666;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 30px;
  font-weight: 700;
  transition: all .3s;
}

.contact__body .form_con .page_btn:hover {
  text-decoration: none;
  background-color: #00a077;
  color: #fff;
}

.contact__body .form_con textarea.txt {
  width: 100%;
  height: 160px;
}

.contact_list {
  justify-content: flex-start;
  align-items: flex-start;
}

.contact_list li {
  width: 33.33%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.contact_list li.s_2 {
  padding-left: 6%;
}

.contact_list li.s_3 {
  padding-left: 12%;
}

.contact_list li img {
  margin-right: 20px;
  width: 50px;
}

.contact_list li .txt {
  width: calc(100% - 70px);
}

.contact_list li .txt h3 {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  color: #333;
  margin-bottom: 5px;
}

.contact_list li .txt p {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
}

.contact_list li .txt p a {
  color: #333;
}

.contact_list li .txt p a:hover {
  text-decoration: none;
  color: #00a077;
}

.contact_list li .txt img {
  width: auto;
  max-width: 100%;
}

.info_box{
  text-align: center;

}
.info_box label,
.info_box p{
  font-size:16px;s
}


.focus_news {
  margin-bottom: 30px;
  align-items: stretch;
}

.focus_news.s_1 .big {
  width: 50%;
}

.focus_news.s_1 .big_2 {
  width: 50%;
  background-color: #f4f4f4;
}

.focus_news.s_1 .big_2 .txt {
  padding: 60px 20px 20px;
  position: static;
  background: none;
}

.focus_news.s_1 .big_2 .txt h3, .focus_news.s_1 .big_2 .txt p, .focus_news.s_1 .big_2 .txt h6 {
  margin: 0;
  color: #333;
}

.focus_news.s_1 .big_2 .txt h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.focus_news.s_1 .big_2 .txt p {
  font-size: 16px;
  line-height: 1.5;
}

.focus_news.s_1 .big_2 .txt h6 {
  margin-top: 20px;
  color: #cc0000;
  font-size: 14px;
}

.focus_news.s_1 .big_2 .txt h6 i {
  padding-left: 10px;
}

.focus_news .txt {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  bottom: 0;
  color: #333;
  right: 0;
  box-sizing: border-box;
  padding: 15px;
  height: 130px;
}

.focus_news .txt h3 {
  font-size: 18px;
  font-weight: 700;
}

.focus_news .txt h5 {
  color: #666;
}

.focus_news .txt p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.focus_news .txt h6 {
  color: #cc0000;
  font-size: 14px;
}

.focus_news .txt h6 i {
  padding-left: 10px;
}

.focus_news .big {
  width: 75%;
  position: relative;
  overflow: hidden;
}

.focus_news .big:hover img {
  transform: scale(1.02);
}

.focus_news .big a {
  display: block;
  text-decoration: none;
  height:500px;
  overflow: hidden;
}

.focus_news .big img {
  display: block;
  width: 100%;
  transition: all .4s;
  object-fit: cover;
}

.focus_news .small {
  width: 25%;
  box-sizing: border-box;
  padding-left: 25px;
}

.focus_news .small .in {
  background-color: #f4f4f4;
  height: 100%;
}

.focus_news .small h5 {
  font-size: 13px;
  margin-bottom: 20px;
}

.focus_news .small h5 span {
  padding: 0 0 10px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 50%;
}

.focus_news .small a {
  display: block;
  text-decoration: none;
}

.focus_news .small img {
  width: 100%;
}

.focus_news .small .txt {
  position: static;
  transform: translateY(0);
  background: none;
  width: 100%;
  padding: 5% 15px;
}

.news_bar {
  background-color: #f4f4f4;
  padding: 8px 15px;
  margin-bottom: 30px;
}

.news_bar span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  padding: 3px 10px;
  font-weight: 700;
}

.news_list_1{
  align-items:stretch;
  justify-content:space-between;
}
.news_list_1 li {
  margin-right: 7%;
  margin-bottom: 60px;
  width: calc(20% - 7% * 4 /5 );
  transition: all ease .3s;
  position: relative;
  background-color: #f4f4f4;
}

.news_list_1 li:nth-child(5n) {
  margin-right: 0;
}

.news_list_1 li:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 10px 0px rgba(100, 100, 100, 0.3);
}

.news_list_1 li a {
  display: block;
  text-decoration: none;
}

.news_list_1 li img {
  display: block;
  width: 100%;
}

.news_list_1 li .txt {
  padding: 10px 10px 5px;
}

.news_list_1 li .txt h3, .news_list_1 li .txt p, .news_list_1 li .txt h6 {
  margin: 0;
  color: #333;
}

.news_list_1 li .txt h5 {
  font-size: 13px;
  margin-bottom: 20px;
}

.news_list_1 li .txt h5 span {
  padding: 10px 0 10px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  width: 50%;
}

.news_list_1 li .txt h3 {
  font-size: 14px;
  line-height: 1.5;
}

.news_list_1 li .txt p {
  font-size: 13px;
  line-height: 1.5;
}

.news_list_1 li .txt h6 {
  margin-top: 20px;
  color: #cc0000;
  font-size: 14px;
}

.news_list_1 li .txt h6 i {
  padding-left: 10px;
}

.list_blank li {
  border-bottom: 1px solid #ececec;
  padding: 20px 10px;
  transition: all .3s;
}

.list_blank li:hover {
  background-color: #fae5e5;
}

.list_blank li:hover a .txt {
  color: #fff;
}

.list_blank li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

.list_blank li a img {
  width: 220px;
}

.list_blank li a .txt {
  width: calc(100% - 220px);
  box-sizing: border-box;
  padding-left: 20px;
  color: #333;
}

.list_blank li a .txt h3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.list_blank li a .txt h3 .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  width: 80%;
}

.list_blank li a .txt h3 .date {
  font-size: 11px;
}

.list_blank li a .txt p {
  font-size: 14px;
  line-height: 1.5;
}
.img_bk {
  border:1px solid #e3dbdb;
  padding-bottom: 20px;
  padding-top: 20px;
}</pre></body></html>