html,
body,
div,
span,
object,
iframe,
th,
em,
img,
code,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd,
ul,
li,
form,
label,
input,
textarea {
  font-family: '微软雅黑';
  padding: 0;
  margin: 0;
  border: 0;
}






html {
  background-color: rgb(255, 255, 255) !important;
}

body {
  color: #666;
  font: 12px/24px Verdana, Arial, '微软雅黑', Helvetica, sans-serif, SimSun;
}

ol,
ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  vertical-align: top;
}

a {
  color: #5b5b5b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #0099a9;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1100 {
  width: 1100px;
  margin: 0 auto;
}

.mt10 {
  margin-top: 10px;
}

.br1 {
  border: 1px solid #e0e0e0;
  zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.hd {
  margin: 20px auto 30px;
  text-align: center;
  overflow: hidden;
}

.hd a {
  display: block;
  padding: 0 9px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
  margin-right: -1px;
  float: left;
}

.hd a.on {
  background: #0099a9;
  color: #fff;
  cursor: pointer;
  border: 1px solid #0099a9;
}

div {
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 600px;
  position: relative;
}

.banner .banner-box {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.banner .ban {
  width: 100%;
  height: 600px;
  background-position: center top;
  background-repeat: no-repeat;
}

.banner .ban a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .prevnext {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -30px;
  background: url(/static/img/prevnext.png) no-repeat;
  cursor: pointer;
  display: none;
}

.banner .prev {
  left: 15%;
  background-position: 0 0px;
}

.banner .next {
  right: 15%;
  background-position: -57px 2px;
}

.banner .prev:hover {
  background-position: 0 -52px;
}

.banner .next:hover {
  background-position: -57px -50px;
}

.w1200 {
  width: 1200px;
  margin: 40px auto;
}

.top {
  padding: 20px 0;
}

.top_right img {
  width: 80px;
  height: 80px;
}

.top .top_code_img {
  float: left;
}

.top .top_code_title {
  font-size: 14px;
  float: right;
  writing-mode: vertical-lr;
}

.top_left {
  padding-top: 20px;
  float: left;
  display: inline;
}

.top_left .icon {}

.top_left .title {
  font-size: 40px;
  color: #3b9968;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
}

.top_right {
  padding-top: 20px;
}

.top_right div {
  float: right;
  text-align: center;
}

.top_right .top_frame {
  border: 1px solid rgb(235, 235, 235);
}

.nav {
  background-color: rgb(59, 153, 104);
  height: 60px;
}

.nav ul {
  position: absolute;
}

.nav ul li {
  float: left;
  padding-right: 20px;
  line-height: 60px;
}

.nav ul li a {
  font-size: 16px;
  color: #fff;
  padding: 20px;
  text-decoration: none;
}

.nav ul li a:hover {
  background-color: rgb(255, 198, 0);
}

.nav ul li ul {
  display: none;
  position: absolute;
  left: 80px;
  top: 60px;
  padding: 5px 0;
  line-height: 15px;
  min-width: 715px;
  z-index: 999999;
}

.nav ul li ul li {
  float: left;
  margin: 4px 0 0 1px;
  border-right: 1px solid #ccc;
  height: 15px;
  line-height: 15px;
  padding: 0 20px 0 20px;
}

.nav ul li ul li:last-child {
  border: none;
}

.nav ul li:hover ul {
  display: block;
}

.nav ul li ul li a {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  color: rgba(19, 19, 19, 0.8);
}

.nav ul li ul li a:hover {
  border: none;
  color: rgb(59, 153, 104);
  background-color: transparent;
}

.w1200_title {
  margin: 40px auto;
  overflow: hidden;
  border-width: 2px;
  border-color: rgb(59, 153, 104);
  border-style: solid;
  border-radius: 10px;
  width: 521px;
  height: 64px;
  word-spacing: 0px;
  font-size: 24px;
  font-family: 'Microsoft YaHei';
  color: rgb(59, 153, 104);
  line-height: 64px;
  text-align: center;
  vertical-align: middle;
}

.introduction_img_box {
  background: rgb(255, 242, 222);
  width: 578px;
  height: 300px;
  text-align: center;
}

.introduction_content {
  font: 16px 'Microsoft YaHei';
  color: rgb(51, 51, 51);
  width: 582px;
  height: 256px;
}

.introduction_bottom_img {
  width: 1199px;
  height: 274px;
}

.news_content_left {
  width: 50%;
}

.news_content_left_img {
  width: 500px;
  float: left;
}

.news_content_left_title {
  float: left;
  font-size: 14px;
  width: 100%;
}

.news_content_left_date {
  float: left;
  color: #aaa;
}

.news_content_right {
  width: 50%;
}

.news_content_right li {
  white-space: nowrap;
  line-height: 36px;
}

.news_content_right li span {
  width: 420px;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_content_right li date {
  float: right;
}

.academic_content ul {
  height: 260px;
}

.academic_content ul li {
  list-style: none;
  display: block;
  float: left;
  width: 300px;
  height: 234px;
}

.academic_content ul li img {
  width: 280px;
  height: 160px;
}

.academic_content ul li span {
  padding-top: 10px;
  float: left;
}

/*专家滚动*/
.swiper div {
  overflow: visible;
}

.expertSwiper {
  width: 1205px;
  margin: 60px 0 0 70px;
}

.expertSwiper img {
  width: 233px;
  height: 233px;
}

.expert_slide {
  background-color: rgb(59, 153, 104);
  width: 233px;
  height: 339px;
  list-style: none;
  display: block;
}

.expert_slide span {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
}

.expert_slide label {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
}

.expert-swiper-button-left {
  background: rgb(206, 214, 206);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
  left: -20px;
  top: -220px;
}

.expert-swiper-button-left:hover {
  background: rgb(43, 46, 51);
}

.expert_prev {
  color: rgb(255, 255, 255);
  margin-left: 15px;
}

.expert-swiper-button-right {
  background: rgb(206, 214, 206);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
  right: -1130px;
  top: -300px;
}

.expert-swiper-button-right:hover {
  background: rgb(43, 46, 51);
}

.expert_next {
  color: rgb(255, 255, 255);
  margin-right: 15px;
}

.science_left_t {
  line-height: 50px;
}

.science_left_title {
  float: left;
  font-size: 18px;
}

.science_left_title_eng {
  float: left;
  padding-left: 20px;
}

.science_left_more {
  float: left;
}

.science_left_img {
  width: 588px;
  height: 321px;
}

.science_left_content {
  width: 550px;
}

.science ul {
  padding-top: 20px;
}

.science ul li {
  list-style: none;
  line-height: 24px;
}

.science ul li span {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.science ul li date {
  font-size: 16px;
  color: rgb(153, 153, 153);
  float: right;
}

.science_right_title {
  font-size: 11.581px;
  color: rgb(59, 153, 104);
  text-align: center;
  -moz-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
  -webkit-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
  -ms-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
}

.science_right_title_eng {
  font-size: 8.686px;
  color: rgb(48, 48, 48);
  text-align: center;
  -moz-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
  -webkit-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
  -ms-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
}

.science_right_more {
  font-size: 11.581px;
  color: rgb(59, 153, 104);
  text-align: center;
  -moz-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
  -webkit-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
  -ms-transform: matrix(2.07233196559241, 0, 0, 2.07233196559241, 0, 0);
}

.science_right_img {
  width: 588px;
  height: 321px;
}

.science_right_content {
  width: 550px;
}

.antiSwiper {
  width: 1200px;
  margin-left: 370px;
}

.antiSwiper img {
  width: 295px;
  height: 170px;
}

.anti_slide {
  background-color: rgb(255, 255, 255);
  text-align: left;
}

.anti_slide span {
  font-size: 14px;
  color: rgb(102, 102, 102);
  -moz-transform: matrix(1.04392558989896, 0, 0, 1.04394654393191, 0, 0);
  -webkit-transform: matrix(1.04392558989896, 0, 0, 1.04394654393191, 0, 0);
  -ms-transform: matrix(1.04392558989896, 0, 0, 1.04394654393191, 0, 0);
  margin: 10px 10px 0 10px;
  display: block;
}

.anti-swiper-button-left {
  background: rgb(206, 214, 206);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
  top: -160px;
}

.anti-swiper-button-left:hover {
  background: rgb(43, 46, 51);
}

.anti_prev {
  color: rgb(255, 255, 255);
  margin-left: 15px;
}

.anti-swiper-button-right {
  background: rgb(206, 214, 206);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
  left: 1120px;
  top: -240px;
}

.anti-swiper-button-right:hover {
  background: rgb(43, 46, 51);
}

.anti_next {
  color: rgb(255, 255, 255);
  margin-right: 15px;
}

.member_nav ul {
  font-size: 18px;
  list-style: none;
  text-align: center;
}

.content_1 div {
  padding: 10px;
}

.content_2 div {
  padding: 10px;
}

.content_3 div {
  padding: 10px;
}

.content_4 div {
  padding: 10px;
}

.content_1,
.content_2,
.content_3,
.content_4 {
  width: 900px;
  margin: 10px auto;
}


.member_nav li {
  border-radius: 19px;
  background-color: rgb(59, 153, 104);
  display: inline-block;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
}

.member_nav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 10px 25px;
}

.member_nav a:hover {
  background-color: rgb(255, 198, 0);
  border-radius: 19px;
}

.footer {
  background-color: rgb(59, 153, 104);
  width: 100%;
  position: relative;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer_content {
  padding: 30px 0;
}

.footer .footer_icon {
  float: left;
  width: 70%;
}

.footer .footer_title {
  font-size: 42px;
  float: left;
  padding-top: 10px;
}

.footer .footer_address {
  color: rgb(255, 255, 255);
  text-align: left;
  margin-top: 10px;
}

.footer .footer_nav ul {
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.footer .footer_nav ul li {
  list-style: none;
  margin-top: 5px;
}

.footer .footer_code_img {
  float: left;
}

.footer .footer_code_title {
  font-size: 14px;
  color: rgb(255, 255, 255);
  float: right;
  writing-mode: vertical-lr;
}

.foot_1 {
  width: 45%;
  float: left;
  display: inline;
}

.foot_2 {
  width: 20%;
  float: left;
  display: inline;
}

.foot_3 {
  width: 30%;
  float: right;
  display: inline;
}

.foot_2 ul li {
  padding: 5px 60px;
}

.foot_2 ul li a {
  color: #fff;
}

.foot_2 ul li a:hover {
  color: #fff;
}

.foot_3 div {
  float: right;
  text-align: center;
}

.foot_3 img {
  width: 80px;
  height: 80px;
}

/*文章列表*/
.content_box {
  margin: 60px auto;
  width: 1200px;
}

.content_list {
  width: 700px;
  min-height: 683px;
  word-wrap: break-word;
  word-break: break-all;
  float: left;
}

.list {
  width: 100%;
  padding: 10px 0;
}

.list .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list .title a {
  font-size: 15px;
  color: #333333;
  margin-right: 50px;
  flex: 1;
  width: 0;
}

.list .title .title_link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list .title span {
  color: #c8c8c8;
  font-size: 12px;
  padding-left: 15px;
  background: url(/static/img/time.png) no-repeat left center;
  background-size: 12px auto;
}

.content {
  width: 700px;
  float: left;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content span {
  color: #969696;
  font-size: 14px;
}

.content_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.content_btn a {
  width: 100px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  background: rgba(252, 252, 252, 1);
  border: 1px solid rgba(240, 240, 240, 1);
  color: rgb(59, 153, 104);
  font-size: 12px;
  border-radius: 2px;
}

.content_right {
  width: 420px;
  float: left;
  margin-left: 80px;
}

.content_right .title {
  width: 420px;
  height: 35px;
  line-height: 35px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.title_li {
  width: 10px;
  height: 20px;
  background: rgb(59, 153, 104);
  float: left;
}

.title_content {
  font-size: 24px;
  color: rgb(59, 153, 104);
}

.line {
  width: 240px;
  height: 1px;
  background: rgb(59, 153, 104);
  float: left;
}

.more {
  width: 35px;
  height: 35px;
  display: inline-block;
}

.more_content {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid rgb(59, 153, 104);
  color: rgb(59, 153, 104);
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.list {
  margin-bottom: 20px;
}

.list ul li {
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  padding: 0px 0px 0 20px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(/static/img/right_li.png) no-repeat left center;
}

/*文章详情*/
.article {
  width: 700px;
  float: left;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  line-height: 24px;
}

.article .title {
  text-align: center;
  padding: 10px 0 10px 0;
}

.article .time {
  text-align: center;
}

hr {
  margin: 10px 0 10px 0;
}

.article img {
  width: 900px;
}

.content_text {
  line-height: 24px;
}

.content_text p {
  padding: 4px 0;
}

.content_text img {
  text-align: center;
  max-width: 600px;
  display: flex;
  width: 90%;
  margin: 0 auto;
}






/**手机样式**/

@media screen and (max-width: 900px) {

  .layadmin-flexible {
    display: block !important;
  }

  .layui-side {
    display: block !important;
  }

  .w1200 {
    width: 100%;
    margin: 0 auto;
  }

  .top_right {
    display: none;
  }

  .top_left {
    float: none;
    display: block;
    text-align: center;
  }

  .top_left img {
    width: 80%;

  }

  .nav {
    display: none;
  }

  .banner {
    background: url(https://www.whazkfh.com/uploads/banner/20241024/0f8b1aa1b00bac53bb1b77664657c6a9.jpg);
    width: 100%;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .banner-box {
    display: none;
  }


  .w1200_title {
    font-size: 2rem;
    border: none;
    width: 100%;
    padding-top: 40px;
    margin: 0;
  }

  .introduction_content {
    font-size: 1rem;
    height: 116px;
    width: 50%;
  }

  .news_content_left img{
    display: none;
  }
  .news_content_left{width:98%; margin:0 auto; padding-left:1%}

  .news_content_right {
    width: 98%;
    margin: 0 auto;
  }

  .news_content_right li {
    font-size: 1rem;
    line-height: 2rem;
  }

  .news_content_right li span {
    width: 70%;
    float: left;
  }

  .introduction_img_box {
    width: 48%;
    height: 160px;
    background: none;
  }

  .introduction_img_box img {
    width: 100%;
  }

  .science_left {
    width: 100%;
  }

  .science_left_t {
    display: none;
  }

  .science_right {
    display: none;
  }

  .science_left_img {
    display: none;
  }

  .science_left_content {
    width: 100%;
    font-size: 2rem
  }

  .science ul li {
    line-height: 2rem;
    overflow: hidden;
    font-size: 2rem
  }

  .science ul li a {
    display: block;
    font-size: 1rem
  }

  .science ul li span {
    width: 70%;
    font-size：1rem
  }

  .science ul li date {
    font-size: 1rem
  }

  .swiper-slide {
    width: 50%;
    float: left;
  }

  .expert_slide {
    width: 50%;
    float: left;
  }

  .academic_content ul li {
    width: 46%;
    float: left;
    margin: 2%;
  }

  .academic_content ul li img {
    width: 100%;
  }

  .member {
    display: none;
  }

  .footer {
    width: 100%;
  }

  .footer a {
    color: #fff
  }

  .footer .footer_address {
    font-size: 14px;
  }

  .footer_content {
    padding: 10px;
  }

  .foot_1 {
    width: 98%
  }

  .foot_2 {
    display: none;
  }

  .footer_content {
    margin: 15px 0;
  }

  .foot_3 {
    margin: 10px 0;
    float: left;
    width: 100%;
  }

  .foot_3 div {
    float: left;
    width: 30%;
  }

  .footer .footer_icon {
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .article {
    width: 100%;
  }

  .content_right {
    display: none;
  }

  .content_box {
    width: 96%;
    margin: 2%;
  }

  .content_text img {
      margin: 0 auto;
    width: 90%;
    height: 100%;
    display: flex;
  }

}

/**手机样式end**/
