body {
  padding-top: 5.75rem;
}
.u-p-lr {
  padding-left: 10rem;
  padding-right: 10rem;
}
.container {
  padding: 0;
}
img {
  display: block;
}
.flex {
  display: flex;
}

.hide {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.u-relative {
  position: relative;
}

.tb-two {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.line-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.show-m {
  display: none !important;
}

.hide-m {
  display: block !important;
}

.map {
  width: 100%;
  height: 43.75rem;
}

/* header */
header {
  height: 5.75rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
header .logo {
  height: 3.5rem;
}
#navigation {
  height: 5.75rem;
}
#navigation li a {
  color: #666666;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  height: 100%;
}
#navigation li {
  margin: 0 1.125rem;
  height: 100%;
  position: relative;
}
#navigation li a .ic {
  height: 1rem;
  margin-right: .3125rem;
}
#navigation li a .ac {
  height: 1rem;
  margin-right: .3125rem;
  display: none;
}
#navigation li.active a {
  color: #1a5632;
}
#navigation li.active a .ic {
  display: none;
}
#navigation li.active a .ac {
  display: block;
}
header .sm-nav-btn .ic-nav {
  height: 1.5rem;
}
header .sm-nav-btn {
  display: none;
}
header .s-navbar {
  position: fixed;
  left: 100%;
  top: 5.75rem;
  width: 100%;
  height: calc(100vh - 4.125rem);
  background: #f8f8f8;
  z-index: 99;
  padding: .9375rem;
  transition: .5s;
}
header .s-navbar.open {
  left: 0;
  transition: .5s;
}
header .s-navbar .nav-ul li a {
  display: block;
  font-size: 1.4em;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  border-bottom: .0625rem solid rgba(0,0,0,.125);
  padding: .9375rem 0;
}
header .ic-search {
  height: 1.125rem;
  margin-left: 1.125rem;
}
header #navigation li .sec-ul {
  padding: 1.5625rem 2.8125rem;
  background: #fff;
  display: inline-block;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1 );
  position: absolute;
  margin-left: -43%;
  display: none;
}
header #navigation li .sec-ul a {
  color: #165431;
  font-size: 1rem;
  margin-bottom: .9375rem;
  white-space: nowrap;
}
header #navigation li .sec-ul a:last-child {
  margin-bottom: 0;
}
header #navigation li .sec-ul a span {
  display: inline-block;
  width: .9375rem;
  height: .9375rem;
  background: url(/template/web/default/skin/images/icon/ic_s_d.png) no-repeat;
  background-size: cover;
  margin-right: .5rem;
}
header #navigation li .sec-ul a:hover > span {
  background: url(/template/web/default/skin/images/icon/ic_s_ac.png) no-repeat;
  background-size: cover;
}
header #navigation li:hover > .sec-ul{
  display: block;
}
/* header */

/* footer */
footer {
  background: #165431;
}
footer .top {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  border-bottom: .125rem solid #547964;
}
footer .top .left {
  width: 20%;
}
footer .top .img-box {
  width: 10.5rem;
  margin-right: 1.875rem;
  flex: 0 0 auto;
  margin-top: 26px
}
footer .top .img-box .name {
  margin-top: .9375rem;
  font-size: 1rem;
  color: #fff;
}
footer .top .ul {
  flex: 1;
}
footer .top .ul .li {
/*  display: flex;*/
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  margin-bottom: 1.5625rem;
  float: right;
  text-align: center;
}
footer .top .ul .li .tit {
  margin-right: .625rem;
  white-space: nowrap;
}
footer .top .ul .li span {
  font-size: 1.875rem;
}
footer .top .right .box {
  margin-right: 5.625rem;
}
footer .top .right .box:last-child {
  margin-right: 0;
}
footer .top .right .box .tit {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.875rem;
}
footer .top .right .box ul li {
  margin-bottom: .9375rem;
}
footer .top .right .box ul li a {
  color: #fff;
  font-size: .875rem;
}
footer .bottom {
  padding: .9375rem;
  color: #fff;
  font-size: .875rem;
  text-align: center;
}
footer .accordion {
  display: none;
}
footer .accordion .box {
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.125) !important;
  background: transparent;
  border-radius: 0;
}
.card-header {
  border-bottom: 1px solid rgba(255,255,255,.125) !important;
}
footer .accordion .box button {
  text-decoration: none;
  padding: 0;
  outline: none;
  box-shadow: none;
}
footer .accordion .box .tit {
  margin-bottom: 0;
}
footer .accordion .box ul {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}
footer .accordion .box ul li:last-child {
  margin-bottom: 0;
}
footer .accordion .card-header {
  background: transparent;
  padding: 10px 5px;
}
footer .accordion .icon-arrow-down {
  color: #000;
}
footer .accordion .box .tit {
  font-size: 1rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #fff;
}
footer .accordion .box ul li {
  margin-bottom: 1.25rem;
}
footer .accordion .box ul li a {
  font-size: 1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
}
/* footer */

/* 选项卡 */
.c_tab {
  width: 100%;
  height: 6.25rem;
  background: #F4F4F4;
  overflow-x: auto;
}
.c_tab.bg-white {
  background-color: #fff;
}
.c_tab a {
  font-size: 1.125rem;
  color: #333333;
  display: inline-flex;
  align-items: center;
  height: 100%;
  margin: 0 1.125rem;
  padding: 0 1.375rem;
  position: relative;
}
.c_tab a.active {
  color: #165431;
}
.c_tab a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: .1875rem;
  background: #165431;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* 选项卡 */

/* 面包屑 */
.c_crumbs {
  width: 100%;
  font-size: .875rem;
  color: #999999;
  line-height: 1.875rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
.c_crumbs span {
  color: #165431;
}
/* 面包屑 */

/* 分页 */
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  margin: 3.125rem 0 4.375rem;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span{
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: .625rem;
  color: #595959;
  background: #fff;
  font-size: .875rem;
  border: 1px solid #ececec;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #165431;
  border: 1px solid #9ab0a3 !important;
  background-color: #fff;
}
.pagination .prev a,.pagination .next a {
  color: #595959;
  background: #fff;
  border: 1px solid #ececec !important;
}
/* 分页 */

.c_title {
  text-align: center;
/*  margin-bottom: 2.5rem;*/
}
.c_title .cn {
  font-size: 2.25rem;
  color: #333333;
  margin-bottom: 1.5625rem;
  line-height: 1.875rem;
}
.c_title .en {
  font-size: 1.875rem;
  color: #333333;
  margin-bottom: 1.5625rem;
  line-height: 1.875rem;
}
.c_title .line {
  width: 2.4375rem;
  height: 1px;
  background: #000000;
  margin: 0 auto;
}

/* about */
.about-container .cont .li {
  margin-bottom: 3.75rem;
}
.about-container .cont .li .tit {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}
.about-container .cont .li .des {
  font-size: 1rem;
  color: #666666;
  line-height: 1.875rem;
}
.about-container .cont .img-info {
  margin-bottom: 6.875rem;
}
.about-container .cont .img-info .pic {
  width: 60%;
  height: 38.125rem;
  background: url(/template/web/default/skin/images/about/pic_01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.about-container .cont .img-info .info {
  width: calc(40% + 4.375rem);
  margin-left: -4.375rem;
  position: relative;
  z-index: 2;
  height: 28.375rem;
  background: #FFFFFF;
  border-radius: 3.125rem 0px 6.25rem 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4.375rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1 );
}
.about-container .cont .img-info .info .tit {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}
.about-container .cont .img-info .info .tit img {
  width: 2.4375rem;
  height: 1.9375rem;
  margin-right: .9375rem;
}
.about-container .cont .img-info .info .des {
  font-size: 1rem;
  color: #333333;
  line-height: 2.25rem;
}
/* about */

/* culture-container */
.culture-container .cont .li {
  display: flex;
  padding: 3.75rem 5rem;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-left: .5rem solid #EFCB44;
  margin-bottom: -2px;
  flex-wrap: wrap;
}
.culture-container .cont .li:nth-child(2n-1) {
  background-color: #F4F4F4;
  border-left: .5rem solid #165431;
}
.culture-container .cont .li .tit {
  width: 17.5rem;
  font-size: 1.875rem;
  font-weight: bold;
  color: #333333;
  flex: 0 0 auto;
}
.culture-container .cont .li .des {
  font-size: 1.625rem;
  color: #333333;
  line-height: 2.575rem;
}
.culture-container .cont .pic {
  width: 100%;
  padding: 3.75rem 0;
}
/* culture-container */

/* history-container */
.history-container .list {
  max-width: 59.375rem;
  margin: 0 auto;
}
.history-container .list .li .time {
  width: 10rem;
  font-size: 2.25rem;
  font-weight: bold;
  color: #333333;
  line-height: 0;
}
.history-container .list .li .time span{
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background: url(/template/web/default/skin/images/icon/ic_s_ac.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 3.75rem;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.history-container .list .li .ul {
  width: calc(100% - 10rem);
  padding-left: 5.25rem;
  border-left: 1px solid #333333;
}
.history-container .list .li:last-child .ul {
  border-left: none;
}
.history-container .list .li .ul .box {
  margin-bottom: 6.25rem;
}
.history-container .list .li .ul .box .pic {
  width: 19.6875rem;
  height: 12.5rem;
}
.history-container .list .li .ul .box .info {
  width: calc(100% - 19.6875rem);
  padding-left: 3.75rem;
}
.history-container .list .li .ul .box .info .tit {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: .9375rem;
}
.history-container .list .li .ul .box .info .des {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
}
/* history-container */

/* glory-container */
.glory-container .ul li {
  width: calc(25% - 3.75rem);
  margin-bottom: 5rem;
  background: #FFFFFF;
/*  box-shadow: 0px 3px 12px 1px rgba(178, 177, 177, 0.24);*/
  margin-right: 5rem;
}
.glory-container .ul li:nth-child(4n) {
  margin-right: 0;
}
.glory-container .ul li .name {
  font-size: 1rem;
  color: #333333;
  padding: 1.5625rem;
  background-color: #fff;
  text-align: center;
  line-height: 1rem;
}
/* glory-container */

/* news-container */
.news-container {
  background-color: #F4F4F4;
}
.news-container .list li {
  width: calc(33.33% - .6663rem);
  background-color: #fff;
  margin-right: .6663rem;
  margin-bottom: .9375rem;
}
.news-container .list li:nth-child(3n) {
  margin-right: 0;
}
.news-container .list li .info {
  padding: 1.625rem 1.125rem;
}
.news-container .list li .info .tit {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: .9375rem;
}
.news-container .list li .info .des {
  font-size: .8125rem;
  color: #666666;
  line-height: 1.375rem;
}
/* news-container */

/* news-detail-container */
.news-detail-container .cont {
  max-width: 68.75rem;
  margin: 0 auto;
}
.news-detail-container .cont .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.875rem;
  text-align: center;
  margin-bottom: 1.5625rem;
}
.news-detail-container .cont .time {
  font-size: .875rem;
  color: #999999;
  line-height: 1.5rem;
  margin-bottom: 2.5rem;
}
.news-detail-container .cont .time .ic {
  height: .9375rem;
  margin-right: .5rem;
}
.news-detail-container .cont .content {
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
}
.news-detail-container .cont .content p, .news-detail-container .cont .content img {
  margin-bottom: 1.5625rem;
}
/* news-detail-container */

/* contact-container */
 .news-detail-container .cont .content img{
  max-width: 100%;
  margin:0 auto auto;
 }
.contact-container .cont {
  padding-bottom: 9.375rem;
}
.contact-container .box {
  width: 100%;
  height: 32.5rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 1px rgba(178, 177, 177, 0.24);
}
.contact-container .map {
  width: 50%;
  height: 100%;
  padding: .125rem;
}
.contact-container .info {
  width: 50%;
  padding: 0 10%;
  position: relative;
}
.contact-container .info::after {
  content: '';
  display: block;
  width: 2.625rem;
  height: 11.375rem;
  background: url(/template/web/default/skin/images/arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -2.625rem;
  top: 50%;
  margin-top: -5.6875rem;
  z-index: 99;
}
.contact-container .info .logo {
  width: 100%;
  margin-bottom: 2.1875rem;
}
.contact-container .info .li .ic {
display: block;
    width: 1.375rem;
    margin-right: 0.4rem;
    flex: 0 0 auto;
    padding-top: 3px;
}
.contact-container .info .li {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.75rem;
  display: flex;
  margin-bottom: 0.25rem;
}
.contact-container .info .li:last-child {
  margin-bottom: 0;
}
/* contact-container */

/* product-container */
.product-container .tab {
  padding-bottom: 3.75rem;
}
.product-container .tab .nav-item {
  width: 11.25rem;
  text-align: center;
  /* margin: 0 3.75rem; */
}
.product-container .tab .nav-item .nav-link {
  padding: 0;
}
.product-container .tab .ic-box {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  background-color: #F4F4F4;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-container .tab .ic,.product-container .tab .ac {
/*  height: 7.75rem;*/
}
.product-container .tab .ac {
  display: none;
}
.product-container .tab .nav-link.active .ic {
  display: none;
}
.product-container .tab .nav-link.active .ac {
  display: block;
}
.product-container .tab .nav-link.active .ic-box {
  background: linear-gradient(0deg, #175734, #48A06F);
  box-shadow: 0px 6px 17px 1px rgba(73, 73, 73, 0.27);
}
/*.product-container .tab .ic {
  width: 11.25rem;
  height: 11.25rem;
  margin-bottom: 1.25rem;
}*/
/*.product-container .tab .ac {
  width: 11.25rem;
  height: 11.25rem;
  margin-bottom: 1.25rem;
  display: none;
}*/
.product-container .tab .nav-link.active .ic {
  display: none;
}
.product-container .tab .nav-link.active .ac {
  display: block;
}
.product-container .tab .name {
  font-size: 1rem;
  color: #333333;
}
.product-container .tab-content {
  background: #F4F4F4;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.product-container .tab-content .t-box {
  width: 100%;
}
.product-container .tab-content .t-box .li {
  width: calc(50% - .9375rem);
  margin-bottom: 1.875rem;
}
.product-container .tab-content .t-box .li a {
  display: flex;
  flex-wrap: wrap;
  padding: 4.0625rem 1.875rem 1.875rem;
  background-color: #fff;
}
.product-container .tab-content .t-box .li a .pic {
  width: 16rem;
  height: 13rem;
}
.product-container .tab-content .t-box .li a .info {
  width: calc(100% - 16rem);
}
.product-container .tab-content .t-box .li a .info .name {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: .9375rem;
  padding-left: 3.125rem;
}
.product-container .tab-content .t-box .li a .info .p {
  font-size: .875rem;
  color: #666;
  line-height: 1.5rem;
  margin-bottom: .9375rem;
  padding-left: 3.125rem;
}
.product-container .tab-content .t-box .li a .info .p .tit {
  font-size: .875rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.5rem;
  flex: 0 0 auto;
  display: inline-block;
}
.product-container .tab-content .t-box .li a .info .bt {
  width: 10.375rem;
  height: 2.8125rem;
  background: linear-gradient(0deg, #165431, #49A270);
  border-radius: 18px 5px 18px 5px;
  font-size: 1rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.product-container .tab-content .t-box .li:hover a .info .bt {
  color: #FFDF1E;
}
/* product-container */

/* product-detail-container */
.product-detail-container .f_1 {
  margin-bottom: 2.5rem;
}
.product-detail-container .f_1 .banner {
  width: 23.75rem;
  position: relative;
  margin-right: 8.75rem;
}
.product-detail-container .f_1 .banner::after {
  content: '';
  display: block;
  position: absolute;
  width: .125rem;
  height: 18.4375rem;
  background: linear-gradient(to bottom, #fff, #E5E5E5, #fff);
  right: -8.75rem;
  top: 1.25rem;
}
.product-detail-container .f_1 .banner .swiper-nr {
  width: 100%;
  margin-bottom: 1.25rem;
}
.product-detail-container .f_1 .banner .swiper-nr .swiper-slide img {
  width: 90% !important;
  display: block;
  margin: 0 auto;
}
.product-detail-container .f_1 .banner #swiper-thumbs-0 .swiper-slide {
  width: 4.5rem !important;
  height: 4.5rem !important;
  border: 1px solid #DCDCDC;
  padding: .5rem;
  margin-right: 1.875rem !important;
}
.product-detail-container .f_1 .banner #swiper-thumbs-0 .swiper-slide-thumb-active {
  border: 1px solid #165431;
}
.product-detail-container .f_1 .info {
  margin-left: 8.75rem;
  width: calc(100% - 8.75rem - 25.75rem - 8.75rem);
}
.product-detail-container .f_1 .info .tit {
  font-size: 1.875rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 2.1875rem;
}
.product-detail-container .f_1 .info .des {
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: 4.75rem;
}
.product-detail-container .f_2 .title {
  width: 100%;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 5rem;
}
.product-detail-container .f_2 .title span {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #165431;
  padding: 1.25rem 1.875rem;
  border-bottom: 2px solid #165431;
}
.product-detail-container .f_2 .content {
  padding-bottom: 5rem;
}
.product-detail-container .f_2 .content img{
  max-width: 100%;
      margin: 0 auto auto;
}
.product-detail-container .f_3 { 
  padding: 5rem 0;
/*  background: #F4F4F4;*/
}
.product-detail-container .f_3 .params .li {
  font-size: 1.25rem;
  color: #333333;
  margin-bottom: 2.5rem;
  display: flex;
  line-height: 2.875rem;
}
.product-detail-container .f_3 .params .li .tit {
  width: 8.25rem;
  height: 2.875rem;
  background: #165431;
  border-radius: 30px;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-right: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.product-detail-container .f_3 .info {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem
}
.product-detail-container .f_3 .info .pic {
width: 40.125rem;
 /* margin: 1.875rem 6.25rem;*/
  flex:0 0 auto;
  margin-left: 10rem;
}
.product-detail-container .f_3 .params {
/*  margin: 1.875rem 6.25rem;*/
margin-right: 10rem;
    margin-left: 3rem;
}
/* product-detail-container */

/* index */
.index_title {
  margin-bottom: 3.125rem;
}
.index_title .en {
  font-size: 3rem;
  font-weight: bold;
  color: #D2D2D2;
  margin-bottom: .625rem;
}
.index_title .cn {
  font-size: 2.25rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: .9375rem;
}
.index_title .cn .ic {
  width: 3.25rem;
  height: 2.1875rem;
  margin: 0 1rem;
}
.index_title .des {
  font-size: 1rem;
  color: #666666;
}
.index-container .f_4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.index-container .f_4 .cont .type1 {
  width: calc(30% - .75rem);
  margin-right: 1.125rem;
  background: #F7F7F7;
  margin-bottom: 1.875rem;
}
.index-container .f_4 .cont .type1 .info {
  padding: 1.875rem;
}
.index-container .f_4 .cont .type1 .info .tit {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: .625rem;
}
.index-container .f_4 .cont .type1 .info .des {
  font-size: .8125rem;
  color: #666666;
  line-height: 1.375rem;
}
.index-container .f_4 .cont .type2 {
  width: calc(40% - .75rem);
  background: #F7F7F7;
  padding: .625rem 1.25rem;
  margin-bottom: 1.875rem;
}
.index-container .f_4 .cont .type2 .tit {
  font-size: 1.125rem;
  color: #333333;
  line-height: 2rem;
  margin-bottom: .625rem;
}
.index-container .f_4 .cont .type2 .des {
  font-size: .9375rem;
  color: #666666;
  line-height: 1.5625rem;
}
.index-container .f_4 .cont .type2 .li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #EEEEEE;
}
.index-container .f_4 .cont .type2 .li:last-child {
  border-bottom: none;
}
.index-container .f_4 .cont .type2 .li:hover .tit {
  color: #1A5632;
}
.index-container .f_4 .cont .type2 .li:hover .des {
  color: #1A5632;
}
.index-container .f_4 .a-btn {
  font-size: 1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.375rem;
  height: 3.4375rem;
  background: linear-gradient(0deg, #165431, #49A270);
  border-radius: 25px 5px 25px 5px;
  margin: 1.875rem auto;
}
.index-container .f_4 .a-btn:hover {
  color: #FFDF1E;
}
.index-container .f_3 {
  padding-bottom: .25rem;
  background: #165431;
}
.index-container .f_3 .cont {
  background: #F7F7F7;
  padding: 6.125rem 0;
  border-radius: 0px 0px 0px 6.25rem;
}
.index-container .f_3 .cont .left, .index-container .f_3 .cont .right {
  width: 100%;
}
.index-container .f_3 .cont .left .box {
  width: 50%;
}
.index-container .f_3 .cont .left .title {
  max-width: 14.375rem;
  margin: 0 auto;
}
.index-container .f_3 .cont .left .title .cn {
  font-size: 2.25rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: 2.1875rem;
}
.index-container .f_3 .cont .left .title .cn .ic {
  width: 3.25rem;
  height: 2.125rem;
  margin-left: .625rem;
}
.index-container .f_3 .cont .left .title .en {
  font-size: 3rem;
  font-weight: bold;
  color: #D2D2D2;
  line-height: 3.75rem;
  margin-bottom: 4.375rem;
}
.index-container .f_3 .cont .left .title .a-btn {
  width: 10.375rem;
  height: 3.4375rem;
  background: linear-gradient(0deg, #165431, #49A270);
  border-radius: 25px 5px 25px 5px;
  font-size: 1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-container .f_3 .cont .left .title .a-btn:hover {
  color: #FFDF1E;
}
.index-container .f_3 .cont .left .box2 {
  height: 40rem;
  background: #ECECEC;
  border-radius: 6.25rem 0px 6.25rem 0px;
  position: relative;
  margin-right: 10px
}
.index-container .f_3 .cont .left .box2 .ic {
/*  width: 11.5rem;
  height: 11.125rem;*/
  margin-bottom: 2.1875rem;
}
.index-container .f_3 .cont .left .box2 .ac {
  display: none;
}
.index-container .f_3 .cont .left .box2 .cnn {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.index-container .f_3 .cont .left .box2 .enn {
  font-size: 1.125rem;
  color: #666;
  line-height: 3.75rem;
}
.index-container .f_3 .cont .left .box2 .tag {
  font-size: 3.75rem;
  color: #EFCB44;
  position: absolute;
  right: 3.375rem;
  bottom: 3rem;
}
.index-container .f_3 .cont .left .box2:hover {
  background: linear-gradient(0deg, #175633 0%, #49A270 100%);
}
.index-container .f_3 .cont .left .box2:hover .ic {
  display: none;
}
.index-container .f_3 .cont .left .box2:hover .ac {
  display: block;
}
.index-container .f_3 .cont .left .box2:hover .cnn {
  color: #FFFFFF;
}
.index-container .f_3 .cont .left .box2:hover .enn {
  color: #FFFFFF;
}
.index-container .f_3 .cont .right {
  width: calc(50% - 1rem);
}
.index-container .f_3 .cont .right .li {
  width: calc(50% - .5rem);
  height: 19.5625rem;
  margin-bottom: .875rem;
  background: #ECECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.index-container .f_3 .cont .right .li .ic {
  height: 5.375rem;
  margin-bottom: 1.5625rem;
}
.index-container .f_3 .cont .right .li .ac {
  display: none;
}
.index-container .f_3 .cont .right .li .cn {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
}
.index-container .f_3 .cont .right .li .en {
  font-size: 1.125rem;
  color: #666666;
  line-height: 3.75rem;
}
.index-container .f_3 .cont .right .li .tag {
  position: absolute;
  right: 1rem;
  bottom: 1.25rem;
  font-size: 3rem;
  line-height: 2.5rem;
  color: #fff;
}
.index-container .f_3 .cont .right .li:hover {
  background: linear-gradient(0deg, #175633 0%, #49A270 100%);
}
.index-container .f_3 .cont .right .li:hover .tag {
  color: #EFCB44;
}
.index-container .f_3 .cont .right .li:hover .ic {
  display: none;
}
.index-container .f_3 .cont .right .li:hover .ac {
  display: block;
}
.index-container .f_3 .cont .right .li:hover .cn {
  color: #fff;
}
.index-container .f_3 .cont .right .li:hover .en {
  color: #fff;
}
/* .index-container .f_3 .cont .right .li:nth-child(1) .tag,
.index-container .f_3 .cont .right .li:nth-child(4) .tag {
  color: #fff;
} */
/* .index-container .f_3 .cont .right .li:nth-child(1),
.index-container .f_3 .cont .right .li:nth-child(4) {
  background: #ECECEC;
} */
.index-container .banner {
  margin-bottom: 5rem;
  position: relative;
}
.index-container .banner .mc {
  background: url(/template/web/default/skin/images/1240d753effd5a58f6daa9ca0b2c8d5_01.png) no-repeat;
  width: 11.5%;
  height: 24%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
}
.index-container .banner .mc2 {
  background: url(/template/web/default/skin/images/1240d753effd5a58f6daa9ca0b2c8d5_05.png) no-repeat;
  width: 12.6%;
  height: 26.8%;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 90;
}
.index-container .banner .swiper-pagination-bullet {
  width: 1.3125rem;
  height: .9375rem;
  background: url(/template/web/default/skin/images/icon/ic_swiper.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 .5rem;
  border-radius: 0;
  opacity: 1;
}
.index-container .banner .swiper-pagination-bullet-active {
  background: url(/template/web/default/skin/images/icon/ic_swiper_active.png) no-repeat;
  background-size: 100% 100%;
}
.index-container .fl_1 {
  background: #1A5632;
  padding-bottom: .25rem;
  margin-bottom: 5rem;
  border-top-left-radius: 6.35rem;
}
.index-container .fl_1 .left {
  width: 47%;
/*  height: 20rem;*/
/*  background: url(/template/web/default/skin/images/pic_01_01.png) no-repeat;*/
  background-size: cover;
  padding-left: 9.375rem;
  padding-top: 3.75rem;
  padding-right: 6.25rem;
}
.index-container .fl_1 .left .title {
  margin-bottom: 2.5rem;
}
.index-container .fl_1 .left .title .cn {
  font-size: 1.875rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: .9375rem;
}
.index-container .fl_1 .left .title .en {
  font-size: 1.125rem;
  color: #999999;
  line-height: 1.875rem;
}
.index-container .fl_1 .left .title .cn .ic {
  width: 2.3125rem;
  height: 1.5rem;
  margin-left: .9375rem;
}
.index-container .fl_1 .right {
  width: 53%;
}
.index-container .fl_1 .right .ic {
  width: 2.625rem;
  height: 100%;
  position: absolute;
  left: -1.2rem;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  transform: rotate(180deg);
}
.index-container .fl_1 .cont {
  background: #F9F9FA;
  border-top-left-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}
.index-container .fl_1 .left .a-btn {
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.375rem;
  height: 3.4375rem;
  background: linear-gradient(0deg, #165431, #49A270);
  border-radius: 25px 5px 25px 5px;
  margin-top: 2.375rem;
  margin-bottom: 10px
}
.index-container .fl_1 .left .a-btn:hover {
  color: #FFDF1E;
}
.index-container .fl_1 .left .pbox {
  margin-bottom: 3.125rem;
}
.index-container .fl_1 .left .p {
  font-size: .875rem;
  color: #165431;
  margin-right: 3.75rem;
}
.index-container .fl_1 .left .p span {
  font-size: 2.25rem;
  font-weight: bold;
}
.index-container .fl_1 .left .des {
  font-size: 1.2rem;
  color: #666666;
  line-height: 2.875rem;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    align-content: center;
}
.index-container .f_2 .cont {
  background: #F9F9FA;
}
.index-container .f_2 .cont .left {
  width: 53%;
}
.index-container .f_2 .cont .left #swiper-3 {
  position: relative;
}
.index-container .f_2 .cont .left .ic {
  width: 2.625rem;
  height: 100%;
  position: absolute;
  right: -1rem;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.index-container .f_2 .cont .right {
  width: 47%;
  height: 41.75rem;
  padding: 3.25rem 8.75rem 4.25rem 5rem;
  background: url(/template/web/default/skin/images/pic_02_01.png) no-repeat;
  background-size: cover;
}
.index-container .f_2 .cont .right .title .cn {
  font-size: 1.875rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: .625rem;
}
.index-container .f_2 .cont .right .title .en {
  font-size: 1.125rem;
  font-weight: bold;
  color: #999999;
  line-height: 1.875rem;
  margin-bottom: 5rem;
}
.index-container .f_2 .cont .right .des {
  font-size: 1.2rem;
  color: #666666;
  line-height: 2.875rem;
}
.index-container .f_2 .cont .right #swiper-2 {
  height: 100%;
}
.index-container .f_2 .cont .right #swiper-2 .swiper-pagination-bullet {
  width: 3.0625rem;
  height: .125rem;
  background: #999999;
  border-radius: 1px;
  margin: 0 .375rem;
}
.index-container .f_2 .cont .right #swiper-2 .swiper-pagination-bullet-active {
  background: #165431;
}
/* index */


/* 新增 */
.search-input {
  position: absolute;
  bottom: -3.75rem;
  right: -2rem;
  width: 25rem;
  height: 3.75rem;
  background-color: #fff;
  z-index: 10;
  padding: .9375rem;
  border-radius: .3125rem;
  box-shadow: 0 0px 6px rgb(0 0 0 / 10%);
  display: none;
}
.search-input.show {
  display: block;
}
.search-input input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.pro_content img{width: 100%}
.pro_content video{width: 100%;height: 100%}
