/**
 * changing Jason song  2021-04-14

 */

 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   font-weight: normal;
   vertical-align: baseline;
 }
 
 /* HTML5 display-role reset for older browsers */
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
   display: block;
 }
 
 ol,
 ul,
 li {
   list-style: none;
 }
 
 blockquote,
 q {
   quotes: none;
 }
 
 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }
 
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
 /* custom */
 a {
   color: #7e8c8d;
   text-decoration: none;
   -webkit-backface-visibility: hidden;
 }
 
 ::-webkit-scrollbar {
   width: 5px;
   height: 5px;
 }
 
 ::-webkit-scrollbar-track-piece {
   background-color: rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
 }
 
 ::-webkit-scrollbar-thumb:vertical {
   height: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 
 ::-webkit-scrollbar-thumb:horizontal {
   width: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 
 html,
 body {
   width: 100%;
   font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
 }
 
 body {
   line-height: 1;
   -webkit-text-size-adjust: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 
 html {
   overflow-y: scroll;
 }
 
 /*清除浮动*/
 .clearfix:before,
 .clearfix:after {
   content: " ";
   display: inline-block;
   height: 0;
   clear: both;
   visibility: hidden;
 }
 
 .clearfix {
   *zoom: 1;
 }
 
 /*隐藏*/
 .hidden {
   display: none;
 }
 
 /*浮动*/
 .fl {
   float: left;
 }
 
 .fr {
   float: right;
 
 }
 
 /*居中部分*/
 .m1200 {
   margin: 0 auto;
   width: 1200px;
   height: auto;
   overflow: hidden;
 
 }
 
 .m1440 {
   margin: 0 auto;
   width: 1440px;
   height: auto;
   overflow: hidden;
 
 }
 
 /*全屏*/
 .main-full {
   width: 100%;
   height: auto;
   overflow: hidden;
 }
 
 /*分页*/
 .page{
  width: 100%;
  float: left;
 }
 .page .page-numbers{
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 0 14px;
  display: block;
  float: left;
}
.page .page-numbers.actiive{
  background-color: #0a9663;
  color: #fff;
}
 
 
 /*------常规颜色-----------*/
 /*白色*/
 .c0 {
   color: #fff
 }
 
 .bg0 {
   background-color: #fff
 }
 
 /*黑色 通常用于标题 */
 .c1 {
   color: #000;
 }
 
 .bg1 {
   background-color: #000
 }
 
 /*浅黑色 通常用于正文、简介*/
 .c2 {
   color: #666;
 }
 
 .bg2 {
   background-color: #666
 }
 
 /*灰色 通常用于不可用、日期、一些需要减淡显示的内容*/
 .c3 {
   color: #ccc
 }
 
 .bg3 {
   background-color: #ccc
 }
 
 
 /*------------定制颜色--------------*/
 
 /*基准色*/
 .c4 {
   color: #428d3e
 }
 
 .bg4 {
   background-color: #428d3e
 }
 
 /*加深 */
 .c5 {
   color: #307043
 }
 
 .bg5 {
   background-color: #307043
 }
 
 /* 减淡 */
 .c6 {
   color: #58b773
 }
 
 .bg6 {
   background-color: #58b773
 }
 
 
 
 
 /*面包屑导航*/
.position{
  padding: 40px 0px;
}
.position a{
  color: #333;
}
 /*栏目标题*/
 
 
 
 /* 头部 */
 .m_head {
   width: 100%;
   height: 344PX;
   background: url(../images/banner_bg7.png) top center no-repeat;
   background-size: auto 344px;
 }
 
 .m_head .m_head_bot {
   width: 100%;
   margin-top: 40px;
 }
 
 .m_head .m_head_bot .m_head_logo,
 .m_head .m_head_bot .m_head_logo a {
   width: 100%;
   height: 100px;
 }
 
 .m_head .m_head_bot .m_head_logo img {
   width: 100px;
   margin: 0 auto;
   display: block;
 }
 
 .m_head .m_head_bot .m_head_title {
   width: 100%;
   text-align: center;
   margin-top: 16px;
   font-size: 48px;
   margin-bottom: 30px;
 }
 
 .m_head .m_head_bot .m_head_title a {
   color: #0d704e;
   /* color: #fff; */
   font-weight: 600;
   text-shadow: 0px 0px 14px rgba(255, 255, 255);
 }
 .m_head .m_head_bot .m_head_title p{
   font-size: 18px;
   color: #0a9663;
   margin-top: 10px;
 }
 .m_head .m_head_bot .m_head_form {
   width: 100%;
   height: 56px;
   display: flex;
   justify-content: center;
 }
 
 .m_head .m_head_bot .m_head_form form {
   box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
   box-sizing: border-box;
   border-radius: 5px;
   overflow: hidden;
 }
 
 .m_head .m_head_bot .m_head_form form .search {
   width: 470px;
   height: 56px;
   background-color: #fff;
   padding-left: 15px;
   box-sizing: border-box;
   border: none;
   border-radius: 5px 0px 0px 5px;
   float: left;
 }
 
 .m_head .m_head_bot .m_head_form .search-btn {
   width: 130px;
   height: 56px;
   background-color: #0c704c;
   border: none;
   color: #fff;
   border-radius: 0px 5px 5px 0px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 24px;
   cursor: pointer;
 }
 
 .m_head .m_head_bot .m_head_form .search-btn span {
   width: 24px;
   height: 24px;
   background: url(../images/search-btn.png) top center no-repeat;
   background-size: contain;
   display: block;
   margin-right: 5px;
 }
 
 
 /* 导航 */
 .m_nav {
   height: 60px;
   background: #208952;
   border-bottom: 2px solid #0a9663;
 }
 
 .m_nav .nav_list ul li {
   width: 12.5%;
   float: left;
   /* margin-right: 140px; */
 }
 
 .m_nav .nav_list ul li:last-child {
   margin-right: 0px;
 }
 
 .m_nav .nav_list ul li a {
   height: 62px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #fff;
   font-size: 24px;
 }
 
 .m_nav .nav_list ul li a img {
   width: 30px;
   margin-right: 5px;
 }
 
 .m_nav .nav_list ul li.act {
   background: #0c704c;
 }
 


/* 友情链接 */
.m_url{
  width: 100%;
  height: 82px;
  background: #f0f9ee;
  padding-top: 20px;
  box-sizing: border-box;
}
.m_url .url_list .url_li{
  width: 252px;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  float: left;
  margin-left: 20px;
  background: #fff url(../images/slidedown.png) 240px center no-repeat;
}
.m_url .url_list .url_li:first-child{
  margin-left: 0px;
}
.m_url .url_list .url_li a{
  color: #333;
}






 
 /* 底部 */
 .m_foot {
   width: 100%;
 }
 
 .m_foot .foot_top {
   width: 100%;
   height: 176px;
   background: #33883f;
   padding-top: 40px;
   box-sizing: border-box;
 }
 
 .m_foot .foot_top .foot_top_fl,
 .m_foot .foot_top .foot_top_fr {
   width: 410px;
   height: 120px;
 }
 
 .m_foot .foot_top ul li {
   width: 130px;
   height: 120px;
   float: left;
   margin-right: 10px;
   background-color: rgba(255, 255, 255, 0.10);
 }
 
 .m_foot .foot_top .foot_top_fl ul li:last-child,
 .m_foot .foot_top .foot_top_fr ul li:last-child {
   margin-right: 0px;
 }
 
 .m_foot .foot_top ul .foot_class1 a {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.80);
 }
 
 .m_foot .foot_top ul .foot_class1 a img {
   width: 30px;
   margin: 0 auto;
   display: block;
   padding-bottom: 20px;
   padding-top: 30px;
 }
 
 .m_foot .foot_top ul .foot_class1 a span {
   width: 100%;
   text-align: center;
   display: block;
   line-height: 1.5;
 }
 
 .m_foot .foot_top ul .foot_class2 {
   display: flex;
   justify-content: center;
   align-items: center;
 }
 
 .m_foot .foot_top ul .foot_class2 img {
   width: 110px;
 }
 
 
 .m_foot .foot_top .foot_top_fr ul li:nth-child(1) img{
   width: 70px;
   padding-top: 13px;
   padding-bottom: 10px;
 }
 .m_foot .foot_top .foot_top_fr ul li:nth-child(2) img {
   width: 60px;
   padding-top: 13px;
   padding-bottom: 0px;
 }
 
 
 .m_foot .foot_top_cen {
   width: 560px;
   margin: 0 30px;
   text-align: center;
 }
 
 .m_foot .foot_top_cen .foot_cen_pic {
   width: 80px;
   margin: 0 auto;
   margin-bottom: 10px;
 }
 
 .m_foot .foot_top_cen .foot_cen_pic img {
   width: 100%;
 }
 
 .m_foot .foot_top_cen span {
   color: #fff;
   font-size: 20px;
   font-weight: 600;
 }
 
 
 
 
 
 
 
 
 
 .m_foot .foot_bot {
   width: 100%;
   height: 64px;
   background: #2d8039;
 }
 
 .m_foot .foot_bot p {
   color: rgba(255, 255, 255, 0.80);
   line-height: 64px;
   text-align: center;
 }
 
 .m_foot .foot_bot p a {
   color: rgba(255, 255, 255, 0.80);
 }