@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: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Medium.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
.Ranybold{
  font-family: Ranybold;
}
.RanyMedium{
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.poppins{
  font-family: poppins;
}
body {
  width: 100%;
  font-size: 14px;
}
.pc {
  display: none !important;
}
.container { width: 92%; 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: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 45px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  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: 18px;
  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: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.childmenu a {
  padding: 10px 20px 10px 60px;
  font-size: 17px;
  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;
}
.menu-top .layui-icon {
  float: right;
  /* margin-right: 24px; */
}

/* 内页导航 */
.sidenav {
  /* margin-bottom: 20px; */
  background: #f8f8f8;
}

.sidenav .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sidenav .left { padding: 20px 0;}
.sidenav .left .crumb{line-height: 20px;}
.sidenav .left .crumb a {  font-size: 14px !important;}

.sidenav .right {
  width: calc(100vw - 30px);
  position: relative;
  z-index: 100;
  display: none;
  height: 50px;
  overflow-x: scroll;
 
  /* margin: -25px 0 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2); */
}
.sidenav .right ul {
  display: flex;
  width: 100%;
  background-color: #fff;
  overflow-x: scroll;
  border-bottom: 1px solid #dcdcdc;
}
.sidenav .right ul li {
  flex: 0 0 calc((100vw - 30px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px;
  white-space: nowrap;
}

.sidenav .right ul li.cur {
  color: #27355c;
}
.sidenav .right ul li.cur a {
  color: #27355c;
}

/* 主体 */
.tit{position: relative;width: 100%;line-height: 1;margin-bottom:calc(15px + 1.5vw);}
.tit .catenname{font-size:calc(4vw + 20px) ;color:rgba(0,0,0,0.05);}
.tit .catname{font-size:calc(2vw + 18px);margin-top: calc(6px - 2vw);}

.abouttit{text-align: center;padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.4vw + 12px);}

.insidecate{padding:0px 0px calc(20px + 1.5vw);text-align: center;}
.insidecate .catenname{font-size:calc(1.5vw + 30px) ;color:rgba(0,0,0,0.05);}
.insidecate .catname{font-size:calc(1.3vw + 20px);margin-top: calc(6px - 2vw);}

.catelist{margin-bottom: 0px;overflow:hidden;display:none;}
.catelist ul li{float:left;line-height:40px;margin-right:25px;}
.catelist ul li a{color: #333333;  font-size:18px;margin: auto; display: block; position: relative;transition: 1s; }
.catelist ul li.cur a{color: #ee7900; }

.orientation {
  margin: 15px auto;
  line-height: 30px;
}

/* 首页banner */
.index-banner {
  margin-top: 50px;
}
.index-banner .banner-con{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.index-banner .banner-con .title{font-size:calc(20px + 1vw);color:#ffffff;width:100%;overflow:hidden;}
.index-banner .banner-con .title p{float: left;}
.index-banner .banner-con .con{font-size:calc(16px + 0.2vw);color:#ffffff;margin-top:15px;}
.index-banner .banner-con .con p{float: left;margin-right:5px;}
/* 内页banner */
.inside-banner {
  margin-top: 50px;
}

.inside-banner .swiper-slide {
  position: relative;
}
.inside-banner .swiper-slide .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.inset {width: 100%;overflow: hidden;min-height: 400px;margin-bottom: 20px;padding-top:20px;}
.inset_left{display:none;}
.inset_right{width: 100%;background: #ffffff;border-radius: 5px;overflow: hidden;}
.inset_right1{width: 100%;background: #ffffff;border-radius: 5px;overflow: hidden;}
.inset_right img{max-width: 100%;}
.inset_right1 img{max-width: 100%;}
.inset-cate { margin-bottom: 15px; padding:10px 0;  color: #1a1a1a; }
.inset-cate .container{ padding:15px 0px;  border-bottom: 1px solid #eee5e6;}
.inset-cate .cate{ font-weight: bold; font-size: 22px;  color: #1a1a1a;}
.image{font-size:0;line-height:0;}
.image img{max-width:100%}
/* .inset_right .container{width: 100%;}
.inset_right1 .container{width: 100%;} */


.indexcontent{padding:15px 0px;overflow: hidden;}
.contentbanner{overflow: hidden; position: relative;font-size:0;line-height: 0; width: 100%;}
.contentbanner .mySwiper1{padding-bottom: 15px;}
.contentbanner .swiper-pagination{bottom:0px;}
.contentbanner .swiper-pagination .swiper-pagination-bullet{background:#8f8e8e;opacity: .8;}
.contentbanner .swiper-pagination .swiper-pagination-bullet-active{background:#2458a4;}
.contentbanner img{width: 100%;transition: 0.6s;height:200px;}
.contentbanner .tt{position: absolute;bottom: 0px;left: 0;width: calc(100% - 40px);padding:0px 20px; line-height:40px; height: 40px;background: rgba(0,0,0,0.3);font-size: 16px;color: #ffffff;}
.contentbanner .tt p{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}


.iAbout{width: 100%; position: relative;overflow: hidden;padding: calc(4vw + 20px) 0px;}
.iAbout .container{overflow: hidden;}
.iAbout .about-left{width:100%;float: left;}
.iAbout .details{width: 100%;overflow: hidden;font-size: 16px;line-height: 2;margin-bottom: 20px;}
.iAbout .about-left .more{padding:0px 30px;height: 38px;line-height: 38px; width: 115px; border-radius: 20px;display: flex;align-items: center;justify-content: center;color:#ffffff;background:#ee7900;}
.iAbout .about-left .more img{margin-left:20px;transition:0.3s;}
.iAbout .about-left .more:hover img{margin-left:40px;}

.iAbout .aboutlist{width: 100%;float: right;max-width: 464px;}
/*.iAbout .aboutlist ul{margin-top: 40px;display: flex;justify-content: space-between;flex-wrap: wrap;}*/
/*.iAbout .aboutlist ul li{float: left;width: 50%;margin-bottom: 30px;}*/
/*.iAbout .aboutlist ul li:nth-child(2n) .item{float: right;min-width: 80px;}*/
/*.iAbout .aboutlist ul li .numCX{font-size: calc(1.6vw + 30px);color:#ee7900;}*/
/*.iAbout .aboutlist ul li sub{font-size: calc(1.6vw + 14px);color:#ee7900;}*/
/*.iAbout .aboutlist ul li .indc{margin-top: 10px;font-size:calc(14px + 1vw);color:#999999}*/
/*.iAbout .aboutlist ul li:nth-child(4n+4) sub{font-size: calc(1.6vw + 18px);color:#ee7900;}*/

.iAbout .aboutlist ul{width: 100%;margin-top: 20px;}
.iAbout .aboutlist ul li{margin-bottom: 30px;width:50%;float:left;}
.iAbout .aboutlist ul li .numCX{font-size: calc(1vw + 22px);color:#ee7900;}
.iAbout .aboutlist ul li sub{font-size: 16px;}
.iAbout .aboutlist ul li .indc{margin-top: 10px;font-size: 12px;color:#999999}
.iAbout .aboutlist ul li:nth-child(4n+3) sub{font-size: calc(1vw + 22px);color:#ee7900;}
.iAbout .aboutlist ul li:nth-child(4n+4) sub{font-size: calc(1vw + 22px);color:#ee7900;}



.aboutimglist{width: 92%;margin:auto; overflow: hidden;}
.aboutimglist ul{width: 100%;}
.aboutimglist ul li p{text-align: center;font-size:18px;line-height:2; margin-bottom: 10px;margin-top:20px}

.aboutimglist .image img{max-width: 100%;
border-radius: 15px;
    display: block;margin: auto;
}



.iProducts{width: 100%;}
.iProducts .iProducts_con{overflow: hidden;width: 92%;margin:auto;}
.iProducts .iProducts_con ul li{}
.iProducts .iProducts_con ul li::after{content:"";position: absolute;left:0;width: 100%;top:0; height: 100%;background: #394a5f;z-index: -1;}
.iProducts .iProducts_con ul li .image{}
.iProducts .iProducts_con ul li .image img{max-width: 100%;max-height: 100%;}
.iProducts .iProducts_con ul li .details{width: 100%;max-width: 500px;padding:calc(4vw + 30px) 0px;}
.iProducts .iProducts_con ul li .details .title{font-size: 22px;margin-bottom: calc(1vw + 14px);color:#ffffff;padding-bottom: 25px;position: relative;}
.iProducts .iProducts_con ul li .details .title::before{content: " "; position: absolute;width: 7px;height: 7px;border-radius: 4px;background: #ffffff;bottom: 0px;left: 0px;}
.iProducts .iProducts_con ul li .details .title::after{content: " "; position: absolute;width: 43px;height: 7px;border-radius: 4px;background: #ffffff;bottom: 0px;left:10px;}
.iProducts .iProducts_con ul li .summary{line-height: 2;font-size: 15px;color:#ffffff;min-height: calc(0vw + 160px);}
.iProducts .iProducts_con ul li .more{width: 80px;height: 80px;background: #ee7900;border-radius: 40px;display: flex;align-items: center;justify-content: center;}
.iProducts .swiper-button{position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%);z-index: 100;font-size: 0;line-height: 0;}
.iProducts .swiper-button .button-next{float: left;width:40px;height:40px;}
.iProducts .swiper-button .button-next img{max-width:100%;}
.iProducts .swiper-button .button-prev{float: left;margin-right: 10px;width:40px;height:40px;}
.iProducts .swiper-button .button-prev img{max-width:100%;}

.iCustomer{width: 100%;overflow: hidden;padding: 20px 0px;}
.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;font-size: 0;line-height: 0;}
.iCustomer .Customer-detail ul li .image{width: calc(100% - 2px);border:1px solid #eeeeee;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .image img{max-width: 100%;max-height: 100%;}
.iCustomer .Customer-detail ul li .title{font-size: 18px;}


.iArticle{width: 100%; padding: 20px 0px; position: relative;overflow: hidden;background:#fafafa;}
.iarticle-left{width: 100%;float: left;}
.iarticle-left .content ul{}
.iarticle-left .content ul li{width: calc(100% - 20px);background:#ffffff;margin-bottom:15px;overflow:hidden;padding:10px;}
.iarticle-left .content ul li a{display:flex;align-items:center;justify-content:space-between;width:100%;}
.iarticle-left .content ul li .image{overflow: hidden;font-size: 0;line-height: 0;width:110px;float:left;}
.iarticle-left .content ul li .image img{max-width: 100%;border-radius:5px;}
.iarticle-left .content ul li .details{width:calc(100% - 120px);float:right;}
.iarticle-left .content ul li .details .title{font-size: 17px; color:#3333333;font-weight:bold; line-height:1.7;margin-bottom:12px;}
.iarticle-left .content ul li .details .summary{line-height: 2;height: 72px;padding: 20px 0px;color:#000000;display:none;}
.iarticle-left .content ul li .details .viewmore{display: inline-block;font-size: 16px;}
.iarticle-left .content ul li .details .viewmore img{display:none}
.iarticle-left .content ul li .details .viewmore p{color:#999999;}
.iHonor{width: 100%; overflow: hidden;background: url(../images/bg-iHonor.jpg)no-repeat center;background-size: cover;}
.iHonor .container{overflow: hidden;padding: 120px 0px;}
.iHonor .tit{text-align: center;margin-bottom: 50px;}
.iHonor .tit::after{left: calc(50% - 2vw - 4px); }
.mySwiper_Honor{width: 70%;margin: auto;overflow: hidden;}
.mySwiper_Honor ul li.swiper-slide{width: 15%;z-index: 1;height: 360px; display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0;}
.mySwiper_Honor ul li.swiper-slide-active{ z-index: 100;}
.mySwiper_Honor ul li.swiper-slide-next{ z-index: 10;top: 50%;}
.mySwiper_Honor ul li.swiper-slide-prev{ z-index: 10;}
.mySwiper_Honor ul li .image{position: relative;}
.mySwiper_Honor ul li img{width: 100%;}
.mySwiper_Honor ul li.swiper-slide-active img{width: 200%;position: absolute;}
.mySwiper_Honor ul li.swiper-slide-next img{width: 160%;position: absolute;}
.mySwiper_Honor ul li.swiper-slide-prev img{width: 160%;position: absolute;}


/*关于我们*/
.aboutpage1{padding:0px 0px 20px;margin-top: 20px; position: relative;overflow: hidden;}
.aboutpage1 .container{overflow: hidden;}
.aboutpage1 .about-left{width: 100%;}
.aboutpage1 .aboutlist{width: 100%;margin-bottom: 20px;}
.aboutpage1 .aboutlist ul{width: 100%;}
.aboutpage1 .aboutlist ul li{margin-bottom: 30px;width:50%;float:left;}
.aboutpage1 .aboutlist ul li .numCX{font-size: calc(1vw + 22px);color:#ee7900;}
.aboutpage1 .aboutlist ul li sub{font-size: 16px;}
.aboutpage1 .aboutlist ul li .indc{margin-top: 10px;font-size: 12px;color:#999999}
.aboutpage1 .aboutlist ul li:nth-child(4n+3) sub{font-size: calc(1vw + 22px);color:#ee7900;}
.aboutpage1 .aboutlist ul li:nth-child(4n+4) sub{font-size: calc(1vw + 22px);color:#ee7900;}
.aboutpage1 .details{line-height: 2;font-size:16px;}





.aboutpage2{width: 100%;padding:20px 0px;}
.aboutpage2 .details{width: 100%;}
.aboutpage2 .details li{width: 100%;}
.aboutpage2 .details li p.tt{font-size: 24px;color:#000000;line-height: 2;}
.aboutpage2 .details li p.des{font-size: 16px;color:#000000;line-height: 1.5;margin-bottom:20px;}
.aboutpage2 .images{width: 100%;}
.aboutpage2 .images img{max-width: 100%;}

.aboutpage3{width: 100%;margin-bottom: 20px;}
.aboutpage3 .developbig{overflow: hidden;margin-bottom: 30px;}
.aboutpage3 .developbig .swiper-slide img{max-width: calc(100% - 0px);}
.aboutpage3 .developbig .swiper-slide .detail{ width: calc(100% - 30px); background: #ee7900;padding: 15px;}
.aboutpage3 .developbig .swiper-slide .detail .title{font-size: 22px;color:#ffffff;}
.aboutpage3 .developbig .swiper-slide .detail .des{color:#ffffff;line-height: 1.8;}
.aboutpage3 .developbig .button-prev{position: absolute;opacity:0; left: calc(100% - 170px);top:calc(50% - 40px); width: 85px;height: 85px;background: #f8840f;z-index:100 ;display: flex;align-items: center;justify-content: center;}
.aboutpage3 .developbig .button-prev img{filter: invert(1);}
.aboutpage3 .developbig .button-next{position: absolute;opacity:0; left: calc(100% - 85px);top:calc(50% - 40px);width: 85px;height: 85px;background: #f8840f;z-index:100 ;display: flex;align-items: center;justify-content: center;}
.aboutpage3 .developbig .button-next img{transform: rotate(180deg);filter: invert(1);}
.aboutpage3 .developbig .swiper-button-disabled{background: #bdbdbd;filter: brightness(1);}
.aboutpage3 .developbig .swiper-button-disabled img{filter: brightness(1);}
.aboutpage3 .developsmall .swiper-slide{border-top:12px solid #e8e8e8;}
.aboutpage3 .developsmall .swiper-slide p{font-size: 20px;line-height: 50px;text-align: center;}
.aboutpage3 .developsmall .swiper-slide-thumb-active{border-top:12px solid #ee7900;}
.aboutpage4 .activitybig{overflow: hidden;}
.aboutpage4 .activitysmall .swiper-slide{background: #000000;font-size: 0;line-height: 0}
.aboutpage4 .activitysmall .swiper-slide img{opacity: 0.4;max-width: 100%;}
.aboutpage4 .activitysmall .swiper-slide-thumb-active img{opacity: 1;}

.pagecol .contact{padding-bottom: 20px;}
.pagecol .lxfs{width: 100%;margin-top: 18px;}
.pagecol .tel{background: #ffffff;line-height:20px;padding:20px 0px;text-align: center;width: calc(100% - 20px);margin: auto; display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.pagecol .title{font-size: 16px;color: #333333;width:50px;  }
.pagecol .con{font-size: 14px;color: #333333;}
.pagecol .add{background: #ffffff;line-height:20px;padding: 20px 10px;text-align: center;width: calc(100% - 40px);margin: auto;margin-top: 18px;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.pagecol .qrcode{display: flex;width: calc(100% - 20px);margin: auto;background: #ffffff;margin-top: 18px;box-shadow: 0px 0px 10px 5px #ebeaea;padding: 50px 0px ;border-radius: 20px;}
.pagecol .qrcode ul{display: flex;align-items: center;justify-content: center;width: 100%;}
.pagecol .qrcode ul li{margin: 0px 10px;}
.pagecol .qrcode ul li .image{font-size: 0;line-height: 0;}
.pagecol .qrcode ul li img{border-radius: 15px;max-width: 90px;}
.pagecol .qrcode ul li p{text-align: center;margin-top: 15px;}










.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; 
margin-bottom: 15px;
  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 .icon img{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;}

.mybglist{background:#f8f8f8;padding-top:20px;}
.mybglist .details{width: 92%;margin:auto; overflow: hidden;}
.mybglist .details li {margin-bottom: 25px; position:relative;width: 100%;overflow: hidden;position: relative;background: #ffffff;padding-bottom:15px;border-radius:15px;overflow:hidden;}
.mybglist .details li .image{font-size: 0;font-weight: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.mybglist .details li .image img{transition: 0.6s;border-radius: 5px;overflow: hidden;}w
.mybglist .details li .detail{overflow: hidden;}
.mybglist .details li .title {width: 100%; font-size:18px;color: #333333;line-height:30px;margin-bottom: 10px;margin-top:10px;}
.mybglist .details li .des{margin-bottom: 5px; color:#333333;font-size: calc(0.3vw + 12px);line-height: 2;margin-bottom:calc(0.5vw + 2px);cursor: pointer;margin-bottom: 10px;}
.mybglist .details li .icon{width: 100px;height:32px;line-height:32px ;background: #ee7900;text-align: center;font-size:16px;color:#ffffff;border-radius: 20px;}
.mybglist .details li a:hover .image img{transform: scale(1.1,1.1);}
.mybglist .details li a:hover .title {  color: #ee7900;}
.mybglist .details li a:hover .des{  color: #ee7900;}



.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;}
.xwlb .details li a:hover .title {  color: #2458a4;}


.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;}


.taglistpage{width: 100%;}
.taglistpage li.active{display: block;}
.taglistpage li .image{width:100%; overflow: hidden;}
.taglistpage li .image img{width: 100%;border-radius:12px;}
.taglistpage li .conn{padding-top:20px ;}
.taglistpage li .conn .title{font-size: 24px; color:#000000;position: relative;padding-bottom: 16px;}
.taglistpage li .conn .title a{float: right;color:#ee7900;border-bottom: 1px solid #ee7900;font-size: 16px;}
.taglistpage li .conn .title::after{content: "";position: absolute;left:0;bottom: 0;width: 28px;height: 7px;background: #ee7900;border-radius: 3px;}
.taglistpage li .conn .summary{line-height: 30px;margin-top:15px;margin-bottom: 20px;}
.taglistpage li .conn .aboutunit{height:100px;overflow:hidden;}
.taglistpage li .conn .aboutunit img{float: left;margin-right: 20px;}
.taglistpage li .conn .unitSwiper{padding-bottom:35px;}
.taglistpage li .conn .unitSwiper .swiper-slide a{border:1px solid #dedede;display:block;width:calc(100% - 2px);height:100%;overflow:hidden;}
.taglistpage li .conn .unitSwiper .swiper-slide img{max-width:100%}




.selectcate{background: #ffffff;padding: 5px 0px;margin-bottom: 20px;overflow: hidden;}
.selectcate .container{width:100%;}
.selectcate .cate{float: left;margin-right: 10px ;}
.selectcate .cate:first-child{line-height: 40px;font-size: 22px;color:#ee7900;}
.selectcate .cate select{width:145px;border-radius: 25px;height: 40px;color:#333333; overflow: hidden;background:rgba(255,255,255,0);border:1px solid #eeeeee;text-indent: 15px;}

.productselect ul{width: 100%;overflow: hidden;}
.productselect ul.tdtit{background: #ee7900;padding: 10px 0;}
.productselect .tdtit li{color: #ffffff;font-size: 16px;float: left;min-height:1px;line-height: 30px;overflow: hidden;display:none;}
.productselect .tdtit li.display{display:block;}
.productselect .tdtit li.protitle{width:calc(100% - 200px);}
/*.productselect .tdtit li:nth-child(7n+1){width: 20%;text-align: center;}*/
/*.productselect .tdtit li:nth-child(7n+2){width:calc(55% - 20px);padding: 0px 10px;}*/
/*.productselect .tdtit li:nth-child(7n+3){width: 0%;overflow:hidden;display:none;}*/
/*.productselect .tdtit li:nth-child(7n+4){width: 0%;text-align: center;display:none;}*/
/*.productselect .tdtit li:nth-child(7n+5){width: 0%;text-align: center;display:none;}*/
/*.productselect .tdtit li:nth-child(7n+6){width: 20%;text-align: center;}*/
/*.productselect .tdtit li:nth-child(7n+7){width: 100%;overflow: hidden;}*/




.productselect ul.detail{padding: 30px 0px;border-bottom:1px solid #dedede;}
.productselect .detail li{float: left;min-height:1px;line-height: 30px;overflow: hidden;display:none;}
.productselect .detail li.display{display:block;}
.productselect .detail li.protitle{width:calc(100% - 200px);}
/*.productselect .detail li:nth-child(7n+1){width: 20%;text-align: center;}*/
/*.productselect .detail li:nth-child(7n+2){width: calc(55% - 20px);padding: 0px 10px;}*/
/*.productselect .detail li:nth-child(7n+2) span{color:#ee7900;border:1px solid #ee7900;font-size:12px;padding:2px;}*/
/*.productselect .detail li:nth-child(7n+3){width:0%;display:none;}*/
/*.productselect .detail li:nth-child(7n+4){width: 0%;text-align: center;display:none;}*/
/*.productselect .detail li:nth-child(7n+5){width: 0%;text-align: center;display:none;}*/
/*.productselect .detail li:nth-child(7n+6){width: 20%;text-align: center;}*/
/*.productselect .detail li:nth-child(7n+7){width: 100%;overflow: hidden;}*/
.productselect .detail li a.checkmore{width: 74px;height: 32px;line-height: 32px;text-align: center;background: #ee7900;color:#ffffff;display: block;margin: auto;border-radius: 15px;}
.productselect .detail li .checkmoreinfo{color:#000000;}
.productselect .detail li .checkmoreinfo span{color:#ee7900;border:1px solid #ee7900;font-size:12px;padding:2px;}



.productpage .inset-cate { margin: 40px auto;}
.productpage .inset-cate .cate{ font-size: 26px; }
.productpage .cate-description{width: calc(100% - 80px);padding: 50px 50px 50px 30px; overflow: hidden;background: #f8f8f8;border-radius: 25px;}
.productpage .cate-description .image{width: 40%;float: left;margin-right: 60px;}
.productpage .cate-description .details{width: 56%;float: right;}
.productpage .cate-description .details .title{font-size: calc(1.2vw + 16px);margin-bottom: 20px;}
.productpage .cate-description .details .summary{line-height: 2;font-size: calc(0.4vw + 10px);}






.picture{ /*display: flex; */overflow:hidden;}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  width:48%;  border-radius: 3px;  overflow: hidden;  margin-right: 2%;margin-bottom: 8px;}
.picture .detail li:nth-child(2n) {  margin-right: 0;}
.picture .detail li a{width:100%;margin: auto;display: block;}
.picture .detail li .image{ overflow: hidden;border-radius: 10px;height: 140px;border:1px solid #eeeeee; display:flex;align-items:center;justify-content:center; /*background: #f8f8f8;*/ }
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li img{transition: 0.6s;}
.picture .detail li .title { font-size: 16px;line-height: 20px;height: 40px; color: #000;  margin: 10px 0 0;position: relative;text-align: center;}


.pictureshow .part-one{background: #f8f8f8;padding: 15px 0px ;border-radius: 20px;margin-top:20px;}
.pictureshow .part-one .container{}
.pictureshow .part-one .image{background: #ffffff;border-radius: 10px;margin-bottom:20px;}
.pictureshow .part-one .image img{max-width: 100%;}
.pictureshow .part-one .details{width: 100%;line-height: 1.7;}
.pictureshow .part-one .details .tt{font-size: calc(20px + 1vw);margin-bottom: 15px;}
.pictureshow .part-one .details .summary{font-size: calc(16px + 0.1vw);}

.pictureshow .transcate{width:100%;overflow:hidden;}
.pictureshow .transcate .cate .container{display:flex;align-items:center;justify-content:space-between;}
.pictureshow .transcate .cate a{font-size: 17px; line-height: 50px;display:block;float:left; text-align:center;}
.pictureshow .transcan .trans-can{display:none;}
.pictureshow .transcan .trans-can:first-child{display:block;}

.pictureshow .part-two .cate a{font-size: 23px; line-height: 60px;}
.pictureshow .part-two .details{background:#f8f8f8 ;padding:15px 0px ;line-height: 2.2; font-size: calc(16px + 0.1vw);border-radius: 20px;}

.pictureshow .part-three .cate a{font-size: 26px; line-height: 60px;}
.pictureshow .part-three .details{background:#f8f8f8 ;padding:15px 0px ;line-height: 2.2; font-size: calc(13px + 0.1vw);border-radius: 20px;}
.pictureshow .part-three .details ul li{margin-bottom: 20px;}
.pictureshow .part-three .details ul li .image{width:100%;}
.pictureshow .part-three .details ul li img{max-width:100%;}
.pictureshow .part-three .details ul li .des{width:100%;}
.pictureshow .part-three .details ul li .des .title{font-size:22px;}

.pictureshow .part-three .details ul li:nth-child(even){ }

.pictureshow .part-four .cate a{font-size: 26px; line-height: 60px;}
.pictureshow .part-four .details{background:#f8f8f8 ;padding:45px 0px ;line-height: 2.2; font-size: calc(16px + 0.1vw);border-radius: 20px;}
.pictureselect{margin-bottom: calc(20px + 1vw);}
.pictureselect .catetit{font-size: calc(20px + 1vw);text-align:center;color:#000000;}
.pictureselect ul{width: 100%;overflow: hidden;}
.pictureselect ul.tdtit{padding: 10px 0;border-bottom:1px solid #dcdcdc;}
.pictureselect .tdtit li{color: #000000;font-size: 18px;float: left;min-height:1px;line-height: 30px;overflow: hidden;display:none;}
.pictureselect .tdtit li:last-child{float:right;}
.pictureselect .tdtit li.display{display:block;}
.pictureselect .tdtit li.protitle{width:calc(100% - 120px);}
/*.pictureselect .tdtit li:nth-child(7n+1){width: calc(55% - 20px);padding: 0px 10px;}*/
/*.pictureselect .tdtit li:nth-child(7n+2){width: 30%;}*/
/*.pictureselect .tdtit li:nth-child(7n+3){width: 0;text-align: center;display:none;}*/
/*.pictureselect .tdtit li:nth-child(7n+4){width: 0;text-align: center;display:none;}*/
/*.pictureselect .tdtit li:nth-child(7n+5){width: 15%;text-align: center;}*/
/*.pictureselect .tdtit li:nth-child(7n+6){width: 100%;overflow: hidden;}*/

.pictureselect ul.detail{padding: 10px 0px;border-bottom:1px solid #dedede;}
.pictureselect .detail li{float: left;min-height:1px;line-height: 30px;overflow: hidden;font-size:14px;display:none;}
.pictureselect .detail li:last-child{float:right;}
.pictureselect .detail li.display{display:block;}
.pictureselect .detail li.protitle{width:calc(100% - 120px);}
/*.pictureselect .detail li:nth-child(7n+1){width: calc(55% - 20px);padding: 0px 10px;}*/
/*.pictureselect .detail li:nth-child(7n+1) span{color:#ee7900;border:1px solid #ee7900;font-size:12px;padding:2px;}*/
/*.pictureselect .detail li:nth-child(7n+2){width: 30%;}*/
/*.pictureselect .detail li:nth-child(7n+3){width: 0;text-align: center;display:none;}*/
/*.pictureselect .detail li:nth-child(7n+4){width: 0;text-align: center;display:none;}*/
/*.pictureselect .detail li:nth-child(7n+5){width: 15%;text-align: center;}*/
/*.pictureselect .detail li:nth-child(7n+6){width: 100%;overflow: hidden;}*/
.pictureselect .detail li a.checkmore{min-width:90px;float:right; height: 32px;line-height: 32px;text-align: center;background: #ee7900;color:#ffffff;display: block;margin: auto;border-radius: 15px;}
.pictureselect .detail li .checkmoreinfo{color:#000000;}
.pictureselect .detail li .checkmoreinfo span{color:#ee7900;border:1px solid #ee7900;font-size:12px;padding:2px;}

.fixedcontent{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);display:none;z-index: 1000;}
.fixedcon{width:calc(100% - 60px);background:#ffffff;line-height:50px;position:absolute;left:0;top:calc(50% - 250px); padding:30px;font-size:13px;line-height:1.8;}
.fixedcon .list{width:100%;overflow:hidden;}
.fixedcon .list .title{float:left;font-size:18px;line-height:35px;}
.fixedcon .list .close{float:right;font-size:18px;line-height:35px;}
.fixedcon .list:first-child{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #dcdcdc;}
.fixedcon p{width:100px;float:left;}
.fixedcon .des{float: left;width:calc(100% - 100px);}






.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;
}




.productshow{}
.content-part-one{overflow: hidden;margin: auto;}
.content-part-one .fl{width: 100%;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{margin-bottom: 20px;}
.content-part-one .fl img{max-width: 100%;}
.content-part-one .fl .images{display: none;}
.content-part-one .fl .images .img{width: calc(32% - 2px);margin-right: 2%;border: 1px solid #dcdcdc;}
.content-part-one .fl .images img{max-width: 100%;}
.imgdet{
  position: relative;
  width: 100%;
  
}
.imgdet .imglist{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 84px;
  /* height: 460px; */
  height: 100%;
  overflow: hidden;
}
.imgdet .imglist ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.imgdet .imglist ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
  margin-bottom: 0;
}
.imgdet .imglist ul .active{
  border: 2px solid #f00;
}
.imgdet .imglist ul li img{
  width: 100%;
  height: 100%;
}
.imgdet .imgpart{
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: calc(100% - 2px);
  border: 1px solid #dcdcdc;
}
.imgdet .imgpart .pic{
  position: relative;
  width: 100%;
  height: 100%;
}
.imgdet .imgpart .pic .magnify{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  cursor: move;
  background-color: rgba(179,179,179, 0.3);
  opacity: .3;
  filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
  width: 100%;
  height: 100%;
}

.imgdet .imgpart .bigpic{
  display: none;
  position: absolute;
  top: -1px;
  right: -504px;
  width: 500px;
  height: 500px;
  z-index: 333;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  background: #fff;
}
.imgdet .imgpart .bigpic>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 920px;
}


.contact-image ul{display: flex;justify-content: center;align-items: center;margin-bottom: 20px;}
.contact-image ul li{margin: 0px 20px;}
.contact-image ul li p{text-align: center;margin-top: 20px;}


.contact-lxfs{width: 100%;margin-bottom: 20px;}
.contact-lxfs .left{ background: #ffffff;overflow: hidden;border-radius: 15px;text-align:center;}
.contact-lxfs .left .tt{font-size: 22px;margin-bottom: 20px;margin-top:20px;}
.contact-lxfs .right{background: #ffffff;overflow: hidden;border-radius: 15px;text-align:center;}
.contact-lxfs .right .tt{font-size: 22px;margin-bottom: 20px;margin-top:20px;}
.contact-lxfs ul li{display: flex;align-items: center;background: #f8f8f8;margin-bottom:8px;height: 50px;width: calc(100% - 20px);padding:0px 10px; overflow: hidden;border-radius: 15px;}
.contact-lxfs ul li .image{width: 40px;}
.contact-lxfs ul li p{line-height:1.4;}
.contact-lxfs ul li:nth-child(4n+1){width: calc(49% - 20px);float: left;overflow: hidden;}
.contact-lxfs ul li:nth-child(4n+2){width: calc(49% - 20px);float: right;overflow: hidden;}



.contact .lxfs{width: 100%;display: flex;justify-content: space-between;margin-top: 38px;}
.contact .tel{background: #ffffff;line-height:60px;padding: 50px 0px;text-align: center;width: 35%;float: left;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.contact .title{font-size: 20px;margin-right: 15px;color: #333333;}
.contact .con{font-size: 26px;color: #333333;}
.contact .add{background: #ffffff;line-height:60px;padding: 50px 0px;text-align: center;width: 63%;float: right;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.contact .qrcode{background: #ffffff;width: 100%;margin-top: 38px;box-shadow: 0px 0px 10px 5px #ebeaea;padding: 50px 0px ;border-radius: 20px;}
.contact .qrcode ul{display: flex;align-items: center;justify-content: center;width: 100%;}
.contact .qrcode ul li{margin: 0px 30px;}
.contact .qrcode ul li .image{font-size: 0;line-height: 0;}
.contact .qrcode ul li img{border-radius: 15px;}
.contact .qrcode ul li p{text-align: center;margin-top: 15px;}

.iMessage{ position: fixed;width: 100%;height: 100%;left: 0;top:0;z-index: 1000;display: none;}
.iMessage-bg{background: rgba(0,0,0,0.7);position: absolute;left:0 ;top:0;width: 100%;height: 100%;}
.iMessage .container{position: absolute; left: 50%;top:50%;transform: translate(-50%,-50%);background: #ffffff;border-radius: 15px;}
.iMessage .cnname{width: calc(100% - 30px);padding:30px 0px 15px;color:#ee7900;font-size:18px; border-radius: 15px;text-align:center;}
.iMessage .message-le{display:none;opacity:0;}
.iMessage ul{padding: 15px;width: calc(100% - 30px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessage ul li{width:100%;overflow:hidden;margin-bottom:5px;background: #ffffff;border-radius: 5px;}
.iMessage ul li p{width:98px; height:40px;line-height:40px;font-size:16px;float: left;}
.iMessage ul li input{width:calc(100% - 100px);text-indent:10px; float:left;height:40px;line-height:40px;border:1px solid #eeeeee;outline: none; border-radius:2px;}
.iMessage ul li textarea{width:calc(100% - 100px);text-indent:10px; float:left;height:135px;line-height:40px;border:1px solid #eeeeee;outline: none;border-radius:2px;}
.iMessage ul li.verify{background: rgba(0, 0, 0, 0);}
.iMessage ul li.verify p{background: #ffffff;}
.iMessage ul li.verify input{width: calc(100% - 230px ); float: left;background: #ffffff;border-radius: 0px 10;}
.iMessage ul li.verify img{float: left;height:40px}
.iMessage .messagesubmit{width: 200px;margin-top: 15px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #ee7900;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
}






.iMessage-contact{ width: 100%;background: #ffffff;border-radius: 20px;}
.iMessage-contact .cnname{ color:#000000;font-size: 24px;margin-bottom:25px;text-align:center;}
.iMessage-contact ul{}
.iMessage-contact ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;}
.iMessage-contact ul li p{text-align:center;width: 98px;height:40px;line-height:40px;font-size:16px;float: left;}
.iMessage-contact ul li input{width:calc(100% - 100px);text-indent:10px; float:left;height:40px;line-height:40px;border:1px solid #eeeeee;outline: none; border-radius:2px;}
.iMessage-contact ul li textarea{width:calc(100% - 100px);text-indent:10px; float:left;height:80px;line-height:40px;border:1px solid #eeeeee;outline: none;border-radius:2px;}
.iMessage-contact ul li.verify{background: rgba(0, 0, 0, 0);}
.iMessage-contact ul li.verify p{}
.iMessage-contact ul li.verify input{width: calc(100% - 230px );float: left;border-radius: 0px 10;}
.iMessage-contact ul li.verify img{float: left; height:40px}
.iMessage-contact .messagesubmit{width: 200px;
  display: block;
  margin: auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  background: #ee7900;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
}


.iMessageen{background:#f2f2f2;padding:20px 0px}
.iMessageen .container{background:#ffffff;border-radius:12px;overflow:hidden;}
.iMessageen .cnname{width: calc(100% - 30px);padding:15px 0px 15px;color:#ee7900;font-size:18px; border-radius: 15px;text-align:center;}
.iMessageen .message-le{width:100%}
.iMessageen .message-le ul li{width:50%;float:left;text-align:center;}
.iMessageen .message-le .con{width:calc(100% - 30px);overflow:hidden; padding:15px 15px 0px;}
.iMessageen .message-le .con p{line-height:2;font-size:14px;}
.iMessageen .message-le .con p.tel{font-size:18px;}

.iMessageen .message-r ul{padding: 15px;width: calc(100% - 30px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessageen .message-r ul li{width:100%;overflow:hidden;margin-bottom:5px;background: #ffffff;border-radius: 5px;}
.iMessageen .message-r ul li p{width:98px; height:40px;line-height:40px;font-size:16px;float: left;}
.iMessageen .message-r ul li input{width:calc(100% - 100px);text-indent:10px; float:left;height:40px;line-height:40px;border:1px solid #eeeeee;outline: none; border-radius:2px;}
.iMessageen .message-r ul li textarea{width:calc(100% - 100px);text-indent:10px; float:left;height:135px;line-height:40px;border:1px solid #eeeeee;outline: none;border-radius:2px;}
.iMessageen .message-r ul li.verify{background: rgba(0, 0, 0, 0);}
.iMessageen .message-r ul li.verify p{background: #ffffff;}
.iMessageen .message-r ul li.verify input{width: calc(100% - 230px ); float: left;background: #ffffff;border-radius: 0px 10;}
.iMessageen .message-r ul li.verify img{float: left;height:40px}
.iMessageen .messagesubmit{width: 200px;margin-top: 15px;
  margin: auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
  background: #ee7900;
  border-radius: 21px;
  color: #fff;
  cursor: pointer;
}



.content-part-one .fr{width: 100%;float: right;}
.content-part-one .fr .title{color:#27355c;font-size: 18px;line-height:1.5;margin: 10px auto;}
.content-part-one .fr .summary{font-size: 15px;color: #7e88a4;line-height: 1.8;margin-bottom: 10px;}
.content-part-one .fr .summary *{font-size: 15px;color: #7e88a4;}
.content-part-one .fr .endes{margin-bottom: 40px;font-size: 18px;}
.content-part-one .fr td{padding: 5px 0px;}
.content-part-one .fr td div{display: flex;align-items: center;justify-content: center;}
.content-part-one .fr .orient .previous{line-height: 42px;padding: 0px 10px;background: #27355c;color: #ffffff;font-size: 16px;width: calc(100% - 20px);margin-bottom: 5px; display: inline-block;border-radius: 5px;}
.content-part-one .fr .orient .previous *{color: #ffffff;font-size: 15px;}
.content-part-one .fr .orient .next{line-height: 42px;padding: 0px 10px;background: #27355c;color: #ffffff;font-size: 16px;width: calc(100% - 20px);display: inline-block;border-radius: 5px;}
.content-part-one .fr .orient .next *{color: #ffffff;font-size: 15px;}
.content-part-two{width: 100%;overflow: hidden;}
.part-two-tt{width: 100%; background: #f8f8f8;overflow: hidden;margin-top: 20px;}
.part-two-tt  ul{display: flex;justify-content: space-between;width: calc(100% - 10px);margin: auto;}
.part-two-tt  ul li{line-height: 50px;position: relative ;float: left;font-size: 18px;color: #999999;}
.part-two-tt  ul li::after{content:"";width: 100%;height:3px;background: #d9d9d9; position: absolute;left: 0;bottom: 0;}
.part-two-tt  ul li.cur{color:#27355c;}
.part-two-tt  ul li.cur::after{background: #27355c;}
.part-two-con{width: 100%;;margin: auto;}
.part-two-con ul li{display: none;}
.part-two-con ul li .infocontent{margin: 20px auto;font-size: 15px;line-height: 2;}
.part-two-con ul li .infocontent td{padding: 0px 10px;}
.part-two-con ul li:first-child{display: block;}
.content-part-three{width: 100%;overflow: hidden;}
.part-three-tt{width: 100%; overflow: hidden;font-size: 18px;color:#27355c;}
.content-part-three .con ul{}
.content-part-three .con ul li{float: left;width: 48%;}
.content-part-three .con ul li:nth-child(2n){float: right;}
.content-part-three .con ul li img{width: 100%;}
.content-part-three .con ul li .title{text-align: center;line-height: 25px;height: 50px; font-size: 14px;color:#27355c;}




/*.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 .imagea{ height: 150px;}*/
/* .picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
/*.picture .detail li .title {  text-align: center;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;}
/* 底部 */


/* 底部 */
.footer {background: #ffffff; }
.footer-menu{padding: 20px 0px;display: flex;justify-content: space-between;align-items: center;}

.footer-bottom{padding: 20px 0px; border-top: 1px solid #e9e9e9;display: flex;justify-content: space-between;align-items: center;}
.footer-bottom .left{width: calc(100% - 240px);}
.footer-bottom .left ul{display: flex;align-items: flex-start;}
.footer-bottom .left ul li{margin-right: 35px;}
.footer-bottom .left ul li .title{font-size:  calc(0.2vw + 12px);color:rgba(255,255,255,0.5);}
.footer-bottom .left ul li .con{font-size: calc(0.2vw + 14px);line-height: 2;}
.footer-bottom .left .line{width: 1px ;height: 30px;background: #ffffff;}


.footer-bottom .right{display: flex;justify-content: space-between;align-items: center;}
.footer-bottom .right img{}

.footer-copyright {font-size: 14px;line-height:25px;padding: 10px 0px; border-top: 1px solid #e9e9e9;}
.footer-copyright *{}


.bg-gray {
  /* background: #f8f8f8; */
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 10px;
  margin: 3px;
}
.mypage li.active {
  background: #ee7900;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
.lightbox{top: calc(50% - 180px);}