@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}
@font-face {
  font-family: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Medium.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
.Ranybold{
  font-family: Ranybold;
}
.RanyMedium{
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.poppins{
  font-family: poppins;
}
body {
  width: 100%;
  font-size: 0.28rem;
}
.pc {
  display: none !important;
}
.container { width: 92%; margin: auto;}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
i.fa {
  font-size: 0.48rem;
}

/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 35px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  text-indent: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  text-indent: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  margin-right: 24px;
}

/* 内页导航 */
.sidenav {
  /* margin-bottom: 20px; */
  background: #f8f8f8;
}

.sidenav .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sidenav .left { padding: 20px 0;}
.sidenav .left .crumb a {  font-size: 14px !important;}
.sidenav .right {
  width: calc(100vw - 30px);
  position: relative;
  z-index: 100;
  display: flex;
  height: 50px;
  overflow-x: scroll;
  /* margin: -25px 0 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2); */
}
.sidenav .right ul {
  display: flex;
  width: 100%;
  background-color: #fff;
  overflow-x: scroll;
  border-bottom: 1px solid #dcdcdc;
}
.sidenav .right ul li {
  flex: 0 0 calc((100vw - 30px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px;
  white-space: nowrap;
}

.sidenav .right ul li.cur {
  color: #27355c;
}
.sidenav .right ul li.cur a {
  color: #27355c;
}

/* 主体 */

.orientation {
  margin-top: 30px;
  line-height: 30px;
}
.header-auto{height: 50px;width: 100%;overflow: hidden;}
/* 首页banner */
.index-banner {
}

.inside-banner .swiper-slide {
  position: relative;
}
.inside-banner .swiper-slide .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.inset {width: 100%;overflow: hidden;min-height: 400px;}
.inset_right{width: 100%;background: #ffffff;border-radius: 20px;overflow: hidden;}
.inset_right1{width: 100%;background: #ffffff;border-radius: 20px;overflow: hidden;}
.inset-cate { margin-bottom: 15px;  font-size: 24px;  padding:10px 0;  color: #1a1a1a;  font-weight: bold;  border-bottom: 1px solid #eee5e6;}
.inset_right .container{width: 100%;}
.inset_right1 .container{width: 100%;}

.tit{display: none;}
.indextit{width: 100%;margin-bottom: 25px;text-align: center;}
.indextit .cn{margin-top: 45px;margin-bottom: 10px;font-size: 28px;font-weight: bold;color: #265cbe;margin-bottom: 13px;}
.indextit .en{font-size:16px;line-height: 22px;color: #265cbe;}

.iAbout .mc{line-height: 2;}
.iProducts .mc{line-height: 2;}
.iProducts .mc .title{text-align: center;}
.iProducts .mc .image{width: calc(100% - 4px); display: flex;justify-content: center;align-items: center;height: 240px;border:2px solid #f5f5f5;margin-bottom: 30px;}
.iProducts .mc img{max-width: 100%;max-height: 100%;}



.pagecol{display: flex;}
.pagecol .contact{padding-bottom: 20px;}
.pagecol .lxfs{width: 100%;margin-top: 18px;}
.pagecol .tel{background: #ffffff;line-height:20px;padding:20px 0px;text-align: center;width: calc(100% - 20px);margin: auto; display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.pagecol .title{font-size: 16px;margin-right: 10px;color: #333333;}
.pagecol .con{font-size: 14px;color: #333333;}
.pagecol .add{background: #ffffff;line-height:20px;padding: 20px 0px;text-align: center;width: calc(100% - 20px);margin: auto;margin-top: 18px;display: flex;justify-content: center;border-radius: 20px;box-shadow: 0px 0px 10px 5px #ebeaea;}
.pagecol .qrcode{display: flex;width: calc(100% - 20px);margin: auto;background: #ffffff;margin-top: 18px;box-shadow: 0px 0px 10px 5px #ebeaea;padding: 50px 0px ;border-radius: 20px;}
.pagecol .qrcode ul{display: flex;align-items: center;justify-content: center;width: 100%;}
.pagecol .qrcode ul li{margin: 0px 10px;}
.pagecol .qrcode ul li .image{font-size: 0;line-height: 0;}
.pagecol .qrcode ul li img{border-radius: 15px;max-width: 90px;}
.pagecol .qrcode ul li p{text-align: center;margin-top: 15px;}



.article{display: flex; }
.article .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;}
.article .details li a {  display: flex;justify-content: space-between; align-items: center;  font-size: 16px;  overflow: hidden;}
.article .details li a .image{flex:0 0 110px; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.article .details li a .image img{width:110px;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.article .details li a .detail{width: calc(100% - 125px);}
.article .details li a .title {width: 100%; font-size: 16px;color: #000000;line-height: 22px;}
.article .details li a .des{line-height: 2;color:#999999;font-size: 14px;display: none;}
.article .details li a .date { font-size: 13px;color: #999999;line-height: 2;color: #2458a4;}

.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;}
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: 100%; font-size:16px;color: #000000;line-height: 35px;}
.xwlb .details li a .date { font-size: 14px;color: #999999;line-height: 2;width:100px ;}
.xwlb .details li a:hover .title {  color: #2458a4;}


.articleshow{}
.articleshow .title{font-size:18px;line-height:25px;margin-bottom:25px ;color: #000;;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 14px; color:#999;margin-bottom: 30px;padding-bottom: 20px; border-bottom:1px solid #dedede;}
.articleshow .date p{float: left;margin-right: 14px;}

.contact_li{width: 100%;overflow: hidden;}
.contact_li li{width:100%;overflow: hidden; display: flex;align-items: center;padding-bottom:15px;margin-bottom:15px ; border-bottom: 1px solid #e9e9e9;}
.contact_li li .pic{margin-right: 15px;}
.contact_li li .pic img{width: 30px;}
.contact_li li .tt{font-size: 18px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 14px;line-height: 1;}
#allmap{width: 100%;height: 360px;}

.inset .lemoder{width: 100%;border-top: none;overflow: hidden;}
.inset .lemoder .leftli{width: 100%;; margin: auto;}
.inset .lemoder .leftli .lia{width: 33%;line-height: 30px;text-align: center;letter-spacing: 1px; position: relative;float: left;}
.inset .lemoder .leftli .lia a{color:#000000;}
.inset .lemoder .leftli .lia.cur{background: #265cbe;}
.inset .lemoder .leftli .lia.cur a{color:#ffffff;}

.inset .rimoder{position: relative;}
.inset .rimoder .detail{overflow: hidden;width: 100%;}
.inset .rimoder .detail li{width: 48%;float: left;margin-right: 2%;margin-bottom: 10px;}
.inset .rimoder .detail li:nth-child(2n){margin-right: 0;}
.inset .rimoder .detail li .image{display: flex;align-items: center;justify-content: center;border: 1px solid #C7D9E6;margin-bottom: 5px;height: 200px;}
.inset .rimoder .detail li .image img{max-width: 100%;max-height: 100%;}
.inset .rimoder .detail li .title{text-align: center;height: 20px;line-height: 20px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.inset .editor{line-height: 2; min-height: 300px;}
.inset .rimoder .detail1 li{width: 100%;}
.inset .rimoder .detail1 li .image{display: flex;align-items: center;justify-content: center;border: 1px solid #C7D9E6;margin-bottom: 5px;max-width: 200%;}
.inset .rimoder .detail1 li .image img{max-width: 100%;max-height: 100%;}
.inset .rimoder .detail1 li .title{text-align: center;height: 20px;line-height: 20px;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}


.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li .image{ overflow: hidden;min-height: 120px; max-height: 300px;display: flex;align-items: center;justify-content: center;}
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li .imagea{ height: 150px;}
.picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;}

.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;min-height: 120px; max-height: 300px;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;}

/* 底部 */
#footer{background: #2c2f33;padding: 20px 0px 0px;overflow: hidden;}
.footer_top{display: flex;justify-content: space-between;padding: 20px;border-bottom: 1px solid #777;}
.footer_top *{color:#ffffff;}
.footer_left{margin-right: 15px;}
.footer_left .tt{margin-bottom: 10px;}
.footer_left_ul{line-height: 25px;}
.footer_right p{margin-bottom: 10px;}
.footer_bottom{
  font-size: 13px;
  background-color: #fff;
  padding: 10px 0;
  overflow: hidden;
  line-height: 25px;
}



.mypage {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 10px;
  margin: 3px;
}
.mypage li.active {
  background: #27355c;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
.lightbox{top: calc(50% - 180px);}