@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);
}
@font-face {
  font-family: Alimama;
  src: url(../fonts/Alimama/AlimamaDongFangDaKai-Regular.woff);
}
.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: 0.28rem;
}
.image{font-size: 0;line-height: 0;}
.image img{max-width: 100%;}
.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: 30px;
}
.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: 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;
}
.menu-top .layui-icon {
  float: right;
  /* margin-right: 24px; */
}




/* 主体 */
.tit{position: relative;width: 100%;text-align: center;position: relative;padding-bottom: 20px;}
.tit .catname{font-size:calc(1vw + 18px);line-height: 1;font-weight: bold;margin-bottom:10px;}
.tit .catenname{font-size:14px;color: #cdcdcd; line-height: 1;}
.tit::after{content:"";position: absolute;left: calc(50% - 15px);bottom: 0px;width: 30px;height:6px;background: #0c52c7;border-radius: 3px;}

.abouttit{padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.2vw + 16px);}
.abouttit .des{color:#333333;font-size:14px;line-height: 1.7;text-align: justify;}

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

/* 首页banner */

.index-banner{overflow: hidden;background: #fff;font-size: 0;line-height: 0; width:100%;margin: auto;margin-top: 50px;}
.index-banner img{
    max-width:100%;
    margin: auto;
   
    transition:1s linear 2s;
    transform:scale(1.1,1.1) rotate(0.1deg);
    }
    .index-banner .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1) rotate(0.1deg);
    }	

.swiper-button-prev{left: -40px;width: 20px;height: 20px;overflow: hidden;display: none;}
.swiper-button-next{right: -40px;width: 20px;height: 20px;overflow: hidden;display: none;}
.index-banner .swiper-button-next{outline:none;color:#ffffff;right: 20px;}
.index-banner .swiper-button-prev{outline:none;color:#ffffff;left: 20px;}



/* 内页banner */
.inside-banner {
  margin-top: 50px;
}
.inside-banner img{width: 100%;}

.inside-banner .swiper-slide {
  position: relative;
  width: 100%;
}
.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;  padding:20px 0px;line-height: 2;}
.inset img{max-width: 100%;}
.inset-cate { margin: 15px auto;}
.inset-cate .cate{ font-size: calc(1vw + 20px); margin-bottom: 15px;}
.inset-cate .catelist{width: 100%;overflow: hidden;}
.inset-cate .catelist ul li{width: 32%;height: 42px;line-height: 42px;text-align: center;float: left;margin-right:2%;border-radius:21px;overflow: hidden;}
.inset-cate .catelist ul li:nth-child(3n){margin-right: 0;}
.inset-cate .catelist ul li a{display: block;width: 100%;height: 100%;color: #ffffff;
  font-size: 18px;
  background: #8ed8ac;
}
.inset-cate .catelist ul li.cur{background: #34855b;}
.inset .editor img{max-width: 100%;}

.sidenav{overflow:hidden;border-bottom: 1px solid #e5e5e5;}
.sidenav .crumb{float: left; color: #666666;line-height:40px;}
.sidenav .crumb a{color: #666666;}
.sidenav .right{overflow: hidden;display: none;}
.sidenav ul{overflow: hidden;}
.sidenav ul li{float:left; overflow: hidden;overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;line-height: 40px;margin-right: 20px; }
.sidenav ul li a {color: #333333;  font-size:18px;margin: auto; display: block; position: relative;transition: 0.3s; }
.sidenav ul li.cur a{color: #2c9292; }
.sidenav .search{float: right;}
.sidenav .search .form{width:260px;height:45px; background: #f9f9f9;border-radius: 23px;overflow: hidden;}
.sidenav .search input{width: 220px;float: left; height: 45px;border: none;background: #f9f9f9;outline: none;text-indent: 30px;}
.sidenav .search .icon{float: left;line-height: 45px;}



.iProducts{width: 100%;padding: 20px 0px ;width: 100%;overflow: hidden;}

.iProducts .cat-title{width: 100%;}
.iProducts .cat-title ul{display: flex;justify-content: center;align-items: center;margin: 15px auto;flex-wrap: wrap;}
.iProducts .cat-title ul li{height: 30px;margin: 5px 5px; display: block;text-align: center;overflow: hidden;text-align: left;}
.iProducts .cat-title ul li a{display: block;padding:0px 10px;line-height:30px;background: #f9f9f9;color:#666666;font-size: 16px;}
.iProducts .cat-title ul li.active a{background: #edf6fa;color:#0c52c7;}


.iProducts .iProducts_details{width: 100%;}
.iProducts .iProducts_con{overflow: hidden;}
.iProducts .iProducts_con ul{}
.iProducts .iProducts_con ul li{float: left;background: #fafafa;overflow: hidden;width: calc(49% - 5px);margin-right: 5px;margin-bottom: 10px;}
.iProducts .iProducts_con ul li .details{overflow: hidden;transition: 0.3s;}
.iProducts .iProducts_con ul li .details a{width:calc(100% - 0px);margin: auto;display: block;}
.iProducts .iProducts_con ul li .details .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;border-radius: 5px;}
.iProducts .iProducts_con ul li .details .image img{max-width: 100%;max-height: 100%;border-radius: 5px;}
.iProducts .iProducts_con ul li .details img{transition: 0.6s;}
.iProducts .iProducts_con ul li .details .title { font-size:14px;line-height: 25px; color: #000; position: relative;transition: 0.3s;text-align:center;}
.iProducts .iProducts_con ul li .details .summary{color: #666;transition: 0.3s; }
.iProducts .iProducts_con ul li:nth-child(2n){float:right;}


.iAbout{ position: relative;overflow: hidden;background: #f3f5f7;padding: 20px 0px;  margin: auto;background: url("../images/about_bg.jpg")no-repeat center;background-size: cover;}
.iAbout .container{}
.iAbout .iAbout_details{display: flex;align-items: flex-end;justify-content: space-between;flex-wrap: wrap;margin-top: 15px;}
.iAbout .about-left{width: 100%;float: left;}
.iAbout .about-left .image{overflow: hidden;font-size: 0;line-height: 0;}
.iAbout .about-left img{max-width: 100%;transition: 0.6s;}
.iAbout .about-right{width:100%;overflow: hidden;float: right;margin-top: 15px;}
.iAbout .about-right .title{font-size: 22px;line-height: 1; color: #0c52c7; position: relative;transition: 0.3s;margin-bottom: 15px;}
.iAbout .about-right .details{color: #666;transition: 0.3s;text-align: justify;line-height: 30px;}
.iAbout .about-right .morei{display: flex;justify-content: space-between;align-items: center;margin-top: 15px;}
.iAbout .about-right .morei a{display: block;line-height: 48px;width: 104px;height: 48px;transition: 0.6s; background-color: #0c52c7;color:#ffffff;text-align: center;border-radius: 10px;}



.iNews{width: 100%;padding: 60px 0px;}
.iNews .container{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iNews .iNews-cate{width: 100%;}
.iNews .iNews-cate ul{margin-top: 20px;}
.iNews .iNews-cate ul li{height: 50px;margin-right: 20px; display: block;text-align: center;border-radius: 25px;overflow: hidden;float: left;}
.iNews .iNews-cate ul li a{display: block;line-height: 50px;color: #333333;font-size: 18px;}
.iNews .iNews-cate .more{float: right;}


.iNews .iNews-detail ul{display: none;}
.iNews .iNews-detail ul:first-child{display: block;}
.iNews .iNews-detail ul li {position:relative;width:48%;float: left;padding: 30px 0px;border-bottom: 1px solid #e2e2e2; overflow: hidden;margin-right: 4%;}
.iNews .iNews-detail ul li:nth-child(2n){margin-right: 0px;}
.iNews .iNews-detail ul li a .title {width: 100%; font-size: calc(0.4vw + 14px);color: #333333;margin-bottom: 10px; line-height: 35px;transition: 0.3s;}
.iNews .iNews-detail ul li a .title p{width: calc(100% - 100px);float: left;}
.iNews .iNews-detail ul li a .title span{float: right;font-size: calc(0.2vw + 12px);color: #999999;}
.iNews .iNews-detail ul li a .des{margin-bottom: 5px; color:#333333;font-size: calc(0.2vw + 12px);line-height: 2;transition: 0.3s;}
.iNews .iNews-detail ul li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;transition: 0.3s;}
.iNews .iNews-detail ul li a .icon{font-size: calc(0.2vw + 12px);color: #666666;transition: 0.3s;}



.iEquip{padding: 20px 0px;overflow: hidden;border-bottom: 1px solid #d5d5d5;}
.iEquip_details{margin-top:20px;}
.iEquip_details ul li{float: left;position: relative;margin-right: 8px;margin-bottom: 9px;overflow: hidden;}
.iEquip_details ul li .image{font-size: 0;line-height: 0;overflow: hidden;}
.iEquip_details ul li .image img{transition: 0.6s;}
.iEquip_details ul li .tt{position: absolute;left: 0;bottom: 25px;width:60%;text-align: center;line-height: 50px; background-color: rgba(0,0,0,0.8);color: #ffffff;}
.iEquip_details ul li:nth-child(5n + 3){margin-right: 0px;}
.iEquip_details ul li:nth-child(5n + 5){margin-right: 0px;}


.iBanner-box{width: 100%;position: relative;}
.iBanner-box .image{width: calc(100% - 32px);font-size: 0;padding: 16px;background: #ceeedb;border-radius: 10px;}
.iBanner-box .image img{width: 100%;}
.iBanner-box .con{position: absolute;width: 85%; left: 50%; top:50%;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: space-between;}
.iBanner-box .con .de{color:#ffffff;line-height: 1.5;font-size:calc(1vw + 14px) ;}
.iBanner-box .con .more{width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;background:#8ed8ac;color:#ffffff;padding: 0px 28px;transition: 0.6s;}
.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}


/*联系我们*/
.lxfscol{}
.lxfscol .contact-tit{font-size: calc(22px + 1vw);margin-bottom: calc(20px + 1vw);font-family: Alimama;}
.lxfscol .contact ul{display: flex;justify-content: space-between;flex-wrap: wrap;font-family: Alimama;font-size: 16px;margin-bottom: calc(20px + 2vw);} 
.lxfscol .contact ul li:nth-child(odd){width: 55%;margin-bottom: calc(10px + 0.5vw);}
.lxfscol .contact ul li:nth-child(even){width: 45%;margin-bottom: calc(10px + 0.5vw);}
.iMessage ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessage ul .w50{width:calc(100% - 0px);position: relative; overflow:hidden;margin-bottom:12px;border-radius: 5px;}
.iMessage ul .w100{width:calc(100% - 0px);position: relative; overflow:hidden;margin-bottom:12px;border-radius: 5px;}
.iMessage ul li p{margin-bottom: 10px;}
.iMessage ul li p span{color: #e60012;}
.iMessage ul li input{width:calc(100% - 2px);text-indent:10px; float:left;height:45px;line-height:45px;border:1px solid #e6e6e6;outline: none;background: #ffffff; border-radius:5px;}
.iMessage ul li textarea{width:calc(100% - 2px);text-indent:10px; float:left;height:135px;line-height:45px;border:1px solid #e6e6e6;outline: none;border-radius:5px;}
.iMessage ul .captcha{width: 100%;margin-bottom:12px;}
.iMessage ul .captcha input{width:108px;margin-right: 10px;}
.iMessage ul .captcha img{height: 45px;border:1px solid #e6e6e6;border-radius: 5px;}
.iMessage .messagesubmit{width: 338px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #2c9292;
  border-radius:5px;
  color: #fff;
  cursor: pointer;
}

/*药物警戒*/
.report-Pharm{width: 100%;overflow: hidden;} 
.report-Pharm .details ul li{float: left;width: calc(100% - 24px);position: relative;border-bottom:1px solid #ebecef;padding: 5px 0px; overflow: hidden;}
.report-Pharm .details ul li .tt{font-size: calc(15px + 0.2vw);line-height: 36px;color: #004a9d;position: relative;}
.report-Pharm .details ul li .tt .image{ position: absolute;right: 0px;top: 8px;transition: 0.6s;width: 20px;height: 20px;border-radius: 10px;overflow: hidden;display: flex;align-items: center;justify-content: center;background-color: #2c9292;}
.report-Pharm .details ul li .con{height:0px; overflow: hidden;font-size: calc(14px + 0.1vw); color:#000000;transition: 0.6s;}
.report-Pharm .details ul li.active .con{height:auto;margin-top: 22px; overflow: hidden;}
.report-Pharm .details ul li.active .tt .image{transform: rotate(180deg);background: #5dc2d0;}

.report-Form{width: 100%;margin: auto;}
.report-Form .report-Form-tt{margin: calc(10px + 1vw) auto;text-align: center;font-size: calc(18px + 0.9vw);color: #2a2a2a;}
.report-Form .Form-tt{font-size: calc(16px + 0.4vw);line-height: 2.2; color: #333333;}
.report-Form-details{width: calc(100% - 40px);padding: 20px; box-shadow: 0px 0px 5px 5px #f7f7f7;border-radius: 20px; }
.report-Form-details ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.report-Form-details .w25{width: calc(100% - 0px);}
.report-Form-details .w50{width: calc(100% - 0px);}
.report-Form-details .w50 .input{display: flex;justify-content: space-between;}
.report-Form-details .w100{width: calc(100% - 0px);}
.report-Form-details .w1000{width: calc(100% - 0px);}
.report-Form-details ul li{margin-bottom: 12px;}
.report-Form-details ul li .tt{margin-bottom: 10px;color: #666666;}
.report-Form-details ul li .tt span{color: #e60012;}
.report-Form-details ul li input{width:calc(100% - 2px);text-indent:10px; float:left;height:45px;line-height:45px;border:1px solid #e6e6e6;outline: none;background: #ffffff; border-radius:5px;}
.report-Form-details .w50 .input input{width:calc(48% - 2px);}
.report-Form-details ul li textarea{width:calc(100% - 2px);text-indent:10px; float:left;height:135px;line-height:45px;border:1px solid #e6e6e6;outline: none;border-radius:5px;}
.report-Form-details ul li select{width:calc(100% - 2px);color: #666666; float:left;height:45px;line-height:45px;border:1px solid #e6e6e6;outline: none;background: #ffffff; border-radius:5px;}
.report-Form-details .w1000 .list{float: left;display: flex;align-items: center;margin-right: 25px;height: 45px;}
.report-Form-details .w1000 .list input{width: 15px;height: 15px;float: left;margin-right: 5px;}
.report-Form-details .w1000 .list input.more{width: 120px;height: 45px;float: left;border:none; border-bottom:1px solid #e6e6e6;}
.report-Form-details ul .captcha{width: 100%;margin-bottom:12px;}
.report-Form-details ul .captcha input{width:120px;margin-right: 10px;}
.report-Form-details ul .captcha img{height: 45px;border:1px solid #e6e6e6;border-radius: 5px;}
.report-Form-details .messagesubmit{width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #2c9292;
  border-radius:5px;
  color: #fff;
  cursor: pointer;
}
/*关于我们*/


.aboutpage1{width: 100%;overflow: hidden;background: url(../images/bg-aboutpage1.png)no-repeat right bottom ; background-size:94%;}
.aboutpage1 .image{margin-top: 20px;}
.aboutpage1 .detail{margin-top:30px;}
.aboutpage1 .detail .title{font-size: calc(1.3vw + 24px);margin-bottom: 10px;}
.aboutpage1 .detail .con{font-size: calc(0.2vw + 16px);color: #666666;padding-bottom:100px;}
.aboutpage1 .detail .con span{text-align: right;width: 100%; display: block;}

.aboutpage2{position: relative;overflow: hidden;}
.aboutpage2 .aboutlist ul{width: 100%; display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutpage2 .aboutlist ul li{float: left;margin-bottom: calc(15px + 0.7vw);}
.aboutpage2 .aboutlist ul li:nth-child(3n){margin-right: 0px;}
.aboutpage2 .aboutlist ul li .numCX{font-size: calc(22px + 0.9vw);line-height: 1.5; color:#2c9292;}
.aboutpage2 .aboutlist ul li sub{font-size: calc(14px + 0.2vw);color:#2c9292;}
.aboutpage2 .aboutlist ul li .indc{font-size: calc(14px + 0.1vw);color:#999999}


.aboutpage2 .details{width: 100%;overflow: hidden;font-size: 15px;line-height: 2;}

.aboutpage3{overflow: hidden;background: url(../images/bg-fzlc.jpg)no-repeat center bottom ;background-size: cover;border-radius: 30px;margin-top:calc(20px + 2vw) ; padding-bottom: calc(20px + 2vw);}
.aboutpage3 .abouttit{color:#ffffff;}
.aboutpage3 .details{padding: calc(3vw + 6px) 0;}
.aboutpage3 .fzlcSwiper{overflow: hidden;}
.aboutpage3 ul li{opacity: 0.3;}
.aboutpage3 ul li .title{color:#ffffff;font-size: calc(0.4vw + 18px);line-height: 1;margin-bottom: calc(0.5vw + 2px);}
.aboutpage3 ul li .con{color:#ffffff;font-size: calc(0.1vw + 14px); line-height: 30px;height: 60px;}
.aboutpage3 ul li.swiper-slide-active{opacity: 1;}

.aboutpage4{width: 100%;}
.aboutpage4  .con{position: relative;}
.aboutpage4  .con .gsrySwiper{overflow: hidden;}
.aboutpage4  ul li{position: relative;transition: 0.6s;}
.aboutpage4  ul li .image{font-size: 0;line-height: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.aboutpage4  ul li img{max-height: 230px;max-width: 100%;transition: 0.6s;}


.aboutpage5{width: 100%;}
.aboutpage5 .con{position: relative;}
.aboutpage5 .con .kycgSwiper{overflow: hidden;}
.aboutpage5  ul li{position: relative;transition: 0.6s;}
.aboutpage5  ul li .image{font-size: 0;line-height: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.aboutpage5  ul li img{max-height: 230px;max-width: 100%;transition: 0.6s;}


/*质量管理*/

.qualitytit{padding: calc(1vw + 10px) 0;}
.qualitytit .catname{font-size:calc(1.2vw + 18px);}
.qualitytit .des{color:#666666;font-size:calc(0.2vw + 14px);}

.quality1{width: 100%;overflow: hidden;}
.quality1  ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.quality1  ul li{width:calc(100% - 42px);padding: 20px; background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;margin-bottom: 10px;}
.quality1  ul li::after{position: absolute;content: "";width: 109px;height: 102px;right: 0px;bottom: 0px;background:url(../images/icon_logo.png)no-repeat center;}
.quality1  ul li .tt{font-size: 19px;line-height: 1;color: #000000;margin-bottom: 10px;}
.quality1  ul li .intro{font-size: 15px;line-height: 2;color: #999999;margin-bottom: 20px;}
.quality1  ul li .con{font-size: 16px;line-height: 2;color: #666666;}

.quality2{width: 100%;overflow: hidden;position: relative;}
.quality2 .details{width: calc(100% - 42px);padding:60px 20px; overflow: hidden;background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality2 .details::before{position: absolute;content: "";width: 29px;height: 23px;left: 20px;top: 20px;background:url(../images/qy_icon.png)no-repeat center;}
.quality2 .details::after{position: absolute;content: "";width: 30px;height: 23px;right: 20px;bottom: 20px;background:url(../images/hy_icon.png)no-repeat center;}
.quality2::after{position: absolute;content: "";width: 109px;height: 102px;right: 0px;bottom: 0px;background:url(../images/icon_logo.png)no-repeat center;}



.quality3{width: 100%;overflow: hidden;position: relative;}
.quality3 .details{display: flex;flex-wrap: wrap;width: calc(100% - 42px);padding:20px; overflow: hidden;background:#004a9d;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality3 .details p{position: relative;padding: 0px 0px 0px 20px;line-height: 30px;width: 125px;color:#ffffff; }
.quality3 .details p::before{position: absolute;content: "";width: 11px;height: 11px;left: 0px;top: 9px; background:#ffffff;border-radius: 5px;}

.quality4{width: 100%;overflow: hidden;position: relative;}
.quality4 .details{display: flex;flex-wrap: wrap;width: calc(100% - 42px);padding:20px; overflow: hidden;background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality4 .details p{position: relative;padding: 0px 0px 0px 20px;line-height: 30px;width: 125px;}
.quality4 .details p::before{position: absolute;content: "";width: 11px;height: 11px;left: 0px;top: 9px; background:#004a9d;border-radius: 5px;}



.quality5{width: 100%;overflow: hidden;position: relative;}
.quality5 .details{width: calc(100% - 42px);padding:60px 20px; overflow: hidden;background:#004a9d;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality5 .details::before{position: absolute;content: "";width: 29px;height: 23px;left: 20px;top: 20px;background:url(../images/qy_icon_w.png)no-repeat center;}
.quality5 .details::after{position: absolute;content: "";width: 30px;height: 23px;right: 20px;bottom: 20px;background:url(../images/hy_icon_w.png)no-repeat center;}
.quality5::after{position: absolute;content: "";width: 109px;height: 102px;right: 0px;bottom: 0px;background:url(../images/icon_logo.png)no-repeat center;}
.quality5 .details .con{color: #ffffff;}

.quality6 .details{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;width: calc(100% - 42px);padding:20px; overflow: hidden;background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality6 .details .con{position: relative;padding: 20px 0px;margin-bottom: 15px;}
.quality6 .details .con::before{position: absolute;content: "";width: 29px;height: 23px;left: 0px;top: 0px;background:url(../images/qy_icon.png)no-repeat center;}
.quality6 .details .con::after{position: absolute;content: "";width: 30px;height: 23px;right: 0px;bottom: 0px;background:url(../images/hy_icon.png)no-repeat center;}




/*招才纳贤 */

.recruitpage1{display: flex;justify-content: space-between;}
.recruitpage1 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding:  0px 0px calc(20px + 2vw);line-height: 1;text-align: center;}
.recruitpage1 .details .list{width:100%;float: left;background: #f3f5f7;margin-bottom: 20px;}
.recruitpage1 .details .detail{padding:20px 10px;width: calc(100% - 20px); display: flex; align-items: center;justify-content: center;}
.recruitpage1 .details .detail .flex{text-align: center;max-width: 375px;}
.recruitpage1 .details .detail .flex .image{display: flex;justify-content: center;}
.recruitpage1 .details .detail .flex .title{font-size: calc(16px + 0.7vw); color: #2c9292;}
.recruitpage1 .details .detail .flex .summary{font-size: calc(14px + 0.2vw); color: #000000;}
.recruitpage1 .details .detail .flex .key{font-size: calc(20px + 1.5vw); color: rgba(28,28,28,0.1);line-height: 1;margin-top: 20px;position: relative;}
.recruitpage1 .details .detail .flex .key::before{content:""; position: absolute;width: 60px;height: 1px;background: rgba(0, 0, 0, 0.1);left: calc(50% + 35px);top: 50%;}
.recruitpage1 .details .detail .flex .key::after{content:""; position: absolute;width: 60px;height: 1px;background: rgba(0, 0, 0, 0.1);left: calc(50% - 95px);top: 50%;}
.recruitpage1 .details .con{font-size: 0;line-height: 0;overflow: hidden;}
.recruitpage1 .details .con img{max-width: 100%;transition: 0.6s;}


.recruitpage2{position: relative;width: 92%;margin: auto; margin-bottom: calc(20px + 2vw);background: #f3f5f7;transition: 0.6s;border-radius: 10px;overflow:hidden;}
.recruitpage2 .container{padding: 20px 0px;}
.recruitpage2 .image{border-radius: 10px; overflow:hidden;width: 100%;}
.recruitpage2 .container .recruittitle{color: #000000;font-size: calc(22px + 0.4vw);}
.recruitpage2 .container .details{color: #000000;max-width: 1000px;text-align: justify;}




.recruitpage3{overflow: hidden;width: 92%;margin: auto;background: #f3f5f7;padding: 20px 0px 0px;border-radius: 20px;}
.recruitpage3 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding:  0px 0px calc(20px + 2vw);line-height: 1;}
.recruitpage3 .ygfcSwiper{overflow: hidden;padding-bottom: 40px;}
.recruitpage3 .ygfcSwiper .image{overflow: hidden;border-radius: 15px;}
.recruitpage3 .ygfcSwiper .image img{transition: 0.6s;}

.recruitpage4{}
.recruitpage4 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding: calc(20px + 2vw) 0px calc(20px + 1vw); line-height: 1;}
.recruitpage4 .details .list{width: 100%;float: left;margin-bottom: 20px;}
.recruitpage4 .details .list .image{transition: 0.6s;}






.hydt{display: flex; }
.hydt .details li {margin-bottom: 25px;width:100%;overflow:hidden;background:#f9f9f9;border-radius:5px;}
.hydt .details li a {width:90%;padding:20px 5%;display:block;  font-size: 16px;  overflow: hidden;}
.hydt .details li a .image{width:100%; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.hydt .details li a .image img{width:100%;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.hydt .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height:30px;height:60px; margin:10px auto;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .des{margin-bottom: 5px; color:#808080;font-size: 14px;line-height: 25px;height:50px;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}




.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: #ffffff;margin-right: 10px;text-align: center;float: left;}

.rdcenterpage li .details a.pdf{height: 40px;line-height: 40px;width: 120px; border-radius: 20px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}

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


.productshow{}
.productshow .productshow-title{font-size: calc(1vw + 20px) ;line-height:2;color: #000000;}
.productshow .productshow-title .span{float: left;color: #2c9292;}
.productshow .productshow-des{margin-bottom: 40px;}
.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{overflow: hidden;}
.content-part-one .fl img{transition: 0.6s;}
.content-part-one .fr{width: 100%;float: right;padding: 20px 0px; border-radius: 20px; background: #e8edf4;display: flex;align-items: center;justify-content: center;font-size: 18px; color: #666666; }
.content-part-one .fr .specification{margin-bottom: calc(10px + 1vw);}
.content-part-one .fr .indication{margin-bottom: calc(10px + 1vw);}
.content-part-one .fr .department{margin-bottom: calc(10px + 1vw);}
.content-part-one .fr .span{float: left;color: #2c9292;}
.content-part-one .fr .button a.pdf{height: 50px;transition: 0.3s;line-height: 50px;width: 145px; border-radius: 25px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}
.content-part-two{width: 100%;overflow: hidden;border-top: 1px solid #ebecef; margin: 20px auto 0;position: relative;}
.content-part-two .part-two-con{margin: auto;}
.content-part-two .part-two-con p{width: calc(100% - 40px);transition: 0.3s; padding: 10px 0px 10px 40px;border-bottom: 1px solid #ebecef;position: relative;color: #10529c;font-size: 18px;}
.content-part-two .part-two-con p::after{content: "";left:16px;top: 25px; position: absolute;width:6px;height: 6px;border-radius: 3px;background: #10529c;}
.content-part-two .part-two-con p::before{content: "";left:12px;top: 21px; position: absolute;width:12px;height: 12px;border-radius: 7px;border: 1px solid #10529c;}
.contact_li{width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.contact_li li{display: flex;justify-content: center;align-items: center;}
.contact_li li .pic{margin-right: 30px;}
.contact_li li .tt{font-size: 22px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 16px;font-weight: lighter;line-height: 1;}
.contact_li li:nth-child(3n+2){width: 32%; border-left: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;}


.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: #ffffff;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: #fff;
  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;}







.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:#ffffff;}
.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: #ffffff;border-radius: 5px;}
.content-message .iMessage ul li .select{margin-top: 17px;}
.content-message .iMessage ul li.text span{color:#ffffff;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: #ffffff;
  border-radius: 25px;
  color: #000000;
  cursor: pointer;
}
.content-message .tt2{color:#ffffff;}
.content-message .upload .tt{color:#ffffff;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:#ffffff}



.fixedmessage{position: fixed;width: 666px;padding: 45px 0px; bottom: -700px;right: 25px;background: #ffffff;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: #ffffff;border:1px solid #eeeeee; border-radius: 5px;}
.fixedmessage .iMessage ul li .select{margin-top: 17px;}
.fixedmessage .iMessage ul li.text span{color:#ffffff;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: #ffffff;
  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 { position: relative;overflow: hidden;width:100%;margin: auto;}
.footer_top{padding:20px 0px;overflow: hidden;}
.footer_logo{width: 100%;display: flex;justify-content: space-between;align-items: center;padding-bottom: 20px;}
.footer_logo img{max-width:90%;}
.footer-lxfs{color: #222222;width: 100%;line-height: 1.8;}
.footer-lxfs .title{font-size: 22px;color:#000000;padding-top: 10px; }
.footer-lxfs ul{width: 100%;}
.footer-lxfs ul li{position: relative;}


.footer-lxfs *{color: #222222;}


.footer-bottom {display: flex;justify-content: space-between;color: #222222;border-top: 1px solid #d5d5d5;padding: 10px 0px;}
.footer-bottom .footer-copyright{line-height: 30px;}
.footer-bottom .right{float: right;color: #999999;}

#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%;
  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: #3c7cd6;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
.lightbox{top: calc(50% - 180px);}