@media (min-width:1px) and (max-width:1198px){

	
	
	body{ background:#ffffff; overflow-x:hidden; font:1rem/1.5 "microsoft yahei",sans-serif; position:relative; min-width: 25.6rem; }
	p{
		font-size: 1rem;
		font-weight: lighter;
	}
	h1,h2,h3,h4,h5,h6{
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-size: 1.2rem;
	}
	img{ border:none;}
	a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:rgba(0,0,0,0);
	
	}
	a:hover,a:active,a:focus,a:first-child{ text-decoration:none; color: #333; border: none; outline: none;}
	div{ font-size:1rem;}
	p{ font-size:1rem; padding: 0px; margin: 0px;}
	li{ list-style:none; font-size:1rem;}
	
	ul{
		padding: 0px;
		margin: 0px;
	}
	
	.float-right{
		float: right;
	}
	.float-left{
		float: left;
	}
	.container-wrap{
		width: auto;
		max-width: 25.6rem;
	}
	/* header Wrap */
	.header-Wrap{
		width: auto;
		height: 5rem;
		background: #ffffff;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
		overflow: hidden;
		position: relative;
		z-index: 10000;
	}
	.header-Wrap.header-fixed{
		width: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
	}
	.header-Wrap .header-content{
		height: 100%;
	}
	.header-Wrap .header-content .logo{
		float: left;
		display: block;
		width: 11.2rem;
		height: 5rem;
		border: none;
		margin-right: 1rem;
	}
	.header-Wrap .header-content .logo img{
		width: 100%;
		height: 100%;
	}
	
	.header-Wrap .header-content .slogan{
		display: none;
	}
	
	.header-Wrap .header-content .tel-list{
		float: right;
		width: auto;
		height: 5rem;
		overflow: hidden;
		height: 100%;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		color: #333;
	}
	.header-Wrap .header-content .tel-list .boda{
		display: block;
		padding: 0rem 1rem;
	}
	.header-Wrap .header-content .tel-list .title{
		display: block;
	}
	.header-Wrap .header-content .tel-list .title .icon{
		float: left;
		font-size: 1.8rem;
		font-weight: lighter;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: block;
	}
	.header-Wrap .header-content .tel-list .title .text{
		display: none;
	}
	.header-Wrap .header-content .tel-list .tel{
		display: none;
	}
	
	/* 按钮 */
	#menuBtn{
		display:flex;
		position:relative;
		width:5rem;height:5rem;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		float:right; 
		font-size:1rem;
		margin-right:0rem;
		justify-content: center;
		align-items: center;
	}
	#menuBtn .menuBtn-wrap{
		width: 3rem;
		height: 1.8rem;
		position: relative;
	}
	#menuBtn .menuBtn-list,#menuBtn .menuBtn-wrap:before,#menuBtn .menuBtn-wrap::after{
		display: block;
		position: absolute;
		width: 80%;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		height: 3px;
		transition: all 0.2s;
	}
	#menuBtn .menuBtn-wrap:before{
		content: '';
		top: 0rem;
		left: 0px;
		right: 0px;
		margin:auto;
		opacity: 1;
	}
	#menuBtn .menuBtn-wrap::after{
		content: '';
		bottom: 0rem;
		left: 0px;
		right: 0px;
		margin:auto;
		opacity: 1;
	}
	
	#menuBtn .menuBtn-wrap .menuBtn-list.menuBtn-1{
		top: 0rem;
		left: 0px;
		right: 0px;
		margin:auto;
		opacity: 0;
	}
	#menuBtn .menuBtn-wrap .menuBtn-list.menuBtn-2{
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin:auto;
		transform: translateX(0.2rem);
	}
	#menuBtn .menuBtn-wrap .menuBtn-list.menuBtn-3{
		bottom: 0rem;
		left: 0px;
		right: 0px;
		margin:auto;
		opacity: 0;
	}
	#menuBtn.open .menuBtn-wrap .menuBtn-list.menuBtn-1{
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin:auto;
		transform:translate(-0%,0rem) rotate(45deg);
		opacity: 1;
	}
	#menuBtn.open .menuBtn-wrap .menuBtn-list.menuBtn-2{
		transform: translateX(100%);
		opacity: 0;
	}
	#menuBtn.open .menuBtn-wrap .menuBtn-list.menuBtn-3{
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin:auto;
		transform:translate(-0%,0rem) rotate(-45deg);
		opacity: 1;
	}
	#menuBtn.open .menuBtn-wrap:before,#menuBtn.open .menuBtn-wrap:after{
		opacity: 0;
		transform: translateX(-100%);
	}
	/* 导航 */
	/* 按钮点击后body失效 */
	.hiddenBody{
		overflow: hidden !important;
		padding-top: 5rem;
	}
	
	#nav-wrap {
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 1000;
		top: 4.95rem;
		left: 0px;
		background-color:#ffffff;
		overflow:auto;
		transition: all 0.5s;
		padding-top: 0.5rem;
		padding-bottom: 10rem;
		opacity: 0;
		transform: translateY(-100%);
	}
	
	#nav-wrap.nav-show{
		display: block;
		transform: translateY(0) !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	
	#nav-wrap .nav-container{
		padding: 0rem 1.2rem
	}
	#nav-wrap .nav-container .nav-list{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		box-sizing: border-box;
		font-size: 1rem;
		font-weight: bold;
		height: auto;
		overflow: hidden;
		display: block;
	}
	#nav-wrap .nav-container .nav-list .nav-list-link{
		display: block;
		padding: 0.1rem 0.5rem;
		line-height: 3rem;
		height: 3rem;
		overflow: hidden;
		position: relative;
		pointer-events: auto;
	}
	#nav-wrap .nav-container .nav-list .nav-list-link.current{
		color: #e50b23;
	}
	#nav-wrap .nav-container .nav-list .nav-list-link::after{
		content: ' ';
		position: absolute;
		right: 5px;
		top: 0px;
		bottom: 0px;
		width: 1.5rem;
		height: 3rem;
		margin: auto;
		background:url(../images/nav-icon.png) center center no-repeat;
		background-size: 1rem;
		transform:translate(-0%,0rem) rotate(0deg);
		opacity: 0.5;
		transition: all 0.5s;
	}
	#nav-wrap .nav-container .nav-list.noChild .nav-list-link::after{
		transform:translate(0.1rem,0rem) rotate(-90deg) !important;
		opacity: 0.15;
	}
	#nav-wrap .nav-container .nav-list.noChild .nav-list-link{
		pointer-events:auto !important;
	}
	
	/* 添加Class */
	#nav-wrap .nav-container .nav-list.open .nav-list-link::after{
		transform:translate(-0%,0rem) rotate(-180deg);
	}
	#nav-wrap .nav-container .nav-list.open .nav-dropdown-Wrap{
		padding-bottom: 0.8rem;
		overflow: hidden;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap{
		overflow: hidden;
		height: auto;
		padding: 0rem 0.8rem;
		display: none;
	}
	
	/* 网站建设导航下拉底部 */
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-drdropdown-content-webBuild-bottom{
		border: none !important;
		padding-top: 0rem;
	}
	/* 移动端导航广告语 */
	#nav-wrap .mobile-slogan{
		width: auto;
		position: relative;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column;
		padding-top: 2rem;
		margin-bottom: 10rem;
	}

	#nav-wrap .mobile-slogan .title{
		font-size: 1.2rem;
		font-weight: 400;
		color: #333333;
		line-height: 2rem;
		margin-bottom: 0.5rem;
	}
	#nav-wrap .mobile-slogan .title strong{
		color: #e50b23;
		font-size: 2rem;
		padding-right: 0.5rem;
	}
	#nav-wrap .mobile-slogan .sub-title{
		font-size: 1.2rem;
		width: auto;
		display: table;
		padding: 0.4rem 1.5rem;
		line-height: 1.5rem;
		border-radius: 5vw;
		background: #e60e26;
		color: #fff;
		background-image: -webkit-linear-gradient(left, rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		font-weight: inherit;
	}
	
	/* 下拉菜单 */
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-list{
		width:auto;
		padding: 0rem 1rem;
		height: 2.8rem;
		display: block;
		display: flex;
		background-image: -webkit-linear-gradient(left, rgb(248,248,248,1), rgb(255,255,255,1));
		margin-bottom: 0.5rem;
		border-radius: 1vw;
		align-items: center;
		justify-content: space-between;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-list .title{
		width: 15rem;
		float: left;
		font-size: 0.95rem;
		font-weight:lighter;
		order:1;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-list .img{
		max-width: 4rem;
		height: 1.8rem;
		float: right;
		order:2;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-list .img img{
		max-width: 100%;
		height: 1.8rem;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-textLink{
		display: block;
		height: 2.5rem;
		line-height: 2.5rem;
		padding: 0.1rem 1rem;
		font-weight: lighter;
		border: 1px solid rgba(204,204,204,0.3);
		border-radius: 1vw;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
		color: rgba(0,0,0,0.6);
		font-size: 0.9rem;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-textLink .icon{
		float: right;
		color: #e50b23;
		font-weight: lighter;
		font-size: 2rem;
		padding-right: 0.1rem;
	}
	
	
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-all-list{
		width:auto;
		padding: 0rem 1rem;
		height: 2.8rem;
		display: block;
		display: flex;
		background-image: -webkit-linear-gradient(left, rgb(248,248,248,1), rgb(255,255,255,1));
		margin-bottom: 0.5rem;
		border-radius: 1vw;
		align-items: center;
		justify-content: space-between;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-all-list .title{
		width: 15rem;
		font-size: 0.95rem;
		font-weight:lighter;
		order:-1;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-all-list .icon-wrap{
		order: 1;
	}
	#nav-wrap .nav-container .nav-list .nav-dropdown-Wrap .nav-dropdown-all-list .icon-wrap .icon{
		color: #e50b23;
		font-weight: lighter;
		font-size: 2rem;
		padding-right: 0.1rem;
	}
	
	/* 联系我们 */
	#nav-wrap #nav-contact-dropdown{
		padding-bottom: 5rem;
	}
	#nav-wrap #nav-contact-dropdown .nav-dropdown-all-list.nav-dropdown-wechat{
		height: auto;
	}
	#nav-wrap #nav-contact-dropdown .nav-dropdown-all-list.nav-dropdown-wechat .wechatQR{
		width: 5rem;
	}
	/* Banner */
	.banner{ width:25.6rem; height:auto; overflow:hidden;position: relative;z-index: 999; background:#f8f8f8}
	.banner .swiper-container {width: 100%; height: 100%;   }
	.banner .swiper-slide {text-align: center; font-size:0px; background: #fff; overflow:hidden; position:relative;display: flex;justify-content: center;}
	.banner .swiper-slide .swiperSlidePc{
		display: none !important;
	}
	.banner .swiper-slide img{ width:100%; height:auto; position:relative;  }
	
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:30px; }
	.banner .swiper-pagination-bullet{ background:rgba(217,217,217,0.5); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:13px; height:13px; border-radius:50%;}
	.banner .swiper-pagination-bullet-active{background:rgba(217,217,217,1);}
	
	.banner .swiper-button-next{display: none;}
	.banner .swiper-button-prev{ display: none;}
	
	.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{  opacity:1;}
	
	.banner .swiper-wrapper{ width: auto;}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 10px;}
	
	/* 数字优点 */
	.number-Wrap{
		background: #f8f8f8;
	}
	.number-Wrap .number-container{
		padding: 0rem 0px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.number-Wrap .number-container .number-item{
		width: 50%;
		padding: 0px 1rem;
		padding-top: 1.2rem;
		height: 10.5rem;
		text-align: center;
		position: relative;
		box-sizing: border-box;
	}
	.number-Wrap .number-container .number-item:nth-child(1){
		border-right: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	.number-Wrap .number-container .number-item:nth-child(2){
		border-bottom: 1px solid #e1e1e1;
	}
	.number-Wrap .number-container .number-item:nth-child(3){
		border-right: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	.number-Wrap .number-container .number-item:nth-child(4){
		border-bottom: 1px solid #e1e1e1;
	}
	.number-Wrap .number-container .number-item:nth-child(5){
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
		flex-wrap: wrap;
		padding-bottom: 1.5rem;
	}
	.number-Wrap .number-container .number-item:nth-child(5) .icon-wrap{
		padding-right: 0.8rem;
	}
	.number-Wrap .number-container .number-item:nth-child(5) .title .number{
		padding-right: 0.5rem;
	}
	.number-Wrap .number-container .number-item:nth-child(5) .sub-title{
		flex-wrap: nowrap;
		flex-basis: 100%;
		padding: 0.5rem;
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	.number-Wrap .number-container .number-item .icon-wrap{
		width: auto;
		height: auto;
		line-height: 3rem;
		height: 3rem;
		overflow: hidden;
	}
	.number-Wrap .number-container .number-item .icon-wrap .icon{
		font-size: 3rem;
	}
	.number-Wrap .number-container .number-item:first-child .icon-wrap .icon{
		font-size: 3.3rem;
		color: #e50b23;
	}
	.number-Wrap .number-container .number-item .title{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0px;
	}
	.number-Wrap .number-container .number-item .title .number{
		font-size: 2rem;
		color: #e50b23;
		font-weight: lighter;
	}
	.number-Wrap .number-container .number-item .title .text{
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		border-radius: 50%;
		height: 30px;
		width: 30px;
		line-height: 30px;
		color: #fff;
		font-size: 18px;
		font-weight: lighter;
		margin-left: 5%;
	}
	.number-Wrap .number-container .number-item .sub-title{
		font-size: 1rem;
		line-height: 1.5rem;
		padding-top: 0.2rem;
		color: #333333;
	}
	
	/* 首页标题通用 */
	.home-title{
		 padding: 1.2rem 1rem;
		 text-align: center;
		 color: #333333;
		 display: block;
	 }
	.home-title .title{
		font-size: 1.4rem;
		line-height: 2rem;
		padding-bottom: 0.5rem;
	}
	.home-title .sub-title{
		font-size: 1rem;
		font-weight:lighter;
		line-height: 1.7rem;
		padding-top: 0.5rem;
		padding-bottom: 0.8rem;
	}
	.home-title .title-back{
		min-width: 20rem;
		max-width: 23rem;
		margin: 0 auto;
		height: 4px;
		background: #eeeeee;
		position: relative;
		overflow: hidden;
		margin-top: 0.5rem;
	}
	.home-title .title-back:before{
		content: ' ';
		height: 4px;
		width: 50px;
		background: #e50b23;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
	}
	
	
	/* 主营业务 */
	.business-wrap{
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		margin-top: 0rem;
		position: relative;
		padding-bottom: 0rem;
	}
	.business-wrap .business-item{
		width: 50%;
		border: 1px solid #eeeeee;
		margin: 0 auto;
		text-align: center;
		height: auto;
		padding: 1rem;
		text-align: center;
		box-sizing: border-box;
		overflow: hidden;
		transition: all 0.5s;
		position: relative;
		height: 27rem;
	}
	.business-wrap .business-item .icon-wrap-all{
		height: 7rem;
		width: 7rem;
		background: #fcb9c0;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		position: relative;
		margin-top: 0rem;
	}
	.business-wrap .business-item .icon-wrap-all .icon-wrap-1{
		width: 6rem;
		height: 6rem;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fa8693;
		overflow: hidden;
	}
	.business-wrap .business-item .icon-wrap-all .icon-wrap-2{
		width: 5rem;
		height: 5rem;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #e50b23;
		overflow: hidden;
	}
	.business-wrap .business-item .icon-wrap-all .icon-wrap-2 .icon{
		font-size: 2.5rem;
		color: #fff;
		position: relative;
		z-index: 100;
	}
	.business-wrap .business-item .title-wrap{
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border: 1px solid #eeeeee;
		border-right: none;
		border-top:none;
		border-left: none;
		padding-top: 0rem;
		padding-bottom: 0.5rem;
		box-sizing: border-box;
		margin-top: 1rem;
	}
	.business-wrap .business-item .title-wrap .title{
		font-size: 1.2rem;
		line-height: 2rem;
		font-weight: bold;
		overflow: hidden;
		color: #333333;
		transition: all 0.5s;
		position: relative;
	}

	.business-wrap .business-item .title-wrap .sub-title{
		font-size: 1rem;
		line-height: 2rem;
		overflow: hidden;
		color: #e50b23;
		
	}
	.business-wrap .business-item .link-wrap{
		overflow: hidden;
		text-align: center;
		margin-top: 0.8rem;
		height: auto;
	}
	.business-wrap .business-item .link-wrap .link{
		display: inline-block;
		margin: 0 auto;
		line-height: auto;
		line-height: 1.5rem;
		padding: 0rem 0.8rem;
		height: auto;
		overflow: hidden;
		color: #888888;
		font-size: 1rem;
		transition: all 0.5s;
	}
	.business-wrap .business-item .link-wrap .link:active{
		color: #e50b23;
	}
	
	.business-wrap .business-item .more-wrap{
		overflow: hidden;
		margin-top: 0.9rem;
	} 
	.business-wrap .business-item .more-wrap .more{
		border: 1px solid #e8e8e8;
		line-height: 2rem;
		padding: 0.1rem 1.2rem;
		display: inline-block;
		border-radius: 3vw;
		color: #989898;
		font-size: 0.95rem;
		transition: all 0.5s;
		margin-bottom: 0.5rem;
	}
	.business-wrap .business-item .more-wrap .more .icon{
		font-size: 1.8rem;
		float: left;
		color: #c7c7c7;
		float: left;
		padding-right: 0.5rem;
	}
	.business-wrap .business-item:hover{
		box-shadow: 0px 0px 8px rgba(204, 204, 204, 0.7);
	}
	
	.business-wrap .business-item:nth-child(1){
		width: 100%;
		height: auto;
		border-left: none;
		border-right: none;
		border-top: 2px solid #eeeeee;
	}
	.business-wrap .business-item:nth-child(2){
		border-left: none;
	}
	.business-wrap .business-item:nth-child(3){
		border-right: none;
	}
	.business-wrap .business-item:nth-child(4){
		border-left: none;
		border-bottom:none;
	}
	.business-wrap .business-item:nth-child(5){
		border-right: none;
		border-bottom: none;
		
	}
	/* 成功案例 */
	.home-case-Wrap{
		background: #f8f8f8;
		margin-top: 0rem;
		padding-bottom: 1rem;
	}
	.home-case-content{
		display: block;
		flex-wrap: wrap;
		margin-top: 0.5rem;
		font-size: 0px;
	}
	.home-case-content .case-list{
		width: 11rem;
		height: 14.5rem;
		background: #ffffff;
		overflow: hidden;
		display: inline-block;
		margin-left: 1.2rem;
		margin-bottom: 1.2rem;
		transition: all 0.5s;
		position: relative;
	}
	.home-case-content .case-list .img{
		width: 10rem;
		height: 6.4rem;
		background: #F8F8F8 url(../images/case-list-imgBack.jpg) center center no-repeat;
		background-size: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		margin-top: 0.5rem;
		
	}
	.home-case-content .case-list .img img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		transition: all 0.5s;
		position: relative;
		z-index: 1;
	}
	.home-case-content .case-list .img:before{
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(0,0,0,0.5) url(../images/case-list-img-back.png) center center no-repeat;
		background-size: 2rem;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		z-index: 2;
		overflow: hidden;
		opacity: 0;
		transition:all 0.5s;
	}
	.home-case-content .case-list:active .img:before{
		opacity: 1;
	}
	.home-case-content .case-list .icon-wrap{
		width: auto;
		padding: 0px 1rem;
		line-height: 2rem;
		height: 2rem;
		overflow: hidden;
		margin-top: 0.6rem;
	}
	.home-case-content .case-list .icon-wrap .icon{
		font-size: 1.5rem;
		color: #9d9d9d;
		padding: 0px 0px;
		float: left;
	}
	.home-case-content .case-list .icon-wrap .icon.pc{
		font-size: 1.3rem;
	}
	.home-case-content .case-list .icon-wrap .icon.mobile{
		padding-left: 0.6rem;
		font-size: 1.3rem;
	}
	.home-case-content .case-list .icon-wrap .icon.right{
		float: right;
		padding-right: 0px;
		color: #e50b23;
		font-size: 1.3rem	
	}
	.home-case-content .case-list .title-wrap{
		width: auto;
		padding: 0.5rem 1rem;
		line-height: 1.5rem;
		height: auto;
		overflow: hidden;
	}
	.home-case-content .case-list .title-wrap .title{
		font-size: 1rem;
		line-height: 1.6rem;
		height: 3.2rem;
		font-weight: lighter;
		color: #656565;
		overflow: hidden; 
		text-overflow: ellipsis; 
		white-space: pre-line;
		course:hand;
	}
	.home-case-content .case-list:after{
		content: '1';
		position: absolute;
		height: 3px;
		width: 0%;
		left: 0px;
		bottom:0px;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		transition: all 0.5s;
	}
	.home-case-content .case-list:active{
		box-shadow: 0px 0px 8px rgba(204, 204, 204, 0.9);
	}
	.home-case-content .case-list:active:after{
		width: 100%;
	}
	.home-case-content .case-list:active .img img{
		transform: scale(1.1);
	}
	
	.home-case-Wrap .homeCaseSwiper{
		padding-top: 2.2rem;
	}
	.home-case-Wrap .homeCaseSwiper .swiper-pagination-bullet{ top:0px; background:rgba(217,217,217,0.9); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:13px; height:13px; border-radius:50%;margin: 0px 10px !important;}
	.home-case-Wrap .homeCaseSwiper .swiper-pagination-bullet-active{background:rgba(229,11,35,1);}
	
	.home-case-Wrap .swiper-container-horizontal>.swiper-pagination-bullets, .home-case-Wrap .swiper-pagination-custom, .swiper-pagination-fraction{
		top: 0.2rem;
		z-index: 1;
	}
	/* 案例tab */
	
	.case-navigation-wrap{
		margin-top: 0px;
		overflow: hidden;
	}
	.case-navigation-wrap .case-nav-title{
		width: auto;
		overflow: hidden;
		padding: 0px 1rem;
		font-size: 0px;
		height: 3rem;
		overflow: hidden;
		color: #333;
	}
	.case-navigation-wrap .case-nav-title .title:before{
		position: relative;
		content: ' ';
		width: 3px;
		height: 3rem;
		background: #e50b23;
		float: left;
		margin-right: 1rem;
	}
	.case-navigation-wrap .case-nav-title .title{
		font-size: 1.4rem;
		float: left;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.case-navigation-wrap .case-nav-title .sub-title{
		float: left;
		font-size: 1rem;
		font-weight: lighter;
		padding-left: 1rem;
		height: 3rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.case-navigation-wrap .case-nav-title .more{
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		float: right;
		background: #e50b23;
		text-align: center;
		margin-top: 0.5rem;
		font-size: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.case-navigation-wrap .case-nav-title .more .icon{
		font-size: 1.1rem;
		color: #fff;
		transition: all 0.5s;
	}
	.case-navigation-wrap .case-nav-title .more:active .icon{
		transform: rotate(360deg);
	}
	
	.case-navigation-wrap .case-nav-list{
		padding: 0px 1rem;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 0rem;
		padding-bottom: 1.2rem;
	}
	.case-navigation-wrap .case-nav-list .link{
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
		width: auto;
		text-align: center;
		position: relative;
		display: inline-block;
		padding:0.3rem 1rem;
		border-radius: 30px;
		font-size: 15px;
		color: #8d8d8d;
		transition: all 0.4s;
		border: 1px solid #eeeeee;
		margin-top: 0.8rem;
		margin-left: 0.2rem;
		margin-right: 0.2rem;
	}
	.case-navigation-wrap .case-nav-list .link.current{
		border: 1px solid #e50b23;
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		color: #fff;
	}
	
	
	/* 合作伙伴 */
	.home-parther-wrap{
		overflow: hidden;
		margin-top: 1.2rem;
	}
	.home-parther-wrap .home-partner-content{
		width: 23rem;
		margin: 0 auto;
		background: #ffffff;
		padding-bottom: 0.8rem;
		margin-bottom: 1rem;
	}
	.home-parther-wrap .home-partner-content .home-partner-list{
		text-align: center;
	}
	.home-parther-wrap .home-partner-content .home-partner-list .list{
		display: inline-block;
		border: 1px solid #ffffff;
		margin: 0.1rem;
		box-sizing: border-box;
		transition: all 0.5s;
	}
	.home-parther-wrap .home-partner-content .home-partner-list .list img{
		width: 10rem;
		height: 4.8rem;
	}
	.home-parther-wrap .home-partner-content .home-partner-list .list:last-child{
		display: none;
	}
	.home-parther-wrap .home-partner-content .home-partner-list .list:active{
		box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	}
	
	
	/* 全网营销服务 */
	.networkSell-Wrap{
		background: url(../images/networkSell-Wrap.jpg) fixed top center no-repeat ;
		width: auto;
		overflow: hidden;
		padding-bottom: 0rem;
	}
	.networkSell-Wrap .home-title{
		color: #fff;
	}
	.networkSell-Wrap .home-title .sub-title{
		color: #b0b0b0;
	}
	.networkSell-Wrap .networkSell-nav{
		text-align: center;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.networkSell-Wrap .networkSell-nav .list{
		width: 5.5rem;
		flex-wrap: nowrap;
		margin: 0rem 0.3rem;
		overflow: hidden;
		margin-bottom: 0.6rem;
		
	}
	.networkSell-Wrap .networkSell-nav .list .icon-wrap{
		width: 5rem;
		height: 5rem;
		background: #ffffff;
		box-sizing: border-box;
		border-radius:50%;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 5px solid #494949;
	}
	.networkSell-Wrap .networkSell-nav .list .icon-wrap .icon{
		font-size: 2.5rem;
		color: #e50b23;
		transition: all 0.5s;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.networkSell-Wrap .networkSell-nav .list .title{
		color: #fff;
		padding-top: 0.5rem;
		line-height: 1.5rem;
		font-size: 1rem;
	}
	.networkSell-Wrap .networkSell-nav .list:hover .icon-wrap .icon{
		transform:rotateY(360deg)
	}
	
	.networkSell-banners{
		max-width: 23rem;
		background: #fff;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 1.2rem;
		margin-bottom: 1.3rem;
	}
	.networkSell-banners .title{
		width: auto;
		height: auto;
		line-height: auto;
		padding: 0.5rem 1rem;
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		text-align: center;
		overflow: hidden;
		color: #fff;
		font-size: 1.5rem;
	}
	
	.networkSell-banners .content{
		overflow: hidden;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-bottom: 1.5rem;
		padding-top: 0.5rem;
	}
	.networkSell-banners .content .list{
		line-height: 3rem;
		padding: 0px 0.5rem;
		display: inline-block;
		font-size: 1.1rem;
		margin-bottom: 0.5rem;
	}
	.networkSell-banners .content .list .icon{
		font-size: 1.4rem;
		float: left;
		padding-right: 0.5rem;
		transition: all 0.5s;
	}
	
	.networkSell-banners .content .list:hover .icon,.networkSell-banners .content .list:hover{
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.networkSell-banners .content .online{
		background: #eeeeee;
		height: 2.5rem;
		line-height: 2.5rem;
		padding: 0px 1rem;
		display: inline-block;
		border-radius: 2vw;
		margin: 0px 1rem;
	}
	.networkSell-banners .content .online .icon{
		font-size: 2rem;
		float: right;
		padding-left: 10px;
	}
	.networkSell-banners .content .online:hover{
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		color: #fff;
	}
	.networkSell-banners .content .more{
		background: #e50b23;
		display: inline-block;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		text-align: center;
		border-radius: 50%;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		overflow: hidden;
		margin: 0px 1rem;
		transition: all 0.5s;
	}
	.networkSell-banners .content .more .icon{
		font-size: 30px;
		color: #fff;
	}
	.networkSell-banners .content .more:hover{
		transform:rotateY(360deg)
	}
	.networkSell-Wrap .advantage{
		height: auto;
		margin-top: 1.1rem;
		display: flex;
		justify-content: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}
	.networkSell-Wrap .advantage .item{
		width: 23rem;
		height: 16.12rem;
		position: relative;
		overflow: hidden;
		text-align: center;
		margin-bottom: 1.1rem;
	}
	.networkSell-Wrap .advantage .item .img{
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
	}
	.networkSell-Wrap .advantage .item .img:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		top: 0px;
		left: 0px;
		z-index: 2;
	}
	.networkSell-Wrap .advantage .item .img img{
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.networkSell-Wrap .advantage .item .text{
		position: relative;
		z-index: 5;
		padding: 1rem 1rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.networkSell-Wrap .advantage .item .text .number{
		width: 3rem;
		height: 3rem;
		background: #e50b23;
		margin: 0 auto;
		line-height: 3rem;
		border-radius: 50%;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		font-size: 1.5rem;
		color: #fff;
		margin-top: 1rem;
		transition: all 0.5s;
	}
	.networkSell-Wrap .advantage .item .text .title{
		font-size: 1.2rem;
		color: #fff;
		margin-top: 0.5rem;
	} 
	.networkSell-Wrap .advantage .item .text .description{
		font-size: 0.9rem;
		color: #fff;
		line-height: 1.6rem;
		padding-top: 0.5rem;
		opacity: 0.8;
		transition: all 0.5s;
		
	}
	
	/* 关于我们 */
	.home-about-Wrap{
		width: auto;
		background: #f8f8f8;
		padding-bottom: 1.1rem;
		overflow: hidden;
		margin-bottom: 0.3rem;
	}
	.home-about-Wrap .home-about-content{
		overflow: hidden;
	}
	.home-about-Wrap .home-about-content .television-wrap{
		width: 25.6rem;
		height: 19.68rem;
		background: url(../images/television-wrap.png) top center no-repeat;
		background-size: 25.6rem;
		overflow: hidden;
	}
	.home-about-Wrap .home-about-content .television-wrap .television-content{
		width: 22.5rem;
		height: 12.8rem;
		background: #333;
		margin: 0 auto;
		margin-top: 1.5rem;
		position: relative;
	}
	.home-about-Wrap .home-about-content .television-wrap .television-content a{
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		z-index: 3;
	}
	.home-about-Wrap .home-about-content .television-wrap .television-content .img{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 2;
	}
	.home-about-Wrap .home-about-content .television-wrap .television-content a:before{
		content: '1';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 3;
		transition: all 0.5s;
	}
	.home-about-Wrap .home-about-content .television-wrap .television-content .icon{
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 3rem;
		text-align: center;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		z-index: 3;
		color: #fff;
	}
	.home-about-Wrap .home-about-content .television-wrap .television-content:active a:before{
		opacity: 0.7;
	}
	.home-about-Wrap .home-about-content .home-about-text{
		width: 25.6rem;
		height: auto;
		float: right;
		position: relative;
	}
	.home-about-Wrap .home-about-content .home-about-text .number-wrap{
		width: auto;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 1rem;
		flex-wrap: wrap;
	}
	.home-about-Wrap .home-about-content .home-about-text .number-wrap .item{
		width: 45%;
		text-align: center;
		margin: 0px 0.2rem;
		margin-top: 0.5rem;
	}
	.home-about-Wrap .home-about-content .home-about-text .number-wrap .item .number{
		width: auto;
		font-size: 2rem;
	}
	.home-about-Wrap .home-about-content .home-about-text .number-wrap .item .text{
		line-height: 2rem;
		color: #7a7a7a;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap{
		width: auto;
		background: #ffffff;
		padding: 0rem 1.2rem;
		position: relative;
		margin: 1rem;
		padding-bottom: 0.8rem;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-content{
		font-size: 1rem;
		line-height: 1.8rem;
		color: #333333;
		overflow: hidden;
		text-indent: 1em;
		text-align:justify; 
		text-justify:inter-ideograph;
		padding-top: 1rem;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-nav{
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items:center;
		padding-top: 1rem;
		flex-wrap: wrap;
		margin-top: -1rem;
	}
	
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-nav .list{
		display:flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #e5e5e5;
		border-radius: 1rem;
		line-height: 2rem;
		padding: 0.2rem 1rem;
		text-align: center;
		width: 9rem;
		margin: 0rem 0.8rem;
		margin-top: 1.6rem;
		box-sizing: border-box;
		transition: all 0.5s;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-nav .list .icon{
		font-size: 1.2rem;
		color: #bababa;
		transition: all 0.5s;
		margin-right: 0.5rem;
	}
	
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-nav .list .title{
		font-size: 1rem;
		font-weight: lighter;
		line-height: auto;
		color: #333;
		transition: all 0.5s;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-nav .list:active{
		border: 1px solid #e50b23;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-nav .list:active .icon,.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-nav .list:hover .title{
		color: #e50b23;
	}
	
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-tel{
		padding: 1rem 0px;
		font-size: 1.1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 1rem;
		flex-wrap: wrap;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-tel .icon{
		font-size:1.5rem;
		color: #bababa;
		padding: 0px 1rem;
		padding-left: 1rem;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-tel .text-span{
		font-size: 1.1rem;
		color: #7a7a7a;
	}
	.home-about-Wrap .home-about-content .home-about-text .text-wrap .text-tel .tel-link{
		font-size: 2rem;
		padding-top: 0.2rem;
	}
	
	.home-about-Wrap .home-about-content .home-about-text .more{
		width: 3rem;
		height: 3rem;
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		line-height: 3rem;
		position: absolute;
		left: 1rem;
		bottom: 0rem;
		border-radius: 50%;
		text-align: center;
		display: block;
		z-index: 10;
		transition:all 0.5s
	}
	.home-about-Wrap .home-about-content .home-about-text .more .icon{
		font-size: 1.8rem;
		color: #fff;
	}
	.home-about-Wrap .home-about-content .home-about-text .more:active{
		transform:rotateY(360deg);
	}
	/* 新闻中心 */
	.news-wrap{
		overflow: hidden;
		padding: 0px 0px;
	}
	.news-wrap .news-nav-wrap{
		text-align: center;
		height: auto;
		padding: 1rem;
		padding-top: 0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.news-wrap .news-nav-wrap .list{
		border-radius: 1rem;
		border: 1px solid #e5e5e5;
		padding: 0.5rem 1rem;
		line-height: 1.6rem;
		margin: 0px 0.5rem;
		color: #333;
		font-size: 1.05rem;
	}
	.news-wrap .news-nav-wrap .list.current{
		border: 1px solid #e50b23;
		color: #e50b23;
	}
	
	.news-wrap .news-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		margin-top: 0.5rem;
		padding-bottom: 1rem;
	}
	.news-wrap .news-content .news-content-major{
		width: 23rem;
		height: auto;
		border: 1px solid #eeeeee;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		transition: all 0.5s;
		float: left;
	}
	.news-wrap .news-content .news-content-major .img{
		width: 23rem;
		height: 15.92rem;
		display: flex;
		justify-content: center;
		align-items: center;
		background:url(../images/case-list-imgBack.jpg) top center;
		background-size: 23rem;
		overflow: hidden;
	}
	.news-wrap .news-content .news-content-major .img img{
		width: 100%;
		transition: all 0.5s;
	}
	.news-wrap .news-content .news-content-major:hover .img img{
		transform: scale(1.05);
	}
	.news-wrap .news-content .news-content-major .title{
		padding: 0px 1rem;
		height: 2rem;
		line-height: 2rem;
		font-size: 1.1rem;
		font-weight: lighter;
		margin-top: 0.5rem;
		text-align:justify; 
		text-justify:inter-ideograph;
		overflow: hidden;
		text-overflow: ellipsis; 
		white-space: nowrap;
		course:hand;
		font-weight: bold;
	}
	.news-wrap .news-content .news-content-major .description{
		padding: 0px 1rem;
		font-size: 1rem;
		height: 3.2rem;
		line-height: 1.6rem;
		overflow: hidden;
		color: #999999;
		margin-top: 0.3rem;
		text-align:justify; 
		text-justify:inter-ideograph;
	
	}
	.news-wrap .news-content .news-content-major .more{
		padding: 0px 1rem;
	}
	.news-wrap .news-content .news-content-major .more .icon{
		font-size: 1.8rem;
		color: #cdcdcd;
		transition: all 0.5s;
	}
	.news-wrap .news-content .news-content-major::after{
		content: ' ';
		position: absolute;
		width: 0%;
		height: 3px;
		bottom: 0px;
		left: 0px;
		background: #e50b23;
		background-image: linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		transition: all 0.5s;
	}
	.news-wrap .news-content .news-content-major:active{
		box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	}
	.news-wrap .news-content .news-content-major:active::after{
		width: 100%;
	}
	.news-wrap .news-content .news-content-major:active .more .icon{
		padding-left: 20px;
		color: #e50b23;
	}
	.news-wrap .news-content .news-content-mijor{
		width: 23rem;
		height: auto;
		display: flex;
		justify-content: flex-end;
		align-items: baseline;
		align-content: space-between;
		flex-wrap: wrap;
	}
	.news-wrap .news-content .news-content-mijor .news-list{
		width: 23rem;
		height: 4rem;
		overflow: hidden;
		box-sizing: border-box;
		border: 1px solid #eeeeee;
		transition: all 0.5s;
		margin-top: 1.2rem;
	}
	.news-wrap .news-content .news-content-mijor .news-list .title{
		font-size: 1rem;
		font-weight: lighter;
		line-height: 1.8rem;
		height: 1.8rem;
		overflow: hidden;
		text-align:justify; 
		text-justify:inter-ideograph;
		text-overflow: ellipsis; 
		white-space: nowrap;
		course:hand;
		padding: 0px 1rem;
		margin-top: 0.3rem;
		font-weight: bold;
	}
	.news-wrap .news-content .news-content-mijor .news-list .time-wrap{
		padding: 0px 1rem;
		line-height: 1.5rem;
	}
	.news-wrap .news-content .news-content-mijor .news-list .time-wrap .icon-left{
		font-size: 1rem;
		float: left;
		color: #b9b9b9;
		padding-right: 0.5rem;
		opacity: 0.4;
	}
	.news-wrap .news-content .news-content-mijor .news-list .time-wrap .time{
		font-size: 0.9rem;
		color: #999999;
	}
	.news-wrap .news-content .news-content-mijor .news-list .time-wrap .icon-right{
		float: right;
		font-size: 0.95rem;
		color: #929292;
		transition: all 0.5s;
	} 
	.news-wrap .news-content .news-content-mijor .news-list:active{
		border: 1px solid #e50b23;
	}
	.news-wrap .news-content .news-content-mijor .news-list:active{
		color: #e50b23;
	}
	.news-wrap .news-content .news-content-mijor .news-list:active .time-wrap .icon-right{
		color: #e50b23;
		transform: translateX(10px);
	}
	
	/* 网络营销 */
	.select-Wrap{
		width: 25.6rem;
		max-width: 100%;
		margin: 0 auto;
		height: auto;
		background: #f3f3f3;
		margin-top: 1rem;
	}
	.select-Wrap .select-box{
		padding: 0px 1rem;
	}
	.select-Wrap .select-box .text-box{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 1rem;
		overflow: hidden;
	}
	.select-Wrap .select-box .text-box .title-1{
		font-size: 1.5rem;
		line-height: 2rem;
		margin-top:0.5rem;
	}
	.select-Wrap .select-box .text-box .title-2{
		font-size: 1.3rem;
		line-height: 2rem;
		font-weight: lighter;
		margin-top: 0.5rem;
	}
	.select-Wrap .select-box .text-box .title-3{
		font-size: 1.1rem;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		line-height: 2rem;
		color: #999;
		font-weight: lighter;
	}
	.select-Wrap .select-box .text-box .tel-1{
		line-height: 2rem;
		font-weight: lighter;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		padding: 0.2rem 0px;
		font-size: 1rem;
		color: #333;
		font-weight: lighter;
		margin-top: 0.2rem;
	}
	.select-Wrap .select-box .text-box .tel-1 a{
		font-size: 1.4rem;
	}
	
	.select-Wrap .select-box .text-box .tel-1 .icon{
		font-size: 1.5rem;
		padding-right: 1rem;
		color: #c3c3c3;
	}
	
	.select-Wrap .select-box .select-contact{
		width: auto;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.select-Wrap .select-box .select-contact .item{
		display: block;
		text-align: center;
		padding: 0px 1rem;
		transition: all 0.5s;
		position: relative;
		padding-bottom: 1rem;
	}
	.select-Wrap .select-box .select-contact .item .title{
		font-size: 1rem;
		font-weight: lighter;
		line-height: 2.2rem;
		margin-top: 0.5rem;
		transition: all 0.5s;
	}
	.select-Wrap .select-box .select-contact .item .icon-wrap-all{
		height: 6rem;
		width: 6rem;
		background: #fcb9c0;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		position: relative;
		transition: all 0.5s;
	}
	.select-Wrap .select-box .select-contact .item .icon-wrap-all .icon-wrap-1{
		width: 5.5rem;
		height: 5.5rem;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fa8693;
		overflow: hidden;
	}
	.select-Wrap .select-box .select-contact .item .icon-wrap-all .icon-wrap-2{
		width: 5rem;
		height: 5rem;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #e50b23;
		overflow: hidden;
	}
	.select-Wrap .select-box .select-contact .item .icon-wrap-all .icon-wrap-2 .icon{
		font-size: 2.5rem;
		color: #fff;
		position: relative;
		z-index: 100;
		transition: all 0.5s;
	}
	.select-Wrap .select-box .select-contact .item:active .icon-wrap-all .icon{
		transform:rotateY(360deg);
	}
	.select-Wrap .select-box .select-contact .item:active .title{
		color: #e50b23;
	}
	.select-Wrap .select-box .select-contact .item .wechat-hide{
		position: absolute;
		width: auto;
		height: 1rem;
		top: -130px;
		left: 0px;
		right: 0px;
		margin: auto;
		background: #fcb9c0;
		z-index: 100;
		display: none !important;
	}
	
	
	/* 友情链接 */
	.links-box{
		margin-top: 0.5rem;
		padding-bottom: 1rem;
		text-align: center;
	}
	.links-box .links-content{
		margin-bottom: 0.5rem;
		padding: 0px 1rem;
	}
	.links-box .links-content .link{
		line-height: 1.8rem;
		padding: 0.1rem 0.5rem;
		font-size: 0.95rem;
		color: #828282;
		display: inline-block;
	}
	.links-box .links-content .link:active{
		text-decoration: underline;
		color: #e50b23;
	}
	
	/* 底部通用 */
	.footer-Wrap{
		display: block;
		overflow: hidden;
	}
	.footer-Wrap .footer-top-Wrap{
		height: auto;
		background: #000000;
		overflow: hidden;
		border-bottom: 0.3rem solid #333333;
	}
	.footer-Wrap .footer-top-Wrap .footer-top-box{
		height: auto;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 1.6rem;
		padding-top: 0.5rem;
	}
	
	.footer-Wrap .footer-top-Wrap .footer-top-box .item{
		width: 12rem;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.2rem 0rem 0rem 0rem;
		flex-direction: column;
	}
	.footer-Wrap .footer-top-Wrap .footer-top-box .item .icon-wrap{
		overflow: hidden;
		text-align: center;
		height: 4.5rem;	
		padding: 0rem;
	}
	.footer-Wrap .footer-top-Wrap .footer-top-box .item .icon-wrap .icon{
		font-size: 3rem;
	}
	.footer-Wrap .footer-top-Wrap .footer-top-box .item .text-wrap{
		overflow: hidden;
		text-align: center;
	}
	.footer-Wrap .footer-top-Wrap .footer-top-box .item .text-wrap .p1{
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.8rem;
		font-weight: lighter;
	}
	.footer-Wrap .footer-top-Wrap .footer-top-box .item .text-wrap .p2{
		line-height: 1.6rem;
		font-size: 0.9rem;
		font-weight: lighter;
		opacity: 0.8;
	}
	
	.footer-nav-Wrap{
		min-height: auto;
		background: #262626;
		padding-bottom: 1rem;
	}
	.footer-nav-Wrap .footer-nav-box{
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.footer-nav-Wrap .footer-nav-box .item-box{
		width: auto;
		height: auto;
		padding: 0rem 1rem;
		overflow: hidden;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .title{
		width: auto;
		height: auto;
		box-sizing: border-box;
		border-bottom: 1px solid #434343;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 0.6rem;
		padding-top: 0.6rem;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .title .icon-wrap{
		padding-right: 1.2rem;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .title .icon-wrap .icon{
		font-size: 3rem;
		color: #ffffff;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .title .text-wrap{
		overflow: hidden;
		color: #c3c3c3;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .title .text-wrap .p1{
		font-size:1.3rem;
		line-height: 2rem;
		font-weight: lighter;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .title .text-wrap .p2{
		font-size: 1rem;
		line-height: 2rem;
		font-weight: lighter;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .item-contact{
		font-size: 1rem;
		color: #d3d3d3;
		padding-top: 1rem;
		padding: 1rem;
		padding-bottom: 0rem;
		padding-bottom: 1rem;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .item-contact p{
		color: #d3d3d3;
		line-height: auto;
		padding: 0.1rem 0px;
		line-height: 1.7rem;
		font-weight: lighter;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .item-contact p a{
		color: #d3d3d3;
		font-weight: lighter;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .item-contact .tel{
		font-size: 1.4rem;
		padding: 0px 0px;
		line-height: 2.2rem;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .item-contact .tel a{
		color: #ffffff;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .item-contact .tel a:hover{
		color: #ffffff;
	}
	
	.footer-nav-Wrap .footer-nav-box .item-box .item-navbartion {
		padding-top: 1rem;
		padding-bottom: 1rem;
		overflow: hidden;
		display: flex;
	}
	
	.footer-nav-Wrap .footer-nav-box .item-box .item-navbartion .navbartion-wrap{
		width: auto;
		display: inline-block;
		text-align: left;
		padding-left: 1rem;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .item-navbartion .navbartion-wrap a{
		display: inline-block;
		padding: 0.35rem 0.5rem;
		color: #d3d3d3;
		transition: all 0.5s;
		line-height: 1.3rem;
		font-weight: lighter;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .item-navbartion .navbartion-wrap a:hover{
		color: #ffffff;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .wechatQR{
		width: auto;
		padding-top: 1.5rem;
		overflow: hidden;
		text-align: center;
	} 
	.footer-nav-Wrap .footer-nav-box .item-box .wechatQR img{
		width: 7rem;
		height: 7rem;
	}
	.footer-nav-Wrap .footer-nav-box .item-box .wechatQR p{
		line-height: 2rem;
		color: #c3c3c3;
		text-align: center;
		margin-top: 0.3rem;
		font-weight: lighter;
	}
	.footer-nav-Wrap .footer-nav-box .item-box.item-contact-box{
		width: auto;
		display: block;
		margin-left: 0rem;
		border-bottom: 2px solid rgba(204,204,204,0.2);
	}
	.footer-nav-Wrap .footer-nav-box .item-box.item-navbartion-box{
		width: auto;
		border-bottom: 2px solid rgba(204,204,204,0.2);
		overflow: hidden;
	}
	.footer-nav-Wrap .footer-nav-box .item-box.item-wechat-box{
		width: auto;
		margin-right: 0rem;
		overflow: hidden;
	}
	
	.footer-bottom-Wrap{
		background: #000000;
		text-align: center;
		padding: 1rem;
		padding-bottom: 4.6rem;
	}
	.footer-bottom-Wrap span{
		display: block;
		font-size: 0.9rem;
		line-height: 1.4rem;
		padding: 0.2rem 0rem;
		color: #ffffff;
		opacity: 0.6;
		font-weight: lighter;
	}
	.footer-bottom-Wrap span a{
		color: #ffffff;
		transition: all 0.5s;
		font-weight: lighter;
	}
	.footer-bottom-Wrap span a:hover{
		color: #ffffff;
	}
	.footer-bottom-Wrap span strong{
		font-weight: lighter;
	}
	
	/* 侧边栏 */
	.tool-bar-wrap{
		position: fixed;
		right: -1px;
		bottom: 4.5rem;
		z-index: 2000;
		display: none;
	}
	.tool-bar-wrap .tool-bar-item{
		width: 3rem;
		height: 3rem;
		display: block;
		background:#ffffff;
		position: relative;
		color: #fff;
		border: 1px solid #f5f5f5;
		color: #757575;
		transition: all 0.5s;
		box-sizing: border-box;
		opacity: 0.9;
	}
	.tool-bar-wrap .tool-bar-item .icon-wrap{
		position: relative;
		width: auto;
		height: 3rem;
		line-height: 3rem;
		margin: 0 auto;
		padding-top: 0px;
		text-align: center;
	}
	.tool-bar-wrap .tool-bar-item .icon-wrap .icon{
		color: #757575;
		font-size: 1.5rem;
		transition: all 0.5s;
	}
	.tool-bar-wrap .tool-bar-item .title{
		display: none;
	}
	.tool-bar-wrap .tool-bar-item:nth-child(1),.tool-bar-wrap .tool-bar-item:nth-child(2),.tool-bar-wrap .tool-bar-item:nth-child(3){
		border-bottom:none ;
		display: none;
	}
	.tool-bar-wrap .tool-bar-item:active .icon-wrap .icon,.tool-bar-wrap .tool-bar-item:active .title{
		color: #e50b23;
	}
	.tool-bar-wrap .tool-bar-item .wechat-hide{
		display: none;
	}
	
	.tool-bar-wrap .tool-bar-item .tool-tel-box{
		display: none;
	}
	
	/* 微信弹出层包裹 */
	.wechat-click-wrap{
		width: 20rem;
		height: 20rem;
		background: url(../images/qr-back.jpg) left top no-repeat;
		background-size: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		border-radius: 1.5rem;
		/* padding: 30px 30px 20px 30px; */
	}
	.wechat-click-wrap.open{
		background-size: 100%;
	}
	.wechat-click-wrap .qr{
		width: 8rem;
		height: 8rem;
		border:3px solid rgba(204,204,204,0.1);
		margin: 0 auto;
		display: block;
		margin-top: 2.5rem;
	}
	.wechat-click-wrap .title{
		font-size: 1.2rem;
		line-height: 2rem;
		padding-top: 1rem;
		font-weight: lighter;
	}
	/* 移动端底部 */
	.navbarFooter{
		position: fixed;
		z-index: 999;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 4rem;
		background: #ffffff;
		border-top: 1px solid #eeeeee;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.navbarFooter .item{
		display: inline-block;
		width: 25%;
		padding: 0rem 0.5rem;
		text-align: center;
		padding-top: 0.6rem;
	}
	.navbarFooter .item .icon{
		font-size: 1.5rem;
		line-height: 1.5rem;
		color: #333;
	}
	.navbarFooter .item .title{
		color: #727272;
		line-height: 1.5rem;
		font-size: 0.85rem;
	}
	.navbarFooter .item.current .icon,.navbarFooter .item.current .title,.navbarFooter .item:active .title,.navbarFooter .item:active .icon{
		color: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
	
	
	
	/* 网站建设CSS */
	.innerPage-banner-Wrap{
		width: 100%;
		height: auto;
		background: #F8F8F8;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		font-size: 0px;
		overflow: hidden;
	}
	.innerPage-banner-Wrap .innerPage-banner-box{
		font-size: 0px;
		width: auto;
		max-width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.innerPage-banner-Wrap .innerPage-banner-box .image{
		width: 130%;
		height: auto;
	}
	
	.webBuilding-navbar{
		text-align: center;
		padding: 1rem;
	}
	.webBuilding-navbar .list{
		border: 1px solid #F8F8F8;
		display: inline-block;
		padding: 0.5rem 1.5rem;
		margin: 0.5rem 0.8rem;
		line-height: 1.5rem;
		border-radius: 1rem;
		transition: all 0.5s;
	}
	.webBuilding-navbar .list:active{
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		color: #fff;
	}
	
	.web-serve-Wrap{
		width: auto;
		max-width: 25.6rem;
		margin: 0 auto;
		height: auto;
		background: #f8f8f8;
		overflow: hidden;
	}
	.web-serve-Wrap .web-serve-box{
		padding: 1rem;
		height: auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.web-serve-Wrap .web-serve-box .text-box{
		width: auto;
		height: auto;
		display: block;
		padding: 0rem 0.2rem;
	}
	
	.web-serve-Wrap .web-serve-box .text-box .title{
		padding: 0.5rem 0px;
		padding-bottom: 1rem;
		line-height: 2rem;
		border-bottom: 1px solid #e5e5e5;
		font-size: 1.4rem;
		color: #333;
	}
	.web-serve-Wrap .web-serve-box .text-box .title span{
		color: #e50b23;
	}
	.web-serve-Wrap .web-serve-box .text-box .sub-title{
		font-size: 1.1rem;
		color: #333;
		line-height: 1.8rem;
		padding: 0rem;
		padding-top: 0.6rem;
		font-weight: lighter;
	}
	.web-serve-Wrap .web-serve-box .text-box .description{
		font-size: 1rem;
		line-height: 1.8rem;
		color: #414141;
		padding-bottom: 0.5rem;
		padding-top: 0.6rem;
	}
	.web-serve-Wrap .web-serve-box .text-box .description p{
		font-size: 1rem;
		opacity: 0.7;
	}
	.web-serve-Wrap .web-serve-box .text-box .description .description-title{
		font-size: 1.2rem;
		color: #ffc000;
		line-height: 2.2rem;
		font-weight: lighter;
		padding-bottom: 0.3rem;
	}
	.web-serve-Wrap .web-serve-box .text-box .button-wrap{
		overflow: hidden;
		padding-top: 0.8rem;
		padding-bottom: 0.6rem;
	}
	.web-serve-Wrap .web-serve-box .text-box .button-wrap .list{
		background: #414141;
		padding: 0.3rem 1.5rem;
		line-height: 1.5rem;
		color: #414141;
		color: #fff;
		display: inline-block;
		border-radius: 1rem;
		margin-right: 1rem;
		transition: all 0.5s;
	}
	.web-serve-Wrap .web-serve-box .text-box .button-wrap .list .icon{
		font-size: 1.2rem;
		float: left;
		padding-right: 0.5rem;
	}
	.web-serve-Wrap .web-serve-box .text-box .button-wrap .list:nth-child(1){
		background: #e50b23;
	}
	.web-serve-Wrap .web-serve-box .text-box .button-wrap .list:active{
		transform: translateX(5px);
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	}
	.web-serve-Wrap .web-serve-box .text-box .description .description-title strong{
		padding-left: 1rem;
	}
	.web-serve-Wrap .web-serve-box .image-box {
		width: auto;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.web-serve-Wrap .web-serve-box .image-box img{
		width: 100%;
		height: auto;
	}
	
	
	/* 偶数item */
	.web-serve-Wrap.web-serve-evenItem{
		background: #434343 url(../images/web-serve-even-back.jpg) top center repeat-y;
	}
	.web-serve-Wrap.web-serve-evenItem .text-box{
		padding: 0rem 0.2rem;
	}
	
	.web-serve-Wrap.web-serve-evenItem .image-box{
		overflow: hidden;
	}
	.web-serve-Wrap.web-serve-evenItem .text-box .title{
		color: #fff;
		border-bottom: 1px  solid #626262;
	}
	.web-serve-Wrap.web-serve-evenItem .text-box .title span{
		color: #fff;
	}
	.web-serve-Wrap.web-serve-evenItem .text-box .sub-title{
		color: #fff;
	}
	
	.web-serve-Wrap.web-serve-evenItem .text-box .description .description-title{
		color: #fff712;
	}
	
	.web-serve-Wrap.web-serve-evenItem .web-serve-box .text-box .description{
		color: #fff;
	}
	.web-serve-Wrap.web-serve-evenItem .web-serve-box .text-box .description p{
		color: #fff;
		opacity: 0.8;
	}
	.web-serve-Wrap.web-serve-evenItem .web-serve-box .text-box .button-wrap .list:nth-child(1){
		background: #626262;
	} 
	.web-serve-Wrap.web-serve-evenItem .web-serve-box .text-box .button-wrap .list:nth-child(2){
		background: #e50b23;
	} 
	
	/* 网页设计服务 */
	.web-designServe-wrap{
		overflow: hidden;
		padding: 1rem;
	}
	.web-designServe-wrap .title{
		text-align: center;
		font-size: 1.3rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.web-designServe-wrap .title span{
		color: #e50b23;
		padding: 0px 0.5rem;
	}
	
	.web-designServe-wrap .web-designServe-box{
		overflow: hidden;
		padding: 1rem 0px;
		border-top: 1px solid #eeeeee;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.web-designServe-wrap .web-designServe-box .item{
		width: auto;
		padding: 0.5rem;
		padding-right: 0.1rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.web-designServe-wrap .web-designServe-box .item .icon-box{
		width: 4.5rem;
		height: 4.5rem;
		line-height: 4.5rem;
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 1.5rem;
		border-radius: 50%;
		height: 100%;
		flex: 0 0 auto;
		overflow: hidden;
	}
	.web-designServe-wrap .web-designServe-box .item .icon-box .icon{
		color: #fff;
		font-size: 40px;
	}
	.web-designServe-wrap .web-designServe-box .item .text-box{
		width: auto;
	}
	.web-designServe-wrap .web-designServe-box .item .text-box h2{
		font-size: 1.2rem;
		line-height: 2rem;
		margin-top: 0rem;
		margin-bottom:0.5rem ;
	}
	.web-designServe-wrap .web-designServe-box .item .text-box p{
		font-size: 1rem;
		color: #7c7c7c;
		line-height: 1.6rem;
	}
	
	/* 网站建设流程 */
	.webBuiding-process-Wrap{
		background: #f8f8f8;
		width: auto;
		max-width: 25.6rem;
		overflow: hidden;
		margin: 0 auto;
		padding-bottom: 1rem;
	}
	.webBuiding-process-Wrap .title{
		text-align: center;
		font-size: 1.3rem;
		padding: 1rem;
		padding-top: 1.2rem;
		padding-bottom: 0.5rem;
	}
	.webBuiding-process-Wrap .title span{
		color: #e50b23;
		padding: 0px 0.3rem;
	}
	.webBuiding-process-Wrap .webBuilding-process-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.webBuiding-process-Wrap .webBuilding-process-box .item{
		width: 50%;
		border: 1px solid rgba(204, 204, 204, 0.2) !important;
		text-align: center;
		overflow: hidden;
		padding: 1rem;
		padding-top:0.5rem;
		padding-bottom: 1rem;
		box-sizing: border-box;
	}
	.webBuiding-process-Wrap .webBuilding-process-box .item:nth-child(1),.webBuiding-process-Wrap .webBuilding-process-box .item:nth-child(2){
		border-top: none !important;
	}
	.webBuiding-process-Wrap .webBuilding-process-box .item:nth-child(9),.webBuiding-process-Wrap .webBuilding-process-box .item:nth-child(10){
		border-bottom: none !important;
	}
	.webBuiding-process-Wrap .webBuilding-process-box .item .number{
		font-size: 1.8rem;
		color: #e50b23;
	}
	.webBuiding-process-Wrap .webBuilding-process-box .item .icon{
		font-size: 2.2rem;
		color: #e50b23;
		padding: 0.5rem 0px;
	}
	.webBuiding-process-Wrap .webBuilding-process-box .item .item-title{
		font-size: 1rem;
		line-height: 1.6rem;
		color: #656565;
	}
	/* 沟通方式 */
	.webBuilding-contact-wrap{
		padding: 0.5rem 0px;
	}
	.webBuilding-contact-wrap .title{
		text-align: center;
		font-size: 1.3rem;
		padding: 1rem;
		padding-top: 0.6rem;
		padding-bottom: 0.5rem;
	}
	.webBuilding-contact-wrap .title span{
		color: #e50b23;
		padding: 0px 0.3rem;
	}
	
	.webBuilding-contact-wrap .webBuilding-contact-box {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		padding: 0rem 1rem;
		padding-top: 0.6rem;
	}
	.webBuilding-contact-wrap .webBuilding-contact-box .item{
		width: auto;
		min-height:5rem;
		height: auto;
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 1rem;
		margin-top: 0.3rem;
		margin-bottom: 0.6rem;
	}
	.webBuilding-contact-wrap .webBuilding-contact-box .item .icon-box{
		width: 5rem;
		height: 5rem;
		background: #fff;
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		overflow: hidden;
		margin-left: 1.2rem;
	}
	.webBuilding-contact-wrap .webBuilding-contact-box .item .icon-box .icon{
		font-size: 3rem;
		color: #e50b23;
	}
	
	.webBuilding-contact-wrap .webBuilding-contact-box .item .text-box{
		padding: 0.5rem 1.5rem;
		color: #fff;
		padding-bottom: 1rem;
		padding-right: 0.8rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.webBuilding-contact-wrap .webBuilding-contact-box .item .text-box h2{
		color: #fff;
		line-height: 2rem;
		margin-bottom: 0.2rem;
	}
	.webBuilding-contact-wrap .webBuilding-contact-box .item .text-box p{
		font-size: 1rem;
		line-height: 1.6rem;
	}
	
	/* 售后服务 */
	.webBuiding-service-wrap {
		padding: 0px;
		margin-top: 0.2rem;
	}
	
	.webBuiding-service-wrap .title{
		text-align: center;
		font-size: 1.3rem;
		padding: 1rem;
		padding-top: 0.6rem;
		padding-bottom: 0.5rem;
	}
	.webBuiding-service-wrap .title span{
		color: #e50b23;
		padding: 0px 0.3rem;
	}
	.webBuiding-service-wrap .webBuiding-service-content{
		padding: 1rem 1.2rem;
		padding-top: 0.5rem;
	}
	.webBuiding-service-wrap .webBuiding-service-content .p{
		font-size: 1.1rem;
		line-height: 1.9rem;
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
		color: #333333;
	}
	.webBuiding-service-wrap .webBuiding-service-content .p .span1{
		color: #ffad1f;
		padding-right: 0.4rem;
	}
	.webBuiding-service-wrap .webBuiding-service-content .p .span2{
		color: #e50b23;
	}
	
	/* 我要建设网站 */
	.webBuiding-iWantToWebSite{
		background:#ccc url(../images/iWantToWebSite.jpg) center center ;
		width: 23rem;
		margin: 0 auto;
		height: 20rem;
		margin-top: 1rem;
		margin-bottom: 2rem;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.webBuiding-iWantToWebSite .iWanTo{
		padding: 0.5rem 1.5rem;
		background: rgba(229, 11, 35,0.7);
		color: #fff;
		border-radius: 1rem;
		font-size: 1.1rem;
		transition: all 0.5s; 
	}
	.webBuiding-iWantToWebSite .iWanTo:active{
		transform: translateX(10px);
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
	}
	
	
	
	
	
	
	/* 网络推广-百度竞价 */
	.baiduJingjia-Wrap{
		background: #f5f8ff;
		padding-top: 0.5rem;
	}
	.baiduJingjia-title{
		text-align: center;
		padding: 1rem;
	}
	.baiduJingjia-title .title{
		font-size: 1.4rem;
		line-height: 2rem;
		color: #333;
		margin-top: 0.5rem;
	}
	.baiduJingjia-title .sub-title{
		font-size: 1rem;
		color: #676767;
		line-height: 1.6rem;
		margin-top: 0.6rem;
	}
	
	.baiduJingjia-Wrap .baiduJingjia-trait-box{
		padding: 0px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: center;
		flex-wrap: wrap;
	}
	.baiduJingjia-Wrap .baiduJingjia-trait-box .item{
		display: block;
		width: 50%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.baiduJingjia-Wrap .baiduJingjia-trait-box .item .icon{
		line-height: 3.5rem;
		font-size: 4rem;
	}
	.baiduJingjia-Wrap .baiduJingjia-trait-box .item .p{
		font-size: 1rem;
		color: #2b2b2b;
		margin-top: 0.5rem;
		line-height: 1.6rem;
		padding: 0px 1rem;
	}
	
	.baiduJingjia-internet4-box{
		padding-top: 0rem;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.baiduJingjia-internet4-box .img-box{
		width: 25.6rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.baiduJingjia-internet4-box .img-box img{
		width:100%
	}
	
	.baiduJingjia-internet4-box .text-box{
		padding: 0.5rem 1rem;
	}
	.baiduJingjia-internet4-box .text-box .title{
		display: block;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		padding: 0.5rem 1rem;
		border-radius: 10px;
		color: #fff;
		font-size: 1.2rem;
		margin-bottom: 0.5rem;
		text-align: center;
	}
	.baiduJingjia-internet4-box .text-box .p{
		line-height: 1.8rem;
		color: #434343;
		font-size: 1.1rem;
		padding: 0.5rem 0px;
	}
	
	/* 六大优势 */
	.baiduJingjia-advantage6-box{
		display: flex;
		justify-content:space-between;
		align-items: center;
		flex-wrap: wrap;
		padding-bottom: 1.5rem;
	}
	.baiduJingjia-advantage6-box .item{
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		padding: 0.8rem 0rem;
	}
	.baiduJingjia-advantage6-box .item .icon-wrap{
		width: 4rem;
		height: 4rem;
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		margin-right: 0.8rem;
		flex: 0 0 auto;
		margin-left: 1rem;
	}
	.baiduJingjia-advantage6-box .item .icon-wrap .icon{
		color: #fff;
		font-size: 2rem;
	}
	.baiduJingjia-advantage6-box .item .text-box{
		color: #333;
		padding-right: 0.5rem;
	}
	.baiduJingjia-advantage6-box .item .text-box h2{
		font-size: 1.1rem;
		padding: 0.2rem 0px;
	}
	.baiduJingjia-advantage6-box .item .text-box p{
		color: #666666;
		line-height: auto;
		font-size: 1rem;
	}
	
	/* 百度营销-广告优势 */
	.baiduJingjia-baiduAdvantage-box{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 0rem;
		margin-bottom: 1rem;
		flex-wrap: wrap;
	}
	.baiduJingjia-baiduAdvantage-box .item{
		width: auto;
		margin: 0px 1.5rem;
		box-sizing: border-box;
		border-radius: 20px;
		overflow: hidden;
		display: block;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
		margin-top: 0.5rem;
		margin-bottom: 1rem;
	}
	.baiduJingjia-baiduAdvantage-box .item .image-box{
		width: 100%;
	}
	.baiduJingjia-baiduAdvantage-box .item .image-box img{
		width: 100%;
	}
	.baiduJingjia-baiduAdvantage-box .item .text-box{
		text-align: center;
		padding: 0.5rem 1rem;
		padding-bottom: 1rem;
	}
	.baiduJingjia-baiduAdvantage-box .item .text-box h2{
		font-size: 1.3rem;
		color: #e50b23;
		font-weight: lighter;
		margin-bottom: 0.5rem;
	}
	.baiduJingjia-baiduAdvantage-box .item .text-box p{
		font-size: 1rem;
		color: #333;
		line-height: 1.6rem;
		opacity: 0.8;
	}
	
	
	/* 难点 */
	.baiduJingjia-nandian-wrap{
		padding: 0px;
		background: #f8f8f8;
		padding-bottom: 1rem;
	}
	.baiduJingjia-nandian-wrap .baiduJingjia-title{
		padding-bottom: 0px;
	}
	.baiduJingjia-nandian-wrap .nandian-title{
		font-size: 1.2rem;
		color: #e50b23;
		line-height: 2rem;
		padding-bottom: 0.5rem;
		padding-left: 1rem;
		margin-top: 1.2rem;
	}
	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box{
		display: flex;
		padding: 0px;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;

	}
	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box .item{
		width: 11rem;
		height: auto;
		display: table;
		margin: 0px 0.6rem;
	}
	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box .item .image-box{
		width: 11rem;
		height: 12.56rem;
		position: relative;
		overflow: hidden;
		background: #F8F8F8;
		border-radius: 1rem;
	}
	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box .item .image-box .image{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom:0px;
		margin: auto;
		z-index: 1;
	}
	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box .item .image-box .number{
		font-size: 2rem;
		position: absolute;
		z-index: 3;
		text-align: center;
		color: #fff;
		left: 0px;
		right: 0px;
		bottom: 1rem;
		padding: 0px 1rem;
	}
	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box .item .image-box::after{
		content: '';
		width: 50%;
		height: 1vw;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		z-index: 2;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		transition: all 0.2s;
	}

	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box .item .text-box{
		padding: 0.5rem 1rem;
		text-align: center;
	} 
	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box .item .text-box h2{
		font-size: 1.2rem;
		line-height: 1.8rem;
		color: #333;
		margin-top: 0.2rem;
		font-weight: lighter;
	}
	.baiduJingjia-nandian-wrap .baiduJingjia-nandian-box .item .text-box p{
		font-size: 1rem;
		color: rgba(0, 0, 0, 0.7);
		line-height: 1.6rem;
		padding-bottom: 0.5rem;
	}
	.baiduJingjia-nandian-wrap .solution-title{
		padding-top: 0rem;
		margin-top: 0.2rem;
	}
	
	
	.baiduJingjia-solution-box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 0.5rem;
	}
	.baiduJingjia-solution-box .item{
		width: 11rem;
		margin: 0px 0.6rem;
		background: #ffffff;
		border-radius: 1rem;
		text-align: center;
		overflow: hidden;
		padding: 0.5rem 0px;
		padding-bottom: 1rem;
		transition: all 0.3s;
		margin-bottom: 1.2rem;
	}
	.baiduJingjia-solution-box .item .icon-wrap{
		height: 4.5rem;
		line-height: 4.5rem;
		margin-bottom: 0.5rem;
	}
	.baiduJingjia-solution-box .item .icon-wrap .icon{
		font-size: 3.5rem;
	}
	
	.baiduJingjia-solution-box .item .h2{
		padding: 0.2rem 1rem;
		font-size: 1.3rem;
		font-weight: lighter;
		line-height: 2rem;
	}
	.baiduJingjia-solution-box .item .p{
		padding: 0.5rem 0.5rem;
		font-size: 1rem;
		color: #666666;
	}
	.baiduJingjia-solution-box .item:active{
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}
	.baiduJingjia-nandian-wrap .button-gain{
		display: table;
		margin: 0 auto;
		padding: 0.5rem 2rem;
		color: #fff;
		border-radius: 1rem;
		background: #e50b23;
		margin-top: 0.8rem;
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	.baiduJingjia-nandian-wrap .button-gain:active{
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
	}
	
	/* 百度竞价评分 */
	.baiduJingjia-score-Wrap{
		background: #1b1b1b;
		text-align: center;
		color: #ffffff;
		overflow: hidden;
	}
	
	.baiduJingjia-score-Wrap .baiduJingjia-score-title{
		text-align: center;
		padding: 0.5rem 1rem;
		padding-top: 1rem;
	}
	.baiduJingjia-score-Wrap .baiduJingjia-score-title .title{
		font-size: 1.5rem;
	}
	.baiduJingjia-score-Wrap .baiduJingjia-score-title .sub-title-1{
		display: table;
		margin: 0 auto;
		background: #e50b23;
		padding: 0.5rem 2rem;
		line-height: 1.2rem;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		font-weight: lighter;
		margin-top: 1rem;
		border-radius: 1rem;
	}
	.baiduJingjia-score-Wrap .baiduJingjia-score-title .sub-title-2{
		line-height: 2rem;
		font-size: 1.15rem;
		padding-top: 0.5rem;
		font-weight: lighter;
	}
	.baiduJingjia-score-Wrap .baiduJingjia-score-title .sub-title-2 strong{
		font-size: 2rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	
	.baiduJingjia-score-box{
		display: flex;
		justify-content:center;
		margin-top: 0.5rem;
		margin-bottom: 1rem;
		flex-wrap: wrap;
	}
	
	.baiduJingjia-score-box .item{
		height: auto;
		width: 11rem;
		margin: 0px 0.6rem;
		background: #ffffff;
		border-radius: 1rem;
		text-align: center;
		padding: 0.5rem 0px;
		padding-bottom: 1.5rem;
		margin-bottom: 2.2rem;
		position: relative;
		transition: all 0.3s;
	}
	.baiduJingjia-score-box .item .image-box{
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.baiduJingjia-score-box .item .image-box img{
		max-width: 90%;
		height: auto;
	}
	.baiduJingjia-score-box .item .title{
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: -1rem;
		margin: auto;
		display: table;
		padding: 0.5rem 1rem;
		line-height: 1.5rem;
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		font-size: 1.2rem;
		border-radius: 1rem;
	}
	
	.baiduJingjia-painSpot-box{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0.5rem 1.2rem;
		flex-wrap: wrap;
	}
	.baiduJingjia-painSpot-box .left-text-box{
		overflow: hidden;
		width: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.baiduJingjia-painSpot-box .left-text-box p{
		font-size: 1.2rem;
		padding:0.3rem 0.6rem;
		line-height: 2rem;
		padding-right: 0.5rem;
		font-family: '微软雅黑'
	}
	.baiduJingjia-painSpot-box .left-text-box .p1{
		font-weight: bold;
		font-size: 1.6rem;
	}
	.baiduJingjia-painSpot-box .left-text-box .p4{
		font-weight: bold;
	}
	.baiduJingjia-painSpot-box .right-text-box{
		background: #ffffff;
		box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.1);
		width: auto%;
		display: block;
		text-align: center;
		height: auto;
		margin-top: 1rem;
	}
	.baiduJingjia-painSpot-box .right-text-box ul{
		padding: 0.6rem 1rem;
		padding-top: 1rem;
		padding-bottom: 1.5rem;
	}
	.baiduJingjia-painSpot-box .right-text-box ul p{
		font-size: 1.2rem;
		line-height: 1.8rem;
		text-align: left;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.baiduJingjia-painSpot-box .right-text-box p .span1{
		font-weight: bold;
	}
	.baiduJingjia-painSpot-box .right-text-box .title{
		background: #e50b23;
		width: auto;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		font-size: 1.2rem;
		display:table;
		padding: 0.5rem 1rem;
		color: #fff;
		margin: 0 auto;
		text-align: center;
		line-height: 1.8rem;
		border-radius: 1rem;
		margin-top: 1rem;
	}
	/* 百度竞价-环节 */
	.baiduJingjia-huanjie-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-top: 1rem;
		padding-bottom: 0px;
		flex-wrap: wrap;
	}
	.baiduJingjia-huanjie-box .item{
		width: 6rem;
		text-align: center;
		margin: 0px 1rem;
		margin-bottom: 1rem;
	}
	.baiduJingjia-huanjie-box .item .icon-wrap{
		width: 6rem;
		height: 6rem;
		border: 3px solid #e50b23;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.baiduJingjia-huanjie-box .item .icon-wrap .icon{
		font-size: 3rem;
	}
	.baiduJingjia-huanjie-box .item .title{
		font-size: 1.2rem;
		margin-top: 0.6rem;
		line-height: 2rem;
		font-weight: lighter;
	}
	.baiduJingjia-huanjie-box .item:hover .icon-wrap{
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		border: none;
	}
	.baiduJingjia-huanjie-box .item:hover .icon-wrap .icon{
		color: #fff ;
		-webkit-text-fill-color:#ffffff;
	}
	
	
	/* 网络推广-seo */
	.seo-issue-title{
		text-align: center;
		padding: 1rem;
		padding-top: 1.5rem;
		padding-bottom: 0.5rem;
	}
	.seo-issue-title .title{
		font-size: 1.4rem;
		color: #333;
		line-height: 2rem;
		padding-bottom: 0.5rem;
	}
	.seo-issue-title .sub-title{
		font-size: 1rem;
		color: #b0b0b0;
		font-weight: lighter;
		line-height: 1.5rem;
	}
	.seo-issue-wrap{
		text-align: left;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.seo-issue-wrap .text-box{
		width: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.seo-issue-wrap .text-box .item{
		display: flex;
		width: auto;
		justify-content: flex-start;
		align-items: center;
		padding: 0.6rem 1rem;
		border-bottom: 1px solid #f8f8f8;
		box-sizing: border-box;
		overflow: hidden;
	}
	.seo-issue-wrap .text-box .item .icon-wrap{
		height: auto;
		line-height: 3rem;
		margin-right: 1rem;
	}
	.seo-issue-wrap .text-box .item .icon-wrap .icon{
		font-size: 2.2rem;
		color: #e50b23;
	}
	.seo-issue-wrap .text-box .item h2{
		font-size: 1rem;
		line-height: 1.8rem;
		font-weight: lighter;
		color: #333;
	}
	.seo-issue-wrap .text-box .item h2 span{
		color: #e50b23;
		font-weight: bold;
	}
	.seo-issue-wrap .images-box{
		width: 25.6rem;
		flex: 0 0 auto;
		margin-top: 1rem;
	}
	.seo-issue-wrap  .images-box img{
		width: 100%;
	}
	
	/* SEO-横幅 */
	.seo-banners-Wrap{
		width: 25.6rem;
		height: auto;
		background: url(../images/seo-banners-back.jpg) center center fixed;
		background-size: 250vw;
		overflow: hidden;
		margin-top: 1rem;
		
	}
	.seo-banners-Wrap .seo-banners-box{
		display: flex;
		height: auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding: 2rem 1rem;
	}
	.seo-banners-Wrap .seo-banners-box .title{
		font-size: 1.5rem;
		color: #fff;
		line-height: 1.9rem;
	}
	
	.seo-banners-Wrap .seo-banners-box .more{
		display: table;
		background: #fff;
		padding: 0.4rem 1rem;
		border-radius: 1rem;
		line-height: 2rem;
		color: #e50b23;
		margin-top: 1.5rem;
		transition: all 0.5s;
		font-size: 1rem;
	}
	.seo-banners-Wrap .seo-banners-box .more .icon{
		font-size: 30px;
		float: left;
		padding-right: 10px;
	}
	.seo-banners-Wrap .seo-banners-box .more:active{
		background: #333;
		color: #fff;
	}
	
	/* 解决SEO问题 */
	.seo-advantage-title{
		text-align: center;
		padding: 1rem;
	}
	.seo-advantage-title .title{
		font-size: 1.6rem;
		padding: 0.5rem 1rem;
		color: #333;
	}
	.seo-advantage-title .title span{
		color: #e50b23;
	}
	.seo-advantage-title .sub-title{
		line-height: 1.8rem;
		font-size: 1rem;
		margin-top: 0.5rem;
		color: #5f5f5f;
	} 
	.seo-advantage-banners{
		padding: 0.5rem 1rem;
	} 
	.seo-advantage-banners .title{
		display: table;
		padding: 0.5rem 1rem;
		background: #e50b23;
		color: #fff;
		line-height: 1.8rem;
		font-size: 1.2rem;
		border-radius: 1rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content{
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		padding-top: 1.5rem;
		position: relative;
	}
	.seo-advantage-banners .seo-advantage-banners-content .text-box{
		width: 23rem;
		min-height: 200px;
		height: auto;
		border: 1px solid #F8F8F8;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 1rem 0px;
		overflow: hidden;
	}
	.seo-advantage-banners .seo-advantage-banners-content .text-box p{
		font-size: 1.2rem;
		padding: 0.4rem 1rem;
		line-height: 2.2rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content .text-box .p1{
		color: #4285f4;
		font-size: 1.2rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content .text-box .p2{
		color: #fbbb00;
		font-size: 1.2rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content .text-box .p3{
		color: #ea4133;
		font-size: 1.2rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content .text-box .p4{
		color: #34a853;
		font-size: 1.4rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content .logo{
		display: flex;
		align-items: center;
		padding: 0.5rem 1.5rem;
		margin-top: 0.5rem;
		margin-bottom: 10px;
		flex-wrap: wrap;
	}
	.seo-advantage-banners .seo-advantage-banners-content .logo img{
		width: 8rem;
		padding: 1rem 1rem;
		padding-top: 0rem;
		padding-left: 0rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content .logo h2{
		font-weight: lighter;
		color: #bdbdbd;
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content .iamge-box{
		width: auto;
		position: relative;
		bottom: 2rem;
	}
	.seo-advantage-banners .seo-advantage-banners-content .iamge-box img{
		width: 100%;
	}
	
	/* 9优势 */
	.seo-advantage-Wrap{
		width: 100%;
		overflow: hidden;
		padding-bottom: 1rem;
	}
	.seo-advantage-Wrap.seo-advantage-1-Wrap{
		background: #f8f8f8;
		margin-top: -2rem;
	}
	.seo-advantage-Wrap .seo-advantage-box{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}
	.seo-advantage-Wrap .seo-advantage-box .text-box{
		width: auto;
		padding: 0.5rem 1rem;
	}
	.seo-advantage-Wrap .seo-advantage-box .text-box .title-box{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1rem;
	}
	.seo-advantage-Wrap .seo-advantage-box .text-box .title-box .number{
		width: 4rem;
		height: 4rem;
		background: #4285f4;
		border-radius: 50%;
		text-align: center;
		line-height: 4rem;
		font-size: 2rem;
		color: #ffffff;
		margin-right: 1rem;
		flex: 0 0 auto;
	}
	.seo-advantage-Wrap .seo-advantage-box .text-box .title-box .title{
		font-size: 1.4rem;
		line-height: 2rem;
		color: #4285f4;
	}
	.seo-advantage-Wrap .seo-advantage-box .description{
		padding-left: 1rem;
		padding-right: 0.8rem;
		margin-top: 0.8rem;
	}
	.seo-advantage-Wrap .seo-advantage-box .description p{
		line-height: 1.8rem;
		font-size: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		color: #333;
	}
	.seo-advantage-Wrap .seo-advantage-box .image-box{
		max-width: 100%;
	}
	.seo-advantage-Wrap .seo-advantage-box .image-box img{
		width: 100%;
	}
	
	.seo-advantage-Wrap.seo-advantage-2-Wrap{
		background: #ffffff;
		margin-top: 1rem;
	}
	.seo-advantage-Wrap.seo-advantage-2-Wrap .seo-advantage-box{
		display: flex;
		justify-content: space-between;
		align-items:center;
		margin-top: 0px;
	}
	.seo-advantage-Wrap.seo-advantage-2-Wrap .seo-advantage-box .text-box {
		margin-top: 0px;
	}
	.seo-advantage-Wrap.seo-advantage-2-Wrap .seo-advantage-box .text-box .title-box{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: 0px;
	}
	.seo-advantage-Wrap.seo-advantage-2-Wrap .seo-advantage-box .text-box .title-box .number{
		background: #ea4335;
	}
	.seo-advantage-Wrap.seo-advantage-2-Wrap .seo-advantage-box .text-box .title-box .title{
		color: #ea4335;
	}
	
	.seo-advantage-Wrap.seo-advantage-3-Wrap{
		background: #f8f8f8;
		margin-top: 0.5rem;
		padding-bottom: 1rem;
	}
	
	.seo-advantage-Wrap .seo-title-box {
		overflow: hidden;
		padding: 0.5rem 1rem;
	}
	.seo-advantage-Wrap .seo-title-box .title-box{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1rem;
	}
	.seo-advantage-Wrap .seo-title-box .title-box .number{
		width: 4rem;
		height: 4rem;
		border-radius: 50%;
		text-align: center;
		line-height: 4rem;
		font-size: 2rem;
		color: #ffffff;
		margin-right: 1rem;
		flex: 0 0 auto;
		background: #fbbc05;
	}
	.seo-advantage-Wrap .seo-title-box .title-box .title{
		font-size: 1.4rem;
		line-height: 2rem;
		color: #fbbc05;
	}
	
	.seo-advantage-Wrap.seo-advantage-3-Wrap .seo-keySerive-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin-top: 1rem;
		overflow: hidden;
		flex-wrap: wrap;
		align-items: center;
		padding-bottom: 0rem;
	}
	.seo-advantage-Wrap.seo-advantage-3-Wrap .seo-keySerive-box .item{
		width: 23rem;
		background: #fff;
		border-radius: 1rem;
		margin-bottom: 1.2rem;
		text-align: center;
	}
	.seo-advantage-Wrap.seo-advantage-3-Wrap .seo-keySerive-box .item .icon-wrap{
		padding: 0.5rem 1rem;
	}
	.seo-advantage-Wrap.seo-advantage-3-Wrap .seo-keySerive-box .item .icon-wrap .icon{
		font-size: 4rem;
	}
	.seo-advantage-Wrap.seo-advantage-3-Wrap .seo-keySerive-box .item .description{
		padding: 0.5rem 0.8rem;
		padding-top: 0px;
		padding-bottom: 1rem;
		line-height: 1.7rem;
		color: #333;
		font-size: 1rem;
	}  
	
	.seo-advantage-Wrap.seo-advantage-4-Wrap .seo-title-box .title-box .number{
		background: #4285f4;
	}
	.seo-advantage-Wrap.seo-advantage-4-Wrap .seo-title-box .title-box .title{
		color: #4285f4;
	}
	
	.seo-advantage-Wrap.seo-advantage-4-Wrap .seo-advantage-4-box{
		height: auto;
		background: url(../images/seo-advantage-4.jpg) top center no-repeat;
		background-size: 15rem;
		position: relative;
		padding-top: 16rem;
	}
	.seo-advantage-Wrap.seo-advantage-4-Wrap .seo-advantage-4-box p{
		width: 23rem;
		line-height: 2rem;
		font-size: 1.1rem;
		margin: 0 auto;
		position: relative;
		color: #333;
	}
	.seo-advantage-Wrap.seo-advantage-4-Wrap .seo-advantage-4-box p span{
		padding-right: 0.5rem;
	}
	
	
	.seo-advantage-Wrap.seo-advantage-5-Wrap{
		background: #f8f8f8;
		margin-top: 0.5rem;
	}
	.seo-advantage-Wrap.seo-advantage-5-Wrap .seo-advantage-box .text-box{
		margin-top: 0rem;
	}
	.seo-advantage-Wrap.seo-advantage-5-Wrap .seo-advantage-box .text-box .title-box .number{
		background: #34a853;
	}
	.seo-advantage-Wrap.seo-advantage-5-Wrap .seo-advantage-box .text-box .title-box .title{
		color: #34a853;
	}
	.seo-advantage-Wrap.seo-advantage-5-Wrap .seo-advantage-box .description .more{
		display: table;
		padding: 0.5rem 1.5rem;
		background: #34a853;
		border-radius: 1rem;
		color: #fff;
		margin-top: 1rem;
	}
	
	.seo-advantage-Wrap.seo-advantage-5-Wrap .seo-advantage-box .image-box{
		max-width: 100%;
	}
	.seo-advantage-Wrap.seo-advantage-5-Wrap .seo-advantage-box.image-box img{
		width: 100%;
	}
	/* seo 6 */
	.seo-advantage-6-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		flex-wrap: wrap;
		padding-top: 1rem;
	}
	.seo-advantage-6-box .item{
		width: 8rem;
		padding-bottom: 0.5rem;
	}
	.seo-advantage-6-box .item .icon-wrap{
		width: 6rem;
		height: 6rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin:0 auto;
		border: 3px solid #e50b23;
		border-radius: 50%;
		box-sizing: border-box;
	}
	.seo-advantage-6-box .item .icon-wrap .icon{
		font-size: 2.5rem;
		color: #e50b23;
	}
	.seo-advantage-6-box .item .number{
		font-size: 1.5rem;
		color: #999;
		margin-top: 0.5rem;
	}
	.seo-advantage-6-box .item .title{
		font-size: 1rem;
		line-height: 1.5rem;
		padding: 0.5rem 0.5rem;
	}
	
	.seo-advantage-Wrap.seo-advantage-7-Wrap{
		background: #f8f8f8;
	}
	.seo-advantage-Wrap.seo-advantage-7-Wrap .seo-title-box .title-box .number{
		background: #2932e1;
	}
	.seo-advantage-Wrap.seo-advantage-7-Wrap .seo-title-box .title-box .title{
		color: #2932e1;
	}
	.seo-advantage-Wrap .seo-advantage-7-box{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 1rem;
		flex-direction: column;
	}
	.seo-advantage-Wrap .seo-advantage-7-box .item{
		width: 23rem;
		overflow: hidden;
		position: relative;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 16.48rem;
		text-align: center;
		flex-direction: column;
		margin-bottom: 1.2rem;
	}
	.seo-advantage-Wrap .seo-advantage-7-box .item img{
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 1;
	}
	.seo-advantage-Wrap .seo-advantage-7-box .item  .number{
		position: relative;
		z-index: 10;
		padding: 0px 0px;
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
		background: #2932e1;
		border-radius: 50%;
		color: #fff;
		font-size: 1.3rem;
	}
	.seo-advantage-Wrap .seo-advantage-7-box .item  .title{
		position: relative;
		z-index: 10;
		font-size: 1.2rem;
		padding: 0.5rem 1rem;
		color: #fff;
		margin-top: 0.5rem;
	}
	.seo-advantage-Wrap .seo-advantage-7-box .item:after{
		content: '';
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		position: absolute;
		display: block;
		background: rgba(0, 0, 0, 0.7);
		z-index: 2;
		transition: all 0.5s;
	}
	.seo-advantage-Wrap .seo-advantage-7-box .item:active::after{
		background: rgba(0, 0, 0, 0.5);
	}
	
	.seo-advantage-Wrap.seo-advantage-8-Wrap{
		overflow: hidden;
		padding-bottom: 0rem;
	}
	
	.seo-advantage-Wrap.seo-advantage-8-Wrap .seo-title-box .title-box .number{
		background: #4184f4;
	}
	.seo-advantage-Wrap.seo-advantage-8-Wrap .seo-title-box .title-box .title{
		color: #4184f4;
	}
	.seo-advantage-Wrap.seo-advantage-8-Wrap .seo-advantage-8-box{
		padding: 0px;
		padding-top: 0.5rem;
	}
	.seo-advantage-Wrap.seo-advantage-8-Wrap .seo-advantage-8-box  .swiper-slide{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.seo-advantage-Wrap.seo-advantage-8-Wrap .seo-advantage-8-box .seo-advantage-case-item{
		width: 22rem;
		height: auto;
		padding-top: 1rem;
	}
	.seo-advantage-Wrap.seo-advantage-8-Wrap .seo-advantage-8-box .seo-advantage-case-item .image-box{
		width: 22rem;
		height: 17rem;
		border: 1px solid #f8f8f8;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		border-radius: 2vw;
	}
	.seo-advantage-Wrap.seo-advantage-8-Wrap .seo-advantage-8-box .seo-advantage-case-item .image-box img{
		width: 90%;
	}
	.seo-advantage-Wrap.seo-advantage-8-Wrap .seo-advantage-8-box .seo-advantage-case-item  .title{
		line-height: 3rem;
		width: 100%;
		height: 3rem;
		text-align: center;
		overflow: hidden;
		padding: 0px 1rem;
		font-size: 1.2rem;
		color: #999;
		margin-top: 0.5rem;
	}
	/* seo 9 */
	.seo-advantage-Wrap.seo-advantage-9-Wrap{
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.seo-advantage-Wrap.seo-advantage-9-Wrap .seo-title-box .title-box .number{
		background: #ea4335;
	}
	.seo-advantage-Wrap.seo-advantage-9-Wrap .seo-title-box .title-box .title{
		color: #ea4335;
	}
	.seo-advantage-Wrap.seo-advantage-9-Wrap .seo-advantage-9-box{
		padding: 0px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding-top: 0rem;
		padding-bottom: 0.5rem;
	}
	.seo-advantage-Wrap.seo-advantage-9-Wrap .seo-advantage-9-box img{
		width: 11rem;
		height: 5.88rem;
		border: 1px solid #eeeeee;
		margin: 0.6rem 0.6rem;
		box-sizing: border-box;
		transition: all 0.5s;
	}
	.seo-advantage-Wrap.seo-advantage-9-Wrap .seo-advantage-9-box img:hover{
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}
	
	
	
	
	/* 短视频运营 */
	.douyin-yunying-Wrap{
		background: #ffffff;
		padding: 1rem;
		overflow: hidden;
	}
	.douyin-yunying-Wrap .douyin-yunying-title{
		padding: 0.2rem;
		text-align: center;
		color: #333333;
	}
	.douyin-yunying-Wrap .douyin-yunying-title .title{
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.douyin-yunying-Wrap .douyin-yunying-title .sub-title{
		font-size: 1.2rem;
		line-height: 1.8rem;
		padding-top: 0.5rem;
	}
	.douyin-yunying-Wrap .douyin-yunying-what{
		overflow: hidden;
		padding: 1rem 0.2rem;
		padding-bottom: 0rem;
	}
	.douyin-yunying-Wrap .douyin-yunying-what h2{
		font-size: 1.2rem;
		color: #fe1955;
		text-align: center;
	}
	.douyin-yunying-box{
		padding: 0px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	.douyin-yunying-box .douyin-yunying-data{
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.douyin-yunying-box .douyin-yunying-data .number-box{
		width: 23rem;
		height: 23rem;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-direction: column;
		color: #fff;
		overflow: hidden;
		margin: 0 auto;
	}
	.douyin-yunying-box .douyin-yunying-data .number-box .text-box{
		width: 20rem;
		height: 20rem;
		position: relative;
		z-index: 3;
		padding: 0px 0px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin: 0 auto;
	}
	.douyin-yunying-box .douyin-yunying-data .number-box .text-box .icon-wrap{
		line-height: 3rem;
		margin-bottom: 1rem;
	}
	.douyin-yunying-box .douyin-yunying-data .number-box .text-box .icon-wrap .icon{
		color: #fff;
		font-size: 7rem;
		background-image: -webkit-linear-gradient(left,rgb(255, 255, 255),rgb(75, 255, 255),rgb(255, 255, 255));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
	.douyin-yunying-box .douyin-yunying-data .number-box .text-box .title{
		font-size: 1.2rem;
		padding: 0px 1rem;
		color: #fff;
	}
	.douyin-yunying-box .douyin-yunying-data .number-box .text-box .number{
		font-size: 5.5rem;
		line-height: 5.5rem;
		padding-top: 0.5rem;
	}
	.douyin-yunying-box .douyin-yunying-data .number-box .number-box-back{
		width: 20rem;
		height: 20rem;
		background: #000000;
		border-radius: 50%;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		position: absolute;
		z-index: 2;
	}
	.douyin-yunying-box .douyin-yunying-data .number-box .number-box-back.number-box-back-2{
		background: #fe1955;
		right: 0.8rem;
		z-index: 1;
	}
	.douyin-yunying-box .douyin-yunying-data .number-box .number-box-back.number-box-back-3{
		background: #4bffff;
		left: 0.8rem;
		z-index: 1;
	}
	
	
	.douyin-yunying-box .douyin-yunying-data .data-text-box{
		display: block;
	}
	.douyin-yunying-box .douyin-yunying-data .data-text-box .item{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: auto;
		margin: 1rem 0px;
	}
	.douyin-yunying-box .douyin-yunying-data .data-text-box .item .icon{
		font-size: 1rem;
		padding: 0px 1rem;
		padding-left: 1rem;
	}
	.douyin-yunying-box .douyin-yunying-data .data-text-box .item li{
		font-size: 1.3rem;
	}
	.douyin-yunying-box .douyin-yunying-data .data-text-box .item li span{
		color: #fe1955;
	}
	.douyin-yunying-box .image-box{
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.douyin-yunying-box .image-box img{
		max-width: 100%;
	}
	
	
	.shoptVideoOperation-banners-Wrap{
		height: auto;
		background: url(../images/shoptVideoOperation-banners.jpg) bottom center;
		margin-top: 0.5rem;
		overflow: hidden;
		text-align: center;
		color: #ffffff;
		padding: 2rem 0rem;
		padding-bottom: 3rem;
	}
	.shoptVideoOperation-banners-Wrap .shoptVideoOperation-banners-box{
		padding: 0px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.shoptVideoOperation-banners-Wrap .shoptVideoOperation-banners-box .title{
		font-size: 1.2rem;
		font-weight: lighter;
		padding: 0.2rem;
	}
	.shoptVideoOperation-banners-Wrap .shoptVideoOperation-banners-box .bigTitle{
		font-size: 1.4rem;
		color: #fe1955;
		padding: 0.5rem 0px;
	}
	.shoptVideoOperation-banners-Wrap .shoptVideoOperation-banners-box .sub-title{
		max-width: 20rem;
		padding: 0.5rem 1rem;
		background: #fe1955;
		font-size: 1.2rem;
		border-radius: 1rem;
		margin-top: 0.4rem;
		margin-bottom: 0.6rem;
	} 
	
	.shoptVideoOperation-question-title {
		text-align: center;
		padding-top: 1rem;
		user-select: none;
	}
	.shoptVideoOperation-question-title .sub-title{
		font-size: 1rem;
		color: #adadad;
		font-weight: lighter;
		line-height: 1.5rem;
	}
	.shoptVideoOperation-question-title .title{
		font-size: 2rem;
		padding: 0.5rem 1rem;
		color: #333;
	}
	.shoptVideoOperation-question-title .p{
		font-size: 1rem;
		color: #333;
		padding-top: 0.5rem;
	}
	.shoptVideoOperation-question-title .trouble-box{
		position: relative;
		height: 1.5rem;
		margin-top: 1rem;
	}
	.shoptVideoOperation-question-title .trouble-box h2{
		background: #000000;
		color: #fff;
		display: table;
		padding: 0px 1rem;
		margin: 0 auto;
		line-height: 1.5rem;
		position: relative;
		z-index: 2;
		font-size: 0.9rem;
		border-radius: 1rem;
	}
	.shoptVideoOperation-question-title .trouble-box::after{
		content: '1';
		height: 2px;
		width: 95%;
		background: #000000;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		z-index: 1;
		border-radius: 20px;
	}
	.shoptVideoOperation-question-images{
		overflow: hidden;
		font-size: 0px;
	}
	.shoptVideoOperation-question-images img{
		width: 100%;
	}
	
	.shoptVideoOperation-servie-Wrap{
		padding: 1rem;
		background: #000000;
		text-align: center;
		color: #ffffff;
	}
	.shoptVideoOperation-servie-Wrap .title{
		font-size: 1.5rem;
		line-height: 2.2rem;
		padding: 0.5rem 1rem;
		margin-bottom: 0rem;
	}
	.shoptVideoOperation-servie-Wrap .title span{
		color: #00eceb;
	}
	
	.shoptVideoOperation-servie-Wrap .shoptVideoOperation-servie-box{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.shoptVideoOperation-servie-Wrap .shoptVideoOperation-servie-box .item{
		line-height: 1.5rem;
		padding: 0.5rem 1rem;
		border: 2px solid #f08300;
		border-radius: 1rem;
		font-size: 1rem;
		margin: 0px 1rem;
		color: #f08300;
		font-weight: bold;
	}
	.shoptVideoOperation-servie-Wrap .shoptVideoOperation-servie-box .icon{
		font-size: 1.2rem;
		margin: 0px 0rem;
		color: #fe1955;
	} 
	
	
	/* 核心优势 */
	.shoptVideoOperation-advantage-title{
		text-align: center;
		padding: 1rem;
		padding-bottom: 0.2rem;
	}
	.shoptVideoOperation-advantage-title .sub-title{
		font-size: 1rem;
		color: #adadad;
		font-weight: lighter;
		line-height: 2rem;
	}
	.shoptVideoOperation-advantage-title .title{
		font-size: 2rem;
		padding: 0.5rem 1rem;
		color: #333;
	}
	.shoptVideoOperation-advantage-box{
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0px;
		padding-bottom: 0.2rem;
		flex-wrap: wrap;
	}
	.shoptVideoOperation-advantage-box .item{
		width: 23rem;
		background: #efefef;
		margin: 0.6rem 0rem;
		border-radius: 1rem;
		text-align: center;
	}
	.shoptVideoOperation-advantage-box .item .number{
		padding: 0.8rem 1rem;
		line-height: 2rem;
		font-size: 2rem;
		color: #f08300;
	}
	.shoptVideoOperation-advantage-box .item .title{
		padding: 0.5rem 0.8rem;
		line-height: 1.5rem;
		font-size: 1.2rem;
		color: #333;
		padding-top: 0px;
	}
	
	.shoptVideoOperation-advantage-box .item .description{
		padding:0.2rem 1rem;
		padding-bottom: 1rem;
		line-height: 1.5rem;
		color: #333;
		font-size: 1rem;
		opacity: 0.9;
	}
	.shoptVideoOperation-advantage-box .item .description br{
		display: none;
	}
	.shoptVideoOperation-advantage-box .item:nth-child(odd){
		background-image: -webkit-linear-gradient(top,rgb(248, 248, 248),rgb(147, 255, 255));
	}
	.shoptVideoOperation-advantage-box .item:nth-child(even){
		background-image: -webkit-linear-gradient(top,rgb(248, 248, 248),rgb(255, 153, 179));
	}
	
	.shoptVideoOperation-title{
		max-width: 24rem;
		text-align: center;
		overflow: hidden;
		height: 2.5rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
		padding-left: 1.2rem;
	}
	.shoptVideoOperation-title .title-box{
		position: relative;
	}
	.shoptVideoOperation-title .title-box .text-back{
		width: auto;
		display: table;
		z-index: 3;
		line-height: 2.5rem;
		padding: 0px 1rem;
		color: #ffffff;
		border-radius: 2rem;
		position: relative;
	}
	.shoptVideoOperation-title .title-box .text-back .title{
		float: left;
		font-size: 1.2rem;
		padding-left: 0.5rem;
	}
	.shoptVideoOperation-title .title-box .text-back .sub-title{
		 float: left;
		 color: #888888;
		 padding-left: 1rem;
		 padding-right: 1rem;
	}
	.shoptVideoOperation-title .title-box .text-back:before{
		content: ' ';
		width: 100%;
		left: 0px;
		height: 2.5rem;
		position: absolute;
		background: #fe1955;
		border-radius: 2rem;
		z-index: -1;
		background: #333;
		background-image: -webkit-linear-gradient(top,rgb(7, 3, 5),rgb(58, 58, 58));
	}
	.shoptVideoOperation-title .title-box .text-back::after{
		content: ' ';
		width: 100px;
		right: -6px;
		height: 2.5rem;
		position: absolute;
		border-radius: 2rem;
		z-index: -2;
		background: #00eceb;
	}
	.shoptVideoOperation-title .title-box .title-back{
		content: ' ';
		width: 100px;
		left: -6px;
		height: 2.5rem;
		position: absolute;
		background: #fe1955;
		border-radius: 2rem;
		z-index: -2;
	}
	
	.shoptVideoOperation-cehua-box{
		display: flex;
		justify-content: center;
		padding-top: 0.2rem;
		padding-bottom: 0.4rem;
		flex-wrap: wrap;
	}
	.shoptVideoOperation-cehua-box .item{
		width: 11rem;
		text-align: center;
		margin: 0rem 0.6rem;
	}
	.shoptVideoOperation-cehua-box .item .icon-wrap{
		width: 11rem;
		height: 10.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		position: relative;
		flex: 0 0 auto;
		color: #ffffff;
	}
	.shoptVideoOperation-cehua-box .item .icon-wrap:before{
		content: ' ';
		width: 9rem;
		height: 9rem;
		border-radius: 50%;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		position: absolute;
		z-index: -1;
		background: #000000;
	}
	.shoptVideoOperation-cehua-box .item .icon-wrap::after{
		content: ' ';
		width: 9rem;
		height: 9rem;
		border-radius: 50%;
		left: 0.8rem;
		top: 0px;
		bottom: 0px;
		margin: auto;
		position: absolute;
		z-index: -2;
		background: #00eceb;
	}
	.shoptVideoOperation-cehua-box .item .title-back{
		content: ' ';
		width: 9rem;
		height: 9rem;
		border-radius: 50%;
		top: 0px;
		right: 0.8rem;
		bottom: 0px;
		margin: auto;
		position: absolute;
		z-index: -2;
		background: #fe1955;
	}
	.shoptVideoOperation-cehua-box .item .icon-wrap .icon{
		font-weight: lighter;
		line-height: 3rem;
		font-size: 3rem;
	}
	.shoptVideoOperation-cehua-box .item .icon-wrap .title{
		font-size: 1.2rem;
		line-height: 2rem;
		margin-top: 0.5rem;
	}
	.shoptVideoOperation-cehua-box .item .description{
		font-size: 1rem;
		line-height: 1.6rem;
		color: #797979;
		margin-top: 0.5rem;
		padding: 0rem 0rem;
	}
	.shoptVideoOperation-cehua-box .item .description br{
		display: none;
	}
	
	
	/* 账号管理 */
	.shoptVideoOperation-zhanghao-box{
		display: flex;
		justify-content: center;
		align-items: stretch;
		padding-top: 0rem;
		padding-bottom: 0rem;
		flex-wrap: wrap;
	}
	.shoptVideoOperation-zhanghao-box .item{
		width: 11rem;
		background: #000000;
		color: #ffffff;
		text-align: left;
		position: relative;
		border-radius: 1rem;
		overflow: hidden;
		padding-bottom: 1re;
		margin: 0.6rem 0.6rem;
	}
	.shoptVideoOperation-zhanghao-box .item:before{
		content: ' ';
		position: absolute;
		background: #fe1955;
		width: 6rem;
		height: 6rem;
		z-index: 1;
		border-radius: 50%;
		top: -3rem;
		right: -3rem;
		transition: all 0.3s;
	}
	.shoptVideoOperation-zhanghao-box .item .icon-wrap{
		line-height: auto;
		height: 4rem;
		overflow: hidden;
		margin: 0.5rem 1rem;
	}
	.shoptVideoOperation-zhanghao-box .item .icon-wrap .icon{
		font-size: 3.5rem;
		color: #fe1955;
	}
	.shoptVideoOperation-zhanghao-box .item .title {
		padding: 0.5rem 1.2rem;
		line-height: 40px;
	}
	.shoptVideoOperation-zhanghao-box .item .p {
		padding: 0.2rem 1.2rem;
		line-height: 1.6rem;
		color: #bbbbbb;
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.shoptVideoOperation-zhanghao-box .item:nth-child(even):before{
		background: #00eceb;
	}
	.shoptVideoOperation-zhanghao-box .item:nth-child(even) .icon-wrap .icon{
		color: #00eceb;
	}
	.shoptVideoOperation-zhanghao-box .item:active:before{
		top: 90%;
	}
	
	/* 视频制作 */
	.shoptVideoOperation-zhizuo-box {
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
		flex-direction: column;
	}
	.shoptVideoOperation-zhizuo-box .image-box{
		width: auto;
		order: 2;
		padding-top: 0.8rem;
	}
	.shoptVideoOperation-zhizuo-box .image-box img{
		width: 100%;
		height: auto;
		border-radius: 1vw;
	}
	.shoptVideoOperation-zhizuo-box .description-box{
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		order: 1;
	}
	.shoptVideoOperation-zhizuo-box .description-box .item{
		width: auto;
		padding: 0.5rem 1rem;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.shoptVideoOperation-zhizuo-box .description-box .item .icon-wrap{
		width: 5rem;
		height: 5rem;
		line-height: 5rem;
		background: #fe1955;
		text-align: center;
		border-radius: 50%;
		margin-right: 0.8rem;
		flex: 0 0 auto;
	}
	.shoptVideoOperation-zhizuo-box .description-box .item .icon-wrap .icon{
		font-size: 2.2rem;
		color: #fff;
	}
	.shoptVideoOperation-zhizuo-box .description-box .item .text-box{
		width: auto;
		color: #333;
	}
	.shoptVideoOperation-zhizuo-box .description-box .item .text-box .title{
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
	.shoptVideoOperation-zhizuo-box .description-box .item .text-box .p{
		font-size: 1rem;
		opacity: 0.9;
		line-height: 1.8rem;
		margin-top: 5px;
	}
	.shoptVideoOperation-zhizuo-box .description-box .item:nth-child(even) .icon-wrap{
		background: #00eceb;
	}
	
	
	
	/* 成功案例 */
	.shoptVideoOperation-case-box{
		padding: 0px;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
	}
	.shoptVideoOperation-case-box .swiper-slide{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.shoptVideoOperation-case-box .shoptVideoOperation-case-item{
		width: auto;
		height: auto;
		height: auto;
		position: relative;
		overflow: hidden;
		background: #F3F3F3;
	}
	.shoptVideoOperation-case-box .shoptVideoOperation-case-item .image-box{
		width: 23rem;
		height: 44.24rem;
		padding: 1rem;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	.shoptVideoOperation-case-box .shoptVideoOperation-case-item .image-box img{
		width: 100%;
		height: 100%;
	}
	.shoptVideoOperation-case-box .shoptVideoOperation-case-item  .title{
		line-height: 2.5rem;
		width: auto;
		height: 2.5rem;
		text-align: center;
		overflow: hidden;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
		background: rgb(0, 0, 0,1);
		padding: 0px 1rem;
		font-size: 1rem;
		color: #999;
		z-index: 10;
		transition: all 0.5s;
		transform: translateY(0px);
	}
	.shoptVideoOperation-case-box .shoptVideoOperation-case-item:active .title{
		opacity: 1;
		color: #fff;
		transform: translateY(-0px);
	}
	
	.shoptVideoOperation-content-botton{
		display: table;
		padding: 0.5rem 1rem;
		margin:1.5rem auto;
		background: #fe1955;
		color: #fff;
		border-radius: 1rem;
		margin-bottom: 1.6rem;
		transition: all 0.5s;
	}
	.shoptVideoOperation-content-botton:hover,.shoptVideoOperation-content-botton:focus{
		color: #fff;
	}
	.shoptVideoOperation-content-botton:active{
		transform: translateY(-10px);
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	}
	
	
	
	
	
	
	
	
	
	
	
	
	/* 抖音推广 */
	.douyinTuiguang-title{
		padding: 1rem 0.5rem;
		text-align: center;
		color: #333;
	}
	.douyinTuiguang-title .title{
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.douyinTuiguang-title .sub-title{
		font-size: 1.2rem;
		line-height: 2rem;
		opacity: 0.8;
		padding: 0.2rem 0.5rem;
	}
	.douyinTuiguang-3dahexin-box{
		width: auto;
		display: flex;
		justify-content: center;
		align-items: stretch;
		padding: 0.5rem 0px;
		padding-top: 0rem;
		flex-wrap: wrap;
	}
	.douyinTuiguang-3dahexin-box .item{
		width: 23rem;
		border: 1px solid #dcdcdc;
		border-radius: 30px;
		overflow: hidden;
		marign:0 auto;
		flex: 0 0 auto;
		margin-bottom: 1.2rem;
	}
	
	.douyinTuiguang-3dahexin-box .item .images-box{
		position: relative;
		width: 23rem;
		height: 23rem;
		overflow: hidden;
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.douyinTuiguang-3dahexin-box .item .images-box img{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
	}
	.douyinTuiguang-3dahexin-box .item .images-box .text{
		padding: 1rem 1.5rem;
		padding-bottom: 1rem;
		color: #fff;
	}
	.douyinTuiguang-3dahexin-box .item .images-box .text .title{
		font-size: 1.4rem;
		padding: 0.5rem 0rem;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	}
	.douyinTuiguang-3dahexin-box .item .images-box .text p{
		font-size: 1rem;
		line-height: 1.8rem;
		font-family: '微软雅黑';
	}
	.douyinTuiguang-3dahexin-box .item .description-box{
		padding: 1rem 1rem;
	}
	.douyinTuiguang-3dahexin-box .item .description-box .h2{
		font-size: 1.2rem;
		font-weight: lighter;
		line-height: 1.2rem;
		padding: 0rem 0.5rem;
		padding-bottom: 0.5rem;
	}
	.douyinTuiguang-3dahexin-box .item .description-box .p{
		font-size: 1rem;
		color: #696969;
		text-align:justify; 
		text-justify:inter-ideograph;
		padding: 0rem 0.5rem;
	}
	.douyinTuiguang-5tese-box{
		display: flex;
		text-align: center;
		justify-content: flex-start;
		padding: 1rem 0px;
		flex-wrap: wrap;
		padding-top: 0.2rem;
		padding-bottom: 0.5rem;
	}
	
	.douyinTuiguang-5tese-box .item{
		width: 33.33%;
		padding-bottom: 0.4rem;
	}
	.douyinTuiguang-5tese-box .item .img{
		width: 4rem;
		height: 4rem;
	}
	.douyinTuiguang-5tese-box .item .title{
		font-weight: lighter;
		font-size: 1rem;
		padding: 0.2rem 0.5rem;
		color: #333333;
		line-height: 2rem;
	}
	/* 引流 */
	.douyinTuiguang-yinliu-Wrap{
		background: #0e66e0;
		margin-top: 0.5rem;
		color: #ffffff;
		padding-bottom: 1rem;
	}
	
	.douyinTuiguang-yinliu-Wrap .douyinTuiguang-title{
		color:#ffffff;
		padding-bottom: 10px;
	}
	
	.douyinTuiguang-yinliu-Wrap .douyinTuiguang-yinliu-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		padding-bottom: 1rem;
	}
	.douyinTuiguang-yinliu-Wrap .douyinTuiguang-yinliu-box .title{
		flex-basis: 100%;
		font-size: 1.1rem;
		opacity: 0.8;
		line-height: 2rem;
		margin-bottom: 1rem;
		font-weight: lighter;
		padding-left: 2.4%;
	}
	.douyinTuiguang-yinliu-Wrap .douyinTuiguang-yinliu-box .item{
		width: 30%;
		text-align: center;
		background: #fff;
		padding: 1rem 0px;
		border-radius: 1vw;
		margin: 0 1.2%;
	}
	.douyinTuiguang-yinliu-Wrap .douyinTuiguang-yinliu-box .item .img{
		width: 4rem;
		height: auto;
	}
	.douyinTuiguang-yinliu-Wrap .douyinTuiguang-yinliu-box .item .h2{
		font-size: 1rem;
		color: #333;
		padding: 0.5rem 1rem;
	}
	
	
	/* 抖音推广Tab切换 */
	.douyinTuiguang-Tab-wrap{
		margin-top: 0rem;
		position: relative;
	}
	.douyinTuiguang-Tab-wrap .douyinTuiguang-Tab-nav{
		width: auto;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.douyinTuiguang-Tab-wrap .douyinTuiguang-Tab-nav .item{
		width: 50%;
		padding: 0.6rem 1rem;
		border-bottom: 1px solid #eeeeee;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		box-sizing: border-box;
		overflow: hidden;
		border-radius: 1rem;
	}
	.douyinTuiguang-Tab-wrap .douyinTuiguang-Tab-nav .item .number{
		font-size: 1.2rem;
	}
	.douyinTuiguang-Tab-wrap .douyinTuiguang-Tab-nav .item .title{
		font-size: 1.2rem;
		line-height: 1.8rem;
		padding: 0px 1rem;
		padding-right: 2rem;
	}
	.douyinTuiguang-Tab-wrap .douyinTuiguang-Tab-nav .item.current{
		background: #fdbd5d url(../images/douyinTuiguang-Tab-nav-current.png) right center no-repeat;
		background-size: 2rem;
		background-position: 95%; 
		border-radius: 1rem;
		color: #fff;
	}
	
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box{
		width: auto;
		height: auto;
		background: #f8fafc;
		display: block;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content{
		display: block;
		width: auto;
		color: #333333;
		padding: 1rem 2rem; 
		margin: 0 auto;
		background-size: 10rem !important;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content.douyinTuiguang-Tab-content-1{
		background: url(../images/douyinTuiguang-Tab-content-1.jpg) right top no-repeat;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content.douyinTuiguang-Tab-content-2{
		background: url(../images/douyinTuiguang-Tab-content-2.jpg) right top no-repeat;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content.douyinTuiguang-Tab-content-3{
		background: url(../images/douyinTuiguang-Tab-content-3.jpg) right top no-repeat;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content.douyinTuiguang-Tab-content-4{
		background: url(../images/douyinTuiguang-Tab-content-3.jpg) right top no-repeat;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content .title-box{
		font-size: 1.4rem;
		line-height: 2rem;
		padding-bottom: 1rem;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content .title-box .span{
		color: #1a76ff;
		display: block;
		font-size: 1.2rem;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content .description{
		padding: 0.5rem 0px 0rem 0px;
		margin-bottom: 0.5rem;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content .description .description-title{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 0.5rem;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content .description .description-title img{
		width: 3rem;
		padding-right: 1rem;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content .description .description-title .title{
		font-size: 1.3rem;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content .description dd{
		padding: 0.2rem 1.5rem;
		padding-right: 0rem;
		position: relative;
		font-size: 1rem;
		line-height: 1.6rem;
		font-family: "微软雅黑";
		opacity: 0.9;
	}
	.douyinTuiguang-Tab-wrap  .douyinTuiguang-Tab-box .douyinTuiguang-Tab-content .description dd:before{
		position: absolute;
		content: '';
		width: 0.5rem;
		height: 0.5rem;
		background: #1a6fff;
		left: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		border-radius: 50%;
	}
	
	
	/* 短视频价值 */
	.douyinTuiguang-jiazhi-Wrap{
		background: #0e66e0;
		overflow: hidden;
		padding-bottom: 1rem;
	}
	.douyinTuiguang-jiazhi-Wrap .douyinTuiguang-title{
		color: #ffffff;
	}
	.douyinTuiguang-jiazhi-Wrap .douyinTuiguang-jiazhi-box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.douyinTuiguang-jiazhi-Wrap .douyinTuiguang-jiazhi-box .item{
		width: 12.8rem;
		text-align: center;
		color: #ffffff;
		padding: 0.2rem;
		border-left:1px solid #2474e3;
		box-sizing: border-box;
	}
	.douyinTuiguang-jiazhi-Wrap .douyinTuiguang-jiazhi-box .item:nth-child(odd){
		border-left: none;
	}
	.douyinTuiguang-jiazhi-Wrap .douyinTuiguang-jiazhi-box .item img{
		width: 5rem;
		height: 5rem;
	}
	.douyinTuiguang-jiazhi-Wrap .douyinTuiguang-jiazhi-box .item .title{
		padding: 0.3rem 1rem;
	}
	.douyinTuiguang-jiazhi-Wrap .douyinTuiguang-jiazhi-box .item p{
		padding: 0.5rem 1rem;
		padding-top: 0px;
		font-size: 0.95rem;
		line-height: 1.5rem;
		opacity: 0.8;
	}
	
	
	.douyinTuiguang-advantage-wrap{
		overflow: hidden;
	}
	.douyinTuiguang-advantage-wrap .douyinTuiguang-title{
		padding: 1.2rem 0px;
	}
	.douyinTuigung-advantage-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		padding: 0px 0px;
		overflow: hidden;
		flex-wrap: wrap;
	}
	.douyinTuigung-advantage-box .item{
		width: 11rem;
		margin: 0 0.6rem;
		padding-bottom: 1rem;
	}
	.douyinTuigung-advantage-box .item img{
		width: 11rem;
		height: 11.4rem;
		border-radius: 1rem;
	}
	.douyinTuigung-advantage-box .item .text{
		text-align: left;
		color: #333333;
	}
	.douyinTuigung-advantage-box .item .text h3{
		font-size: 1.1rem;
		line-height: 2rem;
		padding: 0.2rem 0px;
	}
	.douyinTuigung-advantage-box .item .text p{
		font-size: 1rem;
		opacity: 0.9;
	}
	.douyinTuiguang-advantage-icon-box{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
		padding: 0rem 0px;
		padding-bottom: 0rem;
	}
	.douyinTuiguang-advantage-icon-box .item{
		width: 33.33%;
		text-align: center;
		padding: 0.5rem 0px;
		padding-top: 0.2rem;
	}
	.douyinTuiguang-advantage-icon-box .item .icon-wrap{
		height: 3.5rem;
		line-height: 3.5rem;
		overflow: hidden;
	}
	.douyinTuiguang-advantage-icon-box .item .icon-wrap .icon{
		font-size: 3rem;
		color: #0e66e0;
	}
	.douyinTuiguang-advantage-icon-box .item .title{
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: lighter;
		padding: 0.2rem 0.5rem;
	}
	
	/* 应用行业 */
	.douyinTuiguang-hangye-Wrap{
		background: #fafafa;
		background-image: -webkit-linear-gradient(top,rgb(248, 248, 248),rgb(255, 255, 255));
		margin-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.douyinTuiguang-hangye-problem-box{
		padding: 0px 0px;
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.douyinTuiguang-hangye-problem-box .item{
		width: 23rem;
		border: 1px solid #ccd3e2;
		margin: 0px 0.6rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 0.5rem 0px;
		border-radius: 1rem;
		margin-bottom: 1.2rem;
	}
	.douyinTuiguang-hangye-problem-box .item .icon-wrap{
		display: flex;
	}
	.douyinTuiguang-hangye-problem-box .item .icon-wrap .icon{
		font-size: 2rem;
		color: #0e66e0;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.douyinTuiguang-hangye-problem-box .item .title{
		font-size: 1.1rem;
		color: #323232;
		font-weight: lighter;
		line-height: 1.8rem;
		padding: 0px 1rem 0px 0px;
	}
	
	.douyinTuiguang-hangye-item-box{
		width: auto;
		display: flex;
		padding-top: 0.5rem;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.douyinTuiguang-hangye-item-box .item{
		width: 11rem;
		height: 12.28rem;
		margin: 0px 0rem;
		margin-left: 1.2rem;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		margin-bottom: 1.2rem;
	}
	.douyinTuiguang-hangye-item-box .item img{
		width: 11rem;
		height: 12.28rem;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		margin: auto;
		border-radius: 1rem;
	}
	.douyinTuiguang-hangye-item-box .item .title{
		position: relative;
		z-index: 2;
		color: #ffffff;
		padding: 0px 0.5rem;
		font-size: 1.3rem;
	}
	
	.douyinTuiguang-hangye-Wrap .bottom-title{
		padding: 0rem 1rem;
		padding-left: 1.2rem;
		color: #494949;
		font-size: 1.3rem;
	}
	.douyinTuiguang-hangye-Wrap .bottom-title span{
		color: #0e66e0;
	}
	
	
	
	
	
	
	
	
	/* 外贸推广 */
	.foreign-5Function-wrap{
		overflow: hidden;
		background: #ffffff;
		margin: 0 auto;
		margin-top: -0.8rem;
		margin-bottom: 1rem;
		border-radius: 1rem;
		position: relative;
		z-index: 10;
		text-align: center;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
		padding-top: 1rem;
		padding-bottom: 1rem;
		width: 23rem;
		
	}
	
	.foreign-5Function-wrap .title{
		font-size: 1.4rem;
		color: #1940b0;
		padding: 0rem 1rem;
	}
	.foreign-5Function-wrap .sub-title{
		font-size: 1rem;
		color: #7e7e7e;
		padding: 0.5rem 1rem;
		font-weight: lighter;
	}
	.foreign-5Function-wrap  .foreign-5Function-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		text-align: center;
		padding-top: 1rem;
	}
	.foreign-5Function-wrap  .foreign-5Function-box .item{
		width: 19%;
	}
	.foreign-5Function-wrap  .foreign-5Function-box .item img{
		width: 3rem;
		height: auto;
		margin-bottom: 0.2rem;
		-webkit-user-drag: none;
	}
	.foreign-5Function-wrap  .foreign-5Function-box .item .h2{
		padding: 0.5rem 0.5rem;
		font-size: 0.95rem;
		line-height: 1.5rem;
		color: #333;
		font-weight: lighter;
	}
	
	
	/* 外贸-智能建站 */
	.foreign-webBuild-wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0rem 0rem;
		flex-direction: column;
	}
	.foreign-text-box {
		width: auto;
		overflow: hidden;
		padding: 0rem 1.2rem;
	}
	.foreign-text-box .title{
		font-size: 1.4rem;
		color: #1940b0;
		line-height: 2rem;
		padding-bottom: 0.5rem;
		padding-right: 0rem;
		padding-top: 0.5rem;
	}
	.foreign-text-box .description{
		font-size: 1rem;
		color: #333;
		line-height: 1.6rem;
		padding-right: 0rem;
		margin-bottom: 1.2rem;
		text-align:justify;
		text-justify:inter-ideograph;
	}
	.foreign-text-box .item{
		padding-right: 0rem;
		padding-left: 2.3rem;
		padding-bottom: 0.5rem;
		background: url(../images/_foreign-webBuild-item-icon.png) left top no-repeat;
		background-size: 1.6rem;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.foreign-text-box .item .h2{
		font-size: 1.2rem;
		line-height: 1.8rem;
		color: #1940b0;
		margin-bottom: 0.3rem;
	}
	.foreign-text-box .item .p{
		font-size: 1rem;
		line-height: 1.6rem;
		opacity: 0.8;
		text-align:justify; 
		text-justify:inter-ideograph;
	}
	
	
	.foreign-webBuild-wrap .img-box{
		width: 100%;
		text-align: center;
	}
	.foreign-webBuild-wrap .img-box img{
		max-width: 100%;
		margin: 0 auto;
		-webkit-user-drag: none;
	}
	
	
	/* 智能VR */
	.foreign-vr-Wrap{
		overflow: hidden;
		background: #f6fafd;
	}
	.foreign-vr-Wrap .foreign-vr-box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 1rem;
		padding-bottom: 1rem;
		flex-direction: column;
	}
	
	.foreign-vr-Wrap .img-box{
		width: 100%;
		text-align: center;
		order: 2;
	}
	.foreign-vr-Wrap .img-box img{
		max-width: 100%;
		-webkit-user-drag: none;
	}
	
	.foreign-vr-Wrap .foreign-text-box{
		width: auto;
		order:1;
	}
	.foreign-vr-Wrap .foreign-text-box .title{
		margin-top: 0.2rem;
	}
	.foreign-vr-Wrap .foreign-text-box .description{
		margin-bottom: 1.2rem;
	}
	.foreign-vr-Wrap .foreign-text-box .item,.foreign-vr-Wrap .foreign-text-box .title,.foreign-vr-Wrap .foreign-text-box .description{
		padding-right: 0.2rem;
	}
	
	
	/* VR全景 */
	.foreign-vr2-Wrap{
		overflow: hidden;
		background: #ffffff;
	}
	.foreign-vr2-Wrap .foreign-vr2-box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 1rem;
		padding-bottom: 1rem;
		flex-direction: column;
	}
	.foreign-vr2-Wrap .img-box{
		width: auto;
		text-align: center;
	}
	.foreign-vr2-Wrap .img-box img{
		max-width: 100%;
		-webkit-user-drag: none;
	}
	
	/* 智能监控系统 */
	.foreign-many-Wrap{
		overflow: hidden;
		background: #f6fafd;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	
	.foreign-many-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	.foreign-many-box .foreign-text-box{
		width: auto;
		display: flex;
		flex-direction: column;
	}
	.foreign-many-box .foreign-text-box.many-left{
		order:2;
	}
	.foreign-many-box .foreign-text-box .image{
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	.foreign-many-box .foreign-text-box .item{
	}
	.foreign-many-box .foreign-text-box .item .p{
		text-align:justify; 
		text-justify:inter-ideograph;
	}
	.foreign-many-box .foreign-text-box.many-right{
		padding-top: 0rem;
		order:1;
	}
	
	.foreign-monitoring-Wrap{
		padding: 0px;
	}
	
	/* 突破 */
	.foreign-breakthrough-Wrap{
		padding: 1rem 0px;
		background: #122272;
		padding-bottom: 1.4rem;
	}
	.foreign-breakthrough-box{
		text-align: center;
	}
	.foreign-breakthrough-box .title{
		font-size: 1rem;
		color: #ffffff;
		padding: 0.5rem 1rem;
	}
	.foreign-breakthrough-box .sub-title{
		font-size: 1rem;
		color: #5f76e9;
		padding-top: 0rem;
		padding-bottom: 0.8rem;
	}
	
	/* 移动端滚动条始终显示 */
	.foreign-breakthrough-box ul{
		width: 23rem;
		height: 36rem;
		background: #fff;
		overflow-y: hidden;
		overflow-x: auto;
		margin: 0 auto;
		border: 2px #12499c solid;
	}
	
	.foreign-breakthrough-box ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
		border-left: 1px solid rgba(0, 0, 0, 0);
	}

	.foreign-breakthrough-box ul::-webkit-scrollbar {
		width: 5px;
		height: 0.5rem;
		background: #f8f8f8;
		overflow: hidden;
	}
	
	.foreign-breakthrough-box ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.3);
		background-clip: padding-box;
		min-height: 0.5rem;
	}
	
	.foreign-breakthrough-box ul::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, 0.3);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.foreign-breakthrough-box .image{
		width: 40rem;
		max-width: auto;
	}
	
	
	/* 8大优势 */
	.foreigin-advantage-Wrap{
		background: #f6fafd;
		padding: 1rem 0px;
		padding-bottom: 0.8rem;
	}
	.foreigin-advantage-Wrap .title{
		font-size: 1.4rem;
		color: #1940b0;
		padding: 0.5rem;
		text-align: center;
	}
	.foreignin-advantage-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		padding-top: 1rem;
		padding-bottom: 1rem;
		flex-wrap: wrap;
	}
	.foreignin-advantage-box .item{
		background: #ffffff;
		width: 47%;
		margin: 1% 1%;
		border-radius: 0.4rem;
		background: #fff url(../images/_foreign-webBuild-item-icon.png) 20px center no-repeat;
		background-size: 1.8rem;
		display: flex;
		align-items: center;
	}
	.foreignin-advantage-box .item .span2{
		display: block;
		padding: 1rem 0.5rem 1rem 3.8rem;
		line-height: 1.5rem;
		font-size: 1.1rem;
		color: #1940b0;
		user-select: none;
	}
	
	/* 产品模式表格 */
	.foreigin-table-title{
		text-align: center;
		font-size: 1.4rem;
		padding: 1rem 1rem;
		color: #3254b7;
	}
	
	.foreigin-table-box{
		background: #fff;
		padding-top: 0.5rem;
		padding-bottom: 1rem;
	}
	.foreigin-table-box table {
		width:100%;
		border-collapse:collapse;
		text-align:center;
		color:#666;
		font-size:1rem;
		border-top-color:transparent;
	
	}
	.foreigin-table-box table td,table th {
		border:1px solid #88d4ef;
		text-align:center;
		vertical-align:middle;
		box-sizing: border-box;
	}
	.foreigin-table-box table .table-color {
		color:#f07f00;
		font-size:1rem
	}
	.foreigin-table-box table tr td {
		padding:0.2rem 0.5rem;
		font-weight: lighter;
		font-family: "微软雅黑";
	}
	.foreigin-table-box table tr:hover{
		background: #caf1ff;
	}
	.foreigin-table-box table tr th:nth-child(1) {
		background:#daf5ff;
		color:#2c3441;
		font-size:1.1rem;
		padding: 0rem 0.2rem;
	}
	.foreigin-table-box table tr:nth-child(1) th {
		border-color:transparent;
		border-radius:0.5rem;
		color:#fff;
		font-size:1rem;
		border-bottom-color:#88d4ef;
		background:0 0;
		padding: 0.2rem 0.5rem ;
	}
	.foreigin-table-box table tr:nth-child(1) th:nth-child(3),.foreigin-table-box table tr:nth-child(1) th:nth-child(4),.foreigin-table-box table tr:nth-child(1) th:nth-child(5),.foreigin-table-box table tr:nth-child(1) th:nth-child(6) {
		width:auto;
		height:auto;
		font-weight:500
	}
	.foreigin-table-box table tr:nth-child(1) th:nth-child(3) {
		background:#bbb
	}
	.foreigin-table-box table tr:nth-child(1) th:nth-child(4) {
		background:#dcba7f
	}
	.foreigin-table-box table tr:nth-child(1) th:nth-child(5) {
		background:#ff872e
	}
	.foreigin-table-box table tr:nth-child(1) th:nth-child(6) {
		background:#3c3c70
	}
	
	/* 为什么需要外贸 */
	.foreigin-why-Wrap{
		margin-top: 1rem;
		overflow: hidden;
	}
	
	.foreigin-why-Wrap .mind {
		background:#122272 url(../images/foreigin-why-Wrap.png) top center repeat-x;
		padding-top: 1rem;
	}
	.foreigin-why-Wrap .mind>.container3 {
		position:relative;
		width: 23rem;
		margin: 0 auto;
	}
	.foreigin-why-Wrap .mind-tit {
		font-size:1.4rem;
		font-weight:800;
		color:rgba(25,64,176,1);
		text-align:center
	}
	.foreigin-why-Wrap .mind-box {
		box-shadow:0 0px 10px 0 rgba(150,150,150,.22);
		height:auto;
		background:rgba(255,255,255,1);
		border-radius:1rem;
		position:relative;
		top:-1.6rem;
		width:85%;
		padding: 3.6rem 1.5rem 0rem 1.5rem;
		overflow: hidden;
		overflow-x: auto;
		margin: 0 auto;
	}
	.foreigin-why-Wrap .mind>.container3>p:nth-child(2) {
		width:auto;
		display: table;
		height:2.5rem;
		padding: 0.0rem 1.2rem;
		background:rgba(25,64,176,1);
		border-radius:3px;
		font-size:1rem;
		font-weight:300;
		color:rgba(255,255,255,1);
		margin:0 auto;
		text-align:center;
		line-height:2.5rem;
		position:relative;
		top:1rem;
		z-index:10;
		margin-bottom:1rem;
		border-radius: 1rem;
	}
	
	.foreigin-why-Wrap .mind-box>div {
		width:2300px;
	}
	.foreigin-why-Wrap .mind-box>div img {
		display:block;
		width:100%;
		vertical-align: middle;
	}
	
	.foreigin-why-Wrap .mind>.container3>p:nth-child(2):before {
		position:absolute;
		display:block;
		content:'';
		width:2px;
		height:34px;
		background:#d1d9ef;
		left:50%;
		bottom:-2.15rem
	}
	
	.foreigin-why-Wrap .mind-box>div img:first-child {
		margin-right:0px
	}
	
	.mind-btns button {
		display: none;
	}
	.mind-btns button span{
		font-size: 1rem;
	}
	.mind-btns button.lf {
		left:0px
	}
	.mind-btns button.rt {
		right:0px
	}
	
	/* 大数据 */
	.foreigin-bigData-title-Wrap{
		background: #122272;
		margin: 0px;
		text-align: center;
		padding-top: 0rem;
		padding-bottom: 12rem;
	}
	.foreigin-bigData-title-Wrap .title{
		color: #fff;
		font-size: 1.4rem;
	}
	.foreigin-bigData-title-Wrap .sub-title{
		font-size: 1rem;
		color: #fff;
		font-weight: lighter;
		padding: 1rem;
	}
	
	.foreigin-bigData-box{
		width: 24rem;
		margin: 0 auto;
		background: #fff;
		border-radius: 1rem;
		margin-top: -12rem;
		text-align: center;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}
	
	.foreigin-bigData-box .foreigin-bigData-box-top{
		padding: 1rem;
	}
	.foreigin-bigData-box .foreigin-bigData-box-top h2{
		font-size: 1.3rem;
		color: #5e76f1;
		padding-top:0.2rem;
	}
	.foreigin-bigData-box .foreigin-bigData-box-top p{
		font-size: 1rem;
		color: #cecece;
		font-weight: lighter;
		padding: 0.5rem;
		padding-top: 0.5rem;
	}
	.foreigin-bigData-box .foreigin-bigData-box-top .number{
		font-size: 2rem;
		line-height: 2rem;
		color: #ff7e1b;
	}
	.foreigin-bigData-box .foreigin-bigData-box-top .image{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.foreigin-bigData-box .foreigin-bigData-content{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.foreigin-bigData-box .foreigin-bigData-content .item{
		width: 100%;
		overflow: hidden;
	}
	.foreigin-bigData-box .foreigin-bigData-content .item h2{
		font-size: 1.2rem;
		color: #5e76f1;
		font-weight: lighter;
		padding-bottom: 0.5rem;
	}
	.foreigin-bigData-box .foreigin-bigData-content .item img{
		max-width: 100%;
	}
	
	
	
	
	
	
	
	/* 百度爱采购 */
	.aicaigou-banner-bottom-Wrap{
		overflow: hidden;
		background: #e45325;
	}
	.aicaigou-banner-bottom-box{
		display: flex;
		justify-content: center;
		align-items: stretch;
	}
	.aicaigou-banner-bottom-box .item{
		width:20%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #fff;
		font-size: 1rem;
		user-select: none;
		padding: 0.5rem 0rem;
		padding-right: 0.5rem;
	}
	.aicaigou-banner-bottom-box .item img{
		height: auto;
		width:1.1rem;
		margin-right: 0.5rem;
		-webkit-user-drag: none;
	}
	.aicaigou-banner-bottom-box .item:nth-child(1){
		background: #fd7344;
	}
	.aicaigou-banner-bottom-box .item:nth-child(2){
		background: #e45325;
	}
	.aicaigou-banner-bottom-box .item:nth-child(3){
		background: #fd7344;
	}
	.aicaigou-banner-bottom-box .item:nth-child(4){
		background: #e45325;
	}
	.aicaigou-banner-bottom-box .item:nth-child(5){
		background: #fd7344;
	}
	
	
	
	
	/* 必选爱采购 */
	
	.aicaigou-title{
		padding: 1rem;
		text-align: center;
		font-size: 1.4rem;
		color: #333;
		font-family: "黑体";
		padding-top: 1.2rem;
	}
	
	.aicaigou-title span{
		color: #fc7244;
	}
	
	.aicaigou-bixuan-Wrap{
		background: #f4f4f4;
		overflow: hidden;
		padding-bottom: 0.5rem;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box{
		position: relative;
		height: auto;
		margin-bottom: 0.5rem;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box img{
		user-select: none;
		-webkit-user-drag: none;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .back{
		position: relative;
		margin: auto;
		width: 10rem;
		z-index: 1;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .back img{
		width: 100%;
		-webkit-user-drag: none;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item{
		position: relative;
		display: flex;
		width: auto;
		justify-content: flex-end;
		align-items: center;
		padding: 0.5rem;
		text-align: right;
		z-index: 2;
		border-bottom: 1px solid #eeeeee;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item img{
		width: 4.5rem;
		height: 4.5rem;
		margin: 0px 0.8rem;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item .text-box{
		overflow: hidden;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item .text-box .h2{
		font-size: 1.1rem;
		color: #343e54;
		line-height: 1.6rem;
		padding: 0rem 0px;
		margin-bottom: 0.2rem;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item .text-box .p{
		font-size: 0.95rem;
		color: #575757;
		line-height: 1.5rem;
	}
	
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item.item-1{
		left: 0px;
		top: 0px;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item.item-2{
		left: 0px;
		bottom: 5%;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item.item-3{
		right: 0px;
		top: 0px;
		text-align: left;
		justify-content: flex-start;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item.item-3 img{
		order: -1;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item.item-4{
		right: 0px;
		bottom: 0%;
		justify-content: flex-start;
		text-align: left;
		border-bottom: none;
	}
	.aicaigou-bixuan-Wrap .aicaigou-bixuan-box .item.item-4 img{
		order:-1;
	}
	
	
	.aicaigou-vip-box{
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.aicaigou-vip-box .aicaigou-vip-item{
		display: flex;
		flex-direction: column;
		border-right: 0.2rem solid #eeeeee;
		width: 50%;
		justify-content: center;
		align-items: stretch;
		box-sizing: border-box;
	}
	.aicaigou-vip-box .aicaigou-vip-item .item{
		text-align: center;
		padding: 0.5rem 0.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
	}
	.aicaigou-vip-box .aicaigou-vip-item .item img{
		width: 3.2rem;
		display: block;
		margin: 0 auto;
		-webkit-user-drag: none;
	}
	.aicaigou-vip-box .aicaigou-vip-item .item .p{
		line-height: 1rem;
		color: #434343;
		height: 1.5rem;
		font-size: 1rem;
		padding-top: 0.5rem;
	}
	.aicaigou-vip-box .aicaigou-vip-item .item .p2{
		text-align: center;
		margin: 0 auto;
		color: #848383;
		line-height: 1.5rem;
		font-size: 0.95rem;
		font-family: "微软雅黑";
	}
	.aicaigou-vip-box .aicaigou-vip-item:nth-child(4),.aicaigou-vip-box .aicaigou-vip-item:nth-child(2){
		border: none;
	}
	
	
	/* 优质服务商 */
	.aicaigou-server-Wrap{
		background: #f4f4f4;
		padding-bottom:.5rem;
	}
	.aicaigou-server-Wrap .aicaigou-server-box{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}
	.aicaigou-server-Wrap .aicaigou-server-box .item{
		width: auto;
		padding: 0rem 1rem;
		padding-top: 0.2rem;
		padding-bottom: 1rem;
	}
	.aicaigou-server-Wrap .aicaigou-server-box .item .title{
		height:auto;
		font-size: 1rem;
		line-height: 1.8rem;
		font-weight: lighter;
		margin-bottom: 0.5rem;
		display: flex;
		align-items: center;
	}
	.aicaigou-server-Wrap .aicaigou-server-box .item .title br{
		display: none;
	}
	.aicaigou-server-Wrap .aicaigou-server-box .item .img{
		max-width: 100%;
		height: auto;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}
	
	
	/* 实力 */
	.aicaigou-shili-sub-title{
		text-align: center;
		font-size: 1rem;
		line-height: 1.6rem;
		margin-top: 0;
		padding: 0rem 1rem;
		
	}
	.aicaigou-shili-sub-title br{
		display: none;
	}
	.aicaigou-shili-box{
		position: relative;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.aicaigou-shili-box .back{
		position: relative;
		width: auto;
		max-width: 100%;
		z-index: 1;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		margin: auto;

	}
	.aicaigou-shili-box .back img{
		max-width: 100%;
	}
	.aicaigou-shili-box .item{
		width: 5.5rem;
		height: 5.5rem;
		background: #fe5331;
		border-radius: 50%;
		background-image: -webkit-linear-gradient(top,rgb(255, 213, 198),rgb(254, 82, 49),rgb(254, 82, 49));
		border: 1px solid #ff8860;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
		color: #fff;
		position: relative;
		z-index: 2;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		margin: 0rem 0.35rem;
	}
	.aicaigou-shili-box .item h2{
		font-size: 1rem;
		line-height: 1.2rem;
		text-shadow: 1px 1px 3px #cb4b28;
		font-weight: lighter;
		padding: 0.6rem;
		padding-bottom: 0.1rem;
	}
	.aicaigou-shili-box .item h3{
		font-size: 1.1rem;
		line-height: 1.5rem;
		text-shadow: 1px 1px 3px #cb4b28;
		margin-bottom: 0.2rem;
	}
	
	/* 轻松打理 */
	.aicaigou-qingsongdali-title{
		padding-top: 1.8rem;
	}
	
	.aicaigou-qingsongdali-box{
		overflow: hidden;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.aicaigou-qingsongdali-box .item{
		width: 50%;
		box-sizing: border-box;
		border-right: 1px dashed #dadada;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		text-align: center;
		padding-bottom: 0.2rem;
	}
	.aicaigou-qingsongdali-box .item img{
		width: 8rem;
		display: block;
		margin: 0 auto;
	}
	.aicaigou-qingsongdali-box .item .title{
		font-size: 1.2rem;
		padding: 0.2rem 1rem;
		color: #fd7344;
	}
	.aicaigou-qingsongdali-box .item .description{
		line-height: 1.8rem;
		padding: 0.2rem 1rem;
		color: #333;
		font-size: 0.95rem;
	}
	.aicaigou-qingsongdali-box .item .description br{
		display: none;
	}
	.aicaigou-qingsongdali-box .item:nth-child(2) .title,.aicaigou-qingsongdali-box .item:nth-child(4) .title{
		color: #343e53;
	}
	.aicaigou-qingsongdali-box .item:nth-child(4){
		border: none;
	}
	
	
	.aicaigou-case-Wrap{
		max-width: 100%;
		width: auto;
		height: auto;
		position: relative;
		padding-bottom: 0px;

		
	}
	.aicaigou-case-Wrap .aicaigou-case-Swiper .swiper-slide{
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		width: auto;
		position: relative;
		overflow: hidden;
		padding-bottom: 2rem;
	}
	.aicaigou-case-Wrap .aicaigou-case-Swiper .swiper-slide img{
		max-width: 120%;
	}
	.aicaigou-case-Wrap .aicaigou-case-Swiper .swiper-pagination-bullet{ background:rgba(217,217,217,0.6); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:0.8rem; height:0.8rem; border-radius:50%; margin:0px 0.5rem !important;}
	.aicaigou-case-Wrap .aicaigou-case-Swiper .swiper-pagination-bullet-active{background:#ff6600;}
	
	
	/* 进阶 */
	.aicaigou-Advanced-box{
		position: relative;
		height: auto;
		margin-top: 0px;
		margin-bottom: 1.5rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.aicaigou-Advanced-box .back{
		width: auto;
		position: relative;
		margin: auto;
		text-align: center;
		z-index: 1;
	}
	.aicaigou-Advanced-box .back img{
		max-width: 95%;
	}
	.aicaigou-Advanced-box .item{
		width: 43%;
		height:auto;
		position: relative;
		z-index: 2;
		user-select: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0rem 0.5rem;
	}
	.aicaigou-Advanced-box .item .title{
		width: 11rem;
		height: 5rem;
		background: url(../images/aicaigou-Advanced-box-itemTitle-1.jpg) center center no-repeat;
		background-size: 5rem;
		text-align: center;
		line-height: 5rem;
		color: #fff;
		overflow: hidden;
		font-size: 1rem;
		
	}
	.aicaigou-Advanced-box .item .p{
		font-size: 1.2rem;
		line-height: 2rem;
		margin-bottom: 0.5rem;
		padding: 0rem 1rem;
		text-align: center;
	}
	.aicaigou-Advanced-box .item .h3{
		height: 8px;
		width: 100%;
		background: #feb197;
		background-image: -webkit-linear-gradient(left,rgb(254, 177, 151),rgb(254, 177, 151),rgb(255, 255, 255));
	}

	.aicaigou-Advanced-box .item.item-2 .title,.aicaigou-Advanced-box .item.item-3 .title{
		background: url(../images/aicaigou-Advanced-box-itemTitle-2.jpg) center center no-repeat;
		background-size: 5rem;
	}
	.aicaigou-Advanced-box .item.item-2 .h3,.aicaigou-Advanced-box .item.item-3 .h3{
		background-image: -webkit-linear-gradient(left,rgb(143, 148, 160),rgb(143, 148, 160),rgb(255, 255, 255));
	}


	
	/* 关于我们页面 */
	.innerPage-banner-Wrap.about-banner-Wrap{
		overflow: hidden;
		position: relative;
	}
	.innerPage-banner-Wrap.about-banner-Wrap .innerPage-banner-box img{
		width: 200%;
	}
	.innerPage-banner-Wrap.about-banner-Wrap .innerPage-banner-text-box{
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		height: 100%;
		display: flex;
		color: #fff;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.innerPage-banner-Wrap.about-banner-Wrap .innerPage-banner-text-box h2{
		font-size: 1.2rem;
		line-height: 2rem;
		padding: 0.5rem 1rem;
	}
	.innerPage-banner-Wrap.about-banner-Wrap .innerPage-banner-text-box p{
		font-size: 1rem;
		margin-top: 0rem;
		margin-bottom: 0.5rem;
		font-weight: normal;
	}
	
	/* 当前位置 */
	.location-Wrap{
		background: #f8f8f8;
		padding: 1rem 1rem;
		color: #333;
		overflow: hidden;
	}
	.location-Wrap .location-box{
		overflow: hidden;
	}
	.location-Wrap .location-box .location-links{
		line-height: 1.8rem;
		width: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		font-size: 16px;
		flex-wrap: wrap;
		color: #999;
	}
	.location-Wrap .location-box .location-links .icon{
		font-size: 1.4rem;
		padding-right: 0.5rem;
		color: #333;
	}
	.location-Wrap .location-box .location-links a{
		color: #333;
		padding: 0px 0.5rem;
		font-size: 1rem;
		transition: all 0.3s;
	}
	.location-Wrap .location-box .location-links a:hover{
		color:#e50b23
	}
	.location-Wrap .location-box  .location-message{
		display: none;
	}
	
	
	.about-nav-box{
		overflow: hidden;
		text-align: center;
		padding: 1rem;
		margin-top: 0rem;
		margin-bottom: 0rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-nav-box .list{
		padding: 0.5rem 1.2rem;
		border: 1px solid #dcdcdc;
		border-radius: 1rem;
		margin: 0.5rem 0.5rem;
		transition: all 0.3s;
	}
	.about-nav-box .list:active{
		border: 1px solid #e50b23;
		color: #fff;
		background: #e50b23;
	}
	.about-nav-box .list.current{
		border: 1px solid #e50b23;
		color: #e50b23;
	}
	.about-nav-box .list.current:active{
		background: #fff;
		color: #e50b23;
	}
	
	/* 关于我们简介 */
	.about-description-box{
		text-align: center;
		padding-bottom: 1rem;
	}
	.about-title-box{
		width: 90%;
		margin: 0 auto;
		padding: 0.5rem;
		padding-top: 0.5rem;
		padding-bottom: 1.2rem;
		position: relative;
		text-align: center;
	}
	.about-title-box .h2{
		font-size: 1.4rem;
		line-height: 2rem;
		padding-bottom: 0.5rem;
	}
	.about-title-box .p{
		font-size: 1.2rem;
		padding-top: 0.2rem;
		color: #636363;
	}
	.about-title-box::after{
		content: '1';
		width: 5rem;
		height: 2px;
		overflow: hidden;
		background: #e50b23;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		margin: auto;
	}
	
	
	.about-description-box .text-box{
		padding: 0px 1rem;
		padding-top: 1rem;
	}
	.about-description-box .text-box .p1{
		font-size: 1.05rem;
		color: #393939;
		line-height: 1.9rem;
	}
	.about-description-box .text-box .p1 br{
		display: none;
	}
	.about-description-box .text-box .p2{
		font-size: 1rem;
		color: #767676;
		line-height: 1.7rem;
		margin-top: 0.5rem;
		font-family: "微软雅黑";
	}
	.about-description-box .text-box .p2 br{
		display: none;
	}
	.about-description-box .number{
		display: flex;
		padding-top: 2rem;
		padding-bottom: 0.5rem;
		justify-content: center;
		align-items: flex-start;
	}
	.about-description-box .number .item{
		width: 25%;
		text-align: center;
	}
	.about-description-box .number .item .h2{
		font-size: 2rem;
		line-height: 1rem;
		padding: 0px 0.5rem;
		color: #e50b23;
	}
	.about-description-box .number .item p{
		font-size: 1rem;
		padding: 0px 0.5rem;
		color: #767676;
		padding-top: 0.2rem;
		line-height: 1.5rem;
		margin-top: 0.8rem;
	}
	
	/* 发展 */
	.about-develop-Wrap{
		background: #f3f3f3;
		padding: 1rem 0px;
		padding-bottom: 1rem;
		margin-bottom: -0.5rem;
		margin-top: 1.2rem;
	}
	
	
	.about-history-box{
		width: 22rem;
		margin: 0 auto;
		padding-top: 0.8rem;
	}
	.about-history-box .about-history-Swiper{
		padding: 1rem 0rem;
		padding-bottom: 3rem;
	}
	.about-history-item{
		position: relative;
		background: #fff;
		padding-bottom: 0px;
		border-radius: 0px 1rem 0px 1rem;
		overflow: hidden;
	}
	.about-history-item .img-box{
		height: 6rem;
		position: relative;
		overflow: hidden;
	}
	.about-history-item .img-box img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		min-width: auto;
		min-height: auto;
		width: 100%;
		height: 100%;
		transform: none;
		transition: transform 0.5s ease;
		object-fit: cover;
		max-height: 100%;
	}
	.about-history-item .text-box{
		padding: 0.5rem 0.8rem;
		height: 9rem;
	}
	.about-history-item .text-box h2{
		font-size: 1rem;
		line-height: 1.5rem;
		color: #333;
	}
	.about-history-item .text-box p{
		font-size: 1rem;
		color: #999;
		margin-top: 0.5rem;
		height: auto;
		overflow: hidden;
		font-family: "微软雅黑";
	}
	
	
	.about-history-box .about-history-Swiper .swiper-pagination-bullet{ background:rgba(0,0,0,0.2); filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; width:10px; height:10px; border-radius:50%; margin:0px 6px !important; bottom:0px !important}
	.about-history-box .about-history-Swiper .swiper-pagination-bullet-active{background:rgba(229, 11, 35,1);}
	
	/* 历程 */
	.button-consult{
		padding: 0.5rem 1.2rem;
		background: #e50b23;
		color: #fff;
		border-radius: 1.2rem;
		display: inline-block;
		margin: 0 auto;
		line-height: 1.5rem;
		transition: all 0.3s;
	}
	.button-consult .icon{
		font-size: 1.2rem;
		float: left;
		padding-right: 0.5rem;
	}
	.button-consult:hover,.button-consult:focus{
		color: #fff;
		transform: translateX(0.5rem);
	}
	
	
	
	/* 公司文化 */
	.about-culture-box{
		display: flex;
		flex-wrap: wrap;
		padding-top: 1rem;
		margin-bottom: 1rem;
	}
	.about-culture-box .item{
		width: 100%;
		background: #fff;
		display: flex;
	}
	.about-culture-box .item .img-box{
		width: 50%;
	}
	.about-culture-box .item .img-box img{
		width: 100%;
		display: block;
	}
	.about-culture-box .item .text-box{
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
	}
	.about-culture-box .item .text-box .h2{
		font-size: 1.2rem;
		line-height: 2rem;
		padding: 0px 1.2rem;
		margin-top: 0rem;
		font-weight: normal;
	}
	.about-culture-box .item .text-box .p{
		padding: 0px 1.2rem;
		font-size: 1rem;
		color: #969696;
		line-height: 1.8rem;
		margin-top: 0rem;
	}
	.about-culture-box .item .text-box .li{
		line-height: 1.5rem;
		padding: 0px 1.2rem;
		color: #616161;
		font-size: 1rem;
	}
	
	.about-culture-box .item:nth-child(even){
		flex-direction: row-reverse;
	}
	.about-culture-box .item:nth-child(even) .text-box{
		text-align: right;
	}
	
	
	/* 成功案例 */
	.case-Wrap{
		background: #F3F3F3;
		overflow: hidden;
		margin-top: 0px;
		padding-top: 1rem;
		padding-bottom: 1.2rem;
		margin-bottom: 0rem;
	}
	.casePage-navigation-wrap .case-nav-list .link{
		font-size: 1rem;
		font-family: "微软雅黑";
		border: 1px solid rgba(204,204,204,0.5);
		color: #8d8d8d;
	}
	.casePage-navigation-wrap .case-nav-list .link:hover{
		border: 1px solid #e50b23;
		background: #e50b23;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		color: #fff;
	}
	
	
	.case-item-box{
		padding: 0px;
		padding-top: 1rem;
		position: relative;
	}
	.case-item-box .case-list{
		width: 11rem;
		height: 14.5rem;
		background: #ffffff;
		overflow: hidden;
		display: inline-block;
		margin-left: 1.2rem;
		margin-bottom: 1.2rem;
		transition: all 0.5s;
		position: relative;
	}
	.case-item-box .case-list .img{
		width: 10rem;
		height: 6.4rem;
		background: #F8F8F8 url(../images/case-list-imgBack.jpg) center center no-repeat;
		background-size: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		margin-top: 0.5rem;
	}
	.case-item-box .case-list .img img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		transition: all 0.5s;
		position: relative;
		z-index: 1;
	}
	.case-item-box .case-list .img:before{
		width: 100%;
		height: 100%;
		content: '';
		background: rgba(0,0,0,0.5) url(../images/case-list-img-back.png) center center no-repeat;
		background-size: 2rem;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		z-index: 2;
		overflow: hidden;
		opacity: 0;
		transition:all 0.5s;
	}
	.case-item-box .case-list:active .img:before{
		opacity: 1;
	}
	.case-item-box .case-list .icon-wrap{
		width: auto;
		padding: 0px 1rem;
		line-height: 2rem;
		height: 2rem;
		overflow: hidden;
		margin-top: 0.6rem;
	}
	.case-item-box .case-list .icon-wrap .icon{
		font-size: 1.5rem;
		color: #9d9d9d;
		padding: 0px 0px;
		float: left;
	}
	.case-item-box .case-list .icon-wrap .icon.pc{
		font-size: 1.3rem;
	}
	.case-item-box .case-list .icon-wrap .icon.mobile{
		padding-left: 0.6rem;
		font-size: 1.3rem;
	}
	.case-item-box .case-list .icon-wrap .icon.right{
		float: right;
		padding-right: 0px;
		color: #e50b23;
		font-size: 1.3rem
	}
	.case-item-box .case-list .title-wrap{
		width: auto;
		padding: 0.5rem 1rem;
		line-height: 1.5rem;
		height: auto;
		overflow: hidden;
	}
	.case-item-box .case-list .title-wrap .title{
		font-size: 1rem;
		line-height: 1.6rem;
		height: 3.2rem;
		font-weight: lighter;
		color: #656565;
		overflow: hidden; 
		text-overflow: ellipsis; 
		course:hand;
	}
	.case-item-box .case-list:after{
		content: '1';
		position: absolute;
		height: 3px;
		width: 0%;
		left: 0px;
		bottom:0px;
		background-image: -webkit-linear-gradient(left,rgb(229, 11, 35),rgb(248, 63, 83),rgb(229, 11, 35));
		transition: all 0.5s;
	}
	.case-item-box .case-list:active{
		box-shadow: 0px 0px 8px rgba(204, 204, 204, 0.9);
	}
	.case-item-box .case-list:active:after{
		width: 100%;
	}
	.case-item-box .case-list:active .img img{
		width: 108%;
	}
	
	
	/*翻页样式*/
	#pageTurning{
		height:auto;
		display:flex;
		justify-content: center;
		align-items: center;
		text-align:center;
	}
	#pageTurning li {
		padding:0;
		list-style:none;
	}
	#pageTurning .pagination .active a {
		background:#e50b23;
		color:#fff;
	}
	#pageTurning .pagination .active a:hover {
		border:1px solid #e50b23;
	}
	#pageTurning .pagination .disabled span {
		color:#ccc;
		user-select: none;
	}
	#pageTurning .pagination {
		padding:0rem 0.5rem;
		margin:0px 0;
		border-radius:0.5rem;
		display:flex;
		text-align:center;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#pageTurning .pagination>li>a,.pagination>li>span {
		position:relative;
		float:left;
		padding:0.5rem 1rem;
		line-height:1.5rem;
		text-decoration:none;
		color:#595757;
		background-color:#fff;
		border:1px solid #ddd;
		margin-left:0.5rem;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		margin-right:0.5rem;
		box-sizing: border-box;
		border-radius: 5px;
	}
	#pageTurning .pagination>li {
		display:inline;
	}
	#pageTurning .pagination>li a:hover {
		background:#e50b23;
		color:#fff;
	}
	#pageTurning .pagination>li a:focus {
		border:1px solid #e50b23;
	}
	#pageTurning .pagination>.active>a {
		border:1px solid #e50b23;
	}
	
	
	
	/* 新闻中心 */
	.newsList-box{
		padding: 0px;
		position: relative;
	}
	.newsList-box .new-item{
		display: flex;
		margin: 0.2rem 1rem;
		height: auto;
		justify-content: center;
		align-items: center;
		margin-top: 0.5rem;
		flex-direction: column;
		margin-bottom: 2.2rem;
		background: #ffffff;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
		padding-top: 1.2rem;
	}
	.newsList-box .new-item .img-box{
		width: 21rem;
		height: 12rem;
		position: relative;
		z-index: 1;
		background-size: 100%;
		background: #f8f8f8 url(../images/case-list-imgBack.jpg) center center no-repeat;
		background-size: 110%;
		overflow: hidden;
		margin-bottom: 1rem;
	}
	.newsList-box .new-item .img-box .img{
		width:101%;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		z-index: 2;
		transition: all 0.2s;
	}

	.newsList-box .new-item .text-box{
		width: 100%;
		height: 100%;
		background: #ffffff;
		height: auto;
		display: block;
		overflow: hidden;
	}
	.newsList-box .new-item .text-box .text-box-padding{
		padding: 1.2rem;
		padding-top: 0rem;
		height: auto;
	}
	.newsList-box .new-item .text-box .text-box-padding .title{
		line-height: 1.8rem;
		height: auto;
		font-size: 1.2rem;
		padding-bottom: 0.2rem;
		transition: all 0.5s;
	}
	.newsList-box .new-item .text-box .text-box-padding .description{
		font-size: 0.92rem;
		line-height: 1.5rem;
		color: #676767;
		height: auto;
		margin-top: 0.3rem;
		overflow: hidden;
		text-align:left; 
		/* 英语强行换行 */
		word-wrap:break-word;
	}
	.newsList-box .new-item .text-box .text-box-padding .button{
		margin-top: 1.5rem;
		margin-bottom: 1rem;
	}
	.newsList-box .new-item .text-box .text-box-padding .button .list{
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
		padding: 0.4rem 1.2rem;
		display: inline-block;
		border-radius: 1rem;
		margin-right: 1rem;
		line-height: 1.5rem;
		color: #787878;
	}
	.newsList-box .new-item .text-box .text-box-padding .button .list .icon{
		font-size: 1.2rem;
		padding-right: 0.5rem;
		float: left;
	}
	.newsList-box .new-item .text-box .text-box-padding .button .list.more{
		background: #e50b23;
		border: 1px solid #e50b23;
		color: #fff;
		transition: all 0.5s;
	}
	.newsList-box .new-item .text-box .text-box-padding .button .list.more:active{
		transform: translateX(10px);
		box-shadow: 0px 0px 5px rgba(0, 0, 0,0.3);
	}
	.newsList-box .new-item:active .img-box img{
		transform: scale(1.01);
	}
	.newsList-box .new-item:active .text-box .text-box-padding .title{
		color: #e50b23;
	}
	
	
	
	
	
	
	
	
	/* 联系我们 */
	
	.contact-box{
		text-align: center;
	}
	.contact-box .contact-title{
		padding: 1rem;
	}
	.contact-box .contact-title .h2{
		font-size: 1.4rem;
		padding: 0.5rem 0px;
	}
	.contact-box .contact-title .p{
		font-size: 1rem;
		padding: 0.2rem 0px;
	}
	
	.contact-content{
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
	}
	
	.contact-content .item{
		width: 50%;
		padding: 1rem 0px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		padding-bottom: 1rem;
		text-align: center;
	}
	.contact-content .item:nth-child(1){
		padding-top: 1rem;
		order: 6;
	}
	.contact-content .item:nth-child(2){
		order: 2;
	}
	.contact-content .item:nth-child(3){
		order: 3;
	}
	.contact-content .item:nth-child(4){
		order: 4;
	}
	.contact-content .item:nth-child(5){
		order: 5;
	}
	.contact-content .item .qr{
		width: 7rem;
		margin-bottom: 0.5rem;
		border: 0.5rem solid #fff;
		display: block;
		margin: 0 auto;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	}
	.contact-content .item .icon-wrap{
		width: 7rem;
		height: 7rem;
		border: 3px solid #e50b23;
		line-height: 7rem;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		border-radius: 50%;
		overflow: hidden;
		margin-bottom: 0.2rem;
		margin: 0 auto;
	}
	.contact-content .item .icon-wrap .icon{
		font-size: 3.5rem;
		color: #e50b23;
	}
	.contact-content .item .h2{
		line-height: 1.5rem;
		font-size: 1.2rem;
		padding: 0.5rem 1rem;
	}
	.contact-content .item .p{
		line-height: 1.5rem;
		font-size: 1rem;
		padding: 0px 0.5rem;
	}
	.contact-content .item .p a{
		display: block;
	}
	.contact-content .item a:hover{
		color: #e50b23;
		text-decoration: underline;
	}
	
	.contactMap{
		max-width: 100%;
		margin: 0 auto;
		height: 15rem;
		text-align: center;
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		overflow: hidden;
	}
	.contactMap #allmap{
		width: 100%;
		height: 15rem;
	}
	
	.contactMoreMap{
		text-align: center;
		padding-bottom: 0.5rem;
	}
	.contactMoreMap a{
		display: inline-block;
		padding: 0.5rem 1rem;
		background: #ff1617;
		color: #fff;
		font-size: 14px;
		transition: all 0.5s;
	}
	.contactMoreMap a:hover{
		background: #0b0b0b;
		color: #fff;
	}
	
	
	/* 栏目通用 */
	.channel-box{
		overflow: hidden;
		border-top:1px solid rgba(204,204,204,0.5) ;
	}
	
	/* 文章内容通用样式 */
	.content-box{
		padding: 1.2rem 1rem;
		color: #333;
		padding-bottom: 1rem;
	}
	.content-box p{
		line-height: 1.7em;
		font-size: 1rem;
		font-size:clamp(1rem,1rem,1.4rem) !important;
		text-indent: 0em !important;
	}
	.content-box p span{
		font-size:clamp(1rem,1rem,1.4rem) !important;
	}
	.content-box img{
		width: auto;
		height: auto;
		height: auto !important;
		max-width: 100%;
	}
	
	
	.news-content-img-box{
		text-align: center;
	}
	.news-content-img-box img{
		max-width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	
	/* 表格通用样式 */
	.table_wrapper{
		width:100%;
		height: max-content;
		margin: 0 auto;
		overflow-x: auto;
		overflow-y: hidden;
		margin-top: 0.5rem;
		border: 1px solid #e2e2e2;
		margin-bottom: 0.5rem;
		box-sizing: border-box;
	}
	
	.content-box table, .content-box table tr th, .content-box table tr td { border:1px solid #e2e2e2; box-sizing: border-box; }
	.content-box table tr td{
		padding: 0.5rem !important;
	}
	.content-box table{
		width: 100% !important;
		min-width: 100% !important;
		height: auto !important;
		border: 1px solid #ccc;
		border-collapse: collapse;
		box-sizing: border-box;
	}
	
	/* 表格包裹滚动条始终显示 */
	.table_wrapper::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 1);
		border-left: 1px solid rgba(0, 0, 0, 0);
	}
	.table_wrapper::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	        border-radius: 0px;
	         -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.8);
	        background: #ccc;
	    }
	.table_wrapper::-webkit-scrollbar {
		width: 5px;
		height: 0.5rem;
		background: #f8f8f8;
		overflow: hidden;
	}
	
	
	/* 公司账号 */
	.account-box{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.account-box .item{
		width: 23rem;
		background: white;
		box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-direction: column;
		margin: 0.6rem;
		color: #333;
		position: relative;
	}
	.account-box .item .item-padding{
		padding: 1rem;
		padding-bottom: 0.2rem;
		padding-top: 0.5rem;
	}
	.account-box .item .title{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		line-height: 2rem;
		margin-bottom: 0.5rem;
	}
	.account-box .item .title img{
		width: 3rem;
		width: 3rem;
		margin-right: 0.8rem;
	}
	.account-box .item .sub-title{
		line-height: 2.2rem;
		padding-left: 0.2rem;
		font-weight: normal;
		font-size: 1.2rem;
	}
	.account-box .item .account-t{
		font-size: 1.4rem;
		line-height: 2rem;
		padding-top: 0.8rem;
		padding-left: 0.2rem;
	}
	.account-box .item .account-number{
		font-size: 1.6rem;
		padding-top: 1rem;
		padding-left: 0.2rem;
		color: #009c96;
		font-family: "微软雅黑";
		font-weight: bold;
	}
	.account-box .item .bom-img{
		text-align: right;
		margin-top: 0.5rem;
	}
	.account-box .item .bom-img img{
		width: 12rem;
	}
	.account-box .item::after{
		content: '';
		width: 100%;
		height: 5px;
		background: #009c96;
	}
	.account-box .item:nth-child(1), .account-box .item:nth-child(2){
		margin-top: 10px;
	}
	.account-box .item:nth-child(2)::after{
		background: #c42b25;
	}
	.account-box .item:nth-child(3)::after{
		background: #19357e;
	}
	.account-box .item:nth-child(4)::after{
		background: #009c96;
	}
	.account-box .item:nth-child(2) .account-number{
		color: #c42b25;
	}
	.account-box .item:nth-child(3) .account-number{
		color: #004f9c;
	}
	
	.account-box .item:nth-child(2) .title{
		color: #c42b25;
	}
	.account-box .item:nth-child(3) .title{
		color: #19357e;
	}
	.account-box .item:nth-child(4) .titles{
		color: #009c96;
	}
	
	
	/* 案例内容页 */
	.case-contentPage-Wrap{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.case-content-Wrap{
		background: #fff;
	}
	
	.case-content-Wrap .case-description-box{
		padding: 1rem 0px;
		display: flex;
		position: relative;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.case-content-Wrap .case-description-box .description-box{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.case-content-Wrap .case-description-box .description-box .title{
		height: auto;
		color: #333;
		padding: 1rem 1.2rem;
		padding-top: 0.2rem;
		border-bottom: 1px solid #dcdcdc;
		font-size: 1.2rem;
	}
	
	.case-content-Wrap .case-description-box .description-box .img-box{
		overflow: hidden;
	}
	
	.case-content-Wrap .case-description-box .description-box .button-wrap{
		width: 24rem;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.case-content-Wrap .case-description-box .description-box .button-wrap .list{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #e50b23;
		background-image: -webkit-linear-gradient(top,rgb(229, 11, 35),rgb(243, 85, 102),rgb(229, 11, 35));
		height: 6rem;
		width: 7rem;
		border: 0.2rem solid #fff;
		border-radius: 1rem;
		margin-top: 1rem;
		transition: all 0.5s;
		margin-left: 0.6rem;
		margin-right: 0.6rem;
	}
	.case-content-Wrap .case-description-box .description-box .button-wrap .list:active{
		transform: translateY(-0.5rem);
	}
	.case-content-Wrap .case-description-box .description-box .button-wrap .list .icon{
		font-size: 2rem;
		color: #fff;
		height: 2rem;
		line-height: 2rem;
		overflow: hidden;
		transition: all 0.5s;
		margin-top: 0.2rem;
	}
	.case-content-Wrap .case-description-box .description-box .button-wrap .list:hover .icon{
		 transform: rotateZ(360deg);
	}
	.case-content-Wrap .case-description-box .description-box .button-wrap .list .li{
		font-size: 1rem;
		color: #fff;
		line-height: 30px;
		margin-top: 5px;
	}
	.case-content-Wrap .case-description-box .img-box{
		width: 23rem;
		position: relative;
		height: auto;
		overflow: hidden;
		margin-top: 1.2rem;
	}
	.case-content-Wrap .case-description-box .img-box .img{
		display: block;
		width: 100%;
		margin: auto;
	}
	

	
	.case-content-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		padding: 1rem 1.2rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		line-height: 1.8rem;
	}
	.case-content-box p{
		font-size: 1rem;
		opacity: 1;
		font-size:clamp(1rem,1rem,1.4rem) !important;
		text-indent: 0em !important;
		background: white !important;
	}
	.case-content-box img{
		margin-bottom: 1rem;
		max-width: 100%;
		height: auto !important;
		order:-1;
	}
	
	.case-pages{
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 1.2rem;
	}
	.case-pages .pageList{
		width: 3.5rem;
		height: 3.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 2px solid #e50b23;
		box-sizing: border-box;
		line-height: 3.5rem;
		overflow: hidden;
		border-radius: 50%;
		color: #e50b23;
		margin: 1rem 1rem;
		transition: all 0.3s;
	}
	.case-pages .pageList .icon{
		font-size: 2rem;
	}
	.case-pages .pageList:hover{
		background: #e50b23;
		color: #fff;
	}
	
	.case-pages .pageList.noPage{
		opacity: 0.1;
		pointer-events: none;
	}
	
	.case-related-Wrap{
		background: #f1f1f1;
		padding-top: 1rem;
		padding-bottom: 2rem;
		margin-bottom: -1.5rem;
	}
	
	.case-related-Wrap .title{
		text-align: center;
		font-size: 1.4rem;
		padding-top: 0.5rem;
		line-height: 2rem;
	}
	.case-related-Wrap .sub-title{
		text-align: center;
		font-size: 1.2rem;
		color: #b6b6b6;
		font-weight: lighter;
		padding-top: 0.5rem;
	}
	
	.case-related-box{
		padding-top: 1rem;
		padding-bottom: 0.2rem;
	}
	
	.case-related-box .swiper-slide{
		overflow: hidden;
	}
	.case-related-box .case-related-list{
		width: 22rem;
		height: auto;
		position: relative;
		display: block;
		margin: 0 auto;
	}
	.case-related-box .case-related-list .img-box{
		width: 22rem;
		height: 14rem;
		border: 1rem solid #fff;
		position: relative;
		box-sizing: border-box;
		overflow: hidden;
		background: url(../images/case-list-imgBack.jpg) center center;
		background-size: 100%;
	}
	.case-related-box .case-related-list .img-box img{
		display: block;
		width: 101%;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		margin: auto;
		transition: all 0.3s;
	}
	.case-related-box .case-related-list .img-box:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5) url(../images/case-list-img-back.png) center center no-repeat;
		background-size: 50px;
		z-index: 1;
		opacity: 0;
		transition: all 0.3s;
	}
	
	.case-related-box .case-related-list .title-box{
		height: 2.5rem;
		line-height: 2.5rem;
		font-size: 1rem;
		text-align: center;
		padding: 0px 0.5rem;
		overflow: hidden; 
		text-overflow: ellipsis; 
		white-space: nowrap;
		course:hand;
		margin-top: 0.4rem;
	}
	.case-related-box .case-related-list::after{
		content: ' ';
		width: 50px;
		height: 3px;
		background: #e50b23;
		overflow: hidden;
		margin: 0 auto;
		display: block;
		margin-top: 10px;
		transition: all 0.3s;
	}
	.case-related-box .case-related-list:active::after{
		width: 95%;
	}
	.case-related-box .case-related-list:active .title-box{
		color: #e50b23;
	}
	.case-related-box .case-related-list:active .img-box img{
		width: 108%;
	}
	.case-related-box .case-related-list:active .img-box:before{
		opacity: 1;
	}
	
	/* 新闻内容 */
	.news-content-title-wrap{
		text-align: center;
		padding: 1rem 1rem;
		padding-top: 0.5rem;
		padding-bottom: 1.2rem;
		border-bottom: 1px solid rgba(204, 204, 204, 0.8);
	}
	.news-content-title-wrap .title{
		font-size: 1.4rem;
		line-height: 2rem;
		padding-bottom: 0.2rem;
		color: #333;
		font-family: "黑体";
	}
	.news-content-title-wrap .date-box{
		overflow: hidden;
		line-height: auto;
		line-height: 1.55rem;
		color: #656565;
		margin-top: 0.5rem;
		font-size: 0.9rem;
	}
	.news-content-title-wrap .date-box span{
		font-size: 0.9rem;
		display: block;
		opacity: 0.8;
	}
	
	.content-next-box {
		font-size: 16px;
		font-family: "微软雅黑";
		color: #3f3f3f;
		line-height: 30px;
		width: 23rem;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		border-top: 2px solid #ededed;
		padding-top: 0.2rem;
		padding-bottom: 0rem;
		margin-top: 1rem;
	}
	
	.content-next-box p {
		width: 100%;
		float: left;
		display: flex;
		overflow: hidden;
		line-height: 3rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		course: hand;
		justify-content: flex-start;
		align-items: center;
	}
	.content-next-box p a{
		font-size: 0.9rem;
		width: 20rem;
		overflow: hidden;
		font-family: "微软雅黑";
		color: #333333;
		line-height: 2rem;
		display: block;
		text-decoration: none;
		text-overflow: ellipsis; 
		white-space: nowrap;
		course:hand;
	}
	.content-next-box p i {
		font-size: 1rem;
		float: left;
		padding-right: 0.5rem;
	}
	
	.content-next-box p.np1 {
		text-align: right;
	}
	
	.content-next-box p.np1 i {
		float: right;
		padding-left: 10px;
	}
	
	.content-next-box p span {
		margin-left: 0px;
		overflow: hidden;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.content-next-box p span a {
		font-size: 0.9rem;
		width: 20rem;
		overflow: hidden;
		font-family: "微软雅黑";
		color: #333333;
		line-height: 2rem;
		display: block;
		text-decoration: none;
		text-overflow: ellipsis; 
		white-space: nowrap;
		course:hand;
	}
	
	.content-next-box p a:hover {
		color: #e50b23;
		text-decoration: underline;
	}
	
	
	.home-title-innerPage{
		padding-top: 0px;
		margin-top: -0px;
		overflow: scroll;
	}
	
	.service_kf{
		position: fixed;
    right: 0;
    bottom: 32vw;
    z-index: 999;
    width: 11vw;
    height: 11vw;
    background: #fff;
    box-shadow: 0 1.6vw 2.13333vw 0 rgba(82, 0, 3, 0.08);
    border: 1px solid #efb4b6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
	.service_kf:after {
    display: block;
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    background: url(../images/kefu.png) no-repeat;
    background-size: 100% 100%;
}

	/* Mobile Style */
}
/* 隐藏移动端的横线 */
html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}