.f-qyjs .item{
display: flex;
justify-content: space-between;
}


.f-qyjs .item .item-js{
  width: 40%;
}
.f-qyjs .item .item-js h2{
  font-size: 2.5rem;
  color: black;
  font-weight: 900;
}

.f-qyjs .item .item-js p{
  margin: 2rem 0 ;
  color: #0048FF;
  font-size: 1.5rem;
  font-weight: 600;
  font-style:italic;
}
.f-qyjs .item .item-js div{
  letter-spacing: 3px;
  margin-bottom: 1.5rem;
}

.f-qyjs .item .item-imgs{
  width: 55%;
}
.f-qyjs .item .item-imgs img{
  width: 100%;
}

#numbers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

#numbers span{
  display: block;
  position: relative;
  line-height: 10rem;
  font-size: 4rem;
  width: 20%;
  /* background-color: #333; */
  text-align: center;
}

#numbers .item{
  display: block;
  position: relative;

  width: 20%;
  /* background-color: #333; */
text-align: center;
}
#numbers .item  .item-p{
  color: black;
  font-weight: 600;
font-size: 1.5rem;
}
#numbers .item  .item-span{
  font-size: 2rem;
  font-weight: 900;
  color: #0070EF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#numbers .item  .item-span span{
  width: 50%;
}

#numbers .item:nth-child(2) {
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
#numbers .item:nth-child(3) {
  border-right: 1px solid #EEEEEE;
}
#numbers .item:nth-child(4) {
  border-right: 1px solid #EEEEEE;
}


.f-Advantage9{
 
  font-size: 14px;
  color: #666;
  -webkit-text-size-adjust: none;
  user-select: none;
  scroll-behavior: smooth;
  outline: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 5rem 0 0;

 
  
  
}
.f-Productinfo .f-Advantage9 li {
  float: left;
  width: 22%;
  margin-bottom: 4%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-right: 2.5%;
  height: 400px;
  transition: .3s;
  list-style: none;
}

.f-Productinfo .f-Advantage9  li .img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.f-Productinfo .f-Advantage9 li .text2 {
  padding: 1vw 1.8vw 2.1vw 1.8vw;
}
.f-Productinfo .f-Advantage9 li:nth-child(2n) {
  float: left;
  margin-top: -6%;
}

.f-Productinfo .f-Advantage9 li .tit {
  font-size: 26px;
  color: #0070ef;
  margin-top: 30px;
}

.f-Productinfo .f-Advantage9  li .con {
  font-size: 16px;
  color: #777c96;
  line-height: 1.75;
  margin-top: 14px;
}



.f-wdtd .f-plate {
  padding: 2.8% 0;
 
}

.f-wdtd .f-plate .clearfix{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-wdtd .f-plate .clearfix dd{
  width: 32%;
  background-color: #F0F0F0;
  border-radius: 10px;
}
.f-wdtd .f-plate .clearfix .ul img{
  width: 5rem;

}
.f-wdtd .f-plate .clearfix .ul li{
  color: black;
  font-weight: 600;
}
.f-wdtd .f-plate .clearfix .ul{
  justify-content: space-evenly;
}
.f-wdtd .f-plate li{
  list-style: none;
}
.f-wdtd .f-plate  h1 {
  text-align: center;
  color: #333;
  font-size: 40px;
  margin-bottom: 10px;
}

.f-wdtd .f-plate .tex1 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
}


.f-wdtd  .img-block {
  display: block;
  width: 100%;
}
.f-wdtd .f-platedd .txt {
  box-shadow: 0px 0.625em 4.375em rgba(0, 0, 0, 0.05);
  padding: 2.375em 1.875em;
  border-radius: 0 0 15px 15px;
  transition: .3s;
}








/* 
.shadow-tabs
*/

.shadow-EnterBox .shadow-item{
  width: 20%;
}


.shadow-tabs{
  text-align: center;
}

.shadow-tabs-img{
  display: flex;  
  justify-content: center; /* 水平居中 */  
  align-items: center; /* 垂直居中 */  
  height: 15rem; /* 或者其他你需要的高度 */ 
  background-image: url(../image/adv-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.shadow-tabs:hover .shadow-tabs-img {
 
  background-image: url(../image/adv-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.shadow-tabs:hover .fw-bold {
 
  color: #F49946;
}
.shadow-tabs-img-1{
  background-image: url(../image/adv-2.png);
}
.shadow-tabs-img img{
  width: 35%;
}


.shadow-tabs-p{
font-weight: 600;
color: #888888;
}


/* 
.dz-tabs
*/
.dz-tabs{
  overflow: hidden;
  background-image: url(../image/case-back.png);
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: 110%; */
}

.color-white{
  color: white;
}
.color-black{
  color: black;
}
.dz-tabs-row {  
  display: flex;  
  flex-wrap: wrap; /* 允许子项换行 */  

}  

.dz-tabs-row .item {
  /* cursor: pointer; */
  background-color: white;
  color: rgb(29, 28, 28);
  text-align: left;
}

.dz-tabs-row .item:hover {
  background-color: #F49946;
  /* background-image: url(./../assets/img/bg_solution3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%; */
  color: #ffffff;
}


.dz-tabs-row .item .item-left{
  width: 75%;
  margin: 2rem 0 2rem 2rem;
  box-sizing: border-box;  
  word-break:break-all;
}
.dz-tabs-row .item .item-right{
  width: 20%;
  display: flex; /* 启用Flexbox */  
    flex-direction: column; /* 设置为列方向 */  
    justify-content: flex-end; /* 将子元素对齐到容器底部 */  
    margin-bottom: 2rem;
    box-sizing: border-box;  
}

.dz-tabs-row .item img{
  width: 100%;
  
}
.dz-tabs-row .item p{
  line-height: 2rem;
  /* font-weight: 600; */
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  opacity: 0.7;
}


.dz-tabs-row > .col-md-4 {  

    width: calc((100% - 30px) / 3);  
  min-width: calc((100% - 30px) / 3); 
  max-width: calc((100% - 30px) / 3); 
}  

/* 如果需要在小屏设备上调整间距，可以添加媒体查询 */  
@media (max-width: 767.98px) {  
  .dz-tabs-row {  
      flex-direction: column; /* 小屏时改为垂直排列 */  
  }  

  .dz-tabs-row > .col-md-4 {  
      margin-bottom: 15px; /* 可能需要在小屏设备上调整间距 */ 
      width: 100% !important;  
    
  }  
}
/* ----------------------------------------- */

/* 
qr-tabs
*/
.qr-tabs h5{
  font-size: 2rem;
}
.qr-tabs .qr-tabs-lie {
font-size: 0.8rem;

}

.qr-tabs .item{
  width: calc((100% - 5rem) / 4);
  min-width: calc((100% - 5rem) / 4);
  max-width: calc((100% - 5rem) / 4);
  height: 25rem;
  border-radius: 5px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  text-align: center;

  padding: 2rem 0;
  box-sizing: border-box;
}
.qr-tabs .item  {
  font-size: 1.5rem;
  color: black;
}

.qr-tabs .item img{
  width: 60%;
}

.qr-tabs .item:hover {
  background-color: #F49946;
  color: white;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.container-gs{
  color:black;
    letter-spacing: 0.1em;
}
.container-gs h5{
  font-size:2rem;
 
  margin-bottom: 2rem;
  
}
.container-gs .gs-p{

  margin-bottom: 1rem;
}



/*
截至 
 */




  .solutionTab {
    /* background-color: #0a58ca; */
    background-image: url(../image/cop1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;

  }

  .solutionTab .tab {
    margin-top: 70px;
    /* background-color: rgba(0, 0, 0, 0.1); */
        background-color: #0048FF;
  }

  .solutionTab .tab .nav-pills .nav-link {
    width: 100%;
    font-size: 1rem;
    height: 3rem;
  }

  .solutionTab .tab .nav-pills .nav-link.active,
  .solutionTab .tab .nav-pills .show>.nav-link {
    width: 100%;

  border-radius: 0;
    color: #ffffff;
    background-color: #E28B3C;
  }

  .solutionTab .tab .nav-link:focus,
  .solutionTab .tab .nav-link:hover {
    height: 3rem;
  border-radius: 0;
    color: #ffffff;
    background-color: #E28B3C;
  }

  .solutionTab .tab .other {
    width: 100%;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }

  .solutionTab  .col-kh{
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }
  .solutionTab  .col-kh>*{
    margin-right: 1rem;
  }
  .solutionTab .tab .tab-content ul {
    margin-left: -13px;
  }
  .solutionTab .tab .tab-content ul li{
    list-style: none;
  }

  .solutionTab .tab .tab-content .opr_btn a {
    width: 10rem;
    text-align: center;
    margin-right: 0.8rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    background-color: #E28B3C;
    /* border: 1px solid #ffffff; */
    cursor: pointer;
  }

  .solutionTabW{
    background: none;
  }


  

  .partner .card {
    padding-bottom: 3.5rem;
    width: 85%;
    height: auto;
  }

  .partner .carousel-control-next,
  .partner .carousel-control-prev {
    width: 8%;
  }

  .partner .carousel-indicators {
    bottom: 1.6rem;
  }

  .partner .carousel-item {
    padding: 0.5rem 0;
    /* height: auto; */
    box-sizing: border-box;
  }

  .knowMore .btn {
    border-radius: 0;
  }

  .freeTrial {
    /* background-color: #0a58ca; */
    background-color: #D7D7D7;
    
    /* background-image: url(./../assets/img/bg_freeTrial.png);
    background-position: center bottom;
    background-repeat: no-repeat; */
  }
  .freeTrial h3 {
    color: black;
  }

  .freeTrial .btn_1 {
    /* border-color: #ffffff; */
    /* width: 4rem; */
    line-height: 2rem;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    background-color: #0864d6;
  }
  .freeTrial .btn_2 {
    /* border-color: #ffffff; */
    line-height: 2rem;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    background-color: #E78E3E;
  }

  /* .freeTrial .btn:hover {
    opacity: 0.8;
  }

  .freeTrial .btn:first-child {
    background-color: #ffffff;
    color: #0a58ca;
  } */

  .floatBox {
    position: fixed;
    right: 1rem;
    top: calc(70%);
    width: 3.625rem;
    background: rgba(0, 0, 0, 0.2);
  }

  .floatBox .unit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.625rem;
    height: 3.75rem;
    line-height: 1rem;
  }

  .floatBox .unit img {
    width: 2rem;
  }

  .floatBox .unit .hoverBox {
    display: none;
    padding: 0.6rem 0;
    width: 100%;
    height: 100%;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    color: #ffffff;
    font-size: 0.9rem;
    box-sizing: border-box;
    background: #0a58ca;
  }

  .floatBox .unit .phoneBox {
    display: none;
    position: absolute;
    top: 0;
    right: 3.625rem;
    width: 10rem;
    height: auto;
    color: #ffffff;
    background: #0a58ca;
  }

  .floatBox .unit .wechatBox {
    display: none;
    position: absolute;
    top: -0.8rem;
    right: 3.625rem;
    width: 10rem;
    height: auto;
    color: #ffffff;
  }


  .floatBox .unit .phoneBox img,
  .floatBox .unit .wechatBox img {
    width: 100%;
  }

  .floatBox .unit:hover {
    cursor: pointer;
    background: none;
  }

  .floatBox .unit:hover>img {
    display: none;
  }

  .floatBox .unit:hover .hoverBox,
  .floatBox .unit:hover .phoneBox,
  .floatBox .unit:hover .wechatBox {
    display: block;
  }

  .fwBoxLi p{
    display: block;
    padding-left: 1.75rem;
    background: url(../assets/img/icon_01.png) left center no-repeat;
  }
  
  .carousel-indicators [data-bs-target]{
    /* background-color: #ddd!important; */
  }


  .myHoverTab ul{
    padding: 0;
    width: 12.5rem;
    list-style: none;
  }

  .myHoverTab ul li{
    padding: 1rem;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
  }

  .myHoverTab ul li:last-child{
    border-bottom: none;
  }

  .myHoverTab ul li:hover{
    color: #ffffff;
    background: #0a58ca;
  }

  .myHoverTab .myHoverTabCon{
    width: calc(100% - 13.5rem);
  }

  .myHoverTab .myHoverTabCon .conRight{
    width: 100%;
  }

  .myHoverTab .myHoverTabCon .conRight .conRight_Con{
    width: 70%;
  }

  .myHoverTab .myHoverTabCon .conRight .conRight_Con div img{
    display: block;
    width: 100%;
  }

  .myHoverTab .myHoverTabCon .conRight .conRight_Con .top{
    display: block;
    padding: 0.3rem 1.5rem;
  }

  .myHoverTab .myHoverTabCon .conRight .conRight_Con .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
  }

  .myHoverTab .myHoverTabCon .conRight .conRight_Con .bottom div{
    flex: 1;
  }

  .myHoverTab .myHoverTabCon .conRight .conRight_Says{
    width: 30%;
  }

  .myHoverTab .myHoverTabCon .conRight .conRight_Says h5{
    padding-left: 2rem;
    background: url(../assets/img/icon_title.png) left center no-repeat;
  }
  
  .myHoverTab .myHoverTabCon .conRight .conRight_Says p{
    margin-top: 1rem;
  }  

  .myHoverTab .myHoverTabCon .conRight .conRight_Says p em{
    font-style: normal;
    font-weight: bold;
  }
  

  @media only screen and (max-width: 768px) {
    .solutionTab .tab .nav {
      padding-top: 0 !important;
    }

    .solutionTab .tab .nav-pills .nav-link {
      margin: 0 0.2rem;
      width: calc(50% - 0.4rem);
      font-size: 1rem;
      color: #666666;
      background-color: #ffffff;
    }


    .solutionTab .tab .nav-pills .nav-link.active,
    .solutionTab .tab .nav-pills .show>.nav-link {
      width: calc(50% - 0.4rem);
      color: #0a58ca;
    }

    .solutionTab .tab-content {
      border-left: none !important;
      border-top: 1px solid #0a58ca;
    }
  }


  .busin {
    width: 100%;
    margin: 0 auto;
    background: #f0f1f7;
  }
  
  .busin_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .busin_con .tit {
    font-size: 30px;
    color: #5a5a5a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .busin_con .tit_p {
    text-align: center;
    color: #5a5a5a;
  }
  .busin_lef{
    float: left;
    width: 50%;
    text-align: center;
  }
  .busin_lef p{
    text-align: left;
    line-height: 180%;
  }
  .busin_lef img{
    width: 80%;
    text-align: center;
  }
  .busin_rig{
    width: 50%;
    float: left;
    text-align: center;
  }
  .busin_rig p{
    text-align: left;
  }
  .bus_con{
    overflow: hidden;
    margin-top: 70px;
  }
  .busin_rig li{
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
  }
  .busin_rig li span{
    float: left;
    width: 14px;
    height: 6px;
    background: #004EA2;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }
  .busin_rig li p{
    width: 90%;
    float: left;
  }
  .busin_rig li:nth-of-type(2) span{
    background: #6c9fc8;
  }
  .busin_rig li:nth-of-type(3) span{
    background: #9ecf8d;
  }
  .busin_rig li:nth-of-type(4) span{
    background: #f8c389;
  }
  .busin_btn{
    margin-top: 40px;
  }
  .busin_btn a{
    width: 120px;
    height: 37px;
    background:#004ea2;
    border-radius: 3px;
    line-height: 37px;
    text-align: center;
    float: left;
    margin-right: 20px;
    color: #fff!important;
    cursor: pointer;
    text-decoration: none;
  }
  
  .busin_btn a:nth-of-type(2){
    background: none;
    border: 1px solid #004EA2;
    color: #004EA2!important;
  }
  
  .busin.nobg {
    background: #fff;
  }
  .busin_rig  img{
    width: 80%;
  }
  
  .nobg .busin_lef li{
    margin-bottom: 15px;
  }
  .nobg .busin_lef li span{
    float: left;
    width: 14px;
    height: 6px;
    background: #004EA2;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
  }
  .busin.nobg .busin_rig li p{
    width: 90%;
    float: left;
    color: #242629;
  }
  .busin.nobg .busin_lef li:nth-of-type(2) span{
    background: #6c9fc8;
  }
  .busin.nobg .busin_lef li:nth-of-type(3) span{
    background: #9ecf8d;
  }
  .busin.nobg .busin_lef li:nth-of-type(4) span{
    background: #f8c389;
  }

/* 行业方案 */
  .tabcase_in .tabcase_list .list_nav ul {
    width: 90%;
  }
  
  .tabcase_list ul li {
    font-size: 16px;
    list-style: none;
  }
  
  .list_nav li{
    width: 8.3335%;
    float: left;
    text-align: center;
  }
  
  .tabcase_list .list_nav {
    width: 1200px;
    margin: 70px auto 20px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  
  .tabcur{
    border-bottom: 1px solid #012689;
    color: #012689;
    font-weight: bold;
    padding-bottom: 21px;
  }
  
  
  .tabcase_list .nr_left {
    width: 100%;
  }
  
  .tabcase_list .nr_right {
    width: 100%;
  }
  
  .tabcase_list .nr_right img {
    width: 100%;
  }
  
  
  .tabcase_list .list_nr {
    width: 100%;
  }
  
  .tabcase_list .list_nr .listnr {
    width: 100%;
  }
  
  .listnr div img {
    width: 90%;
  }
  
  .tabcase_list .yh_div div {
    width: 33.33%;
  }

  .tabcase_list .list_nr {
    width: 100%;
  }
  
  .tabcase_list .list_nr .listnr {
    width: 100%;
  }
  
  .listnr div img {
    width: 90%;
  }
  
  
  /*
 .RighInfo001749
 */
.RighInfo001749 {
	padding: 2% 0;
}

.RighInfo001749 h1{
	margin: 5% 0 2%;
	font-size: 34px;
	color: #525252;
	font-weight: 400;
	font-weight: bold;
	text-align: center;
}
.RighInfo001749 h2 {
	margin: 0 0 5%;
	padding-top: 1%;
	font-size: 24px;
	color: #525252;
	font-weight: bold;
}

.RighInfo001749 h3 {
	margin: 3% 0 2%;
	font-size: 28px;
	color: #525252;
	font-weight: 400;
	font-weight: bold;
	text-align: center;
}

.RighInfo001749 h4{
	font-size: 16px;
	font-weight: 800;
	margin: 0;
	color: #525252;
}

.RighInfo001749 p {
	font-size: 15px;
	color: #666;
	line-height: 180%;
	text-align: justify;
	margin:10px auto 20px;
}
.RighInfo001749 p span{
	font-weight:bold;
	color: #525252;
	margin-right: 10px;
	font-size: 18px;
}

.auto {
  margin: 0 auto;
}

.auto_1200 {
  max-width: 1200px;
}
@media(max-width:1280px){.auto_1280{ padding:0 2%;}}
.auto_1200{ max-width:1200px;}
@media(max-width:1230px){.auto_1200{ padding:0 15px; max-width: 1230px;}}
.auto_1180{ max-width:1180px;}

ol, ul{
  padding-left: 0;
}


/*
 .RighInfo001749
 */
 .RighInfo001749 {
	padding: 2% 0;
}

.RighInfo001749 h1{
	margin: 5% 0 2%;
	font-size: 34px;
	color: #525252;
	font-weight: 400;
	font-weight: bold;
	text-align: center;
}
.RighInfo001749 h2 {
	margin: 0 0 5%;
	padding-top: 1%;
	font-size: 24px;
	color: #525252;
	font-weight: bold;
}

.RighInfo001749 h3 {
	margin: 3% 0 2%;
	font-size: 28px;
	color: #525252;
	font-weight: 400;
	font-weight: bold;
	text-align: center;
}

.RighInfo001749 h4{
	font-size: 16px;
	font-weight: 800;
	margin: 0;
	color: #525252;
}

.RighInfo001749 p {
	font-size: 15px;
	color: #666;
	line-height: 180%;
	text-align: justify;
	margin:10px auto 20px;
}
.RighInfo001749 p span{
	font-weight:bold;
	color: #525252;
	margin-right: 10px;
	font-size: 18px;
}

.RichInfo002 .item {
	color: #323232;
	margin: 0 auto;
	padding: 15px 0;
	max-width: 553px;
	position: relative
}

.RichInfo002 .item .word {
	text-align: center;
	margin-bottom: 15px
}

.RichInfo002 .item .pic {
	text-align: center
}

.RichInfo002 .item .tit {
	margin-top: 0;
	font-size: 24px;
	font-weight: 400;
	font-style: italic
}

.RichInfo002 .item .tit em {
	font-size: 12px;
	display: block;
	padding-left: 22px;
	text-transform: uppercase
}

.RichInfo002 .item.first .tit {
	font-style: normal;
	color: #323232;
	font-size: 24px
}

.RichInfo002 .item.first .con .stit {
	color: #323232;
	font-size: 18px;
	text-transform: uppercase
}


@media screen and (min-width: 768px) {
	
	
	.RichInfo002 .item {
		max-width: none;
		margin: 0;
		padding: 0
	}

	.RichInfo002 .item .word {
		float: left;
		width: 50%;
		text-align: left;
		padding-right: 5%;
		padding-left: 0;
		margin-bottom: 0
	}

	.RichInfo002 .item .pic {
		float: right;
		width: 46%
	}

	.RichInfo002 .item .tit,
	.RichInfo002 .item.first .tit {
		font-size: 30px
	}

	.RichInfo002 .item .word {
		position: absolute;
		width: 55%;
		top: 10%;
		height: 90%;
		padding: 4% 10% 0 8%
	}

	.RichInfo002 .item .tit em {
		font-size: 14px
	}

	.RichInfo002 .item.first,
	.RichInfo002 .item.second {
		position: relative;
	}

	.RichInfo002 .item.first .word {
		left: 0
	}

	.RichInfo002 .item.first .pic,
	.RichInfo002 .item.second .pic {
		position: relative;
		z-index: 2
	}

	.RichInfo002 .item.second .pic {
		float: left
	}

	.RichInfo002 .item.second .word {
		right: 0
	}

	.RichInfo002 .item.second .pic {
		position: relative;
		z-index: 2
	}

}

.RichInfo002 .classical {
	padding: 4% 2% 4% 2%;
}


/*中商优势*/
.youshi {
	width: 100%;
	margin: 0 auto;
	background: url(../img/hyfa/yss_bg.png) no-repeat center top;
	padding-top: 1px;
	padding-bottom: 35px;
}

.youshi .tit {
	width: 100%;
	margin: 80px auto 40px;
	color: #333;
}

.youshi .tit_con {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
	text-align: center;
}

.youshi .tit_con h2 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
}

.youshi .tit_con p {
	font-size: 20px;
	color: #fff;
}

.youshi ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.youshi ul:nth-of-type(1) {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.youshi ul li {
	width: 47%;
	margin-right: 3%;
	margin-bottom: 30px;
	float: left;
	background: url(../assets/img/hyfa/youshi1.png) no-repeat left center;
	text-align: left;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	padding-left: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.youshi ul li h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.youshi ul li p {
	line-height: 150%;
}

.youshi ul:nth-of-type(1) li:nth-of-type(2) {
	background: url(../assets/img/hyfa/youshi2.png) no-repeat left center;
	margin-right: 0;
	margin-left: 3%;
}

.youshi ul:nth-of-type(1) li:nth-of-type(3) {
	background: url(../assets/img/hyfa/youshi3.png) no-repeat left center;
}

.youshi ul:nth-of-type(1) li:nth-of-type(4) {
	background: url(../assets/img/hyfa/youshi4.png) no-repeat left center;
	margin-right: 0;
	margin-left: 3%;
}

.youshi ul:nth-of-type(1) li:nth-of-type(5) {
	background: url(../assets/img/hyfa/youshi5.png) no-repeat left center;
}

.youshi ul:nth-of-type(1) li:nth-of-type(6) {
	background: url(../assets/img/hyfa/youshi6.png) no-repeat left center;
	margin-right: 0;
	margin-left: 3%;
}

.youshi ul:nth-of-type(2) {
	width: 1100px;
	margin: 0 auto;
}

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; }

.flexslider, .slides li{
  height: 467px;
}

.he_b2p2nyb {
  width: 100%;
  position: relative;
}

.he_b2p2nul {
  margin: 0 -16px;
}

.he_b2p2nli {
  width: 14.28%;
  padding: 0 16px;
}

.he_b2p2ntu {
  width: 100%;
  position: relative;
}

.he_img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.he_img1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.he_b2p2ntu img {
  transition: all 0.36s;
}

.he_b2p2ar {
    width: 26px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}


.he_b2p2ngt {
  width: 100%;
  position: relative;
}

.he_b2p2ngt img {
  width: 100%;
}

.he_b2p2ngt .he_img1 {
  border-radius: 50%;
  padding: 12px;

}

.he_b2p2ar img {
    width: 100%;
    opacity: 0.5;
}

.he_b2p2ntu:hover .he_img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -moz-transform: rotate(360deg);
  /* Firefox */
  -webkit-transform: rotate(360deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(360deg);
  /* Opera */
}

.he_b2p2ngt:hover .he_b2fbchg img {
  transform: scale(1.05);
}

.he_b2fbc {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
}

.he_b2fbchg {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.he_b2fbchg img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.36s;
}


.he_b2fbchg {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.he_b2fbchg img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.36s;
}

.he_b2p2bj.on .he_b2p2nli1 .he_b2p2ar {
  animation: shan 2s infinite linear;
  -webkit-animation: shan 2s infinite linear;
  -moz-animation: shan 2s infinite linear;
  -o-animation: shan 2s infinite linear;
}

.he_b2p2bj.on .he_b2p2nli2 .he_b2p2ar {
  animation: shan 2s infinite linear;
  -webkit-animation: shan 2s infinite linear;
  -moz-animation: shan 2s infinite linear;
  -o-animation: shan 2s infinite linear;
  animation-delay: 0.3s;
}

.he_b2p2bj.on .he_b2p2nli3 .he_b2p2ar {
  animation: shan 2s infinite linear;
  -webkit-animation: shan 2s infinite linear;
  -moz-animation: shan 2s infinite linear;
  -o-animation: shan 2s infinite linear;
  animation-delay: 0.6s;
}


.he_b2p2bj.on .he_b2p2nli4 .he_b2p2ar {
  animation: shan 2s infinite linear;
  -webkit-animation: shan 2s infinite linear;
  -moz-animation: shan 2s infinite linear;
  -o-animation: shan 2s infinite linear;
  animation-delay: 0.9s;
}


.he_b2p2bj.on .he_b2p2nli5 .he_b2p2ar {
  animation: shan 2s infinite linear;
  -webkit-animation: shan 2s infinite linear;
  -moz-animation: shan 2s infinite linear;
  -o-animation: shan 2s infinite linear;
  animation-delay: 1.2s;
}


.he_b2p2bj.on .he_b2p2nli6 .he_b2p2ar {
  animation: shan 2s infinite linear;
  -webkit-animation: shan 2s infinite linear;
  -moz-animation: shan 2s infinite linear;
  -o-animation: shan 2s infinite linear;
  animation-delay: 1.5s;
}

.he_b2p2ngf {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 100px;
}

.he_b2p2ngf::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 94px;
  border-left: 3px dashed #0864d6;
}

.he_b2p2ng1 {
  display: inline-block;
  background: #0864d6;
  padding: 0.5rem;
  width: 133px;
  border-radius: 5px;
}

.he_b2p2ng1 p {
  margin: 0!important;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}

.he_b2p2ng2 p {
  font-size: 1rem;
  line-height: 1.8;
  color: #fff;
  overflow: hidden;
}

.he_b2p2ng2 {
  margin-top: 20px;
}

.he_b2p1 {
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.he_b2p1bx {
  width: 100%;
}

.he_b2p1ti {
  margin-bottom: 80px;
}

.he_b2p1kul {
  padding-top: 1rem;
  width: 100%;
  position: relative;
}

.he_b2p1ul {
  width: 100%;
}

.he_b2p1li {
  width: 100%;
  margin-bottom: 1.5rem;
}

.he_b2p1le {
  width: 266px;
  position: relative;
}

.he_b2p1ri {
  width: calc(100% - 266px);
  padding-left: 280px;
  position: relative;
}

.he_b2p1ri::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 18px;
  width: 250px;
  border-top: 1px dashed #a9a9a9;
}

.he_b2p1nyri p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2;
  height: 45px;
  overflow: hidden;
}

.he_b2p1nyle {
  width: 35px;
  position: relative;
  margin-top: 6px;
}

.he_b2p1nyle img {
  width: 100%;
}

.he_b2p1nyri {
  width: calc(100% - 35px);
}

.he_b2p1nyq {
  position: relative;
  width: 100%;
  text-align: center;
}

.he_b2p1nyq::after {
  content: '';
  position: absolute;
  top: -6px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #70abf4;
  z-index: 10;
}

.he_tucheng {
  width: 100%;
  height: 100%;
  background: #4d94ed;
  position: absolute;
  top: 6px;
  left: -8px;
}

.he_tucheng1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #0864d6;
}


.he_b2p1nbv {
  display: inline-block;
  min-width: 203px;
  padding: 0.5rem 0;
}

.he_b2p1rdle {
  width: 36px;
  background: #1f7bed;
  border-radius: 50%;
  margin-top: 6px;
}

.he_b2p1rdle p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.he_b2p1rdri {
  width: calc(100% - 36px);
  padding-left: 19px;
}

.he_b2p1k1 p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #525252;
  font-weight: bold;
  height: 45px;
  overflow: hidden;
}

.he_b2p1ryu {
  width: 100%;
  position: relative;
}

.he_b2p1k2 {
  margin-top: 5px;
}

.he_b2p1k2 p {
  font-size: 18px;
  line-height: 1.85;
  color: #666666;
  height: 33px;
  overflow: hidden;
}

.he_b2p1li2 .he_tucheng1 {
  background: #1671e2;
}

.he_b2p1li3 .he_tucheng1 {
  background: #3180e2;
}

.he_b2p1li4 .he_tucheng1 {
  background: #3a8aed;
}



.he_b2p1li2 .g_fadein1 {
  animation-delay: 0.9s;
}

.he_b2p1li2 .g_fadein5 {
  animation-delay: 1.1s;
}

.he_b2p1li2 .g_fadein9 {
  animation-delay: 1.3s;
}

.he_b2p1li2 .g_fadein10 {
  animation-delay: 1.6s;
}

.fl
{
    float: left;
}

.he_b1p2bx .he_img1 {
  opacity: 0;
  transition: all 0.36s;
}

.he_b1p2bx.on .he_img {
  opacity: 0.2;
}

.he_b1p2bx.on .he_b1p2hd1 {
  opacity: 1;
}

.he_b1p2bx.on1 .he_img {
  opacity: 0.2;
}

.he_b1p2bx.on1 .he_b1p2hd2 {
  opacity: 1;
}

.he_b1p2bx.on2 .he_img {
  opacity: 0.2;
}

.he_b1p2bx.on2 .he_b1p2hd3 {
  opacity: 1;
}

.he_b1p2bx.on3 .he_img {
  opacity: 0.2;
}

.he_b1p2bx.on3 .he_b1p2hd4 {
  opacity: 1;
}

.he_b1p2bx.on4 .he_img {
  opacity: 0.2;
}

.he_b1p2bx.on4 .he_b1p2hd5 {
  opacity: 1;
}



.he_b2p1li1 .g_fadein1 {
  animation-delay: 0.1s;
}

.he_b2p1li1 .g_fadein5 {
  animation-delay: 0.3s;
}

.he_b2p1li1 .g_fadein9 {
  animation-delay: 0.5s;
}

.he_b2p1li1 .g_fadein10 {
  animation-delay: 0.7s;
}

.he_b2p3rt {
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.he_b2p3lile {
  width: 2.5rem;
  position: relative;
}

.he_b2p3liri {
  width: calc(100% - 40px);
}

.he_b2p3lhy p {
  padding-left: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #525252;
}

.he_b2p3lhy.he_b2p1nyri {
  width: 100%;
}

.he_b2p3lhp p {
  font-size: 18px;
  line-height: 2;
  color: #666666;
  height: 72px;
  overflow: hidden;
}

.he_b2p3rg {
  width: 18%;
}

.he_b2p3lhp {
  padding-left: 18px;
  margin-top: 0.5rem;
}

.he_b2p3li {
  margin-bottom: 74px;
}

.he_b2p3rgce {
  width: 64%;
  position: relative;
}

.he_b2p3rhg {
  width: 100%;
}


.g_fadeup1 {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  animation-delay: 0.4s;
}

/*载入效果*/
.g_fadein1 {
  -webkit-animation: fadeIn 1s ease both;
  animation: fadeIn 1s ease both;
  animation-delay: 0.3s;
}
.he_b2p3rgce {
  width: 64%;
  position: relative;
}

.fr
{
    float: right;
}

.he_b2path {
  opacity: 0;
}
