@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2025/01/01.
 * WX:18900220083
 * QQ:215611388
 * SITE:www.uicut.com
 */
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
/* 定义字体 */
/*@font-face {*/
/*  font-family: "MyFangSong";*/
/*  src: url("template/default/styles/fangsong.ttf") format("truetype");*/
/*  font-display: swap;*/
/*}*/

/* 全局应用 */
/*body {*/
/*  font-family: "MyFangSong", "仿宋", serif !important;*/
/*}*/


body {
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, select, img,
button, input, textarea, video, audio, canvas, progress, label {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  box-sizing: border-box;
  font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

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

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a:active, a:hover, a:focus {
  color: #4ab344;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
body::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(74, 179, 68, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(74, 179, 68, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

::-moz-selection {
  background: #4ab344;
  color: #fff;
}

::selection {
  background: #4ab344;
  color: #fff;
}

::-moz-selection {
  background: #4ab344;
  color: #fff;
}

.uc-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #f6f6f6;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 20px;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-green {
  color: #4ab344 !important;
}

.uc-green2 {
  color: #048539 !important;
}

.uc-gray {
  color: #999999 !important;
}

.uc-icon16 {
  width: 16px !important;
  height: 16px !important;
}

.uc-icon20 {
  width: 20px !important;
  height: 20px !important;
}

.uc-icon24 {
  width: 24px !important;
  height: 24px !important;
}

.uc-icon28 {
  width: 28px !important;
  height: 28px !important;
}

.uc-icon32 {
  width: 32px !important;
  height: 32px !important;
}

.uc-icon36 {
  width: 36px !important;
  height: 36px !important;
}

.uc-icon40 {
  width: 40px !important;
  height: 40px !important;
}

.uc-icon44 {
  width: 44px !important;
  height: 44px !important;
}

.uc-icon48 {
  width: 48px !important;
  height: 48px !important;
}

.uc-icon50 {
  width: 50px !important;
  height: 50px !important;
}

.uc-icon64 {
  width: 64px !important;
  height: 64px !important;
}

.uc-icon70 {
  width: 70px !important;
  height: 70px !important;
}

.uc-icon80 {
  width: 80px !important;
  height: 80px !important;
}

.uc-icon90 {
  width: 90px !important;
  height: 90px !important;
}

.uc-icon100 {
  width: 100px !important;
  height: 100px !important;
}

.uc-icon120 {
  width: 120px !important;
  height: 120px !important;
}

.uc-icon150 {
  width: 150px !important;
  height: 150px !important;
}

.uc-icon200 {
  width: 200px !important;
  height: 200px !important;
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/uicut-font.eot?t=1645078740157");
  src: url("../fonts/uicut-font.eot?t=1645078740157#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/uicut-font.woff?t=1645078740157") format("woff"), url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"), url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}
.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e75b";
}

.uc-arrow-right:before {
  content: "\e75c";
}

.uc-arrow-down:before {
  content: "\e615";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-right2:before {
  content: "\e6ae";
}

.uc-arrow-left2:before {
  content: "\e6d6";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-next:before {
  content: "\e600";
}

.uc-prev:before {
  content: "\e601";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e66f";
}

.uc-qq:before {
  content: "\e62d";
}

.uc-qq2:before {
  content: "\e657";
}

.uc-call2:before {
  content: "\e62c";
}

.uc-weixin2:before {
  content: "\e6b3";
}

.uc-weixin:before {
  content: "\e653";
}

.uc-call:before {
  content: "\e674";
}

.uc-arrow {
  position: relative;
  padding-right: 30px;
}
.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -10px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

.g-main {
  padding-top: 70px;
  padding-bottom: 70px;
}
.g-main .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.g-main .main-left {
  width: 220px;
}
.g-main .main-right {
  flex: 1;
  min-width: 0;
  margin-left: 30px;
}

.g-sideMenu .title {
  color: #fff;
  background: url("images/sideMenu-title.png") center center no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.g-sideMenu h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.g-sideMenu .menu li {
  margin-bottom: 8px;
  background-color: #05a045;
  font-size: 16px;
  padding: 0 1em;
  transition: all 0.3s linear;
}
.g-sideMenu .menu li.on, .g-sideMenu .menu li:hover {
  background-color: #f0e9df;
}
.g-sideMenu .menu li.on a, .g-sideMenu .menu li:hover a {
  color: #4ab344;
}
.g-sideMenu .menu a {
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-title {
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.g-title b {
  font-size: 30px;
  margin-right: 15px;
  color: #4ab344;
}
.g-title .dot {
  width: 6px;
  height: 9px;
  background-color: #4ab344;
  margin-right: 15px;
}
.g-title .line {
  height: 9px;
  background-color: #f5f5f5;
  flex: 1;
  min-width: 0;
}

textarea {
  min-height: 120px;
  height: auto;
  width: 100%;
}

.uc-phColor {
  color: #ddd;
}

input:-moz-placeholder {
  color: #ddd;
}

::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}
[type=submit]:hover {
  opacity: 0.8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: inherit;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button:after {
  display: none;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #eeeeee 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #4ab344;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.green {
  background-color: #4ab344;
  border: #4ab344 1px solid;
  color: #fff;
}
.uc-btn.green-linear {
  background: linear-gradient(to right, rgba(74, 179, 68, 0.7) 0%, #4ab344 100%);
  color: #fff;
}
.uc-btn.green-plain {
  color: #4ab344;
  border: #4ab344 1px solid;
}
.uc-btn.green-plain:hover {
  opacity: 1;
  background-color: #4ab344;
  color: #fff;
}
.uc-btn.green2 {
  background-color: #048539;
  border: #048539 1px solid;
  color: #fff;
}
.uc-btn.green2-linear {
  background: linear-gradient(to right, rgba(4, 133, 57, 0.7) 0%, #048539 100%);
  color: #fff;
}
.uc-btn.green2-plain {
  color: #048539;
  border: #048539 1px solid;
}
.uc-btn.green2-plain:hover {
  opacity: 1;
  background-color: #048539;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}

.uc-prvNxt {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-prvNxt a {
  min-width: 40px;
  height: 40px;
  display: inline-block;
  border: #eeeeee 1px solid;
  line-height: 40px;
  margin: 0 3px;
  text-align: center;
  color: #999999;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #4ab344;
  border-color: #4ab344;
  color: #fff;
}
.uc-prvNxt .uc-input,
.uc-prvNxt .uc-select {
  height: 40px;
  margin: 0 3px;
  border-radius: 5px;
}
.uc-prvNxt .uc-select {
  width: 100px;
  border-right: #fff 5px solid;
}
.uc-prvNxt .uc-input {
  width: 40px;
  padding: 0;
  text-align: center;
}
.uc-prvNxt span {
  margin: 0 3px;
}
.uc-prvNxt .uc-btn {
  color: #333333;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.green {
  background-color: #4ab344;
  color: #fff;
}
.uc-tag.green2 {
  background-color: #048539;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.g-bannerBox {
  margin-top: 30px;
}
.g-bannerBox.mb-30 {
  margin-bottom: -30px;
}
.g-bannerBox img {
  display: block;
}

footer {
  background: url("images/footer.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  opacity: 0.8;
}
footer .ft1 {
  border-bottom: #4ab344 2px solid;
}
footer .ft1 .uc-content {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .ft1 .uc-content span, footer .ft1 .uc-content a {
  display: inline-block;
  margin: 5px 10px;
}
footer .ft2 {
  padding: 36px 0;
}
footer .ft2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
footer .ft2 h3 {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
footer .ft2 .code {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
footer .ft2 .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .contact li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  font-size: 16px;
}
footer .contact li:last-child {
  margin-bottom: 0;
}
footer .contact .txt {
  min-width: 5em;
  margin-right: 10px;
}
footer .contact .con {
  flex: 1;
  min-width: 0;
}
footer .ft3 {
  text-align: center;
  padding: 12px 0;
  line-height: 2em;
}

header {
  background-color: #fff;
  position: relative;
  z-index: 888;
  background-color: red;
}
header .hd-top {
  background: #fff url("images/header.png") center center no-repeat;
  background-size: cover;
}
header .hd-top .uc-content {
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .search-box {
  width: 280px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 9;
}
header .search-box .uc-input {
  border-radius: 0;
  flex: 1;
  min-width: 0;
  height: 40px;
  padding-left: 20px;
  border: #dddddd 1px solid;
  border-right: none;
}
header .search-box .uc-input:focus {
  border-color: #048539;
}
header .search-box .uc-btn {
  border-radius: 0;
  height: 40px;
  width: 75px;
}
header .logo img {
  display: block;
}
header .name {
  margin-right: auto;
  font-size: 32px;
  color: #048539;
  font-weight: bold;
  font-family: fontface__庞门正道粗书体__28__1297045527714;
}
header .name img {
  display: block;
}
header .hd-menu {
  background-color: #048539;
}
header .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
header .list li {
  line-height: 50px;
  position: relative;
  height: 50px;
  transition: all 0.3s linear;
  font-size: 18px;
  flex: 1;
  min-width: 0;
}
header .list li > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .list li.on, header .list li:hover {
  background-color: #047030;
}
header .list li:hover .subMenu {
  display: block;
  height: auto;
}
header .list li:hover .subMenu .con {
  margin-top: 0;
}
header .list a {
  color: #fff;
}
header .subMenu {
  top: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  width: 100%;
  min-width: 10rem;
}
header .subMenu .con {
  background-color: #048539;
  padding: 1rem 0 0;
  position: relative;
  margin-top: 1.5rem;
  transition: all 0.3s ease-in;
  font-size: 1rem;
}
header .subMenu a {
  display: block;
  line-height: 3rem;
  text-align: center;
}
header .subMenu a:hover {
  background-color: #4ab344;
  color: #fff;
}
header.fixed {
  background-color: rgba(0, 0, 0, 0.5);
}
header.fixed .container {
  height: 80px;
}
header.fixed .list li {
  line-height: 80px;
  height: 80px;
}
header.fixed .list li > a {
  height: 80px;
}
header.fixed .subMenu {
  top: 80px;
}

.g-title2 {
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  color: #4ab344;
}
.g-taaa {
   margin: 0px 25px;
    
}
.g-tbbb{
   margin: 0px 25px;
}
.g-title2 b {
  padding: 10px 0;
  border-bottom: #ccc 1px solid;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |05|会员平台|vip| */
.uc-vip .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
  padding: 0 10px;
}
.uc-vip .list li {
  width: 260px;
  margin: 0 25px 20px;
  overflow: hidden;
  background-color: #fff;
}
.uc-vip .list li img {
  transition: all 0.3s linear;
}
.uc-vip .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-vip .list .img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.uc-vip .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-vip .list h3 {
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

/* |04|协会动态|dynamic| */
.uc-dynamic .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
  padding: 0 10px;
}
.uc-dynamic .list li {
  width: 290px;
  margin: 0 10px 20px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.uc-dynamic .list li img {
  transition: all 0.3s linear;
}
.uc-dynamic .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-dynamic .list .img {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.uc-dynamic .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-dynamic .list .btm {
  padding: 10px 16px;
}
.uc-dynamic .list h3 {
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-dynamic .list .txt {
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}
.uc-dynamic .list .time {
  color: #999999;
  line-height: 36px;
}

/* |07|秦药建设|medicine| */
.uc-medicine .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -20px;
  padding: 0 10px;
}
.uc-medicine .list li {
  width: 270px;
  margin: 0 20px 20px;
  overflow: hidden;
}
.uc-medicine .list li img {
  transition: all 0.3s linear;
}
.uc-medicine .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-medicine .list .img {
  width: 100%;
  height: 110px;
  overflow: hidden;
}
.uc-medicine .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-medicine .list h3 {
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* |03|协会党建|party| */
.uc-party .list li {
  padding: 24px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #eeeeee 1px solid;
  overflow: hidden;
}
.uc-party .list li img {
  transition: all 0.3s linear;
}
.uc-party .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-party .list .img {
  width: 260px;
  border-radius: 5px;
  height: 146px;
  overflow: hidden;
  margin-right: 20px;
}
.uc-party .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-party .list .right {
  flex: 1;
  min-width: 0;
}
.uc-party .list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-party .list .con {
  line-height: 1.5em;
  text-align: justify;
  max-height: 4.5em;
  overflow: hidden;
  color: #666666;
  margin-top: 10px;
}
.uc-party .list .btm {
  margin-top: 10px;
  color: #999999;
}

/* |06|分支机构|branch| */
.uc-branch .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-branch .list li {
  padding: 24px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #eeeeee 1px solid;
  overflow: hidden;
  width: 48%;
}
.uc-branch .list li img {
  transition: all 0.3s linear;
}
.uc-branch .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-branch .list .img {
  width: 220px;
  border-radius: 5px;
  height: 130px;
  overflow: hidden;
  margin-right: 20px;
}
.uc-branch .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-branch .list .right {
  flex: 1;
  min-width: 0;
}
.uc-branch .list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-branch .list .con {
  line-height: 1.5em;
  text-align: justify;
  max-height: 4.5em;
  overflow: hidden;
  color: #666666;
  margin-top: 10px;
}
.uc-branch .list .btm {
  margin-top: 10px;
  color: #999999;
}

/* |09|智库专家|expert| */
.uc-expert .txtMarquee-top {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 1000px;
}
.uc-expert .list li {
  padding: 24px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #eeeeee 1px solid;
  overflow: hidden;
  height: 248px !important;
}
.uc-expert .list li img {
  transition: all 0.3s linear;
}
.uc-expert .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-expert .list .img {
  width: 160px;
  border-radius: 5px;
  height: 200px;
  overflow: hidden;
  margin-right: 20px;
}
.uc-expert .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-expert .list .right {
  flex: 1;
  min-width: 0;
}
.uc-expert .list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-expert .list .con {
  line-height: 1.5em;
  text-align: justify;
  max-height: 4.5em;
  overflow: hidden;
  color: #666666;
  margin-top: 10px;
}
.uc-expert .list .btm {
  margin-top: 10px;
  color: #999999;
}

body {
  overflow-x: hidden;
}

/* |01|首页|index| */
body.bg {
  background: url("images/index-bg.png") center top no-repeat;
  background-size: 100% auto;
}

.uc-index-1 {
  padding-top: 24px;
  margin-bottom: 24px;
}
.uc-index-1 .uc-content {
  height: 130px;
  overflow: hidden;
}
.uc-index-1 .uc-content img {
  display: block;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.uc-index-2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-2 .box {
  background-color: #fff;
  padding: 24px 20px;
  margin-bottom: 24px;
  width: 590px;
}
.uc-index-2 .tab-con {
  position: absolute;
  left: 200vw;
  top: 200vh;
}
.uc-index-2 .tab-con.on {
  position: static;
  left: 0;
  top: 0;
}
.uc-index-2 .box1 {
  padding: 0;
}
.uc-index-2 .slideBox {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.uc-index-2 .slideBox .bd li {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.uc-index-2 .slideBox .bd li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-index-2 .slideBox .hd {
  height: 60px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  margin-top: 10px;
}
.uc-index-2 .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  padding-left: 20px;
}
.uc-index-2 .slideBox .hd li {
  float: left;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  width: 80px;
  height: 60px;
  border: #fff 2px solid;
}
.uc-index-2 .slideBox .hd li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-index-2 .slideBox .hd li.on {
  border-color: #4ab344;
}
.uc-index-2 .slideBox .prev,
.uc-index-2 .slideBox .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -45px;
  display: block;
  width: 32px;
  height: 50px;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.9);
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s linear;
}
.uc-index-2 .slideBox .next {
  left: auto;
  right: 0;
  background-position: 8px 5px;
}
.uc-index-2 .slideBox .prev:hover,
.uc-index-2 .slideBox .next:hover {
  background-color: #4ab344;
  opacity: 1;
}
.uc-index-2 .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.uc-index-2 .filter .item {
  line-height: 46px;
  background-color: #f0e9df;
  color: #4b4b4b;
  font-size: 20px;
  flex: 1;
  min-width: 0;
  margin-left: 20px;
  text-align: center;
  display: block;
  padding: 0 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.uc-index-2 .filter .item:first-child {
  margin-left: 0;
}
.uc-index-2 .filter .item:hover, .uc-index-2 .filter .item.on {
  background: url("images/index-bg-2.png") right bottom no-repeat;
  background-size: cover;
  color: #fff;
}
.uc-index-2 .txtScroll-top {
  overflow: hidden;
  position: relative;
}
.uc-index-2 .txtScroll-top .bd {
  height: 306px;
}
.uc-index-2 .txtScroll-top li {
  border-bottom: #eeeeee 1px solid;
  line-height: 50px;
}
.uc-index-2 .txtScroll-top .item {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 6em;
  font-size: 16px;
  position: relative;
}
.uc-index-2 .txtScroll-top time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 14px;
  color: #999999;
}

.uc-index-3 {
  padding-bottom: 24px;
}
.uc-index-3 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.uc-index-3 .box .title {
  width: 100px;
  height: 80px;
  background-color: #05a145;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 20px;
}
.uc-index-3 .picMarquee-left {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.uc-index-3 .picMarquee-left li {
  width: 350px;
  margin-right: 20px;
}
.uc-index-3 .picMarquee-left .img {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.uc-index-3 .picMarquee-left .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-index-3 .picMarquee-left .name {
  text-align: center;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-index-3 .box2 .picMarquee-left li {
  width: 166px;
  height: 80px;
}

.uc-index-4 .uc-content {
  border: #eeeeee 1px solid;
  background-color: #fff;
  padding: 24px 0;
}
.uc-index-4 .picMarquee-left {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.uc-index-4 .picMarquee-left li {
  width: 210px;
  margin-right: 20px;
}
.uc-index-4 .picMarquee-left .img {
  width: 210px;
  height: 280px;
  overflow: hidden;
}
.uc-index-4 .picMarquee-left .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-index-4 .picMarquee-left .name {
  text-align: center;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uc-index-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.uc-index-5 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-5 .part {
  border-radius: 5px;
  border: #4ab344 1px solid;
  height: 450px;
}
.uc-index-5 .part1 {
  background: url("images/index-bg-5-1.jpg") center center no-repeat;
  background-size: cover;
  width: 220px;
  box-shadow: 0 0 5px 0 rgba(74, 179, 68, 0.5);
   
}
.uc-index-5 .part1 .item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  color: #4ab344;
}
.uc-index-5 .part2 {
  background: #f6f6f6;
  width: 450px;
  padding: 24px 30px;
}
.uc-index-5 .part2 .item {
  line-height: 78px;
  border: #4ab344 1px solid;
  background: url("images/index-bg-5-2.png") center center no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-top: 24px;
  box-shadow: 0 0 5px 0 rgba(74, 179, 68, 0.5);
  color: #4ab344;
}
.uc-index-5 .part2 .item:first-child {
  margin-top: 0;
}
.uc-index-5 .part3 {
  width: 420px;
}
.uc-index-5 .part3 .item {
  height: 210px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url("images/index-bg-5-3.png") center center no-repeat;
  background-size: cover;
  border: #4ab344 1px solid;
  border-radius: 5px;
  color: #4ab344;
  font-weight: bold;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 0 5px 0 rgba(74, 179, 68, 0.5);
}
.uc-index-5 .part3 .item:nth-child(2) {
  margin-top: 30px;
}

.uc-index-6 {
  background: url("images/index-bg.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 24px;
}
.uc-index-6 .box {
  height: 346px;
  width: 100%;
  overflow: hidden;
  background-color: red;
}
.uc-index-6 .box ul li {
  border-left: #fff 1px solid;
  list-style: none;
  width: 100px;
  height: 346px;
  float: left;
}
.uc-index-6 .box ul li:first-child {
  border-left: none;
  width: 500px;
}
.uc-index-6 .box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/index-banner-6-1.jpg) left center no-repeat;
  background-size: auto 100%;
}

/* |02|协会概况|about| */
.uc-about article h1 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.uc-about .box {
  font-size: 20px;
  line-height: 2em;
  text-align: justify;
}
.uc-about .box .t2 {
  text-indent: 2em;
}
.uc-about .box .link {
  text-decoration: underline;
  color: #4ab344;
}

/* |08|搜索結果|result| */
.uc-result .banner-box {
  width: 100%;
  height: 150px;
  margin-bottom: 5px;
}
.uc-result .banner-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-result .box {
  border: #eeeeee 1px solid;
}
.uc-result .title {
  border-bottom: #eeeeee 1px solid;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #4ab344;
  margin-bottom: 32px;
}
.uc-result .title:after {
  content: "";
  width: 70px;
  height: 7px;
  background-color: #4ab344;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
}
.uc-result .list li {
  line-height: 32px;
  padding: 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: #eeeeee 1px dashed;
}
.uc-result .list a {
  color: #666666;
}
.uc-result .list a:hover {
  color: #4ab344;
}

/* |10|智库专家-详情|expertDetail| */
.uc-expertDetail article h1 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.uc-expertDetail .info {
  position: relative;
  text-align: center;
  color: #999999;
  margin-bottom: 30px;
}
.uc-expertDetail .code {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.uc-expertDetail .code .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-expertDetail .code .bd {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
  top: 100%;
  z-index: 99;
  width: 200px;
  background-color: #fff;
  padding: 5px 5px 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.uc-expertDetail .code .bd img {
  display: block;
}
.uc-expertDetail .code:hover .bd {
  display: block;
}
.uc-expertDetail .box {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}
.uc-expertDetail .box h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 1em 0 0.5em;
}
.uc-expertDetail .box .t2 {
  text-indent: 2em;
}
.uc-expertDetail .box .link {
  text-decoration: underline;
  color: #4ab344;
}
.uc-expertDetail .btm {
  border-top: #eeeeee 1px solid;
  padding-top: 36px;
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-expertDetail .prev-next {
  width: 50%;
}
.uc-expertDetail .prev-next .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 3em;
}
.uc-expertDetail .prev-next .txt {
  margin-right: 1em;
}
.uc-expertDetail .prev-next .con {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.uc-expertDetail .share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-expertDetail .share img {
  display: block;
}
.uc-expertDetail .share .item {
  margin-left: 10px;
}