@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: 45px;
}
.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;padding-bottom: 30px;}
.tit::after{content:""; position: absolute;left: 0;bottom: 0;width:calc(4vw + 20px) ;height: 8px;background: #6ab3e8;border-radius: 4px;}
.tit .catenname{font-size:calc(4vw + 20px) ;color:rgba(0,0,0,0.05);}
.tit .catname{font-size:calc(2vw + 14px);margin-top: calc(6px - 2vw);}

.abouttit{text-align: center;padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:24px;}


.orientation {
  margin: 15px auto;
  line-height: 30px;
}

/* 首页banner */
.index-banner {
  margin-top: 50px;
}
/* 内页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;
}
.inset {width: 100%;overflow: hidden;min-height: 400px;margin-bottom: 20px;}
.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%;} */



.iProducts{width: 100%;background:#f3f3f3;padding: 20px 0px;}
.iProducts .cat-title{background: #ffffff;height: 80px;}
.iProducts .cat-title .container{}
.iProducts .cat-title .mySwiper_procate{width:100%;}
.iProducts .cat-title a{width: calc(50% - 20px);display: flex;align-items: center; justify-content: center;height: 80px;position: relative;padding: 0px 10px;transition: 0.6s;}
.iProducts .cat-title a::before{content:"";position: absolute;left: 0;width: 100%;height: 8px;background: #6ab3e8;top:0;left:0;}
.iProducts .cat-title a::after{content:"";position: absolute;left: 0;width: 0;height: 8px;background: #ffd35e;top:0;left:0;transition: 0.6s;}
.iProducts .cat-title a .title{color:#6ab3e8;font-size:18px;margin-left: 25px;} 
.iProducts .cat-title a.swiper-slide-thumb-active{background: #6ab3e8;}
.iProducts .cat-title a.swiper-slide-thumb-active img{filter: brightness(1000);width:30px;}
.iProducts .cat-title a.swiper-slide-thumb-active .title{color:#ffffff}
.iProducts .cat-title a.swiper-slide-thumb-active::after{width: 100%;}
.iProducts .iProducts_con{margin-top: 20px;overflow: hidden;}
.iProducts .iProducts_con ul li{}
.iProducts .iProducts_con ul li .image{width: 100%;float: left;}
.iProducts .iProducts_con ul li .image img{max-width: 100%;max-height: 100%;}
.iProducts .iProducts_con ul li .details{width: 100%;float: right;margin-top:15px;}
.iProducts .iProducts_con ul li .details .title{font-size: calc(2vw + 10px);margin-bottom: calc(1.5vw + 14px);}
.iProducts .iProducts_con ul li .summary{line-height: 2;font-size: calc(0.2vw + 14px);margin-bottom: calc(1.5vw + 14px);}
.iProducts .iProducts_con ul li .more{width: 40px;height: 40px;background: #6ab3e8;border-radius: 20px;display: flex;align-items: center;justify-content: center;}



.iSolution{width: 100%;padding: 20px 0px;overflow: hidden;}
.iSolution .cat-title{overflow: hidden; width: 100%;float: left; position: relative;
  z-index: 100;}
.iSolution .cat-title a{width:48%;float:left;}
.iSolution .cat-title a .title{font-size: calc(0.7vw + 5px);} 
.iSolution .mySwiper_Solucate{display:none;}
.iSolution .iSolution_con{width:100%;max-height:490px; float: right;padding-top:calc(2vw + 2px) ;overflow: hidden;}
.iSolution .iSolution_con li{max-height: 490px;border-radius:10px;overflow:hidden;}
.iSolution .iSolution_con .image{font-size: 0;line-height: 0;}
.iSolution .iSolution_con .image img{max-width: 100%;height: 100%;max-height: 490px;}
.iSolution .iSolution_con .details{position: absolute;left: 0;bottom: 0 ;padding:calc(2vw + 2px)  calc(6vw + 2px) calc(2vw + 2px) calc(3vw + 2px);background: rgba(106,179,232,0.95);}
.iSolution .iSolution_con .details .con{border-left: 5px solid #ffffff;padding-left:  calc(2vw + 2px);}
.iSolution .iSolution_con .details .title{font-size: calc(0.7vw + 14px);color:#ffffff;margin-bottom:calc(0.6vw + 6px) ;line-height: 1;}
.iSolution .iSolution_con .details .summary{font-size: calc(0.2vw + 14px);color:#ffffff;line-height: 1;}
.iSolution .iSolution_con .details::after{position: absolute;}
.iSolution .iSolution_con .swiper-slide{overflow: hidden;opacity: 0;}
.iSolution .iSolution_con .swiper-slide-next{opacity: 0.5;}
.iSolution .iSolution_con .swiper-slide-active{opacity: 1;}
.iSolution .iSolution_con .swiper-slide-next .image{height: 300px;position: absolute;bottom: 2px;}
.iSolution .iSolution_con .swiper-slide-next .details{opacity: 0;}


.iAbout{width: 100%; position: relative;overflow: hidden;background: url(../images/bg-about.png)no-repeat center;}

.iAbout .details{width: 100%;overflow: hidden;margin-top:15px;font-size: 16px;line-height: 2;margin-bottom: 15px;}
.iAbout .about-left .more{width: 40px;height: 40px;background: #6ab3e8;border-radius: 40px;display: flex;align-items: center;justify-content: center;}
.iAbout .aboutlist ul{margin-top: 40px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.iAbout .aboutlist ul li{float: left;width: 50%;margin-bottom: 30px;}
/*.iAbout .aboutlist ul li:nth-child(2n) .item{float: right;min-width: 80px;}*/
.iAbout .aboutlist ul li .numU{width: 100%;overflow: hidden;white-space:nowrap;}
.iAbout .aboutlist ul li .numCX{font-size: calc(0.6vw + 28px);color:#6ab3e8;}
.iAbout .aboutlist ul li sub{font-size:calc(0.6vw + 16px);color:#6ab3e8;}
.iAbout .aboutlist ul li .indc{margin-top: 10px;font-size:18px;color:#999999}
.iAbout .image{margin-top: 20px;}
.iAbout .image img{max-width: 100%;}



.iArticle{width: 100%; padding: 20px 0px; position: relative;overflow: hidden;background: url(../images/bg-about.png)no-repeat center;}
.iArticle .tit{margin-bottom: calc(3vw - 2px);}
.iarticle-left{width: 100%;float: left;}
.iarticle-cat{width: 100%;overflow: hidden;margin-bottom: calc(3vw - 2px);}
.iarticle-cat a{width: 32%;height: 30px;color:#666666;font-size: 16px; text-align: center;line-height: 30px;display: block;border-radius: 15px;float: left;margin-right: 2%;}
.iarticle-cat a:nth-child(3n){margin-right:0;}
.iarticle-left .content ul li{width:100%;position: relative;margin-bottom:15px}
.iarticle-left .content ul li .image{overflow: hidden;font-size: 0;line-height: 0;margin-bottom: 1vw;transition:0.6s;}
.iarticle-left .content ul li .image img{max-width: 100%;transition:0.6s;}
.iarticle-left .content ul li .details .title{font-size: 18px; color:#000000;line-height: 2;margin-bottom: .6vw;transition:0.6s;}
.iarticle-left .content ul li .details .summary{line-height: 2;margin-bottom:calc(2.2vw + 4px);transition:0.6s;}
.iarticle-left .content ul li .details .viewmore{display: inline-block; border-bottom: 1px solid #d4d4d4; font-size: 16px;padding-bottom: 10px;transition:0.6s;}


.swiper-slide-next{outline:none;}
.swiper-slide-prev{outline:none;}

.iHonor{width: 100%; overflow: hidden;background: url(../images/bg-iHonor.jpg)no-repeat center;background-size: cover;}
.iHonor .container{overflow: hidden;padding: 20px 0px;}
.iHonor .tit{text-align: center;margin-bottom:20px;}
.iHonor .tit::after{left: calc(50% - 2vw - 4px); }
.mySwiper_Honor{width: 100%;margin: auto;overflow: hidden;}
.mySwiper_Honor ul li.swiper-slide{width: 100%;z-index: 1;height: 360px; display: flex;align-items: center;justify-content: center;font-size: 0;line-height: 0;}
.mySwiper_Honor ul li img{width: 100%;}
/*.mySwiper_Honor ul li.swiper-slide-active{ z-index: 100;}*/
/*.mySwiper_Honor ul li.swiper-slide-next{ z-index: 10;top: 50%;}*/
/*.mySwiper_Honor ul li.swiper-slide-prev{ z-index: 10;}*/
/*.mySwiper_Honor ul li .image{position: relative;}*/
/*.mySwiper_Honor ul li.swiper-slide-active img{width: 200%;position: absolute;}*/
/*.mySwiper_Honor ul li.swiper-slide-next img{width: 160%;position: absolute;}*/
/*.mySwiper_Honor ul li.swiper-slide-prev img{width: 160%;position: absolute;}*/


.iCustomer{width: 100%;padding:30px 0px;overflow: hidden;background: url(../images/bg-iCustomer.jpg)no-repeat center bottom ;background-size: cover;}
.iCustomer .tit{text-align: center;margin-bottom: calc(7vw + 3px);}
.iCustomer .tit::after{left: calc(50% - 2vw - 4px); }
.iCustomer .Customer-detail{width:100%;overflow:hidden;
}
.iCustomer .Customer-detail ul li{text-align: center;}
.iCustomer .Customer-detail ul li .image{margin-bottom: calc(2vw + 3px);height:130px;}
.iCustomer .Customer-detail ul li .image img{max-height:100%;max-width:100%;}
.iCustomer .Customer-detail ul li .title{font-size: 18px;}

.pagecol{display: flex;justify-content: space-between;}
/*关于我们*/



/*关于我们*/
.aboutpage1{position: relative;overflow: hidden;}
.aboutpage1 .container{overflow: hidden;}
.aboutpage1 .about-left{width: 100%;float: left;}
.aboutpage1 .details{width: 100%;overflow: hidden;font-size: 16px;line-height: 2;}
.aboutpage1 .about-left .more{width: 80px;height: 80px;background: #6ab3e8;border-radius: 40px;display: flex;align-items: center;justify-content: center;}
.aboutpage1 .aboutlist{width:100%;float: right;max-width: 464px;}
.aboutpage1 .aboutlist ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutpage1 .aboutlist ul li{float: left;width: 50%;margin-bottom: 30px;}
/*.aboutpage1 .aboutlist ul li:nth-child(2n) .item{float: right;min-width: 80px;}*/
.aboutpage1 .aboutlist ul li .numCX{font-size: calc(0.6vw + 34px);color:#6ab3e8;}
.aboutpage1 .aboutlist ul li sub{font-size: 20px;}
.aboutpage1 .aboutlist ul li .indc{margin-top: 10px;font-size: 16px;color:#999999}


.aboutpage2{width: 100%;padding:20px 0px;overflow: hidden;background: url(../images/bg-culture.jpg)no-repeat center bottom ;background-size: cover;}
.aboutpage2 .abouttit{color:#ffffff}
.aboutpage2 .details{padding: calc(3vw + 6px) 0;}
.aboutpage2 ul {}
.aboutpage2 ul li{width: calc(100% - 40px);background: rgba(4,64,129,0.4);padding:20px;border-radius: 10px;margin-bottom: 15px;}
.aboutpage2 ul li .title{color:#ffffff;font-size: 20px;line-height: 1;margin-bottom:12px;}
.aboutpage2 ul li .con{color:#ffffff;font-size: 15px; line-height: 30px;}

.aboutpage3{width: 100%;}
.aboutpage3  ul{}
.aboutpage3  ul li{position: relative;width: 100%;transition: 0.6s;overflow:hidden;}
.aboutpage3  ul li .image{font-size: 0;line-height: 0;position: absolute;top:0;left: 0;height: 100%;z-index: -1;}
.aboutpage3  ul li .image img{height: 100%;}
.aboutpage3  ul li .details{width: calc(100% - 30px);padding:30px 15px 20px; }
.aboutpage3  ul li .title{font-size:24px;white-space: nowrap;text-align: center;color:#ffffff}
.aboutpage3  ul li .line{width: 35px;height: 5px;background: #6ab3e8;margin:12px auto;border-radius: 2px;}
.aboutpage3  ul li .con{font-size:16px;overflow:hidden; color:#ffffff;line-height: 1.7;}
.aboutpage3  ul li .con p{text-shadow:0px 0px 2px #000000;}
.aboutpage3  ul li .con p span{width:8px;height:8px;border-radius:4px;overflow:hidden;background:#ffffff;display: block;
  float: left;
  margin-top: 8px;margin-right:12px;}





.articlepage1 img{max-width: 100%;margin-top: 20px;}

.articlepage2{background: #f8f8f8;margin-top: 20px;width: 100%;overflow: hidden;}
.articlepage2 .left{float: left;width: 100%;}
.articlepage2 .left ul li{display:none;}
.articlepage2 .left ul li:first-child{display:block;}
.articlepage2 .left img{max-width: 100%;max-height:100%;}
.articlepage2 .right{float: right;width: 100%;height: 100%;}
.articlepage2 .right .details{width: 90%;margin: auto;}
.articlepage2 .right .details .abouttit{text-align: left;}
.articlepage2 ul li .title{font-size: calc(0.3vw + 12px);line-height:30px;width: calc(100% - 20px);padding-left: 20px;background: url(../images/icon-jt4.png)no-repeat left center;}
.articlepage2 ul li .title:hover{color:#6ab3e8;background: url(../images/icon-jt3.png)no-repeat left center;}
.articlepage2 .articlemore a{display: block;margin:10px auto;font-size: 16px;color: #666666;}


.articlepage3{background: #f8f8f8;margin-top: 20px;width: 100%;overflow: hidden;}
.articlepage3 .left{float: right;width: 63%;}
.articlepage3 .left img{max-width: 100%;}
.articlepage3 .right{float: left;width: 37%;height: 100%;}
.articlepage3 .right .details{width: calc(100% - 130px);text-align: left;margin: 40px auto;}
.articlepage3 .right .details .abouttit{text-align: left;}
.articlepage3 ul{height: 240px;}
.articlepage3 ul li .title{font-size: calc(0.3vw + 12px);line-height:30px;width: calc(100% - 20px);padding-left: 20px;background: url(../images/icon-jt4.png)no-repeat left center;}
.articlepage3 ul li .title:hover{color:#6ab3e8;background: url(../images/icon-jt3.png)no-repeat left center;}
.articlepage3 .articlemore a{display: block;margin: auto;line-height: 58px;font-size: 18px;color: #666666;}




/*招才纳贤 */
.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;background: #6ab3e8;}
.recruitpage2 .list div{float: left;min-height:1px;}
.recruitpage2 .list .p1{width: 30%;text-align: center;line-height: 30px;color:#ffffff;font-size:14px;}
.recruitpage2 .list .p2{width: 0%;height:0; text-align: center;line-height: 30px;color:#ffffff;font-size: calc(0.5vw + 14px);overflow:hidden;}
.recruitpage2 .list .p3{width: 20%;text-align: center;line-height: 30px;color:#ffffff;font-size: 14px;}
.recruitpage2 .list .p4{width: 30%;text-align: center;line-height: 30px;color:#ffffff;font-size: 14px;}
.recruitpage2 .list .p5{width: 20%;text-align: center;line-height: 30px;color:#ffffff;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: #3a8dc9;}
.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{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;color: #333333;width:50px;  }
.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 li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;position:relative;overflow: hidden;}
.article .details li .share{position:absolute;right:0;bottom:0px;display:none;opacity:0;}
.article .details li .share span{font-size:0;}
.article .details li .share .copy-btn{float:left;width:28px;height:28px;line-height:28px;font-size:16px;color:#b2bac2;border-radius:50%;}
.article .details li .share .copy-btn i{font-size: 18px;}
.article .details li .deta{  display: flex;justify-content: space-between; align-items: center;  font-size: 16px;  overflow: hidden;}
.article .details li a .image{flex:0 0 110px; font-size: 0;font-weight: 0;overflow: hidden;display: flex;float: left;}
.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);float: right;}
.article .details li a .detail1{width:100%;display: flex;justify-content: space-between;align-items: center;}
.article .details li a .title {width: 100%; font-size: 16px;color: #000000;line-height: 22px; margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}
.article .details li a .des{line-height: 2;color:#999999;font-size: 14px;display: none;}
.article .details li a .date { font-size: 13px;color: #999999;line-height: 2;color: #2458a4;}
.article .details li a .detail1 .date { font-size: 13px;line-height:22px;height:44px;color: #2458a4;flex: 0 0 100px;text-align: right;}
.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;}
sup{position: relative;top: -8px;font-size: 12px;}
sub{position: relative;top: 4px;font-size: 12px;}



.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;}



.iMessage{ position: fixed;width: 100%;height: 100%;left: 0;top:0;z-index: 1000;display: none;}
.iMessage-bg{background: rgba(0,0,0,0.7);position: absolute;left:0 ;top:0;width: 100%;height: 100%;}
.iMessage .container{position: absolute; left: 50%;top:50%;transform: translate(-50%,-50%);background: #f8f8f8;border-radius: 15px;}
.iMessage .cnname{width: calc(100% - 60px);padding:30px; background: #6ab3e8;color:#ffffff;border-radius: 15px;}
.iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.iMessage ul li{width:100%;overflow:hidden;margin-bottom:6px;background: #ffffff;border-radius: 5px;}
.iMessage ul li .select{margin-top: 17px;}
.iMessage ul li.text span{color:#666666;line-height:40px;}
.iMessage ul li p{text-align:center;width: 138px;height:40px;line-height:40px;font-size:16px;float: left;display:none;}
.iMessage ul li input{width:100%;text-indent:10px; float:left;height:40px;line-height:40px;border:none;outline: none; border-radius:2px;}
.iMessage ul li textarea{width:100%;text-indent:10px; float:left;height:80px;line-height:40px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.iMessage ul li.address input{width: 50%;}
.iMessage ul li.name input{width: 50%;}
.iMessage .messagesubmit{width: 280px;margin: auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: none;
  background: #6ab3e8;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}



.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 {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;border: 1px solid #eee;}
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li .imagea{ height: 150px;}
/* .picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.picture .detail li .title { width:100%; text-align: center;font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;}


.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture1 .detail li:nth-child(4n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;}
.picture1 .detail li .imagea{ height: 150px;}
/* .picture1 .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.picture1 .detail li .title {  text-align: center;font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;}

.honor .image{height: 140px;}
/* 底部 */

.footer-bottom{padding: 10px 0px; border-bottom: 1px solid #62b9fc;}
.footer-bottom .container{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.footer-bottom .left{width: calc(100% - 110px);} 
.footer-bottom .left ul{width: 100%;}
.footer-bottom .left ul li .title{font-size:  calc(0.2vw + 12px);color:rgba(255,255,255,0.5);}
.footer-bottom .left ul li .con{font-size: calc(0.2vw + 14px);color:#ffffff;line-height: 2;}

.footer-bottom .right{width: 100px;} 
.footer-bottom .right img{max-width: 100%;}

.footer {background: #6ab3e8;border-top: 5px solid #ffd35e; }
.footer-copyright {color: #fff;font-size: 14px;line-height: 1.7;padding: 5px 0px;}
.footer-copyright *{color: #fff;}

.bg-gray {
  /* background: #f8f8f8; */
}

#goTopBtn{position: fixed;bottom:235px;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;

}
