* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 0.5s;
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
dl,
dd,
dt,
input,
div {
  font-weight: normal;
}
/* html,body,ul,p,ol,li,h1,h2,h3,h4,h5,h6,form,dl,dt,dd,input,span{font:16px/21px "Arial",sans-serif;} */
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
input {
  outline: none;
  border: none;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
}
img {
  display: block;
}

/* Common-Class */
.w1700 {
  width: 100%;
  max-width: 1730px;
  padding: 0 15px;
  margin: 0 auto;
}
.w1360 {
  width: 100%;
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
}
.w1200 {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.none {
  display: none !important;
}
.block {
  display: block !important;
}
.flex {
  display: flex !important;
}
.flex_wr {
  display: flex;
  flex-wrap: wrap;
}
.flex_ju {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text_l {
  text-align: left;
}
.text_cen {
  text-align: center;
}
.text_r {
  text-align: right;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis_er {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis_san {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Imgovf {
  width: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.Imgovf:hover img {
  transform: scale(1.1);
}
.Imgovf img {
  width: 100%;
  transition: 0.5s;
}
.cc_bg {
  width: 0;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #046e47;
  z-index: -1;
}
.cc_3 {
  width: 32.5%;
  margin: 0 1.25% 1.25% 0;
  cursor: pointer;
}
.cc_3:nth-child(3n + 3) {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .cc_3 {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .cc_3:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .cc_3:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .cc_3 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .cc_3:nth-child(3n + 3) {
    margin-right: 0;
  }
}

/* @media screen and (max-width: 900px) {
	.w1360{padding: 0;}
} */

.header {
  padding: 20px 0;
  overflow: hidden;
}
.header .w1700 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header_l {
  display: flex;
  align-items: center;
}
.header_logo {
  max-width: 80%;
  margin-right: 40px;
}
.header_main p {
  color: #666666;
  font-size: 18px;
}
.header_shuliang {
  border: 1px solid #7bcbb3;
  color: #3f3f3f;
  display: flex;
  align-items: center;
  padding: 3px 10px;
  margin-bottom: 25px;
}
.header_shuliang p {
  display: flex;
  align-items: center;
  padding: 3px;
}
.header_shuliang_xian {
  margin: 0 5px;
}
.header_shuliang span {
  color: #34af8b;
  font-size: 20px;
}
.header_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: right;
}
.header_btn a {
  display: inline-block;
  color: #8c8c8c;
}
.header_btn_lv {
  color: #13a278 !important;
}
.header_btn_xian {
  margin: 0 15px;
}
@media screen and (max-width: 1080px) {
  .header_l {
    width: 100%;
  }
  .header_r {
    margin: 0 auto;
  }
  .header_logo {
    margin: 0 auto;
  }
  .header_main {
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  .header_l {
    flex-wrap: wrap;
  }
  .header_main {
    text-align: center;
    margin: 5px 0 10px;
  }
  .header_shuliang {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding: 20px 0 0;
    position: relative;
    z-index: 2;
  }
  .header_shuliang {
    margin-bottom: 15px;
  }
  .header_shuliang {
    display: none;
  }
  .header_l {
    display: none;
  }
  .header_r {
    margin: initial;
  }
}
@media screen and (max-width: 550px) {
  .header_main p {
    font-size: 16px;
  }
  .header_shuliang span {
    font-size: 18px;
  }
}

.nav {
  position: relative;
  z-index: 11;
}
.nav .w1700 {
  overflow: visible !important;
}
.nav_li {
  display: flex;
  border-bottom: 5px solid #90c741;
}
.nav_li_li {
  width: 100%;
  display: inline-block;
  padding: 20px 30px;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.header_bottom_zhezhao {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 130%;
  background-color: #90c741;
  transition: 0.5s;
  padding: 5px;
  z-index: 99;
}
.header_bottom_zhezhao a {
  color: #fff;
  display: block;
  padding: 5px;
}
.header_bottom_zhezhao a:hover {
  background-color: #079d71;
}
.nav_li_li:hover .header_bottom_zhezhao {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.nav_li_btn {
  color: #079d71;
}
.nav_li_btn::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: inline-block;
  background-color: #079d71;
}
@media screen and (max-width: 1550px) {
  .nav_li_li {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1250px) {
  .nav_li_li {
    padding: 10px;
  }
}
@media screen and (max-width: 1170px) {
  .nav_li_li {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .nav_li {
    margin-top: -36px;
  }
  .nav_li_li {
    display: none !important;
  }
}

/* 头部汉堡按钮 */
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  float: right;
}
.line {
  fill: none;
  stroke: #046e47;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
@media screen and (min-width: 600px) {
  .menu {
    display: none !important;
  }
}

/* 手机头部 */
.rotate90 {
  transform: rotate(90deg);
}
.shouji_header {
  position: fixed;
  right: -300px;
  top: 0;
  height: 100%;
  z-index: 12;
  background-color: rgb(255, 255, 255);
  width: 300px;
  overflow: hidden;
  transition: 0.5s;
  padding: 25px;
}
.shouji_header_li {
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
}
.shouji_header_li a {
  font-size: 18px;
  display: block;
}
.shouji_header_li a img {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 1px;
  transition: 0.5s;
}
.zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.3);
  z-index: 12;
  display: none;
}
.shouji_header_erji {
  margin: 15px 0 0 15px;
  display: none;
  transition: none;
}
.shouji_header_erji li {
  margin-bottom: 5px;
}
.shouji_header_erji li:last-child {
  margin-bottom: 0;
}
.shouji_header_erji a {
  font-size: 18px;
}
.shouji_header .btnzu {
  margin-bottom: 15px;
}
.shouji_header .btnzu a {
  background-color: #d4d4d4;
}
.shouji_header .btnzu a:hover {
  background-color: #fc4e29;
}
.shouji_btn {
  width: 250px;
  position: absolute;
  bottom: 25px;
}
.shouji_header .btnzu_input {
  width: 100%;
}
.shouji_header .btnzu_input input {
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .shouji_header {
    display: none;
  }
  .zhezhao {
    display: none;
  }
}

.footer {
  width: 100%;
  background: url(footer_bg.jpg);
}
.footer .w1700 {
  overflow: hidden;
}
.footer_logo {
  max-width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.footer_main_erweima {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.footer_main_erweima > div {
  margin-right: 50px;
}
.footer_main_erweima > div:last-child {
  margin-right: 0;
}
.footer_main_erweima p {
  margin: 5px 0;
  text-align: center;
}
.footer_list {
  max-width: 540px;
  width: 100%;
  margin: 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_list > div {
  font-size: 18px;
}
.footer_list > div:last-child {
  margin: 10px auto 0;
}
.footer_shiye {
  margin: 0 auto;
}
.beian {
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 550px) {
  .footer_logo {
    padding: 15px 0;
  }
  .footer_list > div {
    font-size: 16px;
  }
  .footer_list > div:last-child {
    margin: 5px auto 0;
  }
  .beian {
    font-size: 16px;
  }
}

/* 内页公共Nav */
.comNeiyeNav {
  padding: 15px 0;
}
.comNeiyeNav a {
  color: #707070;
  font-size: 14px;
}
.comNeiyeNav a:hover {
  color: #046e47;
}
.comNeiyeNav span {
  color: #707070;
  font-size: 14px;
}
@media screen and (max-width: 550px) {
  .comNeiyeNav {
    padding: 10px 0;
  }
}

/* 内页公共title */
.jingmian {
  transform: scaleX(-1);
}
.com_title_li {
  display: flex;
  justify-content: center;
}
.com_title_li span {
  font-size: 34px;
  margin: 0 5px;
}
.com_title_li_box {
  margin: 30px 0;
}
@media screen and (max-width: 550px) {
  .com_title_li_box {
    margin: 15px 0;
  }
  .com_title_li span {
    font-size: 20px;
  }
}

/* 内页公共tab样式 */
.zhanlan_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zhanlan_tabLi {
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}
.zhanlan_tabLi:last-child {
  margin-right: 0;
}
.zhanlan_tabLi img {
  margin-right: 10px;
}
.zhanlan_tabLi span {
  font-size: 24px;
}
.zhanlan_tabLiyou {
  display: none;
}
.zhanlan_tabLiBtn .zhanlan_tabLiwu {
  display: none;
}
.zhanlan_tabLiBtn .zhanlan_tabLiyou {
  display: block;
}
@media screen and (max-width: 550px) {
  .zhanlan_tabLi {
    margin-right: 10px;
  }
  .zhanlan_tabLi img {
    margin-right: 5px;
  }
  .zhanlan_tabLi span {
    font-size: 16px;
  }
}

/* 内页公共样式 */
.dongtaiBox_top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.dongtaiBox_top_li {
  width: 32.5%;
  margin: 0 1.25% 1.25% 0;
  cursor: pointer;
}
.dongtaiBox_top_li:nth-child(3n + 3) {
  margin-right: 0;
}
.dongtaiBox_top_main {
  font-size: 18px;
  color: #333333;
  padding: 15px 0 10px;
}
.dongtaiBox_top_time {
  width: 90px;
  color: #046e47;
}
.dongtaiBox_top_li .flex_ju {
  align-items: center;
}
.xian {
  width: calc(100% - 90px);
  height: 10px;
  background: url(../img/xian.png);
  background-size: 10px;
}
@media screen and (max-width: 900px) {
  .dongtaiBox_top_li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .dongtaiBox_top_li:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .dongtaiBox_top_li:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 550px) {
  .dongtaiBox_top_li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .dongtaiBox_top_li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .dongtaiBox_top_main {
    font-size: 16px;
  }
  .dongtaiBox_top_time {
    font-size: 14px;
    width: 80px;
  }
  .xian {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 550px) {
  .dongtaiBox .Imgovf img {
    height: 250px;
    object-fit: cover;
  }
}
.dongtaiBox_bottom_li {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.dongtaiBox_bottom_li:first-child {
  border-top: 1px solid #e5e5e5;
}
.dongtaiBox_bottom_l {
  width: calc(100% - 100px);
  display: flex;
  align-items: center;
}
.dongtaiBox_bottom_l:hover .dongtaiBox_bottom_main {
  color: #046e47;
}
.dongtaiBox_bottom_yuan {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #56bc9f;
  margin-right: 10px;
}
.dongtaiBox_bottom_main {
  width: calc(100% - 15px);
  color: #333;
}
.dongtaiBox_bottom_time {
  width: 90px;
  color: #333;
  text-align: right;
}
.dongtaiBox_gengduo {
  text-align: center;
  color: #333;
  border: 1px solid #d8d8d8;
  padding: 5px 35px;
  margin: 25px 0;
  display: inline-block;
}
@media screen and (max-width: 550px) {
  .dongtaiBox_bottom_l {
    width: calc(100% - 90px);
  }
  .dongtaiBox_bottom_li {
    padding: 15px 0;
  }
  .dongtaiBox_bottom_time {
    font-size: 14px;
    width: 80px;
  }
}

/* 内页分页样式 */
.fenye {
  margin: 25px 0;
  text-align: center;
}
.fenye a {
  min-width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.fenye_btn::after {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  display: inline-block;
  background-color: #046e47;
  width: 30px;
  height: 30px;
  z-index: -1;
  transform: rotate(45deg);
}
.fenye_btn {
  color: #fff !important;
}

/* 更多 */
.dongtaiBox_gengduo:hover {
  background-color: #046e47;
  border-color: #046e47;
  color: #fff;
}
