body,
html,
div,
span,
input,
p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body,
html,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body,
div,
span,
p,
input,
textarea,
button,
label,
h1,
h2,
h3,
h4,
h5,
h6,
pre {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Segoe UI", "Helvetica Neue", "PingFang SC", "Noto Sans", "Noto Sans CJK SC", "Microsoft YaHei", "微软雅黑", sans-serif;
}
.ellipsisText{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
pre {
  line-height: 28px;
  padding: 40px;
  margin: 0;
  overflow: auto;
  padding-left: 30px;
}
.icon {
  width: 100%;
  height: 100%;
  vertical-align: -0.15em;
  fill: currentColor;
  color: #fff;
}
body{
    user-select: none;
    background: #f9f9f9;
}
* {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.icon-playcircleo {
  font-size: 16px;
  color: #383838;
}
a {
  text-decoration: none;
  color: #e30023;
}
/**
*   platform : 1-pc 2-ipad 3-phone
*/
.swiper-slide {
  height: auto;
}
.m-panel {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.cursorP{
  cursor: pointer;
}
.m-footer {
    display: none;
  }
  .s-bt {
    font-size: 40px;
    text-align: center;
    color: #383838;
    line-height: 40px;
  }
  .s-mt {
    font-size: 32px;
    text-align: center;
    color: #383838;
    line-height: 32px;
  }
  .s-mmmt {
    font-size: 24px;
    text-align: center;
    color: #2a2c30;
    line-height: 24px;
  }
  .s-mmt {
    font-size: 26px;
    text-align: center;
    color: #2a2c30;
    line-height: 26px;
  }
  .s-st {
    font-size: 18px;
    text-align: center;
    color: #2a2c30;
    line-height: 18px;
  }
  .s-sst {
    font-size: 16px;
    text-align: center;
    color: #888;
    line-height: 16px;
  }
  .s-ssst {
    font-size: 14px;
    text-align: center;
    color: #888;
    line-height: 18px;
  }
  .u-line {
    border-top: 1px solid #e5e5e5;
    height: 1px;
    width: 100%;
    margin: 0 auto;
  }
.u-header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    height:70px;
  }
  /* ---------- */
  /* .u-header.blue {
    border-bottom:1px solid #e5e5e5;
  } */
  .u-header.grey {
    box-shadow: 0 1px 3px #e5e5e5;
  }
    /* ---------- */
  .u-header .u-menurow { 
    position: relative;
    display: flex;
    align-items: center;
    /* width: 1200px; */
    height: 70px;
    background-color: #fff;
    min-height: auto;
    margin: 0 auto;
  }
  .u-header .u-menurow .u-logo img{
    width: 160px;
    height: 30px;
    float: unset;
    margin-left: 10px;
    /*background: url("../images/logo.png") no-repeat;*/
    background-size: 100%;
  }
  .u-header .u-menurow .u-mobile-nav-btn {
    display: none;
    float: unset;
    width: 20px;
    height: 20px;
  }
  .u-header .u-menurow .u-menu {
    position: absolute;
    top:0px;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width:750px;
  }
  .u-header .u-menurow .u-menu .slide-line {
    height: 4px;
    position: absolute;
    width: 32px;
    right: 592px;
    display: none;
    top: 2px;
    background-color: rgb(232,24,55)
  }
  .u-header .u-menurow .u-menu .nav-tab {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .selectMenu.nav-tab{
    position: relative;
  }
  .u-header .u-menurow .u-menu .nav-tab a {
    color: #fff;
  }
  .u-header .u-menurow .u-menu .nav-tab:not(.nav-btn) {
    padding-right: 20px;
    padding-left: 30px;
  }
  .u-header .u-menurow .u-menu .nav-tab[tabid=tab-company] {
    padding-right: 40px;
  }
  .u-header .u-menurow .u-menu .nav-tab.active {
    color: #000;
    font-weight:600;
  }
  .u-header .u-menurow .u-menu .nav-tab.s-sst{
    font-size: 14px;
    color:#2a2c30;
  }
  .u-header.blue .u-menurow .u-menu .nav-tab.s-sst.active {
    color: rgb(230,0,35) ;
  }
  .u-header .u-menurow .u-menu .nav-btn {
    padding-right: 10px;
  }
  .u-header .u-menurow .u-menu .nav-btn:hover {
    border-bottom: none;
  }
  .u-header .loginBtn,
  .u-header .registryBtn{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
  }
  .u-header .loginBtn{
    right:140px;
    width: 29px;
    height: 20px;
    line-height: 20px;
  }
  .u-header .loginBtn a{
    font-size: 14px;
    font-weight: 400;
    color: #0A1221;
  }
  .u-header .registryBtn{
    width:100px;
    height:32px;
    background:rgb(230,0,35);
    text-align:center;
    line-height:32px;
    border-radius: 1px;
    transition:background 0.2s;
    right:10px;
  }
  .u-header .registryBtn:hover{
    background: #f61033;
  }
  .u-header .registryBtn a{
    font-size: 14px;;
    color:#fff;
  }
  .u-header .lanBox ul{
    display: none;
    position: absolute;
    left:50%;
    width:90px;
    height: auto;
    background: #fff;
    /* border:1px solid #e8e8e8; */
    border:1px solid rgb(230,0,35);
    transform: translateX(-50%);
    top:calc(100% + 15px);
    border-radius: 3px;
    /* transition: opacity 0.3s;
    opacity: 0; */
  }
  .u-bodyer {
    margin-top: 70px;
  }
  .tab-content {
    display: block;
    width: 100%;
  }
  .swiper-container {
    position: relative;
    height: auto;
    /* margin-bottom: 60px; */
    min-height: 200px;
    overflow:visible;
  }
  .swiper-container::after{
    content: '';
    height:1px;
    width:100%;
    position: absolute;
    left:0px;
    bottom: -119px;
    background: #eee;
    z-index: 10;
  }
  .u-banner {
    position: relative;
    width: 1200px;
    height: auto;
    margin: 0 auto 0;
    min-height: 570px;
    background-size: 100%;
    background-position: bottom;
  }
  .u-banner-content-box{
      position:absolute;
      left:0px;
      /* top:50%; */
      top:104px;
      /* transform: translateY(-50%);  */
  }
  
  .u-banner-menu-list{
    position:absolute;
    top:68px;
    left:50%;
    width:180px;
    background: #fff;
    padding:20px 0px;
    /* opacity: 0;
    transition: opacity 0.9s; */
    transform: translateX(-50%);
    z-index:100;
    display: none;
  }
  .u-banner-menu-list.active{
    /* opacity:1; */
    display: block;
  }
  .u-banner-menu-list-item{
    height:48px;
    line-height:48px;
    text-align:center;
    cursor: pointer;
    transition:color 0.2s;
  }
  .u-header .u-menurow .u-menu .u-banner-menu-list-item a{
    color:#2a2c30;
    font-size:14px;
  }
  .u-header .u-menurow .u-menu  .u-banner-menu-list-item:hover a{
    color:rgb(230,0,35);
  }

  .u-header.blue .u-menurow .u-menu .nav-tab:hover{
    color:rgb(230,0,35);
  }
  .colorW{
    color:#fff;
  }
  .colorB{
    color:#2a2c30;
  }
  .colorR{
    color: rgb(230,0,35);
  }
  .u-banner-content-box  .u-banner-title-l0{
      font-size:38px;
      font-weight:600;
  }
  .u-banner-content-box  .u-banner-title-l1{
      font-size:40px;
      font-weight:600;
      margin-top:40px;
      letter-spacing: 1px;
  }
  .u-banner-content-box  .u-banner-title-l2{
    font-size:20px;
    margin-top:13px;
    letter-spacing: 1px;
    color:rgba(36, 36, 36, 0.59);
  }
  .u-bpm {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    min-height: 600px;
  }
 
  .u-bpm-model,
  .u-bpm-model3,
  .u-bpm-model5,
  .u-bpm-model6{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    min-height: 500px;
    background: #f7f8fa;
  }
  .u-bpm-model5{
    min-height: 928px;
  }
.u-grey-bd.model1Box {
    background-color: #fff;
     background-image: url(../images/indexbg.png); 
     background-repeat: no-repeat; 
     background-position: top center; 
     background-size: 100%; 
     padding-bottom: 80px; 
  }
  .model1Content{
    position: relative;
    width: 1200px;
    height: auto;
  }
  .model5Box .model5boxTitle{
    position: relative;
    width:100%;
    min-height:165px;
    margin-bottom:30px;
  }
  .model5Box .line{
    width: 440px;
    height: 1px;
    border: 1px solid rgba(10, 18, 33, 0.08);
    margin:0px auto;
  }
  .model5Box .model5boxTitle h1{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #0A1221;
  }
  .u-bpm .model1boxTitle{
    position: relative;
    margin-top: 20px;
    width:100%;
    min-height: 270px;
  }
  .banner-bg{
      display: none;
  }
  
.u-bpm .model1boxTitle h1 {
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: #0A1221;
  }
  .u-bpm .model1boxTitle p,
  .model5Box .model5boxTitle p{
    font-size: 16px;
    font-weight: 400;
    color: rgba(10, 18, 33, 0.72);
    text-align: center;
  }
  .model5Box .model5boxTitle .doBtn{
      position: absolute;
      text-align: center;
      bottom:0px;
      left:50%;
      transform: translateX(-50%);
      border:1px solid transparent;
      padding: 10px 20px;
      border-radius:3px;
      transition: border 0.3s linear;
    }
  .model5Box .model5boxTitle .doBtn:hover{
    border-color: #cfd1d4;
  }
  .model5Box .model5boxTitle .doBtn:hover i{
     left:5px;
  }
  .model5Box .model5boxTitle .doBtn i{
    position:relative;
    color: rgba(10, 18, 33, 0.52);
    transition: left 0.3s linear;
    left:0px;
  }
  .model5Box .model5boxTitle .doBtn a{
    font-size: 16px;
    font-weight: 400;
    color: rgba(10, 18, 33, 0.72);
  }
  .u-bpm .doBtn{
    position: absolute;
    width: 165px;
    height: 48px;
    background: transparent;
    border-radius: 2px;
    line-height: 48px;
    text-align: center;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgb(230,0,35);
    transition: background 0.2s linear;
  }
  .u-bpm .mobile-login{
    display: none;
  }
  .u-bpm .doBtn:hover{
     /* color:#FFF; */
	 /* background: rgb(230,0,35); */
  }
  .u-bpm .doBtn:hover a{
    color:rgb(230,0,35);   
    transition:color 0.2s linear;
  }
  .u-bpm .doBtn a{
    color:#fff;
  }
  
  .model5Box .model5boxTitle i{
    margin-left:20px;
  }
.u-bpm .model1Img {
    width: 842px;
    height: 540px;
    margin: 0px auto;
}
.u-bpm .model1Img img {
    width: 842px;
    height: 540px;
  }
  .u-bpm .modelFlexBox,
  .model2Content .modelFlexBox,
  .model3Content .modelFlexBox{
     display: flex;
     font-size: 16px;
  }
  .u-bpm  .modelFlex-left,
  .model2Content .modelFlex-right,
  .model3Content .modelFlex-left{
      margin-top:40px;
  }
  .model2Content .modelFlex-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
  }
  .u-bpm  .modelFlex-left .slideLine,
  .model2Content .modelFlex-right .slideLine,
  .model3Content .modelFlex-left .slideLine{
      width: 80px;
      height: 4px;
      background: rgb(230,0,35);
  }
  .u-bpm .modelFlex-left h2,
  .model2Content .modelFlex-right h2,
  .model3Content .modelFlex-left h2{
    font-size: 32px;
    letter-spacing: 2px;
  }
  .model2Content .modelFlex-right h2,
  .model2Content .modelFlex-right p,
  .model3Content .modelFlex-right h2{
    text-align: right;
  }
  .u-bpm .modelFlex-left p,
  .model2Content .modelFlex-right p,
  .model3Content .modelFlex-left p{
    color: rgba(10, 18, 33, 0.72);
    font-size:16px;
  }
  .u-bpm .modelFlex-left .model2Img,
  .u-bpm .modelFlex-right .model3Img,
  .model3Content .modelFlex-right .model5Img{
    width: 640px;
    height: 360px;
  }
  .u-bpm  .modelFlex-right,
  .model2Content .modelFlex-right,
  .model3Content  .modelFlex-right{
    margin-left:119px;
  }
  .u-bpm  .contentBox,
  .model2Content  .contentBox ,
  .model3Content  .contentBox{
    color:#0a1221af;
    width: 440px;
    padding-top:20px;
    border-top: 1px solid rgba(10, 18, 33, 0.08);
  }
  .model2Content  .contentBox {
    position: relative;
  }
  .u-bpm  .contentBox  .btn i,
  .model2Content  .contentBox  .btn i,
  .model3Content  .contentBox  .btn i{
    position: relative;
    top:2px;
    left:10px;
    font-size:20px;
    width: 20px;
    height: 20px;
    transition: left 0.4s linear;
  }
  .u-bpm  .contentBox  .btn,
  .model2Content  .contentBox  .btn,
  .model3Content  .contentBox  .btn{
    border:1px solid transparent;
    transition: border 0.4s linear;
    width:140px;
    border-radius: 3px;
    padding: 10px 20px;
  }
  .model2Content  .contentBox  .btn{
    position: absolute;
    top:20px;
    right:0px;
  }
  .u-bpm  .contentBox  .btn:hover,
  .model2Content  .contentBox  .btn:hover,
  .model3Content  .contentBox  .btn:hover{
    border:1px solid #cfd1d4;
  }
  .u-bpm  .contentBox  .btn:hover i,
  .model2Content  .contentBox  .btn:hover i,
  .model3Content  .contentBox  .btn:hover i{
    left:15px;
  }
  .u-grey-bd.model2Box{
    background: #f7f8fa;
  }
  
  /* 移动端 导航栏*/
  .u-header .select_menu {
    display: none;
  }
  .model2Content,
  .model3Content,
  .model5Content{
    position: relative;
    width: 1200px;
    height: auto;
    margin-top:65px;
  }
  .model5Content{
    margin-top:80px;
  }
 
  .u-grey-bd.model3Box,
  .u-bpm-model3,
  .u-bpm-model6,
  .u-grey-bd.model6Box{
    background-color: #fff;
  }
  .modelGridBox{
    display: grid;
    display:-o-grid;
    -o-grid-columns: 360px 360px 360px;
    -o-grid-rows: 280px 280px;
    display:-moz-grid;
    -moz-grid-columns: 360px 360px 360px;
    -moz-grid-rows: 280px 280px;
    display:  -webkit-grid;
    -webkit-grid-columns: 360px 360px 360px;
    -webkit-grid-rows: 280px 280px;
    display: -ms-grid;
    -ms-grid-columns: 360px 360px 360px;
    -ms-grid-rows: 280px 280px;
    grid-template-columns: 360px 360px 360px;
    grid-template-rows: 280px 280px;
    /* grid-column-gap: 60px;
    grid-row-gap: 40px; */
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .modelGridBox>div{
    width:360px;
    height:280px;
    background-color: #fff;
  }
  
  .modelGridBox img{
    width:345px;
    height:265px;
    margin:0 auto;
    padding-top:8px;
    padding-left:8px;
  }
  .modelGridBox>div:nth-child(1){
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -o-grid-column: 1;
    -o-grid-row: 1;
    -moz-grid-column: 1;
    -moz-grid-row: 1;
    -webkit-grid-column: 1;
    -webkit-grid-row: 1; 
  }
  .modelGridBox>div:nth-child(2){
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -o-grid-column: 2;
    -o-grid-row: 1;
    -moz-grid-column: 2;
    -moz-grid-row: 1;
    -webkit-grid-column: 2;
    -webkit-grid-row: 1; 
    margin-left:20px;
  
  }
  .modelGridBox>div:nth-child(3){
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -o-grid-column: 3;
    -o-grid-row: 1;
    -moz-grid-column: 3;
    -moz-grid-row: 1;
    -webkit-grid-column: 3;
    -webkit-grid-row: 1; 
    margin-left:40px;
  }
  .modelGridBox>div:nth-child(4){
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    -o-grid-column: 1;
    -o-grid-row: 2;
    -moz-grid-column: 1;
    -moz-grid-row: 2;
    -webkit-grid-column: 1;
    -webkit-grid-row: 2; 
    margin-top:30px;
  }
  .modelGridBox>div:nth-child(5){
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -o-grid-column: 2;
    -o-grid-row: 2;
    -moz-grid-column: 2;
    -moz-grid-row: 2;
    -webkit-grid-column: 2;
    -webkit-grid-row: 2; 
    margin:30px 0 0 20px;
  }
  .modelGridBox>div:nth-child(6){
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    -o-grid-column: 3;
    -o-grid-row: 2;
    -moz-grid-column: 3;
    -moz-grid-row: 2;
    -webkit-grid-column: 3;
    -webkit-grid-row: 2; 
    margin:30px  0 0 40px;
  }
  .model6Header{
    display: flex;
    width:1200px;
    margin: 60px auto 60px;
    border-bottom:1px solid #0a12213d; 
    justify-content: space-between;
    height:40px;
    font-size:18px;
  }
  .model6Header .headerItem{
    position: relative;
    cursor: pointer;
  }
  .model6Header .headerItem.active{
    font-weight: 600;
  }
  .model6Header .headerItem.active::after{
    content:"";
    position: absolute;
    width:100%;
    left:0px;
    top:calc(100% - 2px);
    height: 2px;
    background-color:rgb(230,0,35);
  }
  .model6Content{
    position: relative;
    display: none;
    min-height: 600px;
  }
  .model6Content.active{
    display: block;
  }
  .model6Content.content1{
     position: relative;
     height:400px;
  }
  .model6Content-left{
    position: absolute;
    left: 0px;
    top:0px;
    width:419px;
    height:404px;
    background: url("../images/model6-1.png") no-repeat;
  }
  .model6Content-left   .model6Content-title{
    font-size: 32px;
    font-weight: 600;
    color: #0A1221;
  }
  .model6Content-left  .model6Content-text{
    font-size: 16px;
    font-weight: 400;
    color: rgba(10, 18, 33, 0.72);
    width: 360px;
    height: 138px;
    line-height: 32px;
  }
  .model6Content-left  .btn i{
    margin-left:15px;
  }
  .model6Content-left  .btn a{
    color:#0a122167;
    font-size:14px;
  }
  .model6Content-left  .btn{
    text-align: center;
    width: 120px;
    height: 40px;
    line-height:40px;
    border-radius: 2px;
    border: 1px solid rgba(10, 18, 33, 0.24);
    padding-left:10px;
    color:#0a122167;
    font-size:14px;
  }
  .model6Content-right{
    width:calc(100% - 509px);
    position: absolute;
    top:0px;
    left:509px;

  }
  .model6Content-right-item{
    position: absolute;
    width: 320px;
    height: 226px;
    background: #FFFFFF;
    box-shadow: 0px 1px 60px 0px rgba(10, 18, 33, 0.12);
    box-sizing: border-box;
    padding: 32px 32px 0px;
  }
  .model6Content-right-item:nth-of-type(2){
    right:0px;
    top:-20px;
  }
  .model6Content-right-item:nth-of-type(3){
    left:0px;
    top:266px;
  }
  .model6Content-right-item:nth-of-type(4){
    right:0px;
    top:246px;
  }

  .model6Content-right-item p{
    font-size: 16px;
    font-weight: 600;
    color: #0A1221;
    line-height: 28px;
    margin-top:0px;
  }
  .model6Content-right-item span,li{
    font-size: 14px;
    font-weight: 400;
    color:rgba(10, 18, 33, 0.72);
    line-height: 22px;
  }
  .model6Content-right-item .gomore a,
  .model6Content-right-item .gomore{
    font-size: 14px;
    font-weight: 400;
    color: rgba(10, 18, 33, 0.4);
  }
  .model6Content-right-item .gomore i{
    font-size:13px;
    margin-left:5px;
  }
  .model6Content-right-item .gomore{
    height: 20px;
    line-height: 20px;
    margin-top:20px;
  }
  .u-footer {
    width: 1200px;
    height: auto;
    margin: 60px auto 0;
    background-color: #f9f9f9;
    min-height: auto;
  }
  .u-footer .lay-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 150px;
    height: auto;
    margin: 0px auto;
  }

  .u-footer .lay-content .lay-content-column-title{
    color: rgba(10, 18, 33, 0.72);
    font-size: 18px;
  }

  .u-footer .lay-content .lay-content-column-link a,
  .u-footer .lay-content .lay-content-column-info{
    font-size: 14px;
    font-weight: 400;
    color: rgba(10, 18, 33, 0.72);
  }
  
  .u-footer .lay-content .lay-content-column-link,
  .u-footer .lay-content .lay-content-column-info{
    margin-top:20px;
  }
  .u-footer .lay-content .lay-content-column-info a{
	color: rgba(10, 18, 33, 0.72);
  } 
  .u-line{
    height: 1px;
    border: 1px solid rgba(10, 18, 33, 0.08);
  }
  .u-bottom{
    position: relative;
    margin:15px 0px 15px;
    height:30px;
  }
  .u-bottom span:nth-child(1),
  .u-bottom div:nth-child(2),
  .u-bottom div:nth-child(3){
     position: absolute;
  }
  .u-bottom div:nth-child(2),
  .u-bottom div:nth-child(3){
    width: 28px;
    height: 28px;
    background: rgba(190,190,190,1);
    color:#fff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
  }
  .u-bottom span:nth-child(1){
    width: 620px;
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(10, 18, 33, 0.72);
    line-height: 20px;
  }
  .u-bottom div:nth-child(2){
    right:40px;
  }
  .u-bottom div:nth-child(3){
    right:0px;
  }
  
  /* ---- */
  .u-footer-box{
    margin-top: 80px;
  }

.u-bottom span a {
    color: rgba(10, 18, 33, 0.72);
}
.u-link {
    height: 30px;
    font-size: 11px;
    color: rgba(10, 18, 33, 0.72);
    margin-bottom: 5px;
 }
.u-link a {
    color: rgba(10, 18, 33, 0.72);
}

   /* 移动端布局 */ 
  .u-bodyer .u-grey-bd .modelFlexBox2{
    padding: 48px 24px 48px 24px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
  }

  .u-bodyer .u-grey-bd .modelFlexBox2 .modelFlex-top .title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;

  }
   .u-bodyer .u-grey-bd .modelFlexBox2 .modelFlex-top .title .title-text{
     font-size: 18px;
     color: #0A1221;
   }
  .u-bodyer .u-grey-bd .modelFlexBox2 .modelFlex-top .title  .title-btn{
    display: flex;
    color: #E60023;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;

  }
  .u-bodyer .u-grey-bd .modelFlexBox2 .modelFlex-top .title .title-btn img{
    margin-left: 8px;
    width: 18px;
    height: 18px;
  }
  .u-bodyer .u-grey-bd .modelFlexBox2 .modelFlex-top  .content{
    width: 100%;
    font-size: 14px;
    color: rgba(10,18,33,0.72);
    line-height: 20px;
    margin-bottom: 24px;
  }
  .model5Box .model5Content .doBtn img{
    display: none;
  }
  .model5Box .modelGridBox2{
    display: none;
  }
   .model7Box {
     display: none;
   }
  .model7Box .tabBox .tabItem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    margin-bottom: 8px;
    box-shadow: 0px 2px 8px 0px rgba(10,18,33,0.08);
  }
  .model7Box .tabBox .tabItem>div{
    font-size: 16px;
    color: #0A1221;
  }
  
  .model7Box .tabBox .tabItem .iconfont{
    font-size: 14px;
    color: rgba(10,18,33,0.48);

  }
  .model7Box .tabBox .tabItem .iconfont1{
    display: none;
  }
  .model7Box .tabBox .active>div {
    color: #E60023 !important;
  }
  .model7Box .tabBox .active .iconfont{
    color: #E60023 !important;  
  }
  .model7Box .tabBox .pullDown{
    width: 100;
    background-color: #fff;
  }
   .model7Box .tabBox .pullDown .pullDown-inner{
    display: none;
    padding: 24px;
   }
  .model7Box .tabBox .pullDown .title{
    margin-bottom: 24px;
    font-size: 14px;
    color: rgba(10,18,33,0.72);
    line-height: 20px;
  }
 
  .model7Box .tabBox .pullDown .pullDownItem{
    width: 100%;
    height: auto;
    padding: 32px;
    margin-bottom: 24px;
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px rgba(10,18,33,0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .model7Box .tabBox .activeBox .pullDown-inner{
    display: block;
    transition: all 1s;
  }
  .model7Box .tabBox .pullDown .pullDownItem h2{
    font-size: 16px;
    font-weight: 600;
    color: rgba(10,18,33,0.72);
    line-height: 28px;
    margin-bottom: 24px;
  }
  .model7Box .tabBox .pullDown .pullDownItem >div{
    font-size: 14px;
    font-weight: 400;
    color: rgba(10,18,33,0.48);
    line-height: 28px;
  }
  .model7Box .tabBox .pullDown .pullDownMore{
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .model7Box .tabBox .pullDown .pullDownMore .btn{
    width: 120px;
    height: 38px;
    border-radius: 2px;
    border: 1px solid rgba(10,18,33,0.24);
    color: #E60023;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px 0 24px;
    font-size: 14px;
  }
  .model7Box .tabBox .pullDown .pullDownMore .btn .iconfont{
    font-size: 12px;
  }
     .u-footer2 {
    margin: 60px auto 50px;
    background-color: #f9f9f9;
    min-height: auto;
    padding: 0 24px;
  }
  .u-footer2 .lay-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0px auto;
  }

  .u-footer2 .lay-content .lay-content-column{
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .u-footer2 .lay-content .lay-content-column-title{
    color: rgba(10, 18, 33, 0.72);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .u-footer2 .lay-content .lay-content-column-link a,
  .u-footer2 .lay-content .lay-content-column-info{
    font-size: 14px;
    font-weight: 400;
    color: rgba(10,18,33,0.48);
  }
  
   .u-footer2 .lay-content .lay-content-column-info a{
   color: rgba(10,18,33,0.48);
   }
  
  
  .u-footer2 .friendship-box {
    width: 100%;
    padding-bottom: 24px;
    /* border-bottom: 1px solid #F8F9FB; */
    border-bottom: 1px solid rgba(10,18,33,0.08);
  } 
  .u-footer2 .friendship-box .friendship-title{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(10,18,33,0.72);
    line-height: 20px;
    margin-bottom: 24px;
  }
  .u-footer2 .friendship-box .friendship-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .u-footer2 .friendship-box .friendship-inner .friendship-info{
    font-size: 12px;
    font-weight: 400;
    color: rgba(10,18,33,0.48);
    line-height: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
.friendship-info a{
	color: rgba(10,18,33,0.48);
	}
  .u-footer2 .u-footer-box{
    margin: 24px 0 20px 0; 
  }
  .u-footer-box .u-footer-box-title{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(10,18,33,0.48);
    line-height: 20px;
    margin-bottom: 16px;
  }
  .u-footer-box .u-footer-box-copyright{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(10,18,33,0.32);
    line-height: 17px;
  }
  
  .u-footer-box .u-footer-box-copyright a{
  color: rgba(10,18,33,0.32);
  }
  
  .u-footer2 {
    display: none;
  }

  @media screen and (max-width: 1216px){
    .model5Content{
      margin-bottom: 65px;;
    }
    .modelGridBox{
      width:780px;
      margin:0 auto;
      -o-grid-columns: 360px 360px;
      -o-grid-rows: 280px 280px 280px;
      -moz-grid-columns:360px 360px;
      -moz-grid-rows: 280px 280px 280px;
   
      -webkit-grid-columns: 360px 360px;
      -webkit-grid-rows: 280px 280px 280px;
 
      -ms-grid-columns: 360px 360px;
      -ms-grid-rows: 280px 280px 280px;
      grid-template-columns:360px 360px;
      grid-template-rows: 280px 280px 280px;
      /* grid-column-gap: 60px;
      grid-row-gap: 40px; */
      grid-column-gap: 30px;
      grid-row-gap: 20px;
    }
    .modelGridBox>div:nth-child(3){
      -ms-grid-column: 1;
      -ms-grid-row: 2;
      -o-grid-column: 1;
      -o-grid-row: 2;
      -moz-grid-column: 1;
      -moz-grid-row: 2;
      -webkit-grid-column: 1;
      -webkit-grid-row: 2; 
      margin:15px 0 0 0 ;
    }
    .modelGridBox>div:nth-child(4){
      -ms-grid-column: 2;
      -ms-grid-row: 2;
      -o-grid-column: 2;
      -o-grid-row: 2;
      -moz-grid-column: 2;
      -moz-grid-row: 2;
      -webkit-grid-column: 2;
      -webkit-grid-row: 2; 
      margin:15px 0 0 20px;
    }
    .modelGridBox>div:nth-child(5){
      -ms-grid-column: 1;
      -ms-grid-row: 3;
      -o-grid-column: 1;
      -o-grid-row: 3;
      -moz-grid-column: 1;
      -moz-grid-row: 3;
      -webkit-grid-column: 1;
      -webkit-grid-row: 3; 
      margin:30px 0 0 0;
    }
    .modelGridBox>div:nth-child(6){
      -ms-grid-column: 2;
      -ms-grid-row: 3;
      -o-grid-column: 2;
      -o-grid-row: 3;
      -moz-grid-column: 2;
      -moz-grid-row: 3;
      -webkit-grid-column: 2;
      -webkit-grid-row: 3;
      margin:30px  0 0 20px;
    }

    .modelFlexBox{
      flex-direction: column;
      align-items: center;
    }
    .model2Content,
    .model3Content{
      margin-bottom: 65px;
    }
    .model2Content .modelFlexBox{
       flex-direction: column-reverse;
    }
    .u-bpm  .modelFlex-right,
    .model2Content .modelFlex-right,
    .model3Content  .modelFlex-right{
      margin-left:0px;
    }
    .u-bpm  .modelFlex-left,
    .model2Content .modelFlex-right,
    .model3Content .modelFlex-left{
      margin: 0 0  50px 0;
    }
    .model2Content .modelFlex-right{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin: 0 0  100px 0;
    }
    .model2Content  .contentBox  .btn{
      position: absolute;
      top:20px;
      left:0px;
    }
    .u-bpm-model,
    .u-bpm-model3,
    .u-bpm-model5,
    .u-bpm-model6,
    .model1Content,
    .model2Content,
    .model3Content,
    .u-bpm-model5,
    .model5Content{
      width:100%;
    }
    .model2Img,
    .model3Img,
    .model3Content .modelFlex-right .model5Img,
    .u-bpm .model1Img img,
    .u-bpm .model1Img{
      width:100%;
      height:auto;
    }
    .u-bpm  .modelFlex-right,
    .model2Content .modelFlex-left,
    .model3Content .modelFlex-right{
        margin:0px 20px;
    }
    .u-header .u-phone{
      display: none;
    }
    .u-header .u-menurow .u-mobile-nav-btn {
      display: none;
      float: unset;
      width: 20px;
      height: 20px;
    }

    .u-bpm {
      width: 100%;
      height: auto;
      margin: 0 auto;
      min-height: 600px;
    }
    .u-bpm-box {
      position: relative;
      margin-top: 60px;
      margin-bottom: 10px;
      display: flex;
      width: 100%;
    }
    .u-bpm-slide{
      background-color:#f7f8fa;
      width:25%;
      height:auto;
    }
 
    .model6Header{
      width:100%;
    }
    .model6Content.content1{
        height:1000px;
    }
    .model6Content-left,
    .model6Content-right{
      left: 50%;
      transform: translateX(-50%);
    }
    .model6Content-right{
       top:450px;
       width:calc(100% - 450px);
       min-width:670px;
    }
   
  
  }
  @media screen and (max-width: 1178px) {
    .u-header .u-phone,
    .u-header .registryBtn,
    .u-header .loginBtn{
      display: none;
    }
    .u-header .u-menurow .u-mobile-nav-btn {
      display: none;
      float: unset;
      width: 20px;
      height: 20px;
    }
    .u-bpm {
      width: 100%;
      height: auto;
      margin: 0 auto;
      min-height: 600px;
    }
    .u-bpm-box {
      position: relative;
      margin-top: 60px;
      margin-bottom: 10px;
      display: flex;
      width: 100%;
    }
    .u-bpm-slide{
      background-color:#f7f8fa;
      width:25%;
      height:auto;
    }
    .u-footer {
      width: 100%;
      height: auto;
      margin: 80px auto 0;
      background-color: #f9f9f9;
      min-height: auto;
    }
    .u-footer .lay-content {
      justify-content: center;
    }
    .u-footer .lay-content-column{
      width:200px;
    }
    .u-footer-box{
      margin-top:20px;
      padding: 0px 50px;
    }


  }
  @media screen and (max-width: 1089px) {
    .u-header .u-phone,
    .u-header .registryBtn{
      display: none;
    }
    .u-header .u-menurow .u-mobile-nav-btn {
      display: none;
      float: unset;
      width: 20px;
      height: 20px;
    }
    .u-bpm {
      width: 100%;
      height: auto;
      margin: 0 auto;
      min-height: 600px;
    }
    .u-bpm-box {
      position: relative;
      margin-top: 60px;
      margin-bottom: 10px;
      display: flex;
      width: 100%;
    }
    .u-bpm-slide{
      background-color:#f7f8fa;
      width:25%;
      height:auto;
    }
    .u-footer .lay-content .lay-content-column + .lay-content-column{
      margin-top:20px;
    }
    .u-footer .lay-content{
      position: relative;
      min-height:500px;
    }
    .u-footer .lay-content .lay-content-column{
      position: absolute;
      left:0px;
    }
    .u-footer .lay-content .lay-content-column+.lay-content-column{
      margin:0px;
    }
    .u-footer .lay-content .lay-content-column:nth-of-type(1){
      left:50%;
      transform: translateX(-50%);

    }
    .u-footer .lay-content .lay-content-column:nth-of-type(3){
      left:50%;
      transform: translateX(-50%);
      top:140px;
    }
    .u-footer .lay-content .lay-content-column:nth-of-type(2){
      left:60%;

    }
    .u-footer .lay-content .lay-content-column:nth-of-type(4){
      left:60%;
      top:140px;

    }
    .u-footer .lay-content .lay-content-column:nth-of-type(5){
      bottom:0px;
      left:50%;
      transform: translateX(-50%);
    }
  
  }
  @media screen and (max-width: 1039px) {
    .u-header .u-phone,
    .u-header .registryBtn{
      display: none;
    }
    .u-header .u-menurow .u-mobile-nav-btn {
      display: none;
      float: unset;
      width: 20px;
      height: 20px;
    }
    .u-bpm {
      width: 100%;
      height: auto;
      margin: 0 auto;
      min-height: 600px;
    }
    .u-bpm-box {
      position: relative;
      margin-top: 60px;
      margin-bottom: 10px;
      display: flex;
      width: 100%;
    }
    .u-bpm-slide{
      background-color:#f7f8fa;
      width:25%;
      height:auto;
    }
 

  }
  @media screen and (max-width: 1023px) {
    .u-grey-bd.registryBox{
      display: none;
    }
    .u-grey-bd {
      width: 100%;
      height: auto;
      background-color: #f9f9f9;
      overflow: hidden;
    }
    .m-panel {
      width: 100%;
    }
    .m-footer,
    .u-copyright {
      display: none;
    }
    .m-footer {
      margin-top: 10px;
      padding: 10px 25px;
      z-index: 999;
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 60px;
      background: #fff;
    }
    .m-footer a {
      float: left;
      display: block;
      text-align: center;
      line-height: 40px;
      width: 46%;
      height: 40px;
      border-radius: 2px;
      /* background: #1ba5fa; */
      background: rgb(230,0,35);
      color: #fff;
      font-size: 16px;
    }
    .m-footer .btn_right {
      float: right;
      background: transparent;
      color:rgb(230,0,35);
      box-shadow: 0px 1px 20px 0px rgba(10, 18, 33, 0.12);
    }
    .s-bt {
      font-size: 20px;
      text-align: center;
      color: #383838;
      line-height: 40px;
    }
    .s-mt {
      font-size: 16px;
      text-align: center;
      color: #383838;
      line-height: 32px;
    }
    .s-mmt {
      font-size: 13px;
      text-align: center;
      color: #000;
      line-height: 26px;
    }
    .s-st {
      font-size: 9px;
      text-align: center;
      color: #000;
      line-height: 18px;
    }
    .s-sst {
      font-size: 8px;
      text-align: center;
      color: #383838;
      line-height: 16px;
    }
    .s-ssst {
      font-size: 14px;
      text-align: center;
      color: #888;
      line-height: 18px;
    }
    .u-header {
      position: relative;
      width: 100%;
      height: 70px;
    }
    .u-header .u-menurow {
      display: block;
      align-items: unset;
      height: 66px;
      margin: 0 auto;
      background-color: #fff;
      min-height: auto;
      height: 75px;
      width: 100%;
    }
    .u-header .u-menurow .u-logo {
      width: 160px;
      height: 30px;
      float: left;
      margin-left: 10px;
/*      background: url("../images/logo.png") no-repeat;*/
      background-size: 100%;
      margin: 19.5px 0 19.5px 25px;
    }
    .u-header .u-menurow .u-mobile-nav-btn {
      display: block;
      float: right;
      width: 20px;
      height: 20px;
      width: 25px;
      height: 15px;
      margin: 30px 25px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .u-header .u-menurow .u-mobile-nav-btn .u-menu-btn-line {
      width: 25px;
      height: 3px;
      border-radius: 5px;
      background-color: #383838;
    }
    .u-header .u-menurow .u-mobile-nav-btn.active .u-menu-btn-line {
      background-color: rgb(230,0,35);
    }
    .u-header .u-menurow .u-menubar {
      display: block;
      width: 100%;
      height: 100%;
    }
    .u-header .u-menurow .u-menubar:before,
    .u-header .u-menurow .u-menubar:after {
      content: '';
      display: table;
    }
    .u-header .u-menurow .u-menubar:after {
      clear: both;
    }
    .u-header .u-menurow .u-menu {
      display: none;
    }
    .u-header.grey {
      box-shadow: 2px 2px 6px #e5e5e5;
    }
    .u-header .select_menu {
      display: none;
      margin-top: 0;
      border-bottom: 1px solid #ebebeb;
      box-shadow: 2px 2px 6px #ebebeb;
      background-color: #fff;
      height: auto;
      z-index: 999;
    }
    .u-header .select_menu > ul {
      height: auto;
    }
    .u-header .select_menu > ul > li{
       border:1px solid transparent;
       box-sizing: border-box;
       margin: 0 24px;
    }
    .u-header .select_menu > ul > li> a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #383838;
      height: 50px;
      line-height: 50px;
    }
    .u-header .select_menu > ul > li+li{
      border-top:1px solid #f0f0f0;
    }
    .u-header .select_menu > ul >li> a span {
      /* margin-left: 25px; */
      font-size: 14px;
    }
    .u-header .select_menu > ul >li> a span .icon-right,
    .u-header .select_menu > ul >li> a span .icon-down {
      position: absolute;
      right: 25px;
      font-size: 20px;
      color: #383838;
    }
    .u-header .select_menu > ul >li> a>img{
      width: 20px;
      height: 20px;
    }
    .u-header .select_menu > ul >li> .fangan-m {
      min-height: 50px;
      line-height: 50px;
      height: auto;
      font-size:14px;
      margin-left:25px;
      position:relative;
    }
    .u-header .select_menu  .fangan-m-list.active {
      display: block;
    }
    .u-header .select_menu > ul >li> .fangan-m .arrow {
      position: absolute;
      right:10px;
      cursor: pointer;
    }
    .u-header .select_menu ul.fangan-m-list {
      width:100%;
      margin-left:40px;
      list-style: none;
      display: none
    }
    .u-header .select_menu ul.fangan-m-list>li{
      min-height: 50px;
      height: auto;
    }
    .u-header .select_menu ul.fangan-m-list>li a{
      display: block;
      color: #383838;
      height: 50px;
      line-height: 50px;
      font-size:14px;
    }
    .u-header .select_menu > ul >li> .fangan-m > ul > li:not(.title) span {
      color: #383838;
    }
    .u-header .select_menu > ul >li> .fangan-m > ul > li.title {
      color: #b2b2b2;
    }
    .u-header .select_menu > ul >li> .fangan-m > ul > li:active:not(.title) {
      background-color: #d9d9d9;
    }
    .u-header .select_menu > ul >li> .fangan-m > ul > li:nth-last-child(1) {
      border-bottom: 2px solid #f0f0f0;
    }
    .u-header .select_menu > ul >li> a:active:not(.fangan-m) {
      background-color: #d9d9d9;
    }
    .u-header.blue {
      border-bottom:1px solid #e5e5e5;
    }
    .u-header.blue .u-mobile-nav-btn .u-menu-btn-line {
      background-color: #383838;
    }
    .u-header.blue .u-menurow {
      background-color: #fff;
    }
    .u-header.blue .u-menurow .u-menu .nav-tab {
      color: #383838;
    }

    .u-banner-menu-list{
      display: none;
    }
 
    .u-bodyer {
      /* margin-top: 0; */
      margin-bottom: 60px;
      width: 100%;
    }
    .u-bodyer > div {
      width: 100%;
    }
    .u-banner {
      position: relative;
      width: 100%;
      height: auto;
      margin: 0 auto 0;
      min-height: 402px;
      background-size: 100%;
      background-position: bottom;
    }
    .u-banner .tabs {
      margin-top: 40px;
      height: 4px;
    }
    .u-banner .tabs span {
      display: inline-block;
      width: 40px;
      height: 4px;
      vertical-align: top;
      border: none;
      background-color: #e5e5e5;
      border-radius: unset;
      cursor: pointer;
    }
    .u-banner .tabs span:first-child {
      margin-right: 10px;
    }
    .u-banner .tabs {
      margin-top: 0;
    }
    .u-banner .tabs span {
      width: 40px;
      height: 4px;
    }
    .u-banner .tabs span:first-child {
      margin-right: 10px;
    }
    .u-banner .tabs {
      margin-bottom: 50px;
    }
    .u-banner .o-btn {
      margin-left: 0;
    }
 
    .u-bpm .s-mt {
      margin-top: 80px;
    }
    .u-grey-bd .u-bpm .s-mt {
      width: 275px;
      margin: 40px auto;
      font-size: 23px;
      line-height: 30px;
    }
    .u-bpm-box {
      margin-top: 140px;
      height: auto;
      position: relative;
      margin-bottom: 30px;
      margin-top: 40px;
      width: 100%;
    }
    .u-bpm-box:before,
    .u-bpm-box:after {
      content: '';
      display: table;
    }
    .u-bpm-box:after {
      clear: both;
    }
    .box {
      margin-left: 70px;
      height: 100%;
    }
    .box .u-title {
      color: #000;
      font-weight: bold;
      margin-bottom: 40px;
    }
    .box .s-sst,
    .box .s-ssst {
      text-align: justify;
    }
    .box .s-ssst {
      color: #2a2c30b7;
      line-height: 33px;
    }
    .u-title-list-item.Tc{
      display: block;
    }
 
    .model1Boxtitle{
      display: none;
    }
    .tab-content {
      display: block;
      width: 100%;
      /* background-color:rgb(27,32,38); */
      background-color: rgb(240, 241, 243);
      background-position:70% 50%;
    }
    #home {
      display: block;
    }
    .u-bpm {
      width: 100%;
      height: auto;
      margin: 0 auto;
      min-height: 600px;
    }
    .u-bpm-box {
      position: relative;
      margin-top: 640px;
      margin-bottom: 10px;
      display: block;
      width: 100%;
    }
    .u-bpm-slide{
       display: none;
    }
  
   .u-banner-content-box{
        position:absolute;
        left:30px;
        top:40%;
        transform: translateY(-50%); 
    }

 
  }
  @media screen and (min-width: 1023px) {

  }
  @media screen and (max-width: 823px) {
      .u-bpm .pc-login{
        display: none;
      }
	  .u-grey-bd.model1Box{
        background-image: none;
      }
      .u-bpm  .mobile-login {
        display: block;
      }
      .yb_conct{
        display:none !important
      }
      .u-bpm-model, .u-bpm-model3{
        min-height: 300px;
      }
      .u-header .u-menurow{
        box-shadow: 0px 2px 4px 0px rgba(10,18,33,0.08);
      }
      .u-bpm-model6{
        display: none;
      }
      .banner-bg{
      display: block;
      width: 100%;
      }
      .banner-bg img{
        width: 100%;
        height: 98px;
      }
      .u-bodyer{
        margin-top: -98px;
      }
      .u-bodyer .model1Box{
        padding-top: 43px;      
      }
    
      .u-bodyer .model1Box .model1boxTitle .doBtn{
        background-color: #fff;
      }
      .u-bodyer .model1Box .model1boxTitle .doBtn a{
        color: #E60023;
        font-size: 15px;
      }
      .u-bodyer .u-grey-bd  .modelFlexBox2{
        display: flex;
      }
      .u-bodyer .u-grey-bd .modelFlexBox{
        display: none;
      }
      .u-grey-bd.model1Box{
        padding-bottom: 0;
      }
      .model2Content, .model3Content{
        margin: 0;
      }
   
      .model5Box{
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
      }
      .model5Box .model5Content h1{
        margin-bottom: 24px;
      }
      .model5Box .model5Content p{
        margin-bottom: 24px;
      }
      .model5Box .model5Content .doBtn{
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .model5Box .model5Content .doBtn a{
        color: #E60023;
        font-size: 15px;
        margin-right: 10px;
      }
      .model5Box .model5Content .doBtn .iconfont{
        color: #E60023;
        margin: 0;
      }
  
      .model5Box .model5boxTitle .doBtn:hover{
        border: none;
      }
      .model5Box .modelGridBox2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        width: 100%;
      }

      .model5Box .modelGridBox{
        display: none;
      }
      .modelGridBox2 img {
        width: 150px;
        height: 100%;
        padding-top: 10px;
        padding-left:10px;
      }
      .homeimg{
        padding-top: 13px;
		padding-bottom: 40px;
      }
      .model5Box .modelGridBox2>img{
        width: 47%;
        height: auto;
        margin-bottom: 12px;
      }
      .model6Box {
        display: none;
      }
      .u-bpm-model5{
        min-height: auto;
      }
      .model5Content{
        margin-bottom: 56px;
      }
      .model7Box{
        display: block;
      }
      .u-footer{
        display: none;
      }
      .u-footer2 {
        display: block;
      }
      .m-footer{
      display: block;
    }
  }
  @media screen and (max-width: 768px) {
   .model5Box  .model5boxTitle h1{
      font-size:28px;
    }
    .modelGridBox{
      width:360px;
      margin:0 auto;
      -o-grid-columns: 360px ;
      -o-grid-rows: repeat(6,280px);
      -moz-grid-columns:360px;
      -moz-grid-rows: repeat(6,280px);
   
      -webkit-grid-columns: 360px;
      -webkit-grid-rows:repeat(6,280px);
 
      -ms-grid-columns: 360px;
      -ms-grid-rows:repeat(6,280px);
      grid-template-columns:360px ;
      grid-template-rows:repeat(6,280px);
      grid-column-gap: 0px;
      grid-row-gap: 20px;
    }
    .modelGridBox>div:nth-child(2){
      -ms-grid-column: 1;
      -ms-grid-row: 2;
      -o-grid-column: 1;
      -o-grid-row: 2;
      -moz-grid-column: 1;
      -moz-grid-row: 2;
      -webkit-grid-column: 1;
      -webkit-grid-row: 12; 
      margin:10px 0  0 0;
    
    }
    .modelGridBox>div:nth-child(3){
      -ms-grid-column: 1;
      -ms-grid-row: 3;
      -o-grid-column: 1;
      -o-grid-row: 3;
      -moz-grid-column: 1;
      -moz-grid-row: 3;
      -webkit-grid-column: 1;
      -webkit-grid-row: 3; 
      margin:20px 0  0 0;
    }
    .modelGridBox>div:nth-child(4){
      -ms-grid-column: 1;
      -ms-grid-row: 4;
      -o-grid-column: 1;
      -o-grid-row: 4;
      -moz-grid-column: 1;
      -moz-grid-row: 4;
      -webkit-grid-column: 1;
      -webkit-grid-row: 4; 
      margin:30px 0  0 0;
    }
    .modelGridBox>div:nth-child(5){
      -ms-grid-column: 1;
      -ms-grid-row: 5;
      -o-grid-column: 1;
      -o-grid-row: 5;
      -moz-grid-column: 1;
      -moz-grid-row: 5;
      -webkit-grid-column: 1;
      -webkit-grid-row: 5; 
      margin:10px 0  0 0;
    }
    .modelGridBox>div:nth-child(6){
      -ms-grid-column: 1;
      -ms-grid-row: 6;
      -o-grid-column: 1;
      -o-grid-row: 6;
      -moz-grid-column: 1;
      -moz-grid-row: 6;
      -webkit-grid-column: 1;
      -webkit-grid-row: 6; 
      margin:10px 0  0 0;
    }
   
  }
  @media screen and (max-width: 700px){
 
    
  }
  @media screen and (max-width: 660px){
    .model5Box  .model5boxTitle h1{
      font-size:24px;
    }
    .u-bodyer .model1boxTitle>h1{
        font-size: 28px;
    }
    .u-bodyer .model1boxTitle>p{
      font-size: 14px;
    }
  }
  @media screen and (max-width: 550px){
      
  }
  @media screen and (max-width: 414px) {
     
  }
  @media screen and (max-width: 375px) {
    

  }
  @media screen and (max-width: 360px) {
     

  }
  @media screen and (max-width: 320px) {
    
  }