.content-box {
    width: 1120px;
    margin: auto;
}
.carousel .item,
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-control {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: inherit !important;
}
.carousel .carousel-inner .item .imgs {
  width: 100%;
  height: 550px;
  position: relative;
}
.carousel .bgimg-01 {
  background: url(../img/adv/b1.jpg) no-repeat top center;
}
.carousel .bgimg-02 {
  background: url(../img/adv/b2.jpg) no-repeat top center;
}
.carousel .bgimg-03 {
  background: url(../img/adv/b3.jpg) no-repeat top center;
}
.carousel .bgimg-04 {
  background: url(../img/adv/b4.jpg) no-repeat top center;
}
.carousel .bgimg-05 {
  background: url(../img/adv/b5.jpg) no-repeat top center;
}
.page-index .item {
  min-height: 550px;
}
.page-index a.carousel-control {
  background-image: none;
  background: rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 74px;
  border-radius: 5px;
  line-height: 74px;
  padding: 0;
}
.page-index a.carousel-control:hover {
  background: rgba(0, 0, 0, 0.2);
}
.page-index a.carousel-control.left {
  left: 20px;
}
.page-index a.carousel-control.right {
  right: 20px;
}
.page-index a.carousel-control svg {
  width: 15px;
  height: 100%;
}
.carousel .item .pro-con {
  width: 500px;
  margin-top: 114px;
}
.carousel .item .pro-con h1 {
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 56px;
  font-weight: bold;
}
.carousel .item .pro-con p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #666;
  line-height: 28px;
}
.carousel .item .pro-con a.btn-primary {
  width: 190px;
  height: 50px;
  line-height: 34px;
  text-align: center;
  font-size: 20px;
  border-radius: 62px;
  background: #59a3fc;
}
.carousel .item .pro-con a.btn-primary:hover {
  background: #8bbffd;
}
.carousel-indicators {
  bottom: 30px !important;
  font-size: 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin-right: 15px !important;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}
.carousel-indicators li:last-child {
  margin-right: 0;
}
.carousel-indicators li:hover {
  background: rgba(89, 207, 255, 0.3);
  border-color: rgba(43, 137, 189, 0.3);
}
.carousel-indicators .active,
.carousel-indicators .active:hover {
  width: 14px;
  height: 14px;
  background: #59a3fc;
  border-color: transparent;
}

.cardBody {
  margin-top:40px;
  text-align: center;
  color:#2c3e50;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  height:208px;
}
.cardBody .xt {
  font-size: 28px;
  color: #2c3e50;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding: 0 11px;
}
.cardBody .ts {
  font-size: 18px;
  color: #2c3e50;
  text-align: center;
  line-height: 20px;
  height: 20px;
  margin: 20px 0 20px;
}
.cardBody .tabLine {
  display: inline-block;
  position: relative;
}
.cardBody .tabLine .line {
  height: 4px;
  width: 186px;
  background: #2589FF ;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.cardBody .cardUl li {
  float: left;
  width: 186px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  list-style: none;
}
.cardBody .cardUl li .pc {
  height: 60px;
  line-height: 60px;
}
.cardBody .cardUl li .pc .cmIcon {
  max-height: 60px;
}
.cardBody .cardUl li .pc .cmIconActive {
  display: none;
  max-height: 60px;
}
.cardBody .cardUl li .name {
  font-size: 20px;
  color: #2c3e50;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 14px 0 10px;
}
.cardBody .cardUl .activeLi .name {
  color: #2589FF;
}
.cmContent {
  height: 650.87px;
  position: relative;
  background: #2a75ed;
}
.sectionCard {
  background: #2a75ed;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.sectionCard .tyImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.7;
}
.sectionCard .tyImg img {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 80px;
  left: 50%;
}
.sectionCard .Card {
  padding: 0  50px 54px;
}
.sectionCard .sectionName {
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  height: 34px;
  padding: 60px 52px;
}
.sectionCard .sectionCardWarp .cardWarpText {
  width: 43%;
  float: left;
  padding-top: 100px;
}
.sectionCard .sectionCardWarp .cardWarpText .cardTab {
  font-size: 18px;
  width: 360px;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 28px;
  cursor: pointer;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.83);
  border: 1px solid  transparent;
  transition: all 0.1s;
}
.sectionCard .sectionCardWarp .cardWarpText .cardTab span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 12px;
  top: 21px;
}
.sectionCard .sectionCardWarp .cardWarpText .rightTab {
  margin-left: 70px;
}
.sectionCard .sectionCardWarp .cardWarpText .active {
  border: 1px solid  #2589FF;
  color: #FFFFFF !important;
  opacity: 1;
}
.sectionCard .sectionCardWarp .cardWarpPic {
  float: left;
  width: 57%;
  height: 334px;
  position: relative;
}
.sectionCard .sectionCardWarp .cardWarpPic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.sectionCard .sectionCardWarp .cardWarpPic img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.sectionCard .bnt {
  text-align: center;
  margin-top: 59px;
}
.sectionCard .bnt a {
  width: 138px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background: #2589FF;
  position: relative;
}
.sectionCard .bnt .first {
  margin-right: 30px;
}
.sectionCard .bnt .ty {
  margin-left: 0!important;
  left: 0 !important;
}
.sectionCard .bnt img {
  position: absolute;
  height: 138px;
  width: 138px;
  bottom: 42px;
  left: 0px;
  display: none;
}
.sectionCard .bnt .ty:hover img {
  display: block;
}

.multi-channel{
	max-width:1200px;
	margin:0 auto;
	padding:40px 0 20px 0;
}
.multi-channel-title{
	font-size:28px;
	color:#333;
	margin-bottom:40px;
	text-align:center;
}
.multi-channel ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.multi-channel ul li{
	width:280px;
	margin:0 .5%;
	height:350px;
	position:relative;
	text-align:center;
	cursor:pointer;
}
.multi-channel ul li .mask{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:40px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.multi-channel ul li .mask .img{
	width:70px;
	height:70px;
	margin:0 auto;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.multi-channel ul li .mask .iconfont-img{
	width:70px;
	height:70px;
}
.multi-channel ul li .mask h3{
	font-size:16px;
	color:#fff;
	line-height:40px;
	margin-top:10px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.multi-channel ul li .mask h3 a{color:#fff}
.multi-channel ul li .mask p{
	font-size:15px;
	color:#fff;
	opacity:0;
	position:relative;
	top:50px;
	-webkit-transition:all .5s;
	transition:all .5s;
}
.multi-channel ul li:hover .img,.multi-channel ul li:hover h3{
	-webkit-transform:translateY(-20px);
	transform:translateY(-20px);
}
.multi-channel ul li:hover .mask{
	background-color:rgba(16,92,251,.8);
}
.multi-channel ul li:hover .mask p{
	opacity:1;
	-webkit-transform:translateY(-40px);
	transform:translateY(-40px);
}
.multi-channel ul li.multi-item-0{background-image:url(../img/img_bg_1.jpg)}
.multi-channel ul li.multi-item-1{background-image:url(../img/img_bg_2.jpg)}
.multi-channel ul li.multi-item-2{background-image:url(../img/img_bg_3.jpg)}
.multi-channel ul li.multi-item-3{background-image:url(../img/img_bg_4.jpg)}
.multi-channel ul li.multi-item-4{background-image:url(../img/img_bg_5.jpg)}

.data-content{height:380px;padding-top:50px;background-color:#333;background:-webkit-gradient(linear,left bottom, left top,color-stop(0, #4a8ee8),to(#105cfb));background:linear-gradient(0deg,#4a8ee8 0,#105cfb 100%);background-size:100%;text-align:center;margin:0;overflow:hidden;color:#fff}
.data-content .data-title{font-size:28px;margin-bottom:30px}
.data-content .data-list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 60px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.data-content .data-list .data-text{font-size:30px}
.data-content .data-list .data-text .data{font-size:80px;font-weight:600}
.data-content .data-list hr{width:50px;height:2px;margin:5px auto 20px;background:#fff}
.data-content .data-list .data-item_content{font-size:16px}

.service-client{width:1200px;margin:-300px auto 20px auto;}
.service-client .solution-title{font-size:28px;color:#333;margin-bottom:40px;text-align:center}
.service-client .title-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:10px}
.service-client .title-icon .icon-item{margin:0 50px;text-align:center}
.service-client .title-icon .icon-item img{width:70px;height:70px}
.service-client .title-icon .icon-item p{font-size:18px;color:#fff;line-height:40px}
.service-client ul li{width:190px;height:180px;float:left;position:relative}
.service-client ul li img{display:block;}
.service-client ul li .hover_img{position:absolute;left:0;bottom:0;right:0;top:0}
.service-client ul li .brand-title{position:absolute;bottom:26px; text-align:center;left:0;right:0;font-size:14px;color:#333;z-index:3}
.service-client ul li .qr{padding:12px 12px 0;background:#fff;border:1px solid #e7e7e7;-webkit-box-shadow:0 1px 20px 0 rgba(0,0,0,.1);box-shadow:0 1px 20px 0 rgba(0,0,0,.1);-webkit-transition:all 1s;transition:all 1s;-moz-transition:all .3s;position:absolute;z-index:4;opacity:0;left:-12px;bottom:0}
.service-client ul li .qr-img{ width:190px; height:190px;}
.service-client ul li .qr p{font-size:14px;color:#666;line-height:40px;text-align:center}
.service-client ul li:hover{-webkit-transition:all .5s;transition:all .5s;-moz-transition:all .5s}
.service-client ul li:hover .qr{display:block;-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:1}
.service-client .more-client{font-size:14px;color:#666;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px}
.service-client .more-client span{margin-right:8px}
.service-client .tips{font-size:14px;color:#fff;text-align:center;margin:20px 0}


.four-advantages{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	text-align:center;
	padding:20px 0 40px 0;
}
.four-advantages .advantage-item .advantages-img{
	width:56px;
	height:56px;
	display:inline-block;
}
.four-advantages .advantage-item .title{
	font-size:22px;
	color:#333;
	line-height:40px;
	margin-top:20px;
}
.four-advantages .advantage-item .content{
	font-size:16px;
	color:#666;
}

.applyWarp {
  background: #2a75ed;
  text-align: center;
  height: 350px;
  background: url("../img/applybj.png") no-repeat #2a75ed;
}
.applyWarp .free-inner {
    width: 660px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 17px auto;
}
.applyWarp .free-inner .tongtong-logo-img {
    width: 100px;
    height: 190px;
    margin-right: 22px;
}
.applyWarp  .free-inner .dialogBox {
    width: 455px;
    height: 205px;
    padding: 32px 34px 22px 32px;
    background: url(../img/background-blue.png) center/cover;
    display: flex;
    justify-content: space-around;
}

.applyWarp .free-inner .dialogBox .title {
    margin-bottom: 6px;
    min-width: 200px;
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    line-height: 28px;
}
.applyWarp .free-inner .dialogBox .contentx {
    height: 22px;
    font-size: 16px;
    color: #FFF;
    line-height: 22px;
}
.applyWarp .btn-group {
    margin-top: 20px;
}
.applyWarp .btn-group .btn2 {
    text-align: center;
    border-radius: 32px;
    font-size: 16px;
    background-color: #FFA100;
    color: #fff;
    cursor: pointer;
}
.applyWarp .btn-group a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 32px;
    padding: 0 28px;
}
.applyWarp .free-inner .dialogBox .qrcode-box {
    width: 110px;
    height: 110px;
    background-color: #0772FF;
    border: 1px solid #43B1FF;
    border-radius: 4px;
    position: relative;
    margin-top: 6px;
}
.applyWarp .free-inner .dialogBox .qrcode-box img {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.applyWarp .apply {
  background: #2589FF;
  padding: 0 40px; 
  line-height: 36px; 
  font-size: 18px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  border-radius: 20px;
  border: 2px solid #fff;
}
.showName {
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  height: 32px;
  padding: 40px 0 20px;
}

@media (max-width: 768px) {
    .w1200 { width:100%; }
    .service-client .title-icon { width:100%; display: block; }
    .service-client .title-icon .icon-item {float: left; width: 33%; margin: auto; }
    .data-content .data-title { font-size:18px; }
    .service-client {width:100%; }
    .content-box { width:100%; }
    .applyWarp { height:450px; }
    .showName { font-size:18px;}
    .applyWarp .free-inner { width: 100%; }
    .applyWarp .free-inner .dialogBox {width: 100%;  height: auto; display: block; }
    .applyWarp .free-inner .dialogBox .qrcode-box { margin-left: 23%; }
    .four-advantages { display: inline-block; }
    .four-advantages li { float:left; width:49%;  display: block; }
    
}