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



.container1{width: 92%;margin: auto;}
.container2{width: 92%;margin: auto;}
.container{width: 92%;margin: auto;}



/* 导航 */
.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;
  box-shadow: 0px 2px 2px #dcdcdc;
}
.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;}
.tit .caten{font-size:calc(1.2vw + 20px);line-height: 1.3;padding-bottom: 20px;font-weight: bold;}
.tit .catdes{font-size:calc(0.4vw + 15px);line-height: 1.3;padding-bottom: 20px;}

.nytit{position: relative;width: 100%;position: relative;}
.nytit .caten{font-size:calc(1vw + 16px);line-height: 1.3;padding-bottom: 25px;font-weight: bold;}
.nytit .caten.center{text-align: center;}
.nytit .catdes{font-size:calc(0.3vw + 14px);line-height: 1.3; padding-bottom: 20px;}
.nytit .catdes.center{text-align: center;}


.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 {overflow: hidden;position: relative;margin-top: 50px;}
.inside-banner .bannerimg{font-size: 0;line-height: 0;}
.inside-banner .bannerimg img{max-width: 100%;}
.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 + 20px);line-height: 1.7;}




/* 内页导航 */

.inset {width: 100%;  overflow: hidden;padding: 20px 0px;line-height: 1.7; min-height:calc(100vh - 370px); background: #ffffff;}
.inset table td{padding:0px 10px;}
.inset img{max-width: 100%;}
.inset-cate {margin-bottom: 20px;}
.inset-cate .cate-title{font-size: calc(1.2vw + 14px);line-height: 1; color: #1f5fa3; margin-bottom: 15px;}
.inset-cate .cate-entitle{font-size: calc(0.5vw + 14px);line-height: 1;}

.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; width: 33%; overflow: hidden;overflow: hidden;margin-bottom: 1px;position: relative;transition: 0.3s;line-height: 40px;text-align: center;}
.sidenav ul li a {color: #333333;  font-size:15px;margin: auto; display: block; position: relative;transition: 0.3s; }
.sidenav ul li.cur a{color: #1e579a; }
.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;}


.iBlock{width: 100%;padding: 20px 0px ;width: 100%;overflow: hidden;}
.iBlock .iBlock_details{max-width: 1200px;margin: auto;text-align: center;font-size: calc(16px + 0.5vw);line-height: 1.8;}

.iProducts{width: 100%;overflow: hidden;}
.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(50% - 4px); margin-bottom: 20px;position: relative;border: 1px solid #666666;border-radius: 10px;}
.iProducts .iProducts_con ul li a{width:calc(100% - 20px);padding: 10px; 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 .title{font-size: 16px; line-height: 30px;color: #000000; transition: 0.3s; text-align:center;}
.iProducts .iProducts_con ul li .capacity{font-size: calc(16px + 0.6px) ;font-size: 16px; line-height: 30px;color: #666666; transition: 0.3s; }
.iProducts .iProducts_con ul li .now{font-size: calc(16px + 0.6px) ;font-size: 20px; line-height: 30px; color: #B30000; transition: 0.3s; }
.iProducts .iProducts_con ul li .summary{font-size: calc(16px + 0.6px) ;font-size: 16px; line-height: 30px; color: #666666; transition: 0.3s; }

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

.iContact{width: 100%;padding: 15px 0px 15px;overflow: hidden;}
.iContact .iContact_details{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iContact .left-section {width:100%;}
.iContact .left-section h1 {  font-size:calc(18px + 1vw);  margin-bottom: 10px;}
.iContact .left-section p {  font-size:calc(14px + 0.5vw); color: #333; margin-bottom: 10px;line-height:1.5}
.iContact .right-section {width: 100%;}
.iContact form {}
.iContact .form-group {  margin-bottom: 20px;width: 100%;margin-right: 0%;float: left;}
.iContact .form-group2{width: 100%;}
.iContact .form-group:nth-child(3n){margin-right: 0%;}
.iContact .form-group label {  display: block;  margin-bottom: 5px;  font-weight: bold;  color: #333;}
.iContact .form-group input, .iContact .form-group textarea {  width: calc(100% - 24px);  padding: 10px;  border: 1px solid #ccc;  border-radius: 4px;}
.iContact textarea {  resize: vertical;}
.iContact button {display: block;  background-color: #223553;  color: #ffffff;  padding: 10px 50px;margin: auto;  border: none;  border-radius: 4px;  cursor: pointer;  font-size: calc(16px + 0.3vw);  transition: background-color 0.3s ease;}
.iContact button:hover {  background-color: #0056b3;}


.iAbout{ position: relative;overflow: hidden;padding:20px 0px;  margin: auto;}
.iAbout .iAbout_details{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.iAbout .iAbout_details .left-section{width: 100%;float: left;background: #ffffff;border-radius: 10px;}
.iAbout .iAbout_details .left-section .title{font-size: calc(0.6vw + 16px);line-height: 1.8;color:#000000;margin-bottom: 10px;}
.iAbout .iAbout_details .left-section .content{font-size: calc(16px + 0.2vw);line-height: 1.8;margin-bottom:15px;}
.iAbout .iAbout_details .right-section{width: 100%;float: left;background: #ffffff;border-radius: 10px;}
.iAbout .iAbout_details .right-section img{max-width: 100%;border-radius: 10px;}

.iBuyer_banner{border-radius: 10px;border:1px solid #666666;margin: auto;max-width:950px;overflow: hidden;}
.iBuyer_banner .swiper-pagination .swiper-pagination-bullet{color: #000000;background-color: #000;}

.iApproach{margin:20px 0px;}
.iApproach .tit{width: 100%;max-width: 1175px; margin: auto;overflow: hidden;}
.iApproach_details{width: 100%;max-width: 1175px;margin: auto; overflow: hidden;}
.iApproach_details ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.iApproach_details ul li{float: left;overflow: hidden;width: calc(50% - 20px);margin-bottom: 20px;position: relative;border-radius: 10px;}
.iApproach_details ul li .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;border-radius: 5px;height: 120px;}
.iApproach_details ul li .image img{max-width: 100%;max-height: 100%;border-radius: 5px;transition: 0.6s;}
.iApproach_details ul li .title{font-size: calc(16px + 1.2vw); line-height: 2;color: #333333;font-weight: bold; transition: 0.3s;text-align: center; }
.iApproach_details ul li .content{font-size: calc(14px + 0.2vw);line-height: 1.8;}


.iLink{width: 100%;padding-bottom: 20px;}
.iLink_details{background: #ffffff;border-radius: 10px;overflow: hidden;}
.iLink_details ul li{display: flex;justify-content: center;}
.iLink_details ul li img{max-height:80px}
.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: #223553;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;}



/*联系我们*/

.contactcol .contact-tit{font-size: calc(18px + 0.4vw);margin-bottom: calc(10px + 0.5vw);color:  #223553;}
.contactlist{width: 100%;}
.contactlist-tit{font-size: calc(20px + 0.5vw);margin-bottom: calc(10px + 0.5vw);font-weight: bold;color: #000000;}
.contactlist ul {display: flex;justify-content: space-between; padding:8px 0px 20px;gap: 10px;}
.contactlist ul li{margin-bottom: 20px;background: #f8f8f8;padding:40px 20px; width: 22%;color:#666666;border-radius: 10px; display: flex;align-items: center;justify-content: space-between;}
.contactlist ul li:nth-child(4n){width: 34%;}
.contactlist ul li .image{width: 50px;float: left;}
.contactlist ul li .detail{width: calc(100% - 50px);float: right;}
.contactlist ul li .tt{font-size: calc(14px + 0.2vw);color: #000;white-space: nowrap;}
.contactlist ul li .con{font-size: calc(14px + 0.1vw);line-height: 2;}






.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: #1e579a;
  border-radius:5px;
  color: #fff;
  cursor: pointer;
}


/*关于我们*/

.aboutpage{max-width: 1200px;margin: 0 auto;padding: calc(2vw + 10px) 0 calc(4vw + 10px); }
.aboutpage .content{margin-bottom:calc(2vw + 10px);font-size: calc(0.4vw + 14px);color: #333}

.contactcol .content{font-size: calc(0.4vw + 14px);color: #333;line-height: 1.8;}
.contactform{width: calc(100% - 42px);padding: 20px;border:1px solid #ccc;border-radius:5px;margin-bottom:20px;}
.contactform .form-group {  margin-bottom: 20px;width: 100%;float: left;}
.contactform .form-group2{width: 100%;}
.contactform .form-group label {  display: block;  margin-bottom: 5px;  font-weight: bold;  color: #333;}
.contactform .form-group input, .contactform .form-group textarea {  width: calc(100% - 24px);  padding: 10px;  border: 1px solid #ccc;  border-radius: 4px;}
.contactform textarea {  resize: vertical;height: 85px;}
.contactform button {display: block;  background-color: #0056b3; color: #ffffff;  width:100%; margin: auto;  border: none;line-height: 50px;  border-radius: 10px;  cursor: pointer; font-size: calc(0.8vw + 16px);font-weight: bold; }
.contactform button:hover {  background-color: #223553;}

.servicepage{max-width: 1200px;margin: 0 auto; }
.servicepage .content{margin-bottom:calc(2vw + 10px);font-size: calc(0.4vw + 14px);color: #333}





/*招才纳贤 */

.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: #1e579a;}
.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;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;}



.oempicture .cate-title{text-align:center;font-size:calc(20px + 0.6vw);color:#000000;margin-bottom:calc(20px + 1.5vw);}
.oempicture .detail {  display: flex;  flex-wrap: wrap;margin-bottom:calc(20px + 1.5vw);}
.oempicture .detail li { overflow: hidden;  margin-right: 2%;width: 48%;margin-bottom:20px;}
.oempicture .detail li:nth-child(2n) {  margin-right: 0;}
.oempicture .detail li a{margin: auto;display: block;}
.oempicture .detail li .image{ overflow: hidden; margin-bottom: 20px;border-radius:50%; display: flex;align-items: center;justify-content: center;}
.oempicture .detail li .image.line{border:2px dashed #333333;border-radius:5px;}
.oempicture .detail li .image img{max-width: 100%;height: 100%;}
.oempicture .detail li img{transition: 0.6s;}
.oempicture .detail li img:hover{transform: scale(1.2,1.2);}
.oempicture .detail li .title { font-size: 16px;line-height: 30px; color: #000;text-align: center;  position: relative;}
.oempicture .detail li .summary{font-size: 14px;color:#666;}


.oempicture .detail3 {  display: flex;  flex-wrap: wrap;margin-bottom:calc(20px + 1.5vw);}
.oempicture .detail3 li { overflow: hidden;  margin-right: 2%;width: 48%;margin-bottom:20px;}
.oempicture .detail3 li:nth-child(2n) {  margin-right: 0;}
.oempicture .detail3 li a{margin: auto;display: block;}
.oempicture .detail3 li .image{ overflow: hidden; margin-bottom: 20px;border-radius:50%; display: flex;align-items: center;justify-content: center;}
.oempicture .detail3 li .image.line{border:2px dashed #333333;border-radius:5px;}
.oempicture .detail3 li .image img{max-width: 100%;height: 100%;}
.oempicture .detail3 li img{transition: 0.6s;}
.oempicture .detail3 li img:hover{transform: scale(1.2,1.2);}
.oempicture .detail3 li .title { font-size: 16px;line-height: 30px; color: #000;text-align: center;  position: relative;}
.oempicture .detail3 li .summary{font-size: 14px;color:#666;}




.article .details{width: 100%;overflow: hidden;}
.article .details li {position:relative;width:100%;overflow: hidden;background: #f8f8f8;border-radius: 10px;margin-bottom: 10px;}
.article .details li a {width: calc(100% - 20px);padding:10px;display:flex;align-items: center;justify-content: space-between; overflow: hidden;flex-wrap: wrap;}
.article .details li a .image{overflow: hidden;border-radius: 10px;width: 100px;height:60px; font-size: 0;line-height: 0;display:flex;align-items:center;justify-content:center;}
.article .details li a .image img{transition: 0.6s;}
.article .details li a .detail{width: calc(100% - 120px);}
.article .details li a .title {width: 100%; font-size: calc(0.3vw + 14px);color: #333333;line-height: 30px;  transition: 0.3s;text-align:justify;}
.article .details li a .date { font-size:  calc(0.2vw + 12px);line-height: 2;color: #1e579a;transition: 0.3s;position: relative;float:right;text-align:right;}
.article .details li a .summary{display:none; width: 100%; font-size: calc(0.1vw + 14px);color: #666666;line-height: 30px;height:60px;overflow:hidden; text-overflow: ellipsis;
  }

.articlelist{}
.articlelist .details li {margin-bottom: 18px;background: #f8f8f8;padding:0px 10px;width: calc(100% - 20px);border-radius: 15px;}
.articlelist .details li a { center;padding:15px 0px 15px 0px;width:100%; display: flex;justify-content: space-between; align-items: center; font-size: 16px;  overflow: hidden;}
.articlelist .details li a .title {width: 100%; font-size: calc(0.2vw + 16px);color: #333333;line-height: 35px;text-align:justify;}
.articlelist .details li a .date {float:right; font-size: calc(0.2vw + 14px);color: #1f599c;line-height: 35px;white-space: nowrap;flex: 0 0 100px;text-align: center;}


.articlebazn{}
.articlebazn ul{width: 100%;max-width: 1040px;margin: auto;}
.articlebazn ul li{width: 100%;background: #f8f8f8;border-radius: 15px;margin-bottom: 20px;box-shadow: 0px 0px 10px rgba(0,0,0,0.1);}
.articlebazn ul li:last-child{margin-bottom:0;}
.articlebazn ul li .detail{width: calc(100% - 40px);padding:40px 20px;line-height:2;}
.articlebazn ul li .detail .title{width: 100%; font-size: calc(0.7vw + 16px);color: #1f5fa3;line-height:1;text-align: center;position: relative;padding-bottom: calc(0.7vw + 16px);margin-bottom: calc(0.7vw + 16px);}
.articlebazn ul li .detail .title::after{position: absolute;content:"";width: 36px;height: 4px;border-radius: 2px; background: #1f5fa3;left: calc(50% - 15px);bottom: 0;}



.articleshow{margin: auto;}
.articleshow .title{font-size: 26px; line-height: 40px;margin-bottom:15px ;color: #000;text-align:center;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#bbbbbb;text-align:center;margin-bottom:calc(15px + 1vw);}



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



.contactcol .contact-tit{font-size: calc(18px + 0.4vw);margin-bottom: calc(10px + 0.5vw);color: #1e579a;}
.contactlist{width: 100%;}
.contactlist-tit{font-size: calc(20px + 0.5vw);margin-bottom: calc(10px + 0.5vw);font-weight: bold;color: #000000;}
.contactlist ul {display: flex;justify-content: space-between; padding:10px 0px;flex-wrap:wrap;}
.contactlist ul li{margin-bottom: 10px;background: #f8f8f8;padding:20px; width: 100%;color:#666666;border-radius: 10px; display: flex;align-items: center;justify-content: space-between;}
.contactlist ul li .image{width: 50px;float: left;}
.contactlist ul li .detail{width: calc(100% - 50px);float: right;}
.contactlist ul li .tt{font-size: calc(14px + 0.2vw);color: #000;white-space: nowrap;}
.contactlist ul li .con{font-size: calc(14px + 0.1vw);line-height: 2;}





/* 内页搜索 */
.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;
 
  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%; }
.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 {text-align: center; font-size: 14px;line-height: 20px;height: 40px;margin:5px auto; color: #000;position: relative;display:flex;align-items:center;justify-content:center;overflow:hidden}


.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: 120px;background:#f8f8f8;}
.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;}


#magnifier-container{max-width:calc(100% - 2px);height:auto;}
.productshow{max-width: 1200px;margin: auto;}
.productshow .content-des{width: 100%; overflow: hidden;}
.productshow .fl{width: 100%;}
.productshow .fl .productshow-img{width: 100%;border-radius: 10px;font-size: 0;line-height: 0;}
.productshow .fl .productshow-img img{transition: 0.6s;max-width: 100%;}
.productshow .fl .productshow-imgs{width: 100%;overflow: hidden;display: flex;flex-wrap: wrap; gap:10px; margin-top: 8px;}
.productshow .fl .productshow-imgs .image{width: calc(25% - 10px);font-size: 0;line-height: 0; overflow: hidden;border-radius: 5px;border:1px solid #e9e9e9;}
.productshow .fl .productshow-imgs .image img{transition: 0.6s;}

.productshow .fr{width: 100%;}
.productshow .fr .productshow-title{font-size: calc(0.7vw + 16px);font-weight: bold; line-height:1.7;color: #000000;margin-top:10px;margin-bottom: 10px;text-align:center;}
.productshow .fr .productshow-des{font-size: calc(0.1vw + 16px);margin-bottom: 20px;}
.productshow .content-con{width:100%;overflow: hidden;border-radius: 10px;}
.productshow .productshow-con-tit{font-size: calc(0.7vw + 16px);font-weight: bold;text-align:center;  line-height:2;color: #000000;margin-bottom: 20px;border-radius: 5px;background: #1f5fa3;color:#ffffff;}
.productshow .productshow-con{font-size: calc(0.2vw + 16px);line-height: 1.7;color: #666666;}

.productshow .question{max-width: 900px;margin: auto;}
.productshow .question ul{width: 100%;overflow: hidden;border-top: 2px solid #1f5fa3;}
.productshow .question ul li{width: 100%;overflow: hidden;padding: 15px 0px;border-bottom: 2px solid #1f5fa3;}
.productshow .question ul li .question-tit{font-size: calc(0.8vw + 16px);font-weight: bold; line-height:1.7;color: #000000;border-radius: 5px; display: flex;padding-right: 40px;position: relative;}
.productshow .question ul li .question-tit::after{position: absolute;content:"+";border-radius: 50%; background: #ffffff;right: 10px;top:0px;}
.productshow .question ul li .question-des{font-size: calc(0.2vw + 16px);line-height: 1.7;color: #666666;display: none;}
.productshow .question ul li.active .question-des{display: block;}





.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;background: #1f1f1f;}
.footer_top{overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.footer_logo{padding:20px 0px;width: 100%; display: flex;justify-content:center;align-items: center;}
.footer-lxfs{color: #222222;width: 100%;padding-bottom:20px;}
.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;}

.footer-nav{width: 100%;padding:20px 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 {color: rgba(255,255,255,0.5);border-top: 1px solid #313131;padding: 15px 0px;}
.footer-bottom .footer-copyright{line-height: 30px;color:#ffffff;}
.footer-bottom .footer-copyright a{color:#ffffff;}
.footer-bottom .right{color: #999999;}

#goTopBtn{position: fixed;bottom: 115px;right:4%;background: #1e579a;}
#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: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0px 10px;
  margin: 3px;
}
.mypage li.active {
  background: #3c7cd6;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
.lightbox{top: calc(50% - 180px);}