﻿html,
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  
}
a{
  text-decoration:none;
}
.top_slogan {
  width: 100%;
  line-height: 1rem;
  margin-bottom: 0.15rem;
}
.top_slogan img {
  width: 100%;
}
/*swiper&&news*/
.content_A {
  width: 100%;
}
.swiper-container1{
  width: 90%;
  margin: 0 auto;
}
.swiper-wrapper {
  width: 95%;
  margin: 0 auto;
}
.swiper-wrapper2{
  width: 100%!important;
  margin: 0 auto;
  height: auto!important;
}
.swiper-slide img {
  width: 95%;
}
.swiper-slide2 img {
  width: 100%;
  margin: 0 auto;
}
.swiper-button-next {
  right: 0px !important;
}
.swiper-button-prev {
  left: 0px !important;
}
.pagination1{
  position: absolute;
  left: 85%;
  top: 3.6rem;
  z-index: 9;
}
.pagination1 p{
  display: inline-block;
  margin: 2px 2px;
}
.swiper_custom1{
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
}
.active1{
  background: #FF6600;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.2rem;
}
.swiper_img_title {
  width: 90%;
  line-height: 0.4rem;
  background: #000;
  opacity: 0.7;
  text-align: left;
  text-indent: 0.4em;
  position: relative;
  top: -0.4rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}
.swiper_img_title2 {
  width: 95%;
  line-height: 0.4rem;
  background: #000;
  opacity: 0.7;
  text-align: left;
  text-indent: 0.4em;
  position: relative;
  top: -0.66rem;
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
}
.news_A {
  margin-top: -0.4rem;
}
.news_B {
  margin-bottom: 0.2rem;
}
.news_p1{
  color: #EE6F2D!important;
  font-size: 0.18rem!important;
}
.news_detailed{
  color: #DA2A1C!important;
  font-size: 0.16rem!important;
  line-height: 0.2rem!important;
}
.news_title,
.news_title_2 {
  width: 90%;
  line-height: 0.4rem;
  border-bottom: 2px solid #337645;
  display: flex;
  margin: 0 auto;
}
.news_img{
  position: relative;
  top: 1px;
  width: 0.25rem;
}
.news_img2{
  position: relative;
  top: 1px;
  width: 0.2rem;
}
.news_title_content {
  font-size: 0.2rem;
  text-align: center;
  color: #337645;
  cursor: pointer;
}
.news_content {
  width: 90%;
  margin: 0 auto;
}
.news_content > div {
  margin-top: 0.15rem;
}
.news_content_2 {
  width: 90%;
  margin: 0 auto;
}
.news_content_2 > div {
  margin-top: 0.15rem;
}
.news_content_details{
  overflow: auto;
  position: relative;
}
.news_content_details img{
  margin-right: 0.1rem;
  position: relative;
  top: -1px;
}
.news_content_details p {
  font-size: 0.16rem;
  float: left;
  line-height: 0.49rem;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
} 
.news_content_details a{
  color: #3b3b3b;
}
.news_content_details span {
  font-size: 0.12rem;
  opacity: 0.7;
  line-height: 0.49rem;
  float: right;
  text-align: right;
}
.news_content_details a:hover{
  color: #017840!important;
}
.news_content_more {
  font-size: 0.2rem;
  width: 100%;
  text-align: center;
  color: #999999;
  margin-top: 0.2rem;
}
.news_content_more a {
  color: #000;
  cursor: pointer;
}
/*sort*/
.content_B {
  width: 95%;
  margin:  0 auto;
}
.sort_content {
  text-align: center;
  padding-top: 0.2rem;
}
.sort_content img {
  width: 2rem;
}

/*news&&topic*/
.content_C {
  width: 100%;
}

/*menu*/
.menu{
  width: calc(100% - 2px);
  margin-bottom: 0.2rem;
  border: 1px solid #E7E7E7;
}
.menu_title{
  font-weight: 600;
  text-align: left;
  text-indent: 0.15rem;
  font-size: 0.2rem;
  color: #017840;
  width: 100%;
  line-height: 0.45rem;
  background: linear-gradient(to top, #E7E7E7, #fff);
}
.menu_content{
  min-height: 2.3rem;
}
.menu_content p{
  float: left;
  width: 42.5%;
  margin-left: 5%;
  text-indent: 0.1rem;
  font-size: 0.14rem;
  line-height: 0.4rem;
  margin-bottom: 0;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 3%;
}
.menu_content p:hover{
  color: #02A474;
}
.menu_content p:hover > .menu_content_img{
   display: none;
}
.menu_content p:hover > .menu_content_img2{
  display: block;
}
.menu_content_img{
  float: left;
  width: 0.2rem;
  position: relative;
  top: 0.1rem;
  left: 0.1rem;
  margin-right: 0.1rem;
}
.menu_content_img2{
  display: none;
  float: left;
  width: 0.2rem;
  position: relative;
  top: 0.1rem;
  left: 0.1rem;
  margin-right: 0.1rem;
}
.content_E {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/*è‡ªé€‚åº”*/

@media (max-width: 749px) {
  .news_content_more {
    display: block;
  }
}
@media (min-width: 750px) {
  .news_content_more {
    display: block;
  }
  .pagination1{
    position: absolute;
    left: 85%;
    top: 3.7rem;
    z-index: 9;
  }
}
@media (min-width: 1023px) {
  .pagination1{
    position: absolute;
    left: 85%;
    top: 5.3rem;
    z-index: 9;
  }
}
@media (max-width: 1200px) {
  .content_swiper {
    width: 100%;
  }
  .swiper_btn {
    display: none;
  }
  .news_more,.news_more2{
    display: none;
  }
}
@media (min-width: 1200px) {
  .content_B {
    width: 12rem;
    margin: 0 auto;
  }
  .menu{
    width: 32%;
    margin-bottom: 0;
  }
  .menu_center{
    margin: 0 1.5%;
  }
  .news_img{
    position: relative;
    top: 2px;
    width: 0.2rem;
  }
  .news_img2{
    position: relative;
    top: 1px;
    width: 0.15rem;
  }
  .top_slogan{
    width: 12rem;
    margin: 0 auto;
    margin-bottom: 0.15rem;
  }
  .menu_content{
    min-height: 1.8rem;
  }
  .sort_content {
    padding-top: 0rem;
  }
  .sort_content img {
    width: 1.8rem;
  }
  /*swiper&&news*/
  .content_A{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .content_C {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .swiper-wrapper {
    width: 6rem;
    height: 3.7rem;
    margin: 0 auto;
  }
  .swiper-slide2{
    margin: 0 0.01rem;
    height: 1.6rem!important;
    overflow: hidden;
  }
  .swiper-slide2 img {
    width: 3.7rem!important;
    height: 1.6rem!important;
    margin: 0 auto;
  }
  .swiper-slide img {
    width: 6rem;
    height: 3.6rem;
  }
  .swiper-slide img:hover{
    opacity: 0.8;
  }
  .swiper-slide2 img:hover{
    transform: scale(1.3);
	  transition: all 1s ease 0s;
	  -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
    z-index: 9;
  }
  .content_swiper {
    display: flex;
  }
  .news_A{
    margin-top: 0;
  }
  .news_more{
    position: relative;
    top: -0.15rem;
    color: #333!important;
    font-size: 0.16rem!important;
  }
  .news_more2{
    position: absolute;
    right: 0;
    font-size: 0.16rem;
    color: #017840;
    margin-top: 0.02rem;
  }
  .news_content_more,
  .swiper_img_title {
    display: none;
  }
  .news_title,
  .news_content {
    width: 95%;
    margin-left: 5%;
  }
  .news_details2{
    width: 47.5%;
    margin-left: 2.5%;
  }
  .news_title_2,.news_content_2 {
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  .content_E {
    width: 12rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
  .swiper_btn {
    background: #f5f5f5;
    width: 2rem;
  }
  .swiper_btn_img{
    position: relative;
    top: -0.07rem;
  }
  .swiper_img_title2{
    width: 100%;
  }
  .button-prev,
  .button-next {
    width: 2rem;
    text-align: center;
    line-height: 0rem;
    background: #dedede;
    overflow: hidden;
  }
  .pagination {
    margin: 0.02rem 0 !important;
  }
  .pagination1{
    position: absolute;
    left: 5rem;
    top: 2.44rem;
    z-index: 9;
  }
  .pagination1 p{
    display: inline-block;
    margin: 2px 2px;
  }
  .pagination p {
    margin: 2px 0;
  }
  .swiper-container1{
    width: 95%;
    margin: 0 auto;
  }
  .swiper-wrapper2{
    width: 100%!important;
    margin: 0 auto;
    height: auto!important;
  }
  .swiper_custom2 {
    color: #000;
    font-size: 0.18rem;
    width: 2rem;
    line-height: 0.425rem;
    text-align: center;
    background: #e9e9e9;
    cursor: pointer;
  }
  .swiper_custom1{
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
  }
  .active1{
    background: #FF6600;
  }
  .active {
    color: #fff;
    background: linear-gradient(to top right, #5da1ce, #016fa4);
  }
  .news_content_details2 a:nth-child(2n){
    width: 47.5%;
    margin-left: 2.5%;
  }
  .news_current_triangle{
    display: none;
    position: relative;
    top: 0.06rem;
    width: 0;
    border-top: 0.05rem solid #00699d;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
  }
}
