@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Microsoft Yahei";
}

* a {
  color: #000000;
}

body {
  background-color: #f6f6f6;
  padding-top: 80px;
}
a {
  outline: none;
  transition-duration: 0.3s, 0.3s;
  transition-property: background-color, color;
  transition-timing-function: ease, ease;
}

a, img, a img {
  text-decoration: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
ol, ul {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  display: inline-table;
  display: block
}
.clear {
  clear: both;
}
* html .clearfix {
  height: 1%
}

* + html .clearfix {
  min-height: 1%
}
.display-series {
  padding: 0 60px;
}
.bg-white {
  background-color: #fff;
}

.wh0 {
  width: 0 !important;
  height: 0 !important;
}

















/*----------------------------------------------- header */




.header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.navbox {
  position: relative;
  z-index: 9999;
  margin: auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.navbox {
  /* justify-content: space-between; */
  /* padding: 0 5%; */
  /* width: 90%; */
  background-color: #fff;
  /* border-bottom: 1px solid #dcdcdc; */
}
.navbox .nav {
  margin: 0 auto;
  list-style: none;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.navbox .nav>li {
  float: left;
  height: 80px;
  position: relative;
  list-style: none;
}
.navbox .nav>li>a {
  display: block;
  height: 100%;
  width: 100%;
}
.navbox .nav>li a span {
  float: left;
  display: block;
  font: bold 16px "微软雅黑";
  color: #02012D;
  cursor: pointer;
  width: 120px;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.navbox .nav>li:hover {
  background-color: #009945;
}

.navbox .nav>li:hover a span {
  color: #fff;
}
.nav>li .submenu {
  position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    pointer-events: none;
    z-index: 10;
}
.submenu.show {
  pointer-events: visible;
}
.mj_menu_main {
  padding-bottom: 10px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
  border-top: 1px solid #ddd;
  pointer-events: none;
}
.submenu.show .mj_menu_main {
  opacity: 1;
  visibility: visible;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  pointer-events: visible;
}
.mj_menu_ul{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-bottom: 20px;
}
.mj_menu_ul ul li{
  position: relative;
  text-align: center;
  top: 0;
  overflow: hidden;
  display: block;
}
.mj_menu_ul ul li>a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.mj_menu_ul ul li .pro_text {
  font-size: 14px;
  color: #02012D;
  -webkit-margin-top-collapse: 30px;
  margin-top: 30px;
  text-align: center;
}
.mj_menu_ul ul li:hover {
  top: -10px;
  -webkit-transition: .7s;
  -o-transition: .7s;
  -moz-transition: .7s;
  transition: .7s;
  -ms-transition: .7s;
}

.mj_menu_ul ul li:hover .pro_text {
  color: #009945;
}
.mj_menu_pro_more {
  margin: 10px auto;
  text-align: center;
}
.mj_menu_pro_more a {
  color: #009945;
  font-size: 16px;
  opacity: .8;
}
.mj_menu_pro_more a:hover {
  opacity: 1;
}
.header .header-wrap:hover .menubtn span {
  background-color: #009945;
}
.header .header-wrap:hover .menubtn-box b {
  color: #009945;
}
.menubtn span:before {
  top: -8px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}.header .header-wrap:hover .menubtn span:before, .header .header-wrap:hover .menubtn span:after {
  background: #009945;
}
.menubtn span:after {
  bottom: -8px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}
.header .header-wrap:hover .menubtn span:before, .header .header-wrap:hover .menubtn span:after {
  background: #009945;
}

.menubtn-box {
  display: none;
}
.menubtn {
  width: 26px;
  height: 60px;
  position: relative;
  z-index: 20;
  float: right;
  cursor: pointer;
  transition: 0.4s;
  cursor: pointer;
}
.menubtn span {
  margin-top: 30px;
  display: inline-block;
  width: 80%;
  height: 2px;
  background: #009945;
  position: relative;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  transition: color 0.3s 0s;
}
.header.scroll .header-wrap .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.header .header-wrap:hover .menubtn-box.active .menubtn span {
  background-color: transparent;
}
.menubtn span:after, .menubtn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 2px;
  left: 0;
  background-color: #009945;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}
.menubtn-box.active .menubtn span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menubtn-box.active .menubtn span:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menubtn-box b {
  display: inline-block;
  color: #009945;
  margin-left: 10px;
  font-size: 20px;
  font-weight: normal;
  transition: 0.36s;
}
.navigate {
  position: fixed;
  left: 100%;
  top: 0;
  padding: 95px 5% 60px;
  width: 100%;
  height: 100vh;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
}
.navigate.show {
  opacity: 1;
  visibility: visible;
  left: 0;
  pointer-events: visible;
}
.navigate-list > li{
  position: relative;
  margin-bottom: 16px;
}
.navigate-list > li > a {
  display: inline-block;
  color: #222222;
  font-size: 22px;
  line-height: 40px;
}
.navigate-list > li.active > a {
  color: #009945;
}
.navigate-list > li > a i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url("../image/down.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.navigate-list > li.active > a i {
  background-image: url("../image/up.png");
}
.product-menu-iphone {
  padding: 10px 0;
  display: none;
}
.product-menu-list li {
  text-align: left;
  width: 100%;
}
.navigate-list > li:nth-child(3) ul, 
.navigate-list > li:nth-child(4) ul {
  justify-content: left;
}
.product-menu-list li a {
  display: block;
  padding: 0 3%;
}

.navigate-list > li:nth-child(3) li figure,
.navigate-list > li:nth-child(4) li figure {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.navigate-list > li:nth-child(3) li figure img,
.navigate-list > li:nth-child(4) li figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-menu-list li figure {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.product-menu-list li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-menu-list li p {
  margin-top: 14px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.product-menu-iphone .menu_pro_more {
  margin-top: 16px;
  text-align: center;
}
.product-menu-iphone .menu_pro_more a {
  color: #009945;
  font-size: 16px;
  opacity: .8;
}

.logo {
  width: 210px;
  height: 80px;
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.languagediv {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
}
.languagediv .language {
  margin: 8px 10px;
  width: 100%;
  cursor: pointer;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
.languagediv .language span{
  text-align: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}
.languagediv .language span .language-ico {
  width: 22px;
  height: 22px;
  background-image: url(../image/internet.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.languagediv .language figure {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  background-image: url(../image/down.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.languagediv .language:hover .language-list{
  display: block;
}
.languagediv .language:hover span {
  color: #009945;
}
.languagediv .language:hover .language-ico {
  background-image: url(../image/internet_active.png);
}
.languagediv .language:hover figure {
  background-image: url(../image/up.png);
}
.languagediv .language .language-list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40px;
  background-color: #fff;
  padding: 10px;
  display: none;
}
.languagediv .language a {
  font: 14px / 14px Arial;
  color: #02012D;
  margin: 10px 0;
  display: block;
}
.languagediv .language a:hover {
  color: #f3ab29;
  opacity: 1;
}
.languagediv.isphone {
  position: fixed;
  bottom: 0;
  display: flex;
  opacity: 1;
  transition: 3s;
}




















/* ------------------------------------------banner */


.banner {
  position: relative;
  overflow: hidden;
  height: 660px;
}
.indexswiper {
  width: 100%;
  height: 100%;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-pagination {
  padding: 20px 0;
  width: 100%;
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  text-indent: 0;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

.banner .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
}

.banner .banner-pro-img {
  position: absolute;
  width: 600px!important;
  height: 80%!important;
  bottom: 0;
  left: 20%;
}
.banner .banner-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner .swiper-slide:nth-child(3) .banner-pro-img {
  left: 30%;
}
.banner .swiper-slide:nth-child(4) .banner-pro-img {
  left: 45%;
}
/* ----------------------------------------------------------------首页 产品中心 */
.product-wrap {
  width: 100%;
  max-width: 1600px;
  padding: 80px 0;
  margin: auto;
}

.product-wrap .product-title {
  text-align: center;
  margin-bottom: 80px;
}
.product-wrap .product-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 6px;
}
.product-wrap .product-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #009945;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.product-wrap .product-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 6px;
}
.product-select {
  width: 100%;
  margin-bottom: 50px;
}
.product-select ul {
  width: 100%;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.product-select li {
  width: -moz-calc(100% / 7);
  width: -webkit-calc(100% / 7);
  width: calc(100% / 7);
  font-weight: bold;
  text-align: center;
  height: 80px;
}
.product-select li a {
  color: #060531;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
}
.product-select li a:hover,
.product-select li.active a:hover {
  background-color: #009945;
  color: #fff;
}
.product-select li.active a {
  background-color: #009945;
  color: #fff;
}


.product-list {
  width: 100%;
  min-height: 750px;
  margin: 0 auto;
  position: relative;
}
.product-list-item{
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-list-item li {
  width: -moz-calc(24% - 2px);
  width: -webkit-calc(24% - 2px);
  width: calc(24% - 2px);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
  margin-bottom: 5px;
}
.product-list-item li:not(:nth-child(4n)) {
    margin-right: -moz-calc(4% / 3);
    margin-right: -webkit-calc(4% / 3);
    margin-right: calc(4% / 3);
}
.product-list-item li .pro_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -ms-transition: all .3s;
}
.product-list-item li .pro_link:hover {
  box-shadow: 1px 1px 10px rgba(0,138,66,.4);
}

.product-list-item li .pro_img {
  background: #FFF;
  overflow: hidden;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 280px;
  padding: 20px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list-item li .pro_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-list-item li .pro_text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "微软雅黑", "宋体";
  color: #060531;
  padding: 14px;
  text-align: center;
}
.product-list-item li .pro_info {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
  justify-content: space-between;
}

.product-list-item li .pro_info {
  margin-bottom: 20px;
}
.product-list-item li .pro_info span {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
text-align: left;
}
.product-list-item li .pro_info span p {
    float: left;
}


/* ------------------------------------------------------------------------------首页 关于标一 */

.about {
  position: relative;
  padding-bottom: 76px;
}

.about-wrap {
  width: 100%;
  max-width: 1600px;
  padding: 80px 0;
  margin: auto;
  padding-bottom: 0;
}

.about-wrap .about-title {
  text-align: center;
  margin-bottom: 80px;
}
.about-wrap .about-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 6px;
}
.about-wrap .about-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #009945;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.about-wrap .about-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 6px;
}
.about-block {
  width: 100%
}
.about-block .c-name{
  color: #009945;
  font-size: 42px;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
.about-block .c-name p:first-child{
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.about-block .c-name p:last-child {
    font-size: 36px;
}
.about-block .c-info {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px;
  color: #222;
  width: 50%;
}
.about-block .c-link {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  margin-bottom: 120px;
  width: 50%;
}
.about-block .c-link .c-lx:first-child {
  width: 60%;
}
.about-block .c-link .c-lx:last-child {
  width: 40%;
}
.about-block .c-link .c-lx-title {
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.about-block .c-link ul li {
  line-height: 28px;
  font-size: 16px;
}
.about-block .c-link .c-lx-ewm {
  width: 200px;
  height: 200px;
}
.about-block .c-link .c-lx-ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-bottom {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  position: relative;
  z-index: 2;
  letter-spacing: 4px;
}
.about-bottom span {
  font-size: 30px;
  color: #fff;
}
.about-bottom .about_link {
  padding: 24px 130px;
  display: inline-block;
  background-color: rgba(255,255,255,0.3);
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all .6s;
}
.about-bottom .about_link:hover {
  background-color: rgba(255,255,255,0.5);
}
.about-pic {
  position: absolute;
  z-index: 2;
  width: -moz-calc(100% / 2 - 50px);
  width: -webkit-calc(100% / 2 - 50px);
  width: calc(100% / 2 - 50px);
  max-width: -moz-calc(1600px / 2 - 50px);
  max-width: -webkit-calc(1600px / 2 - 50px);
  max-width: calc(1600px / 2 - 50px);
  height: -moz-calc(100% - 292px - 40px);
  height: -webkit-calc(100% - 292px - 40px);
  height: calc(100% - 292px - 40px);
  bottom: 76px;
  left: -moz-calc(50% + 50px);
  left: -webkit-calc(50% + 50px);
  left: calc(50% + 50px);
}
.about-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-bottom-bg {
  width: 100%;
  height: 300px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #009945;
  z-index: 1;
}



/* -------------------------------------------------------------------首页 工程案例区域 */

.partners {
  position: relative;
  font-size: 0;
  padding: 80px 0;
}
.partners-bg-img {
  background-color: #222222;
}
.partners .partners-title {
  text-align: center;
  margin-bottom: 80px;
}
.partners .partners-title h2{
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
    letter-spacing: 6px;
}
.partners .partners-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #009945;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.partners .partners-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 2px;
    letter-spacing: 6px;
}
.partners-wrap {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.partners-block{
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.partners-block li {
  width: 15%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.partners-block li:not(:nth-child(6n)){
    margin-right: -moz-calc(10% / 5);
    margin-right: -webkit-calc(10% / 5);
    margin-right: calc(10% / 5);
}
.partners-block li figure {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  display: block;
  margin: auto;
}
.partners-block li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners-block li .partners-name {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 96%;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
}
.partners-block li .partners-area {
  background-color: rgba(0,0,0,.6);
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  position: absolute;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 80px;
  padding: 20px 10px;
  left: 0;
  bottom: -120px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
}
.partners-block li:hover .partners-area {
  bottom: 0;
  opacity: 1;
}
.partners-block li a {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
}
.partners-block li:hover a,
.partners-block li:hover .partners-name{
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
  -moz-transform: scale(.8);
  transform: scale(.8);
  -ms-transform: scale(.8);
  z-index: 99;
}
.partners-more {
    width: 100%;
    text-align: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.partners-more a {
    padding: 24px 130px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    color: #fff;
    font-size: 16px;
    background-color: rgba(255,255,255,0.4);
    letter-spacing: 4px;
}
.partners-more a:hover {
    background-color: #009945;
}



/* ------------------------------------------------------------首页 新闻中心 */
.news-wrap {
  width: 100%;
  max-width: 1600px;
  padding: 80px 0;
  margin: auto;
}
.news-wrap .news-title {
  text-align: center;
  margin-bottom: 80px;
}
.news-wrap .news-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 6px;
}
.news-wrap .news-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #009945;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.news-wrap .news-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 6px;
}
.news-select {
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
}
.news-select ul {
  width: 100%;
  display: flex;
}
.news-select ul li {
  width: 23%;
  text-align: center;
  height: 60px;
  border: 1px solid #a3a3a3;
  border-radius: 50px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.news-select ul li:not(:nth-child(4n)) {
    margin-right: -moz-calc(8% / 3);
    margin-right: -webkit-calc(8% / 3);
    margin-right: calc(8% / 3);
}
.news-select ul li.active {
  background-color: #009945;
  color: #fff;
}
.news-select ul li.active a {
  color: #fff;
}
.news-select ul li a {
  display: block;
  color: #A3A3A3;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.news-block .news-list {
  width: 100%;
  min-height: 510px;
}
.news-block .news-list ul {
  width: 55%;
  position: relative;
  padding-left: 45%;
  display: flex;
  flex-wrap: wrap;
}
.news-block .news-list ul li {
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 117px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
}

.news-block .news-list ul li:first-child {
  width: -moz-calc(45% - 20px);
  width: -webkit-calc(45% - 20px);
  width: calc(45% - 20px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.news-block .news-list ul li:first-child .news-img,
.news-block .news-list .book-block ul li:first-child .news-img {
  width: 100%;
  height: 333px;
  padding-bottom: 20px;
  background-color: #F9F8F8;
  margin-right: 0;
}
.news-block .news-list ul li:first-child .news-img img {
  border: 1px solid #fff;
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  height: -moz-calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  object-fit: cover;
}
.news-block .news-list .book-block ul li .book-img {
  width: 120px;
  height: 117px;
  margin-right: 30px;
}
.news-block .news-list .book-block ul li .book-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-block .news-list .book-block ul li .book-info {
  width: -moz-calc(100% - 120px - 30px - 110px);
  width: -webkit-calc(100% - 120px - 30px - 110px);
  width: calc(100% - 120px - 30px - 110px);
}
.news-block .news-list .book-block ul li .book-info .book-title {
  margin-bottom: 8px;
  color: #02012D;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.news-block .news-list .book-block ul li .book-info .book-content {
  min-height: 72px;
  margin: 0;
  opacity: .8;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-block .news-list ul li:first-child .book-img img {
  object-fit: contain;
}
.news-block .news-list ul li:first-child .news-info {
  width: -moz-calc(100% - 100px - 20px);
  width: -webkit-calc(100% - 100px - 20px);
  width: calc(100% - 100px - 20px);
  padding: 20px 0 20px 20px;
}
.news-list ul li:first-child .news-time {
  width: 80px;
  padding-right: 20px;
}
.news-list ul li:last-child {
  margin-bottom: 0;
}
.news-list ul li a {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news-list ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all .6s;
}
.news-list ul li:first-child:hover,
.news-list ul li:hover {
  background: #009945;
}
.news-list ul li:not(:first-child):hover::after {
  box-shadow: 0 15px 15px rgba(0,0,0,.1);
  background: #009945;
  z-index: -1;
}
.news-info .news-content {
  height: 72px;
  margin: 0;
  opacity: .8;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-info {
  width: 80%;
}
.news-time {
  width: 100px;
  color: #A3A3A3;
  text-align: right;
}
.news-day {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  color: #02012D;
}
.news-year {
  display: block;
  font: 18px / 1 'Gotham-Book';
}
.news-time .book-link {
  color: #009945;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  padding: 10px;
  top: 0;
  display: inline-block;
}
.news-time .book-link:hover {
  top: 5px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.news-info .news-info-title {
  margin-bottom: 15px;
  color: #02012D;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.news-list ul li:hover .news-time,
.news-list ul li:hover .news-day,
.news-list ul li:hover .news-info-title,
.news-list ul li:hover .news-content,
.news-list .book-block ul li:hover .book-info .book-title,
.news-list .book-block ul li:hover .book-info .book-content{
  color: #fff;
  opacity: 1;
}

.news-list ul li:hover .news-time .book-link {
  color: #fff;
}


/* ---------------------------------------------------------------------------首页 视频展示区 */



.solute {
  position: relative;
  font-size: 0;
  padding: 80px 0;
  padding-bottom: 120px;
}
.solute .solute-title {
  text-align: center;
  margin-bottom: 80px;
}
.solute .solute-title h2{
  color: #02012D;
  font-size: 36px;
  line-height: 36px;
  height: 60px;
  position: relative;
  margin-bottom: 15px;
  font-weight: 400;
    letter-spacing: 6px;
}
.solute .solute-title h2::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 230px;
  background-color: #009945;
  bottom: 0;
  left: 50%;
  margin-left: -118px;

}
.solute .solute-title p {
  color: #A3A3A3;
  font-size: 14px;
  letter-spacing: 2px;
    letter-spacing: 6px;
}
.solute-video {
  display: block;
  width: 100%;
  max-width: 1600px;
  height: 860px;
  position: relative;
  margin: 0 auto;
}
.solute-video .solute-v {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.btext {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  text-align: center;
  z-index: 3;
}
.btext1 {
  display: block;
  margin-top: 390px;
  line-height: 112px;
  color: #fff;
  font-weight: normal;
  font-size: 80px;
  letter-spacing: 0.2vw;
}
.btext2 {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 3.125vw;
  letter-spacing: 0.2vw;
}
.btext3 {
  display: block;
  margin-top: 390px;
  line-height: 112px;
  color: #fff;
  font-weight: normal;
  font-size: 50px;
  letter-spacing: 0.2vw;
}
.btext4 {
  display: block;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-weight: normal;
  font-size: 2vw;
  letter-spacing: 0.2vw;
}
.solute .more {
  width: 100%;
  text-align: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.solute .more a{
  padding: 20px 130px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  color: #fff;
  font-size: 16px;
  background-color: #009945;
  letter-spacing: 4px;
}
.solute .more a:hover {
  font-size: 18px;
}




/* -------------------------------------------------footer 底部 */


.footer {
  position: relative;
  background-color: #009945;
}
.footer-top {
  max-width: 1600px;
  width: 100%;
  padding: 30px 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content:space-between;
  margin: auto;
}
.footer-navs {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
}
.footer-navs-item:first-child {
  flex-grow: 1;
}
.footer-navs-item:last-child {
  flex-grow: 1;
}
.footer-navs-item-titile {
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-bottom: 24px;
}
.footer-navs-pro-list{
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
.footer-navs-pro-list ul {
  margin-right: 60px;
}
.footer-navs-pro-list ul:last-child {
  margin: 0;
}
.footer-navs-pro-list ul li {
  margin-bottom: 15px;
}

.footer-navs-pro-list ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.footer-navs-pro-list ul li a:hover,
.footer-navs-list ul li a:hover {
  text-decoration: underline;
}
.footer-navs-list ul li {
  margin-bottom: 15px;
}
.footer-navs-list ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.footer-contact {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
.footer-logo {
  width: 100%;
  height: 80px;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact ul li{
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-contact .ewm .ewm-img{
  width: 120px;
  height: 120px;
  color: #ccc;
  text-align: center;
  align-content: center;
  overflow: hidden;
}
.footer-contact .ewm .ewm-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer-bottom {
  border-top: 1px solid #ddd;
  padding: 30px 0 60px 0;
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.footer-bottom p {
  margin: 15px auto;
}
.footer-bottom p, 
.footer-bottom p a {
  color: #fff;
  font-size: 14px;
  margin: auto 10px;
}
.footer-bottom p a {
  position: relative;
  margin: auto 10px;
  cursor: auto;
}
.footer-bottom p a.footer-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer-bottom p a:last-child::before{
  display: none;
}
.footer-bottom p a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #999999;
  right: -10px;
  display: none;
}
.footer-bottom .footer-bottom-t{
  margin-bottom: 0;
}
.footer-bottom p:last-child {
  margin-top: 0;
}
.footer-bottom .footer-bottom-b a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #999999;
  right: -10px;
  top: 0;
}
.footer-bottom p span {
  margin: auto 10px;
}
.footer-bottom p span img{
  top: 5px;
  position: relative;
  margin-left: 5px;
}
.footer-bottom p span a {
  margin: 0;
}
.footer-bottom p span a::before {
  display: none;
}


.posites {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
  color: #777;
  font-size: 12px;
  position: relative;
}
.posites b {
  margin: 0 10px;
}
.posites a,
.posites b {
  color: #777;
  font-size: 14px;
}
.posites a img {
  width: 20px;
  opacity: 0.6;
}
.posites a:hover,
.posites a:hover img {
  color: #000;
  opacity: 1;
}
.hotline {
  position: absolute;
  right: 14px;
  font-size: 24px;
  color: #009945;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.hotline figure {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.hotline figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bannerImg {
  height: 340px;
  overflow: hidden;
}
.bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ------------------------------------------------------------------------------------------子页面 */
.productBox {
  width: 100%;
  max-width: 1600px;
  margin: 30px auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.prod-left {
  width: 360px;
  margin-right: 50px;
}

.productBox .prod-nav {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 26px;
}
.prod-left-title {
  text-align: center;
  color: #02012D;
}
.prod-left-title h3{
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 6px;
}
.prod-left-title h5{
  font-size: 10px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}

.prod-nav-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.prod-nav-list li {
  width: 100%;
  line-height: 32px;
  background-color: #fff;
  border-bottom:1px solid #E8E8E8;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.prod-nav-list li:last-child {
  border: none;
}
.prod-nav-list li.select figure, 
.prod-nav-list li.select h1{
  opacity: 1;
  color: #02012D;
  font-weight: 600;
}
.prod-nav-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.prod-nav-list li a:hover + figure,
.prod-nav-list li a:hover ~ div>h1 {
  opacity: 1;
  color: #02012D;
}
.prod-nav-list li figure {
  position: relative;
  text-align: center;
  width: 32px;
  height: 32px;
  overflow: hidden;
  opacity: 0.4;
}
.prod-nav-list li figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-nav-list li>div {
  width: calc(98% - 10px - 32px);
  margin-left: 10px;
}
.prod-nav-list li>div h1 {
  font-size: 16px;
  color: #A3A3A3;
  font-weight: 400;
  white-space: wrap;
  word-wrap: break-word;
  line-height: 16px;
}
.prod-left .contact-wrap {
  padding: 20px;
}

.contact-wrap {
  background-color: #fff;
  padding: 20px;
}
.contact-wrap .contact-title {
  color: #02012D;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 20px;
}
.contact-wrap ul li {
  color: #585858;
}
.contact-wrap ul li.contact-ewm img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-list {
  width: -moz-calc(100% - 360px - 50px);
  width: -webkit-calc(100% - 360px - 50px);
  width: calc(100% - 360px - 50px);
}

.prod-list-title {
  padding-bottom: 30px;
}
.prod-list-title h1 {
  text-align: center;
  color: #009945;
  font-size: 20px;
  line-height: 60px;
  z-index: 1;
  margin-bottom: 10px;
}
.prod-list-title p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}


.prod-list ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.prod-list ul li{
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  margin-bottom: 20px;
  width: 32%;
  position: relative;
}
.prod-list ul li:not(:nth-child(3n)) {
  margin-right: -moz-calc(4% / 2);
  margin-right: -webkit-calc(4% / 2);
  margin-right: calc(4% / 2);
}
.prod-list ul li:hover{
  box-shadow: 1px 1px 10px rgba(0,138,66,.4);
}
.prod-list-item .prod-item-img {    
  background: #FFF;
  overflow: hidden;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 268px;
  padding: 20px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-list-item .prod-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-item-info {
  text-align: center;
}
.prod-item-title {
  padding: 14px;
  text-align: center;
}
.prod-item-title h1 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "微软雅黑", "宋体";
  color: #060531;
}
.prod-item-info .prod-item-par {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
    justify-content: space-between;
}
.prod-item-info .prod-item-par span {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #666;
    text-align: left;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.prod-item-info .prod-item-par span p {
    float: left;
}
.prod-item-btn {
  width: 100%;
  align-items: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -150px;
  opacity: 0;
  background-color: rgba(0,153,69,0.9) ;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  border: 1px solid #009945;
  color: #fff;
  font-size: 14px;
}
.prod-item-btn .info {
  line-height: 22px;
  margin: 15px 10px;
  text-align: left;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 66px;
}
.prod-item-btn a {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.prod-item-btn>p {
  width: 100%;
  line-height: 16px;
  margin: 20px 0;
}
.prod-list ul li:hover .prod-item-btn {
  bottom: 0px;
  opacity: 1;
}
.videoList ul {
  width: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.videoList ul li {
  position: relative;
  width: calc(31% - 2px);
  top: 0px;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(205, 205, 205, 0);
  transition: 0.3s;
}
.videoList ul li .video-img {
  width: 100%;
  height: 200px;
}
.videoList ul li .video-img .solute-v {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoList ul li .video-v-text {
  font-size: 14px;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/* -----------------------------------------------------------------------------产品详细页 */

.prod-detail {
  width: -moz-calc(100% - 360px - 50px);
  width: -webkit-calc(100% - 360px - 50px);
  width: calc(100% - 360px - 50px);
}
.prod-d-info {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /* background-color: #fff; */
  /* padding: 20px; */
  min-height: 400px;
}
.prod-d-title {
  margin: 20px 0;
}
.prod-d-title h1 {
  font-size: 24px;
}
.prod-d-info .d-img {
  margin-right: 50px;
  background-color: rgba(255,255,255,1);
  width: -moz-calc(32% - 60px);
  width: -webkit-calc(32% - 60px);
  width: calc(32% - 60px);
  height: -moz-calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  padding: 30px;
}
.prod-d-info .d-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-d-info .d-item {
  width: -moz-calc(100% - 32% - 50px);
  width: -webkit-calc(100% - 32% - 50px);
  width: calc(100% - 32% - 50px);
  position: relative;
}
.prod-d-info .d-item-ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.prod-d-info .d-item-ul ul {
  width: 49%;
}

.prod-d-info .d-item-ul ul li {
  line-height: 20px;
  min-height: 32px;
  font-size: 14px;
  color: #585858;
  margin: 2px 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  align-items: center;
}
.prod-d-info .d-item-ul ul li b {
  min-width: 60px;
  width: 110px;
}
.prod-d-info .d-down {
    margin-bottom: 14px;
}
.prod-d-info .d-down a {
    border: 1px solid #009945;
    color: #009945;
    padding: 8px;
    word-break: break-all;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all .3s;
}

.prod-d-info .d-down a:hover {
    opacity: .8;
    top: -3px;
}

.prod-d-info .d-link {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-around;
}
.prod-d-info .d-link .d-link-zx{
  padding: 15px 40px;
  border: 1px solid rgba(0,153,69,1);
  color: #ffffff;
  background-color: #009945;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  font-size: 16px;
  top: 0;
  display: inline-block;
  letter-spacing: 2px;
}
.prod-d-info .d-link a:hover {
  top: -5px;
}

.d-link .share {
  width: 50%;
}
.d-link .share,
.d-link .share ul{
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  align-items: center;
}
.d-link .share ul li {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  margin: 0 5px;
  top: 0;
}
.d-link .share ul li figure {
  width: 32px;
  height: 32px;
}
.d-link .share ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.d-link .share ul li:hover {
  top: -5px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}




.characteristic-items {
  /* padding: 20px; */
  margin-top: 30px;
  padding-bottom: 10px;
}
.characteristic-tt ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.characteristic-tt ul li{
  width: 33%;
  text-align: center;
  display: flex;
  position: relative;
  padding-left: 35px;
  border-bottom: 1px solid #dddddd;
  color: #02012D;
  font-size: 18px;
  line-height: 24px;
  height: 60px;
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  justify-content: center;
  align-items: center;
}
.characteristic-tt ul li i {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 5px;
}
/*.characteristic-tt ul li::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 26px;*/
/*  height: 26px;*/
/*  top: 20px;*/
/*  left: 31%;*/
/*}*/
.characteristic-tt ul li:hover {
  background-color: rgba(0, 153, 69, .7);
  color: #fff;
}
.characteristic-tt ul li.on {
  background-color: rgba(0, 153, 69, 1);
  color: #fff;
  border-bottom: 1px solid rgba(0, 153, 69, 1);
}
.characteristic-tt ul li.bg1 i,
.characteristic-tt ul li.bg2 i,
.characteristic-tt ul li.bg3 i  {
  background-size: cover;
  background-repeat: no-repeat;
}
/*.characteristic-tt ul li.bg1::before,*/
/*.characteristic-tt ul li.bg2::before,*/
/*.characteristic-tt ul li.bg3::before  {*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*}*/
.characteristic-tt ul li.bg1 i {
  background-image: url(../image/pro.png);
}
.characteristic-tt ul li.bg1:hover i,
.characteristic-tt ul li.bg1.on i {
  background-image: url(../image/pro_active.png);
}
/*.characteristic-tt ul li.bg1::before {*/
/*  background-image: url(../image/pro.png);*/
/*}*/
/*.characteristic-tt ul li.bg1:hover::before,*/
/*.characteristic-tt ul li.bg1.on::before {*/
/*  background-image: url(../image/pro_active.png);*/
/*}*/
.characteristic-tt ul li.bg2 i {
  background-image: url(../image/link.png);
}
.characteristic-tt ul li.bg2:hover i,
.characteristic-tt ul li.bg2.on i {
  background-image: url(../image/link_active.png);
}
/*.characteristic-tt ul li.bg2::before {*/
/*  background-image: url(../image/link.png);*/
/*}*/
/*.characteristic-tt ul li.bg2:hover::before,*/
/*.characteristic-tt ul li.bg2.on::before {*/
/*  background-image: url(../image/link_active.png);*/
/*}*/
.characteristic-tt ul li.bg3 i {
  background-image: url(../image/big.png);
}
.characteristic-tt ul li.bg3:hover i,
.characteristic-tt ul li.bg3.on i {
  background-image: url(../image/big_active.png);
}
/*.characteristic-tt ul li.bg3::before {*/
/*  background-image: url(../image/big.png);*/
/*}*/
/*.characteristic-tt ul li.bg3:hover::before,*/
/*.characteristic-tt ul li.bg3.on::before {*/
/*  background-image: url(../image/big_active.png);*/
/*}*/
.characteristic-tt.en ul li {
  font-size: 18px;
}
/*.characteristic-tt.en ul li.bg1::before {*/
/*  top: 16px;*/
/*  left: 16%;*/
/*}*/
/*.characteristic-tt.en ul li.bg2::before {*/
/*  top: 16px;*/
/*  left: 16%;*/
/*}*/
/*.characteristic-tt.en ul li.bg3::before {*/
/*  top: 16px;*/
/*  left: 27%;*/
/*}*/
.characteristic-in {
  background-color: #fff;
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  overflow: hidden;
  width: 0;
  height: 0;
}
.characteristic-in.show {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  padding: 30px;
  min-height: 80px;
}

.structure-title {
  font-size: 20px;
  display: block;
  color: #02012D;
  line-height: 1;
  font-weight: 600;
  margin: 30px 0;
}
.structure-block {
  border: 1px solid #ccc;
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  min-height: 200px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  margin-bottom: 20px;
}
.structure-block:hover {
  box-shadow: 1px 1px 10px rgba(204,204,204,.6);
}
.structure-block-img {
  width: 30%;
  height: 300px;
}
.structure-block-img figure {
  width: 100%;
  height: 100%;
}
.structure-block-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.structure-block-info {
  width: -moz-calc(70% - 60px);
  width: -webkit-calc(70% - 60px);
  width: calc(70% - 60px);
  padding: 0 30px;
}
.structure-block-info-name {
  width: 100%;
  font-size: 24px;
  margin: 20px 0
}
.structure-block-info-text {
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 100px;
}
.structure-block-info-more {
  margin: 20px 0;
}
.structure-block-info-more a {
  font-size: 14px;
  color: #009945;
  opacity: .8;
}
.structure-block-info-more a:hover {
  text-decoration: underline;
  opacity: 1;
}
.structure-pro-items {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.structure-pro-items li {
  width: 31%;
  position: relative;
}
.structure-pro-items li:not(:nth-child(3n)) {
  margin-right: -moz-calc(7% / 2);
  margin-right: -webkit-calc(7% / 2);
  margin-right: calc(7% / 2);
}
.structure-pro-items li .pro_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -ms-transition: all .3s;
}
.structure-pro-items li .pro_link:hover {
  box-shadow: 1px 1px 10px rgba(0,138,66,.4);
}
.structure-pro-items li .pro_img {
  background: #FFF;
  overflow: hidden;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 280px;
  padding: 20px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.structure-pro-items li .pro_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.structure-pro-items li .pro_text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "微软雅黑", "宋体";
  color: #060531;
  padding: 14px;
  text-align: center;
}
.structure-pro-items li .pro_info {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: auto;
  justify-content: space-between;
}
.structure-pro-items li .pro_info span {
  width: 100%;
  margin-bottom: 5px;
  justify-content: center;
  font-size: 16px;
  color: #666;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.structure-pro-items li .pro_info span p {
  float: left;
}


/* ----------------------------------------------------------------------------新闻列表，关于我们列表页面等 */

.newsWrap {
  background-color: #F9F8F8;
}
.newsBox {
  width: 100%;
  max-width: 1600px;
  margin: 30px auto;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.news-left {
  width: 360px;
  margin-right: 50px;
}
.newsBox .news-nav {
  background-color: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
.news-left-title {
  text-align: center;
  color: #02012D;
}
.news-left-title h3{
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}
.news-left-title h5{
  font-size: 10px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}
.news-nav-list {
  margin-top: 20px;
}
.news-nav-list li {
  width: 100%;
  height: 32px;
  background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  justify-content: center;
}
.news-nav-list li:last-child {
  border: none;
}
.news-nav-list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-nav-list li p {
  font-size: 16px;
  color: #A3A3A3;
  font-weight: bold;
  width: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-nav-list li figure {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #A3A3A3;
  margin-right: 3px;
}

.en-news-list li {
  text-align: left;
}
.en-news-list li figure {
  left: 10px;
}
.en-news-list li p{
  font-size: 12px;
  text-indent: 20px;
}

.news-nav-list li.select p,
.news-nav-list li.select a:hover ~ p{
  opacity: 1;
  color: #009945;
}
.news-nav-list li.select figure,
.news-nav-list li.select a:hover + figure {
  opacity: 1;
  background-color: #009945;
  width: 5px;
  height: 5px;
}
.news-nav-list li a:hover + figure{
  opacity: 1;
  background-color: #02012D;
  width: 5px;
  height: 5px;
}
.news-nav-list li a:hover ~ p {
  opacity: 1;
  color: #02012D;
}

.newsBox .article {
  background-color: #fff;
  line-height: 2;
  font-size: 14px;
  word-wrap: break-word;
  width: -moz-calc(100% - 360px - 50px - 60px);
  width: -webkit-calc(100% - 360px - 50px - 60px);
  width: calc(100% - 360px - 50px - 60px);
  padding: 30px;
}
.newsBox .company img,
.newsBox .fanli img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.contactjBox {
  min-height: 500px;
  position: relative;
}
.contactjBox .contact-title {
  color: #061729;
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 24px;
}
.contactjBox ul {
    width: 48%;
}
.contactjBox ul li:first-child {
  color: #061729;
  font-size: 16px;
}
.contactjBox ul li{
  color: #666666;
  font-size: 14px;
  margin-bottom: 8px;
}


.company-wrap,
.rongyu-wrap,
.contactjBox,
.videoList {
  background-color: #fff;
  width: -moz-calc(100% - 360px - 50px - 60px);
  width: -webkit-calc(100% - 360px - 50px - 60px);
  width: calc(100% - 360px - 50px - 60px);
  padding: 30px;
}
.company-wrap ul,
.rongyu-wrap ul {
  width: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.company-wrap ul li,
.rongyu-wrap ul li {
  position: relative;
  border: 1px solid #cdcdcd;
  width: -moz-calc(31%  - 2px);
  width: -webkit-calc(31%  - 2px);
  width: calc(31% - 2px);
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all .3s;
  margin-bottom: 30px;
}
.rongyu-wrap ul li {
  width: 31%;
  border: none;
}
.company-wrap ul li:hover {
  top: -5px;
  border: 1px solid #009945;
}
.rongyu-wrap ul li:hover {
  top: -5px;
}
.company-wrap ul li:not(:nth-child(3n)),
.rongyu-wrap ul li:not(:nth-child(3n)),
.videoList ul li:not(:nth-child(3n)){
  margin-right: calc(7% / 2);
}
.company-item .company-img {
  width: 100%;
  height: 280px;
}
.company-item .company-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.rongyu-wrap .rongyu-wrap-item-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.rongyu-wrap-item .rongyu-wrap-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-item .company-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all .5s;
  background-color: rgba(0,0,0,.5);
  opacity: 0;
}
.company-item .company-link:hover {
  opacity: 1;
}
.company-item .company-name,
.rongyu-wrap-item .rongyu-wrap-item-name {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px;
  font-size: 16px;
}
.company-item .company-name {
  margin: 24px 10px;
}
.company-wrap ul li:hover .company-info {
  opacity: 1;
}
.company-item .company-info {
  color: #fff;
  font-size: 16px;
  text-align: left;
  overflow-y: scroll;
  position: absolute;
  width: 80%;
  height: 30%;
  left: 10%;
  bottom: 15%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all .5s;
  opacity: 0;
  line-height: 24px;
}
.company-item .company-info::-webkit-scrollbar {
  display: none;
}
.company-item .company-more {
  font-size: 16px;
  margin: 15px;
  text-align: center;
  color: #009945;
}

.newsBox .news-list {
  width: -moz-calc(100% - 360px - 50px - 60px);
  width: -webkit-calc(100% - 360px - 50px - 60px);
  width: calc(100% - 360px - 50px - 60px);
}

.newsBox .news-list ul li {
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  width: -moz-calc(100% - 40px - 2px);
  width: -webkit-calc(100% - 40px - 2px);
  width: calc(100% - 40px - 2px);
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 117px;
  flex-wrap: wrap;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(255,255,255,0);
}
.newsBox .news-list ul li:hover {
  background-color: rgba(0,138,66,.8);
  border: 1px solid #009945;
  box-shadow: 1px 1px 10px rgba(0,138,66,.4);
}
.newsBox .news-list ul li:hover .news-title {
  color: #fff;
}
.newsBox .news-list ul li:first-child {
  padding: 0;
  width: 100%;
}
.newsBox .news-list ul li:first-child .news-info {
    width: -moz-calc(100% - 120px - 20px);
    width: -webkit-calc(100% - 120px - 20px);
    width: calc(100% - 120px - 20px);
    padding: 20px 0 20px 20px;
}
.newsBox .news-list ul li:first-child .news-img {
  width: 100%;
  height: 240px;
  background-color: #F9F8F8;
}
.newsBox .news-list ul li:first-child .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsBox .news-list ul li:first-child .news-time {
  width: 100px;
  padding-right: 20px;
}
.newsBox .news-list ul li .news-info {
  width: calc(100% - 100px);
}


.newsBox .book-list {
  width: -moz-calc(100% - 360px - 50px);
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px - 50px);
}
.book-list ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.book-list ul li {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px;
  align-items: center;
  width: calc(50% - 48px - 30px);
  margin-right: 30px;
}
.book-list ul li:nth-child(2n) {
  margin-right: 0;
}
/* .book-list ul li:nth-child(-n + 2) {
} */
.book-list ul li:hover {
  box-shadow: 1px 1px 10px rgba(0,0,0,.1);
}
.book-list ul li .book-img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
}
.book-list ul li .book-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.book-list ul li .book-link {
  width: 80px;
  margin-left: 30px;
}
.book-list ul li .book-info {
  width: calc(100% - 120px - 30px - 110px);
}
.book-list ul li .book-info .book-title {
  margin-bottom: 8px;
  color: #02012D;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.book-list ul li .book-info .book-content {
  min-height: 52px;
  margin: 0;
  opacity: .8;
  font-size: 14px;
  line-height: 24px;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.book-link {
  text-align: center;
}
.book-link a{
  color: #009945;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  padding: 10px;
  top: 0;
  display: inline-block;
}
.book-link a:hover {
  top: 5px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}














/* -----------------------------分页---------------------- */
.pages-list .page {
  text-align: center;
  margin-top: 60px;
}
.pages-list .page .pageLi {
  display: inline-block;
}
.pages-list .page .page-cur {
  border: 1px solid #009945 !important;
  color: #ffffff !important;
  background-color: #009945;
}

.pages-list .page .pre {
  border: 1px #ccc solid;
  text-align: center;
}

.pages-list .page .next {
  border: 1px #ccc solid;
  text-align: center;
}
.pages-list .page a.defau:hover {
  color: #ccc;
  text-decoration: none;
  cursor: default;
}
.pages-list .page .text {
  width: 40px;
  text-align: center;
}

.pages-list .page .page-number li {
  float: left;
  display: inline;
  margin: 0 2px;
  width: 30px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  color: #009945;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pages-list .page .next, .pre {
  width: 65px;
  color: #009945;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pages-list .page .defau {
  color: #ccc;
}
.pages-list .page .pre, 
.pages-list .page .next, 
.pages-list .page .page-number, .all-page {
  float: left;
  display: inline;
  height: 22px;
  line-height: 22px;
}
.pages-list .page .page-btn {
  background-color: #009945;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: none;
  padding: 0 20px;
  margin-left: 10px;
  position: relative;
  top: -5px;
  cursor: pointer;
}
.pages-list .page .next {
  margin-right: 10px;
}

.article .hd {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ccc;
}
.article .hd h1{
  color: #000;
  font-size: 24px;
}
.article .hd .titbar {
  color: #666;
  font-size: 14px;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article .hd .titbar span {
  margin-right: 20px;
}
.article .bd {
  color: #666;
  font-size: 14px;
}
.article .bd img {
    width: 100%;
}

.map_box {
  background-color: #fff;
  width: calc(100% - 60px);
  padding: 30px;
}
.map_content {
  margin-bottom: 30px;
}
.map_content h3 {
  margin-bottom: 8px;
  font-size: 16px;
  color: #009945;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.map_content h3 > a {
  color: #666;
}
.map_content h3:hover > a {
  color: #009945;
}
.map_content > a {
  font-size: 14px;
  display: inline-block;
  padding: 2px 8px;
  line-height: 20px;
  color: #666;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.map_content > a:hover {
  color: #009945;
  border: 1px solid #009945;
}
.map_box .pagination {
  display: inline-block;
    padding-left: 0;
    margin: 3px 0;
    border-radius: 0;
}
.map_box .pagination>li {
  display: inline;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 3px 0;
  border-radius: 0
}

.pagination>li {
  display: inline
}

.pagination>li>a,.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 20px;
  text-decoration: none;
  color: #3DA9F7;
  background-color: #e0f0ff;
  border: 1px solid #ddd;
  margin-left: -1px;
  height: 20px;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
  z-index: 2;
  color: #3DA9F7;
  background-color: #ecf0f1;
  border-color: #ddd
}

.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: #b4bcc2;
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
  color: #b4bcc2;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.contactFormBox {
  position: absolute;
  width: 50%;
  top: 60px;
  right: 30px;
}
.contactForm {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.bdt-form-default {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
.bdt-form-default:first-child {
  margin-right: 24px;
  width: calc(100% / 2 - 24px);
}
.bdt-form-default:nth-child(2) {
  width: 50%;
}
.bdt-input input,
.bdt-textarea textarea{
  max-width: 100%;
  width: 100%;
  border: 1px solid #666;
  height: auto;
  padding: 10px 0 10px 30px;
  background-color: transparent;
  color: #666;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  overflow: visible;
  box-sizing: border-box;
}
.bdt-input input:focus,
.bdt-input input:focus-visible,
.bdt-textarea textarea:focus-visible,
.bdt-textarea textarea:focus {
  outline: none;
  border-color: #009945;
}
.bdt-button button{
  background-color: #009945;
  color: #FFF;
  font-family: "Barlow", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #009945;
  border-radius: 0 0 0 0;
  padding: 15px 30px 15px 30px;
  appearance: none;
  overflow: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;

}
.bdt-button button:hover {
  background-color: #fff0;
  color: #009945;
  border-color: #009945;
}
.contactDialogBox,
.shareDialogBox,
.picDialogBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.7);
  z-index: 99999;
  display: none;
}
.contactDialog {
  width: 60%;
  height: auto;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 20%;
  top: 20%;
}
.dialogClose {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
}

.contactDialogBox.show,
.shareDialogBox.show,
.picDialogBox.show  {
  display: block;
}

.shareDialog {
  width: 40%;
  height: auto;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 30%;
  top: 10%;
  text-align: center;
}
.bdMap {
  width: 100%;
  margin-top: 120px;
}
.bdMap img {
  width: 100%;
}
.book-search {
  width: 100%;
  margin-bottom: 20px;
}
.book-search input {
  width: 40%;
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
}
.book-search button {
  padding: 11px 30px;
  background-color: #009945;
  color: #fff;
  border: none;
}

.book-search input:focus {
  outline: none;
  border-color: #009945;
}


.picDialog {
  width: 90%;
  height: 90%;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 5%;
  top: 5%;
}
.picArea{
  width: 100%;
  height: 100%;
}
.picArea>div {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.picArea .bigPicName,
.picArea .picNameList {
  width: 100%;
  height: 30px;
}
.picArea figure {
  width: 100%;
  height: calc(100% - 90px);
}
.picArea figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.picNameList {
  display: flex;
  justify-content: space-between;
}
.picNameList div {
  cursor: pointer;
}

.picNameList div:hover {
  color: #009945;
}









