/* 样式开始 */
		.carousel-indicators li{
			background-color: #fff;
			opacity: 1;
		}
		.carousel-indicators .active{
			background-color: #1E5CB3;
		}
		.carousel-inner{
			height: 566px;
		}
		.btm50{
			bottom: 75px;
		}
		.padding70{
			padding: 70px 0px;
		}
		.paddingAdd30{
			padding-top: 30px;
		}
		.suspension-area{
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.fourTh{
			height: 40px;
		}
		.suspension{
			padding: 26px 10px 20px 14px;
			width: 282px;
			height: 110px;
			box-shadow: 0px 0px 18px 0px rgba(1, 32, 78, 0.2);
			background: #fff;
			border-radius: 4px;
		}
		.suspension:hover{
			transform: translateY(-8px);
			box-shadow: 8px 8px 20px 0 rgb(32 38 52 / 16%), -8px -8px 20px 0 hsl(0deg 0% 100% / 0%);
		}
		.suspension:hover .content-text-p1{
			color: #1890FF !important;
		}
		.case-pc-new{
			background: url(../img/index/logos.png) center no-repeat;
			height: 450px;
			background-size: 100% 100%;
			position: relative;
		}
		.case-pc-new .l-img-s{
			position: absolute;
			left: -54px;
			height: 100%;
		}
		.case-pc-new .r-img-s{
			position: absolute;
			right: -54px;
			height: 100%;
		}
		.img-out{
			height: 64px;
		}
		.img-out img{
			height: 100%;
		}
		.w_40,.w_60{
			float: left;
		}
		.w_40{
			width: 26%;
			display: inline-block;
		}
		.w_60{
			width: 74%;
			display: inline-block;
			padding-left: 10px;
		}
		.content-text-p1{
			font-size: 20px;
			font-weight: 400;
			color: #181818;
			line-height: 40px;
		}
		.content-text-p2{
			font-size: 14px;
			color: #666666;
		}
		.test-li{
			margin-top: 80px;
		}
		/* 内容开始 */
		.p-top-40{
			padding-top: 40px;
		}
		.title-area{
			padding: 70px 0px 30px;
		}
		.new-title{
			padding-bottom: 60px;
		}
		.add-btm{
			padding-bottom: 50px;
		}
		.title-area h3{
			font-size: 28px;
			color: #181818;
			font-weight: 400;
			line-height: 49px;
		}
		.title-area h4{
			font-size: 16px;
			color: #666;
			font-weight: 300;
		}
		.title-area .link-btn a{
			font-size: 14px;
			font-weight: 300;
			color: #1890FF !important;
			line-height: 30px;
		}
		.tab-area .tab-area-ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;
		}
		.tab-area-ul li{
			text-align: center;
			width: 20%;
			padding-bottom: 16px;
			margin-bottom: 15px;
			position: relative;
		}
		.tab-area-ul .active{
			border-bottom:3px solid #1890FF;
		}
		.tab-area-ul li img{
			height: 124px;
			margin-bottom: 26px; 
		}
		.tab-area-ul li .moveImg{
			margin: 0 auto;
			width: 130px;
			height: 128px;
			background-position: 0 0;
			background-size: 100%;
			margin-bottom: 20px;
			text-align: center;
			background-size: 100%;
			background-repeat: no-repeat;
		}
		.tab-area-ul li h5{
			font-size: 16px;
			color: #666;
		}
		.tab-area-ul li .hover-bg{
			transform: scale(1,1.1);
			box-shadow: 0px 0px 18px -9px rgb(0 0 0 / 50%);
			border-bottom: 4px solid #1890FF;
			border-radius: 5px;
			z-index: 100;
			background: #fff;
		}
		.tab-ul-content{
			height: 470px;
			background: #F5F7FB;
			padding: 70px 0px;
		}
		.tab-li-content{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;
		}
		.tab-li-content li.part2{
			width: 25%;
		}
		.tab-li-content li.part-small{
			width: 75%;
		}
		.tab-li-content .li-little-title{
			font-size: 24px;
			padding-bottom: 20px;
			position: relative;
			color: #181818;
			font-weight: 400;
		}
		.tab-li-content .part2{
			padding-right: 10px;
			border-right: 1px solid #DCDCDC;
		}
		.tab-li-content .part1{
			padding-left: 60px;
			display: inline-block;
			width: 32%;
		}
		.tab-li-content .part2 p{
			font-size: 14px;
			color: #666;
			line-height: 28px;
			min-height: 243px;
		}
		.li-little-title .li-sm-btn{
			font-size: 12px;
			color: #387EE8;
			border: 1px solid #1890FF;
			width: 56px;
			height: 20px;
			text-align: center;
			border-radius: 2px;
			position: absolute;
			top: 2px;
			line-height: 20px;
		}
		.part1 .item1 img{
			height: 16px;
		}
		.part1 .item1 span{
			font-size: 14px;
		}
		.part1 p{
			font-size: 14px;
			padding-left: 22px;
			color: #666;
			padding: 15px 0px 15px 0px;
		}
		.part1 .btns-a span{
			padding: 1px 8px;
			display: inline-block;
			text-align: center;
			color: #afb0b0;
			border: 1px solid #afb0b0;
			border-radius: 2px;
			margin-right: 14px;
			font-size: 12px;
		}
		.part-small .mg-btm-28 {
			margin-bottom: 28px;
		}
		.part-small .part1:hover .item1>span{
			color: #1890ff !important;
		}
		.part1 .item1 .item-btn{
			padding-left: 22px;
		}
		.part1 .item-btn{
			padding-left: 22px;
			font-size: 12px;
		}
		.mg-top-30{
			margin-top: 20px;
		}
		.btn-group-sm>.btn, .btn-sm{
			padding: 0.05rem 0.5rem;
		}
		.tab-ul-content1{
			background-size: auto;
			padding-bottom: 110px;
		}
		.tab-ul-content1 li{
			width: 16.6%;
			padding: 0px 0px 20px;
			text-align: center;
			color: #C9C9C9;
		}
		.tab-ul-content1 ul{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;
			border-bottom: 1px solid #5B6F81;
			margin-bottom: 60px;
		}
		.tab-ul-content1 li.active3{
			color: #1890FF;
			border-bottom: 2px solid #387EE8;
		}
		.tab-ul-content1 .title-area h3{
			color: #fff;
		}
		.tab-ul-content1 .part3{
			height: 356px;
			display: flex;
		}
		.part3 .part3-right{
			color: #fff;
			padding-left: 74px;
		}
		.part3 .part3-left img{
			height: 356px;
		}
		.part3 .part3-right h4{
			font-size: 24px;
			font-weight: 400;
			padding-bottom: 35px;
		}
		.part3 .part3-right p{
			font-size: 14px;
			color: #D2D2D2;
			padding-bottom: 30px;
		}
		.part3-btn-1 a{
			width: 120px;
			height: 36px;
			line-height: 36px;
			display: inline-block;
			color: #fff;
			font-size: 14px;
			background-color: #387EE8;
			cursor: pointer;
			border-radius: 2px;
			text-align: center;
			margin-bottom: 40px;
		}
		.part3 .part3-right h5{
			font-size: 14px;
			color: #d2d2d2;
			padding-bottom: 15px;
		}
		.part3-btn-2 a{
			width: 150px;
			height: 32px;
			line-height: 32px;
			display: inline-block;
			color: #fff;
			font-size: 14px;
			background: linear-gradient(90deg, #004D7F 0%, rgba(0, 160, 233, 0) 100%);
			border: 1px solid rgba(24, 144, 255, 0.28);
			cursor: pointer;
			border-radius: 2px;
			text-align: center;
			margin:0px 36px 30px 0px;
			position: relative;
		}
		.part3-btn-2 a::after{
			content: "";
			position: absolute;
			height: 32px;
			width: 4px;
			display: block;
			background-color: #387EE8;
			top: -1px;
		}
		.part3-btn-3 img{
			height: 16px;
			margin-right: 4px;
		}
		.part3-btn-3 a{
			font-size: 14px;
			color: #fff;
			padding-right: 52px;
		}
		.btnWidth .btn{
			width: 116px;
			height: 36px;
			line-height: 25px;
			padding: 0px;
			border-radius: 2px;
		}
		.btnWidth a{
			width: 116px;
			height: 36px;
			line-height: 36px;
			padding: 0px;
			border-radius: 2px;
			background: #1890ff;
			display: inline-block;
			text-align: center;
			color: #fff;
		}
		.btnWidth .greybtn{
			color: #666;
			background: transparent;
			border: 1px solid #bfbfbf;
			margin-left: 12px;
		}
		.btnWidth a:hover{
			color: #fff;
		}
		.btnWidth .greybtn:hover{
			color: #666;
		}
		.custom-area-bg{
			padding-bottom: 70px;
		}
		.tab-li-content1{
			position: relative;
		}
		.tab-li-content1 ul{
			width: 100%;
			position: absolute;
			top: 45px;
		}
		.tab-li-content1 li{
			padding: 0px 30px;
			text-align: center;
			display: flex;
			justify-content: space-between;
			height: 90px;
			line-height: 90px;
		}
		.tab-li-content1 li span{
			width: 16%;
		}
		.tab-li-content1 li span:first-child{
			text-align: left;
			width: 8%;
		}
		.tab-li-content1 li img{
			height: 20px;
		}
		.tab-li-content1 li:nth-child(odd){
			background-color: #f7f8f9;
		}
		.tab-li-content1 li:nth-child(even){
			background-color: #fff;
		}
		
		.customer-area .part4{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.customer-area .part4 li.normal{
			width: 29%;
			padding: 20px 0px 20px 30px;
			margin-bottom: 50px;
		}
		.customer-area .part4 li.normal img{
			width: 100%;
			height: 100%;
		}
		.customer-area .part4 li.normal h6{
			font-size: 18px;
			padding-bottom: 18px;
		}
		.customer-area .part4 li.normal p{
			font-size: 14px;
			color: #666;
			padding-bottom: 6px;
			margin-top: -4px;
			line-height: 26px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 6;
			overflow: hidden;
		}
		.btn{
			margin-right: 6px;
		}
		.btmHeight div{
			font-size: 14px;
			display: inline-block;
			width: 100%; 
			color: #333;
			padding-bottom: 1px;
			line-height: 24px;
			overflow:hidden;
			text-overflow:ellipsis;
			display:-webkit-box;
			-webkit-box-orient:vertical;
			-webkit-line-clamp:1;
			margin-bottom: 6px;
		}
		.btmHeight div :nth-child(1){
			color: #999;
			padding-right: 4px;
		}
		.mgTop160{
			margin-top: 160px;
		}
		.show-mobile{
			display: none;
		}
		.p-b-70{
			padding-bottom: 100px;
		}
		.trade-solution-wrap{
			background-color: #191b26;
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
		}
		.trade-solution-mobile{
			display: none;
		}
		.trade-solution-wrap .auto .tac{
			font-size: 28px;
			font-weight: 400;
			color: #fff;
			line-height: 49px;
			padding: 60px 0px;
			text-align: center;
		}
		.trade-solution-wrap [layout-align='space-between start'] {
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
		}
		.trade-solution-wrap [layout-align]{
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
		.trade-solution-wrap .solution-desc-box {
			width: calc(100% - 200px);
			color: #fff;
			padding-right: 150px;
			margin-top: -20px;
		}
		.trade-solution-wrap .solution-desc-box li > h3 {
			font-size: 24px;
			font-weight: 400;
			line-height: 84px;
		}
		.trade-solution-wrap .solution-desc-box li > p{
			font-size: 16px;
			line-height: 28px;
		}
		.trade-solution-wrap .solution-desc-box li .btn-tips{
			margin: 24px 0px 52px;
		}
		.trade-solution-wrap .solution-desc-box li .btn-tips a{
			padding: 5px 15px 5px 10px;
			background: rgba(92,92,92,0.4);
			font-size: 14px;
			font-weight: 400;
			color: #FFFFFF;
			opacity: 0.4;
			margin-right: 10px;
		}
		.trade-solution-wrap  .solution-desc-links p{
			margin-bottom: 20px;
		}
		.trade-solution-wrap  .solution-desc-links a{
			padding: 10px 15px;
			font-size: 14px;
			font-weight: 400;
			color: #FCFCFC;
			background: #254264;
			border-radius: 2px;
			margin-right: 21px;
			display: inline-block;
		}
		.trade-solution-wrap  .solution-desc-links a:hover{
			background: #366192;
		}
		.trade-solution-wrap .solution-title-list{
			width: 194px;
			height: 400px;
			background-color: rgba(0,0,0,0.23);
			border-radius: 2px;
			padding-top: 20px;
			text-align: center;
		}
		.trade-solution-wrap .solution-title-list li.active {
			color: #fff;
			margin-left: -2px;
			font-size: 20px;
			-webkit-transition: 0.2s;
			-o-transition: 0.2s;
			transition: 0.2s;
		}
		.trade-solution-wrap .solution-title-list li {
			color: #C9C9C9;
			cursor: pointer;
			font-size: 16px;
			line-height: 60px;
		}
		.trade-solution-wrap .solution-title-list li.active > span {
			border-bottom: 3px solid #387EE8;
		}
		.trade-solution-wrap .solution-title-list li > span {
			padding-bottom: 4px;
		}
		.trade-solution-wrap .btn-more-a{
			margin-top: 56px;
		}
		.trade-solution-wrap .btn-more-a a{
			width: 120px;
			height: 36px;
			background: #387EE8;
			border-radius: 2px;
			display: inline-block;
			text-align: center;
			line-height: 36px;
			font-weight: 400;
			color: #FCFCFC;
		}
		
		.customer-area .my-swiper{
			height: 200px;
			padding: 0px 60px;
			margin-bottom: 20px;
		}
		.customer-area  .swiper-inner-a{
			width: 360px;
			height: 180px;
			display: flex;
			padding: 24px 40px 24px 20px;
			background-image: url(/static/img/index/slide.png);
			background-repeat: no-repeat;
			background-size: cover;
		}
		.customer-area  .swiper-inner-a .l-img-area .img-area-logo{
			width: 40px;
			height: 40px;
			display: inline-block;
			background: #fff;
			border-radius: 3px;
		}
		.customer-area  .swiper-inner-a .r-img-area{
			padding-left: 20px;
		}
		.customer-area  .swiper-inner-a .r-img-area h4{
			font-size: 16px;
			font-weight: 400;
			color: #181818;
			padding-bottom: 10px;
		}
		.customer-area  .swiper-inner-a .r-img-area p{
			width: 100%;
			font-size: 14px;
			color: #666;
			line-height: 24px;
			overflow:hidden;
			text-overflow:ellipsis;
			display:-webkit-box;
			-webkit-box-orient:vertical;
			-webkit-line-clamp:4;
		}
		.customer-area .part4 li.normal:nth-child(2) .btmHeight{
			border-right: 1px solid rgba(0,0,0,0.1);
			padding-right: 40px;
		} 
		.customer-area .swiper-button-next,.customer-area .swiper-button-prev {
			/* background: #F2F5F6; */
			width: 48px;
			height: 48px;
			/* border-radius: 50px; */
			/* border: 4px solid #fff;
			box-shadow: 0px 1px 4px 5px rgb(0 0 0 / 5%) ; */
		}
		.customer-area .swiper-button-next:after,.customer-area .swiper-button-prev:after {
			font-size: 15px !important;
		}
		.customer-area .swiper-button-next,.customer-area  .swiper-container-rtl .swiper-button-prev {
			right: 5px;
		}
		.customer-area .swiper-button-prev,.customer-area .swiper-container-rtl .swiper-button-next{
			left: 5px;
		}
		
		#swiper-new .swiper-slide:nth-of-type(1),#swiper-new .swiper-slide:nth-of-type(2),#swiper-new .swiper-slide:nth-of-type(3){
			width: 440px;
			height: 268px;
		}
		.customer-area *[data-swiper-out="my-swiper-out"]  .swiper-button-outter{
			position: absolute;
			top: 0px;
			width: 50px;
			height: 100%;
			background: #fff;
			z-index: 100;
		}
		.customer-area *[data-swiper-out="my-swiper-out"] .l-out-btn{
			left: 0px;
		}
		.customer-area *[data-swiper-out="my-swiper-out"] .r-out-btn{
			right: -3px;
		}
		
		*[data-news="news-list"] .swiper-news{
			width: 440px;
			height: 268px;
		}
		*[data-news="news-list"] .swiper-news .swiper-pagination-bullet {
			width: 20px;
			height: 2px;
			display: inline-block;
			border-radius: 0;
			background: #a0a0a0;
			opacity: 1;
		}
		*[data-news="news-list"] .swiper-news .swiper-pagination-bullet-active{
			background: #387EE8;
		}
		*[data-news="news-list"] .swiper-news .swiper-slide-alink{
			width: 100%;
			height: 100%;
			background-image: url(/static/img/index/news.png);
			background-repeat: no-repeat;
			background-size: cover;
			display: inline-block;
			position: relative;
		}
		*[data-news="news-list"] .bottom-slide-img{
			width: 100%;
			height: 77px;
			background-image: url(/static/img/index/news-top.png);
			background-repeat: no-repeat;
			background-size: cover;
			position: absolute;
			bottom: 0px;
			line-height: 77px;
			padding: 0px 18px;
			color: #fff;
			white-space:nowrap;
			overflow:hidden;
			text-overflow:ellipsis;
		}
		*[data-news="news-list"] .bottom-slide-img img{
			width: 36px;
			height: 16px;
			margin-right: 8px;
		}
		*[data-news="news-list"] .news-list-ul-out{
			display: flex;
			justify-content: space-between;
			padding-bottom: 70px;
		}
		*[data-news="news-list"] .news-list-ul-out #zxdtId,*[data-news="news-list"] .news-list-ul-out #aqyjId{
			height: 268px;
		}
		*[data-news="news-list"] .news-list-ul-out li{
			padding-right: 40px;
		}
		*[data-news="news-list"] .news-list-ul-out li h6{
			color: #181818;
			font-size: 18px;
			margin-bottom: 28px;
		}
		*[data-news="news-list"] .news-list-ul-out li h6 a:hover{
			color: #181818;
		}
		*[data-news="news-list"] .news-list-ul-out li:nth-of-type(2),*[data-news="news-list"] .news-list-ul-out li:nth-of-type(3){
			padding-left: 40px;
			position: relative;
		}
		*[data-news="news-list"] .news-list-ul-out li:nth-of-type(2)::after,*[data-news="news-list"] .news-list-ul-out li:nth-of-type(3)::after{
			content: "";
			display: block;
			width: 1px;
			height: 268px;
			border: 1px solid #000000;
			opacity: 0.1;
			position: absolute;
			top: 50px;
			left: 0px;
		}
		.show-mobile-tit{
			display: none;
		}
		@media screen and (min-width:1600px){	
			.tab-li-content1 ul{
				top: 59px;
			}
		}
		/*大型屏幕pc 1600>=pc>=1400 超大屏*/
		@media screen and (min-width:1400px) and (max-width: 1600px){
			.navbar-expand-lg .navbar-nav .nav-link{
				padding-left: 0.3rem;
				padding-right: 0.3rem;
			}
			.tab-li-content1 ul{
				top: 36px;
			}
			.carousel-inner {
				height: 480px;
			}
			.customer-area .part4 li{
				margin-bottom: 20px;
			}
			.title-area{
				padding: 40px 0px 30px;
			}
			.title-area h3{
				padding-bottom: 20px;
			}
			.tab-area-ul li img {
				height: 90px;
				margin-bottom: 6px;
			}
			.tab-ul-content{
				padding: 30px 0px;
				min-height: 356px;
				height: auto;
			}
			.tab-ul-content1{
				padding-bottom: 60px;
			}
			.tab-li-content1 li{
				height: 70px;
				line-height: 70px;
			}
			.tab-area-ul li{
				padding-bottom: 10px;
				margin-bottom: 10px;
			}
			.mgTop160 {
			    margin-top: 40px;
			}
		}
		/*大型屏幕pc 1400>=pc>=1200 超大屏*/
		@media screen and (min-width:1200px) and (max-width: 1399px){
			.carousel-inner{
				height: 420px;
			}
			.mgTop160 {
			    margin-top: 40px;
			}
			.navbar-expand-lg .navbar-nav .nav-link{
				padding-left: 0.3rem;
				padding-right: 0.3rem;
			}
			.tab-li-content1 ul{
				top: 20px;
			}
			.title-area h3{
				padding-bottom: 10px;
				line-height: 32px;
			}
			.tab-area-ul li img {
				height: 90px;
				margin-bottom: 6px;
			}
			.suspension{
				width: 272px;
			}
			.tab-ul-content{
				padding: 40px 0px;
				min-height: 350px;
				height: auto;
			}
			.customer-area .part4 li.normal{
				width: 28%;
			}
			.tab-ul-content1{
				padding-bottom: 60px;
			}
			.tab-li-content1 li{
				height: 70px;
				line-height: 70px;
			}
			.tab-area-ul li{
				padding-bottom: 10px;
				margin-bottom: 10px;
			}
			.customer-area .part4 li{
				margin-bottom: 30px;
			}
			.p-b-70{
				padding-bottom: 40px;
			}
			.trade-solution-wrap .auto .tac{
				padding: 30px 0px;
			}
			.trade-solution-wrap .solution-desc-box li > h3{
				line-height: 60px;
			}
			.trade-solution-wrap .solution-desc-box li .btn-tips {
				margin: 16px 0px 30px;
			}
			.trade-solution-wrap .btn-more-a {
				margin-top: 36px;
			}
			.trade-solution-wrap .solution-title-list li{
				line-height: 47px;
			}
			.trade-solution-wrap .solution-title-list{
				height: 348px;
				padding-top: 14px;
			}
			.tab-li-content .part1{
				padding-left: 48px;
			}
			.customer-area  .swiper-inner-a{
				width: 346px;
				height: 175px;
				/* background: linear-gradient(0deg, #FCFCFD, #F4F6FA);
				box-shadow: 8px 6px 13px 0px #EDF1F8; */
				display: flex;
				padding: 24px 40px 24px 20px;
				/* border-radius: 4px; */
				background-image: url(/static/img/index/slide.png);
				/* background-position: 100% 100%; */
				background-repeat: no-repeat;
				background-size: cover;
			}
		}
		/*1200>=pc>=992 大屏*/
		@media screen and (min-width:992px) and (max-width: 1199px){
			.mgTop160 {
			    margin-top: 20px;
			}
			.btnWidth a{
				width: 100px;
			}
			.title-area{
				padding: 40px 0px 30px;
			}
			.tab-area-ul li{
				padding-bottom: 10px;
				margin-bottom: 10px;
			}
			.title-area h3{
				padding-bottom: 20px;
			}
			.tab-area-ul li img {
				height: 90px;
				margin-bottom: 6px;
			}
			.tab-ul-content{
				padding: 20px 0px;
				min-height: 336px;
			}
			.part1 p{
				font-size: 12px;
			}
			.tab-ul-content1{
				padding-bottom: 60px;
			}
			.tab-li-content1 li{
				height: 70px;
				line-height: 70px;
			}
			.tab-li-content .part2 p{
				padding-bottom: 30px;
			}
			.tab-area-ul li .moveImg{
				margin-bottom: 10px;
			}
			.mg-top-30{
				margin-top: 0px;
			}
			.navbar-nav li{
				margin: 0px;
				padding: 0px 6px;
			}
			.suspension{
				padding: 10px 10px 10px 14px;
			}
			.btnWidth .btn{
				width: 96px;
			}
			.form-inline {
			    justify-content: flex-end;
			}
			.navbar-expand-lg .navbar-nav .nav-link{
				padding-left: 0.2rem;
				padding-right: 0.2rem;
			}
			.part3 .part3-right h4{
				padding-bottom: 20px;
			}
			.part3-btn-1 a{
				margin-bottom: 30px;
			}
			.part3-btn-2 a{
				width: 120px;
				font-size: 12px;
			}
			.part3-btn-3 a {
			    font-size: 12px;
			    padding-right: 12px;
			}
			.tab-li-content1 ul{
				top: 16px;
			}
			.btmHeight {
				height: 172px;
			}
			
			.customer-area .title-area{
				padding: 40px 0px;
			}
			.customer-area .part4 li p{
				font-size: 12px;
			}
			
			.customer-area .part4 li{
				padding: 10px 15px;
				margin-bottom: 20px;
			}
			
		}
		/*phone<768  小屏*/
		/* @media screen and (max-width: 767px) and (min-width: 480px){ */
		@media screen and (max-width: 992px) and (min-width: 480px){
			.part-small,.hide-solution{
				display: none !important;
			}
			.suspension-area{
				justify-content: space-evenly;
			}
			.w_60{
				display: none;
			}
			.suspension{
				width: 20%;
				margin-bottom: 10px;
				padding: 10px;
			}
			.w_40{
				width: 100%;
			}
			.carousel-inner{
				margin-top: 0px;
				height: 300px;
			}
			.w-100{
				width: auto !important;
			}
			.img-out{
				text-align: center;
			}
			.tab-ul-content{
				min-height: 246px;
				height: auto;
				padding: 30px 0px;
			}
			.p-top-320{
				padding-top: 330px;
			}
			.title-area h3{
				font-size: 24px;
			}
			.title-area h4 {
				font-size: 16px;
				padding: 0px 14px;
				line-height: 24px;
			}
			.tab-area-ul li img{
				height: 44px;
			}
			.tab-li-content li{
				width: 80%;
			}
			.tab-li-content li:nth-of-type(2),.tab-li-content li:nth-of-type(3){
				margin-bottom: 20px;
			}
			.tab-li-content .part2{
				width: 100% !important;
				border-right: 0px;
				margin-bottom: 20px;
			}
			.tab-li-content .part1{
				padding-left: 0px;
			}
			.tab-li-content .part2 p{
				padding-bottom: 20px;
			}
			.part3 .part3-left{
				width: 40%;
				float: left;
			}
			
			.part3 .part3-left img{
				height: 252px;
			}
			.part3 .part3-right{
				padding-left: 0px;
			}
			.part3 .part3-right{
				padding: 14px;
				float: left;
				width: 60%;
			}
			.part3 .part3-right h4{
				font-size: 16px;
				padding-bottom: 15px;
			}
			.part3 .part3-right p{
				padding-bottom: 10px;
			}
			.part3-btn-1 a {
				width: 90px;
				margin-bottom: 10px;
			}
			.part3-btn-2 a {
				width: 116px;
				height: 30px;
				line-height: 30px;
				font-size: 10px;
				margin: 0px 10px 10px 0px;
			}
			.part3-btn-2 a::after{
				height: 30px;
			}
			.part3 .part3-right h5{
				padding-bottom: 20px;
				padding-top: 20px;
			}
			.part3-btn-3 a{
				padding-right: 10px;
				display: inline-block;
				padding-bottom: 10px;
			}
			.tab-ul-content1{
				min-height: 400px;
				padding-bottom: 0px;
			}
			.tab-ul-content1 .part3 {
				display: flex;
				justify-content: space-around;
				flex-wrap: wrap;
				height: auto;
				min-height: 290px;
			}
			.tab-ul-content1 ul{
				flex-wrap: inherit;
				margin-bottom: 20px;
			}
			.tab-ul-content1 li{
				width: auto;
			}
			.title-area{
				padding: 30px 0px;
			}
			.title-area h3{
				padding-bottom: 20px;
			}
			.customer-area .part4 li{
				width: 100%;
				padding: 10px 14px;
				margin-bottom: 10px;
			}
			.tab-li-content1 li{
				line-height: 1;
				height: auto;
				display: block;
				padding:14px;
				min-height: 30px;
				text-align: left;
				display: flex;
				flex-wrap: wrap;
				flex-grow: initial;
				align-items: baseline;
				justify-content: space-around;
			}
			.is-hide{
				display: none;
			}
			.btmHeight{
				height: auto;
				min-height: 120px;
			}
			.tab-li-content1 li span:first-child{
				width: auto;
				display: block;
				text-align: center;
				font-size: 16px;
				width: 100%;
			}
			.tab-li-content1 li span {
				width: auto;
				display: inline-block;
				padding: 4px 10px;
				width: 50%;
				margin-bottom: 16px;
			}
			.tab-li-content1 ul{
				position: inherit;
			}
			.tab-li-content1 li:last-of-type{
				display: none;
			}
			
			.mgTop160{
				margin-top: 30px;
				padding: 20px 0px 0px;
			}
			#ullist2 li span{
				display: none;
			}
			.show-mobile{
				display: block;
				padding: 0px 0px 50px;
			}
			.show-mobile{
				display: block;
				padding:0px 14px 20px;
				width: 100%;
				overflow-x: scroll;
				margin-bottom: 10px;
			}
			.show-mobile .mobile-img-show {
				text-align: center;
			}
			.show-mobile .mobile-img-show img{
				width: 100%;
				height: auto;
			}
			.show-mobile .case-mobile-text {
				text-align: center;
				font-size: 16px;
				margin-bottom: -30px;
			}
			.show-mobile .case-mobile-text a{
				color: #1890FF;
			}
			
			.show-mobile .show-mobile-li {
				font-size: 16px;
				color: #181818;
				position: relative;
				padding-bottom: 10px;
			}
			.show-mobile .show-mobile-ul{
				padding-bottom: 15px;
				margin-bottom: 15px;
				border-bottom: 1px solid #f5f5f5;
			}
			
			.show-mobile-li a{
				position: absolute;
				right: 14px;
				color: #1890FF;
				font-size: 14px;
			}
			.show-infor-item-img img{
				width: 100%;
				border-radius: 5px;
				border: 1px solid #f5f5f5;
			}
			.show-infor-item-text{
				width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				color: #666;
				padding-left: 10px;
			}
		}
		/* 超小屏*/
		@media screen and (max-width: 480px){
			.part-small,.hide-solution{
				display: none !important;
			}
			.suspension-area{
				justify-content: space-evenly;
			}
			.w_60{
				display: none;
			}
			.suspension{
				width: 20%;
				margin-bottom: 10px;
				padding: 10px;
				height: 80px;
			}
			.w_40{
				width: 100%;
			}
			.carousel-inner{
				margin-top: 0px;
				height: 300px;
			}
			.w-100{
				width: auto !important;
			}
			.tab-area-ul li .moveImg{
				width: 70px;
				height: 70px;
			}
			.tab-ul-content{
				min-height: 286px;
				height: auto;
				padding: 30px 0px;
			}
			.p-top-320{
				padding-top: 330px;
			}
			.title-area h3{
				font-size: 24px;
			}
			.title-area h4 {
				font-size: 16px;
				padding: 0px 14px;
				line-height: 24px;
			}
			.tab-area-ul li img{
				height: 44px;
			}
			.tab-li-content li{
				width: 80%;
			}
			.tab-li-content li:nth-of-type(2),.tab-li-content li:nth-of-type(3){
				margin-bottom: 20px;
			}
			.tab-li-content .part2{
				width: 100% !important;
				border-right: 0px;
				margin-bottom: 20px;
				padding-left: 14px;
			}
			.tab-li-content .part1{
				padding-left: 0px;
			}
			.tab-li-content .part2 p{
				padding-bottom: 20px;
				min-height: 160px;
			}
			.part3 .part3-left img{
				height: 312px;
			}
			.part3 .part3-right{
				padding-left: 0px;
			}
			.part3 .part3-right{
				padding: 14px;
			}
			.part3 .part3-right h4{
				font-size: 16px;
				padding-bottom: 15px;
			}
			.part3 .part3-right p{
				padding-bottom: 10px;
			}
			.part3-btn-1 a {
				width: 90px;
				margin-bottom: 10px;
			}
			.part3-btn-2 a {
				width: 116px;
				height: 30px;
				line-height: 30px;
				font-size: 10px;
				margin: 0px 10px 10px 0px;
			}
			.part3-btn-2 a::after{
				height: 30px;
			}
			.part3 .part3-right h5{
				padding-bottom: 20px;
				padding-top: 20px;
			}
			.part3-btn-3 a{
				padding-right: 10px;
				display: inline-block;
				padding-bottom: 10px;
			}
			.tab-ul-content1{
				min-height: 800px;
			}
			.tab-ul-content1 .part3 {
				display: flex;
				justify-content: space-around;
				flex-wrap: wrap;
			}
			.tab-ul-content1 ul{
				flex-wrap: inherit;
				margin-bottom: 20px;
			}
			.tab-ul-content1 li{
				width: auto;
			}
			.title-area{
				padding: 30px 0px;
			}
			.title-area h3{
				padding-bottom: 20px;
			}
			.customer-area .part4 li{
				width: 100%;
				padding: 10px 14px;
				margin-bottom: 10px;
			}
			.tab-li-content1 li{
				line-height: 1;
				height: auto;
				display: block;
				padding:14px;
				min-height: 30px;
				text-align: left;
				display: flex;
				flex-wrap: wrap;
				flex-grow: initial;
				align-items: baseline;
				justify-content: space-around;
			}
			.is-hide{
				display: none;
			}
			.btmHeight{
				height: auto;
				min-height: 120px;
			}
			.tab-li-content1 li span:first-child{
				width: auto;
				display: block;
				text-align: center;
				font-size: 16px;
				width: 100%;
			}
			.tab-li-content1 li span {
				width: auto;
				display: inline-block;
				padding: 4px 10px;
				width: 50%;
				margin-bottom: 16px;
			}
			.tab-li-content1 ul{
				position: inherit;
			}
			.tab-li-content1 li:last-of-type{
				display: none;
			}
			.mgTop160{
				margin-top: 30px;
				padding: 20px 0px 0px;
			}
			#ullist2 li span{
				display: none;
			}
			.show-mobile{
				display: block;
				padding:0px 14px 20px;
				width: 100%;
				overflow-x: scroll;
				margin-bottom: 10px;
			}
			.show-mobile .mobile-img-show {
				width: 720px;
			}
			.show-mobile .mobile-img-show img{
				height: 268px;
			}
			.show-mobile .case-mobile-text {
				text-align: center;
				font-size: 16px;
				margin-bottom: -30px;
			}
			.show-mobile .case-mobile-text a{
				color: #1890FF;
			}
			
			.show-mobile .show-mobile-li {
				font-size: 16px;
				color: #181818;
				position: relative;
				padding-bottom: 10px;
			}
			.show-mobile .show-mobile-ul{
				padding-bottom: 15px !important;
				margin-bottom: 15px ;
				border-bottom: 1px solid #f5f5f5;
			}
			
			.show-mobile-li a{
				position: absolute;
				right: 14px;
				color: #1890FF;
				font-size: 14px;
			}
			.show-infor-item-img img{
				width: 100%;
				border-radius: 5px;
				border: 1px solid #f5f5f5;
			}
			.show-infor-item-text{
				width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				color: #666;
				padding-left: 10px;
			}
			.show-mobile .layui-container{
				padding:0px ;
			}
			.tab-area-ul li h5{
				font-size: 10px;
			}
			.trade-solution-wrap{
				display: none;
			}
			.trade-solution-mobile{
				display: block;
				padding: 40px 14px;
				background: #f5f5f5;
			}
			.trade-solution-mobile .tac{
				font-size: 24px;
				text-align: center;
			}
			.img-out {
				height: 40px;
				text-align: center;
			}
			.trade-solution-mobile .mobile-solution{
				padding: 20px;
				border-radius: 5px;
				margin: 20px 0px 36px;
				color: #fff;
				height: 300px;
				background-size: cover;
				background-repeat: no-repeat;
			}
			.trade-solution-mobile .mobile-solution h4{
				font-size: 16px;
				text-align: center;
				padding-bottom: 18px;
			}
			.trade-solution-mobile .mobile-solution .mobile-solution-text{
				width: 100%;
				font-size: 12px;
				line-height: 22px;
				overflow:hidden;
				text-overflow:ellipsis;
				display:-webkit-box;
				-webkit-box-orient:vertical;
				-webkit-line-clamp:5;
			}
			.trade-solution-mobile .mobile-solution .mobile-solution-tips{
				padding: 20px 0px;
			}
			.trade-solution-mobile .mobile-solution .mobile-solution-tips a{
				font-size: 12px;
				color: #BFBFBF;
				padding: 0px 4px;
				border: 1px solid #BFBFBF;
				margin-right: 10px;
			}
			.trade-solution-mobile .mobile-solution .mobile-solution-btn{
				padding: 20px;
				text-align: center;
			}
			.trade-solution-mobile .mobile-solution .mobile-solution-btn a{
				color: #fff;
				background: #1890FF;
				width: 120px;
				display: inline-block;
				height: 36px;
				line-height: 36px;
				border-radius: 50px;
				background-image: linear-gradient(90deg,#1890FF 0,#003A8C 100%);
			}
			.trade-solution-mobile .swiper-pagination-bullet{
				width: 18px !important;
				height: 2px !important;
				border-radius: 0 !important;
				background: #000;
				opacity: .2;
			}
			.trade-solution-mobile .swiper-pagination-bullet-active{
				background: #1890FF;
				opacity: 1;
			}
			.fourTh{
				height: 20px;
			}
			.show-mobile-tit{
				display: block;
				font-size: 12px;
				margin-top: 10px;
				text-align: center;
				color: #181818;
			}
			*[data-news="news-list"] .news-list-ul-out{
				flex-wrap: wrap;
				padding: 0px 14px;
			}
			.news-list-ul-out li:nth-of-type(1){
				width: 100%;
			}
			*[data-news="news-list"] .swiper-news {
				/* width: 348px; */
				width: 100%;
				height: 216px;
				margin-bottom: 20px;
			}
			*[data-news="news-list"] .news-list-ul-out li h6{
				margin-bottom: 20px;
			}
			*[data-news="news-list"] .swiper-news .swiper-slide-alink{
				background-size: 100%;
			}
			*[data-news="news-list"] .news-list-ul-out #zxdtId, *[data-news="news-list"] .news-list-ul-out #aqyjId{
				height: 120px;
				margin-bottom: 20px;
			}
			*[data-news="news-list"] .news-list-ul-out li:nth-of-type(2)::after, *[data-news="news-list"] .news-list-ul-out li:nth-of-type(3)::after{
				height: 0px;
			}
			
			*[data-news="news-list"] .news-list-ul-out li,*[data-news="news-list"] .news-list-ul-out li:nth-of-type(2), *[data-news="news-list"] .news-list-ul-out li:nth-of-type(3){
				padding-left: 0px !important;
				padding-right: 0px !important;
			}
		}
		