@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}

@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}
@font-face {
  font-family: Pingfang-bold;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}

.Pingfang{
  font-family: Pingfang;
}
.Pingfang-bold{
  font-family: Pingfang-bold;
} 


body {
  width: 100%;
  background:#000000;
  font-family: Pingfang;
}
.image{font-size: 0;line-height: 0;}
.image img{max-width: 100%;}
.pc {
  display: none !important;
}


.container{width:94%;margin:auto;}
.contain{width:94%;margin:auto;}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  /* flex: 1; */
}
i.fa {
  font-size: 0.48rem;
}

/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #000000;
}
.phone-nav .logo img {
  height: 60px;
}
.header-gap {
  height: 80px;
}

.main_menu {
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 80px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 20px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  padding: 10px 20px 10px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.childmenu a {
  padding: 10px 20px 10px 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}

.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
  color:#e0e0e0;
}
.menu-top .layui-icon {
  float: right;
  /* margin-right: 24px; */
}
.phone-top-con{width:100%;height:80px;background:#000000;}

.ellipsis-two{ display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}


/* 首页banner */


.iBanner{position:relative;overflow:hidden;width:100vw;}
.iBanner .swiper{height:100%;}
.iBanner .swiper .banner-next{position:absolute;right:35px;top:calc(50% - 20px);z-index:1;}
.iBanner .swiper .banner-prev{position:absolute;left:35px;top:calc(50% - 20px);z-index:1;}

	

.iBanner .swiper-pagination{height:30px;}
.iBanner .swiper-pagination-bullet{width:10px;height:10px;text-align:center;z-index:1000;opacity:1;background-color: rgba(255,255,255,0.6);}

.iBanner .swiper-pagination-bullet-active{background-color: rgba(255,255,255,1);}
.iBanner .swiper-slide{width:100%;height:100%;}
.iBanner .swiper .image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.iBanner .swiper .image img{
    min-width:100%;   min-height:100%;
    margin: auto;
    transition:1s linear 2s;
    transform:scale(1.1,1.1) rotate(0.1deg);
    }
   .iBanner .swiper .swiper-slide-active .image img,.swiper-slide-duplicate-active .image img{
    transition:6s linear;
    transform:scale(1,1) rotate(0.1deg);
    }


.iBanner .ttcon{position:absolute;top:calc(50% - 25px); left:0;width:100%;z-index:10;}
.iBanner .ttcon .container{width:80%;margin:auto;}

.iBanner .ttcon .p1{font-size:calc(22px + 2.2vw);color:rgba(255,255,255,1);text-align:center;margin-bottom:1.2vw;}
.iBanner .ttcon .p2{font-size:calc(18px + 0.4vw);color:rgba(255,255,255,1);text-align:center;}
.iBanner .ttcon .content{color:#ffffff;font-size:calc(18px + 1.2vw);margin-bottom:10px;}
.iBanner .ttcon .content *{color:#ffffff;font-size:calc(18px + 1.2vw);line-height:36px;height:36px;}
.iBanner .ttcon .icon a{color:#ffffff;font-size:16px;line-height:20px;}

/* 内页banner */
.insidebanner .img{height:150px;background-size:cover;background-repeat: no-repeat;background-position: center;}


/* 内页导航 */
.inset {width: 100%;  overflow: hidden;  padding:20px 0px;line-height: 2;}
.col * {color: #e0e0e0;}
.catetitle{font-size: 24px;line-height: 2;text-align: center;color: #e0e0e0;margin-bottom: 20px;}
.inset img{max-width: 100%;}

.ne_nav{width:100%;padding:10px 0px;overflow:hidden;background:#161616;display:none;}
.ne_nav nav{overflow:hidden;display: flex;justify-content: center;flex-wrap: wrap;}
.ne_nav nav a{text-align:center;line-height:34px;width:90px; border-radius:30px;color:rgba(255, 255, 255, 0.5);float:left;padding:0px 10px;}

.ne_nav nav a.active{background:#333;color:rgba(255, 255, 255, 1);}
.ne_nav nav p{float:left;color:#e0e0e0;line-height:34px;font-size:15px;}
.ne_nav nav .flter{display: block;width: 100%;}
.ne_nav nav .flter_tt{overflow:hidden;}
.ne_nav nav .flter_tit{margin-top: 15px;}
.ne_nav nav .flter_tt a{width:auto;padding:0 15px;}
.ne_nav nav .flter_tit a{margin-right:0px;}

#keywordsform{width:210px;height:40px;line-height:40px;background:#1c1c1c;border-radius:20px;display:none;}
#keywordsform input{width:180px;height:40px;line-height:40px;background:rgba(0,0,0,0);border:none;text-indent:15px;}


.business{}
.business .index-tit{width: 100%;overflow: hidden;padding: 20px 0;}
.business .index-tit .dh{width:100%;float: left;display:flex;align-items: center;flex-wrap:wrap;padding:10px 0px;}
.business .index-tit .dh a{display:flex;align-items: center;justify-content: center;flex-wrap:wrap;}
.business .index-tit .dh a img{filter: brightness(10);margin-right: 10px;height:25px;}
.business .index-tit .dh a p{font-size:16px;color:#e0e0e0;line-height: 1.5;}
.business .index-tit .dh.active a img{filter: brightness(1);} 
.business .index-tit .dh.active a p{color: #ffe764;} 
.business .indexcon .list{width: 100%;display: none;}
.business .indexcon .list .cont{display: flex;align-items: center;justify-content: space-between;flex-wrap:wrap;}
.business .indexcon .list.active{display: block;}

.business .indexcon .list .image{width: 100%;}
.business .indexcon .list .image img{width: 100%;}
.business .indexcon .list .details{width: 100%;margin-top:20px;}
.business .indexcon .list .details .title{font-size: calc(20px + 1.3vw);line-height: 1.5; color: #e0e0e0;}
.business .indexcon .list .details .des{font-size: 16px;color: #e0e0e0; line-height: 2;margin: 1.8vw auto;display:none;}
.business .indexcon .list .details .more{display:none;}
.business .indexcon .list .details ul{line-height: 30px;margin-top: 1.8vw;}
.business .indexcon .list .details ul li{float: left;width: 100%;padding-left: 20px;position: relative;line-height: 2;font-size: 18px;color: #e0e0e0; }
.business .indexcon .list .details ul li::after{content:"";width:1px;height:18px;background:#e0e0e0;position:absolute;left:0;top:calc(50% - 4px);width: 8px;height: 8px;border-radius: 4px;}
.business .indexcon .list .details .more img{width:35px;}


	
.profile{overflow:hidden;margin-top:40px;margin-bottom:20px;background:url(../images/map.png) no-repeat center;background-size:contain;background-position: center 60px;}
.profile .index-tit{font-size:30px;color:#e0e0e0;width: 100%;overflow: hidden;}
.profile .index-tit .tit{float: left;}
.profile .index-tit .mt-en{font-size:30px;color:#e0e0e0;margin-left:0px;opacity: 0.15;font-weight: bold;}
.profile .index-tit .mt-zh{font-size:24px;line-height: 1; color:#e0e0e0;position: relative;top: -10px;}
.profile .index-tit .more{float: right;margin-top:15px;}
.profile .index-tit .more img{width:30px;}
.profile .details{width: 100%;}
.profile .pBanner{margin-top:15px;height: 210px;overflow: hidden;touch-action: pan-y;}
.profile .pBanner .swiper {
  height: 210px;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}
.profile .pBanner li{overflow:hidden; display: flex;
      justify-content: center;
      align-items: center;
}
.profile .pBanner img{  display: block;border-radius:10px;
      width: 100%;
      height: 100%;
      object-fit: cover;}
.profile .tcon{margin-top:15px;color: #e0e0e0;line-height:2;font-size: 16px;}
.profile .tcon2{margin-top:0px;color: #e0e0e0;line-height: 1.5;font-size: 15px;}
.profile .tcon2 span{font-size:20px; color: #ffe764;}

.case{padding-top:25px;overflow:hidden;}
.case_left{width: 100%;float: left;}
.case_list{width: 100%;overflow: hidden;margin-top:15px; margin-bottom: 10px;display:flex;justify-content:space-between;flex-wrap:wrap;}
.case_list .dh{float: left;margin-right: 0px;background: #292929;border-radius: 5px;margin-bottom: 10px;display:none;opacity:0;}
.case_list .dh a{font-size: 16px;color: rgba(255,255,255,.5);height: 40px;line-height: 40px; padding:0px 20px;display: block;}
.case_list .dh a:hover{color: #ffe764;}
.case_list .dh.active a{color:#ffe764;}
.case_title{width: 100%;display:none;height:0;opacity:0;}
.case_title ul{width: 100%;}
.case_title ul li{margin-bottom: 20px;}
.case_title ul li a{font-size: 20px;color: #e0e0e0;line-height: 1.5;}
.case_title ul li a:hover{color: #ffe764;}
.case .details{width: 100%;float: right;overflow: hidden;}
.case .details .image{font-size: 0;line-height: 0;}
.case .details .image img{width: 100%;}
.case .details .swiper-slide a{border-radius: 15px;overflow: hidden;display: block;}
.case .details .swiper-slide .con{background: #202022;padding: 30px 10px 30px 20px;position: relative;}
.case .details .swiper-slide .con::after{content:"";width: 4px; height: calc(100% - 60px);background: #e0e0e0;border-radius: 2px; position: absolute;z-index: 1;top:30px;left:10px;}

.case .details .swiper-slide .con .ct{font-size: 16px;color: #e0e0e0;line-height: 1.2;padding-bottom: 5px;}
.case .details .swiper-slide .con .et{font-size: 13px;color: #e0e0e0;line-height: 1.2;}





.news{margin:30px auto;}
.news .index-tit{color:#e0e0e0;width: 100%;overflow: hidden;display: flex;flex-wrap:wrap;  align-items: center;justify-content: space-between;}
.news .index-tit .tit{float: left;font-size:30px;}
.news .index-tit .mt-en{font-size:30px;color:#e0e0e0;opacity: 0.15;font-weight: bold;}
.news .index-tit .mt-zh{font-size:24px;line-height: 1; color:#e0e0e0;position: relative;top: -10px;}
.news .index-tit .more{float: right;margin-top:30px;}
.news .index-tit .catetit{float:left;overflow: hidden;height: 40px;}
.news .catetit a{font-size:16px;margin-right: 0px; margin-left:15px;color:rgba(255,255,255,0.5);line-height: 25px;display: block;float: left; background: #292929;padding:0px 10px; line-height:40px; border-radius: 5px;}
.news .catetit a:hover{color: #ffe764;}
.news .catetit a.active{color: #ffe764;}


.news .mt{font-size:30px;color:#e0e0e0;}
.news .mt span{font-size:18px;color:#999;margin-left:12px;}
.news .con{margin-top:39px;overflow:hidden;}
.news .con ul li{width:100%;margin-right:2%;float:left;margin-bottom:10px;}
.news .con ul li:last-child{margin-right:0;}
.news .con ul li a{width:100;height:100%;display:block;}
.news .con ul li .tt{font-size:14px;color:#e0e0e0;line-height:25px;margin-top:10px;}
.news .con ul li .line{width:36px;border-top:1px solid #b3b3b3;margin-top:13px;}
.news .con ul li .date{font-size:14px;color:#e0e0e0;font-weight:lighter;margin-top:15px;}
.news .con ul li .des{line-height:2;font-size:13px;color:#999;margin-top:13px;min-height:0px;overflow:hidden;display:none;}
.news .con ul li .pic{width:100%;overflow:hidden;object-fit: cover;height:220px;}
.news .con ul li .pic img{width:100%;height:100%;}

.news .con ul li .more{font-size:16px;color:#999;display:block;text-transform:uppercase;font-weight:normal;margin-top: 10px;display:none;}


.subsidiaries{margin:20px auto;overflow:hidden;}
.subsidiaries .index-tit{font-size:30px;color:#e0e0e0;width: 100%;overflow: hidden;}
.subsidiaries .index-tit .tit{float: left;}
.subsidiaries .index-tit .mt-en{font-size:30px;color:#e0e0e0;margin-left:0px;opacity: 0.15;font-weight: bold;}
.subsidiaries .index-tit .mt-zh{font-size:24px;line-height: 1; color:#e0e0e0;position: relative;top: -10px;}
.subsidiaries .index-tit .more{float: right;margin-top:15px;}
.subsidiaries .index-tit .more img{width:30px;}
.pSubsidiaries{margin:20px auto;}
.pSubsidiaries li .image{margin-bottom:15px;display:flex;justify-content:center;}
.pSubsidiaries li .title{text-align:center;color:#ffffff;font-size:12.5px;line-height:2}

.article{display: flex; }
.article .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;position:relative;}
.article .details li .share{position:absolute;right:0;bottom:0px;display:none;opacity:0;}
.article .details li .share span{font-size:0;}
.article .details li .share .copy-btn{float:left;width:28px;height:28px;line-height:28px;font-size:16px;color:#b2bac2;display:flex;justify-content:center;align-items:center;border-radius:50%;}
.article .details li .share .copy-btn i{font-size: 18px;}
.article .details li .deta{  display: flex;justify-content: space-between; align-items: center;  font-size: 16px;  overflow: hidden;}
.article .details li a .image{flex:0 0 110px; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.article .details li a .image img{width:110px;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.article .details li a .detail{width: calc(100% - 125px);}
.article .details li a .detail1{width:100%;display: flex;justify-content: space-between;align-items: center;}
.article .details li a .title {width: 100%; font-size: 16px;color: #000000;line-height: 22px; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}
.article .details li a .des{line-height: 2;color:#999999;font-size: 14px;display: none;}
.article .details li a .date { font-size: 13px;color: #999999;line-height: 2;color: #2458a4;}
.article .details li a .detail1 .date { font-size: 13px;line-height:22px;height:44px;color: #2458a4;flex: 0 0 100px;text-align: right;}


.articlepage .details{width: 100%;overflow: hidden;}
.articlepage .details li {position:relative;width: 100%;float: left;padding: 10px 0px;border-bottom: 1px solid #e2e2e2; overflow: hidden;}
.articlepage .details li a {width: 100%;display:flex;align-items: center;justify-content: space-between; overflow: hidden;flex-wrap: wrap;}
.articlepage .details li a .image{width: 120px;margin-right: 10px;overflow: hidden;border-radius: 15px;}
.articlepage .details li a .image img{transition: 0.6s;}
.articlepage .details li a .detail{width: 100%;}
.articlepage .details li a .title {width: 100%; font-size: calc(0.4vw + 14px);color: #333333; line-height: 1.6;transition: 0.3s;}
.articlepage .details li a .title span{display: block; font-size: calc(0.2vw + 12px);color: #999999;}
.articlepage .details li a .des{ color:#333333;font-size: calc(0.2vw + 12px);line-height: 2;transition: 0.3s;}
.articlepage .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;transition: 0.3s;}
.articlepage .details li a .icon{font-size: calc(0.2vw + 12px);color: #666666;transition: 0.3s;}
.articlepage .details li a .icon span{float: right;}


.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;}
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: calc(100% - 100px); font-size:16px;color: #000000;line-height: 35px;}
.xwlb .details li a .date { font-size: 14px;color: #999999;line-height: 2;width:100px ;text-align: right;}


.articleshow{}
.articleshow .title{font-size:18px;line-height:25px;margin-bottom:10px ;color: #000;;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#999;line-height: 25px;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .info{}
.article_show1 .image{display: flex;justify-content: center;}


.contact_li{width: 100%;overflow: hidden;}
.contact_li li{width:100%;overflow: hidden; display: flex;align-items: center;padding-bottom:15px;margin-bottom:15px ; border-bottom: 1px solid #e9e9e9;}
.contact_li li .pic{margin-right: 15px;}
.contact_li li .pic img{width: 30px;}
.contact_li li .tt{font-size: 18px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 14px;line-height: 1;}
#allmap{width: 100%;height: 360px;}




/* 内页搜索 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 36px;
}
.filter .list-box {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.filter .list-box p {
  flex: 0 1 100px;
}
.filter .list {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}






.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;border: 1px solid #eee;}
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
/* .picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.picture .detail li .title { font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;}


.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture1 .detail li:nth-child(4n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;}
.picture1 .detail li .imagea{ height: 150px;}
/* .picture1 .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.picture1 .detail li .title {  text-align: center;font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;}

.honor .image{height: 140px;}

.productlist .detail {  display: flex;  flex-wrap: wrap;}
.productlist .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.productlist .detail li:nth-child(2n) {  margin-right: 0;}
.productlist .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;height: 130px; border: 1px solid #eee;}
.productlist .detail li .image img{max-width: 100%;height: 100%;}
/* .picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.productlist .detail li .title { font-size: 14px;line-height: 20px;height: 20px; color: #000;  margin: 5px 0 0;position: relative; text-align: center;}



.rdcenterpage{}
.rdcenterpage li{background-color: #f1f3f7;border-radius: 15px;margin-bottom: 20px;padding: 15px 0px;overflow: hidden;}
.rdcenterpage li .details{width: calc(100% - 30px);padding: 0px 15px;color: #000000;}
.rdcenterpage li .details .title{font-size: calc(16px + 0.7vw);margin-bottom: 12px;}
.rdcenterpage li .details .span{float: left;color: #2c9292;}
.rdcenterpage li .details .button{margin-top: calc(10px + 0.5vw);}
.rdcenterpage li .details a.more{height: 40px;line-height: 40px;width: 120px; border-radius: 20px;display: block;background: #2c9292;color: #e0e0e0;margin-right: 10px;text-align: center;float: left;}
.rdcenterpage li .details a.more:hover{background:#909bb2 ;transition: 0.3s;}
.rdcenterpage li .details a.pdf{height: 40px;line-height: 40px;width: 120px; border-radius: 20px;display: block;background: #909bb2;color: #e0e0e0;text-align: center;float: left;}
.rdcenterpage li .details a.pdf:hover{background:#2c9292;transition: 0.3s;}
.rdcenterpage li .image{width:92%;margin: auto; display: flex;align-items: center;justify-content: center;overflow: hidden;}
.rdcenterpage li .image img{transition: 0.6s;max-width: 100%;}


.founder ul li{width:100%;position:relative;margin-bottom:30px;margin-right:30px;float:left;position:relative;}
.founder ul li a{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.founder ul li .pic{float:left;width:100%;margin-bottom:20px;}
.founder ul li .pic img{max-width:200px;display:block;margin:auto;}
.founder ul li .detail{float:right;width:100%;}
.founder ul li .detail .des{font-size:18px;color:#e0e0e0;line-height:25px;overflow:hidden;margin-top:9px;}
.founder ul li .detail .tt{color:#e0e0e0;font-size:18px;margin-top:10px;}
.founder ul li .detail .con{font-size:16px;color:#e0e0e0;margin-top:12px;line-height:2}
.founder ul li .detail .con *{color:#e0e0e0;}



.pxxm{width:100%;min-height:450px;overflow:hidden;}
.pxxm ul{overflow:hidden;}
.pxxm ul li{width:100%;float:left;margin-right:30px;margin-bottom:34px;}
.pxxm ul li a{width:100%;height:100%;display:block;}
.pxxm ul li .pic{width:100%;height:234px;overflow:hidden;
	display:flex;
	align-items:center;
	display:-webkit-flex; 
    -webkit-align-items:center;
	display:-ms-flex; 
    -ms-align-items:center;}
.pxxm ul li .pic img{max-width:100%;max-height:100%;margin:auto;}
.pxxm ul li p{width:100%;text-align:center;line-height:30px;color:#000;font-size:16px;background:#ececec;overflow:hidden;}




.mCase{margin-top:20px;margin-bottom:30px;}
.mCase .detail a{height:auto;margin:0;margin-bottom:10px;}
.mCase .detail a *{color:#e0e0e0;}
.mCase .bg{padding:10px;}
.mCase .detail a img{width:100%;height:auto;}
.mCase .detail .pic{width:100%;height:auto;}
.mCase .detail .bg{background: #333333;}
.mCase .detail .bg .ct{font-size:16px;line-height:25px;margin-bottom:8px;}
.mCase .detail .con{width:100%;height:auto;}
.mCase .detail .con .des{margin-top:0;height:auto;line-height:30px;}
.mCase .mdetail{display:block;}
.mCase .idetail{display:none;}

.xwzx ul li{width:100%;height:120px;background:#f7f7f7;position:relative;margin-bottom:30px;margin-right:30px;float:left;position:relative;}
.xwzx ul li:nth-child(2n){margin-right:0;}
.xwzx ul li a{width:calc(100% - 20px);height:120px;padding:0px 10px;display:block;position:relative;z-index:1;display: flex;
  align-items: center;
  justify-content: space-between;}
.xwzx ul li .pic{float:left;width:35%;}
.xwzx ul li .pic img{width:100%;height:100%;display:block;}
.xwzx ul li .detail{float:right;width:62%;}
.xwzx ul li .detail .tt{color:#333;font-size:16px;line-height:25px;height:50px;overflow:hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数为2 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; /* 添加省略号 */
}
.xwzx ul li .detail .date{font-size:13px;color:#999;}
.xwzx ul li .detail .des{font-size:13px;color:#999;line-height:25px;max-height:50px;overflow:hidden;display:none;}


	
	
.brand{margin-top:20px;margin-bottom:30px;}
.brand ul li{width:100%;height:120px;margin-bottom:15px;}
.brand ul li a{width:100%;height:120px;padding:10px;box-sizing:border-box;}
.brand ul li .pic{width:35%;height:100px;display:flex;align-items:center;}
.brand ul li .detail{width:62%;}
.brand ul li .detail .tt{margin-top:5px;font-size:15px;height:18px;}
.brand ul li .detail .des{margin-top:6px;}


.contactpage{width: 100%;display: flex;}
.contactpage .col{display: flex;align-items: center;flex-wrap:wrap;}
.contactpage .contact_left{width: 100%;float: left;font-size: 0;line-height: 0;}
.contactpage .contact_left img{width: 100%;}
.contactpage .contact_right{width: 100%;padding:20px 0px; background: url(../images/contact_bg.jpg) no-repeat center center;background-size:cover;}
.contactpage .contact_right .content{width:calc(100% - 60px);padding-left:60px;}
.contactpage .contact_right span{position: relative;}
.contactpage .contact_right img{
  position: absolute;
  top: -5px;
  left:-40px;
}

.aboutpage{width: 100%;overflow: hidden;}

.aboutpage img{max-width: 100%;}
.aboutpage .col{display: flex;align-items: center;justify-content: space-between; flex-wrap: wrap;margin-bottom: calc(10px + 1.5vw);}
.aboutpage .about_left{width: 100%;float: left;font-size: 0;line-height: 0;margin-top:10px;}
.aboutpage .about_left img{width: 100%;}
.aboutpage .about_right{width: 100%;height: 100%;float: left;}
.aboutpage .title{font-size:24px;line-height: 2;text-align: center;color: #e0e0e0;}
.aboutpage ul{width: 100%;margin-top: calc(10px + 1.5vw);}
.aboutpage ul li{float: left;width:50%;}
.aboutpage ul li .image{width: 100%;display: flex;justify-content: center;align-items: center;height: 140px;}
.aboutpage ul li .image img{height:100px;}
.aboutpage ul li .image2{display:none;}
.aboutpage ul li .title{font-size: 12.5px;line-height: 2;text-align: center;color: #e0e0e0;}

	


.businesspage{width: 92%;margin:0px auto; max-width: 1800px;}
.businesspage .businesspage_part{overflow: hidden;height: 100%;  display: flex;margin-bottom: 35px;}
.businesspage .part{width:100%;min-height:350px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.businesspage .part .business_nav{font-size:20px;color:#333;width: 100%;background: #161616;display: flex;align-items: center;justify-content: center;margin-bottom:15px;}
.businesspage .part .business_nav p{width: 100%;font-size: 24px;color: #e0e0e0;text-align: center;line-height:2;}

.businesspage .part .business_content{width:100%;height: 100%;}
.businesspage .part .business_content ul{width:100%;overflow:hiden;}
.businesspage .part .business_content ul li{float: left;}
.businesspage .part .business_content ul li img{width: 100%;} 
.businesspage .part .business_content ul li:nth-child(7n+1){width:100%;margin-right:0;margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+2){width: calc(50% - 7.5px);margin-right: 15px;margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+3){width:  calc(50% - 7.5px);margin-bottom: 15px;margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+4){width: calc(50% - 7.5px);margin-right: 15px;margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+5){width:  calc(50% - 7.5px);margin-bottom: 15px;}
.businesspage .part .business_content ul li:nth-child(7n+6){width:100% ;margin-right: 0px;position:relative;margin-bottom: 15px;}
.businesspage .part .business_content ul li .summary{padding: 10px 15px;background: #161616;font-size: 16px;line-height: 2; overflow: hidden;color:#e0e0e0;}

.businesspage .part .business_content ul li:nth-child(7n+7){width:100%;position:relative;}


.businesspage1{width: 92%;margin:50px auto; max-width: 1800px;}
.businesspage1 .businesspage_part{overflow: hidden;height: 100%;margin-bottom: 35px;}
.businesspage1 .part{width:100%;min-height:350px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.businesspage1 .part .business_nav{font-size:20px;color:#333;width:100%;background: #161616;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.businesspage1 .part .business_nav p{width: 100%;font-size: 24px;color: #e0e0e0;text-align: center;line-height: 2;}
.businesspage1 .part .business_content{width: 100%;height: 100%;}
.businesspage1 .part .business_content ul{width:100%;overflow:hidden;}
.businesspage1 .part .business_content ul li{float: left;width: calc(50% - 7.5px);margin-right: 15px;margin-bottom: 15px;}
.businesspage1 .part .business_content ul li:nth-child(2n){margin-right: 0;}
.businesspage1 .part .business_content ul li img{width: 100%;} 
.businesspage1 .part .business_content .business_summary{padding: 10px 15px;background: #161616;font-size: 16px;line-height: 2; overflow: hidden;color:#e0e0e0;}
.businesspage1 .part .business_content .business_summary *{color:#e0e0e0;}

.recruit{min-height:450px;margin:auto;margin-bottom:20px;margin-top:20px;}
.recruit .tt{text-align: center;font-size: 20px;margin-bottom: 15px;color:#e0e0e0;}
.recruit .mt{height: 60px;line-height: 60px;background: #161616;}
.recruit .mt p{width: 20%;font-size: 18px; float: left;text-align: center;color: #e0e0e0;}
.recruit .mt p:first-child{width: 40%;}

.recruit ul li{width: 100%;overflow: hidden;position: relative;border: solid 1px transparent;transition: all 0.35s linear;-webkit-transition: all 0.35s linear;background: #161616;margin-top: 10px;}
.recruit ul li .item-hd{min-height:30px;line-height:30px;cursor:pointer;overflow:hidden;}
.recruit ul li .item-hd .td{width:20%;min-height: 1px;font-size: 15px; float:left;text-align:center;color:#e0e0e0;}
.recruit ul li .item-hd .td:first-child{width: 40%;}
.recruit ul li:hover,.recruit ul li.active{ box-shadow: 0 0 5px rgba(49, 146, 63, 0.35);}
.recruit ul li .item-bd{width: 100%;line-height: 2em;color: #e0e0e0;padding: 2em 30px 2em;display: none;}
.recruit ul li .item-hd .red{color:#e0e0e0;}




.product_show .iMessage{ width: 100%;height: 100%;background: #f8f8f8;position: relative;}
.product_show .iMessage::after{content: ""; position: absolute;left: 0;top:0;width: 8px;height: 100%;background: #2c9292;}
.product_show .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#000000;}
.product_show .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_show .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #e0e0e0;border-radius: 5px;width: calc(100% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li .select{margin-top: 17px;}
.product_show .iMessage ul li.text span{color:#666666;line-height:60px;}
.product_show .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.product_show .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.product_show .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.product_show .iMessage ul li.address input{width: 50%;}
.product_show .iMessage ul li.name input{width: 50%;}
.product_show .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #2c9292;
  border-radius: 25px;
  color: #e0e0e0;
  cursor: pointer;
    transition: 0.3s;
}
.product_show .upload{width:100%;}
.product_show .upload .tt{color:#2c9292;margin-top: 15px;}
.product_show .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.product_show .addfile img{margin-right:40px;}
.product_show .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.product_show .iMessage .messagesubmit:hover{background:#34855b;}


.online{width:100%;margin-top:6px;}
.online form{width:100%;padding-left:0;}
.online .text{width:100%;height:38px;margin-bottom:10px;}
.online .text input{width:70%;height:36px;border:1px solid #c9c9c9;padding-left:4%;}
.online .text p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online .text p span{color:#eb0000;position:relative;top:2px;}
.online .con{width:100%;height:205px;margin-bottom:8px;}
.online .con textarea{padding:5%;border:1px solid #c9c9c9;height:163px;width:64%;}
.online .con p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online .con p span{color:#eb0000;position:relative;top:2px;}
.online .verify{height:38px;margin-bottom:10px;}
.online .verify p{float:left;width:22%;padding-right:2%;line-height:38px;padding-left:1%;}
.online .verify p span{color:#eb0000;position:relative;top:2px;}
.online .verify input{width:35%;height:36px;border:1px solid #c9c9c9;float:left;padding-left:2%;margin-right:2%;}
.online .verify img{cursor:pointer;width:32%;height:40px;}
.online .submit{width:100px;height:30px;color:#e0e0e0;cursor:pointer;background:#be252e;margin-left:20%;float:left;border:none;margin-right:5%;}
.online .reset{width:100px;height:30px;color:#e0e0e0;cursor:pointer;background:#454e5b;float:left;border:none;}
	
	



.content-message{background: url(../images/content_bg.jpg)no-repeat center;background-size: cover;padding: 30px 0px;}
.content-message .iMessage{ width: 100%;height: 100%;position: relative;}
.content-message .iMessage .cnname{ font-size: 24px;color:#e0e0e0;}
.content-message .iMessage ul{padding: 20px 0px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.content-message .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #e0e0e0;border-radius: 5px;}
.content-message .iMessage ul li .select{margin-top: 17px;}
.content-message .iMessage ul li.text span{color:#e0e0e0;line-height:60px;}
.content-message .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.content-message .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.content-message .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.content-message .iMessage ul li.address input{width: 50%;}
.content-message .iMessage ul li.name input{width: 50%;}
.content-message .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #e0e0e0;
  border-radius: 25px;
  color: #000000;
  cursor: pointer;
}
.content-message .tt2{color:#e0e0e0;}
.content-message .upload .tt{color:#e0e0e0;margin-top: 15px;}
.content-message .addfile{position: relative;margin: 10px 0 20px;}
.content-message .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;margin-top: 15px;}
.content-message .upload p{color:#e0e0e0}



.fixedmessage{position: fixed;width: 666px;padding: 45px 0px; bottom: -700px;right: 25px;background: #e0e0e0;border: 1px solid #eee;box-shadow: 0px 0px 2px 0px #eeeeee;transition: 0.3s; border-radius: 25px;z-index: 10000;height: 600px;overflow-y: scroll;}
.fixedmessage .iMessage{ width: 100%;height: 100%;position: relative;}
.fixedmessage .iMessage .cnname{width: calc(100% - 60px);padding:20px 30px;font-size: 24px;color:#333333;border-bottom: 1px solid #eeeeee;}
.fixedmessage .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.fixedmessage .iMessage ul li{width: calc(100% - 42px);padding: 0px 20px;overflow:hidden;margin-bottom:20px;background: #e0e0e0;border:1px solid #eeeeee; border-radius: 5px;}
.fixedmessage .iMessage ul li .select{margin-top: 17px;}
.fixedmessage .iMessage ul li.text span{color:#e0e0e0;line-height:40px;}
.fixedmessage .iMessage ul li input{text-indent:10px; float:left;height:40px;line-height:40px;border:none;outline: none; border-radius:2px;}
.fixedmessage .iMessage ul li textarea{text-indent:10px; float:left;height:120px;line-height:40px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.fixedmessage .iMessage ul li.address input{width: 50%;}
.fixedmessage .iMessage ul li.name input{width: 50%;}
.fixedmessage .iMessage .messagesubmit{width: 250px;margin: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #8ed8ac;
  border-radius: 25px;
  color: #e0e0e0;
  cursor: pointer;
}
.fixedmessage .tt2{color:#000000;}
.fixedmessage .upload .tt{color:#000000;margin-top: 15px;}
.fixedmessage .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;}
.fixedmessage .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.fixedmessage .upload p{color:#000000}

.fixedmessage.current{bottom: 20px;}



/*footer*/
.footer_line{width: 100%;height: 10px; background: linear-gradient(to right,#5b3d84,#af217a,#d4406a,#f0b427,#54af3b,#21b4ce);}
.footer_top{padding: 20px 0px;}
.footer_top .address{float: left;width: 100%;float:left;}
.footer_top .address .logo{}
.footer_top .address .logo_img{margin-bottom: 20px;height:60px;display:flex;justify-content:center;}
.footer_top .address .logo .mt{float: left;width:100%;margin-bottom: 10px;display:flex;align-items:center;}
.footer_top .address .logo .mt .image{width: 60px;overflow: hidden;float: left;display: flex;align-items: center;justify-content: center;margin-right: 15px;}
.footer_top .address .logo .mt .image img{max-height:100%;max-height:55px;}
.footer_top .address .logo a{text-align:center;float:left;margin-left:105px;}
.footer_top .address .logo p{line-height: 30px;color:rgba(255,255,255,0.5);float: left;  width: calc(100% - 100px);}

.footer_hz{width:100%;overflow:hidden;}
.footer_hotline .tt{font-size:22px;margin-bottom:10px;color:#8f8f8f;text-align:center;margin-top:10px;}
.footer_hotline .cont{color:#8f8f8f;line-height:1.8;font-size:16px;text-align:center;}
.footer_hotline .cont span{font-size:21px;font-weight:bold;color:#ffffff;}
.footer_focus .tt{font-size:22px;text-align:center;margin-bottom:10px;color:#8f8f8f;margin-top:20px;}
.footer_focus .image{display:flex;justify-content:center;}
.footer_focus img{max-width:120px;}
.footer_focus .cont{color:#8f8f8f;line-height:1.8;font-size:16px;text-align:center;margin-top:15px;}



.footer_top .con{float:left;font-size:12px;}
.footer_top .con .mt{font-size:18px;font-weight:bold;letter-spacing:1px;color:#b9b9b9;}
/* .footer_top .con .line{width:45px;border-top:1px solid #666;margin-top:10px;} */
.footer_top .con .detail{line-height:28px;margin-top:12px;}
.footer_top .weixin{float:right;margin-top:80px;text-align:center;}	
.footer_top .contact{margin-top:16px;}
.footer_top .contact a{margin-right:10px;margin-bottom: 10px;
    display: block;
    float: left;
    height: 30px;}
.footer_top .contact a:last-child{margin-right:0;}
.footer_top .contact a.wx{position:relative;}
.footer_top .contact a .tan_wx{position: absolute;top: 30px;left: calc(50% - 60px);z-index: 1000;display:none;}
.footer_top .contact a.wx:hover .tan_wx{display:block;}
.footer_top .contact a.wx1{position:relative;}
.footer_top .contact a .tan_wx{position: absolute;top: 30px;left: calc(50% - 60px);z-index: 1000;display:none;}
.footer_top .contact a.wx1:hover .tan_wx{display:block;}

.footer_top .contact a.dou{position:relative;}
.footer_top .contact a .tan_dou{position: absolute;top: 30px;left: calc(50% - 60px);z-index: 1000;display:none;}
.footer_top .contact a.dou:hover .tan_dou{display:block;}

.footer_top .link{height:68px;line-height:68px;border-bottom:1px solid #2a2a2a;}
.footer_top .link .link_left{float:left;}
.footer_top .link .link_left a{float:left;margin-right:58px;}
.footer_top .link .link_left .pic{float:left;margin-right:15px;}
.footer_top .link .link_left .pic img{height:22px;position:relative;top:5px;}
.footer_top .link .link_left p{font-weight:bold;float:left;color:#b9b9b9;}
.footer_top .link .link_right{float:right;}
.footer_top .link .link_right .link_con a{margin-right:15px;}
.footer_top .link .link_right .link_con select{border:1px solid #dcdcdc;height:35px;line-height:35px;padding-left:6px;width:150px;margin-right:10px;}
.footer_top .link .link_right .link_con select:last-child{margin-right:0;}


.footer_top .footer_nav{width:58%;float: right;text-align:center;color:#e0e0e0;}
.footer_top .footer_nav ul{display: flex;justify-content: space-between;}
.footer_top .footer_nav ul li a.am-parent{color:#e0e0e0;font-size: 18px;width: 100%;display: block;line-height: 2;}
.footer_top .footer_nav ul li .nav_box a{color:rgba(255,255,255,0.5);font-size: 16px;width: 100%;display: block;line-height: 2;}
.footer_top .footer_nav ul li a:hover{color:#ffe764;}

.footer_lxfs{padding:20px 0px 10px;min-height:0px;width: 100%;display: flex;align-items: center;border-top: 1px solid #222222;border-bottom: 1px solid #222222;}
.footer_lxfs .contain{display: flex;align-items: center;flex-wrap:wrap;}
.footer_lxfs ul{width: 100%; display: flex;justify-content: space-between;align-items: center;flex-wrap:wrap;}
.footer_lxfs ul li{margin-bottom:15px;width:100%;}
.footer_lxfs ul li p{font-size:16px;font-weight:bold;color:rgba(255, 255, 255, 0.5);}
.footer_lxfs ul li div{margin-top:6px;font-size:16px;color:#e0e0e0;}

.footer_slogan{width: 100%;min-height:60px;line-height:60px;font-size:calc(13px + 0.2vw);color:#ffffff; display: flex;text-align:center; align-items: center;border-top: 1px solid #222222;border-bottom: 1px solid #222222;}

.footer_bottom{width:100%;background:#000;line-height:28px;font-size:15px;padding: 10px 0px;border-top: 1px solid #222222;}
.footer_bottom *{color:#8f8f8f;}

.back_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	z-index: 550;
	display: none;
}
.fixed-menu{display:none;}


#goTopBtn{position: fixed;bottom: 115px;right:4%;background: #2c9292;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}

.bg-gray {
  /* background: #f8f8f8; */
}
.mypage{
    text-align: center;
	width:100%;
	padding: 0px 0px 20px;

	overflow:hidden;
}	
.mypage li{margin:3px;}
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	color: #d35b52;
	border: 1px solid #d35b52;
	padding: 3px 10px;
	
}	
.mypage li.active{
	 background: #7b7b7b;
  color: #e0e0e0;
	
}
.mypage li.active span{color:#e0e0e0;}	
.mypage	span.current,.mypage a.current{
	background: #d35b52;
	color: #e0e0e0;
}

.mypage .pagination{
	display: flex;
	justify-content: center;
}

.lightbox{top: calc(50% - 180px);}