/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/less-loader/dist/cjs.js!./Application/Home/View/shaoguan/styles/css/wap_main.less ***!
  \******************************************************************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
html,
body {
  font-size: 13px;
  font-family: "PingFang SC", "Microsoft Yahei", "Helvetica", "sans-serif";
  margin: 0 auto;
  background: #ffffff;
  width: 100%;
}
body {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #8EC330;
}
#center {
  max-width: 750px;
  height: 100%;
}
.p4 {
  padding-left: 30px;
}
.list-inline {
  margin: 0px;
}
.list-inline li {
  padding: 0px;
}
.list-group {
  border: 0px;
}
.list-group .list-group-item {
  border: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  padding: 0px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.prl30 {
  padding: 0px 30px;
}
.breadcrumb-nav {
  background: #ffffff;
  padding: 20px;
  box-shadow: none !important;
}
.breadcrumb-nav .breadcrumb {
  margin-bottom: 0px;
  background: #ffffff;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb-nav .breadcrumb li a {
  font-size: 26px;
  color: #9b9b9b;
  font-weight: 400;
}
.breadcrumb-nav .breadcrumb li .divider {
  color: #9b9b9b;
  font-size: 26px;
  margin: 0 10px;
  display: inline-block;
}
.breadcrumb-nav .breadcrumb .active {
  color: #4a4a4a;
  font-size: 26px;
}
.breadcrumb-nav .breadcrumb li + li:before {
  content: "";
  padding: 0px;
}
.banner-cate {
  margin-top: 0px;
  height: 340px;
}
.banner-cate .c {
  color: #ffffff;
  padding: 142px 90px;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.14);
  align-items: center;
  display: flex;
}
.header {
  height: 100px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  box-shadow: inset 0 -1px 0 0 rgba(166, 166, 166, 0.4);
  z-index: 50005;
  top: 0px;
  width: 100%;
}
.header .menu_btn,
.header .close-btn {
  text-align: center;
  height: 100%;
  padding: 35px 30px;
  width: 96px;
}
.header .menu_btn img,
.header .close-btn img {
  height: 30px;
  max-width: none;
}
.header .logo_box {
  flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
}
.header .logo_box a {
  display: block;
  height: 100%;
  padding: 17px 0px;
}
.header .logo_box a img {
  max-height: 100%;
}
.header .d-right {
  height: 100%;
  padding-right: 15px;
}
.header .d-right a {
  display: inline-block;
  padding: 33px 15px;
}
.header .d-right a img {
  height: 34px;
}
.share-box {
  margin: 30px 0px 15px;
}
.share-box .share-title {
  font-size: 24px;
  color: #9b9b9b;
  vertical-align: top;
  padding-top: 16px;
  display: inline-block;
  margin-right: 38px;
  font-weight: 400;
}
.share-box .bdsharebuttonbox {
  display: inline-block;
}
.share-box .bdsharebuttonbox a {
  height: 60px;
  width: 60px;
  margin: 0px;
  margin-right: 30px;
}
.share-box .bdsharebuttonbox .bds_weixin {
  background: url(mobile/share_icon_weixin.png) no-repeat;
  background-size: 60px 60px;
}
.share-box .bdsharebuttonbox .bds_tsina {
  background: url(mobile/share_icon_weibo.png) no-repeat;
  background-size: 60px 60px;
}
.share-box .bdsharebuttonbox .bds_qzone {
  background: url(mobile/share_icon_zone.png) no-repeat;
  background-size: 60px 60px;
}
.share-box .bdsharebuttonbox .bds_sqq {
  background: url(mobile/share_icon_qq.png) no-repeat;
  background-size: 60px 60px;
}
.prevnext {
  border-top: 1px solid #d8d8d8;
  padding: 30px 0px;
}
.prevnext .p {
  width: 45%;
  display: inline-block;
  font-size: 28px;
  color: #9b9b9b;
  font-weight: 300;
  text-align: left;
  line-height: 40px;
}
.menu_mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 100;
  bottom: 0;
  z-index: 10001;
  height: 100%;
  background: #747474;
  display: none;
}
.menu {
  position: fixed;
  left: -100%;
  top: 100px;
  bottom: 0;
  z-index: 50000;
  overflow-y: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 100%;
}
.menu ul {
  margin-bottom: 0px;
}
.menu .menu_b {
  background: white;
  width: 460px;
  height: 100%;
}
.menu .menu_b ul {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.menu .menu_b ul li {
  line-height: 50px;
  background: #f8f8f8;
  border-bottom: 1px solid #efeff4;
}
.menu .menu_b ul li a {
  font-size: 30px;
  color: #4a4a4a;
  display: block;
  line-height: 101px;
  padding: 0px 40px;
  position: relative;
  font-weight: bold;
}
.menu .menu_b .ul2 {
  display: block;
  background: #ffffff;
}
.menu .menu_b .ul2 li {
  background: #ffffff;
  padding-left: 100px;
  border-bottom: 0px;
}
.menu .menu_b .ul2 li a {
  border-bottom: 0px;
  font-size: 30px;
  color: #9b9b9b;
  font-weight: bold;
  border-bottom: 1px solid #efeff4;
  padding: 0px;
}
.menu .menu_b .ul2 li .active {
  color: #8EC330;
}
.menu .menu_b .ul2 li:last-child a {
  border-bottom: 0px;
}
.form-control {
  box-shadow: none;
  text-shadow: none;
  outline: none;
}
.form-control:focus {
  box-shadow: none;
  text-shadow: none;
  outline: none;
}
.search-keyword {
  position: absolute;
  top: 100px;
  z-index: 1100;
  background: #ffffff;
  display: none;
}
.search-keyword .t {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 40px;
}
.search-keyword a {
  background: #F8F8F8;
  padding: 0px 30px;
  line-height: 70px;
  height: 70px;
  border-radius: 34px;
  display: inline-block;
  margin-right: 19px;
  margin-bottom: 20px;
  font-size: 28px;
  color: #656565;
}
.btn-more {
  float: right;
  font-size: 24px;
  color: #6f6f54;
  font-weight: 300;
  margin: 30px 0px;
}
.tag-groups {
  width: 100%;
  overflow: auto;
  text-align: center;
  height: 80px;
  margin-bottom: 55px;
  padding-right: 30px;
}
.tag-groups .dp {
  overflow-y: hidden;
  overflow-x: auto;
  min-width: 720px;
  text-align: left;
}
.tag-groups .tag {
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  position: relative;
  height: 70px;
}
.tag-groups .tag h5 {
  font-size: 32px;
  color: #4A4A4A;
  text-align: center;
  margin: 0px;
  display: block;
  font-weight: 400;
}
.tag-groups .tag .line {
  display: none;
  height: 10px;
  width: 60px;
  background: #F5A623;
  margin: 0px auto;
  position: relative;
  bottom: -15px;
  border-radius: 6.5px;
}
.tag-groups .active h5 {
  color: #F5A623;
  font-weight: bold;
}
.tag-groups .active .line {
  display: block;
}
.empty-tip {
  font-size: 24px;
  color: #9b9b9b;
  padding: 20px;
  font-weight: 300;
}
.top-search {
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.14);
  position: absolute;
  width: 100%;
  z-index: 1101;
  top: 0px;
}
.top-search .fsearch {
  background: #ffffff;
  height: 100px;
  position: relative;
  padding: 15px 20px;
}
.top-search .fsearch .form-group {
  position: relative;
  display: inline-block;
}
.top-search .fsearch .sicon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.top-search .fsearch .sicon img {
  height: 30px;
}
.top-search .fsearch .sr {
  right: 20px;
  left: initial;
}
.top-search .fsearch .ic {
  left: inherit;
  color: #4a4a4a;
  font-size: 28px;
  right: 0px;
  padding: 30px;
  top: 0px;
}
.top-search .fsearch .form-control {
  border: 0px;
  background: #f8f8f8;
  height: 70px;
  line-height: 70px;
  width: 608px;
  font-size: 32px;
  padding-left: 60px;
  border-radius: 34px;
}
.bmore {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 22px;
  color: #888888;
  font-weight: normal;
  text-decoration: underline;
}
.block-list-title {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  position: relative;
  background: url(mobile/icon_lanmu.png) no-repeat;
  background-size: 48px;
  background-position: center left;
  border-bottom: 1px solid #DADAD6;
  text-align: left;
  padding: 20px 0px;
  padding-left: 65px;
}
.block-list-title .t {
  position: relative;
  font-size: 30px;
}
.block-list-title .more {
  font-size: 26px;
  color: #F5A623;
  float: right;
  font-weight: normal;
  position: relative;
  top: 3px;
}
.block-list-title .more:hover {
  opacity: 0.85;
}
.ul-picture li {
  margin-bottom: 40px;
  float: left;
  vertical-align: top;
  width: 50%;
  text-align: center;
}
.ul-picture li .aimg {
  border-radius: 100%;
  height: 230px;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.ul-picture li .aimg img {
  border-radius: 100%;
}
.ul-picture li .at {
  text-align: center;
  display: block;
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ul-picture li .hst {
  font-size: 30px;
  color: #000000;
  text-align: center;
  height: 40px;
  font-weight: normal;
  margin: 0px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ul-picture li:nth-child(2n) {
  margin-right: 0px;
}
.cate-nav {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.cate-nav a {
  min-width: 180px;
  background: #EAEDF1;
  display: inline-block;
  font-size: 28px;
  color: #656565;
  text-align: center;
  line-height: 70px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.cate-nav a:first-child {
  min-width: 130px;
}
.cate-nav .active {
  background: #8EC330;
  color: #ffffff;
}
.cate-desc {
  padding-right: 30px;
  margin-top: 20px;
}
.cate-desc p,
.cate-desc span {
  font-size: 26px !important;
  color: #888888;
  line-height: 50px;
}
.block-desc {
  font-size: 26px;
  color: #888888;
  line-height: 50px;
}
.block-navs {
  text-align: center;
  margin: 20px 0px;
}
.block-navs a {
  display: inline-block;
  font-size: 28px;
  color: #4A4A4A;
  padding: 0px 32px;
  position: relative;
}
.block-navs a:last-child {
  border-right: 0px;
}
.block-navs a:hover,
.block-navs .active {
  color: #8EC330;
  font-weight: bold;
}
.block-navs .active:after {
  content: "";
  width: 50px;
  height: 10px;
  background: #8EC330;
  display: block;
  margin: 10px auto;
}
.pb20 {
  margin-bottom: 20px;
}
.pb30 {
  margin-bottom: 30px;
}
.media {
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #DADAD6;
}
.media .media-left {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 260px;
  height: 160px;
  padding-right: 0px;
  overflow: hidden;
}
.media .media-left .img-tuijian {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 50px;
}
.media .media-left img {
  transition: all 0.4s;
}
.media .media-left .layer {
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.41);
  display: flex;
  justify-content: center;
  align-items: Center;
}
.media .media-left .layer .layer-img {
  height: 44px;
}
.media .media-body {
  position: relative;
  display: inline-block;
  height: 160px;
}
.media .media-body .media-heading,
.media .media-body .media-heading a {
  font-size: 26px;
  color: #000000;
  margin: 0px 0px 20px;
  display: block;
  height: 70px;
  line-height: 35px;
  overflow: hidden;
}
.media .media-body .time {
  font-size: 24px;
  color: #4a4a4a;
  margin-right: 10px;
}
.media .media-body .desc {
  height: 70px;
  font-size: 24px;
  color: #9B9B9B;
  font-weight: 300;
  overflow: hidden;
}
.media .media-body .tbottom {
  position: absolute;
  bottom: 0px;
}
.media .media-body .tag-group .tag {
  color: #F5A623;
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: underline;
}
.media-img .media-body {
  width: 410px;
  display: inline-block;
}
.media-img .media-body .media-desc {
  font-size: 13px;
  color: #9b9b9b;
  line-height: 24px;
}
.ul-font-list li {
  box-shadow: inset 0 -1px 0 0 #DADAD6;
}
.ul-font-list li a,
.ul-font-list li .t {
  display: block;
  font-size: 28px;
  color: #000000;
  padding: 25px 0px;
  position: relative;
  padding-right: 200px;
}
.ul-font-list li a .time,
.ul-font-list li .t .time {
  position: absolute;
  right: 25px;
  top: 0px;
  color: #9B9B9B;
  font-size: 24px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ul-font-list li .t {
  padding-right: 30px;
}
.ul-font-list li .btn-links {
  margin-top: 0px;
}
.ul-font-list li .btn-links a {
  display: inline-block;
  padding-right: 0px;
  margin-right: 90px;
  margin-bottom: 0px;
  padding: 0px;
  padding-bottom: 25px;
  font-size: 24px;
}
.ul-font-list li .btn-links a:last-child {
  margin-right: 0px;
}
#idx-projects .pro-block {
  display: block;
  margin-bottom: 55px;
  padding: 0px 30px;
}
#idx-projects .pro-block .pro-info .t {
  font-size: 32px;
  color: #000000;
  margin: 20px 0px;
}
#idx-projects .pro-block .pro-info .desc {
  font-size: 26px;
  color: #888888;
  line-height: 50px;
  height: 100px;
  overflow: hidden;
}
.list-picture .media-img .media-left {
  width: 230px;
  height: 230px;
  margin-right: 30px;
}
.list-picture .media-img .media-left img {
  border-radius: 100%;
}
.list-picture .media-img .media-body {
  height: 230px;
  padding: 45px 0px;
}
.footer {
  width: 100%;
}
.footer .t {
  display: inline-block;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  margin-top: 0px;
}
.footer .contact-us {
  background: #434D67;
  padding: 40px 30px;
}
.footer .contact-us .cu-li {
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
  position: relative;
  display: block;
  line-height: 40px;
}
.footer #copyright {
  text-align: center;
  font-size: 20px;
  background: #F3F3F3;
  box-shadow: inset 0 -1px 0 0 #DADAD6;
  padding: 15px 0px;
}
.footer #copyright span {
  color: #9B9B9B;
  font-size: 20px;
  line-height: 34px;
}
.footer #copyright a {
  font-size: 20px;
  color: #9B9B9B;
  display: inline-block;
  cursor: pointer;
  line-height: 34px;
}
.footer #copyright a img {
  height: 20px;
  position: relative;
  top: -1px;
}
#slide-banner .swiper-container {
  position: relative;
}
#slide-banner .swiper-container img {
  width: 100%;
  height: 100%;
}
#slide-banner .swiper-container .wt {
  position: absolute;
  bottom: 0px;
  background: rgba(142, 195, 48, 0.8);
  display: block;
  width: 100%;
  padding: 35px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  height: 140px;
  width: 308px;
  top: 35%;
}
#slide-banner .swiper-container .desc {
  font-size: 26px;
  color: #888888;
  line-height: 50px;
  height: 96px;
  overflow: hidden;
}
#slide-banner .swiper-pagination {
  text-align: center;
  position: relative;
}
#slide-banner .swiper-pagination-bullet {
  width: 10px;
  height: 8px;
  display: inline-block;
  background: rgba(142, 195, 48, 0.3);
  opacity: 1;
  margin: 0px 6px !important;
}
#slide-banner .swiper-pagination-bullets {
  left: inherit;
  text-align: center;
  margin: 15px 0px;
}
#slide-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin: 0;
}
#slide-banner .swiper-pagination-bullet-active {
  background: #8EC330;
  border-radius: 17px;
  width: 30px;
  height: 8px;
}
.ul-list {
  border: 0px;
}
.ul-list .list-group-item {
  padding: 25px 0px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #f8f8f8;
  margin: 0px;
  position: relative;
}
.ul-list .list-group-item a {
  display: inline-block;
  line-height: 50px;
  font-size: 28px;
  color: #4a4a4a;
  display: block;
  padding-right: 150px;
}
.ul-list .list-group-item .time {
  text-align: right;
  display: inline-block;
  font-size: 24px;
  color: #9b9b9b;
  position: absolute;
  right: 0px;
  bottom: 32px;
  font-weight: 300;
}
.ul-gyds {
  margin: 20px 0px;
}
.ul-gyds li {
  width: 33.33%;
  vertical-align: top;
  padding: 0px 15px;
}
.ul-gyds li .img {
  text-align: center;
  position: relative;
}
.ul-gyds li .img .img-circle {
  border-radius: 100%;
  width: 148px;
  height: 148px;
  border: 6px solid #faedd9;
}
.ul-gyds li .t {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  margin: 15px 0px;
  text-align: center;
}
.ul-gyds li .desc {
  height: 35px;
  overflow: hidden;
  font-size: 24px;
  color: #9b9b9b;
  text-align: left;
  font-weight: 300;
}
.list-box {
  padding-left: 30px;
}
.list-box .media:first-child {
  padding-top: 0px;
}
.list-box .content span,
.list-box .content p {
  font-size: 28px !important;
  color: #4A4A4A;
  line-height: 50px;
}
.ll-box {
  border: 1px solid #f6e6ce;
  margin-bottom: 30px;
  padding: 20px;
}
.ll-box .t {
  font-size: 28px;
  color: #4a4a4a;
  margin-bottom: 10px;
  margin-top: 30px;
  font-weight: bold;
}
.ll-box .desc {
  font-size: 26px;
  color: #9b9b9b;
  margin-bottom: 30px;
  height: 74px;
  overflow: hidden;
  font-weight: 300;
}
.ll-box .llb-btns {
  margin-bottom: 10px;
}
.ll-box .llb-btns a {
  display: inline-block;
  margin-right: 20px;
}
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail {
  background: #ffffff;
  display: block;
}
.detail .info-head {
  margin-top: 30px;
  display: block;
  text-align: left;
  font-size: 30px;
  color: #000000;
  line-height: 50px;
  font-weight: bold;
}
.detail .source-box {
  display: block;
  font-size: 30px;
  color: #888888;
  margin-bottom: 30px;
  margin-top: 15px;
  line-height: 50px;
}
.detail .source-box a {
  font-size: 30px;
  color: #888888;
  display: inline-block;
}
.detail .info-content {
  margin-bottom: 30px;
}
.detail .info-content p,
.detail .info-content span {
  font-size: 26px !important;
  font-weight: 300;
  line-height: 50px;
}
.detail .btns {
  margin: 50px 0px;
}
.detail .btns .fbtn {
  display: inline-block;
  margin-right: 30px;
}
.detail-project {
  margin-top: 10px;
}
.page-box {
  text-align: left;
  margin: 20px 0px 15px;
}
.page-box .pagination {
  display: inline-block;
  text-align: center;
  margin: 0px;
}
.page-box .pagination li {
  display: inline-block;
}
.page-box .pagination li a {
  border-radius: 0px;
  height: 60px;
  min-width: 60px;
  line-height: 50px;
  color: #666666;
  margin-right: 15px;
  border: 0px;
  font-size: 32px;
  font-weight: 400;
}
.page-box .pagination .disabled a,
.page-box .pagination .disabled a:hover {
  background: #8EC330;
  color: #ffffff;
  border-color: #c6c6c6;
}
.page-box .pagination li:hover a {
  background: #c6c6c6;
  color: #ffffff;
}
.page-box .pagination .muted {
  display: none;
}
#pro-swiper {
  position: relative;
}
#pro-swiper .swiper-container .swiper-wrapper .ll-box {
  width: 100%;
  height: 100%;
  display: block;
}
#pro-swiper .swiper-container .swiper-wrapper .ll-box .dimg {
  height: 432px;
  width: 670px;
  display: block;
}
.btn-load-more {
  display: block;
  padding: 30px 0px;
  background: #ffffff;
  font-size: 24px;
  color: #888888;
  text-align: center;
}
.fbtn {
  background: #3d9e55;
  border-radius: 34px;
  width: 236px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  display: block;
  font-weight: 400;
}
.fbtn:hover,
.fbtn:focus {
  color: #ffffff;
  background: #308c47;
}
.fbtn-green {
  background: #7fcc3b;
}
.fbtn-green:hover,
.fbtn-green:focus {
  background: #60a920;
}
.fbtn-cake {
  background: #c7ae8e;
}
.fbtn-cake:hover,
.fbtn-cake:focus {
  background: #ab8b62;
}
#scroll-top {
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 60000;
}
.media-font .media-body .t {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}
.media-font .media-body .time {
  font-size: 12px;
  color: #9b9b9b;
  position: relative;
}
.search-list {
  padding-top: 110px;
}
.search-list .color-blue {
  color: #ab8b62;
}
.search-list blockquote {
  font-size: 24px;
  font-weight: 300;
}
.search-list .media-font .media-body {
  height: auto;
  width: 100%;
}
.search-list .media-font .media-body .t {
  font-size: 28px;
}
.search-list .media-font .media-body .time {
  font-size: 24px;
  font-weight: 300;
  color: #888888;
}
.ul-file .list-group-item {
  border: 0px;
  padding: 0px;
  width: 330px;
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 0px;
  float: left;
  margin-right: 30px;
}
.ul-file .list-group-item .title {
  margin: 20px 0px 10px;
  font-size: 28px;
  color: #000000;
  display: block;
  height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ul-file .list-group-item .a-img img {
  width: 330px;
  height: 400px;
}
.ul-file .list-group-item .time {
  color: #888888;
  font-size: 28px;
}
.ul-file .list-group-item .btn-links {
  margin-top: 20px;
}
.ul-file .list-group-item .btn-links a {
  margin-right: 55px;
  margin-bottom: 20px;
}
.ul-file .list-group-item .btn-links a:last-child {
  margin-right: 0px;
}
.ul-file .list-group-item:nth-child(2n) {
  margin-right: 0px !important;
}
.ul-lfile li .time {
  top: 30px !important;
}
.btn-links {
  margin-top: 10px;
}
.btn-links a {
  font-size: 28px;
  color: #4A4A4A;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  text-decoration: underline;
}
.btn-links a:hover,
.btn-links a:linked {
  color: #8EC330;
}
.btn-links a:last-child {
  margin-bottom: 0px;
}
.contact-box .cb-left {
  margin-bottom: 25px;
}
.contact-box .cb-left .cbl-li {
  position: relative;
  font-size: 26px;
  color: #888888;
  line-height: 50px;
}
.contact-box .cb-left .cbl-li img {
  height: 15px;
  position: absolute;
  top: 3px;
  left: 0;
}
.contact-box .cb-right {
  width: 100%;
  height: 294px;
}
#footer-banner {
  height: 180px;
  background: url(mobile/bg_juan.png) no-repeat;
  background-size: center 180px !important;
  text-align: center;
  padding: 30px 0px;
}
.cn-fixed {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1001;
}
.detail-picture {
  padding: 0px 30px;
}
.detail-picture .swiper-pagination-bullets {
  margin: 0px !important;
}
.detail-picture .swiper-pagination {
  position: absolute;
  width: 100%;
  margin: 0px;
  bottom: 95px !important;
}
.mobile-container {
  padding: 0 30px;
}
.page-project-polymerization {
  width: 100%;
  padding: 0 30px 104px 30px;
}
.page-project-polymerization .summary {
  padding-right: 0;
}
.page-project-polymerization .project-cate-list {
  padding-top: 5px;
}
.page-project-polymerization .project-cate-list .project-cate-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-top: 45px;
}
.page-project-polymerization .project-cate-list .project-cate-item .image-box {
  width: 100%;
  height: 300px;
}
.page-project-polymerization .project-cate-list .project-cate-item .image-box::after {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.1;
}
.page-project-polymerization .project-cate-list .project-cate-item .image-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-project-polymerization .project-cate-list .project-cate-item .project_name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.page-project-list {
  margin-bottom: 96px;
}
.page-project-list .project-list li {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
.page-project-list .project-list li + li {
  margin-top: 30px;
}
.page-project-list .project-list li .project-item {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
  padding: 20px;
  position: relative;
}
.page-project-list .project-list li .project-item .image-box {
  width: 240px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
.page-project-list .project-list li .project-item .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-project-list .project-list li .project-item .content-right {
  width: calc(100% - 240px - 15px);
  padding-top: 5px;
  padding-left: 15px;
}
.page-project-list .project-list li .project-item .content-right .title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
.page-project-list .project-list li .project-item .content-right .content-desc {
  margin-top: 11px;
  font-size: 24px;
  color: #666;
  line-height: 1.75;
}
.page-project-list .project-list li .project-item .logo-box {
  position: absolute;
  bottom: -19px;
  right: 3px;
}
.page-project-list .project-list li .project-item .logo-box img {
  width: 85px;
  height: auto;
  opacity: 0;
}
.container-menu {
  margin-bottom: 30px;
  width: 100%;
  background-color: #ededed;
}
.container-menu .swiper-container {
  height: 80px;
}
.container-menu .swiper-container .swiper-wrapper {
  display: flex;
}
.container-menu .swiper-container .swiper-wrapper .swiper-slide {
  width: unset;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.container-menu .swiper-container .swiper-wrapper .swiper-slide a {
  box-sizing: border-box;
  font-size: 26px;
  height: 100%;
  padding: 0 23px;
  text-align: center;
  line-height: 80px;
  color: #333;
}
.container-menu .swiper-container .swiper-wrapper .swiper-slide.active a {
  background-color: #8EC330;
  color: #fff;
}
.page_project-intro {
  margin-top: -30px;
  padding-bottom: 100px;
}
.text-cut {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-cut-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-cut-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-cut-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.page_project-trends {
  margin-top: -30px;
  padding-bottom: 100px;
}
.page_project-trends .trends_list .trends_item {
  width: 100%;
  display: flex;
}
.page_project-trends .trends_list .trends_item .img-box {
  width: 260px;
  height: 160px;
  flex-shrink: 0;
}
.page_project-trends .trends_list .trends_item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_project-trends .trends_list .trends_item .right-content {
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 260px - 28px);
  margin-left: 28px;
}
.page_project-trends .trends_list .trends_item .right-content .article .title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 12px;
}
.page_project-trends .trends_list .trends_item .right-content .article .desc {
  font-size: 24px;
}
.page_project-trends .trends_list .trends_item .right-content .bottom .sort {
  font-size: 24px;
  color: #F5A623;
  text-decoration: underline;
}
.page_project-trends .trends_list .trends_item .right-content .bottom .date {
  font-size: 24px;
  color: #999999;
  margin-top: 3px;
}
.page_project-trends .trends_list .trends_item + .trends_item {
  margin-top: 34px;
}
.page_project-img {
  padding-bottom: 72px;
  margin-top: -30px;
}
.page_project-img .img_list {
  padding-top: 50px;
  margin-top: -10px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page_project-img .img_list .item {
  margin-top: 10px;
  width: calc((100% - 10px * (2 - 1)) / 2);
  margin-right: 10px;
}
.page_project-img .img_list .item:nth-child(2n) {
  margin-right: 0;
}
.page_project-img .img_list .item {
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.page_project-img .img_list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.page_project-img .img_list .item:hover img {
  transform: scale(1.1);
}
.page_project-img #honor-popup {
  width: calc(100% - 60px);
  max-width: unset;
  min-height: unset !important;
}
.page_project-img #honor-popup .popup-content {
  margin: 60px 0;
  padding: 0 30px;
  max-height: calc(800px - 60px * 2);
}
.page_project-img #honor-popup .popup-content .popup-content_img_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}
.page_project-img #honor-popup .popup-content .bottom {
  display: flex;
  margin-top: 13px;
}
.page_project-img #honor-popup .popup-content .bottom .popup-content_number {
  font-size: 24px;
  color: #999;
  flex-shrink: 0;
  line-height: 1.6;
}
.page_project-img #honor-popup .popup-content .bottom .popup-content_desc {
  margin-left: 20px;
  font-size: 24px;
  color: #333;
  line-height: 1.6;
}
.page_project-img #honor-popup .popup-content .swiper-button-prev,
.page_project-img #honor-popup .popup-content .swiper-button-next {
  width: 60px;
  height: 80px;
  background-color: #8EC330;
  color: #fff;
  transform: translate(0, -50%);
  margin-top: 0;
}
.page_project-img #honor-popup .popup-content .swiper-button-prev {
  left: 0;
}
.page_project-img #honor-popup .popup-content .swiper-button-next {
  right: 0;
}
.page_project-img #honor-popup .popup-content .swiper-container {
  width: 100%;
}
.page_project-img #honor-popup .popup-content .swiper-container .swiper-slide .img-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_project-img #honor-popup .popup-content .swiper-container .swiper-slide .img-box img {
  max-width: 100%;
  height: auto;
  max-height: 500px;
}
.page_partner {
  padding-bottom: 100px;
}
.page_partner .block-list-title {
  margin-bottom: 30px;
}
.page_partner .partner_list .partner_item .logo_list {
  margin-top: -13px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page_partner .partner_list .partner_item .logo_list .item {
  margin-top: 13px;
  width: calc((100% - 13px * (3 - 1)) / 3);
  margin-right: 13px;
}
.page_partner .partner_list .partner_item .logo_list .item:nth-child(3n) {
  margin-right: 0;
}
.page_partner .partner_list .partner_item .logo_list .img_box {
  padding: 15px;
  height: 156px;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_partner .partner_list .partner_item .logo_list .img_box > img {
  max-width: 100%;
  max-height: 100%;
}
.page_partner .partner_list .partner_item + .partner_item {
  margin-top: 59px;
}
.popup-wrapper.no-active {
  z-index: -999 !important;
  opacity: 0 !important;
}

