body {
   /* font: 16px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;  */
  font-family:Pingfang-bold;
  font-size: 16px;
  line-height: 2;
}

.phone {
  display: none;
}

.container {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.container1 {
  max-width: 1836px;
  width: 98%;
  margin: 0 auto;
}
.container2 {
  max-width: 1530px;
  width: 92%;
  margin: 0 auto;
}


.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #240f6c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}

@font-face {
  font-family: Pingfang;
  src: url(../fonts/pingfang/pingfang-n.TTC);
}
@font-face {
  font-family: Pingfang-bold;
  src: url(../fonts/pingfang/PINGFANG\ BOLD.TTF);
}

@font-face {
  font-family: Alimama;
  src: url(../fonts/Alimama/AlimamaDongFangDaKai-Regular.woff);
}

.Pingfang{
  font-family: Pingfang;
}
.Pingfang-bold{
  font-family: Pingfang-bold;
} 

.Alimama{
  font-family: Alimama;
}

.image{font-size: 0;line-height: 0;}
.image img{max-width: 100%;}
/* 导航 */
.pc-nav {  width: 100%;height: 100px;  position: fixed;  top: 0;  left: 0;  z-index: 999; transition: 0.6s;}
.pc-nav.current{ background: #fff;}
.nypc{box-shadow: 0px 0px 2px 2px #f7f7f7;}
.pc-nav .container{display: flex;justify-content: space-between;}

.pc-nav .logo-box{ display: flex;  align-items: center;  justify-content: space-between; transition: 0.6s;float: left;height: 100px;}
.pc-nav .logo-box .logo {align-items: center;font-size: 0;}
.pc-nav .logo-box .logo img {  max-width: 100%;max-height: 100%;filter:grayscale(100) brightness(100); }
.pc-nav.current .logo-box .logo img {  max-width: 100%;max-height: 100%;filter: brightness(1) ;}
.pc-nav .nav{float: right;}

.pc-nav .nav .menu {display: flex; align-content: center;justify-content: flex-end;}
.pc-nav .nav .menu li { display: flex; align-items: center; justify-content: center;  position: relative;margin-left:1vw ;float: left;}
.pc-nav .nav .menu li a {font-size: 18px; color:#ffffff;opacity: 1; white-space: nowrap;height: 100px;line-height: 100px;padding: 0px calc(0.7vw);border-radius: 5px;position: relative;}
.pc-nav.current  .nav .menu li a{ color:#333333;}
.pc-nav .nav .menu li a::after{content:"";position: absolute;left: calc(50% - 15px);top: 80px;width: 0px;height:6px;background: #199290;border-radius: 3px; transition: 0.6s;}


.pc-nav .nav .menu .menu-son {  display: none;  position: absolute;border-radius: 3px;overflow: hidden;  top: 100%;  left: calc(50% - 80px);   z-index: 100;  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  width: 160px;  font-size: 14px;  background: #fff;  animation: fromBottomFade 0.6s ease both;  -webkit-animation: fromBottomFade 0.6s ease both;}
.pc-nav .nav .menu .menu-son a {  overflow: hidden;  color: #222;  display: block;  font-size: 14px; text-align: center;  border-bottom: 1px solid #ebebeb;  text-align: center;}

.pc-nav .nav .menu li.cur a.nv{color:#199290;}
.pc-nav .nav .menu li.cur a::after{width: 30px;}
.pc-nav .nav .menu li a:hover{color:#199290;}
.pc-nav .nav .menu li:hover a.nv::after{ width: 30px;}
.pc-nav .nav .menu li:hover .menu-son {  display: block;}


.headerauto{height: 100px;}


/* 内页导航 */
.inset {width: 100%;  overflow: hidden;padding-bottom: calc(20px + 1.5vw);}
.inset img{max-width: 100%;}
.inset-cate { margin: 40px auto;text-align:center;}
.inset-cate .cate{ font-size: calc(1.4vw + 12px); margin-bottom: 15px;}
.inset-cate .catelist{width: 100%;overflow: hidden;}
.inset-cate .catelist ul li{min-width: 130px; height: 42px;line-height: 42px;text-align: center;float: left;margin-right:7px;border-radius:21px;overflow: hidden;}
.inset-cate .catelist ul li a{display: block;padding:0px 30px;height: 100%;color: #ffffff;
  font-size: 18px;
  background: #199290;
}
.inset-cate .catelist ul li.cur a{background: #34855b;}
.inset-cate .catelist ul li:hover a{background: #34855b;}
.inset .editor img{max-width: 100%;}


.sidenav{overflow:hidden;border-bottom: 1px solid #e0e0e0;}
.sidenav .crumb{ color: #666666;line-height:80px;float: left;}
.sidenav .crumb a{color: #666666;}
.sidenav .top_title{font-size: 36px;color: #000000;line-height: 40px;position: relative;padding-bottom: 40px;margin-bottom: 30px;}
.sidenav .top_title::after{content:"";position: absolute;left: 0px;bottom: 10px;width: 30px;height:6px;background: #199290;border-radius: 3px;}
.sidenav .right{overflow: hidden;float: right;}
.sidenav ul{overflow: hidden;}
.sidenav ul li{float:left; overflow: hidden;overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;line-height: 80px;margin-right: calc(20px + 2vw); }
.sidenav ul li::after{content:"";position: absolute;left: 0;bottom:0px;width: 100%;height: 3px;background: #199290;transform: scaleX(0);transition: 0.3s;}
.sidenav ul li:hover::after{transform: scaleX(1);}
.sidenav ul li.cur::after{transform: scaleX(1);}
.sidenav ul li a {color: #333333;  font-size:18px;margin: auto; display: block; position: relative;transition: 0.3s; }
.sidenav ul li.cur a{color: #199290; }
.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;}


.inset_left{width: 100%;border-radius: 25px;float: left;}
.inset_left ul li{ overflow: hidden;border-radius: 8px; overflow: hidden;text-align: center; position: relative;transition: 0.3s; }
.inset_left ul li a{color: #666666;  font-size:18px;margin: auto; display: block; position: relative;transition: 0.3s;}
.inset_left ul li a i{float: right;}
.inset_left ul li.cur a{color: #199290;}


.inset_right{width:100%;float: right; overflow: hidden;}
.inset_right1{width: 100%;overflow: hidden;}
.inset_right img{max-width: 100%;}
.inset_right1 img{max-width: 100%;}

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


.tit{position: relative;width: 100%;text-align: center;position: relative;padding-bottom: calc(20px + 1.5vw);}
.tit .catname{font-size:calc(1vw + 18px);line-height: 1;font-weight: bold;margin-bottom:20px;}
.tit .catenname{font-size:18px;color: #494949; line-height: 1.8;}

/* 内页banner */
.index-banner{overflow: hidden;background: #fff;font-size: 0;line-height: 0; width:100%;margin: auto;}
/* .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;}
    .swiper-button-next{right: 40px;}
.index-banner .swiper-button-next{outline:none;color:#ffffff;right: 20px;}
.index-banner .swiper-button-prev{outline:none;color:#ffffff;left: 20px;}


.inside-banner {overflow: hidden;position: relative;}
.inside-banner .bannerimg{font-size: 0;line-height: 0;}
.inside-banner .container{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%); z-index: 1;}
.inside-banner .container .en{color:#ffffff;font-size: calc(14px + 0.3vw);line-height: 1;}
.inside-banner .container .cn{color:#ffffff;font-size: calc(0.9vw + 24px);line-height: 1.7;}



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

.iProducts .cat-title{width: 100%;}
.iProducts .cat-title ul{display: flex;justify-content: center;flex-wrap: wrap; align-items: center;margin: 40px auto;}
.iProducts .cat-title ul li{height: 45px;margin: 0px 5px; display: block;text-align: center;overflow: hidden;text-align: left;margin-bottom: 10px;}
.iProducts .cat-title ul li a{display: block;padding:0px 25px;line-height:45px;background: #f9f9f9;color:#666666;font-size: 16px;}
.iProducts .cat-title ul li.active a{background: #edf6fa;color:#199290;}
.iProducts .iProducts_details{width: 100%;}
.iProducts .iProducts_con{overflow: hidden;}
.iProducts .iProducts_con ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.iProducts .iProducts_con ul li{float: left;overflow: hidden;width: calc(25% - 20px);margin-bottom: 10px;position: relative;}
.iProducts .iProducts_con ul li a{width:calc(100% - 0px);margin: auto;display: block;position: relative;}
.iProducts .iProducts_con ul li .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;border-radius: 5px;}
.iProducts .iProducts_con ul li .image img{max-width: 100%;max-height: 100%;border-radius: 5px;transition: 0.6s;}
.iProducts .iProducts_con ul li .des{position: absolute; left:10%; top:15%; font-size: calc(16px + 0.6px) ;font-size: 20px; line-height: 30px;padding:10px 0px; color: #ffffff; transition: 0.3s; }
.iProducts .iProducts_con ul li .title{ position: absolute; left:10%; top:calc(15% + 45px); font-size: calc(16px + 1.1vw) ;line-height: 25px;padding:10px 0px; color: #ffffff; transition: 0.3s;}
.iProducts .iProducts_con ul li .more{position: absolute; left:10%; bottom:48px; font-size:16px ;width: 150px;height: 48px;border-radius: 24px;border:1px solid #ffffff; line-height: 48px; text-align: center; color: #ffffff; transition: 0.3s;}

.iProducts .iProducts_con ul li:hover .image img{transform: scale(1.1,1.1);}
.iProducts .iProducts_con ul li:hover .more{background: #199290;} 



.iAbout{ position: relative;overflow: hidden;background: #f3f5f7;padding: calc(10px + 5.5vw) 0px calc(10px + 8vw);  margin: auto;background: url("../images/about_bg.jpg")no-repeat center;background-size: cover;}
.iAbout .container{width: 1200px;margin: auto;}
.iAbout .iAbout_details{margin-top: 40px;}
.iAbout .iAbout_details ul{display: flex;justify-content: center;flex-wrap: wrap;}
.iAbout .iAbout_details ul li{width:40%;background: rgba(255,255,255,0.6);float: left;margin-right: 5%;border-radius: 25px;padding: 60px 0px;}
.iAbout .iAbout_details ul li:nth-child(2n){margin-right: 0px;}
.iAbout .iAbout_details ul li .image{display: flex;align-items: center;justify-content: center;height: 85px;}
.iAbout .iAbout_details ul li .title{font-size: calc(24px + 0.9vw);color: #333333;text-align: center; line-height: 2;  position: relative;transition: 0.3s;}
.iAbout .iAbout_details ul li .summary{color: #666;transition: 0.3s;text-align: center; line-height: 2;margin-bottom: 25px; }
.iAbout .iAbout_details ul li .more{display: flex;align-items: center;justify-content: center;}

.iNews{width: 100%;padding: calc(10px + 3vw) 0px;overflow: hidden;}
.iNews .container{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iNews .cat-title {width: 35%;float: left;}
.iNews .cat-title .tit{text-align: left;}
.iNews .iNews_cate{width: 100%;}
.iNews .iNews_cate ul{margin-top: 20px;}
.iNews .iNews_cate ul li{height: 50px; display: block;text-align: center;overflow: hidden;margin-bottom: 15px;}
.iNews .iNews_cate ul li a{display: block;line-height: 50px;color: #333333;font-size: 22px;width: 170px;height: 50px;border-radius: 25px;}
.iNews .iNews_cate ul li.active a{background: #199290;color:#ffffff;}
.iNews .iNews_cate .more{float: right;}

.iNews .iNews_details{width:65%;float: right;}
.iNews .iNews_details ul{display: none;}
.iNews .iNews_details ul:first-child{display: block;}
.iNews .iNews_details ul li {position:relative;border-bottom: 1px solid #e2e2e2; overflow: hidden;margin-right: 4%;padding-bottom: 25px;margin-bottom: 25px;}
.iNews .iNews_details ul li:nth-child(2n){margin-right: 0px;}
.iNews .iNews_details 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_details ul li a .summary{margin-bottom: 5px; color:#666;font-size: calc(0.1vw + 14px);line-height: 2;transition: 0.3s;}
.iNews .iNews_details ul li a .more {font-size: calc(0.1vw + 14px);line-height: 2;color: #999;transition: 0.3s;}

.iNews .iNews_details ul li a:hover .title {  color: #199290;}
.iNews .iNews_details ul li a:hover .more{  color: #199290;}


.iHonor{padding: 80px 0px;overflow: hidden;background: #f6f7f9;}
.iHonor_details{overflow: hidden;}
.iHonor_details .honor_swiper{padding-bottom: 60px;}
.iHonor_details .imagea{position: relative;height:calc(200px + 17vw);display: flex;align-items: center;justify-content: center;}
.iHonor_details .imagea img{max-width: 100%;position: absolute;left: 0%;z-index: 80;}
.iHonor_details .swiper-slide{z-index:60;}
.iHonor_details .swiper-slide-active{z-index: 100;}
.iHonor_details .swiper-slide-prev{z-index: 80;}
.iHonor_details .swiper-slide-next{z-index: 80;}
.iHonor_details .swiper-slide-active .imagea img{max-width:200%;position: absolute;left:-50%;max-height:100%;margin:auto;}
.iHonor_details .swiper-slide-prev .imagea img{max-width: 160%;position: absolute;left: -30%;max-height:100%;margin:auto;}
.iHonor_details .swiper-slide-next .imagea img{max-width: 160%;position: absolute;left: -30%;max-height:100%;margin:auto;}
.iHonor_details .swiper-pagination{position: absolute;bottom: 20px;left: 0%;width: 100%;text-align: center;}
.iHonor_details .swiper-pagination-bullet{width: 8px;height: 8px;display: inline-block;background: #199290;opacity: 0.6;border-radius: 4px;}
.iHonor_details .swiper-pagination-bullet-active{width: 28px;opacity: 1;}


.iDevelop{padding: 10vw 0px 7vw;overflow: hidden;background:url("../images/idevelop_bg.jpg")no-repeat center;}
.iDevelop .container{position: relative;}
.iDevelop .cat-title .tit{text-align: left;}
.iDevelop .tit .catname{font-size:calc(1vw + 18px);line-height: 1;font-weight: bold;margin-bottom:20px;color: #ffffff;}
.iDevelop .tit .catenname{font-size:18px;color: #ffffff; line-height: 1.8;}
.iDevelop .iDevelop_details{padding-top: calc(20px + 17vw);}
.iDevelop .iDevelop_details ul li{float: left;margin-right:40px ;}

.iPartner{width: 100%;padding: calc(20px + 2vw) 0px ;}
.iPartner .iPartner-detail{width: 100%;margin-top: calc(20px + 1vw);position: relative;}
.iPartner .iPartner-detail .mySwiper_Partner{overflow: hidden;}
.iPartner .iPartner-detail ul li .image{height: 100px;display: flex;align-items: center;justify-content: center;}
.iPartner .iPartner-detail ul li .image img{max-height: 100px;}
/*.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:#199290;color:#ffffff;padding: 0px 28px;transition: 0.6s;}*/
/*.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}*/


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


.iCustomer .tit{margin-bottom:30px;}
.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;}
.iCustomer .Customer-detail ul li .image{margin-bottom: calc(2vw + 3px);height: 150px; width: 100%;overflow: hidden;background: #f8f8f8;border-radius: 70px;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .title{font-size: 16px;}



.contact_info ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_info ul li{width: calc(49% - 100px);padding:35px 50px; float: left;background: #f8f8f8;display: flex;align-items: center;margin-bottom: 15px;border-radius: 15px;}
.contact_info ul li:nth-child(5n){width: 100%;}
.contact_info ul li .image{width:80px;height: 80px;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.contact_info ul li .title{font-size:16px; color:#34855b;}
.contact_info ul li .des{font-size: 26px;color:#34855b;line-height: 1.2;}

/*联系我们*/

.contactcol .contact-tit{font-size: calc(18px + 0.4vw);margin-bottom: calc(10px + 0.5vw);color: #199290;}
.contact_1{width: 100%;overflow: hidden;padding:50px 0px; margin-bottom: calc(10px + 1vw);display: flex;justify-content: space-between;border-bottom: 1px solid #e5e5e5;}
.contact_1 .lxfs-ul{width: 50%;float: left;}
.contact_1 .lxfs-ul ul li{display: flex;align-items: center;margin-bottom: calc(10px + 1.5vw);border-radius: 15px;}
.contact_1 .lxfs-ul ul li .image{width:70px;height: 70px;border: 1px dashed #199290;border-radius: 35px; display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.contact_1 .lxfs-ul ul li .con{font-size: 16px;line-height: 1.2;}
.contact_1 .lxfs-ul ul li .con p:first-child{font-size: 18px;line-height: 1.2;margin-bottom: 10px;color:#666666}
.contact_1 .lxfs-ul ul li .con p:nth-child(2){font-size: 20px;line-height: 1.2;}



.contact_2{width: 100%;overflow: hidden;padding:50px 0px;}
.contact_2 .content{width: 50%;float: left;}
.contact_2 ul li{float: left;display: flex;align-items: center;margin-bottom: 15px;border-radius: 15px;}
.contact_2 ul li:first-child{width: 100%;}
.contact_2 ul li:first-child .con{display: flex;}
.contact_2 ul li:first-child p{float: left;background: #d9efef;color: #199290;padding: 0px 10px;border-radius: 3px;margin-right: 10px;}
.contact_2 ul li .tel{padding-left: 30px;background: url("../images/tel.png")no-repeat left center;line-height: 40px;}
.contact_2 ul li .fax{padding-left: 30px;background: url("../images/fax.png")no-repeat left center;line-height: 40px;}
.contact_2 ul li .add{padding-left: 30px;background: url("../images/add.png")no-repeat left center;line-height: 40px;}

.contact_3{width: 100%;overflow: hidden;}
.contact_3 ul li{float: left;display: flex;align-items: center;margin-bottom: 15px;border-radius: 15px;}
.contact_3 ul li:first-child{width: 100%;}
.contact_3 ul li:first-child p{float: left;background: #d9efef;color: #199290;padding: 0px 10px;border-radius: 3px;margin-right: 10px;}
.contact_3 ul li:nth-child(2n) .con p{float: left;width: calc(50% - 40px);}
.contact_3 ul li .tel{padding-left: 30px;background: url("../images/tel.png")no-repeat left center;line-height: 40px;}
.contact_3 ul li .fax{padding-left: 30px;background: url("../images/fax.png")no-repeat left center;line-height: 40px;}
.contact_3 ul li .add{padding-left: 30px;background: url("../images/add.png")no-repeat left center;line-height: 40px;}


.iMessage ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessage ul .w50{width:calc(50% - 5px);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:180px;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: #199290;
  border-radius:5px;
  color: #fff;
  cursor: pointer;
}

/*药物警戒*/
.report-Pharm{width: 100%;overflow: hidden;} 
.report-Pharm .details ul li{float: left;width: calc(50% - 24px);position: relative;border-bottom:1px solid #ebecef;padding: 20px 0px;margin-right:48px ; overflow: hidden;}
.report-Pharm .details ul li:nth-child(2n){margin-right: 0;}
.report-Pharm .details ul li:nth-child(4n + 1){border-top:1px solid #ebecef;}
.report-Pharm .details ul li:nth-child(4n + 2){border-top:1px solid #ebecef;}
.report-Pharm .details ul li .tt{font-size: calc(16px + 0.2vw);line-height: 36px;color: #004a9d;position: relative;}
.report-Pharm .details ul li .tt .image{position: absolute;right: 0px;top: 0px;transition: 0.6s;width: 36px;height: 36px;border-radius: 18px;overflow: hidden;display: flex;align-items: center;justify-content: center;background-color: #199290;}
.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: 90%;margin: auto;}
.report-Form .report-Form-tt{margin: calc(20px + 2vw) auto;text-align: center;font-size: calc(18px + 0.9vw);color: #2a2a2a;}
.report-Form .Form-tt{font-size: calc(18px + 0.4vw);line-height: 2.2; color: #333333;}
.report-Form-details{width: calc(100% - 120px);padding: 60px; 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(25% - 8px);}
.report-Form-details .w50{width: calc(50% - 8px);}
.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 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:180px;margin-right: 10px;}
.report-Form-details ul .captcha img{height: 45px;border:1px solid #e6e6e6;border-radius: 5px;}
.report-Form-details .messagesubmit{width: 338px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #199290;
  border-radius:5px;
  color: #fff;
  cursor: pointer;
}
/*关于我们*/
.pagecol{padding-top:calc(20px + 1.5vw);}
.abouttit{padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.4vw + 12px);}
.abouttit .des{color:#30416b;font-size:18px;}

.aboutpage1{width: 100%;overflow: hidden;background: #f8f8f8 ;padding: calc(2vw + 10px) 0 calc(4vw + 10px); }
.aboutpage1 .container{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.aboutpage1 .image{width: 41%;display: flex;justify-content: center;}
.aboutpage1 .detail{width: 57%;}
.aboutpage1 .detail .title{font-size: calc(1.3vw + 24px);margin-bottom: 10px;}
.aboutpage1 .detail .con{font-size: calc(0.1vw + 14px);color: #666666;max-width: 765px;}
.aboutpage1 .detail .con span{text-align: right;width: 100%; display: block;}

.aboutpage2{position: relative;overflow: hidden;background: #f8f8f8 ;padding: 0 0 calc(5vw + 10px); }
.aboutpage2 .aboutlist ul{width: 100%; display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutpage2 .aboutlist ul li .numCX{font-size: 40px;line-height: 1.5; color:#199290;}
.aboutpage2 .aboutlist ul li sub{font-size: 1vw;color:#199290;}
.aboutpage2 .aboutlist ul li .indc{font-size: calc(14px + 0.1vw);color:#333333}
.aboutpage2 .details{width: 100%;overflow: hidden;font-size: 18px;line-height: 2;}

.aboutpage3{overflow: hidden;background: #ffffff;}
.aboutpage3 .abouttit{color:#ffffff;}
.aboutpage3 .container{display: flex;justify-content: space-between;flex-wrap: wrap;padding: calc(2vw + 10px) 0 calc(4vw + 10px);}
.aboutpage3 .left{width: 41%;}
.aboutpage3 .left .title{font-size: calc(1.3vw + 24px);margin-bottom: 10px;}
.aboutpage3 .aboutlist ul{max-width: 300px; display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutpage3 .aboutlist ul li{width: calc(50% - 10px);margin-bottom: calc(10px + 1vw);}
.aboutpage3 .aboutlist ul li .numCX{font-size: 40px;line-height: 1.5; color:#199290;}
.aboutpage3 .aboutlist ul li sub{font-size: 1vw;color:#199290;}
.aboutpage3 .aboutlist ul li .indc{font-size: calc(14px + 0.1vw);color:#333333}
.aboutpage3 .right{width: 57%;}


/*企业文化*/

.qywh_1{width: 100%;overflow: hidden;}
.qywh_1 .catetit{font-size: calc(1.2vw + 24px);padding: calc(15px + 1vw) 0px;}


.qywh_2{width: 100%;overflow: hidden;}
.qywh_2 .catetit{font-size: calc(0.3vw + 24px);text-indent: 30px;padding: 20px 0px;}
.qywh_2 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.qywh_2 ul li{width:calc(100% - 60px);padding: 30px; background:#f4f6fb;border:1px solid #199290;position: relative;border-radius: 10px;margin-bottom: calc(10px + 1vw);}
.qywh_2 ul li .title{font-size: calc(16px + 0.2vw);color: #000;position: relative;margin-bottom:calc(10px + 0.5vw);padding-bottom:15px;}
.qywh_2 ul li .title::after{content: ""; position: absolute;left: 0;bottom:0;width: 20px;height: 5px;background: #199290;border-radius: 3px;}

.qywh_3{width: 100%;overflow: hidden;}
.qywh_3 .catetit{font-size: calc(0.3vw + 24px);text-indent: 30px;padding: 20px 0px;}
.qywh_3 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.qywh_3 ul li{width:calc(50% - 70px);padding: 30px; background:#f4f6fb;border:1px solid #199290;position: relative;border-radius: 10px;margin-bottom: calc(10px + 1vw);}
.qywh_3 ul li .title{font-size: calc(16px + 0.2vw);color: #000;position: relative;margin-bottom:calc(10px + 0.5vw);padding-bottom:15px;}
.qywh_3 ul li .title::after{content: ""; position: absolute;left: 0;bottom:0;width: 20px;height: 5px;background: #199290;border-radius: 3px;}



.sszz{width: 100%;overflow: hidden;}
.sszz .catetit{font-size: calc(1.2vw + 24px);padding: calc(15px + 1vw) 0px 0px;text-align:center;}
.sszz .catesummary{font-size: calc(0.2vw + 16px);text-align:center;padding-bottom: calc(15px + 1vw);}
.sszz_1 ul li{width:100%;display:flex;justify-content:center;align-items:center;margin-top:calc(20px + 1.5vw); }
.sszz_1 ul li .image{width:calc(50% - 8vw);padding:4vw ; float: right; background:#199290;display:flex;justify-content:center;align-items:center;border-radius:2vw; }
.sszz_1 ul li .details{float:left;width:calc(50% - 8vw);padding:0px 4vw; }
.sszz_1 ul li .details .title{font-size: calc(0.6vw + 20px);margin-bottom:30px;}
.sszz_1 ul li .details .summary{font-size: calc(0.2vw + 16px);}
.sszz_1 ul li:first-child{flex-direction: row-reverse;}

.sszz_2{background:url(../images/sszz_bg.jpg)no-repeat center;background-position:0% 75%;}
.sszz_2 ul li{width:100%;margin-top:calc(20px + 1.5vw); }
.sszz_2 ul li .title{font-size: calc(0.6vw + 20px);line-height:1.3; margin-bottom:30px;text-align:center;}
.sszz_2 ul li .summary{font-size: calc(0.1vw + 16px);max-width:1120px;margin:auto;text-align:center;}
.sszz_2 ul li .details{display:flex;justify-content:space-between;align-items:center;margin-top:calc(20px + 1vw);}
.sszz_2 ul li .details .image{border-radius:25px;width:32%;}
.sszz_2 ul li .details .image img{max-width:100%;}
.sszz_2 ul li:last-child .title{color:#ffffff;}
.sszz_2 ul li:last-child .summary{color:#ffffff;}
.sszz_3{padding:calc(20px + 1vw) 0px;}


.lszl_1{width: 100%;overflow: hidden;}
.lszl_1 .catetit{font-size: calc(1.2vw + 24px);padding: calc(15px + 1vw) 0px; text-align: center;}
.lszl_1 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.lszl_1 ul .imagea{width: 100%;display: flex;justify-content: center;margin-bottom: calc(20px + 1vw);}
.lszl_1 ul li{width:calc(100% - 100px);padding: 50px; background:#f8f8f8;position: relative;border-radius: 10px;margin-bottom: calc(10px + 1vw);}
.lszl_1 ul li .title{font-size: calc(16px + 0.2vw);color: #000;position: relative;margin-bottom:calc(10px + 0.5vw);padding-bottom:15px;}
.lszl_1 ul li .title::after{content: ""; position: absolute;left: 0;bottom:0;width: 20px;height: 5px;background: #199290;border-radius: 3px;}

.hgyrz .catetit{font-size: calc(1.2vw + 24px);padding: calc(15px + 1vw) 0px; text-align: center;}
.hgyrz_1{width: 100%;overflow: hidden;background: linear-gradient(180deg, #f2fcfc , #47a7a5);padding: calc(4vw + 10px) 0 ;}

.hgyrz_1 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.hgyrz_1 ul .imagea{width: 100%;display: flex;justify-content: center;}
.hgyrz_1 ul li{ position: relative;border-radius: 10px;}

/*质量管理*/

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

.quality1{width: 100%;overflow: hidden;}
.quality1  ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.quality1  ul li{width:calc(25% - 70px);padding: 30px; background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 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;}
.quality1  ul li:hover{background:#004a9d;}
.quality1  ul li:hover::after{background:url(../images/icon_logo1.png)no-repeat center;}
.quality1  ul li:hover .tt{color: #ffffff;}
.quality1  ul li:hover .intro{color: #ffffff;}
.quality1  ul li:hover .con{color: #ffffff;}

.quality2{width: 100%;overflow: hidden;position: relative;}
.quality2 .details{width: calc(100% - 102px);padding:100px 50px; overflow: hidden;background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality2 .details::before{position: absolute;content: "";width: 29px;height: 23px;left: 50px;top: 50px;background:url(../images/qy_icon.png)no-repeat center;}
.quality2 .details::after{position: absolute;content: "";width: 30px;height: 23px;right: 50px;bottom: 50px;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% - 102px);padding:50px; overflow: hidden; background:#004a9d;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality3 .details p{position: relative;padding: 0px 0px 0px 40px;line-height: 30px;width: 155px;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;justify-content: space-between;  overflow: hidden;position: relative;}
.quality4 .details p{position: relative;display: flex;justify-content: center; width: calc(100% / 7 - 10px);height: 138px;line-height: 138px;background:#f4f6fb;text-align: center;  border:1px solid #74abea;background: #f4f6fb;border-radius: 69px;overflow: hidden;transition: 0.6s;}
.quality4 .details p span{position: relative;padding: 0px 0px 0px 40px;}
.quality4 .details p span::before{position: absolute;content: "";width: 11px;height: 11px;left: 15px;top: 63px; background:#004a9d;border-radius: 5px;}
.quality4 .details p::after{position: absolute;content: "";width: 109px;height: 102px;right: 0px;bottom: 0px;}
.quality4 .details p:hover{background:#004a9d;}
.quality4 .details p:hover::after{background:url(../images/icon_logo1.png)no-repeat center;}
.quality4 .details p:hover span{color:#ffffff;}
.quality4 .details p:hover span::before{background:#ffffff;}

.quality5{width: 100%;overflow: hidden;position: relative;}
.quality5 .details{width: calc(100% - 102px);padding:100px 50px; overflow: hidden;background:#004a9d; border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality5 .details::before{position: absolute;content: "";width: 29px;height: 23px;left: 50px;top: 50px;background:url(../images/qy_icon_w.png)no-repeat center;}
.quality5 .details::after{position: absolute;content: "";width: 30px;height: 23px;right: 50px;bottom: 50px;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% - 102px);padding:50px; overflow: hidden;background:#f4f6fb;border:1px solid #74abea;position: relative;border-radius: 10px;}
.quality6 .details .con{position: relative;padding: 50px 0px;}
.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;padding: 40px 0px calc(20px + 2vw);}
.recruitpage1 .recruittitle{font-size: calc(22px + 1.5vw);color: #000000;padding:  0px 0px calc(20px + 2vw);line-height: 1;text-align: center;}
.recruitpage1 .container{border-radius: 25px;overflow: hidden;}
.recruitpage1 .details .list{width: calc(100% / 3);float: left;background: #f3f5f7;}
.recruitpage1 .details .detail{height: calc(125px + 12vw);max-height: 354px; width: calc(100% - 80px);padding: 0px 40px;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: #199290;}
.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;}
.recruitpage1 .details .list:hover .con img{transform: scale(1.1,1.1);}

.recruitpage2{position: relative;margin-bottom: calc(20px + 2vw);background: #f3f5f7;transition: 0.6s;overflow: hidden;border-radius: 25px;}
.recruitpage2 .image{width:50% ;float: left;overflow: hidden;}
.recruitpage2 .container{position: absolute;left: 50%;transform: translateX(-50%);top: 0;height: 100%;display: flex;align-items: center;
  overflow: hidden;
  flex-direction: row-reverse;}
.recruitpage2 .container .con{width: calc(50% - 100px);float: right;}
.recruitpage2 .container .recruittitle{color: #000000;font-size: calc(22px + 0.4vw);}
.recruitpage2 .container .details{color: #000000;max-width: 1000px;text-align: justify;}
.recruitpage2:hover img{opacity: 0.9;}

.recruitpage3{overflow: hidden;background: #f3f5f7;padding: 100px 0px 60px;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: 70px;}
.recruitpage3 .ygfcSwiper .image{overflow: hidden;border-radius: 15px;}
.recruitpage3 .ygfcSwiper .image img{transition: 0.6s;}
.recruitpage3 .ygfcSwiper .image:hover img{transform: scale(1.1,1.1);}
.recruitpage4{padding: 40px 0px 60px;}
.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%;width: calc(33.33% - 14px);margin-right: 21px;float: left;}
.recruitpage4 .details .list .image{padding-top: 20px;transition: 0.6s;}
.recruitpage4 .details .list:nth-child(3n){margin-right: 0px;}
.recruitpage4 .details .list:hover .image{padding-top: 5px;}




.productlist{}
.productlist .detail {  display: flex;  flex-wrap: wrap;}
.productlist .detail li {  flex: 0 1 calc(97% / 4);  overflow: hidden;  margin-right: 1%;margin-bottom: 25px;}
.productlist .detail li:nth-child(4n) {  margin-right: 0;}
.productlist .detail li a{width:calc(100% - 0px);margin: auto;display: block;}
.productlist .detail li .image{ overflow: hidden;display: flex;align-items: center;height: 190px; justify-content: center;/*background: #f8f8f8;*/ }
.productlist .detail li .image img{max-width: 100%;max-height: 100%;}
.productlist .detail li img{transition: 0.6s;}
.productlist .detail li img:hover{transform: scale(1.1,1.1);}
.productlist .detail li .title { font-size: 18px;line-height: 25px;height: 50px; color: #000;text-align: center;  margin: 20px 0 0;position: relative;}
.productlist .detail li .summary{font-size: 14px;color:#666;}


.rdcenterpage{}
.rdcenterpage li{width: calc(100% - 80px);padding: 40px;background-color: #f1f3f7;border-radius: 15px;margin-bottom: 20px;}
.rdcenterpage li .details{width: calc(50% - 60px);padding: 0px 30px;color: #000000;}
.rdcenterpage li .details .title{font-size: calc(16px + 0.7vw);margin-bottom: 12px;}
.rdcenterpage li .details .span{float: left;color: #199290;}
.rdcenterpage li .details .button{margin-top: calc(10px + 0.5vw);}
.rdcenterpage li .details a.more{height: 50px;border-radius: 25px;transition: 0.3s; line-height: 50px; width: 145px;display: block;background: #199290;color: #ffffff;margin-right: 10px;text-align: center;float: left;}
.rdcenterpage li .details a.more:hover{background:#909bb2 ;transition: 0.3s;}
.rdcenterpage li .details a.pdf{height: 50px;line-height: 50px;width: 145px; border-radius: 25px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}
.rdcenterpage li .details a.pdf:hover{background:#199290;transition: 0.3s;}
.rdcenterpage li .image{width:50%;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.rdcenterpage li .image a{overflow: hidden;}
.rdcenterpage li .image img{transition: 0.6s;}
.rdcenterpage li .image img:hover{transform: scale(1.2,1.2);}
.rdcenterpage li:nth-child(odd){display: flex;align-items: center;justify-content: space-between;flex-direction:row-reverse;}
.rdcenterpage li:nth-child(even){display: flex;align-items: center;justify-content: space-between;flex-direction:row;}


.picture{ /*display: flex; */}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 4);  overflow: hidden;  margin-right: 1%;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li a{margin: auto;display: block;}
.picture .detail li .image{ overflow: hidden;border-radius: 5px; 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 img:hover{transform: scale(1.1,1.1);}
.picture .detail li .title { font-size: 18px;line-height: 50px; color: #000;text-align: center;  position: relative;}
.picture .detail li .summary{font-size: 14px;color:#666;}

.picture1{ display: flex; }
.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(91% / 7);  border-radius: 3px;  overflow: hidden;  margin-right: 1.5%;margin-bottom: 25px;}
.picture1 .detail li:nth-child(7n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture1 .detail li .image img:hover{transform: scale(1.1,1.1);}
.picture1 .detail li .title {  text-align: center;font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}



/* .picture .detail li p::after{position: absolute;content:"";width: 30px;height: 8px;border-radius: 4px; background: #000000;left: calc(50% - 15px);bottom: 0;} */
.picture .detail li:hover img {  transform: scale(1.1, 1.1);}
.picture .detail li:hover p{color:#2458a4;}
.picture .detail li:hover p::after{background: #2458a4;}



.hydt{display: flex; }
.hydt .details li {margin-bottom: 25px;width:32%;overflow:hidden;background:#f9f9f9;border-radius:5px;float:left;margin-right:2%;}
.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;height:206px;}
.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;}
.hydt .details li:hover{background:#1f72ec;transition:0.3s;}
.hydt .details li:hover a *{color:#ffffff;}
.hydt .details li:nth-child(3n){margin-right:0;}

.article{padding: calc(20px + 2vw) 0px;}
.article .falcimg{width: 30%;float: right;}
.article .falcimg img{width: 100%;}
.article .details{width: 65%;float: left;}
.article .details li{width: 100%;padding:25px 0px; padding-left: 30px; overflow: hidden;position: relative;}

.article .details li::before{position: absolute;content:"";width: 16px;height:16px;border-radius: 10px;background: #ffffff; border:2px solid #d1d1d1;left: 0px;top: 40px;}
.article .details li::after{position: absolute;content:"";width: 1px;height: 100%;left: 10px;top: 0; border-left: 1px dashed #e1e1e1;}
.article .details li a{width:100%;display:block;  overflow: hidden;}
.article .details li a .title {width: 200px;float: left; font-size: calc(18px + 1.2vw);color: #006d6d;line-height:1.4;overflow:hidden;font-weight: bold; }
.article .details li a .title .year{font-size: calc(14px + 0.6vw);line-height: 2;color: #b3b3b3;font-weight: bold;}
.article .details li a .des{width: calc(100% - 220px);padding-top:20px; font-size: 18px; float: left; margin-bottom: 5px; color:#808080;line-height: 30px;overflow:hidden; }




.articlepage .catetit{font-size: calc(1.2vw + 24px);padding: calc(15px + 1vw) 0px; text-align: center;}
.articlepage .recommend-swiper{padding-bottom: calc(20px + 2vw);margin-bottom: calc(15px + 2vw);overflow: hidden;}
.articlepage .recommend-swiper .swiper-slide{background: #f9f9f9;}
.articlepage .recommend-swiper .swiper-slide a {display: flex;align-items: center;justify-content: space-between;}
.articlepage .recommend-swiper .swiper-slide a .image{overflow: hidden;border-radius: 10px;height: 400px;width: 50%;font-size: 0;line-height: 0;}
.articlepage .recommend-swiper .swiper-slide a .image img{width: 100%;height: 100%;transition: 0.6s;}
.articlepage .recommend-swiper .swiper-slide a .detail{width: calc(50% - 100px);padding: 0px 50px;}
.articlepage .recommend-swiper .swiper-slide a .title {width: 100%; font-size: calc(0.2vw + 14px);color: #333333;margin-bottom: 10px; line-height: 35px; transition: 0.3s;}
.articlepage .recommend-swiper .swiper-slide a .summary {width: 100%; font-size: calc(0.2vw + 14px);color: #666666;line-height: 35px; height: 70px; overflow: hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; transition: 0.3s;margin-bottom: calc(10px + 1vw);}
.articlepage .recommend-swiper .swiper-slide a .icon{display: flex;align-items: center;justify-content: space-between;font-size: calc(0.2vw + 12px);color: #666666;transition: 0.3s;margin-bottom: 10px;}
.articlepage .recommend-swiper .swiper-slide a .catename{font-size: calc(0.2vw + 12px);color: #199290;line-height: 2;padding:0px 8px; transition: 0.3s;background: #d9efef;}
.articlepage .recommend-swiper .swiper-slide a .date { font-size:  calc(0.2vw + 12px);line-height: 2;color: #b3b3b3;transition: 0.3s;}
.articlepage .recommend-swiper .swiper-slide a .more{font-size: calc(0.2vw + 12px);color: #333333;line-height: 2;transition: 0.3s;}
.articlepage .recommend-swiper .swiper-pagination-bullet{width: 8px;height: 8px;background: #b3b3b3;border-radius: 4px;background: #199290;opacity: 0.8;}
.articlepage .recommend-swiper .swiper-pagination-bullet-active{background: #199290;width: 20px;}



.articlepage .details{width: 100%;overflow: hidden;}
.articlepage .details li {position:relative;width: 32%;float: left;overflow: hidden;margin-right: 2%;}
.articlepage .details li:nth-child(3n){margin-right: 0px;}
.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{display:flex;align-items:center;justify-content:center; overflow: hidden;border-radius: 10px;height: 320px;width: 100%;margin-bottom: 20px;font-size: 0;line-height: 0;}
.articlepage .details li a .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.articlepage .details li a .detail{width: 100%;}
.articlepage .details li a .title {width: 100%; font-size: calc(0.2vw + 14px);color: #333333;margin-bottom: 10px; line-height: 35px; height: 70px; transition: 0.3s;}

.articlepage .details li a .icon{display: flex;align-items: center;justify-content: space-between;font-size: calc(0.2vw + 12px);color: #666666;transition: 0.3s;margin-bottom: 10px;}
.articlepage .details li a .catename{font-size: calc(0.2vw + 12px);color: #199290;line-height: 2;padding:0px 8px; transition: 0.3s;background: #d9efef;}
.articlepage .details li a .date { font-size:  calc(0.2vw + 12px);line-height: 2;color: #b3b3b3;transition: 0.3s;}

.articlepage .details li a:hover .image img{transform: scale(1.1,1.1);}
.articlepage .details li a:hover .title {  color: #199290;}
.articlepage .details li a:hover .des{  color: #199290;}
.articlepage .details li a:hover .icon{  color: #e4600d;}

.xwlb{display: flex; }
.xwlb .catetit{font-size: calc(1.2vw + 24px);padding: calc(15px + 1vw) 0px; text-align: center;}
.xwlb .details li {border-bottom: 1px dashed #199290;margin-bottom: 18px; }
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;  padding-bottom: 18px;  font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height: 35px;}
.xwlb .details li a .date { font-size: 14px;line-height: 35px;white-space: nowrap;flex: 0 0 120px;text-align: right;}
.xwlb .details li a:hover .title {  color: #199290;}

.articleshow{margin: auto;}
.articleshow img{max-width: 100%;}
.articleshow .title{font-size: 26px; line-height: 40px;margin-bottom:25px ;color: #000;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#bbbbbb;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .image{display: flex;justify-content: center;}
.article_show1{display: flex;justify-content: space-between;}
.article_show1 .image{margin-right: 40px;}
.article_show1 .editor{width: calc(100% - 200px);}

.productshow{}
.productshow .productshow-title{font-size: calc(1vw + 20px) ;line-height:2;color: #000000;}
.productshow .productshow-title .span{float: left;color: #199290;}
.productshow .productshow-des{margin-bottom: 40px;}
.content-part-one{overflow: hidden;margin: auto;display: flex;align-items: center;justify-content: space-between;}
.content-part-one .fl{width: 45%;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 .fl img:hover{transform: scale(1.2,1.2);}
.content-part-one .fr{width: 50%;float: right;height: 462px;border-radius: 20px; background: #e8edf4;display: flex;align-items: center;justify-content: center;font-size: 18px; color: #666666; }

.content-part-one .fr  .specification{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .specification .co{width: calc(100% - 80px);}
.content-part-one .fr  .indication{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .indication .co{width: calc(100% - 90px);}
.content-part-one .fr  .department{width:100%;overflow: hidden;margin-bottom: calc(10px + 1vw);}
.content-part-one .fr  .department .co{width: calc(100% - 110px);}


.content-part-one .fr .span{float: left; color: #199290;}
.content-part-one .fr .co{float: left;}
.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-one .fr .button a.pdf:hover{background: #199290;color: #ffffff;}

.content-part-two{width: 100%;overflow: hidden;border-top: 1px solid #ebecef; margin: 60px auto 0;position: relative;}
.content-part-two .part-two-con{margin: auto;}
.content-part-two .part-two-con p{width: calc(100% - 70px);padding-left: 70px;transition: 0.3s; padding: 20px 0px 20px 70px;border-bottom: 1px solid #ebecef;position: relative;color: #10529c;font-size: 18px;}
.content-part-two .part-two-con p::after{content: "";left:26px;top: 35px; position: absolute;width:6px;height: 6px;border-radius: 3px;background: #10529c;}
.content-part-two .part-two-con p::before{content: "";left:22px;top: 31px; position: absolute;width:12px;height: 12px;border-radius: 7px;border: 1px solid #10529c;}
.content-part-two .part-two-con p:hover{padding-left: 55px;}

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



#allmap{width: 100%;height: 600px;}


.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: #199290;}
.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: #199290;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
    transition: 0.3s;
}
.product_show .upload{width:100%;}
.product_show .upload .tt{color:#199290;margin-top: 15px;}
.product_show .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.product_show .addfile img{margin-right:40px;}
.product_show .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.product_show .iMessage .messagesubmit:hover{background:#34855b;}




.content-message{background: url(../images/content_bg.jpg)no-repeat center;background-size: cover;padding: 60px 0px;}
.content-message .iMessage{ width: 100%;height: 100%;position: relative;}
.content-message .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#ffffff;}
.content-message .iMessage ul{padding: 30px;width: calc(100% - 60px);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;width: calc(100% - 40px);padding: 0px 20px;}
.content-message .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.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;
transition: 0.3s;
}
.content-message .tt2{color:#ffffff;}
.content-message .upload{width:100%;}
.content-message .upload .tt{color:#ffffff;margin-top: 15px;}
.content-message .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.content-message .addfile img{margin-right:40px;}
.content-message .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.content-message .upload p{color:#ffffff;}
.content-message .iMessage .messagesubmit:hover{background:#34855b;}



.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 p{width: 138px;height:40px;line-height:40px;font-size:16px;float: left;}
.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: #199290;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.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;}
.fixedmessage .iMessage .messagesubmit:hover{background:#34855b;}




.zkzj .detail li{ flex: 0 1 calc(96% / 5); margin-right: 1%; }
.zkzj .detail li:nth-child(4n) {  margin-right: 1%;}
.zkzj .detail li:nth-child(5n) {  margin-right: 0%;}

/* 底部 */
.footer { position: relative;overflow: hidden;width:100%;margin: auto;background: #1f1f1f;}
.footer_top{overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.footer_logo{padding:60px 0px;width: 100%; display: flex;justify-content:center;align-items: center;}
.footer-lxfs{color: #222222;width: 100%;padding-bottom: 60px;}
.footer-lxfs ul{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;}
.footer-lxfs ul li{position: relative;}
.footer-lxfs ul li .image{display: flex;justify-content: center;}
.footer-lxfs ul li .title{font-size: 22px;color: #ffffff;text-align: center;}
.footer-lxfs *{color: #ffffff;font-size: 14px;}

.footer-nav{width: 100%;padding: 60px 0px;border-top: 1px solid #313131;}
.footer-nav ul{width: 100%; display: flex;justify-content: space-between;}
.footer-nav ul li{}
.footer-nav ul li .nv{color: #ffffff;display: block;font-size: 22px;}
.footer-nav ul li .sub-menu a{font-size: 16px; color: rgba(255,255,255,0.5);display: block;text-align: center;}

.footer-bottom {display: flex;justify-content: space-between;color: rgba(255,255,255,0.5);border-top: 1px solid #313131;padding: 25px 0px;}
.footer-bottom .footer-copyright{line-height: 30px;}
.footer-bottom .right{float: right;color: #999999;}

#goTopBtn{position: fixed;bottom: 115px;right:4%;background: #199290;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #ffffff;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin:0px 3px;
}
.mypage li a , .mypage li span{
  padding: 0px 15px;
}
.mypage li.active {
  background: #199290;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}