/* 整个滚动条的样式 */
::-webkit-scrollbar {
    width: 12px; /* 滚动条的宽度 */
    height: 12px; /* 滚动条的高度 */
}

/* 滚动条轨道的样式 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道的背景色 */
    border-radius: 10px;
}

/* 滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
    background: #888; /* 滑块的背景色 */
    border-radius: 10px;
}

/* 滑块在 hover 状态时的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 滚动条两端按钮的样式 */
::-webkit-scrollbar-button {
    background: #555;
    display: none; /* 隐藏滚动条按钮 */
}


.title-content {
	margin-top: 49px;
	text-align: center;
}

.title-content h2 {
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

.title-content>p {
	font-size: 18px;
	text-align: center;
}

.title-content ul {
	margin-top: 80px;
	/* background-color: brown; */
	display: inline-block;
	margin-top: 50px;

}

.title-content ul li {
	margin-left: 35px;
	width: 140px;
	/* background-color: aquamarine; */
}

.title-content ul li:hover {
	color: #007aff;
}

.title-content ul li:hover img {
	margin-top: -60px;
}

.title-content ul li img {
	width: 64px;
	height: 64px;
	/* margin-bottom: 10px; */
	transition: margin .5s ease;
}

.center-banner {
	background-color: #f5f6f8;
	height: 420px;
}

/* 组件样式 */
.demonstration {
	color: var(--el-text-color-secondary);
}

.bottomList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottomList li {
    position: relative; /* 确保伪元素相对于列表项定位 */
    display: inline-block; /* 确保列表项宽度适应内容 */
    padding: 10px; /* 适当的内边距 */
    cursor: pointer; /* 鼠标悬停时显示为可点击 */
}

.bottomList li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%; /* 从中间开始 */
    width: 0;
    height: 3px; /* 边框高度 */
    background-color: #337dff;
    transition: width .2s ease-in-out, left .2s ease-in-out; /* 设置两秒的过渡效果 */
    transform: translateX(-50%); /* 确保伪元素从中间展开 */
}

.bottomList li.list-bottom::before {
    width: 100%; /* 展开到整个列表项的宽度 */
    left: 0; /* 移动到列表项的左侧 */
    transform: none; /* 去掉 transform */
}


table {
	width: 1200px;
	margin: 20px auto;
	height: 90%;
	border-collapse: collapse;
	border-spacing: 9px;
}

table tr td {
	width: 288px;
	background-color: #fff;
	padding-left: 20px;
	position: relative;
	padding: 15px 30px;
}

table tr td:hover{
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 8%), -8px -8px 20px 0 #fafbfd;
}

.banner-swiper{
	width:1200px;
	height: 457px;
	margin: 45px auto 0 auto;
}

.banner-swiper > div{
	float:left;
}

.banner-swiper .left-product{
	width: 290px;
	background: url(/web/shiwais2/assets/img/index/cc87372.png) no-repeat 100%, linear-gradient(315deg, #e9edf4, #fff);
	border: 1px solid #fff;
	height: 301px;
	margin-top: 7px;
	margin-right: -4px;
	
}

.banner-swiper .left-product img{
	width: 64%;
    height: 84%;
    margin-top: -38px;
    float: right;
}

.banner-swiper .left-product p{
	font-size: 24px;
	margin: 51px 0px 0px 50px;
}

.banner-swiper .right-product{
    width:887px;
	height:100%;
	margin-left: 8px;
}

.banner-swiper .right-product ul li:hover{
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}

.banner-swiper .right-product ul li:hover .special_title_active{
	color:#337dff;
}

.banner-swiper .right-product ul li .chanpin-href:hover .tips{
    color:#6e6e6e;
}

.banner-swiper .right-product ul li .chanpin-href .tips{
	color:#6e6e6e;
}

.banner-swiper .right-product ul li{
	background-color: #fff;
	position: relative;
}

.banner-swiper .right-product ul li .banner-hot{
	width:57px;
	position: absolute;
	right:-2px;
	top:-3px;
}

.word {
	display: inline-block;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    color: #aaa;
    font-weight: 400;
    border-radius: 2px;
    font-size: 12px;
}

.banner-swiper .right-product .xuangou{
	/* position: absolute;
    bottom: 19px;
    right: 23px; */
    width: 88px;
    height: 28px;
    background: #337dff;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(51, 125, 255, .3);
    box-shadow: 2px 2px 8px 0 rgba(51, 125, 255, .3);
    border-radius: 2px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #337dff;
    font-size: 12px;
    cursor: pointer;
	line-height: 28px;
	float:right;
	margin-top: -32px;
}

.banner-swiper .right-product ul li{
	width: 290px;
	margin-top: 7px;
    height: 147px;
	/* background-color: #007aff; */
	padding: 30px 24px 19px;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
	margin-left: 3px;
}

.banner-swiper .right-product ul li p .special_title_active{
	font-size: 18px;
    font-weight: 500;
    color: #181818;
}

.banner-swiper .right-product ul li p .special_discount{
	display: inline-block;
    margin-left: 14px;
    background: #ffeceb;
    border-radius: 1px;
    color: #f04134;
    font-size: 12px;
    padding: 0 5px;
}

.left-big-title {
	vertical-align: top;
	padding-top: 30px;
	font-size: 24px;
	background-size: 67% 100%;
	background-repeat: no-repeat;
	background-position: right top;
}

.td-big-title {
	font-size: 16px;
    font-weight: 700;
	transition: all .3s ease;
}

td:hover .td-big-title{
	color: #337dff;
}

.td-small-title {
	font-size: 14px;
	color: #6e6e6e;
}

.bottom-button {
	background-color: transparent;
	font-size: 12px;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	color: #aaa;
}

.hot-type {
	color: #f04134 !important;
	background: #ffeceb;
	font-size: 12px;
	padding: 3px 6px;
}

.hot-type:hover{
	color: #f04134 !important;
}

.hot-img {
	position: absolute;
	width: 57px;
	height: 57px;
	top: -2px;
	right: -2px;
}

.td-bg {
	background: url(/web/shiwais2/assets/img/index/list/9a6505e.jpg) no-repeat;
	background-size: 100% 100%;
	padding:15px 30px;
	font-size: 16px;
}

.cloud-shichang{
	background-image: url('/web/shiwais2/assets/img/index/card-background-1-new-.jpg');
	height: 165.8px;
	box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
	padding: 0 0 0 0;
	/* box-shadow: none; */
    transition: box-shadow 0.2s ease;
}

.cloud-shichang-box{
	transition: box-shadow 0.2s ease;
    height: 100%;
    margin-top: 10px;
    padding: 27px 29px 0 30px;
}

.cloud-shichang-box:hover{
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 8%), inset -114px -8px 20px 0 #fafbfd;
}

.button-xuangou {
	position: absolute;
	bottom: 12px;
	right: 23px;
	width: 88px;
	height: 28px;
	background: #337dff;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(51, 125, 255, .3);
	box-shadow: 2px 2px 8px 0 rgba(51, 125, 255, .3);
	border-radius: 2px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #337dff;
	font-size: 12px;
	cursor: pointer;
}

.company {
	height: 560px;
	padding: 30px 0;
	background-image: url('/web/shiwais2/assets/img/index/list/bannerlist.png');
	background-size: cover;
}

.company h2 {
	text-align: center;
	font-weight: 700;
}

.p-small-title {
	text-align: center;
	font-size: 16px;
}

.company .cloud-market {
	height: 310px;
	border-spacing: 10px;
}

/* .company .cloud-market tr td{
  height: ;
} */
.company .cloud-market .changjing {
	font-size: 13px;
	padding-left: 20px;

}

.company .cloud-market .changjing:last-child {

	margin-top: 10px;
}

.tuijian {
	position: relative;
}

.company .cloud-market .tuijian span,
.zixun {
	font-size: 13px;
	background-color: #337dff;
	padding: 6px 10px;
	color: #fff;
	border-radius: 3px;
}

.header-phone{
	/*width: 100%;*/
    height: 70px;
    background-color: #fff;
    display: block;
    position: relative;
    display: block;
    transition: all 1s ease, opacity 1s ease;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInU;
    animation-name: slideInU;
    /* overflow-y: hidden;*/
    box-shadow: 0 2px 8px rgba(8, 20, 49, .1);
}

#header-nav:hover{
    color:#1A63FF;
}

.resolve1 {
	background-image: url('/web/shiwais2/assets/img/index/list/banner_pc_0a760ec2-6c84900530954489.jpg');
	background-size: cover;
	/* 背景图片铺满容器 */
	background-position: center;
	background-repeat: no-repeat;
	/* 禁止背景图片重复 */
	transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 1;
	/* 设置背景图像的过渡效果 */
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;

}


.Lhome3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: background-image 1s ease-in-out, opacity 1s ease-in-out;
	opacity: 1;
}

.Lhome3 .fadeInUp {
	width: 1200px;
	height: 489px;
	background-color: rgba(255, 255, 255, 0);
	margin: 0 auto;
	border-radius: 6px;
	position: relative;
	margin-top: 28px;
}

.Lhome3 .fadeInUp .fadeInUp-left,
.Lhome3 .fadeInUp .fadeInUp-right {
	width: 283px;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
}

.Lhome3 .fadeInUp .fadeInUp-center {
	position: absolute;
	left: 284px;
	width: 631.5px;
	height: 100%;
	background-color: rgba(255, 255, 255, .1);
}

.Lhome3 .fadeInUp .fadeInUp-left {
	position: absolute;
	left: 0;
}


.Lhome3 .fadeInUp .fadeInUp-left ul,
.Lhome3 .fadeInUp .fadeInUp-left li {
	display: block;
}

.Lhome3 .fadeInUp .fadeInUp-right {
	position: absolute;
	right: 0;
	color: #fff;
}

.Lhome3 .fadeInUp .fadeInUp-left ul {
	margin-top: 42px;
	position: relative;
}

.Lhome3 .fadeInUp .fadeInUp-left ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	font-size: 16px;
	margin: 6px 9px;
	border-radius: 4px;
	transition: background-color .5s ease;
	float: left;
	z-index: 999;
	width: 94%;
	color: #fff;
}

.Lhome3 .fadeInUp .fadeInUp-left ul li:hover {
	/* background-color: #007aff; */
}

.active {
	/* background-color: #007aff; */
	    color: #007aff !important;
}

.change-img {
	padding: 48px 53px 44px 53px;
	color: #fff;
}

.change-img img {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
}

.change-img ul li {
	text-align: center;
	margin-left: 18px;
}

.change-img .zixun {
	background-color: #2A6FFF;
	color: #fff;
	border: none;
	padding: 10px 23px;
}

.change-img .xiangqing {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 8px 23px;
	border-radius: 3px;
}

.fadeInUp-right {
	text-align: center;
	font-size: 16px;
	padding-top: 80px;
}

.qrcode {
	display: inline-block;
	width: 200px;
	height: 200px;
	margin: 6px;
	/* opacity: 0.7; */
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden;
	/* line-height: 200px; */
}

.logo,
.qr {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease; /* 添加过渡效果 */
	width:100%;
}

.logo {
    opacity: 1; /* 默认显示 */
    z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}

.qr {
    opacity: 0; /* 默认隐藏 */
    transform: scale(1); /* 初始大小 */
    z-index: 0;
}

.qrcode:hover .logo {
    opacity: 0; 
}

.qrcode:hover .qr {
    opacity: 1;
    transform: scale(1.0);
}

.qrcode:hover{
	transform: scale(1.1);
}

/* .qrcode img:first-child {
	width: 95%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.qrcode img:last-child {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
} */

.youshi {
	width: 60px;
	height: 60px;
}

.practice ul {
	display: inline-block;
	margin-top: 70px;
	margin-left: 120px;

}

.practice ul li {
	position: relative;
	margin-left: 180px;
}

.practice ul li img {
	position: absolute;
	top: 17px;
	left: -70px;
}

.map-list {
	width: 1188px;
	height: 164px;
	box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 8%), inset 0px 3px 6px 1px rgb(0 0 0 / 1%);
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 10px;
}

.map-list img {
	width: 112px;
	height: 80px;
	margin-top: 4px;
	transition: all .5s;
}

.map-list li {
	width: 179px;
	margin-left: 15px;
	text-align: center;
	color: #8f8f94;
	font-size: 14px;
	margin-top: 8px;
}

.map-list li:hover {
	width: 179px;
	height: 150px;
	/* margin-top: 7px; */
	/* padding-top: 8px; */
	box-shadow: 1px 0px 15px 2px rgb(38 102 209 / 0%), 0px 0px 19px 0px #337dff61;
	border-radius: 15px;
}

/* .section ul li:hover img{
  margin-top: -20px;
  transition: all .5s;
} */

/* .qr,
.logo {
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
}

.logo {
	visibility: visible;
} */

.map-position {
	position: relative;
}

.map-position .city {
	position: absolute;
	background-image: url('/web/shiwais2/assets/img/index/banner/i-city.png');
	width: 16px;
	height: 19px;
}

.map-position .city1 {
	right: 290px;
	top: 170px;
}

.map-position .city2 {
	right: 320px;
	top: 200px;
}

.map-position .city3 {
	right: 340px;
	top: 220px;
}

.map-position .city4 {
	right: 340px;
	top: 180px;
}

.map-position .city5 {
	right: 281px;
	top: 243px;
}

.map-position .city6 {
	right: 234px;
	top: 203px;
}

.map-position .city7 {
	right: 255px;
	top: 164px;
}

.map-position .city8 {
	right: 311px;
	top: 232px;
}

.map-position .city .dot {
	background: #3598fe;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: relative;
	transform: rotateX(45deg);
	animation: scaleFn 2s linear infinite;
	margin-top: 20px;
	margin-left: 4px;
}

.map-position .city .dot:before {
	position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(53, 152, 254, 0.2);
    top: -4px;
    left: -4px;
}

.map-position .city .dot:after {
	position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(53, 152, 254, 0.07);
    top: -7px;
    left: -7px;
}

@keyframes scaleFn {
	0% {
		transform: rotateX(45deg) scale(1);
	}

	50% {
		transform: rotateX(45deg) scale(1.5);
	}

	100% {
		transform: rotateX(45deg) scale(1);
	}
}

/* 滚动的合作伙伴展示 */
.swiper-img {
	height: auto;
	/* margin-top: 80px; */
	position: relative;
	width:99.4vw;
}

.swiper-img .swiper-img-header p:first-child {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-top: 55px;
}

.swiper-img .swiper-img-header p:last-child {
	font-size: 16px;
	font-weight: 400;
	color: #575d6c;
	text-align: center;
}

.swiper-img .swiper-img-banner {
	width: 1400px;
	height: 100%;
	/* background-color: #f04134; */
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.swiper-img-content {
	height: 106px;
	display: flex;
	/* animation: marquee 15s linear infinite; */
}

.swiper-img-content1,
.swiper-img-content3,
.swiper-img-content5 {
	animation: marquee 35s linear infinite;
}

.swiper-img-content2,
.swiper-img-content4,
.swiper-img-content6 {
	animation: marquee 40s linear infinite;
}

.swiper-img-content img {
	height: 106px;
}

@keyframes marquee {
	0% {
		transform: translateX(-2000px);
	}

	100% {
		transform: translateX(0);
	}
}

.swiper-img .zhe1,
.swiper-img .zhe2 {
	width: 360px;
	height: 620px;
	position: absolute;
	z-index: 999;
}

.swiper-img .zhe2 {
	transform: rotate(180deg);
	right: 0;
	top: 0;
}

/* 世外云新闻动态 */
.shiwais-news {
	height: auto;
	padding: 55px 0;
	background-image: url('/web/shiwais2/assets/img/index/banner/news/bg.jpg');
	background-size: cover;
}

.shiwais-news>p:first-child {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.shiwais-news>p:last-child {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.news-content {
	width: 1300px;
	height: auto;
	/* background-color: #3598fe; */
	margin: 10px auto;
}

.news-content>div {
	width: 409px;
	height: auto;
	background: #ffffff50;
	backdrop-filter: blur(6px);
	box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 8%), inset 0px 3px 6px 1px rgb(0 0 0 / 1%);
	border-radius: 5px;
	border: 1px solid #fff;
	margin-bottom: 30px;
}

.news-content>div>div {
	width: 90%;
	height: 46px;
	margin: 0 auto;
	display: flex;
	border-bottom: 1px solid #ddd;
	justify-content: space-between;
}

.news-content>div>div>p {
	line-height: 46px;
}

.news-content>div>div>p:first-child {
	font-size: 18px;
	font-weight: 700;
}

.news-content>div>div>p:last-child {
	font-size: 14px;
	color: #4b72fd;
}

.xuangou {
	height: 160px;
	background-image: url('/web/shiwais2/assets/img/index/banner/news/xuangpu.jpg');
	background-size: cover;
	overflow: hidden;
	text-align: center;
}

.xuangou p {
    color: #000;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px
}

.xuangou button {
	border: none;
	background-color: #337dff;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

.swiper-pc-img {
	width: 100%;
}

.swiper-pc-title {
	width: 1400px;
	position: absolute;
	top: 109px;
	left: 52%;
	transform: translateX(-50%);
}

.swiper-pc-title p:first-child {
	font-size: 48px;
	color: #333;
}

.swiper-pc-title p:nth-child(2) {
	font-size: 18px;
	color: #333;
	margin: 22px 0;
}

.swiper-pc-title p:last-child button {
	margin-top: 15px;
	font-size: 16px;
	width: 120px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	display: block;
	color: #fff;
	border-radius: 3px;
	background: rgb(51, 125, 255);
	border: none;
}

.banner-phone,
.practice-phone,
.title-content-phone,
.company-phone,
.section-phone,
.six-list,
.map-phone,
.section-full,
.join-shiwai,
.footer-phone,
.phone-header,
.swiper-top {
	display: none;
}

.header-phone{
	display: none;
}

.productItem {
    display: block;
    width: 270px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 120px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 6%);
    transition: all .25s ease;
}
.nav-icon {
    margin-right: 10px;
}
.productItem:hover .shiwais2-heaprobox-tit {
    color: #337dff;
    transition: all .25s ease;
}
.productItem:hover .shiwais2-heaprobox-desc {
    color: #337dff;
    transition: all .25s ease;
}
#productDisplay {
    width: 900px;
}
.shiwais2-heaprobox-tit {
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.shiwais2-heaprobox-desc {
    color: #6e6e6e;
    font-weight: 400;
    font-size: 14px;
	margin-bottom: 6px;
}
.shiwais2-heaprobox-tips {
    padding: 1px 5px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    font-weight: 400;
    color: #aaa;
    line-height: 18px;
    font-size: 12px;
    margin-right: 8px;
    cursor: pointer;
}















@media (max-width: 750px) {

	.header-phone{
		display: block;
	}
	.swiper {
		display: none;
	}
    .Lhome3{
		display: none;
	}
	.fadeInUp-right{
		display: none;
	}
	.swiper-pc {
		display: none !important;
	}

	#pc {
		display: none;
	}

	.banner-cont {
		height: 30vh;
	}

	.banner-item:last-child {
		display: none;
	}

	.banner-item {
		display: none;
	}

	.banner-phone {
		display: flex;
        position: relative;
        top: -26vw;
        z-index: 9;
        justify-content: center;
	}

	.center-block {
		height: 100%;
	}

	.swiper-content p:first-child,
	.swiper-slide p:first-child {
		margin-bottom: 7px;
        font-size: 5.4vw !important;
        text-align: center;
        line-height: 8.53333vw;
        font-weight: 600;
        color: #181818;
        margin-top: 13px;
	}
.lbt-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 29.26667vw;
    background: linear-gradient(0deg, #f4f5f8, #f4f5f8eb 50%, rgba(244, 245, 248, 0));
}
.lbt-title-p1-p2 {
    font-weight: 500!important;
    text-align: center;
    font-size: 3vw!important;
    line-height: 3vw;
    padding-top: 1vw;
    color: #555;
}
	.banner-phone-list {
		width: 27vw;
		height: 21vw;
		margin-left: 2vw;
		text-align: center;
		font-size: 4vw;
		background: hsla(0, 0%, 100%, .9);
		box-shadow: 0 .53333vw 2.13333vw 0 rgba(0, 0, 0, .1);
		border-radius: 10px;
	}

	.banner-phone-list img {
		width: 19vw;
		height: 14vw;
	}

	.title-content {
		display: none;
	}

	.title-content-phone,
	.section-phone {
		display: block;
		/* margin-top: -50px; */
		overflow: hidden;
	}

	.title-content-phone {
		margin-top: -20vw;
	}

	.title-content-phone p:first-child {
		font-size: 18px;
		text-align: center;
		font-weight: 700;
	}

	.title-content-phone p:last-child {
		text-align: center;
	}

	.center-banner {
		display: none;
	}

	.title-content-phone span {
		padding-left: 6vw;
		font-size: 4.26667vw;
	}

	.title-content-bottom {
		background-color: #f4f4f5;
		/* margin-top: 2vh; */
		overflow: hidden;
	}

	.title-content-bottom div {
		width: 90vw;
		height: 28vw;
		margin-bottom: 3vw;
		overflow: hidden;
		background-color: #2A6FFF;
		border-radius: 4px;
		background-image: url('/web/shiwais2/assets/img/index/list/drop/9a6505e.jpg');
		background-size: cover;
		margin: 3vw auto;
		padding-left: 2vw;
	}

	.title-content-bottom div p {
		text-align: left !important;
		font-size: 4vw !important;
		padding: 2vw 0 0 2vw;
	}

	.title-content-bottom div p span {
		background-color: #ffeceb;
		padding: 3px 8px;
		color: #f04134;
		font-size: 12px;
	}

	.title-content-bottom div p:nth-child(2) {
		margin-top: -3.5vw;
	}

	.title-content-bottom div p:nth-child(3) {
		margin-top: -3.5vw;
	}

	.title-content-bottom div p:nth-child(3) button {
		border: 1px solid #e3e3e3;
		background-color: rgba(255, 255, 255, 0);
		border-radius: .53333vw;
		margin-right: 3vw;
		font-size: 3.2vw !important;
		padding: 1vw 2vw;
	}

	.title-content-bottom div p img:first-child {
		width: 5vw;
		height: 5vw;
	}

	.title-content-bottom1 {
		position: relative;
	}

	.title-content-bottom1>img {
		position: absolute;
		right: -2px;
		top: -3px;
		width: 10vw;
		height: 10vw;
	}

	.company {
		display: none;
	}

	.company-phone {
		display: block;
		text-align: center;
		padding-top: 10vw;
		background-color: #f4f4f5;
		padding-bottom: 25px;
	}

    .company-phone p:first-child{
        font-size: 18px;
    }

	.company-phone p:last-child {
		font-size: 3vw;
	}

	.section-bg,
	.practice,
	.section-base,
	.swiper-img,
	.shiwais-news,
	.banner-list,
	.nav-shadow,
	.xuangou {
		display: none !important;
	}

	.company-phone-banner {
		width: 90%;
		height: 30vw;
		background-image: url('/web/shiwais2/assets/img/index/img_app_background.eb3d35fb.png');
		margin: 10px auto;
		background-size: cover;
		text-align: left;
        padding: 8.53333vw 4.26667vw;
	}

	.company-phone-banner span {
		font-size: 4.26667vw;
	}

	.company-phone-banner span:last-child {
		font-size: 3.2vw;
	}

	.company-phone-content {
		width: 90%;
		height: 21vw;
		margin-top: 3vw !important;
		/* background-color: #595f6e; */
		margin: 0 auto;
	}

	.company-phone-content ul {
		display: flex;
		justify-content: space-between;
	}

	.company-phone-content ul li {
		width: 28vw;
		height: 21.33333vw;
		background-color: #fff;
		box-shadow: 0 .53333vw 2.13333vw 0 rgba(0, 0, 0, .09);
		border-radius: 4px;
        font-size: 3.73333vw;
	}

	.company-phone-content ul li img {
		width: 80%;
		height: 58px;
	}

	.section-phone {
		width: 100%;
		height: 88vw;
		background-image: linear-gradient(360deg, rgba(66, 76, 95, 0.37) 0%, rgba(31, 37, 49, 0.8) 100%), url(/web/shiwais2/assets/img/index/wangzhan.jpg);
        background-position: center center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
	}

	.consulting button {
		padding: 6px 26px;
	}

	.section-phone>p:first-child {
		color: #fff;
		text-align: center;
		margin-top: 3vw;
		font-size: 4.4vw;
		font-weight: 700;
	}

	.section-phone>p:nth-child(2) {
		text-align: center;
		color: rgb(0, 243, 255);
	}

	.section-phone ul {
		margin-left: 0vw;
	}

	.section-phone ul li {
		color: #fff;
		margin-left: 3vw;
		margin-right: 3vw;
	}

	.active-phone {
		border-bottom: 2px solid #5694ff;
		color: #5694ff !important;
	}

	.section-phone .programme-title {
		font-size: 5.33333vw;
		color: #fff;
		font-weight: 700;
		margin-top: 6vw;
	}

	.custom-carousel .el-carousel__indicator {
		display: none;
	  }

	.section-phone p {
		margin-left: 3vw;
	}

	.section-phone .programme-content {
		font-size: 3.5vw;
		color: #fff;
		line-height: 1.9em;
		padding-right: 25px;
	}

	.practice-phone {
		width: 70vw;
		width: 100%;
		display: block;
		overflow: hidden;
		background-color: #f6f7f8;
		background-image: url('/web/shiwais2/assets/img/index/phoneLmg20.png');
		background-repeat: no-repeat;
		background-size: 100% 70%;
		background-position: bottom;
	}

	.practice-phone p:first-child {
		text-align: center;
		font-size: 4vw;
		font-weight: 700;
		margin-top: 2.6vw;
	}

	.practice-phone p:nth-child(2) {
		font-size: 3.2vw;
		text-align: center;
		color: #757679;
	}

	.practice-phone-img {
		display: flex;
		justify-content: space-around;
		/* width: 100%; */
		margin-left: 13vw;
	}

	.practice-phone-img p {
		text-align: left !important;

	}

	.practice-phone-img>div>div {
		position: relative;
	}

	.practice-phone-img>div>div>p:nth-child(2) {
		font-size: 23px;
		color: #121933;
		margin-bottom: 0;
	}

	.practice-phone-img img {
		width: 5rem;
		position: absolute;
		left: -52px;
		top: 5px;
	}

	.map-phone {
		height: 85.33333vw;
		position: relative;
		display: block;
	}

	.map-phone>p {
		text-align: center;
	}

	.map-phone>p:first-child {
		font-size: 4vw;
		font-weight: bold;
	}

	.map-phone>p:nth-child(2) {
		font-size: 3vw;
	}

	.map-phone>div {
		width: 100%;
		height: 65.33333vw;
		background-image: url('/web/shiwais2/assets/img/index/mapBg.76bf89ec.png');
		background-size: cover;
		display: flex;
		justify-content: space-evenly;
	}

	.map-phone>div>div>p {
		text-align: center;
	}

	.map-phone>div>div>p:first-child {
		color: #337dff;
		font-size: 8.53333vw;
	}

	.six-list {
		background-color: #fff;
		width: 90%;
		height: 61vw;
		position: absolute;
		display: block;
		left: 50%;
		margin-top: -30vw;
		transform: translateX(-50%);
		border-radius: 3px;
		box-shadow: 0 .53333vw 2.66667vw 0 rgba(0, 0, 0, .1);
	}

	.six-list>div {
		display: flex;
		justify-content: space-evenly;
	}

	.six-list>div>div {
		width: 30%;
		font-weight: normal;
		text-align: center;
		margin-top: 10px;
		height: 30vw;
		font-size: 2.93333vw;
	}

	.six-list>div>div>img {
		width: 20vw;
	}

	.section-full {
		height: 468px;
		margin-top: 48vw;
		display: block;
		overflow: hidden;
		/* text-align: center; */
	}

	.section-full p:first-child {
		text-align: center;
		font-size: 4.8vw;
		font-weight: 700;
	}

	.section-full p:nth-child(2) {
		text-align: center;
		font-size: 3.3vw;
	}

	.swiper-img-banner-phone {
		width: 1400px;
		height: 57vh;
		/* background-color: #f04134; */
		margin: 0 auto;
		overflow: hidden;
	}

	.swiper-img-content-phone {
		height: 65px;
		display: flex;
		/* animation: marquee 15s linear infinite; */
	}

	.swiper-img-content1-phone,
	.swiper-img-content3-phone,
	.swiper-img-content5-phone {
		animation: marquee 35s linear infinite;
	}

	.swiper-img-content2-phone,
	.swiper-img-content4-phone,
	.swiper-img-content6-phone {
		animation: marquee 40s linear infinite;
	}

	.swiper-img-content-phone img {
		height: 65px;
	}

	@keyframes marquee {
		0% {
			transform: translateX(-2000px);
		}

		100% {
			transform: translateX(0);
		}
	}

	.join-shiwai {
		display: block;
		width: 100%;
		height: 35vw;
		background-color: #4b72fd;
		background-image: url('/web/shiwais2/assets/img/index/bg.d0106ea5.png');
		background-size: cover;
		padding-left: 5vw;
		padding-top: 6vw;
		margin-top: -10vw;
	}

	.join-shiwai p:first-child {
		font-size: 4.899999vw;
		font-weight: 700;
        color: #000;
	}

	.join-shiwai p button {
		border: 1px solid #337dff;
		padding: 2.3vw 8vw;
		margin-top: 16px;
		background-color: #fff;
		color: #337dff;
	}

	.footer-phone {
		display: block;
		width: 100%;
		height: 86vw;
		background-color: #262626;
		padding-top: 5vw;
	}

	.footer-phone p:first-child {
		color: #6e6e6e;
		font-size: 3.8vw;
		text-align: center;
	}

	.footer-phone ul:nth-child(2) {
		display: flex;
		justify-content: space-evenly;
		border-bottom: 1px solid #3c3c3c;
		padding-bottom: 3.5vw;
		margin-bottom: 3.5vw;
	}

	.footer-phone ul:nth-child(3) {
		display: flex;
		/* margin: 0 auto; */
		justify-content: space-evenly;
	}

	.footer-phone ul:nth-child(3) li {
		border-right: 2px solid #fff;
	}

	.footer-phone ul:nth-child(3) li:last-child {
		border: none;
	}

	.footer-phone ul li {
		color: #fff;
		margin-left: 4vw;
		padding-right: 4vw;
	}

	.footer-phone button {
		border: none;
		background-color: #337dff;
		padding: 2vw 14vw;
		margin: 0 auto;
		border-radius: 2px;
		color: #fff;
	}

	.footer-phone p {
		text-align: center;
		color: #fff;
		font-size: 3.5vw;
	}

	.footer-phone p span:first-child {
		color: #ffb100;
	}

	.footer-phone p span:first-child img {
		width: 14px;
		height: 14px;
		margin-top: -3px;
	}

	.swiper-top img {
		width: 100%;
		height: 100%;
	}

	.el-carousel__indicators {
		position: absolute;
		top: 82%;
		/* Adjust this value to move the indicators up */
		left: 50%;

		transform: translateX(-50%);
		z-index: 100;
		/* Ensure it's above the carousel content */

	}

	.el-carousel__button {
		background-color: #ccc !important;
		width: 8px !important;
		height: 8px !important;
		border-radius: 10px;
	}

	.is-active .el-carousel__button {
		width: 22px !important;
		background-color: #337dff !important;
	}

	.masking-swiper {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 44.26667vw;
		z-index: 99;
		background: linear-gradient(0deg, #f4f5f8, #f4f5f8 50%, rgba(244, 245, 248, 0));
	}

	.masking-swiper {
		text-align: center;
	}

	.masking-swiper p:first-child {
		font-size: 6.4vw;
		font-weight: 700;
	}

	.masking-swiper p:last-child {
		color: #555;
		font-size: 3.73333vw;
	}

	.el-collapse-item__arrow {
		margin-right: 30px !important;
	}

	.swiper-top {
		display: block;
	}

	/* .banner{
        display: block;
    } */
	.shiwai-kefu {
		position: fixed;
		right: 20px;
		bottom: 100px;
		z-index: 1110;
	}

	.shiwai-kefu .shiwaimeau {
		width: 50px;
		height: 119px;
		position: relative;
		background: linear-gradient(151.47deg, #fff 37.17%, #f9f9f9 70.62%);
		border-radius: 50px;
		box-shadow: 0 8px 18px 1.44px rgb(0 0 0 / 10%);
	}

	.shiwai-kefu .shiwaimeau .qq,
	.shiwai-kefu .shiwaimeau .wx,
	.shiwai-kefu .shiwaimeau .mobile {
		height: 30%;
		/* background-color: #121933; */
	}

	.shiwai-kefu .shiwaimeau .qq,
	.shiwai-kefu .shiwaimeau .wx,
	.shiwai-kefu .shiwaimeau .mobile {
		background-repeat: no-repeat;
		background-position: center;
		border-bottom: 1px solid #ccc;
		width: 70%;
		margin: 0px auto;
	}

	.shiwai-kefu .shiwaimeau .qq {
		background-image: url('/web/shiwais2/assets/img/index/QQ-a750b983a490b308.png');
	}

	.shiwai-kefu .shiwaimeau .wx {
		background-image: url('/web/shiwais2/assets/img/index/-.png');
	}

	.shiwai-kefu .shiwaimeau .mobile {
		background-image: url('/web/shiwais2/assets/img/index/-91d19e96f75732f9.png');
		border-bottom: none;
	}

	.shiwai-kefu .return-top{
		width:49px;
		height:49px;
		background: #fff;
		box-shadow: 0 8px 18px 1.44px rgb(0 0 0 / 10%);
		border-radius: 50%;
		margin-top: 10px;
		display: none;
		/* background-position: -287px 7px;
        background-size: 356px 352px; */
	}

	.shiwai-kefu .return-top img{
		width: 36px;
        margin: 0 auto;
        display: block;
        padding-top: 8px;
	}
}

.dropdown-product-search {
	margin-top: 0;
	position: relative;
	padding: 0;
	width: auto;
}

.search-box-top {
	/* margin-top: 10px; */
	/* padding: 14px 10px 0 20px; */
	position: relative;
	width: 200px;
	transition: all .3s ease;
}

.dropdown-product-search .dropdown-search-ipt {
	border: 1px solid #e7e7e7;
	outline: 0;
	background: #fff;
	height: 40px;
	width: 100%;
	padding: 2px 28px;
	box-sizing: border-box;
	font-size: 12px;
}

/* .shiwaifixe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: white;
} */

.dropdown-product-search .dropdown-search-icon {
	position: absolute;
	top: 11px;
	left: 7px;
	width: 18px;
	height: 18px;
	color: #9a9a9a00;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48bWFzayBpZD0iYiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2IpIiBzdHJva2U9IiM4QzhDOEMiIHN0cm9rZS13aWR0aD0iMS41Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIGQ9Ik0xMC40MTcgMTEuMDk4bDIuNDA0IDIuNDA0Ii8+PGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI1Ljc1Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
	background-size: cover;
}

.shiwaifont {
	font-family: shiwaifont !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .1px;
	-moz-osx-font-smoothing: grayscale;
}

.dropdown-product-search .dropdown-search-clear {
	position: absolute;
	top: 27px;
	right: 20px;
	width: 14px;
	height: 14px;
	line-height: 13px;
	text-align: center;
	background: #ccc;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	cursor: pointer;
}

.dropdown-search-clear,
.search-result-box-top {
	display: none;
}

.search-result-box-top {
	position: absolute;
	top: 58px;
	left: 20px;
	padding-top: 12px;
	width: 170px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(38, 38, 38, .1);
	z-index: 20;
	overflow: auto;
	max-height: 330px;
	transition: all .3s;
}

.result-list ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 34px;
	font: 14px;
	color: #262626;
}

.search-box-top:hover {
	width: 300px;
	transition: all .3s ease;
}

.shiwais-search {
	width: 174px;
	height: 40px;
	line-height: 32px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	vertical-align: middle;
	border: 1px solid #1A63FF;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.anniu {
    color: #1A63FF !important;
}

.swiper-imgs {
    height: 100%;
}

.shiwais-search a {
	display: block;
	color: #1A63FF;
	padding: 4px;
	height: 32px;
}

.shiwais-search a .hc-bg {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 42px;
	height: 37px;
	background: linear-gradient(90deg, #1A63FF 0, #0cd1e5 100%);
	border-radius: 20px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	transition: all .4s ease;
}

.shiwais-search a i {
	position: relative;
	vertical-align: top;
	display: inline-block;
	/* padding: 8px; */
	width: 39px;
	height: 39px;
	margin-right: 16px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	bottom: 3px;
	left: 5px;
}

.shiwais-search a .hc-txt1 {
	position: absolute;
	top: 2px;
	left: 62px;
	right: 0;
	opacity: 0;
	color: #fff;
	transition: all .2s ease .2s;
}

.shiwais-search a span {
	vertical-align: top;
	display: inline-block;
	z-index: 2;
}

.shiwais-search a .hc-txt2 {
	position: relative;
	opacity: 1;
	transition: all .2s ease .2s;
	top: -2px;
	
}

.shiwais-search a i img {
	vertical-align: top;
	width: 100%;
	height: 93%;
}

.shiwais-search a:hover {
	color: #fff !important;
}

.shiwais-search a:hover .hc-bg {
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 30px);
	border-radius: 20px;
}
.shiwai-kefu{
	display: none;
}
@media (max-width: 750px) {
	* {
		padding: 0;
		margin: 0;
	}

	.shiwai-kefu{
		display: block;
		height: 178px;
		z-index: 99999;
	}

	.nav-menu {
		display: none;
	}
	.float-consult,
	.nav-right {
		display: block;
	}

	.shiwaimeau2{
		display: none !important;
	}
	.float-consult {
		top: 597px;
	}
	.suspension-item:hover .suspension-detail-outer {
		width: 219px;
	}
	.suspension-detail {
		width: 203px !important;
	}

	.section-content {
		height: 70px;
		width: 100vw;
	}

	#logos {
		height: 45px;
		width: 125px;
	}

	#index {
		width: 100%;
		height: 100%;
	}
}

html,
body {
	position: relative;
	height: 100%;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper {
	margin: 0 auto;
	width: 100%;
	height: 450px;
}

.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.swiper-slide:nth-child(1n) {
	/* background-color: rgb(206, 17, 17); */
}

.swiper-slide:nth-child(2n) {
	/* background-color: rgb(0, 140, 255); */
}

.swiper-slide:nth-child(3n) {
	/* background-color: rgb(10, 184, 111); */
}

.swiper-slide:nth-child(4n) {
	/* background-color: rgb(211, 122, 7); */
}

.td-bg:hover {
	z-index: 1;
    /* background: #fafbfd; */
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 8%), -8px -8px 20px 0 #fafbfd;
    border-color: transparent;
}

/* .cloud-shichang:hover{
	box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 8%), inset -114px -8px 20px 0 #fafbfd;
} */

.el-carousel__container {
	transition: height 1s ease;
}

.float-consult {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 111;
	height: 357px;
}

.float-consult>ul {
	position: relative
}

.float-consult>ul>li {
	width: 50px;
	height: 50px;
	margin: 10px 0 5px
}
.hr {
    background: #b0b0b0;
    width: 29px;
    height: 1px;
    display: block;
    /* position: absolute; */
    left: 50%;
    bottom: 0;
    transform: translateX(37%);
}
.float-consult .cloumn {
	float: right;
    width: 48px;
    height: 39px;
    text-align: center;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.float-consult .cloumn:before {
	content: "";
	width: 26px;
	height: 26px;
	display: block;
	margin: 11px auto 2px;
	background: url(./img/side-menu.png-v=2.png) no-repeat
}
.shiwaimeau {
	height: 132px;
    position: relative;
    background: linear-gradient(151.47deg,#fff 37.17%,#f9f9f9 70.62%);
    border-radius: 50px;
    box-shadow: 0 8px 18px 1.44px rgb(0 0 0 / 10%);
	width: 48px;
}
.shiwaimeau2 {
    height: 150px;
    margin-top: 10px;
    position: relative;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 8px 18px 1.44px rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49px;
}
.shiwaimeau2bg {
    position: absolute;
    top: 15%;
    left: 5px;
    width: 39px;
    height: 39px;
    background: linear-gradient( 180deg, #1A63FF 0, #0cd1e5 100%);
    border-radius: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: all .4s ease;
}
.shiwaia {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shiwaimspan {
    font-weight: 600;
    display: inline-block;
    line-height: 16px;
    width: 15px;
    color: #1A63FF;
    margin-top: 5px;
    z-index: 2;
    transition: all .2s ease .2s;
}
.shiwaia:hover .shiwaimeau2bg {
    left: 3px;
    width: calc(100% + -6px);
    height: calc(100% + -6px);
    border-radius: 25px;
    top: 75px;
    background: linear-gradient(180deg, #1A63FF 0, #0cd1e5 100%);
}
.shiwaia:hover .shiwaimspan {
    color: #fff;
    transition: all .2s ease .2s;
}
.float-consult .cs1:before {
	background-position: 1px 0
}

.float-consult .cs2:before {
	background-position: -27px 0
}

.float-consult .cs3:before {
	background-position: -56px 0
}

.float-consult .cs4:before {
	background-position: -85px 0
}

.float-consult .cs5:before {
	background-position: -116px 0
}

.float-consult .cs6:before {
	background-position: -145px 0
}

.float-consult .cs7:before {
	background-position: -176px 0
}

.float-consult .cs8:before {
	background-position: -206px 0
}

.float-consult .cs9:before {
	background-position: -95px -86px
}

.shiwaifixess {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-name: slideInDown;
		animation-name: slideInDown;
		background-color: white;
		box-shadow: 0 2px 8px rgba(8, 20, 49, .1);
	}

.float-consult .ewm {
	display: none;
	position: absolute;
	bottom: -5px;
	right: 69px;
	z-index: 111;
	background: #fff;
	width: 128px;
	height: 128px;
	border: 1px solid #059fff
}

.float-consult .ewm:after {
	content: "";
	width: 5px;
	height: 8px;
	display: block;
	position: absolute;
	right: -5px;
	top: 30px;
	background: url(../../images/public/ico/ico2.png) left center no-repeat
}

.float-consult .ewm img {
	display: block;
	width: 118px;
	height: 118px;
	margin: 5px
}

.float-consult .service {
	display: none;
	position: absolute;
	top: 240px;
	right: 70px;
	font-size: 16px;
	color: #fff;
	width: 210px;
	background: #059fff;
	text-align: center;
	line-height: 25px;
	padding: 18px 0
}

.float-consult .service:after {
	content: "";
	position: absolute;
	right: -5px;
	top: 26px;
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	vertical-align: middle;
	border: 5px dashed transparent;
	border-left-style: solid;
	border-left-color: #059fff;
	border-right-width: 0
}

.float-consult .consult {
	display: none;
	border: 1px solid #eee;
	width: 323px;
	background: #fff;
	position: absolute;
	right: 70px;
	top: 10px
}

.float-consult .consult:before {
	content: "";
	display: block;
	width: 6px;
	height: 10px;
	position: absolute;
	right: -5px;
	background: url(../../images/public/ico/ico4.png) center no-repeat
}

.float-consult .consult h2 {
	font-size: 20px;
	padding: 13px 20px 13px;
	margin: 0 0 15px;
	border-bottom: 1px dashed #ddd
}

.float-consult .consult h2 span {
	color: #999;
	font-size: 14px;
	margin-left: 15px
}

.float-consult .list {
	border-bottom: 1px dashed #eee;
	padding: 0 20px 15px
}

.float-consult .tip {
	font-size: 12px;
	overflow: hidden
}

.float-consult .tip h5 {
	color: #ff8a00;
	font-size: 14px;
	margin: 0 0 5px
}

.float-consult .tip p {
	color: #666;
	line-height: 20px
}

.float-consult .tip span {
	font-weight: 600
}

.float-consult .item {
	height: 38px;
	border: 1px solid #eee;
	position: relative;
	padding-left: 140px;
	text-align: center;
	min-height: 38px;
	margin: 0 0 15px
}

.float-consult .item em {
	display: block;
	width: 139px;
	height: 38px;
	line-height: 38px;
	background: #fafafa;
	position: absolute;
	left: 0;
	top: 0;
	color: #666
}

.float-consult .item .ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	margin: 9px 10px 0;
	vertical-align: middle;
	cursor: pointer;
	background: url(../../images/public/side-menu.png) no-repeat
}

.float-consult .item img {
	display: block;
	width: 89px;
	height: 89px
}

.float-consult .item .card {
	display: none;
	position: absolute;
	bottom: -98px;
	left: -37px;
	z-index: 111;
	background: #fff;
	width: 89px;
	height: 89px;
	border: 1px solid #059fff
}

.float-consult .item .card:before {
	content: "";
	width: 9px;
	height: 6px;
	display: block;
	position: absolute;
	left: 41px;
	top: -6px;
	background: url(../../images/public/ico/ico3.png) center bottom no-repeat
}

.float-consult .preale3 .card {
	top: -98px
}

.float-consult .preale3 .card:before {
	top: 89px;
	background: url(../../images/public/ico/ico3-1.png) center bottom no-repeat
}

.float-consult .preale4 .card {
	top: -98px
}

.float-consult .preale4 .card:before {
	top: 89px;
	background: url(../../images/public/ico/ico3-1.png) center bottom no-repeat
}

.float-consult .item .phone {
	display: none;
	position: absolute;
	top: 40px;
	left: -65px;
	font-size: 16px;
	z-index: 111;
	color: #fff;
	width: 150px;
	background: #059fff;
	text-align: center;
	line-height: 25px;
	padding: 7px 0
}

.float-consult .item .phone:after {
	content: "";
	position: absolute;
	left: 70px;
	top: -5px;
	display: inline-block;
	width: 0;
	height: 0;
	line-height: 0;
	vertical-align: middle;
	border: 5px dashed transparent;
	border-bottom-style: solid;
	border-bottom-color: #059fff;
	border-top-width: 0
}

.float-consult .preale4 .phone {
	bottom: 33px
}

.float-consult .preale4 .phone:after {
	bottom: -5px;
	top: auto;
	border-top-width: thick;
	border-bottom-style: none;
	border-top-style: solid;
	border-top-color: #059fff;
	border-bottom-width: 0
}

.float-consult .list .qq {
	background-position: 0 -60px
}

.float-consult .list .wx {
	background-position: -22px -60px
}

.float-consult .list .tel {
	background-position: -50px -60px
}

.float-consult .list .qq:hover {
	background-position: -71px -60px
}

.float-consult .list .wx:hover {
	background-position: -94px -60px
}

.float-consult .list .tel:hover {
	background-position: -120px -60px
}

.float-consult .other {
	clear: both;
	padding: 20px 20px 10px;
	overflow: hidden
}

.float-consult .other h3 {
	color: #059fff;
	font-size: 14px;
	margin: 0 0 10px
}

.float-consult .other a {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 20px
}

.float-consult .other a:hover {
	color: #059fff
}

.float-consult .preale:before {
	top: 75px
}

.float-consult .aftersale:before {
	top: 192px
}

.float-consult .beian:before {
	top: 252px
}

.float-consult li:hover .cloumn {
	color: #059fff;
}

.float-consult li:hover .cs1:before {
	background-position: 1px -30px
}

.float-consult li:hover .cs2:before {
	background-position: -27px -28px
}

.float-consult li:hover .cs3:before {
	background-position: -56px -28px
}

.float-consult li:hover .cs4:before {
	background-position: -85px -28px
}

.float-consult li:hover .cs5:before {
	background-position: -116px -28px
}

.float-consult li:hover .cs6:before {
	background-position: -145px -28px
}

.float-consult li:hover .cs7:before {
	background-position: -176px -27px
}

.float-consult li:hover .cs8:before {
	background-position: -206px -27px
}

.float-consult li:hover .cs9:before {
	background-position: -128px -86px
}

.float-consult .cart:hover a {
	color: #ff8a00;
	border: 1px solid #ff8a00
}

.float-consult .cartActive a {
	border: 1px solid #ff8a00;
	color: #ff8a00
}

.float-consult .cartActive .cs7:before {
	background-position: -176px -27px
}

.float-consult .cartActive em {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: -10px;
	border-radius: 100%;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	background: #ff8a00
}

.suspension-item {
	position: relative;
    display: block;
    width: 50px;
    height: 39px;
    background-color: #fff0; 
    background-repeat: no-repeat;
    background-position: center 5px;
}

.suspension-item:hover {
	color: #059fff;
	border-color: #059fff
}

.suspension-item.qq {
	background-image: url('/web/shiwais2/assets/img/index/QQ-a750b983a490b308.png')
}

/* .suspension-item.qq:hover {
	background-image: url(../img/shiwai/QQ-a750b983a490b308.png)
} */

.suspension-item.wechat {
	background-image: url('/web/shiwais2/assets/img/index/-.png')
}

/* .suspension-item.wechat:hover {
	background-image: url(../img/shiwai/-.png)
} */

.suspension-item.tel {
	background-image: url('/web/shiwais2/assets/img/index/-91d19e96f75732f9.png')
}

/* .suspension-item.tel:hover {
	background-image: url(../img/shiwai/-91d19e96f75732f9.png)
} */

.suspension-detail-outer {
	/*display: none;*/
	position: absolute;
	top: -60%;
	right: 50px;
	width: 340px;
	opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: opacity .4s, -webkit-transform .3s ease-out;
    transition: opacity .4s, -webkit-transform .3s ease-out;
    transition: opacity .4s, transform .3s ease-out;
    transition: opacity .4s, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.suspension-detail {
	position: relative;
	width: 325px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.suspension-detail img {
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    
}
.suspension-detail:after {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-left-color: #fff;
	right: -12px;
	top: 50%;
	margin-top: -6px
}

.suspension-detail-title {
	color: #666;
	font-size: 14px;
	height: 14px;
	text-align: left
}

.suspension-detail-list li {
	/*float: left;*/
	width: 142px;
	margin-top: 18px;
	height: 20px;
	line-height: 20px
}

.suspension-detail-list li a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	background: no-repeat left center;
	font-size: 14px;
	text-align: left;
	color: #999
}

.suspension-detail-list li a:hover {
	color: #059fff
}

li.icon-consult a {
	background-image: url('/web/shiwais2/assets/img/index/icon_suspension_consult.png')
}

li.icon-small-tel a {
	background-image: url('/web/shiwais2/assets/img/index/icon_suspension_tel_orange.png')
}

.suspension-item:hover .suspension-detail-outer {
	/*display: block;*/
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.wechat .suspension-detail-outer {
	left: auto;
	width: 133px;
	top: -105%
}

.wechat .suspension-detail {
	width: 118px;
	height: 118px;
	padding: 0
}

.tel .suspension-detail-outer {
	width: 235px;
	top: -80%;
}

.tel .suspension-detail {
	width: 220px
}

.Lhome3 {
    position: relative;
	height: 694px;
}
.shiwais2-jjfapcbg {
    position: absolute;
    height: 694px!important;
}
.shiwais2-jjfapctit {
    margin: 0;
    padding-top: 50px;
}
#wrapperbg{
	transition: opacity 0.5s ease;
}

#wrapperbg img{
	height: 694px;
	width: 100%;
}

.back-top {
    transition: .3s all linear;
    visibility: hidden;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 18px 1.44px rgb(0 0 0 / 10%);
	display: none;
}

.back-top img{
	width:30px;
	display: block;
	margin: 0 auto;
	padding-top: 11px;
	
}
.shiwais2-content{
	width: 90%;
	margin: 0 auto;
	height: 40px;
    line-height: 40px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shiwais2-content:hover {
	color: #1a63ff;
}

.shiwais2-content a:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #666;
    display: inline-block;
    vertical-align: 3px;
    margin-left: 2px;
    margin-right: 8px;
}
.section-content-title{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
.section-content-title:nth-child(2){
	font-size: 16px;
	font-weight: 100;
}

img.shop-type-img {
	width: 31px;
}
.bBox{
	background-color: #007aff;
	position: absolute;
	top:0;
	width: 95%;
	z-index: 0 !important;
	transition: top .5s ease !important;
}
.swiper-container {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.swiper-slide {
	text-align: left;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}
.lbt-title {
	width: 1220px;
	margin: 0 auto;
	color: #000;
}
.lbt-title-p1 {
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 20px;
}
.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.banitems {
	display: flex;
	width: 19%;
	background: #ffffff66;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 2px 8px #0000001a;
	height: 85px;
	align-items: center;
	transition: all .2s;
}

.banitems img {
	width: 66px;
	margin: 15px 15px 0 0;
}
.lbt-title-p1-p2 {
	font-weight: 600;
}
.shiwais2-swlbmob {
	display: none;
}
.banner-s2announce {
    background-image: url(/web/shiwais2/assets/img/announce/s2-announce.png);
}
.banner-s2document {
    background-image: url(/web/shiwais2/assets/img/games/banner.jpg);
}
.document-announce .announce .announce-head a.active, .document-announce .announce .announce-head a:hover {
    background: rgb(51 125 255)!important;
    color: #fff!important;
}
.jr-page .pagination .page-number.active {
    color: #fff!important;
    border: 1px solid rgb(51 125 255)!important;
    background: rgb(51 125 255)!important;
}
.jr-page .pagination .page-number:hover {
    background: rgb(51 125 255)!important;
    color: #fff !important;
}
.input-search input {
    border: 1px solid #2591fe!important;
}
.input-search .search-btn {
    background: rgb(39 143 254)!important;
}
@media (max-width: 750px) {
	.shiwais2-swlbpc {
		display: none;
	}
	.shiwais2-swlbmob {
		display: block;
	}
	.shiwais2-container {
		height: 106.66667vw;
	}
	.slide-inner {
		height: 88.66667vw;
	}
    .shiwais2-wzhea {
	    height: auto!important;
	}
    .banner-s2announce {
        height: 260px;
    }
    .shiwais2-gfggmob {
        padding: 60px 30px!important;
    }
    .document-announce .announce {
        padding: 0px!important;
        background: #fff;
    }
    .announce-details {
        background: #fff;
        padding: 25px!important;
        overflow-x: scroll;
    }
    .banner-s2document {
        height: 260px;
    }
    .shiwais2-input-search {
        display: none;
    }

    

}