@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;
}
.header{overflow: hidden;}
/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 30px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 20px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  padding: 10px 20px 10px 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.childmenu .third-child {
  padding: 10px 20px 10px 60px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}

.childmenu .forth-child {
  padding: 10px 20px 10px 90px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}

.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  /* margin-right: 24px; */
}

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

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

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

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

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

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

/* 主体 */
.tit{position: relative;width: 100%;line-height: 1;text-align: center;}
.tit .cattit{font-size:calc(1vw + 20px) ;color:#000;}
.tit .catdes{font-size:calc(0.3vw + 14px);padding-top: 12px;color:#666;line-height: 1.8;}


.abouttit{position: relative;width: 100%;line-height: 1;text-align: center;padding-bottom: calc(2vw + 20px);}
.abouttit .catname{font-size:calc(1.8vw + 20px) ;}
.abouttit2{position: relative;width: 100%;line-height: 1;text-align: left;}

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

/* 首页banner */
.index-banner {
  margin-top: 50px;
}
.index-banner .swiper-button-next{display: none;}
.index-banner .swiper-button-prev{display: none;}
/* 内页banner */
.inside-banner {
  margin-top: 50px;
}

.inside-banner .swiper-slide {
  position: relative;
}
.inside-banner .swiper-slide .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.maininset {width: 100%;  overflow: hidden;background: url(../images/inset_bg.jpg)no-repeat top center;}

.inset{padding: 20px 0px;}
.inset_left{display:none;}
.inset_right{width: 100%;background: #ffffff;border-radius: 5px;overflow: hidden;}
.inset_right1{width: 100%;background: #ffffff;border-radius: 5px;overflow: hidden;}
.inset_right img{max-width: 100%;}
.inset_right1 img{max-width: 100%;}
.inset-cate { margin-bottom: 15px; padding:10px 0;  color: #1a1a1a; }
.inset-cate .container{ padding:15px 0px;  border-bottom: 1px solid #eee5e6;}
.inset-cate .cate{ font-weight: bold; font-size: 22px;  color: #1a1a1a;}
.inset img{max-width: 100%;}
.image{font-size:0;line-height:0;}
.image img{max-width:100%}
/* .inset_right .container{width: 100%;}
.inset_right1 .container{width: 100%;} */

.iAdlist{width: 100%;padding: calc(20px + 2vw) 0px 0px;}
.iAdlist ul{padding: calc(20px + 1vw) 0px;}
.iAdlist ul li{width: 100%;display: flex;justify-content: center;}
.iAdlist ul li img{max-width: 100%;}


.iSolution{width: 100%;padding:0px 0px 8px;overflow: hidden;background: rgba(255,255,255,0.3);}
.iSolution .iSolution_con{width: 100%;padding-top:calc(1vw + 30px) ;overflow: hidden;position: relative;}
.iSolution .iSolution_con li{width: 100% ;float: left; overflow: hidden;position: relative;margin-bottom: 12px;}
.iSolution .iSolution_con .image{font-size: 0;line-height: 0;overflow:hidden;}
.iSolution .iSolution_con .image img{width: 100%;height: 100%;overflow:hidden;}
.iSolution .iSolution_con .title{font-size: calc(0.1vw + 16px);color:#ffffff;position: absolute;left: 2%;bottom: 25px;line-height: 1.7; width: 96%;text-align: center;}


.iPartner_con{overflow:hidden;margin:20px auto 40px;}
.iPartner_con li .image{border:1px solid #dcdcdc;width:calc(100% - 3px);height:90px;display:flex;align-items:center;justify-content:center;}
.iPartner_con li .image img{max-width:100%;max-height:100%;}



.iContact{overflow: hidden;margin-bottom: 20px;}
.iContact .container{background: #c12621;overflow: hidden;}
.iContact .left{width: calc(100% - 40px); padding:20px; background: #9b211d;float: left;}
.iContact .left .title{font-size: calc(20px + 1vw);color:#ffffff;margin-bottom: 25px;}
.iMessage{ width: 100%;height: 100%;z-index: 1000;}
.iMessage ul{display: flex;align-items: center; justify-content: space-between;flex-wrap: wrap;}
.iMessage ul li{width:100%;overflow:hidden;border-bottom: 1px solid #cd6664;}
.iMessage ul li input{width: 100%; float:left;height:40px;line-height:40px;border:none;outline: none; border-radius:2px;color:#ffffff;background: rgba(255,255,255,0);opacity: 1;}
.iMessage ul li input::placeholder{color: #ffffff; }
.iMessage ul li textarea{width: 100%; float:left;height:80px;line-height:40px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;color:#ffffff; background: rgba(255,255,255,0);opacity: 1;}
.iMessage ul li textarea::placeholder{color: #ffffff; }
.iMessage ul li:last-child{border-bottom: 0px solid #cd6664;}
.iMessage .submit{width: 150px;float: right;margin-top: 25px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,0);
  border:1px solid #ffaaaa;
  cursor: pointer;
}

.iContact .right{width: calc(100% - 40px);padding: 20px;float: right;line-height: 2;}
.iContact .right *{color:#ffffff;}
.iContact .right ul li .title{font-size: calc(20px + 0.6vw);margin-bottom: 5px;}


.nyContact{overflow: hidden;}
.nyContact .container{overflow: hidden;}
.nyContact .left{width: calc(100% - 40px); padding:20px; background: #9b211d;float:left;}
.nyContact .left .title{font-size: calc(20px + 1vw);color:#ffffff;margin-bottom: 25px;}
.nyContact .right{width: calc(100% - 40px);padding: 20px;float: left;line-height: 2;}
.nyContact .right ul li .title{font-size: calc(20px + 0.6vw);margin-bottom: 5px;}






/*招才纳贤 */
.recruitpage1 .details{border-radius: 15px;margin-top:20px;}
.recruitpage1 .details .title{font-size:18px;margin-bottom: 12px;}
.recruitpage1 .details .line{width: 35px;height: 5px;background: #6ab3e8;margin:15px 0;border-radius: 2px;}
.recruitpage1 .details .content{font-size: 14px;line-height: 2;}

.recruitpage2{width: 100%;}
.recruitpage2 .list{margin-bottom: 8px;width: 100%;overflow: hidden;border:1px solid #eeeeee;}
.recruitpage2 .list .list2{background: #ffffff;width: 100%;border-radius: 20px;overflow: hidden;}
.recruitpage2 .list div{float: left;min-height:1px;}
.recruitpage2 .list .p1{width: 30%;text-align: center;line-height: 30px;color:#000000;font-size:14px;}
.recruitpage2 .list .p2{width: 0%;height:0; text-align: center;line-height: 30px;color:#000000;font-size: calc(0.5vw + 14px);overflow:hidden;}
.recruitpage2 .list .p3{width: 0%;text-align: center;line-height: 30px;color:#000000;font-size: 14px;height: 0;overflow: hidden;}
.recruitpage2 .list .p4{width: 48%;text-align: center;line-height: 30px;color:#000000;font-size: 14px;margin-left: 2%;}
.recruitpage2 .list .p5{width: 20%;text-align: center;line-height: 30px;color:#000000;font-size: 14px;}
.recruitpage2 .list .p6{width: calc(100% - 4.8vw - 4px);overflow: hidden;padding: calc(2.4vw + 2px);line-height: 2; background: #f8f8f8;display: none;}
.recruitpage2 .list1{background: #3f3f3f;}
.recruitpage2 .list1 .p1{color:#ffffff}
.recruitpage2 .list1 .p2{color:#ffffff}
.recruitpage2 .list1 .p3{color:#ffffff;width: 0%;height: 0;}
.recruitpage2 .list1 .p4{color:#ffffff}
.recruitpage2 .list1 .p5{color:#ffffff}
.recruitpage2 .list .p6 .details1{line-height: 2;font-size:14px;}
.recruitpage2 .list .p6 .details1 .title{font-size: calc(0.6vw + 8px);color:#000000;width: 100%;overflow: hidden;line-height: 2;margin-bottom: 20px;}
.recruitpage2 .list .p7{width: 100%;margin-top: 20px;}




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


.cxptpage ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.cxptpage ul li{width:100%;float:left;margin-bottom:20px;}
.cxptpage ul li a{width:90%;margin:20px 5%;padding:30px 0px; display:block;}
.cxptpage ul li:nth-child(7n+1){background:#20499b;}
.cxptpage ul li:nth-child(7n+2){background:#5987e3;}
.cxptpage ul li:nth-child(7n+3){background:#3171f1;}
.cxptpage ul li:nth-child(7n+4){background:#374fb6;}
.cxptpage ul li:nth-child(7n+5){background:#37acd8;}
.cxptpage ul li:nth-child(7n+6){background:#20499b;}
.cxptpage ul li:nth-child(7n+7){background:#5987e3;}
.cxptpage ul li a p{color:#ffffff;font-size:26px;line-height:40px;height:80px;margin-bottom:50px;}
.cxptpage ul li a .more{border:1px solid #ffffff;line-height:35px;padding:5px 10px;border-radius:22px;width:140px;color:#fff;font-size:16px;text-align:center;}



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


.article .details{width: 100%;overflow: hidden;}
.article .details li {margin-bottom: 12px; position:relative;width: 100%;float: left;border-radius: 10px;overflow: hidden;}
.article .details li:nth-child(2n){margin-right: 0;}
.article .details li a .image{font-size: 0;font-weight: 0;overflow: hidden;display: flex;align-items: center;justify-content: center;aspect-ratio:3 / 2;}
.article .details li a .image img{transition: 0.6s;border-radius: 5px;overflow: hidden;width: 100%;}
.article .details li a .detail{width:calc(100% - 60px);background: #f9f9f9;padding: 30px;}
.article .details li a .title {width: 100%; font-size: calc(0.5vw + 16px);color: #333333;line-height:40px;height: 80px;margin-bottom: 10px;}
.article .details li a .des{line-height: 30px;color:#000000;position: relative;padding-top: 20px;}
.article .details li a .des::after{content: "";position: absolute;left: 0;top:0; height: 7px;width: 45px;border-radius: 3px;background: #c82623;}
.article .details li a .time { font-size: 16px;color: #b3b3b3;}
.article .details li a:hover .image img{transform: scale(1.1,1.1);}




.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;}
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: calc(100% - 100px); font-size:16px;color: #000000;line-height: 35px;}
.xwlb .details li a .date { font-size: 14px;color: #999999;line-height: 2;width:100px ;text-align: right;}
.xwlb .details li a:hover .title {  color: #2458a4;}


.articleshow{}
.articleshow video{max-width:100%;}
.articleshow .title{font-size:18px;line-height:25px;margin-bottom:10px ;color: #000;;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#999;line-height: 25px;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .info{}
.article_show1 .image{display: flex;justify-content: center;}


.contact_li{width: 100%;overflow: hidden;}
.contact_li li{width:100%;overflow: hidden; display: flex;align-items: center;padding-bottom:15px;margin-bottom:15px ; border-bottom: 1px solid #e9e9e9;}
.contact_li li .pic{margin-right: 15px;}
.contact_li li .pic img{width: 30px;}
.contact_li li .tt{font-size: 18px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 14px;line-height: 1;}
#allmap{width: 100%;height: 360px;}




/* 内页搜索 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 36px;
}
.filter .list-box {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.filter .list-box p {
  flex: 0 1 100px;
}
.filter .list {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}




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

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


.content-part-one .fr{border-radius: 20px; box-shadow: 0px 0px 5px 5px #f9f9f9;margin: 5px;}
.content-part-one .fr .title{font-size: 18px ;line-height:2;margin: 20px auto;border-bottom: 1px solid #e8e8e8;}
.content-part-one .fr .fr-con{}
.content-part-one .fr .message{width: 180px; height: 50px;background: #6ab3e8;color:#ffffff;text-align: center;line-height: 50px;border-radius: 25px;}
.content-part-one .fr .summary{font-size: 16px;color: #7e88a4;line-height: 1.8;margin-bottom: 30px;}
.content-part-one .fr .summary *{font-size: 16px;color: #7e88a4;}

.content-part-two{width: 100%;overflow: hidden;background: #f8f8f8;border-radius: 15px;margin: 40px auto;}
.content-part-two .part-two-tt{ background: #6ab3e8;overflow: hidden;color:#ffffff;font-size: 20px;height:50px;line-height: 50px; text-indent: 28px;border-radius: 15px;}
.content-part-two .part-two-con{width: calc(100% - 40px);margin: auto;padding: 20px;line-height:1.8;}
.content-part-two .part-two-con p{position:relative}
.content-part-two .part-two-con p::after{content:"";position:absolute;left:-15px;top:12px;width:8px;height:8px;border-radius:4px;background:#6ab3e8;}
.content-part-three{width: 100%;overflow: hidden;}
.content-part-three .part-three-tt{ overflow: hidden;font-size: 26px;color:#000000;margin-top:20px;}
.content-part-three .part-three-con{margin:20px auto;}
.content-part-three .part-three-con ul{}
.content-part-three .part-three-con ul li{float: left;width: 100%;border-radius: 15px;background: #f8f8f8;margin-bottom:15px;}
.content-part-three .part-three-con ul li .title1{background: #6ab3e8;color:#ffffff;width: calc(100% - 30px);padding:15px; border-radius: 15px 15px 0px 0px;display: flex;align-items: center;justify-content: space-between;}
.content-part-three .part-three-con ul li .title2{width: calc(100% - 30px);padding:15px;display: flex;align-items: center;}
.content-part-three .part-three-con ul li .title2 img{margin-right: 15px;}
.content-part-three .part-three-con ul li img{max-width: 100%;}

.content-part-four{width: 100%;overflow: hidden;}
.content-part-four .part-four-tt{ overflow: hidden;font-size: 26px;color:#000000;margin-top:20px;}
.content-part-four .part-four-con{width: 100%;margin-top:20px;overflow:hidden;}
.content-part-four .part-four-con .detail li { width: 49%;float:left; border-radius: 3px;  overflow: hidden;  margin-right: 1%;margin-bottom: 15px;background: #f8f8f8;}
.content-part-four .part-four-con .detail li:nth-child(5n) {  margin-right: 0;}
.content-part-four .part-four-con .detail li a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.content-part-four .part-four-con .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;/*background: #f8f8f8;*/ }
.content-part-four .part-four-con .detail li .image img{max-width: 100%;max-height: 100%;}
.content-part-four .part-four-con .detail li img{transition: 0.6s;}
.content-part-four .part-four-con .detail li img:hover{transform: scale(1.1,1.1);}
.content-part-four .part-four-con .detail li .title { font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}


.productpage .inset-cate { margin: 20px auto;}
.productpage .inset-cate .cate{ font-size: 26px; }
.productpage .cate-description{overflow: hidden;background: #f8f8f8;border-radius: 10px;width:calc(100% - 20px);margin:10px auto; padding:10px 0px;display: flex;align-items: center;justify-content: space-between;}
.productpage .cate-description .image{float: left;width:100px;border-radius: 10px;overflow:hidden;}
.productpage .cate-description .image img{max-width:100%;}
.productpage .cate-description .details{width: calc(100% - 110px);float: right;}
.productpage .cate-description .details .title{font-size: calc(1.2vw + 16px);margin-bottom: 10px;width:100%;}
.productpage .cate-description .details .summary{line-height: 2;font-size: calc(0.4vw + 10px);}


.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  width:48%;  border-radius: 3px;  margin-right: 2%;border-radius: 20px; margin-bottom: 25px;background: #ffffff;box-shadow: 0px 0px 5px 1px #e8e8e8;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li a{width:calc(100% - 10px);margin: auto;padding:20px 0px;display: block;}
.picture .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;  aspect-ratio: 1;}
.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: 16px;line-height: 30px;color: #000; position: relative;text-align: center;margin-bottom: 10px;width: 100%;}
.picture .detail li .des { font-size: 16px;line-height: 25px; color: #999; position: relative;text-align: center;height: 50px;}
.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;}


.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture1 .detail li:nth-child(4n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;}
.picture1 .detail li .imagea{ height: 150px;}
/* .picture1 .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.picture1 .detail li .title {  text-align: center;font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;}

.honor .image{height: 140px;}
/* 底部 */
.footer {background: #f8f8f8; }
.footer_Wave{position: relative;	z-index: 50;width: 100%;overflow: hidden; height: 0px;}
.footerWave{position:absolute;width:100%;bottom:0;left:0;height:0px;}
.footerWave>svg{display:block;width:100%;height:100%;}
.footerWave .wave-g>use{ animation: move-forever 12s linear infinite;}
.footerWave .wave-g>use:nth-child(1) {animation-delay: -2s;opacity:.5;}
.footerWave .wave-g>use:nth-child(2){ animation-delay: -2s;animation-duration: 5s;opacity:.7;}
.footerWave .wave-g>use:nth-child(3){ animation-delay: -4s;animation-duration: 3s;}
@keyframes move-forever{
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}



.footer-menu{padding: 35px 0px 0px; border-bottom: 1px solid #e8e8e8;}
.footer-menu .container{}
.footer-menu .footer-lxfs{
  line-height: 2;
  margin-bottom: 20px;
}
.footer-menu .footer-lxfs ul li .title{ 
  color:#999999;
}
.footer_logo img{max-width:100%;}
.footer-menu .footer_nav{width:100%;}
.footer-menu .footer_nav ul{display: flex;justify-content: space-between; }
.footer-menu .footer_nav ul li{line-height: 35px;float: left;}
.footer-menu .footer_nav ul li a{font-size: 14px;color: #000000;display: block;}
.footer-menu .footer_nav ul li a.nv{font-size: 16px;color: #000000;}

.footer-copyright {color: #000;font-size: 14px;line-height: 1.7;padding: 10px 0px;}
.footer-copyright *{color: #000;}

.bg-gray {
  /* background: #f8f8f8; */
}

#goTopBtn{position: fixed;bottom: 115px;right:2%;border:1px solid #f8f8f8;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
#goTopBtn .image img{max-width:100%;max-height:100%;}

#goprolist{display:none;}

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

.back_bg {

  position: fixed;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  left: 0;

  top: 0;

  z-index: 150;

  display: none;

}

.tan_login {

  width: 500px;

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #fff;

  border-radius: 5px;

  display: none;

  z-index: 200;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

}

.tan_login .mt {

  padding: 18px 20px;

  overflow: hidden;

  border-bottom: 1px solid #e8e8e8;

}

.tan_login .mt span {

  float: left;

  font-size: 18px;

  color: #333;

  font-weight: bold;

}

.tan_login .mt i {

  float: right;

  cursor: pointer;

}

.tan_login .mc {

  padding: 20px 40px;

  overflow: hidden;

}

.tan_login .mc .detail {

  display: none;

}

.tan_login .mc .detail:first-child {

  display: block;

}

.tan_login .mc .detail2,

.tan_login .mc .detail3 {

  margin-bottom: 15px;

}

.tan_login .mc .text {

  margin-bottom: 16px;

  position: relative;

}

.tan_login .mc .text input[type="text"],

.tan_login .mc .text input[type="password"] {

  width: 100%;

  height: 40px;

  line-height: 40px;

  border: 1px solid #dcdfe6;

  padding-left: 30px;

  padding-right: 15px;

  border-radius: 5px;

  box-sizing: border-box;

}

.tan_login .mc .text i {

  position: absolute;

  top: 12px;

  left: 8px;

}

.tan_login .mc .text span {

  color: red;

  font-size: 12px;

  position: relative;

  top: 5px;

}

.tan_login .mc .text input:focus {

  border: 1px solid #2480b2;

}

.tan_login .mc .text input[type="text"].code {

  width: 296px;

}

.tan_login .mc .text .code_img {

  float: right;

  height: 38px;

  border: 1px solid #dcdfe6;

  border-radius: 5px;

  cursor: pointer;

  width: 100px;

}

.tan_login .mc .text .code_get {

  float: right;

  width: 103.5px;

  height: 38px;

  line-height: 38px;

  text-align: center;

  border: 1px solid #dcdfe6;

  border-radius: 5px;

  cursor: pointer;

}

.tan_login .mc .submit_login {

  width: 100%;

  height: 40px;

  background: #40a1de;

  border: none;

  color: #fff;

  font-size: 16px;

  cursor: pointer;

  margin-bottom: 20px;

}

.tan_login .mc .line {

  height: 100%;

  border-top: 2px solid #ddd;

}

.tan_login .mc .tab {

  height: 38px;

  line-height: 38px;

  border: 1px solid #40a1de;

  text-align: center;

  color: #40a1de;

  font-size: 16px;

  margin-top: 20px;

  cursor: pointer;

}

.tan_login .mc .tab:hover {

  background: #e6f4fd;

}

.tan_login .mc .fg {

  float: right;

  color: #40a1de;

  cursor: pointer;

  margin-top: 10px;

}



/* 会员中心 */

.uWrapper {

  display: flex;

  flex-direction: column;

  min-height: 100vh;

}

.uHeader {

  background-color: #fff;

}

.uHeader .uInfo {

  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  display: flex;

  align-items: center;

  justify-content: flex-end;

  background: #edf0f5;

  height: 90px;

  padding-right: 110px;

  box-sizing: border-box;

  z-index: 999;

}

.uHeader .uInfo .home{

  margin-right: 15px;

}

.uHeader .uInfo .name {

  color: #6ab3e8;

  margin-right: 15px;

}

.uHeader .uInfo .login-out {

  color: #999999;

}

.uMenu {

  position: fixed;

  width: 260px;

  height: 100vh;

  background: #6ab3e8;

  display: flex;

  flex-direction: column;

  align-items: center;

  padding: 30px 20px 20px 20px;

  box-sizing: border-box;

  z-index: 1000;

  overflow-y: scroll;

}

.uMenu::-webkit-scrollbar {

  display: none;

}

.uMenu ul {

  width: 100%;

  margin: 38px 0 0;

}

.uMenu ul li {

  margin: 0 0 30px 0;

}

.uMenu ul a {

  color: #6ab3e8;

  font-size: 18px;

  padding: 12px 0;

  background: #fff;

  border-radius: 5px;

  display: flex;

  align-items: center;

  padding-left: 30px;

}

.uMenu ul a .fa {

  margin: 0 10px 0 0;

}

.uMenu ul dl {

  margin: 10px 0 0 0;

}

.uMenu ul dd a {

  color: #fff;

  background: unset;

  border-radius: unset;

  padding-left: 55px;

}



.uMian {

  margin: 90px 0 0;

  flex: 1;

  background: #edf0f5;

  position: relative;

  /* top: 90px; */

  top: 0;

  z-index: 900;

  width: 100%;

  box-sizing: border-box;

}

.uBody {

  background: #fff;

  border-radius: 10px;

  margin: 0 85px 40px 340px;

  padding: 45px 40px;

  box-sizing: border-box;

  min-height: calc(100vh - 90px - 40px);

}

.uBody .mt label {

  color: #1f1f1f;

  font-size: 30px;

}

.uBody .mt p {

  margin: 25px 0 0;

  color: #666666;

  font-size: 18px;

}

.uBody .mc {

  margin: 50px 0 0;

}

.uBody .user-form {

  display: flex;

  flex-direction: column;

  flex-wrap: wrap;

}

.uBody .user-form .layui-form-item{

  display: flex;

  flex-direction: column;

}

.uBody .user-form .layui-form-item .layui-form-label{

  float: unset;

  padding-left: 0;

  text-align: left;

  width: auto;

  font-size: 16px;

  font-weight: bold;

}

.uBody .user-form .layui-form-item .layui-form-radio>i{

  font-size: 16px;

}

.uBody .user-form .layui-form-item .layui-input-block{

  margin-left: 0;

}

.uBody .user-form .layui-form-item .layui-input-block .add-line{

  margin-bottom: 10px;

}

.uBody .user-form .layui-form-item .tip{

  line-height: 1.6;

}

.uBody .user-form .layui-form-item {

  flex: 0 0 49%;

}

.uBody .user-form .layui-form-item.flex-100{

  flex: 0 0 98%;

}

.uBody .user-form .layui-form-item .select-city{

  display: flex;

  /* justify-content: space-between; */

}

.uBody .user-form .layui-form-item .select-city .layui-input-inline{

  width: auto !important;

}

.uBody .user-form .layui-form-item .select-city>.layui-input-inline:last-of-type{

  margin-right: 0;

}

.uBody .user-form .layui-form-item .table{

  display: flex;

  margin: 0 0 10px 0;

}

.uBody .user-form .layui-form-item .table-item{

  margin-right: 10px;

}

.uBody .user-form .layui-form-item .table>.table-item:last-of-type{

  margin-right: 0;

}

.uBody .user-form label span {

  color: red;

  margin-right: 4px;

}

.uWelcome{

  margin: 160px 0 0;

  display: flex;

  flex-direction: column;

  align-items: center;

}

.uWelcome .title{

  font-size: 20px;

  margin: 20px 0 0;

  color: #6ab3e8;

}

.uWelcome .company{

  font-size: 20px;

  margin: 10px 0 0;

  color: #6ab3e8;

}

.uWelcome .action{

  display: flex;

  align-items: center;

  margin: 70px 0 0;

  background: #6ab3e8;

  color: #fff;

  padding: 40px 116px;

  font-size: 30px;

  border-radius: 100px;

}

.uWelcome .action .fa-long-arrow-left{

  margin: 0 40px 0 0;

  font-size: 50px;

}
