@charset "utf-8";
/* 设置主题 */
:root {--primary: #4b8510;}

/* css样式初始化 */
*,::before,::after {box-sizing: border-box;}
html { -moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;}
html {line-height: 1; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */}
body {margin: 0;min-width:1200px;}
body {font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
     'Segoe UI', Roboto,Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';}
body {font-family: inherit;line-height: inherit;}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {margin: 0;}
ol,ul {list-style: none;margin: 0;padding: 0;}
a {color: inherit;text-decoration: inherit;}
html {font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont,'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; /* 1 */line-height: 1; /* 2 */}
pre,code,kbd,samp {font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,'Liberation Mono', 'Courier New', monospace;}
img,video {max-width: 100%;height: auto;}
button,input,optgroup,select,textarea {padding: 0;line-height: inherit;color: inherit}
textarea {resize: vertical;}
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;color: #9ca3af;}
input::placeholder,textarea::placeholder {opacity: 1;color: #9ca3af;}

/* 滚动条+选中渲染css */
::selection{background:var(--primary);color:#fff;}
::-moz-selection{background:var(--primary);color:#fff;}
::-webkit-input-placeholder{text-overflow:ellipsis}
::-webkit-scrollbar{width:8px;height:8px;overflow:auto}
::-webkit-scrollbar-thumb{background-color:#e6e6e6;min-height:25px;min-width:25px;border:1px solid #e0e0e0}
::-webkit-scrollbar-track{background-color:#f7f7f7;border:1px solid #efefef}

/* 分页css */
.ui-bhpage{ width:auto; height:auto; overflow:hidden; clear:both; text-align:center;  margin:20px auto 20px auto;}
.ui-bhpage li{min-width:32px; height:32px;text-align:center; display:inline-block; line-height:32px; margin-right:4px;border:solid 1px #d9d9d9; border-radius:4px;}
.ui-bhpage li:first-child a,.ui-bhpage li:last-child a{box-sizing: border-box;padding: 0 10px;}
.ui-bhpage li:first-child span, .ui-bhpage li:last-child span {box-sizing: border-box;padding: 0 10px;}
.ui-bhpage li a{ width:100%; height:32px; text-align:center; line-height:32px; display:block; font-size:14px; color:#666; box-sizing: border-box; }
.ui-bhpage li:hover,.ui-bhpage li.active{ background:var(--primary); color:#fff; border:solid 1px var(--primary); }
.ui-bhpage li:hover a{ color: #fff;}

/* 文章分页 */
.article-pager{ width:100%; height:38px; margin:15px auto 15px auto; clear:both; text-align:center;}
.article-pager ul {display: flex;align-items: center;justify-content: center;}
.article-pager li{height:38px; border:solid 1px #efefef; text-align:center;line-height:38px; box-sizing:border-box; border-radius:4px; background:#fff;margin-left: 10px;flex: 1;max-width: 128px;}
.article-pager li a{ width:100%; height:38px; display:block; color:#333; font-size: 13px;}
.article-pager li a span{ font-size: 13px;}
.article-pager li:hover{  border:solid 1px var(--primary);}
.article-pager li:hover a{ color:var(--primary);}

/* 无数据 */
.ui-nodata {display: flex;justify-content: center;align-items: center;flex-direction: column;min-height: 300px;}
.ui-nodata img {max-width: 100px;}
.ui-nodata p {font-size: 15px;line-height: 30px;color: #444444;}

/* 文章内容 */
.ui-content{ width: 100%; min-height: 350px; margin: 10px auto; overflow: hidden;line-height:180%;word-wrap:break-word}
.ui-content p{ line-height: 32px; font-size: 16px;word-wrap:break-word;}
.ui-content img{ max-width: 100%;  border-radius: 3px; cursor: pointer; display: inline-block;}
.ui-content table{ width: 100%; border-collapse: collapse; margin: 10px auto;}
.ui-content table th{ padding:8px 12px; text-align: center; vertical-align: middle; background-color: #fafafa; border: solid 1px #dcdcdc;}
.ui-content table td{ padding:8px 12px; border: solid 1px #dcdcdc; font-size: 14px;}
.ui-content table tr:hover td{background-color: #fafafa;}
.ui-content table th:hover td{background-color: #efefef;}
.ui-content video{border:solid 1px #dcdcdc; overflow:hidden; padding:5px; border-radius:4px;}
.ui-content pre{ background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; line-height: 160%; padding: 10px 12px; font-size: 13px; color: #666;}
.ui-content pre code{ padding: 0; border: 0;}
.ui-content code{background-color: #f6f8fa; border: solid 1px #dcdcdc; border-radius: 4px; padding: 4px 6px; font-size: 12px; margin:0 2px;}
.ui-content input{ margin-right: 5px;}

/* 文本溢出省略 */
.ellipsis-1,.ellipsis-2,.ellipsis-3{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}
.ellipsis-1{-webkit-line-clamp:1}
.ellipsis-2{-webkit-line-clamp:2}
.ellipsis-3{-webkit-line-clamp:3}

/* 版心 */
.w {width: 1200px;margin: 0 auto;box-sizing: border-box;overflow: hidden;height: auto;padding: 0;}
.container{width: 100%;height: auto; overflow: hidden;}

/* 头部 */
.header {width: 100%;height: 170px;}
.header .head_container {height: 170px;width: 100%;background-image: url(../images/header_bg.jpg);background-repeat: no-repeat;background-size: cover;display: flex;align-items: center;}
.header .head_container .logo {height: 91px;}
.header .head_container .logo img {height: 100%;object-fit: contain;}

.header_nav {height: 60px;background-color: #2d5900;position: sticky;top: 0;left: 0;right: 0;z-index: 999;} 
.header_nav ul {display: flex;align-items: center;justify-content: flex-start;}
.header_nav ul li {height: 60px;padding: 0 30px;line-height: 60px;text-align: center;font-size: 18px;color: #fff;font-weight: bold;flex: 1;}
.header_nav ul li.active {background-color: var(--primary);}
.header_nav ul li:hover {background-color: var(--primary);}
/* 底部 */
.footer {background-color: #3e3e3e;}
.footer .footer_container {padding: 16px 0;display: flex;justify-content: space-between;align-items: center;}
.footer .footer_container .pageview_btn {height: 38px;border: 1px solid #5a5a5a;display: flex;align-items: center;width: 188px;justify-content: center;font-size: 14px;color: #8e8e8e;gap: 5px;}
.footer .footer_container .pageview_btn span {color: #fff;}
.footer .footer_container .left {display: flex;align-items: center;gap: 10px;}
.footer .footer_container .left p {font-size: 14px;line-height: 26px;color: #8e8e8e;}
.footer .footer_container .left a {font-size: 14px;line-height: 26px;color: #8e8e8e;}
.footer .footer_container .left a:hover {color: var(--primary);}

/* 首页 */
.search_container {height: 254px;background-image: url(../images/search_bg.jpg);background-repeat: no-repeat;background-size: cover;background-position: center;}
.search_container  .search_wrap {display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;gap: 30px;}
.search_container h2 {font-size: 38px;color: #000000;text-align: center;font-weight: bold;}
.search_container p {font-size: 16px;color: #777777;text-align: center;}
.search_container .search_form {display: flex;width: 900px;background-color: red;height: 60px;border-radius: 30px;border: 2px solid #4b8510;position: relative;box-sizing: border-box;overflow: hidden;}
.search_container .search_form .search_text {width: 100%;height: 58px;padding-left: 30px;outline: none;border: 0;padding-right: 92px;font-size: 16px;}
.search_container .search_form .search_btn {height: 50px;width: 80px;position: absolute;right: 6px;top: 50%;border: 0;transform: translateY(-50%);background-color: #4b8510;border-radius: 25px;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.search_container .search_form .search_btn i {font-size: 20px;color: #fff;}

.index_about_wrap {display: flex;justify-content: space-between;align-items: center;padding: 64px 0;align-items: flex-start;gap: 60px;}
.index_about_wrap .pic {height: 400px;width: 560px;flex-shrink: 0;overflow: hidden;border-radius: 10px;background-color: #d9dec0;} 
.index_about_wrap .pic img {width: 100%;height: 100%;object-fit: cover;}
.index_about_wrap .left {flex: 1;}
.index_about_wrap .left h2 {display: flex;border-bottom: 1px solid #dddddd;padding-bottom: 20px;align-items: center;gap: 10px;font-size: 28px;color: #000000;}
.index_about_wrap .left p {max-height: 250px;overflow-y: auto;font-size: 16px;color: #222222;line-height: 26px;margin: 30px 0;}
.index_more_btn {display: flex;width: 130px;height: 40px;border-radius: 4px;background-color: #4e8614;justify-content: center;align-items: center;font-size: 16px;line-height: 28px;color: #fff;}

/* 数据首页 */
.data_head_wrap {display: flex;padding-top: 50px;padding-bottom: 20px;align-items: flex-start;justify-content: space-between;gap: 30px;}
.data_head_wrap .pic {width: 337px;height: 242px;background-color:#d9dec0;overflow: hidden;border-radius: 10px;flex-shrink: 0;}
.data_head_wrap .pic img {width: 100%;height: 100%;object-fit: cover;}
.data_head_wrap .cont {flex: 1;}
.data_head_wrap .cont h3 {font-size: 26px;margin: 10px 0;color: #222222;}
.data_head_wrap .cont p {font-size: 16px;line-height: 24px;}

.other_top_tit {padding: 30px 0;margin-top: 15px;border-bottom: 2px solid #4e8614;}
.other_top_tit h2 {font-size: 30px;color: #222222;font-weight: normal;}

.basicinfo_wrap {padding: 30px 0;border-bottom: 1px solid #dddddd;}
.basicinfo_wrap h4 {font-size: 24px;font-weight: bold;color: #222222;}
.basicinfo_wrap ul {margin-top: 30px;}
.basicinfo_wrap ul li {display: flex;align-items: center;gap: 60px;}
.basicinfo_wrap ul li span {font-size: 16px;line-height: 40px;}
.basicinfo_wrap ul li .tit {width: 170px;}

.strurture_wrap {width: 100%;background-color: #edf3e7;margin: 20px 0;line-height: 30px;padding: 20px;}
.text_wrap {display: flex;align-items: center;gap: 30px;}
.text_wrap p:first-child {color: #ff004a;}
.text_wrap p:last-child {color: #0000ff;}

.strurture_btn_wrap {display: grid;grid-template-columns: repeat(2,1fr);row-gap: 20px;column-gap: 30px;}
.strurture_btn {display: flex;align-items: center;height: 50px;background-color: #4e8614;padding: 0 20px;font-size: 18px;color: #ffffff;cursor: pointer;gap: 20px;}

.chart {width: 600px;height: 400px;}
