@charset "UTF-8";
img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	display: inline-block;
}

a {
	color: #252B3A;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

body {
	font-size: 14px;
	background-size: cover;
	-ms-behavior: url(../css/backgroundsize.min.htc);
	behavior: url(../css/backgroundsize.min.htc);
}


@keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-moz-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-webkit-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-o-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

.product_xc_banner{position: relative;overflow: hidden;}
.product_xc_banner img{width: 100%;}
.product_xc_banner .text{position: absolute;width: 100%;position: absolute;top: 50%;left: 0;transform: translateY(-50%);color: #fff;}
.product_xc_banner .text .w1440{position: relative;}
.product_xc_banner .text h3{margin-bottom: 8px;font-size: 42px;}
.product_xc_banner .text .banner-text{margin-bottom:35px;color: #252B3A;}
.product_xc_banner_link a{float: left;margin-right: 10px; width: 126px;height: 45px;  text-align: center; border-radius: 5px;line-height: 45px;color: #fff;box-sizing: content-box;font-size: 16px;}
.product_xc_banner_link a:nth-child(1) {background: linear-gradient(315deg, #0092FA 0%, #6EC3FF 100%);border: none;height: 45px;line-height: 45px;}
.product_xc_banner_link a:nth-child(2) {border: 1px solid #00A9ED; color: #00A9ED;}
.product_xc_banner_link a:after {transform: translateY(-1px); content: "";  transition:all .4s ease;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.product_xc_banner_link a:hover:after {content: "\e683"; margin-left: 5px; }
.banner_describe {color: #252B3A;}
.banner_describe p {margin-bottom: 8px;font-size: 16px !important;}
.banner_describe span {color: #ff3c00; margin-right: 5px;}
.banner_title {font-weight: 600; color: #252B3A;margin-top: 15px;}
.banner_title span {color: #0F98F9;margin-right: 5px;}
@media only screen  and (max-width: 1280px) {
	.product_xc_banner .text h2{font-size: 36px;}
	.product_xc_banner .text h3{font-size: 36px;}
}




.pingtai ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
} 

.tab_a{
  margin: 35px 0;
}

.tab_title{
z-index: 99;
}
.tab_a .tab_title {
  background-color:#E6F3FC;
}
.tab_active{
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(315deg, #0092FA 0%, #6EC3FF 100%);
}

.tab_a>div:last-child{
	margin-right:0;
}
/* .tab_a_tit{
	font-size: 12px;
} */
/* .tab_scroll .tab_title:hover {
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(135deg, #00aeee, #0086f1);
  background-color: #0086f1;
} */
.tab_a{
	display: -webkit-flex;
}



.tab_b>div{
	display: none;
	width: 100%;
	position: relative;
}
.tab_b .tab_b_active{
	display: flex;
  justify-content: space-between;
}
.tab_b_txt{
	width: 49%;
  overflow-y: auto;
  padding-right: 10px;
}

 .tab_b_txt::-webkit-scrollbar-track {
  background-color: transparent;
}

 .tab_b_txt::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}

 .tab_b_txt::-webkit-scrollbar-thumb {
  background-color: #c8c9d1;
}


.tab_b>div .img{
	width: 48%;
  margin-top: 46px;
}
.tab_b>div .img img{
	max-width: 100%;
}
.tab_b li{
	position: relative;
	padding-left: 25px;
}

.tab_b ul{
	margin: 30px 0 40px;
}

@keyframes myfirst
{
	from {opacity: 0;}
	to {opacity:1;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	from {opacity: 0;}
	to {opacity:1;}
}

.pingtai{
	padding: 60px 0;
	text-align: center;
  background: url("../images/issmartMarketing/service.png") no-repeat center;
  background-size: cover;
  background-color: #F5F9FC;
}
.pingtai li {
  float: left;
  width: 33%;
  text-align: center;
  margin-right: 15px;
  box-shadow: 0px 4px 20px 1px rgb(0 0 0 / 3%);
  margin-right: 20px;
  position: relative;
}
.pingtai li:hover .pingtai_tit {
color: #0F98F9;
}
.pingtai .img {
    position: relative;
    /* width: 168px; */
    /* height: 155px; */
    width: 100%;
    margin: auto;
}

.pingtai li:last-child {
  margin-right: 0;
}
.pingtai li:hover {
  background-color: #fff;
  box-shadow: 0px 4px 20px 1px rgb(0 0 0 / 3%);
}
.pingtai .img img {
   width: 100%;
}

.pingtai_tit {
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 10%;
}

.anli_logo div{
	position: relative;
	float: left;
	width: calc(100%/7);
	text-align: center;
	margin-bottom: 40px;
	height: 72px;
}
.anli_logo img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.anli_logo{
	margin: 80px auto 40px;
}

.contact_us {padding: 2.68% 0 ;background: url("../images/issmartMarketing/contact.png") no-repeat center;background-size: cover;background-color: #F5F9FC;}
.contact_us .big_title{text-align: center;font-weight: 600;margin-bottom:1.96%;}
.contact_us .contact_us_item{float: left;width: 50%;margin-bottom:1.1%;padding: 4.125%;border-radius: 4px;box-shadow: 0px 4px 20px 1px rgb(0 0 0 / 3%);cursor: default;font-size: 0;display: flex;justify-content: center;align-items: center;}
.contact_us .contact_us_item:hover{box-shadow: 0px 4px 20px 1px rgb(0 0 0 / 6%);background-color: #ffffff;}
.contact_us .contact_us_item:hover .text .title {color: #0092FA;}
.contact_us .contact_us_item:nth-child(2n){margin-right: 0;margin-left: 0;}
.contact_us .contact_us_item .icon_img{vertical-align:top;margin-right: 30px;display: inline-block;width: 54px;}
.contact_us .contact_us_item .icon_img img {width: 100%;}
.contact_us .contact_us_item .text{display: inline-block;vertical-align: top;width: 50%;color: #000;}
.contact_us .contact_us_item .text .title{font-weight: 600;}
.contact_us .contact_service {display: flex;justify-content: center;margin-bottom: 20px;}
.contact_us .contact_service div{height: 50px;width: 16%;text-align: center;cursor: pointer;padding: 5px 0;display: flex;justify-content: center;align-items: center;background:#E6F3FC;margin-right: 15px;border-radius: 5px;}
.contact_us .contact_us_list {display: none;}
.contact_us .tab_b_active2 {display: block;}
.contact_us .contact_us_item .text .des{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.tab_active2 {
  position: relative;
  color: #fff;
  font-weight: bold;
  background-image: linear-gradient(315deg, #0092FA 0%, #6EC3FF 100%) !important;
}
@media only screen  and (max-width: 1440px) {
.contact_us .contact_us_item{padding: 4.125%;}
	
}

/* 案例 */
/* 帮助转型 */
.index-helpzx {
  /* background: center center /cover no-repeat;
  overflow: hidden;
  position: relative; */
  background-color: #F5F9FC;
}
.index-helpzx h2{
  margin-bottom: 1.96%;
  text-align: center;
}
.index-helpzx .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index-helpzx .bg-img .img-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.index-helpzx .bg-img .img-item .mobile {
  display: none;
}

.index-helpzx .title {
  overflow: hidden;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.index-helpzx .title h2 {
  color: #fff;
  text-align: center;
}

.index-helpzx .cont {
  /* display: flex; */
  width: 100%;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.index-helpzx .memulist {
  width: 80%;
  background-color: #fff;
  /* padding: 10px 0; */
  position: absolute;
  bottom: 8%;
  z-index: 9;
  left: 8%;

}
.index-helpzx .memulist ul {
  display: flex;
  justify-content: space-evenly;
}


.index-helpzx .memulist a {
  display: block;
  position: relative;
  line-height: 56px;
  padding-left: 37px;
}

/* .index-helpzx .memulist a::before {
  content: '';
  display: block;
  width: 6px;
  height: 0;
  position: absolute;
  left: 0;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
  background-color: #2183e9;
  bottom: 11px;
} */

.index-helpzx .memulist .swiper-button-prev {
    width: 3%;
    height: 100%;
    background-color: #0086f1;
    background-size: 8px;
    top: 0;
    left: -3px;
    margin-top: 0;
    border-radius: 9px 0px 0px 9px;
}
.index-helpzx .memulist .swiper-button-next {
    width: 3%;
    height: 100%;
    background-color: #0086f1;
    background-size: 8px;
    top: 0;
    right: 0;
    margin-top: 0;
    transform: translateX(7px);
    border-radius: 0px 9px 9px 0px;
}
.index-helpzx .memulist li {
  width: 11%;
  height: 10vh;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.index-helpzx .memulist li img {
  width: 100%;
}

.index-helpzx .memulist li.active a::before {
  height: 34px;
  opacity: 1;
  visibility: visible;
  top: 11px;
  bottom: auto;
}

.index-helpzx .memulist li:last-child a:after {
  display: inline-block;
  content: "";
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: 0.5s;
  position: relative;
  top: -2px;
  margin-left: 8px;
}

.index-helpzx .memulist li:last-child:hover a:after {
  margin-left: 13px;
  transition: 0.5s;
}

.indcustomer {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url("../images/issmartMarketing/anli.png") no-repeat center;
  background-size: 100% 100%;
  background-color: #F5F9FC;
}

.indcustomer .s-logo {
  width: 200px;
  margin: 20px 0 30px;
}

.indcustomer .s-logo img {
  width: 100%;
}

.indcustomer .anli_content {
  display: flex;
  justify-content: space-between;
}
.indcustomer .anli_content .anli_left {
  width: 54%;
  padding-left: 8%;
}
.indcustomer .anli_content .anli_right {
  width: 42%;
}
.indcustomer .anli_content .anli_right img {
  width: 100%;
}


.indcustomer .s-title {
  font-weight: bold;
  margin: 40px 0;
  text-align: center;
}
.indcustomer .s-name {
  font-weight: bold;
  margin-top: 100px;
}
.indcustomer .s-text {
  /* width: 52.86924%; */
  margin: 10px 0 25px;
  position: relative;
}

.indcustomer .s-text p {
  color: #000000;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: justify;
  font-family: PingFang SC-Bold, PingFang SC;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
@media only screen and (max-width: 1366px){
  .indcustomer .s-text p {
    -webkit-line-clamp: 4;
  }
}
.product-link a {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  border: none;
  width: 160px;
  text-align: center;
  border: 1px solid #00A9ED;
  color: #00A9ED;
}


.indcustomer .s-user {
  display: flex;
  align-items: center;
  margin-bottom: 46px;
}

.indcustomer .s-user .user-box {
  width: 62px;
  height: 62px;
  margin-right: 27px;
  overflow: hidden;
}

.indcustomer .s-user .user-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indcustomer .s-user .zc {
  display: block;
  font-weight: lighter;
}

.indcustomer .product-link .border {
  width: 158px;
  border-color: #fff;
  color: #fff;
  margin-left: 18px;
}

.indcustomer .btn-prev-next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.indcustomer .swiper-button-prev {
  width: 16px;
  height: 28px;
  background-size: contain;
  position: static;
}

.indcustomer .swiper-button-next {
  width: 16px;
  height: 28px;
  background-size: contain;
  position: static;
}



.sort{
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sort a{
	padding: 0 25px;
	margin: 0 60px;
	color: #28293b;
	/*border-right: 1px solid rgba(0, 0, 0, 0.1);*/
	position: relative;
}
.sort a:last-child{
	border-right: none;
}
.sort .sort_act{
	color: #0086f1;
}
.sort_act::after{
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #0086f1;
	content: "";
	margin-top: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.choose .choose_act{
	display: block;
}
.choose>div{
	display: none;
	position: relative;
}
.sw_prev{
    position: absolute;
    left: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-right: 2px solid rgba(0,0,0,0.2);
    border-top: 2px solid rgba(0,0,0,0.2);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	transition: 0.5s;
	cursor: pointer;
}
.sw_next{
    position: absolute;
    right: -50px;
    top: 0px;
    bottom: 0px;
    margin: auto 0;
    display: block;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-right: 2px solid rgba(0,0,0,0.2);
    border-top: 2px solid rgba(0,0,0,0.2);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s;
	cursor: pointer;
}

.banner_phone{
	display: none;
}

.mob_img{
	display: none;
}
.swiper-pagination{
	position: relative;
	margin-top: 30px;
}
.vio{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 99;
}
.vio .video{
	width: 80%;
	position: relative;
}
.vio .video video{
	width: 100%;
}
.vio_flx{
	display: flex;
}
.video svg{
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 66;
	cursor: pointer;
}
@media screen and (max-width: 1500px) {
	.anli_txt{
		width: 1200px;
	}
	.anli .swiper-pagination{
		width: 1200px;
		bottom: 20px;
	}
}
@media screen and (max-width: 1366px) {
	.anli_txt{
		width: 1100px;
	}
	.anli .swiper-pagination{
		width: 1100px;
	}
	/* .pingtai_tit {
		margin: 30px auto 10px;
	} */
}
@media screen and (max-width: 1210px) {
	.anli_txt{
		width: 100%;
		padding: 0 60px;
		top: 20px;
	}
	.anli .swiper-pagination{
		width: 100%;
		padding: 0 60px;
	}
	.anli_tit {
		margin: 20px 0 10px;
	}
	.anli_prev {
		left: 20px;
	}
	.anli_next {
		right: 20px;
	}
	.anli_logo img{
		max-width: 80%;
	}
	.sw_prev{
		display: none;
	}
	.sw_next{
		display: none;
	}
}
@media screen and (max-width: 768px) {
    .product_xc_banner img {
        height: 6.6rem;
		width: auto;
		position: relative;
		right: 0;
    }
	.product_xc_banner .text{
		text-align: center;
	}
	.product_xc_banner .text .fnt_42{
		font-size: 24px;
	}
	.product_xc_banner .text .banner-text{
		font-size: 16px;
	}
	.product_xc_banner_link a{
		float: none;
		display: inline-block;
	}
	.navegation{
		display: none;
	}
	.manage_sum{
		width: 100%;
		margin: 0.25rem auto 0.65rem;
		font-size: 14px;
	}

	.product_detail_list li .left{
		display: none;
	}
	.product_detail_list li .right{
		float: none;
		width: 100%;
		position: relative;
		right: inherit;
		transform:inherit;
		top: inherit;
		left: inherit !important;
		right: inherit !important;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
		padding: 0.5rem 0.3rem;
	}
	.product_detail_list li .right::before{
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		width: 0.06rem;
		background-color: #0086f6;
		left: 0;
		top: 0;
	}
	.manage h2{
		font-size: 24px;
		padding: 0 20px;
	}
	.product_detail_list li:nth-child(even){
		background-color: white;
	}
	.product_detail_list li .product_detail_link a{
		float: none;
		display: inline-block;
	}
	.product_detail_list li .right .title{
		font-size: 0.32rem;
	}
	.product_detail_list li .right .des{
		font-size: 16px;
		color: #888888;
	}
	.product_detail_list li .right .txt{
		margin-top: 10px;
	}
	.product_detail_list li .right .txt p{
		font-size: 14px;
		color: #888888;
	}
	.bg h3{
		font-size: 0.4rem;
		width: 80%;
		margin: auto;
	}
	.bglk{
		margin-top: 0.5rem;
	}
	.sort a{
		padding: 0 10px;
		margin: 0;
	}
	.sort{
		margin-bottom: 0.5rem;
		padding-bottom: 20px;
	}

	.chose_tit{
		font-size: 0.22rem;
	}
	.chose_subtit{
		font-size: 0.3rem;
	}
	.chose_des{
		font-size: 0.22rem;
		overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
	}
	.chose_txt{
		height: 3.6rem;
		padding: 0.3rem;
		position: relative;
	}
	.chose_more{
		position: absolute;
		left: 0.3rem;
		bottom: 0.3rem;
		color: #0086f6;
	}
	.chose_subtit{
		margin-bottom: 0.3rem;
	}

	.answer h3{
		font-size: 24px;
		font-weight: bold;
	}
	.answer li{
		padding: 0.3rem 0;
	}
	.banner_pc{
		display: none;
	}
	.banner_phone{
		display: block;
	}

	.product_detail_list li{
		padding: 10px 0;
	}
	.tab .mob_img{
		display: block;
	}
	.pc_img{
		display: none;
	}
	.tab_scroll{
		overflow: scroll;
	}
	.tab_a>div{
		margin-right: 30px;
	}
	.tab_a{
		width: 900px;
	}
	.tab_b .tab_b_active{
		display: block;
	}
	.tab_b>div .img{
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		top: 0;
		transform: inherit;
		max-width: 100%;
		height: 360px;
	}

	.starting_m{
		display: block;
		margin-top: 20px;
	}
	.tab_b_txt{
		width: 100%;
	}
	.tab_b {
		padding: 20px 0;
	}
	.tab_b ul {
		margin: 10px 0 25px;
	}
	.tab_active .tab_a_tit{
		font-size: 20px;
		font-weight: bold;

	}
	.starting_tit{
		font-size: 24px;
		font-weight: bold;

	}

	.starting {
		padding: 30px 0;
	}
	.starting_sub {
		margin: 10px auto 20px;
	}
	.tab_b>div .img img{
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.answer{
		padding: 0.6rem 0;
	}
	.pingtai li{
		width: 50%;
		text-align: left;
		margin-bottom: 80px;
	}
	.pingtai_tit{
		text-align: center;
	}

	.anli .swiper-slide {
		height: 600px;
	}
	.anli .swiper-slide .sw_bg {
		height: 100%;
		width: auto;
	}
	.anli_txt>div {
		width: 100%;
	}
	.anli_txt{
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.anli_prev{
		display: none;
	}
	.anli_next{
		display: none;
	}
	.anli_logo{
		display: none;
	}
}
.products {
  background: url("../images/issmartMarketing/products.png") no-repeat center;
  background-size: cover;
  background-color: #F5F9FC;
}
.logo_active {display: block !important;}
.duibiao { padding-top: 60px;}
.duibiao .title { text-align: center;}
.duibiao .title h2 {font-weight: bold;}
.duibiao .step {display: flex; align-items: center;}
.duibiao .step div {font-weight: bold;}
.duibiao .step img {width:20px ; margin: 0 10px;}
.duibiao .subtit {color: #666666; margin: 20px 0 ; font-family: PingFang SC-Regular, PingFang SC;}
.duibiao .tab_a2{display: flex; justify-content: right; margin: 35px 0;}
.tab_a3{display: flex;margin: 35px 0;}
.duibiao .tab_a2 > div,.tab_a3 >div {width: 13.33%; text-align: center; padding: 5px 0; cursor: pointer; transition: all .5s; background: #E6F3FC; border-radius: 5px;}
.duibiao .tab_a2 .tab_active2,.tab_a3 .tab_active2 { position: relative; color: #fff; font-weight: bold;background-image: linear-gradient(135deg, #00aeee, #0086f1);background-color: #0086f1;}
.tab_b2 > div,.tab_b3 > div {display: none; justify-content: space-between;}
.tab_b2 > div.tab_b_active2,.tab_b3 > div.tab_b_active2 {display: flex;}
.tab_scroll .tab_title {display: flex;justify-content: center;height: 48px;align-items: center;width: 14%;text-align: center;padding: 5px 0;cursor: pointer;transition: all .5s;margin-right: 20px;border-radius: 5px;}
.tab_scroll .tab_title img {width: 28px;margin-right: 5px;}
.tab_b2 > div .img,.tab_b3 > div .img { width: 48%; margin-top: 4%;}
.tab_b2 > div .img img,.tab_b3 > div .img img {width: 100%;}
/* .tab_b2 > div .tab_b_txt p,.tab_b3 > div .tab_b_txt p { color:#575d6c; font-size: 14px; line-height: 28px; margin-bottom: 5px;} */
.tab_b2 > div .tab_b_txt h3,.tab_b3 > div .tab_b_txt h3 {color: #000; margin-bottom: 5px;}

.ctivity_tools {display: flex;align-items: center;margin-bottom: 20px;}
.ctivity_tools img{width: 20px;margin-right: 8px;}
.ctivity_tools div{font-weight: bold;}
.tab_describe {display: flex;align-items: center;margin: 10px 0;}
.introduce {display: flex;margin: 10px 0; color: #666666;font-family: PingFang SC-Regular, PingFang SC;}
.tab_describe img {width: 18px;margin-right: 8px;}
.tab_describe div {font-weight: 600;color: #FF814C;}
.tab_orange {color:#FF814C;margin-right: 5px;font-weight: bold;}
.more-dd { color: #0086f1;}
.conversion {padding-bottom: 60px;}

.dynamic{left: 25%;top: 19%;}
.dynamic1 {right: 8%;top: -10%;width: 85%;}
.dynamic2 {left: 6%;top: -12%;}

@media screen and (max-width:768px) {
	.duibiao .tab_scroll { overflow: hidden;}
	.tab_b2 > div {flex-wrap: wrap; padding-top: 45px;}
	.tab_b2 > div .img {width: 100%; margin-bottom: 20px;}
	.tab_b2 > div .tab_b_txt {width: 100%;}
	.tab_b2 > div .tab_b_txt p {font-size: 14px;}
}


@media only screen and (max-width: 1440px) {
  .product_xc_banner .text .banner-text {
    font-size: 24px;
  }
}

/* @media only screen and (min-width: 1210px){
  .dynamic{left: 32%;top: 20%;}

} */
@media only screen and (min-width: 1366px) {
  .dynamic{left: 24%;top: 18.5%;}
}
@media only screen and (min-width: 1500px){
	.dynamic{left: 24%;top: 19%;}
}


@media screen and (max-width:1680px) {
  .banner_describe p {font-size: 16px;}
  .product_xc_banner .banner_title{font-size: 32px;}
  .product_xc_banner .text .banner-text{font-size: 26px;}
  .product_xc_banner_link a {width: 127px;height: 45px;line-height: 45px;font-size: 16px;margin-right: 15px;}
  .product_xc_banner_link a:nth-child(1){height: 46px;line-height: 46px}
  .duibiao .title h2, .duibiao .step div {font-size: 30px;}
  .duibiao .subtit {font-size: 18px;margin-bottom: 35px;}
  .tab_title {width: 174px !important;height: 48px !important;}
  .tab_title img {width: 25px !important;}
  .tab_a_tit, .tab_describe div {font-size: 18px;}
  .ctivity_tools div {font-size: 19px;}
  .tab_describe img {width: 16px;}
  .ctivity_tools img {font-size: 24px;}
  .pingtai h2, .contact_us .big_title, .index-helpzx h2 {font-size: 30px;}
  .indcustomer .s-title {font-size: 32px;}
  .indcustomer .s-name {font-size: 25px;font-family: PingFang SC-Bold, PingFang SC;}
  .indcustomer .s-text {font-size: 18px;}
  .pingtai_tit {font-size: 22px;}
  .product-link a {width: 127px;height: 46px;line-height: 46px;border-radius: 4px 4px 4px 4px;font-size: 15px;}
  .index-helpzx .memulist li {width: 150px;height: 98px;}
  .index-helpzx .memulist .swiper-button-prev, .index-helpzx .memulist .swiper-button-next {width: 48px;}

}

@media only screen and (max-width: 1210px){
  .w1440 {padding-left: 8%;padding-right: 8%;}
  .banner_describe p {font-size: 13px;}
  .product_xc_banner .banner_title{font-size: 25px;}
  .product_xc_banner .text .banner-text{font-size: 20px;}
  .product_xc_banner_link a {width: 101px;height: 36px;line-height: 36px;font-size: 13px;margin-right: 15px;}
  .product_xc_banner_link a:nth-child(1){height: 37px;line-height: 37px}
  .duibiao .title h2, .duibiao .step div {font-size: 25px;}
  .duibiao .subtit {font-size: 13px;margin-bottom: 35px;}
  .tab_title {width: 139px !important;height: 38px !important;}
  .tab_title img {width: 24px !important;}
  .tab_a_tit, .tab_describe div {font-size: 13px;}
  .ctivity_tools div {font-size: 15px;}
  .tab_describe img {width: 13px;}
  .pingtai h2, .indcustomer .s-title, .index-helpzx h2 {font-size: 25px;}
  .indcustomer .s-name {font-size: 19px;font-family: PingFang SC-Bold, PingFang SC;}
  .indcustomer .s-text {font-size: 13px;}
  .product-link a {width: 101px;height: 37px;line-height: 37px;border-radius: 4px 4px 4px 4px;font-size: 13px;}
  .index-helpzx .memulist li {width: 130px;height: 78px;}
  .index-helpzx .memulist .swiper-button-prev, .index-helpzx .memulist .swiper-button-next {width: 48px;}
}

@media screen and (min-width:1210px) and (max-width:1440px) {
  .banner_describe p {font-size: 15px;}
  .product_xc_banner .banner_title{font-size: 30px;}
  .product_xc_banner .text .banner-text{font-size: 24px;}
  .product_xc_banner_link a {width: 120px;height: 43px;line-height: 43px;font-size: 15px;margin-right: 15px;}
  .product_xc_banner_link a:nth-child(1){height: 44px;line-height: 44px}
  .duibiao .title h2, .duibiao .step div {font-size: 25px;}
  .duibiao .subtit {font-size: 15px;margin-bottom: 35px;}
  .tab_title {width: 145px !important;height: 40px !important;}
  .tab_title img {width: 24px !important;}
  .tab_a_tit, .tab_describe div {font-size: 15px;}
  .ctivity_tools div {font-size: 15px;}
  .tab_describe img {width: 15px;}
  .pingtai h2, .contact_us .big_title, .index-helpzx h2 {font-size: 25px;}
  .indcustomer .s-title {font-size: 30px;}
  .indcustomer .s-name {font-size: 23px;font-family: PingFang SC-Bold, PingFang SC;}
  .indcustomer .s-text {font-size: 15px;}
  .pingtai_tit {font-size: 18px;}
  .product-link a {width: 120px;height: 44px;line-height: 44px;border-radius: 4px 4px 4px 4px;font-size: 15px;}
  .index-helpzx .memulist li {width: 135px;height: 82px;}
  .index-helpzx .memulist .swiper-button-prev, .index-helpzx .memulist .swiper-button-next {width: 48px;}
}


@media screen and (min-width:1680px) and (max-width:1920px) {
  .w1440 {width: 1440px;}
  .dynamic{left: 27%;top: 17%;}
  .banner_describe p,.product_xc_banner_link a {font-size: 19px;}
  .product_xc_banner_link a {width: 154px;height: 54px;line-height: 54px;}
  .product_xc_banner .banner_title {font-size: 35px;}
  .product_xc_banner .text .banner-text {font-size: 28px;}
	.duibiao .title h2,.duibiao .step div {font-size: 35px;}
  .products {padding-top: 10px;}
  .product_xc_banner_link a:nth-child(1) {height: 58px;line-height: 58px;}
  .duibiao .subtit,.tab_a_tit{font-size: 19px;}
  .tab_title{width: 220px !important;height: 60px !important;}
  .tab_title img {width: 30px !important;}
  .ctivity_tools img {width: 28px;}
  .ctivity_tools div {font-size: 22px;}
  .tab_describe div {font-size: 19px;}
  .tab_describe img{width: 20px;height: 20px;}
  .pingtai h2,.indcustomer .s-title, .index-helpzx h2{font-size: 35px;}
  .pingtai_tit {font-size: 26px;}
  .pingtai, .contact_us{padding: 85px 0;}
  .indcustomer .anli_content .anli_left{padding-left: 8%;}
  .index-helpzx .memulist{left: 8%;}
  .indcustomer .s-name{font-size: 30px;}
  .indcustomer .s-title {margin: 60px 0;}
  .indcustomer .s-text p{font-size: 19px;}
  .product-link a {width: 150px;height: 54px;line-height: 54px;border-radius: 4px 4px 4px 4px;font-size: 19px;}
  .index-helpzx .memulist li {width: 180px;height: 115px;}
  .index-helpzx .memulist .swiper-button-prev, .index-helpzx .memulist .swiper-button-next {width: 60px;}
  .contact_us .big_title{font-size: 38px;}
  .contact_us .contact_us_item .icon_img {width:65px}
  .contact_us .contact_service div{width: 205px;height: 56px;line-height: 56px;font-size: 19px;margin-top: 30px;margin-bottom: 20px;}
}


@media only screen  and (min-width: 1920px) {
  .w1440 {width: 1440px;}
  .dynamic{left: 32%;top: 18%;}
  .dynamic1{right: 4%;top:-12%;width: 90%;}
  .banner_describe p,.product_xc_banner_link a {font-size: 20px!important;}
  .product_xc_banner_link a {width: 160px;height: 58px;line-height: 58px;}
  .product_xc_banner .banner_title {font-size: 35px;}
  .product_xc_banner .text .banner-text {font-size: 28px;}
	.duibiao .title h2,.duibiao .step div {font-size: 40px;}
  .product_xc_banner_link a:nth-child(1) {height: 58px;line-height: 58px;}
  .duibiao .subtit,.tab_a_tit{font-size: 20px;}
  .tab_scroll .tab_title img {width: 32px;}
  .product-link {margin-top: 34px;}
  .products {padding-top: 25px;}
  .product-link a {height: 58px;line-height: 58px;}
  .indcustomer .s-text {margin: 34px 0;}
  .tab_scroll .tab_title{width: 220px;height: 60px;}
  .ctivity_tools div {font-size: 24px;}
  .tab_describe div {font-size: 20px;}
  .tab_describe img{width: 20px !important;}
  .pingtai h2,.indcustomer .s-title, .index-helpzx h2{font-size: 40px;}
  .pingtai_tit {font-size: 28px;}
  .indcustomer .anli_content .anli_left{padding-left: 15%;}
  .index-helpzx .memulist{left: 15%;}
  .indcustomer .s-name{font-size: 30px;}
  .indcustomer .s-text p{font-size: 20px;}
  .duibiao{padding-top: 75px;}
  .conversion{padding-bottom: 75px;}
  .pingtai, .contact_us{padding: 100px 0;}
  .contact_us .big_title{font-size: 40px;}
  .contact_us .contact_us_item .icon_img {width:85px}
  .index-helpzx .memulist li {width: 260px;height: 140px;}
  .index-helpzx .memulist .swiper-button-prev, .index-helpzx .memulist .swiper-button-next {width: 60px;}
  .contact_us .contact_service div{width: 220px;height: 60px;line-height: 60px;font-size: 20px;margin-top: 30px;margin-bottom: 20px;}
}
