body{
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 0px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color:black;
    

    --zk-blue-dark:rgb(21, 135, 223);
    --zk-blue:#3193de;
    --zk-blue-light:#1E9FFF;
}
*{
  box-sizing: border-box;
}
.index-container {
  width: 100%;
  margin: 0 auto;
  padding:10px 40px;
  max-width: 1600px;
}
.zk-bg-blue-dark{
  background-color: var(--zk-blue-dark);
}
.zk-color-blue-dark{
  color:var(--zk-blue-dark);
}

.zk-bg-blue{
  background-color: var(--zk-blue);
}

.bg-white{
  background-color: white;
}

.zk-color-blue{
  color:var(--zk-blue) ;
}

.zk-bg-blue-light{
  background-color: var(--zk-blue-light);
}
.zk-color-blue-light{
  color:var(--zk-blue-light);
}

.color-white{
  color:white;
}
.color-grey{
  color: rgb(101, 101, 101)
}
.color-black{
  color:black;
}

.font-18{
  font-size: 18px;
}
.font-14{
  font-size: 14px;
}
.font-12{
  font-size: 12px;
}
.font-blod{
  font-weight: bold;
}
.overflow-hidden{
  overflow: hidden;
}
.text-ellipsis{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
 b {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
  margin-right: 20px;
  vertical-align: middle;
}
.text-right{
  text-align: right;
}
/* 
layui
*/
.layui-tab-brief>.layui-tab-title .layui-nav-item.layui-this{
  color:#3193de;
}
.layui-tab-brief>.layui-tab-title .layui-nav-item.layui-this:after{
  border-color: #3193de;
}

.header-container{
  padding-top: 20px;
  background-color: #3333ff;
}

.header-container .layui-nav{
  padding:0px;
}
.header-container .layui-nav-bar{
  display: none;
}
.header-container .layui-nav-item{
  transition: 0.4s all;
}
.header-container .layui-nav-item a{
  color:white;
}
.header-container .layui-nav-item:hover{
  background-color: var(--zk-blue-dark);
}
.header-container .layui-nav-item.layui-this{
  /* background-color: var(--zk-blue-dark) !important; */
  /* border-bottom: 4px solid #faad14; */
}
.header-container .layui-nav-item.layui-this:after{
  /* display: none; */
  background-color: #faad14;
}
.logo-container{
  padding:0px 40px;
  max-width: 1600px;
  margin:0px auto;
}
.logo-container img{
  width: 320px;
}

.menu-nav{
  background: none;
}
/* common section */
.section-container{
  width: 100%;
  /* height: 100%; */
  padding:0px 20px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background-color: white;
}
.section-header{
  height: 40px;
}
.section-header-label{
  height: 100%;
  padding:0px 20px;
}
.section-header-link{
  padding-right: 20px;
}

.section-content{
  
  padding:0px 10px;
  overflow: auto;
  height: calc(100% - 40px);
}
.section-content-item{
  height: 35px;
  border-bottom: 1px dashed #bcbcbc;
}

.section-content-item-img{
  margin-top: 3px;
}
.section-content-item-icon{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: orange;
}
.section-content-item-title{
  flex:1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-content-item-position{
  padding-right: 20px;
}

.rest-container{
  padding-top: 0px;
}

.left-container{
  width: 350px;
}
.right-container{
  flex:1;
  min-width: 0px;
}

/* news swiper */
.news-swiper{
  height: auto;
}
.swiper-img{
  /* height: 90%; */
}
.news-list-container{
  flex:1;
}
.news-swiper-content{
  background-color: black;
  /* height: 100%; */
}
.new-title{
  color: white;
  font-weight: bold;
}
.pic{

}

.row{
  margin-top: 20px;
}
.first-row{
  margin-top: 0px;
}

.login-wrap{
  padding:20px;
  border: 1px solid #ebebeb;
}
.news-swiper-wrap{
  
}
/* middle list */
.mid-list-container{
  flex:1;
  height: 400px;
}
/* notice */
.notice-list-container{
  /* flex:3; */
}
/* institution */
.institution-list-container{
  width: 66%;
  height: auto;
}
.institution-list-container .section-content{
  padding:20px 0px;
}
.institution-list-container .section-content>div{
  padding:0px 20px;
  width: max-content;
}
.institution-img{
  width: 170px;
  height: 130px;
}

/* friend link */
.friend-link-list-container{
  flex:1;
  background-color: white;
}
.friend-link-img{
  width: 157px;
  height: 57px;
}


/* news-info */
.contact-item{
  padding:10px 5px;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
}
.news-list-right {
  background-color: white;
  padding:20px 20px 20px 30px;
  min-width: 0px;
}
.i_content ul li span{
  flex-shrink: 0;
}
.content-title-wrap {
  padding:10px 0px;
  row-gap: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.content-title{
  color:var(--zk-blue);
  font-size: 18px;
  font-weight: bold;
}
.content-title-des{
  color:var(--zk-blue);
  font-size: 14px;
  color: #303030;
}

@media (min-width: 1441px) {
  
  #black {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
  }

  #backs,
  #cards {
    position: fixed;
    width: 28%;
    top: 22%;
    padding: 40px;
    right: 32%;
    background: #ffffff;
    display: none;
    font-size: 14px;
    z-index: 99999;
    border-radius: 16px;
  }

  #backs div {
    color: #666666;
  }

  .backs-con p:not(:first-child) {
    line-height: 30px;
  }

  #backs .closecss,
  #cards .closecss {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
  }

  .mb-show {
    display: none;
  }
  
  .pc-show {
    display: block;
  }

  

  .section1 {
    width: 100%;
    height: 350px;
  }

  .section1 img {
    width: 100%;
    height: 100%;
  }

  .rest-container {
    padding: 15px 0px;
    /* background: #fbf6f6; */
  }

  .section2 {
    display: flex;
    width: 100%;
    height: 350px;
    justify-content: space-between;
  }

  .section2-left {
    width: 48%;
  }

  .section2-left>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 50% !important;
    left: -15% !important;
    bottom: 10px !important;
  }

  .section2-right {
    width: 48%;
  }

  .section2-left img {
    width: 100%;
    height: 350px;
  }

  input[type="radio"]:checked+label+div {
    display: block;
    left: 0;
    opacity: 1;
  }

  input[type="radio"]:checked+label {
    color: #fff;
    /* border-bottom-color: #2d8cf0 !important; */
    background: #2d8cf0;
    border-radius: 20px;
  }

  .section2-content {
    width: 100%;
    height: 100%;
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
  }

  .section2-content ul {
    display: flex;
    position: relative;
    /* border-bottom: 1px solid rgb(206 209 216); */
  }

  .section2-content ul li {
    flex: 1;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
  }

  .section2-content ul li label {
    width: 100%;
    /* font-weight: bold; */
    cursor: pointer;
    display: block;
    border-radius: 20px;
    transition: color .3s;
    background: #f2f3f3;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .section2-content ul li input {
    display: none;
  }

  .section2-content ul li div {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: -100%;
  }

  .section2 .section2-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 31px;
  }

  .section2-list span:first-child {
    width: 53%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section2-list span:last-child {
    width: 13%;
  }

  .section3 {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }

  .section3-left {
    width: 66%;
  }

  .section3-right {
    width: 33%;
  }

  .section3 img {
    width: 100%;
  }

  .section4 {
    margin-top: 15px;
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: space-between;
  }

  .section4-left {
    width: 73%;
  }

  .section4-right {
    width: 25%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section4-right1 {
    margin-left: 10px;
    height: 140px;
  }

  .section4-right1 h2 {
    height: 65px;
    text-align: center;
    line-height: 65px;
  }

  .section4-right1 p {
    text-indent: 2em;
    font-size: 12px;
    transform: scale(.7);
    width: 135%;
    margin-left: -17%;
  }

  .section4-right2 {
    margin-right: 10%;
  }

  .section4-right img {
    height: 140px;

  }

  .section4-left img {
    width: 100%;
    height: 100%;
  }

  .section5 {
    background-image: none;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 54px;
  }

  .section5-title {
    /* padding-top: 10px; */
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
    /* font-weight: bold; */
  }

  .section5-content-item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    width: 100%;
    height: 350px;
  }

  .section5-content-item .section5-sw-item-con {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 8px 0px;
    width: 24%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 310px;
    justify-content: flex-start;
  }

  .section5-content-item img {
    height: 165px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .section5-content-item .section5-item-slide {
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .section5-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 293px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .section5-content-item .section5-btn {
    border: 1px solid #1199ee;
    border-radius: 4px;
    width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #1199ee;
    background: #fff;
    margin-top: 10px;
  }

  .section5-content>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100% !important;
    left: 0 !important;
    bottom: -2px !important;
  }

  #div1 ul li {
    float: left;
    width: 200px;
    height: 150px;
    list-style: none
  }

  #div1 {
    width: 100%;
    height: 130px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  #div1 span {
    text-align: center;
    line-height: 28px;
  }

  #div1 ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  #div1 ul img {
    width: 180px;
    height: 130px;
  }

  .section6 {
    height: 180px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 54px;
    width: 100%;
  }

  .section6-item {
    display: flex;
    gap: 15px;
  }

  .section6-item a {
    padding-right: 15px;
    height: 17px;
    color: #0099ff;
  }

  .section6-item a:not(:last-child) {
    border-right: 1px solid #bbb;
  }

  .cust-details {
    width: 1440px !important;
    margin: 0 auto !important;
  }

  .cust-details2 {
    width: 1440px !important;
    margin: 0 auto !important;
    min-height: 400px;
  }

  .cust-details-mg {
    margin: 70px 0px 0 0px;
    min-height: 400px;
  }


  /* footer */



  .footer-container {
    padding: 40px 20px;
    margin-top: 20px;
  }

  .footer-cust {
    /* width: 100%; */
    width: 1200px;
    margin: 0 auto;
    clear: both;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    height: 120px;
    align-items: center;
  }

  .footer-left {
    width: 30%;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-right {
    /* width: 50%; */
    display: flex;
    align-items: center;
  }

  .footer-right-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    width: 130px;
    color: #fff;
    font-size: 12px;
  }

  .footer-right img {
    height: 105px;
  }

  .beian {
    background: #000000;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
  }

  .beian a {
    color: #ffffff;
  }

  .beian a:hover {
    color: #ffffff;
  }

  /* 新闻 */
  .news-list__page-title {
    padding: 10px 70px;
    border-bottom: 3px solid #0CB1CA;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #666;

  }

  .news-cust {
    width: 1200px;
    margin: 20px auto;
    min-height: 600px;
  }

  .news-list {
    padding-left: 80px;
  }

  .news-list-item {
    margin: 10px 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  .news-list-item:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    margin-right: 20px;
  }

  .news-list-item__title {
    font-size: 16px;
    font-weight: bold;
  }

  .news-list-item__time {
    color: #999;
  }

  .news-show__title {
    padding: 10px 10px;
    border-bottom: 3px solid #00bed6;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*text-align: center;*/
  }

  .news-show__time {
    color: #666;
    padding-bottom: 20px;
    /*text-align: center;*/
  }

  .news-btn {
    background: #ccc;
    margin: 40px auto;
    display: block;
    width: 107px;
    line-height: 40px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .news-list-con {
    /*padding: 0 54px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .news-list-left {
    width: 17.5%;
  }

  .news-list-left ul {
    width: 100%;
    color: #fff;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
  }
  
  .news-list-left ul li a{
	color: #fff;
  }

  .news-list-left dl {
    width: 100%;
  }

  .news-list-left dl dt {
    padding-left: 30px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  .news-list-left dl dt a {
    line-height: 46px;
    color: #2d3037;
  }

  .news-list-right {
    flex:1;
    background-color: white;
  }

  .news-list-right .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    
    padding-bottom: 10px;
  }

  .news-list-right .title dt {
    float: left;
    font-size: 18px;
    line-height: 28px;
    border-left: 4px solid #037edb;
    padding-left: 10px;
  }

  .news-list-right .title dd {
    float: right;
    color: #8c9099;
    font-size: 14px;
    line-height: 38px;
  }

  .news-list-right .i_content {
    padding-bottom: 40px;
  }

  .news-list-right .i_content ul {
    padding: 20px;
  }

  .news-list-right .i_content ul li {
    padding:5px 0px;
    border-bottom: #d9d9d9 solid 1px;
    color: black;
  }

  .news-list-right .i_content ul li a {
    /* display: inline-block; */
    overflow: hidden;
    padding:5px 0px;
    font-size: 14px;
    /* padding-left: 30px; */
    float: left;
    /* background: url(../img/news_icon.png) left center no-repeat; */
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏溢出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    width: 90%;
  }
  .istop{
    background-color: #FF003E;
    font-size: 10px !important;
    border-radius: 2px !important;
    padding: 2px 3px !important;
    color: #FFF !important;
  }


  .news-list-right .i_content ul li span {
    /*float: right;*/
    font-size: 14px;
  }

  .banner_title {
    position: absolute;
    /* top: 290px; */
    bottom: 0;
    padding: 0px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    padding: 20px 20px;
    width: 100%;
    min-height: 70px;
    font-weight: 400;
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width:1440px) {
  .header-logo {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 20px 100px 0 80px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .header-img {
    height: 77%;
  }

  .header-apply {
    display: flex;
    margin-top: 8px;
  }

  .header-apply div:first-child {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #19e;
    color: #fff;
    border-radius: 20px;
    margin-right: 20px;
    cursor: pointer;
  }

  .header-apply div:last-child {
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 20px;
    padding: 0 10px 0 20px;
  }

  .header-apply div:last-child input {
    height: 40px;
    border-radius: 20px;
    background: transparent;
    border: none;
  }

  #black {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
  }

  #backs,
  #cards {
    position: fixed;
    width: 28%;
    top: 22%;
    padding: 40px;
    right: 32%;
    background: #ffffff;
    display: none;
    font-size: 14px;
    z-index: 99999;
    border-radius: 16px;
  }

  #backs div {
    color: #666666;
  }

  .backs-con p:not(:first-child) {
    line-height: 30px;
  }

  #backs .closecss,
  #cards .closecss {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
  }

  .mb-show {
    display: none;
  }

  .pc-show {
    display: block;
  }
  

  .section1 {
    width: 100%;
    height: 350px;
  }

  .section1 img {
    width: 100%;
    height: 100%;
  }

  .rest-container {
    padding: 15px 0px;
    /* background: #fbf6f6; */
  }

  .section2 {
    display: flex;
    width: 100%;
    height: 350px;
    justify-content: space-between;
  }

  .section2-left {
    width: 48%;
  }

  .section2-left>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 50% !important;
    left: -15% !important;
    bottom: 10px !important;
  }

  .section2-right {
    width: 48%;
  }

  .section2-left img {
    width: 100%;
    height: 350px;
  }

  input[type="radio"]:checked+label+div {
    display: block;
    left: 0;
    opacity: 1;
  }

  input[type="radio"]:checked+label {
    color: #fff;
    /* border-bottom-color: #2d8cf0 !important; */
    background: #2d8cf0;
    border-radius: 20px;
  }

  .section2-content {
    width: 100%;
    height: 100%;
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
  }

  .section2-content ul {
    display: flex;
    position: relative;
    /* border-bottom: 1px solid rgb(206 209 216); */
  }

  .section2-content ul li {
    flex: 1;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
  }

  .section2-content ul li label {
    width: 100%;
    /* font-weight: bold; */
    cursor: pointer;
    display: block;
    border-radius: 20px;
    transition: color .3s;
    background: #f2f3f3;
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .section2-content ul li input {
    display: none;
  }

  .section2-content ul li div {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: -100%;
  }

  .section2 .section2-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 31px;
  }

  .section2-list span:first-child {
    width: 53%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section2-list span:last-child {
    width: 13%;
  }

  .section3 {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }

  .section3-left {
    width: 66%;
  }

  .section3-right {
    width: 33%;
  }

  .section3 img {
    width: 100%;
  }

  .section4 {
    margin-top: 15px;
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: space-between;
  }

  .section4-left {
    width: 73%;
  }

  .section4-right {
    width: 25%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section4-right1 {
    margin-left: 10px;
    height: 140px;
  }

  .section4-right1 h2 {
    height: 65px;
    text-align: center;
    line-height: 65px;
  }

  .section4-right1 p {
    text-indent: 2em;
    font-size: 12px;
    transform: scale(.7);
    width: 135%;
    margin-left: -17%;
  }

  .section4-right2 {
    margin-right: 10%;
  }

  .section4-right img {
    height: 140px;

  }

  .section4-left img {
    width: 100%;
    height: 100%;
  }

  .section5 {
    background-image: none;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 54px;
  }

  .section5-title {
    /* padding-top: 10px; */
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
    /* font-weight: bold; */
  }

  .section5-content-item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    width: 100%;
    height: 350px;
  }

  .section5-content-item .section5-sw-item-con {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 8px 0px;
    width: 24%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 310px;
    justify-content: flex-start;
  }

  .section5-content-item img {
    height: 165px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .section5-content-item .section5-item-slide {
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .section5-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 293px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .section5-content-item .section5-btn {
    border: 1px solid #1199ee;
    border-radius: 4px;
    width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #1199ee;
    background: #fff;
    margin-top: 10px;
  }

  .section5-content>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100% !important;
    left: 0 !important;
    bottom: -2px !important;
  }

  #div1 ul li {
    float: left;
    width: 200px;
    height: 150px;
    list-style: none
  }

  #div1 {
    width: 100%;
    height: 130px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  #div1 span {
    text-align: center;
    line-height: 28px;
  }

  #div1 ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  #div1 ul img {
    width: 180px;
    height: 130px;
  }

  .section6 {
    height: 180px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 54px;
    width: 100%;
  }

  .section6-item {
    display: flex;
    gap: 15px;
  }

  .section6-item a {
    padding-right: 15px;
    height: 17px;
    color: #0099ff;
  }

  .section6-item a:not(:last-child) {
    border-right: 1px solid #bbb;
  }

  .cust-details {
    width: 1440px !important;
    margin: 0 auto !important;
  }

  .cust-details2 {
    width: 1440px !important;
    margin: 0 auto !important;
    min-height: 400px;
  }

  .cust-details-mg {
    margin: 70px 30px 0 30px;
    min-height: 400px;
  }

  /* footer */
  .footer-container {
    box-sizing: border-box;
    padding: 30px 54px;
    margin: 0 auto;
  }

  .footer-cust {
    /* width: 100%; */
    width: 1200px;
    margin: 0 auto;
    clear: both;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    height: 120px;
    align-items: center;
  }

  .footer-left {
    width: 30%;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-right {
    /* width: 50%; */
    display: flex;
    align-items: center;
  }

  .footer-right-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    width: 130px;
    color: #fff;
    font-size: 12px;
  }

  .footer-right img {
    height: 105px;
  }

  .beian {
    background: #000000;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
  }

  .beian a {
    color: #ffffff;
  }

  .beian a:hover {
    color: #ffffff;
  }

  /* 新闻 */
  .news-list__page-title {
    padding: 10px 70px;
    border-bottom: 3px solid #0CB1CA;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #666;

  }

  .news-cust {
    width: 1200px;
    margin: 20px auto;
    min-height: 600px;
  }

  .news-list {
    padding-left: 80px;
  }

  .news-list-item {
    margin: 10px 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  .news-list-item:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    margin-right: 20px;
  }

  .news-list-item__title {
    font-size: 16px;
    font-weight: bold;
  }

  .news-list-item__time {
    color: #999;
  }

  .news-show__title {
    padding: 10px 10px;
    border-bottom: 3px solid #00bed6;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*text-align: center;*/
  }

  .news-show__time {
    color: #666;
    padding-bottom: 20px;
    text-align: center;
  }

  .news-btn {
    background: #ccc;
    margin: 40px auto;
    display: block;
    width: 107px;
    line-height: 40px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .news-list-con {
    /*padding: 0 54px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .news-list-left {
    width: 17.5%;
  }

  .news-list-left ul {
    width: 100%;
    color: #fff;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
  }

  .news-list-left ul li a {
    color: #fff;
  }

  .news-list-left dl {
    width: 100%;
  }

  .news-list-left dl dt {
    padding-left: 30px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  .news-list-left dl dt a {
    line-height: 46px;
    color: #2d3037;
  }

  .news-list-right {
    flex:1;
  }

  .news-list-right .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    
  }

  .news-list-right .title dt {
    float: left;
    font-size: 18px;
    line-height: 28px;
    border-left: 4px solid #037edb;
    padding-left: 10px;
  }

  .news-list-right .title dd {
    float: right;
    color: #8c9099;
    font-size: 14px;
    line-height: 38px;
  }

  .news-list-right .i_content {
    padding-bottom: 40px;
  }

  .news-list-right .i_content ul {
    padding: 20px;
  }

  .news-list-right .i_content ul li {
    padding:5px 0px;
    border-bottom: #d9d9d9 solid 1px;
    color: black;
  }

  .news-list-right .i_content ul li a {
    /* display: inline-block; */
    overflow: hidden;
    padding:5px 0px;
    font-size: 14px;
    /* padding-left: 30px; */
    float: left;
    /* background: url(../img/news_icon.png) left center no-repeat; */
  }

  .news-list-right .i_content ul li span {
    /* float: right; */
    font-size: 14px;
  }

  .istop{
    background-color: #FF003E;
    font-size: 10px !important;
    border-radius: 2px !important;
    padding: 2px 3px !important;
    color: #FFF !important;
  }

  .banner_title {
    position: absolute;
    /* top: 290px; */
    bottom: 0;
    padding: 0px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    padding: 20px 20px;
    width: 100%;
    min-height: 70px;
    font-weight: 400;
    font-size: 16px;
  }

}

.header-search-inner .header-search-submit i {
  cursor: pointer;
}

/* 搜索美化 */
.search .select_box {
  width: 115px !important;
}

.search .select_option li {
  width: 115px !important;

}

.search .select_showbox {
  background: url(../images/search_ico.png) no-repeat 95px center !important;
}

.search .select_showbox.active {
  background: url(../images/search_ico_hover.png) no-repeat 95px center !important;
}

@media (max-width: 768px) {
  .header-logo {
    width: 80%;
    /* height: 100px; */
    /* margin: 0 auto; */
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .header-img {
    width: 100%;
  }

  .header .ew-nav-group {
    right: 0 !important;
  }

  .layui-container {
    position: unset !important;
  }

  .header .layui-nav {
    padding: 0 !important;
    position: absolute !important;
    display: block !important;
    right: 0;
  }

  .header .nav-toggle {
    float: right;
    margin-top: 15px;
  }

  .header-apply {
    display: flex;
    margin-top: 8px;
    /* margin-left: 1vw; */
    /* position: absolute; */
    bottom: 28px;
    width: 126%;
    justify-content: center;
  }

  .header-apply div:first-child {
    text-align: center;
  }

  .header-apply div:first-child {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #19e;
    color: #fff;
    border-radius: 20px;
    margin-right: 5px;
    cursor: pointer;
    width: 25%;
  }

  .header-apply div:last-child {
    border: 1px solid #ddd;
    height: 30px;
    border-radius: 20px;
    padding: 0 10px 0 20px;
    /*width: 70%;*/
    display: flex;
  }

  .header-apply div:last-child input {
    height: 30px;
    border-radius: 20px;
    background: transparent;
    border: none;
    width: 100%;
  }

  #black {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
    display: none;
  }

  #backs,
  #cards {
    position: fixed;
    width: 81%;
    top: 15%;
    padding: 20px;
    right: 4%;
    background: #ffffff;
    display: none;
    font-size: 14px;
    z-index: 99999;
    border-radius: 16px;
  }

  #backs div {
    color: #666666;
  }

  .backs-con p:not(:first-child) {
    line-height: 30px;
  }

  #backs .closecss,
  #cards .closecss {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
  }

  #verify {
    max-width: 45%;
    margin-left: 10px;
  }


  .section1 {
    width: 100%;
    /*height: 130px;*/
  }

  .section1 img {
    width: 100%;
    height: 100%;
  }

  /* .rest-container {
    padding: 15px 54px;
    background: #fbf6f6;
  } */

  .section2 {
    /*display: flex;*/
    width: 100%;
    min-height: 500px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section2-left {
    width: 100%;
  }

  .section2-left>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 50% !important;
    left: -15% !important;
    bottom: 10px !important;
  }

  .section2-right {
    margin-top: 15px;
    width: 100%;
  }

  .section2-left img {
    width: 100%;
    height: 350px;
  }

  input[type="radio"]:checked+label+div {
    display: block;
    left: 0;
    opacity: 1;
  }

  input[type="radio"]:checked+label {
    color: #fff;
    /* border-bottom-color: #2d8cf0 !important; */
    background: #2d8cf0;
    border-radius: 20px;
  }

  .section2-content {
    width: 100%;
    height: 100%;
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
  }

  /* .section2-content ul {
    display: flex;
    position: relative;
    border-bottom: 1px solid rgb(206 209 216);
  } */

  .section2-content ul li {
    flex: 1;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
  }

  .section2-content ul li label {
    width: 100%;
    /* font-weight: bold; */
    cursor: pointer;
    display: block;
    border-radius: 20px;
    transition: color .3s;
    background: #2d8cf0;
    color: #FFF;
    font-size: 17px;
    margin-bottom: 10px;
  }

  .section2-content ul li input {
    display: none;
  }

  .section2-content ul li div {
    opacity: 1;
    /* position: absolute; */
    width: 100%;
    left: -100%;
  }

  .section2 .section2-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 31px;
  }

  .section2-list span:first-child {
    width: 53%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .section2-list span:last-child {
    width: 22%;
  }

  .section3 {
    width: 100%;
    margin-top: 15px;
  }

  .section3 img {
    width: 100%;
    margin: 10px 0;
  }

  .section4 {
    margin-top: 15px;
    display: flex;
    width: 100%;
    height: 150px;
    justify-content: space-between;
  }

  .section4-left {
    width: 73%;
  }

  .section4-right {
    width: 25%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section4-right1 {
    margin-left: 10px;
    height: 140px;
  }

  .section4-right1 h2 {
    height: 65px;
    text-align: center;
    line-height: 65px;
  }

  .section4-right1 p {
    text-indent: 2em;
    font-size: 12px;
    transform: scale(.7);
    width: 135%;
    margin-left: -17%;
  }

  .section4-right2 {
    margin-right: 10%;
  }

  .section4-right img {
    height: 140px;

  }

  .section4-left img {
    width: 100%;
    height: 100%;
  }

  .section5 {
    background-image: none;
    height: 420px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
  }

  .section5-title {
    /* padding-top: 10px; */
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
    /* font-weight: bold; */
  }

  .section5-content-item {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    height: min-content;
    justify-content: space-between;
    width: 100%;
    height: 350px;
  }

  .section5-sw-item-con {
    flex: 1;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 8px 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    height: 310px;
    justify-content: flex-start;
  }

  .section5-sw-item-con img {
    height: 165px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .section5-item-slide {
    display: flex;
    flex: 1 0 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-start;
    padding: 20px 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .section5-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    width: 293px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .section5-sw-item-con .section5-btn {
    border: 1px solid #1199ee;
    border-radius: 4px;
    width: 80px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #1199ee;
    background: #fff;
    margin-top: 10px;
  }

  .section5-content>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100% !important;
    left: 0 !important;
    bottom: -2px !important;
  }

  #div1 ul li {
    float: left;
    width: 200px;
    height: 150px;
    list-style: none
  }

  #div1 {
    width: 100%;
    height: 130px;
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  #div1 span {
    text-align: center;
    line-height: 28px;
  }

  #div1 ul {
    position: absolute;
    left: 0;
    top: 0;
  }

  #div1 ul img {
    width: 180px;
    height: 130px;
  }

  .section6 {
    /* height: 180px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .section6-item {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .section6-item a {
    /* padding-right: 15px; */
    height: 17px;
    color: #0099ff;
  }

  /* .section6-item a:not(:last-child) {
    border-right: 1px solid #bbb;
  } */

  /* footer */
  .footer-container {
    box-sizing: border-box;
    padding: 20px 24px;
    margin: 0 auto;
  }

  .footer-cust {
    width: 100%;
    /* width: 1440px; */
    margin: 0 auto;
    clear: both;
  }

  .footer {
    display: flex;
    justify-content: space-between;
    /* height: 120px; */
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-left {
    width: 100%;
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-right {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
  }

  .footer-right-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    /* width: 130px; */
    color: #fff;
    font-size: 12px;
  }

  .footer-right img {
    height: 50px;
  }

  .beian {
    background: #000000;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
  }

  .beian a {
    color: #ffffff;
  }

  .beian a:hover {
    color: #ffffff;
  }

  /* 新闻 */
  .news-list__page-title {
    padding: 10px 70px;
    border-bottom: 3px solid #0CB1CA;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #666;

  }

  .news-cust {
    width: 100%;
    /* margin: 20px auto; */
  }

  .news-list {
    padding-left: 80px;
  }

  .news-list-item {
    margin: 10px 0;
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  .news-list-item:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    vertical-align: middle;
    margin-right: 20px;
  }

  .news-list-item__title {
    font-size: 16px;
    font-weight: bold;
  }

  .news-list-item__time {
    color: #999;
  }

  .news-show__title {
    padding: 10px 10px;
    border-bottom: 3px solid #00bed6;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    /*text-align: center;*/
  }

  .news-show__time {
    color: #666;
    padding-bottom: 20px;
    text-align: center;
  }

  .news-btn {
    background: #ccc;
    margin: 40px auto;
    display: block;
    width: 107px;
    line-height: 40px;
    color: #FFF !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .news-list-con {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }

  .news-list-left {
    width: 100%;
  }

  .news-list-left ul {
    width: 100%;
    color: #fff;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
  }

  .news-list-left dl {
    width: 100%;
  }

  .news-list-left dl dt {
    padding-left: 30px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
  }

  .news-list-left dl dt a {
    line-height: 46px;
    color: #2d3037;
  }

  .news-list-right {
    flex:1;
  }

  .news-list-right img {
    width: 100% !important;
  }

  .news-list-right .title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; 
  }

  .news-list-right .title dt {
    float: left;
    font-size: 18px;
    line-height: 28px;
    border-left: 4px solid #037edb;
    padding-left: 10px;
  }

  .news-list-right .title dd {
    float: right;
    color: #8c9099;
    font-size: 14px;
    line-height: 38px;
  }

  .news-list-right .i_content {
    padding-bottom: 40px;
  }

  .news-list-right .i_content ul {
    padding: 20px;
  }

  .news-list-right .i_content ul li {
    padding:5px 0px;
    border-bottom: #d9d9d9 solid 1px;
    color: black;
  }

  .news-list-right .i_content ul li a {
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: inline-block; */
    overflow: hidden;
    padding:5px 0px;
    font-size: 14px;
    /* padding-left: 30px; */
    float: left;
    /* background: url(../img/news_icon.png) left center no-repeat; */
  }

  .cust-details2 {
    margin-bottom: 20px;
  }


  .news-list-right .i_content ul li span {
    /*float: right;*/
    font-size: 14px;
  }

  .istop{
    background-color: #FF003E;
    font-size: 10px !important;
    border-radius: 2px !important;
    padding: 2px 3px !important;
    color: #FFF !important;
  }

  .banner_title {
    position: absolute;
    /* top: 290px; */
    bottom: 0;
    padding: 0px 20px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    padding: 20px 20px;
    width: 100%;
    min-height: 35px;
    font-weight: 400;
    font-size: 12px;
  }
  .mb-show {
    display: block !important;
  }
  
  .pc-show {
    display: none !important;
  }
}

/*内容样式*/
.vF_detail_content b{
  width: unset;
  height: unset;
  background: unset;
  border-radius: unset;
  margin:0px;
}

/* 去掉文本框样式
*/

/*.layui-card-body .detail-body 可能需要不断完善 */
.layui-text, .layui-text p  {
  border-collapse: initial;
  border-spacing: initial;
  color: initial !important;
  cursor: initial;
  font-family: initial;
  font-size: initial;
  font-style: initial;
  font-variant: initial;
  font-weight: initial;
  font: initial;
  letter-spacing: initial;
  line-height: initial;
  /*text-align: initial;*/
  text-indent: initial;
  visibility: initial;
  white-space: initial;
  word-spacing: initial;
}

.news-show__time p{
  border-collapse: initial;
  border-spacing: initial;
  color: initial !important;
  cursor: initial;
  font-family: initial;
  font-size: initial;
  font-style: initial;
  font-variant: initial;
  font-weight: initial;
  font: initial;
  letter-spacing: initial;
  line-height: initial;
  /*text-align: initial;*/
  text-indent: initial;
  visibility: initial;
  white-space: initial;
  word-spacing: initial;
}

.w-full{
	width: 100%;
}
.h-full{
	height: 100%;
}

.flex-row {
	display       : flex;
	flex-direction: row;
  }
  
  .flex-column {
	display       : flex;
	flex-direction: column;
  }
  
  .flex-row-left-top {
	display        : flex;
	flex-direction : row;
	justify-content: flex-start;
	align-items    : flex-start;
  }
  
  .flex-row-left-center {
	display        : flex;
	flex-direction : row;
	justify-content: flex-start;
	align-items    : center;
  }
  
  .flex-row-left-bottom {
	display        : flex;
	flex-direction : row;
	justify-content: flex-start;
	align-items    : flex-end;
  }
  
  .flex-row-left-stretch {
	display        : flex;
	flex-direction : row;
	justify-content: flex-start;
	align-items    : stretch;
  }
  
  .flex-row-right-top {
	display        : flex;
	flex-direction : row;
	justify-content: flex-end;
	align-items    : flex-start;
  }
  
  .flex-row-right-center {
	display        : flex;
	flex-direction : row;
	justify-content: flex-end;
	align-items    : center;
  }
  
  .flex-row-right-bottom {
	display        : flex;
	flex-direction : row;
	justify-content: flex-end;
	align-items    : flex-end;
  }
  
  .flex-row-right-stretch {
	display        : flex;
	flex-direction : row;
	justify-content: flex-end;
	align-items    : stretch;
  }
  
  .flex-row-center {
	display        : flex;
	flex-direction : row;
	justify-content: center;
	align-items    : center;
  }
  
  .flex-row-center-top {
	display        : flex;
	flex-direction : row;
	justify-content: center;
	align-items    : flex-start;
  }
  
  .flex-row-center-bottom {
	display        : flex;
	flex-direction : row;
	justify-content: center;
	align-items    : flex-end;
  }
  
  .flex-row-center-stretch {
	display        : flex;
	flex-direction : row;
	justify-content: center;
	align-items    : stretch;
  }
  
  .flex-row-between-top {
	display        : flex;
	flex-direction : row;
	justify-content: space-between;
	align-items    : flex-start;
  }
  
  .flex-row-between-center {
	display        : flex;
	flex-direction : row;
	justify-content: space-between;
	align-items    : center;
  }
  
  .flex-row-between-bottom {
	display        : flex;
	flex-direction : row;
	justify-content: space-between;
	align-items    : flex-end;
  }
  
  .flex-row-between-stretch {
	display        : flex;
	flex-direction : row;
	justify-content: space-between;
	align-items    : stretch;
  }
  
  .flex-row-evenly-top {
	display        : flex;
	flex-direction : row;
	justify-content: space-evenly;
	align-items    : flex-start;
  }
  
  .flex-row-evenly-center {
	display        : flex;
	flex-direction : row;
	justify-content: space-evenly;
	align-items    : center;
  }
  
  .flex-row-evenly-bottom {
	display        : flex;
	flex-direction : row;
	justify-content: space-evenly;
	align-items    : flex-end;
  }
  
  .flex-row-evenly-stretch {
	display        : flex;
	flex-direction : row;
	justify-content: space-evenly;
	align-items    : stretch;
  }
  
  .flex-row-around-top {
	display        : flex;
	flex-direction : row;
	justify-content: space-around;
	align-items    : flex-start;
  }
  
  .flex-row-around-center {
	display        : flex;
	flex-direction : row;
	justify-content: space-around;
	align-items    : center;
  }
  
  .flex-row-around-bottom {
	display        : flex;
	flex-direction : row;
	justify-content: space-around;
	align-items    : flex-end;
  }
  
  .flex-row-around-stretch {
	display        : flex;
	flex-direction : row;
	justify-content: space-around;
	align-items    : stretch;
  }
  
  .flex-column-top-left {
	display        : flex;
	flex-direction : column;
	justify-content: flex-start;
	align-items    : flex-start;
  }
  
  .flex-column-top-center {
	display        : flex;
	flex-direction : column;
	justify-content: flex-start;
	align-items    : center;
  }
  
  .flex-column-top-right {
	display        : flex;
	flex-direction : column;
	justify-content: flex-start;
	align-items    : flex-end;
  }
  
  .flex-column-top-stretch {
	display        : flex;
	flex-direction : column;
	justify-content: flex-start;
	align-items    : stretch;
  }
  
  .flex-column-bottom-left {
	display        : flex;
	flex-direction : column;
	justify-content: flex-end;
	align-items    : flex-start;
  }
  
  .flex-column-bottom-center {
	display        : flex;
	flex-direction : column;
	justify-content: flex-end;
	align-items    : center;
  }
  
  .flex-column-bottom-right {
	display        : flex;
	flex-direction : column;
	justify-content: flex-end;
	align-items    : flex-end;
  }
  
  .flex-column-bottom-stretch {
	display        : flex;
	flex-direction : column;
	justify-content: flex-end;
	align-items    : stretch;
  }
  
  .flex-column-center {
	display        : flex;
	flex-direction : column;
	justify-content: center;
	align-items    : center;
  }
  
  .flex-column-center-left {
	display        : flex;
	flex-direction : column;
	justify-content: center;
	align-items    : flex-start;
  }
  
  .flex-column-center-right {
	display        : flex;
	flex-direction : column;
	justify-content: center;
	align-items    : flex-end;
  }
  
  .flex-column-center-stretch {
	display        : flex;
	flex-direction : column;
	justify-content: center;
	align-items    : stretch;
  }
  
  .flex-column-between-left {
	display        : flex;
	flex-direction : column;
	justify-content: space-between;
	align-items    : flex-start;
  }
  
  .flex-column-between-center {
	display        : flex;
	flex-direction : column;
	justify-content: space-between;
	align-items    : center;
  }
  
  .flex-column-between-right {
	display        : flex;
	flex-direction : column;
	justify-content: space-between;
	align-items    : flex-end;
  }
  
  .flex-column-between-stretch {
	display        : flex;
	flex-direction : column;
	justify-content: space-between;
	align-items    : stretch;
  }
  
  .flex-column-around-left {
	display        : flex;
	flex-direction : column;
	justify-content: space-around;
	align-items    : flex-start;
  }
  
  .flex-column-around-center {
	display        : flex;
	flex-direction : column;
	justify-content: space-around;
	align-items    : center;
  }
  
  .flex-column-around-right {
	display        : flex;
	flex-direction : column;
	justify-content: space-around;
	align-items    : flex-end;
  }
  
  .flex-column-around-stretch {
	display        : flex;
	flex-direction : column;
	justify-content: space-around;
	align-items    : stretch;
  }
  
  .flex-column-evenly-left {
	display        : flex;
	flex-direction : column;
	justify-content: space-evenly;
	align-items    : flex-start;
  }
  
  .flex-column-evenly-center {
	display        : flex;
	flex-direction : column;
	justify-content: space-evenly;
	align-items    : center;
  }
  
  .flex-column-evenly-right {
	display        : flex;
	flex-direction : column;
	justify-content: space-evenly;
	align-items    : flex-end;
  }
  
  .flex-column-evenly-stretch {
	display        : flex;
	flex-direction : column;
	justify-content: space-evenly;
	align-items    : stretch;
  }
  
  .flex-1{
    flex:1;
  }
  .ellipsis-overflow {
	overflow     : hidden;
	text-overflow: ellipsis;
  }

  .row-reverse{
	flex-direction: row-reverse;
  }

  .column-reverse{
	flex-direction:column-reverse;
  }

  .flex-wrap{
    flex-wrap: wrap;
  }

  .col-gap-8{
	column-gap: 8px;
  }
  .row-gap-8{
	row-gap: 8px;
  }

  .col-gap-10{
	column-gap: 10px;
  }
  .row-gap-10{
	row-gap: 10px;
  }

  .col-gap-15{
	column-gap: 15px;
  }
  .row-gap-15{
	row-gap: 15px;
  }

  .col-gap-17{
	column-gap: 17px;
  }
  .row-gap-17{
	row-gap: 17px;
  }

  .col-gap-20{
	column-gap: 20px;
  }
  .row-gap-20{
	row-gap: 20px;
  }

  .col-gap-25{
	column-gap: 25px;
  }
  .row-gap-25{
	row-gap: 25px;
  }
  .col-gap-50{
	column-gap: 50px;
  }
  .row-gap-50{
	row-gap: 50px;
  }


  .cursor-pointer{
	cursor: pointer;
  }