/* 业务-面向用户 */
.business-user{
  padding-bottom: 20px;
}
.business-user .section-item{
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.business-user .section-item .mod-s-con{
  padding-left: 100px;
  padding-right: 12px;
  width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
}
.business-user .section-item.white-bg{
  padding-top: 96px;
  padding-bottom: 96px;
}
.business-user .section-item.gray-bg{
  padding-top: 40px;
  padding-bottom: 40px;
}
.business-user .section-item .mess-text{
  width: 344px;
  padding-right: 64px;
  float: left;
}
.business-user .section-item.section-one-item .mess-text{
  margin-top: 44px;
}
.business-user .section-item.section-two-item .mess-text{
  margin-top: 165px;
}
.en-us .business-user .section-item.section-two-item .mess-text{ margin-top:90px;}

.business-user .section-item.section-three-item .mess-text{
  margin-top: 220px;
}
.en-us .business-user .section-item.section-three-item .mess-text{ margin-top:190px;}

.business-user .section-item.section-four-item .mess-text{
  margin-top: 156px;
}
.business-user .section-item .mess-text h3{
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
  color: #2a2e2e;
  
}
.business-user .section-item .mess-text .desc{
  font-size: 14px;
  line-height: 25px;
  color: #5f6464;
}
.business-user .section-item .product-box{
  overflow: hidden;
}
.business-user .section-item .product-box .box{
  width: 25%;
  min-height: 224px;
  float: left;
  text-align: center;
  padding-top: 26px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
}

.business-user .section-item.white-bg .product-box .box:hover{
  background: #FBFBFB;
}
.business-user .section-item.gray-bg .product-box .box:hover{
  background: #ffffff;
}

.business-user .section-item .product-box .box .logo-pic{
  width: 100%;
}
.business-user .section-item .product-box .box .logo-pic img{
  width: 96px;
}
.business-user .section-item .product-box .box .mess{
  margin-top: 8px;
  width: 100%;
}
.business-user .section-item .product-box .box .name{
  font-size: 20px;
  line-height: 36px;
  color: #2a2e2e;
}
.en-us .business-user .section-item .product-box .box .name{ line-height: 30px;}

.business-user .section-item .product-box .box .desc{
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #5f6464;
}
.en-us .business-user .section-item .product-box .box .desc{
  display: none;
}
.en-us .to-c-pop .pop-box .mess-box .ms .label{
  display: none;
}

/* 业务-面向企业 */
.business .brand-item{
  position: relative;
}
.business .brand-item.white-bg{
  padding-top: 96px;
  padding-bottom: 96px;
}
.business .brand-item.gray-bg{
  padding-top: 72px;
  padding-bottom: 72px;
}


.business .brand-item .b-flx{
  margin-top: 43px;
  overflow: hidden;
}
.business .brand-item .b-flx .mobile-flx{
  display: none;
}
.business .brand-item .b-flx img{
  width: 100%;

}
.swiper-flx{
  margin-top: 45px;
}
.product-box{
  overflow: hidden;
	margin-top:45px;
}
.swiper-flx .pic-box{
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}
.swiper-flx .pic-box .box li{
  float: left;
  width: 1200px;
  overflow: hidden;
  display: none;
}
.swiper-flx .pic-box .box .active-li{
  display: block;
}
.swiper-flx .pic-box .box li img{
  width: 100%;
}
.swiper-flx .tab-box{
  overflow: hidden;
}
.swiper-flx .tab-box .box li{
  float: left;
  width: 25%;
  min-height: 240px;
  padding: 32px 40px 20px 40px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background-color: #f2f3f5;
}

.en-us .swiper-flx .tab-box .box li{ min-height:350px;}
.swiper-flx .tab-box .box li.active-tab{
  background-color: #fbfbfb;
}
.swiper-flx .tab-box .box li.active-tab:before{
  content: ' ';
  width: 100%;
  height: 4px;
  background-color: #0052d9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.swiper-flx .tab-box .box .label{
  font-size: 20px;
  line-height: 36px;
  color: #2a2e2e;
  margin-bottom: 8px;
}
.swiper-flx .tab-box .box .desc{
  font-size: 14px;
  line-height: 25px;
  color: #5f6464;
}
.product-box .mid-label{
  font-size: 24px;
  color: #2a2e2e;
  
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
}
.product-box .item{
  width: 32%;
  background-color: #fbfbfb;
  min-height: 320px;
  box-sizing: border-box;
  padding: 53px 48px;
  float: left;
}
.product-box .item.item-two{
  margin: 0 2%;
}
.en-us .product-box .item{ min-height:330px;}
.product-box .item-one{
  float: left;
}
.product-box .item .pic{
  margin-bottom: 16px;
}
.product-box .item .pic img{
  height: 32px;
}
.product-box .item .desc{
  font-size: 14px;
  line-height: 25px;
  color: #5f6464;
}
.business .type-box .item{
  margin-top: 45px;
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.business .type-box .item .mask-bg{
  width: 100%;
  overflow: hidden;
  height: 320px;
  box-sizing: border-box;
}
.business .type-box .item .mask-bg img{
  width: 100%;
}
.business .type-box .item .mess{
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding: 32px;
  left: 0;
  bottom: 0;
}
.business .type-box .item .label{
  font-size: 24px;
  color: #ffffff;
  
  margin-bottom: 8px;
}
.business .type-box .item .desc{
  display: none;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
}

#swiper{
	position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner-wrap .swiper-slide {
    max-width: 1440px;
    height: 360px;
    overflow: hidden;
}
#swiper .swiper-slide{
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-two-box{
  display: none;
}
.swiper-two-box .step-box{
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}
.swiper-two-box .step-box .mess{
  float: left;
  font-size: 14px;
  color: #2A2E2E;
  line-height: 25px;
  letter-spacing: 0;
  padding-right: 16px;
}
.swiper-two-box .step-box .line-box{
  overflow: hidden;
  height: 2px;
  background: #E9ECF0;
  margin-top: 11px;
}
.swiper-two-box .step-box .line-box .l{
  width: 25%;
  height: 2px;
  background: #0052D9;
  float: left;
}
#swiper .swiper-slide .img-box{
	position: relative;
  width: 100%;
  min-height: 177px;
	margin: 0 auto;
}
#swiper .swiper-slide .mess-box{
  margin-top: 12px;
}
#swiper .swiper-slide .mess-box .swi-title{
  font-size: 14px;
  color: #2A2E2E;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 4px;
}
#swiper .swiper-slide .mess-box .swi-desc{
  font-size: 14px;
  color: #5F6464;
  letter-spacing: 0;
  line-height: 25px;
}
#swiper .swiper-slide .img-box img{
  width: 100%;
  min-height: 177px;
}
.swiper-slide a{ display: block; width: 100%; height: 100%;position: relative;}
.swiper-slide .banner-pic{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	max-width: 1440px;
}


@media screen and (max-width: 1500px) {
	.business-user .mod-tab-wrap .section-item .mod-s-con{ padding-left: 105px;}
}


@media screen and (max-width: 1250px) {
	.business-user .mod-tab-wrap .section-item .mod-s-con{ padding-left: 0px;}
}


@media screen and (max-width: 1024px) {
	.en-us .business-user .section-item.section-one-item .mess-text{ margin-top:0px;}
	.en-us .business-user .section-item .product-box{ padding-top:50px;}
}

@media screen and (max-width: 768px) {
	.product-box .item .pic img{ height:28px;}
}

/*   */

.bus_bj{width:100%;height:710px;}
.bus_bj img{width:100%;height:100%;}
.bus_title{height:40px;font-size:36px;}
.bus_title_3{height:30px;font-size:12px;line-height:20px;}
.bus_nrk{}
.min-titl{padding: 33px;}

.hxyw{width:1583px;height:710px;position:relative;top:0px;left:0px;margin:0 auto;}
.hxyw:hover .title{animation:myleft 2s;}
.title{width:1200px;height:110px;position:absolute;top:32px;left:13%;text-align:center;}
.hxyw .bus_title{color:#666;}
.hxyw .bus_title_1{color:#b6b6b6;}
.hxyw .bus_title_2{color:#333;}
.hxyw .bus_title_3{color:#999;}
.hxyw .bus_nr{width:1200px;height:550px;margin:0 auto;position:absolute;bottom:0px;left:13%;}
.hxyw:hover .bus_nr{animation:myright 2s;}
.bus_nr .bus_xhkz{width:912px;height:420px;position:absolute;top:0px;left:15%;}
.bus_nr table{width:672px;height:420px;border:none;position:absolute;top:43px;left:24.8%;}
.bus_nr table tr td{width:33%;height:50%;text-align:center;cursor:pointer;}           
.bus_nr table tr td:hover{background:#ed9e27;box-shadow:2px 2px 2px rgba(0,0,0,0.5);filter:alpha(opacity=50);}
.bus_nr table tr td:hover div{background-position:bottom center;}
.bus_nr table tr td:hover em{color:#fff;}
.bus_nr table tr td:hover p{color:#fff;}
.bus_nr table tr .bottom{border-bottom:solid #ccc 1px;}
.bus_nr table tr .right{border-right:solid #ccc 1px;}
.bus_nr table tr td div{width:50px;height:32px;margin:0 auto;margin-bottom:20px; transition:background 1s;}
.bus_nr table tr td .tab_1{background:url('../images/syyx.png') no-repeat top center;}
.bus_nr table tr td .tab_2{background:url('../images/dzkf.png') no-repeat top center;}
.bus_nr table tr td .tab_3{background:url('../images/rjkf.png') no-repeat top center;}
.bus_nr table tr td .tab_4{background:url('../images/luq.png') no-repeat top center;}
.bus_nr table tr td .tab_5{background:url('../images/wzjs.png') no-repeat top center;}
.bus_nr table tr td .tab_6{background:url('../images/xtjc.png') no-repeat top center;}
.bus_nr table tr td p{font-size:14px; color:#555;}
.bus_nr table tr td em{font-size:12px;color:#999;height:30px;line-height:30px;}
.yid-mideel{display: none;}
.pc-mideel{padding-top: 46px;}

@media screen and (max-width: 768px) {
	.pc-mideel{
		display: none;
	}
	.yid-mideel{
		display: block;
		margin-bottom: -12px;
		padding-top: 33px;
	}
	.bus_nr table{width: 100%;position:initial;}
	.bus_nr table tr td{height: 188px !important;}
	.title{position: initial;text-align: center;width: auto;height: 166px;}
	.bus_title{color:#666;}
	.bus_title_3{color:#999;height: 100px;}
	.min-titl{padding: 33px;}
}

