.wp{max-width:1440px; margin:0 auto;}

*{font-family:'Urbanist SourceHanSansCN-Normal';box-sizing: border-box;}

.dan_hang {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 头部 */

#web_head_btn{position: fixed;width: 1440px;height: 110px;
	z-index: 100;left: 50%;transform: translateX(-50%);top: 30px;
}

#web_head_btn .con{display: flex;justify-content: space-between;align-items: center;
	height: 110px;padding: 0 46px;padding-right: 10px;
}

#web_head_btn .logo{width: 70px;}
#web_head_btn .logo img{width: 100%;vertical-align: middle;}
#web_head_btn .right .btn{display: inline-block;margin-left: 60px;cursor: pointer;
	position: relative;
}
#web_head_btn .right .btn img{width: 80px;vertical-align: middle;}

#web_head_btn .right .btn:after {
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 4px solid #a2bccc;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: menu_circle;
  animation-name: menu_circle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes menu_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}


#web_head_btn .right a{vertical-align: middle;}
#web_head_btn .right a img{width: 32px;height: 32px;vertical-align: middle;
	
}
#web_head_btn .right a{font-size: 32px;color: #fff;}
#web_head_btn .right a em{vertical-align: 0px;margin-left: 8px;}



#web_head{position: fixed;width: 1440px;height: 110px;
	background-color: #fff;border-radius: 50px;z-index: 101;
	left: 50%;transform: translateX(-50%);top: 30px;
	box-shadow: -1px 5px 16px 0px rgba(6,41,53,0.13);display: none;
}
#web_head.nei_web_head{display: block !important;}
#web_head .con{display: flex;justify-content: space-between;align-items: center;
	height: 110px;padding: 0 46px;padding-right: 10px;
}
#web_head .logo{width: 70px;}
#web_head .logo img{width: 100%;vertical-align: middle;}
#web_head .right{}
#web_head .right .item{float: left;position: relative;}
#web_head .right .item>a{padding: 0 28px;font-size: 20px;color: #111928;
	display: block;text-align: center; position: relative;
	transition: transform 0.2s ease;line-height: 120px;
}
#web_head .right .item>a:hover,#web_head .right .item.on>a{color: #1DADF4;}
#web_head .right .item.on>a::before{content: "";
	display: block;position: absolute;
	width: 40px;height: 4px;
	background-color: #1DADF4;
	top: 68%;left: 50%;transform: translateX(-50%);
}

#web_head .right .item.seach_item img{width: 30px;vertical-align: middle;}
#web_head .right .item.seach_item em{vertical-align: middle;font-size: 28px;
	color: #111928;margin-left: 20px;
}
#web_head .right .item .dwon{position: absolute;
	background-color: #fff;top: 100%;width: 100%;
	box-shadow:0 0 8px rgba(0, 0, 0,0.2);display: none;
}
#web_head .right .item .dwon a{display: block;height: 44px;
	line-height: 44px;text-align: center;font-size: 18px;color: #333;
}
#web_head .right .item .dwon a:hover{color: #1DADF4;}
#web_head .right .item:hover .dwon{display: block;}


#web_head_mm{
	background-color: #fff;height: 56px;line-height: 54px;padding: 0 10px;position: fixed;
	left: 0;top:0;z-index: 10;border-bottom: 1px solid #ddd;
   width: 100%;display: none;
}
#web_head_mm .logo{text-align: left;}
#web_head_mm img{vertical-align: middle;height: 40px;}
#web_head_mm .open_nav{position: absolute;width: 56px;height: 56px;background-image: url(https://oss.seivio.com/static/default/pc/images/top_icon2.png);
   display: inline-block;vertical-align: middle;background-size: 20px;background-position: center center;background-repeat: no-repeat;cursor: pointer;right: 0px;top:0;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   -moz-user-focus: none;
}
#web_head_mm .open_nav.on{background-image: url(https://oss.seivio.com/static/default/pc/images/top_icon3.png);}
#web_head_mm .right_nav{width: 100%;position: fixed;right: 0;top:0px;z-index: 9;
   bottom: 0;width: 0;overflow: hidden;z-index: 99;
}

#web_head_mm .right_nav .bg{position: absolute;left: 0;top:0;background-color: rgba(0, 0, 0,0);transition:.3s;}
#web_head_mm .right_nav.on .bg{position: absolute;left: 0;top:0;background-color: rgba(0, 0, 0,0.6);transition:.3s;
   width: 100%;height: 100%;
}
#web_head_mm .right_nav.on{width: 100%;}

#web_head_mm .right_nav .nav{position: absolute;height: 100%;width: 0%;right: 0;top:0;background-color: #fff;}

#web_head_mm .right_nav .nav a{display: block;font-size: 16px;color: #333;line-height:60px;
   border-bottom: 1px solid #f0f0f0;height:60px;position: relative;
}
#web_head_mm .right_nav .nav a span{display: inline-block;width: 8px;height: 8px;border-radius: 50%;
   border: 1px solid #cccccc;margin-right:20px;vertical-align: middle;display: none;
}
#web_head_mm .right_nav .nav a img{width: 6px;height: auto;vertical-align: middle;margin-right: 21px;margin-left: 1px;
	display: none;
}
#web_head_mm .right_nav .nav a em{vertical-align: middle;}
#web_head_mm .right_nav .nav .mm_nav_item_down a{padding-left: 20px;
	height: 36px;line-height: 36px;border-bottom:none;font-size: 14px;color: #777;
}
#web_head_mm .right_nav.on .nav{width: 80%;
	-o-transition:.3s;-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;transition:.3s;
	padding-left: 30px;padding-right: 30px;
}

#web_head_mm .right_nav .nav a b{position: absolute;right:0px;top:50%;transform: translateY(-50%);
   font-size: 24px;font-weight: normal;color: #666;display: block;
   width: 50px;height: 60px;text-align: center;
}

/* #web_head_mm .right_nav .nav a.on{background-color: #ebebeb;} */
#web_head_mm .right_nav .nav a.on span{background-color: #666;border: 1px solid #666;}
#web_head_mm .right_nav .nav .mm_nav_item .mm_nav_item_down{display: none;}
#web_head_mm .right_nav .colse{width: 25px;height: 25px;
	position: absolute;left: 20px;top:30px;
	background-image: url(https://oss.seivio.com/static/default/pc/images/top_icon4.png);
	background-size: 100% 100%;
}













#mm_er_nav{display: none;width: 100%;position: relative;}
#mm_er_nav .tit{height: 42px;line-height: 42px;background-color:#fff;padding:0 3%;
   background-image: url(https://oss.seivio.com/static/default/pc/images/up1.png);background-repeat: no-repeat;background-position: right 3% center;
   background-size:  13px auto;
}
#mm_er_nav .tit.on{background-image: url(https://oss.seivio.com/static/default/pc/images/down1.png);}
#mm_er_nav .tit h4{font-size: 14px;color: #333;font-weight: normal;}
#mm_er_nav .down_nav{position: fixed;width: 100%;left: 0;top:100%;background-color: rgba(0, 0, 0,0.1);
  z-index: 999999;bottom: 0;transition:.3s;
}
#mm_er_nav .down_nav.on{top:0px;transition:.3s;}
#mm_er_nav .down_nav .con{position: absolute;left: 0;width: 100%;top:1px;bottom: 50px;padding: 0 20px;
   background-color: #fff;
}
#mm_er_nav .down_nav .con.on{top: 5px;transition:.3s;}
#mm_er_nav .down_nav .con h5{font-size: 16px;color: #333;font-weight: normal;text-align: center;
   padding: 25px 0;
}

#mm_er_nav .down_nav .item{border-bottom: 1px solid #f0f0f0;padding: 5px 0;}
#mm_er_nav .down_nav .item:last-child{border-bottom: none;}
#mm_er_nav .down_nav .item>a{line-height: 30px;font-size: 14px;color: #000;font-weight: bold;}
#mm_er_nav .down_nav .item dt{padding: 5px 0;}
#mm_er_nav .down_nav .item dt>a{font-size: 14px;color: #333;}
#mm_er_nav .down_nav .item dd{padding: 5px 0;}
#mm_er_nav .down_nav .item dd>a{font-size: 13px;color: #333;display: inline-block;}
#mm_er_nav .down_nav .item dd>a img{width: 6px;margin-right: 6px;vertical-align:0px;}
#mm_er_nav .down_nav .colse{background-color: #535353;height: 50px;line-height: 50px;text-align: center;
   cursor: pointer;font-size: 14px;color: #fff;position: absolute;left: 0;width: 100%;bottom: 0;display: none;
}
#mm_er_nav .down_nav.on .colse{display: block;}
.oh{overflow: hidden !important;}


/* 首页 */
.index_banner{width: 100%;overflow: hidden;position: relative;
	 isolation: isolate; /* 创建独立的层叠上下文 */
}
.index_banner img{vertical-align: middle;width: 100%;position: relative;z-index: 1 !important;}
.index_banner .swiper-pagination-bullet{background-color: #fff;opacity: 0.3;}
.index_banner .swiper-pagination-bullet-active{opacity: 1;background-color: #fff;}

#water {
    position: absolute;
    width:25vw;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    z-index: 4;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    opacity: 0.6;
	pointer-events: none;
}


.index_banner .swiper-wrapper {
    position: relative;
    z-index: 3; /* 确保在canvas下面 */
}

.index_banner .txt{position: absolute;z-index: 5;width: 1400px;
	left: 50%;top: 50%;transform: translate(-50%, -50%);
}
.index_banner .txt .con{width: 1080px;z-index: 5;position: relative;}
.index_banner .txt .con h5{font-size: 80px;color: #fff;
	display: block;font-weight: normal;position: relative;z-index: 6;
}
.index_banner .txt .con p{font-size:32px;color: #fff;margin-top:30px;
	display:block;font-style: italic;
}
.index_banner .txt .con span{display: block;margin-top: 160px;font-size: 32px;color: #fff;cursor: pointer;}
.index_banner .txt .con span img{width: 34px;vertical-align: middle;
	margin-left: 4px;
}
.index_banner .txt .con span:hover{text-decoration: underline;}


.index_banner .pagination{position: absolute;
	width: 100%;bottom: 25px;left: 0;z-index: 9;
}
.index_banner .swiper-pagination-bullet {
  all: unset; /* 清除所有默认样式 */
  box-sizing: border-box;opacity: 1;
  display: inline-block;margin: 0 8px;
  vertical-align: top;
}

.index_banner .pagination{position: absolute;font-size: 0;
	width: 100%;bottom: 25px !important;left: 0;z-index: 9;text-align: center;
}

.index_banner .pagination .number{display: inline-block;width: 80px;
	border-bottom: 1px solid #fff;font-size: 20px;color: #fff;
	margin: 0 !important;position: relative;
}
.index_banner .pagination .kedu{width: 80px;
	display: flex;justify-content: space-between;
	 align-items: flex-end;
}
.index_banner .pagination .kedu span{display:block;
	width: 2px;height: 26px;background-color: #fff;
}
.index_banner .pagination .kedu span:first-child{height: 38px;}
.index_banner .pagination .kedu span:nth-child(5){height: 38px;}
.index_banner .pagination .kedu span:last-child{height: 38px;}
.index_banner .pagination .number .kedu span.none{width: 0;}
.index_banner .pagination .number:last-child .kedu span.none{width: 2px;}

.index_banner .pagination .number:last-child .kedu span{display: none;}
.index_banner .pagination .number:last-child .kedu span:first-child{display: block;}
.index_banner .pagination .number:last-child .kedu{width: 2px;}
.index_banner .pagination .number:last-child{width: 2px;}
.index_banner .pagination .number em{position: absolute;
	left: 0;top: 0;transform: translate(-50%,-105%);opacity: 0.5;
}
.index_banner .pagination .number.swiper-pagination-bullet-active em{opacity: 1;}

.index_about{padding: 120px 0;position: relative;}

.index_about .bg_txt{position: absolute;
	width: 1440px;left: 50%;transform: translateX(-50%);font-size: 230px;
	color: #3D3D3D;opacity: 0.04;font-weight: bold;
	line-height: 1;top:186px;z-index: 0;
}
.index_about .tit {text-align: right;}
.index_about .tit h3{font-size: 88px;color: #111928;font-weight: normal;width: 540px;display: inline-block;
	text-align: left;
}
.index_about .tit p{font-size: 42px;color: #999;width: 540px;
	text-align: left;display: inline-block;
}
.index_about .top{ align-items: center;position: relative;z-index: 2;
	display: flex;justify-content: space-between;
}
.index_about .top .left{width: 45%;text-align: right;overflow: hidden;}
.index_about .top .left img{width: 430px;vertical-align: middle;
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
}
.index_about .top .left img:hover{transform: scale(1.1);}

/* .about_concept_three .three_list .item .con:hover .pic img{transform: scale(1.1);} */
.index_about .top .right{width: 55%;padding-left: 80px;}
.index_about .top .right p{font-size: 24px;color: #111928;
	line-height: 1.8;
}
.index_about .top .right .more{float: right;font-size: 24px;color: #111928;
	margin-top: 24px;
}
.index_about .top .right .more:hover{color: #1DADF4;}
.index_about .top .right .more img{width: 28px;vertical-align: middle;
	margin-left: 24px;
}
.index_about .top .right .more em{vertical-align: middle;}
.index_about .bottom{align-items: flex-end;position: relative;z-index: 2;
	display: flex;justify-content: space-between;
}
.index_about .bottom .right{width: 55%;overflow: hidden;}
.index_about .bottom .right img{width: 100%;vertical-align: middle;transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.index_about .bottom .right img:hover{transform: scale(1.1);}
.index_about .bottom .left{width: 45%;padding-bottom: 70px;}
.index_about .bottom .left p{text-align: right;padding-right: 83px;font-size: 28px;color: #999;}

.index_good{padding: 100px 0;background-color: #F6F7F7;}
.index_good .tit{position: relative;height: 160px;
	line-height: 160px;
}
.index_good .tit h4{font-size: 80px;color: #111928;font-weight: normal;position: relative;z-index: 2;}
.index_good .tit span{position: absolute;z-index: 1;color: #3D3D3D;font-size: 160px;
	opacity: 0.06;font-weight: bold;left: 0;top: 50%;transform: translateY(-50%);
	line-height: 1;
}
.index_good .list{overflow: hidden;margin-top: 120px;width: 100%;}
.index_good .item{width: 20%;float: left;cursor: pointer;position: relative;}
.index_good .item .pic{aspect-ratio: 288 / 630;position: relative;}

.index_good .item .pic img{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;vertical-align: middle;object-fit: contain; 
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transform-origin: center center;
}
.index_good .item .pic h4{position: absolute;font-size: 32px;color: #fff;font-weight: normal;
	top: 130px;left: 30px;
}
.index_good .item.on{width: 40%;position: relative;}
.index_good .item.on .pic{width: 50%;}
.index_good .item .txt{position: absolute;width: 0;
	top: 0;left: 50%;height: 100%;background-color: #17BCF7;
	padding:66px 0px; transition: width 0.3s ease;
	overflow: hidden;box-sizing: border-box;
}
.index_good .item.on .txt{width: 50%;padding:66px 30px;}
.index_good .item .txt img{width: 50px;vertical-align: middle;}
.index_good .item .txt h4{font-size: 32px;color: #fff;font-weight: normal;
	margin-top: 20px;
}
.index_good .item .txt p{font-size: 20px;color: #fff;
	line-height: 1.8;margin-top: 18px;
}
.index_good .item .txt span{display: block;
	left: 30px;right: 30px;position: absolute;
	bottom: 100px;font-size: 32px;color: #fff;
}
.index_good .item .txt span em{display: inline-block;width: 100px;
	height: 2px;background-color: #fff;vertical-align: middle;margin-left: 15px;
}
.index_question{padding: 100px 0;}
.index_question .tit{position: relative;height: 160px;
	line-height: 160px;text-align: center;
}
.index_question .tit h4{font-size: 80px;color: #111928;font-weight: normal;position: relative;z-index: 2;}
.index_question .tit span{position: absolute;z-index: 1;color: #3D3D3D;font-size: 160px;
	opacity: 0.06;font-weight: bold;left: 0;top: 50%;transform: translateY(-50%);
	line-height: 1;text-align: center;width: 100%;
}
.index_question .list{overflow: hidden;margin-left: -45px;margin-top: 40px;
	padding-top: 10px;padding-bottom: 10px;
}
.index_question .list .item{padding-left: 45px;float: left;width: 33.3333%;
	margin-top: 30px;
}
.index_question .list .item .con{background-color: #F6F7F7;padding: 30px;
	cursor: pointer;border-radius: 8px;
}
.index_question .list .title{padding-left: 74px;position: relative;}
.index_question .list .title img{width: 56px;vertical-align: middle;position: absolute;
	left: 0;top: 50%;transform: translateY(-50%);
}
.index_question .list .title span{display: block;line-height: 56px;font-size: 26px;color: #151619;}

.index_question .list .txt{padding-left: 74px;position: relative;
	margin-top: 55px;
}
.index_question .list .txt img.icon{width: 56px;vertical-align: middle;position: absolute;
	left: 0;top: 0;
}
.index_question .list .txt p{font-size: 20px;color: #666;line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;  /* 限制最多显示5行 */
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_question .list .more{margin-top: 20px;}
.index_question .list .more img{width: 42px;vertical-align: middle;}
.index_question .list .more{font-size: 22px;color: #333;}
.index_question .list .item .con:hover{box-shadow: 0 0 8px rgba(0, 0, 0,0.2);}
.index_question .list .item .con:hover .title span{color: #1DADF4;}
.index_question .list .more:hover{color: #1DADF4;}


/* 底部 */
#web_food{background-color: #EEF0F1;padding-top: 41px;}
#web_food .nav{display: flex;justify-content: space-between;height: 70px;
	 align-items: center;
}
#web_food .nav .logo img{width: 70px;vertical-align: middle;}
#web_food .nav .link_con{}
#web_food .nav .link_con a{margin-left: 60px;font-size: 20px;color: #171616;}
#web_food .nav .link_con a:hover{color: #1DADF4;}
#web_food .tel{display: flex;justify-content: space-between;
	 align-items: center;margin-top: 90px;
}


@font-face {
    font-display: swap;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 300;
    src: url(https://oss.seivio.com/static/default/pc/font/Urbanist-Light.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 300;
    src: url(https://oss.seivio.com/static/default/pc/font/pc.ttf) format("truetype");
}


#web_food .tel .one{}
#web_food .tel .one span{font-size: 20px;color: #171616;display: block;}
#web_food .tel .one b{font-size: 36px;color: #171616;margin-top: 10px;display: block;
	font-family: 'Urbanist';
}
#web_food .tel .two{margin-top: 40px;
	display: flex;justify-content: space-between;
		 align-items: center;width: 690px;
}
#web_food .tel .two span{font-size: 16px;color: #171616;}
#web_food .tel .two p{font-size: 16px;color: #171616;
	margin-top: 8px;font-family: 'Urbanist';
}#web_food .tel .two p b{font-family: 'Urbanist';}
#web_food .tel .three{margin-top: 40px;}
#web_food .tel .three span{font-size: 16px;color: #333;
	
}
#web_food .tel .three p{font-size: 16px;color: #171616;margin-top: 8px;}
#web_food .right{display: flex;justify-content: space-between;
	align-items: center;
}
#web_food .right.mm_right{display: none;}
#web_food .right .item{margin-left: 44px;cursor: pointer;position: relative;}
#web_food .right .item img{width: 56px;vertical-align: middle;}

#web_food .right .item .ewm{position: absolute;width: 120px;
	left: 50%;transform: translate(-50%,-102%);
	top: 0;display: none;border-radius: 5px;overflow: hidden;
}
#web_food .right .item:hover .ewm{display: block;}
#web_food .right .item .ewm img{width: 100%;vertical-align: middle;}





#web_food .copy{background-color: #D0D6DC;margin-top: 51px;}
#web_food .copy .wp{height: 98px;
	display: flex;justify-content: space-between;
		align-items: center;
}
#web_food .copy .left{font-size: 16px;color: #171616;}
#web_food .copy .right img{width: 20px;vertical-align: middle;}
#web_food .copy .right a{font-size: 16px;color: #171616;vertical-align: middle;}
#web_food .copy .right em{font-size: 16px;color: #171616;margin: 0 8px;}


/* 关于我们 */
.nei_banner{position: relative;}
.nei_banner img{width: 100%;vertical-align: middle;}


.about_us{padding: 60px 0;}
.about_us .info{align-items: center;display: flex;justify-content: space-between;}
.about_us .info .left{width: 50%;}
.about_us .info .left h4{font-size: 32px;color: #000;font-weight: normal;}
.about_us .info .left p{font-size: 17px;color: #666;
	line-height: 1.8;margin-top: 20px;
}
.about_us .info .left p b{color: #333;}
.about_us .info .right{width: 45%;}
.about_us .info .right img{width: 100%;vertical-align: middle;border-radius: 10px;}

.about_us .icon_tit{margin-top: 60px;text-align: center;}
.about_us .icon_tit h4{font-size: 32px;color: #000;font-weight: normal;}

.about_us .icon_tit p{font-size: 17px;color: #666;
	line-height: 1.8;margin-top: 20px;
}

.about_us .icon_item{overflow: hidden;margin-left: -30px;margin-top: 30px;}
.about_us .icon_item .item{width: 25%;float: left;padding-left: 30px;}
.about_us .icon_item .item .con{background-color: #edeff1;border-radius: 10px;
	cursor: pointer;
}
.about_us .icon_item .item .con .pic{height: 175px;text-align: center;
	display: flex;justify-content: center;align-items: center;
}
.about_us .icon_item .item .con .pic p{font-size: 20px;color: #333;font-weight: bold;}
.about_us .icon_item .item.on{width: 50%;}
.about_us .icon_item .item.on .con{background-image: linear-gradient(to right, #1DADF4, #b12f9b);}

.about_us .icon_item .item .pic2{height: 175px;display: none;
	overflow: hidden;padding: 0 30px;
}
.about_us .icon_item .item .pic2 .icon{float: left;margin-top: 5px;}
.about_us .icon_item .item .pic2 .txt{float: left;}
.about_us .icon_item .item .pic2 h6{font-size: 20px;color: #fff;}
.about_us .icon_item .item .pic2 p{font-size: 16px;color: #fff;margin-top: 12px;}
.about_us .icon_item .item .pic2 img{width: 50px;vertical-align: middle;}
.about_us .icon_item .item.on .pic2{display: block;
	display: flex;align-items: center;
}
.about_us .icon_item .item.on .pic{display: none;}

.about_us .cheng_list{margin-left: -30px;
	margin-top: 30px;overflow: hidden;padding-bottom: 10px;
}
.about_us .cheng_list .item{width: 33.333%;padding-left: 30px;
	float: left;
}
.about_us .cheng_list .item .con{background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0,0.2);border-radius: 8px;
	overflow: hidden;
}
.about_us .cheng_list .item .con .pic{aspect-ratio: 5 / 3;overflow: hidden;position: relative;}

.about_us .cheng_list .item .con .pic img{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;vertical-align: middle;object-fit: cover; 
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transform-origin: center center;
}
.about_us .cheng_list .item .con:hover .pic img{transform: scale(1.1);}
.about_us .cheng_list .item .txt{padding: 16px 20px;}
.about_us .cheng_list .item .txt h4{font-size: 20px;color: #333;}
.about_us .cheng_list .item .txt p{font-size: 16px;margin-top: 12px;
	color: #666;
}



.home_now_cur{border-bottom: 1px solid #ebebeb;}
.home_now_cur .con{display: flex;justify-content: space-between;
	 align-items: center;padding: 14px 0;
}
.home_now_cur .con .left{position: relative;}
.home_now_cur .con .left .icon{position: absolute;left: 0;
	top: 45%;transform: translateY(-50%);display: none;
}
.home_now_cur .con .left .icon img{width: 18px;vertical-align: middle;}
.home_now_cur .con .left navigator{display: inline-block;
	vertical-align: middle;
}
.home_now_cur .con .left span{font-size: 14px;vertical-align: middle;
	color: #999;
}
.home_now_cur .con .left navigator span:hover{color: #005bac;}
.home_now_cur .con .left em{font-size: 14px;color: #999;display: inline-block;
	vertical-align: middle;margin: 0 10px;
}
.home_now_cur .con .right{height: 36px;}
.home_now_cur .con .right navigator{display: inline-block;}
.home_now_cur .con .right span{display: inline-block;
	text-align: center;height: 36px;line-height: 36px;margin-left: 20px;
	border-radius: 50px;font-size: 14px;color: #999;cursor: pointer;
	position: relative;overflow: hidden;
	padding: 0 30px;
}
.home_now_cur .con .right em{position: absolute;
	display: block;width: 0;left: 0;top: 0;
	height: 100%;z-index: -1;
	background-image: linear-gradient(to right, #4096d6, #4096d6);
	transition: all .3s;
}
.home_now_cur .con .right span.on,
.home_now_cur .con .right span:hover
{color: #fff;}
.home_now_cur .con .right span.on em,
.home_now_cur .con .right span:hover em
{width: 100%;
transition: all .3s;
}


.CC_210804 {
	margin-top: 40px;
}

.tit_210814 h4 {
	font-size: 26px;
	color: #333 !important;
	position: relative;
	padding-left: 12px;
}

.tit_210814 span {
	display: block;
	position: absolute;
	left: 0;
	width: 5px;
	height: 24px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #1DADF4;
}

.CC_210804 .top h4 {
	font-size: 28px;
	color: #1DADF4;
	margin-top: 40px;
}



.CC_210804 .top p {font-size: 20px;color: #999;line-height: 2;margin-top: 22px;}
.bb210804 {
background-color: #EFEFEF;
padding: 50px 0;
margin-top: 80px;
}
.bb210804 .n_title p{color: #fff;}
.about_con {
	padding-bottom: 60px;
	padding-top: 60px;
}
.bb210804 .list{margin-top: 30px;}
.bb210804 .item {overflow: hidden;padding: 30px 0;}

.bb210804 .item .text {
width: 40%;
float: left;
padding-right: 60px;
}

.bb210804 .item .pic {
width: 60%;
float: right;
}

.bb210804 .item .pic img {
width: 100%;
}

.bb210804 .item .text h4 {
font-size: 24px;
}

.bb210804 .item .text h5 {font-size: 20px;color: #333;margin-top: 8px;color: #1DADF4;}

.bb210804 .item .text p {font-size: 16px;color: #999;margin-top: 10px;}

.bb210804 .item .text .txt {
margin-top: 60px;
}

.bb210804 .item.item2 .text {
width: 40%;
float: right;
padding-left: 60px;
padding-right: 0;
}

.bb210804 .item.item2 .pic {
width: 60%;
float: left;
}


.n_title{text-align: center;line-height: 1;}
.n_title p{font-size: 50px;color: #f0f0f0;}
.n_title h4{font-size: 32px;color: #333;margin-top: -16px;font-weight: normal;}

.about_concept_three{padding-top: 60px;}



.about_concept_three .three_list{margin-left: -20px;
	margin-top: 40px;overflow: hidden;padding-bottom: 10px;
}
.about_concept_three .three_list .item{width: 25%;padding-left: 20px;
	float: left;
}
.about_concept_three .three_list .item .con{background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0,0.2);border-radius: 8px;
	overflow: hidden;
}
.about_concept_three .three_list .item .con .pic{aspect-ratio: 5 / 4;overflow: hidden;position: relative;}

.about_concept_three .three_list .item .con .pic img{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;vertical-align: middle;object-fit: cover; 
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transform-origin: center center;
}
.about_concept_three .three_list .item .con:hover .pic img{transform: scale(1.1);}
.about_concept_three .three_list .item .txt{padding: 16px 20px;}
.about_concept_three .three_list .item .txt h4{font-size: 20px;color: #333;}
.about_concept_three .three_list .item .txt p{font-size: 14px;margin-top: 12px;
	color: #666;height: 42px;
}

.culture_mass{margin-top: 30px;
	background-size: cover;padding-top: 210px;
	padding-bottom: 45px;padding-left: 40px;padding-right: 40px;
	border-radius: 8px;
}
.culture_mass img{width: 100%;vertical-align: middle;}
.culture_mass h4{font-size: 22px;color: #fff;margin-bottom: 18px;}
.culture_mass p{font-size: 16px;color: #fff;line-height: 2;}


.about_dingwei{margin-left: -30px;
	margin-top: 40px;overflow: hidden;padding-bottom: 10px;
}
.about_dingwei .item{width:50%;padding-left: 30px;
	float: left;
}
.about_dingwei .item .con{background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0,0.2);border-radius: 8px;
	overflow: hidden;
}
.about_dingwei .item .con .pic{aspect-ratio: 5 / 3;overflow: hidden;position: relative;}

.about_dingwei .item .con .pic img{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;vertical-align: middle;object-fit: cover; 
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transform-origin: center center;
}
.about_dingwei .item .con:hover .pic img{transform: scale(1.1);}
.about_dingwei .item .txt{padding: 16px 20px;}
.about_dingwei .item .txt h4{font-size: 20px;color: #333;}
.about_dingwei .item .txt p{font-size: 14px;margin-top: 12px;
	color: #666;height: 42px;
}



.bb2108042 {
	background-color: #fff;
	padding: 50px 0;
}

.bb2108042 .list{margin-top: 30px;}
.bb2108042 .item {overflow: hidden;padding: 30px 0;}

.bb2108042 .item .text {
	width:45%;
	float: left;
}

.bb2108042 .item .pic {
	width: 50%;
	float: right;
}

.bb2108042 .item .pic img {
width: 100%;
}

.bb2108042 .item .text h4 {
font-size: 24px;
}

.bb2108042 .item .text h5 {font-size: 20px;color: #333;margin-top: 8px;color: #1DADF4;}

.bb2108042 .item .text p {font-size: 16px;color: #999;margin-top: 10px;}

.bb2108042 .item .text .txt {margin-top: 100px;}

.bb2108042 .item.item2 .text {width: 45%;float: right;padding-right: 0;}

.bb2108042 .item.item2 .pic {width: 50%;float: left;}

.about_concept_three2{padding-top: 0;}



.web_product{padding: 60px 0;background-color: #fff;}



.web_icon_list{margin-top: 50px;border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
}
.web_icon_list .item{width: 25%;float: left;text-align: center;padding: 30px 0;
	cursor: pointer;position: relative;
}
.web_icon_list .item.on,
.web_icon_list .item:hover{background-color: #f5f6f7;}

.web_icon_list .item p{line-height: 1;font-size: 20px;color: #000;font-weight: bold;}
.web_icon_list .item:hover p,.web_icon_list .item.on p{color: #1DADF4;}


.web_icon_list .item .wb_bg1{position: absolute;left: 0;bottom: 0;height: 4px;
	transition: all .6s; background-image: linear-gradient(to right, #1DADF4, #b12f9b);
}
.web_icon_list .item.on .wb_bg1,
.web_icon_list .item:hover .wb_bg1{width: 100%;transition: all .6s;}

.web_icon_list .item .icon{width: 48px;height: 48px;display: inline-block;
	background-size: cover;background-position: center;
}




.web_product .index_title{text-align: center;}
.web_product .index_title h3{font-size: 24px;color: #333;}
.web_product .index_title p{font-size: 16px;color: #666;margin-top: 8px;}
.web_product .look{align-items: center;justify-content: space-between;
	margin-top: 60px;display: none;
}
.web_product .look.df{display: flex;}
.web_product .look .left{width: 70%;}
.web_product .look .left h4{font-size: 26px;color: #333;margin-bottom: 30px;}
.web_product .look .left p{font-size: 14px;color: #666;margin-top: 12px;}
.web_product .look .left b{display: block;font-size: 14px;color: #333;margin-top: 60px;}

.web_product .look .left .more{width: 155px;font-size: 12px;color: #fff;
	height: 50px;text-align: center;line-height: 50px;cursor: pointer;
	margin-top: 55px;
}
.web_product .look .left .more:hover{background-image: linear-gradient(to right, #b12f9b, #1DADF4);}
.web_product .look .right{width:28%;}
.web_product .look .right img{border-radius: 10px;vertical-align: middle;
	width: 100%;
}


.use_list{padding: 60px 0;}
.use_list .index_title_con .index_title{display: none;}

.use_list .list{margin-top: 30px;margin-left: -30px;overflow: hidden;
	padding-top: 10px;
}


.use_list .list .item{width: 33.3333%;padding-left: 30px;float: left;
	margin-bottom: 30px;
}
.use_list .list .item .con{background-color: #fff;
	box-shadow:  0 0 8px rgba(0, 0, 0,0.2);padding-top: 10px;
}
.use_list .list .item .pic{padding-top: 64%;position: relative;overflow: hidden;}

.use_list .list .item .pic img{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;vertical-align: middle;object-fit: contain; 
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transform-origin: center center;
}

.use_list .list .item .con:hover .pic img{transform: scale(1.1);}
.use_list .list .item .con:hover{box-shadow:  0 0 8px rgba(0, 0, 0,0.4);}



.use_list .list .item .txt{padding: 24px;}
.use_list .list .item .txt h5{font-size: 22px;color: #333;
	font-weight: normal;overflow: hidden;
    text-overflow: ellipsis;white-space: nowrap;
}

.use_list .list .item .con:hover .txt h5{color: #1DADF4;}

.use_list .list .item .txt p{font-size: 14px;color: #999;line-height: 1.6;height: 45px;
	overflow: hidden;margin-top: 12px;
}
.use_list .list .more{text-align: center;width: 150px;height: 40px;line-height: 38px;
	border: 1px solid #bcbcbc;border-radius: 50px;font-size: 14px;color: #333;
	margin-top: 25px;
}
.use_list .list .con:hover .more{background-image: linear-gradient(to right, #1DADF4, #b12f9b);
	color: #fff;border: 1px solid #fff;
}

.use_list2{padding-top: 0;}

.use_list2 .list .item .txt h5{font-size: 22px;color: #1DADF4;
	font-weight: normal;overflow: hidden;
    text-overflow: ellipsis;white-space: nowrap;
}

.use_list2 .list .item .con:hover .txt h5{color: #1DADF4;}
.use_list2 .list .item .con .txt h6{font-size: 18px;
	margin-top: 8px;color: #333;overflow: hidden;
    text-overflow: ellipsis;white-space: nowrap;
}
.use_list2 .list .item .con:hover .txt h6{color: #1DADF4;text-decoration: underline;}
.use_list2 .list .item .con .btn{ display: flex;justify-content: space-between; align-items: center;
	margin-top:15px;
}
.use_list2 .list .item .con .btn .labe{font-size: 16px;font-weight: bold;color: #1DADF4;}
.use_list2 .list .item .con .btn .more{margin-top: 0;}


#page{text-align: center;margin-top: 50px;margin-bottom: 50px;}
#page li{display: inline-block; height: 35px; padding: 0 14px; border: 1px solid #ddd;
   line-height: 35px; font-size: 14pcolor: #333;border-radius: 3px;
   margin: 0 5px;cursor: pointer;background-color: #fff;
}
#page li a{color: #333;}
#page li:hover,#page li.active{border: 1px solid #1DADF4;
   background-color:#1DADF4;color: #fff;
}
#page li:hover a,#page li.active a{color: #fff;}



.product_details{background-color: #f5f5f5;padding-top: 40px;padding-bottom: 50px;}
.product_details .con{border-top: 1px solid #e6e6e6;overflow: hidden;}
.product_details .left{float: left;margin-left: -240px;margin-top: 15px;width: 240px;}
.product_details .left h4{height: 55px;line-height: 55px;padding-left: 17px;
	background-image: url(https://oss.seivio.com/static/default/pc/images/i16.png);background-size: 22px auto;
	width: 100%;background-repeat: no-repeat;background-position: right 15px center;
	font-size: 16px;color: #666;font-weight: normal;cursor: pointer;
	position: relative;
}
.product_details .left h4:hover{background-color: #fff;}
.product_details .left h4.on{background-image: url(https://oss.seivio.com/static/default/pc/images/i17.png);
	background-color: #fff;
}
.product_details .left h4.on em{display: block;}
.product_details .left h4 em{position: absolute;
	left: 0;height: 100%;width: 4px;display: none;
	background-image: linear-gradient(to bottom, #b12f9b, #2ea7e0);
}
.product_details .left p{font-size: 14px;color: #666;
	padding: 13px 0;padding-left: 35px;
}
.product_details .left p:hover{color: #1477a7;}
.product_details .left .down{display: none;}
.product_details .right{padding-left: 0px;}
.product_details .chose_title{overflow: hidden;}
.product_details .chose_title .item{display: inline-block;padding: 0 30px;
	padding-top: 22px;cursor: pointer;position: relative;
}
.product_details .chose_title .item span{font-size: 18px;color: #999;}
.product_details .chose_title .item.on span,
.product_details .chose_title .item:hover span{color: #333;}
.product_details .chose_title .item em{width: 4em;height: 2px;display: block;
	font-size: 18px;top: 0;left: 50%;transform: translateX(-50%);position: absolute;
	background-image: linear-gradient(to right, #2ea7e0, #b12f9b);display: none;
}
.product_details .chose_title .item.on em,
.product_details .chose_title .item:hover em{display: block;}
.product_details .product_deta{background-color: #fff;padding: 50px 45px;}
.product_deta .deta_info{display: flex;align-items: center;
	justify-content: space-between;
}
.product_deta .deta_info .txt{width: 55%;}
.product_deta .deta_info .txt h4{font-size: 42px;color: #000;font-weight: normal;}
.product_deta .deta_info .txt p{font-size: 16px;color: #999;margin-top: 12px;
	line-height: 1.8;
}
.product_deta .deta_info .txt .btn{margin-top: 30px;}
.product_deta .deta_info .txt .btn span{display: inline-block;width: 160px;text-align: center;
	height: 45px;line-height: 45px;border: 1px solid #dcdcdc;
	font-size: 14px;color: #333;cursor: pointer;
}
.product_deta .deta_info .txt .btn span:hover{color: #fff;
	background-color: #1DADF4;border: 1px solid #1DADF4;
}

.product_deta .deta_info .pic{width: 35%;text-align: center;border: 1px solid #dbdbdb;}
.product_deta .deta_info .pic img{max-width: 100%;vertical-align: middle;}
.product_deta .tit{border-bottom: 1px solid #e6e6e6;padding: 15px 0;
	margin-top: 40px;
}
.product_deta .tit h4{font-size: 26px;color: #000;font-weight: normal;}
.product_deta .deta_info_html{overflow: hidden;padding: 20px 0;padding-bottom: 0;}
.product_deta .deta_info_html p.p{width: 50%;float: left;font-size: 16px;
	color: #333;line-height: 30px;
}
.product_deta .deta_info_html img{max-width: 100%;}
.product_deta .deta_info_html p{font-size: 16px;color: #333;line-height: 30px;}
.product_deta .deta_info_html table{width: 100%;border-radius: 15px;
	border: 1px solid #e6e6e6;
}
.product_deta .deta_info_html th{border: 1px solid #e6e6e6;height: 80px;
	text-align: center;font-size: 18px;color: #000;font-weight: normal;
}
.product_deta .deta_info_html td{border: 1px solid #e6e6e6;height:60px;
	text-align: center;font-size: 16px;color: #333;
}




.service_sale{padding: 60px 0;}
.service_sale h3{text-align: center;font-size: 30px;margin-bottom: 80px;}
.service_sale p{line-height: 2;font-size: 16px;color: #000;margin-bottom:20px;}
.service_sale b{display: block;margin-bottom:20px;font-size: 16px;color: #1DADF4;}

.service_sale .html img{max-width: 100%;}
.service_sale .html .pic{padding: 20px 0;text-align: center;}


.service_apply{}
.service_apply .title{text-align: center;
	padding: 60px 0;
}
.service_apply .title h4{font-size: 32px;
    color: #000;margin-bottom: 12px;
    font-weight: normal;
}


.service_apply .title p {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
}

.apply_con{padding: 100px 0;background-image: url(https://oss.seivio.com/static/default/pc/images/bg.jpg);
	background-size: cover;background-position: center;
}
.apply_con .list{overflow: hidden;background-color: #fff;
	border-radius: 8px;padding: 60px 80px;padding-left: 24px;
}
.apply_con .list .item{width: 50%;padding-left: 36px;margin-bottom: 26px;
	float: left;
}
.apply_con .list .item .span{display: block;font-size: 16px;font-weight: bold;color: #000;
	margin-bottom: 8px;font-family: '微软雅黑';
}
.apply_con .list .item .span b{color: #cc0000;font-family: '宋体';margin-left: 5px;}
.apply_con .list .item .input{width: 100%;height: 56px;
	padding: 0 12px;border-radius: 8px;border: 1px solid rgba(104, 126, 145, 0.3);font-size: 16px;
	color: #333;outline: none;
}

.apply_con .list .item .input_con{margin-top: 6px;height: 56px;position: relative;}
.apply_con .list .item label{font-size: 16px;margin-right: 15px;color: #333;cursor: pointer;
}
.apply_con .list .item label input{width: 16px;height: 16px;vertical-align: middle;
	margin-right: 5px;
}
.apply_con .list .item label em{vertical-align: middle;}
.apply_con .list .item .input_con2{padding-top: 12px;}


.apply_con .list .item select{width: 100%;height: 56px;
	padding: 0 12px;border-radius: 8px;border: 1px solid rgba(104, 126, 145, 0.3);font-size: 16px;
	color: #333;outline: none;
}
.apply_con .list .item2{width: 100%;}
.apply_con .list .item2 .input_con3{height: auto;}
.apply_con .list .item textarea{width: 100%;
	border-radius: 8px;border: 1px solid rgba(104, 126, 145, 0.3);font-size: 16px;
	resize: none;height: 180px;padding: 8px 12px;outline: none;
}

.apply_con .list .item .sub{margin-left: auto;margin-right: auto;
	width: 180px;height: 46px;display: block;border:none;
	border-radius: 50px;background-color: #1DADF4;font-size: 16px;
	color: #fff;cursor: pointer;
}
.apply_con .list .item .sub:hover{opacity: 0.8;}


.product_question{padding: 80px 0;background-color: #f6f6f6;}
.product_question h3{text-align: center;font-size: 30px;margin-bottom: 80px;}


.product_question .item{width: 100%;}
.product_question .item .tit{display: flex; align-items: center;justify-content: space-between;
	border-bottom: 1px solid #D6D6D6;cursor: pointer;
	padding: 18px 0;
}
.product_question .item .tit span{font-size: 20px;color: #333;font-weight: bold;

	/* å¼ºåˆ¶åœ¨ä»»æ„å­—ç¬¦å¤„æ¢è¡Œ */
	    word-break: break-all;
	    /* æˆ–è€… å…è®¸åœ¨å•è¯å†…æ¢è¡Œ */
	    word-wrap: break-word;

}
.product_question .item .tit em{font-size: 30px;color: #333;}
.product_question .item .item_con{padding: 40px 0;overflow: hidden;
	border-bottom: 1px solid #D6D6D6;display: none;
}
.product_question .item .item_con img{width: 100%;}
.product_question .item .data_item{width: 50%;float: left;
	margin: 15px 0;
}
.product_question .item .item_con p{font-size: 16px;color: #333;
	line-height: 2;word-break: break-all;word-wrap: break-word;
}

.contact_us{padding: 60px 0;}
.contact_us .one{background: linear-gradient(to bottom, #e8f7ff 0%, #fff 100%);
	margin-top: 60px;
}
.contact_us .one .pic{width: 50%;float: left;}
.contact_us .one .pic img{width: 100%;
	border-radius: 10% 0px 10% 0px;transform: translateY(-60px);
}

.contact_us .one .text{padding-left: 70px;width: 50%;float: right;padding-top: 60px;}

.contact_us .one .title{border-bottom: #bbe8fe solid 1px;padding-bottom: 8px;}
.contact_us .one .title h4{font-size: 28px;color: #000;}
.contact_us .one .title p{font-size: 18px;color: #666;margin-top: 6px;}
.contact_us .one .link{padding: 25px 0;border-bottom: #bbe8fe solid 1px;}
.contact_us .one .link .item{position: relative;height: 55px;padding-left: 35px;}
.contact_us .one .link .item .icon{position: absolute;left: 0;top:50%;
	transform: translateY(-50%);
}
.contact_us .one .link .item .icon img{width: 26px;vertical-align: middle;}
.contact_us .one .link .item p{line-height: 55px;font-size: 18px;color: #333;
	
}
.contact_us .one .link .item.item1 p{font-family: 'Urbanist';}
.contact_us .one .link .item.item1 p b{font-family: 'Urbanist';}
.contact_us .one .code{padding-top: 25px;}
.contact_us .one .code img{width: 260px;vertical-align: middle;}
.contact_us .one .code span{display: block;font-size: 16px;color: #666;
	padding-left: 25px;margin-top: 6px;
}

.contact_us .two{text-align: right;}
.contact_us .two .right{width: 50%;display: inline-block;}
.contact_us .two .right img{width: 100%;}
.contact_us .left{width: 53%;}

.contact_us .two::before {
	content: '';
	display: block;
	width: 53%;
	height: 100%;
	background-image: url("https://oss.seivio.com/static/default/pc/images/texture-layer-3.png");
  background-color: #b7b7b7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1; left: 0px; top: 0px; 
	position: absolute;
	background-blend-mode: multiply;
}



.apply_con .list .item .input_con .code{width: 130px;height: 100%;right: 0;
	top:0;cursor: pointer;position: absolute;
}
.apply_con .list .item .input_con .code img{width: 100%;vertical-align: middle;
	height: 56px;
}



.product_type{padding: 90px 0;background-color: #F9FAFE;}
.product_type .type_list{margin-left: -40px;}
.product_type .type_list .item{width: 50%;float: left;padding-left: 40px;margin-bottom: 40px;}
.product_type .type_list .item .con{background-color: #fff;transition: .3s;}
.product_type .type_list.type_list_user{padding-top:80px;}
.product_type .type_list.type_list_user .item .con{padding-left: 0;}
.product_type .type_list .item .pic{padding-top: 55%;background-size: cover;}
.product_type .type_list .item .text{height: 105px;line-height: 105px;text-align: center;}

.product_type .type_list .item .text h4{font-size: 24px;color: #333;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product_type .type_list .item .con:hover .text{background-color: #1DADF4;}
.product_type .type_list .item .con:hover .text h4{color: #fff;}
.product_type .type_list .item .con:hover{transform: translateY(-10px);box-shadow: 0px 5px 10px #dddddd;transition: .3s;}



.use_deta{background-color: #fff;padding: 50px;}
.use_deta h4{height: 100px;line-height: 100px;border-bottom: 1px solid #ECECEC;font-size: 32px;color: #333;}
.use_deta p{margin-top: 60px;line-height: 1.8;font-size: 18px;color: #666;}


.use_deta .tit{border-bottom: 1px solid #ECECEC;padding: 30px 0;}
.use_deta .tit h5{font-size: 32px;color: #333;font-weight: normal;}
.use_deta .tit span{display: block;font-size: 16px;color: #666;margin-top: 10px;}



.home_seach_banner{padding:70px;padding-top: 180px;
	background-image: url(https://oss.seivio.com/static/default/pc/images/se1.jpg);
	background-size: cover;background-position: top center;
}

.home_seach_banner .txt{width: 640px;margin-left: auto;
	margin-right: auto;
}
.home_seach_banner .txt h4{font-size: 28px;color: #333;font-weight: normal;
	font-family: sycz;text-align: center;
}
.home_seach_banner .txt .fill{width: 100%;background-color: #fff;
	height: 50px;line-height: 50px;position: relative;
	width: 100%;padding-left: 50px;padding-right: 105px;
	border-radius: 5px;overflow: hidden;border: 1px solid #e6e6e6;
	margin-top: 25px;
}
.home_seach_banner .txt .fill input{width: 100%;
	height: 50px;font-size: 14px;outline: none;
	border: none;
}
.home_seach_banner .txt .fill .icon{position: absolute;
	width: 50px;height: 100%;left: 0;top: 0;
	background-image: url(https://oss.seivio.com/static/default/pc/images/i9.png);
	background-size: 20px auto;background-position: center;
	background-repeat: no-repeat;
}
.home_seach_banner .txt .fill span{display: block;position: absolute;
	right: 0;top: 0;width: 105px;background-color: #1d1d1d;font-size: 14px;
	color: #fff; text-align: center;height: 100%;cursor: pointer;
}

.home_seach_banner .txt .fill span b{font-weight: normal;position: relative;
	z-index: 3;
}
.home_seach_banner .txt .fill span em {
    display: block;top: 0;width: 0;height: 100%;position: absolute;
    left: 0;background-color: #1DADF4;z-index: 2;
	transition: all .3s;
}
.home_seach_banner .txt .fill span:hover em{width: 100%;
	transition: all .3s;
}
.home_seach_banner .txt .hot{margin-top: 15px;}
.home_seach_banner .txt .hot span{font-size: 14px;color: #666;}
.home_seach_banner .txt .hot em{font-size: 14px;color: #666;
	margin-right: 15px;cursor: pointer;
}
.home_seach_banner .txt .hot em:hover{color: #1DADF4;}

.product_mass{width: 100%;
	position: absolute;left: 0;bottom: 0;
}

.product_mass .con{background-color: #fff;width: 50%;
	background-color: #fff; align-items: center; display: flex;
	justify-content: space-between;padding:50px 25px;position: relative;
	position: relative;z-index: 3;padding-right: 80px;
}
.product_mass2 .con{width: 68%;}
.product_mass .con::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: rgba(160, 160, 160, 0.2);
}
.product_mass2 .con::after{display: none;}

.product_mass .bg{position: absolute;background-color: #f5f5f5;
	z-index: 2;height: 50%;width: 30%;left: 0;bottom: 0;
}
.product_mass.product_mass2 .bg{height: 100%;background-color: #fff;}
.product_mass .con .pic{width: 190px;text-align: center;}
.product_mass .con .pic img{vertical-align: middle;width: 92px;}
.product_mass .con .pic2{}
.product_mass .con .pic2 img{width: 90%;}
.product_mass .con .txt{flex: 1;font-size: 20px;color: #1DADF4;
	line-height: 1.6;padding-left: 20px;
}
.product_mass .con .txt2 h4{font-size:34px;color: #1DADF4;}
.product_mass .con .txt2 p{color: #333;font-size: 18px;margin-top: 4px;}
.web_product_type{background-color: #f5f5f5;position: relative;
	
}
.web_product_type .wp{padding: 60px 0;position: relative;
}

.web_product_type .wp .shu_xian_con{position: absolute;display: flex;justify-content: space-between;
	left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;padding: 0 1px;z-index: 1;
}
.web_product_type .wp .shu_xian_con .line{width: 1px;background-color: rgba(160, 160, 160, 0.2);
	height: 100000px;
}

.web_product_type .list{position: relative;z-index: 3;}
.web_product_type .item{padding:20px 15px;align-items: center; display: flex;
	justify-content: space-between;background-color: #fff;border-radius: 8px;	
	margin-bottom: 30px;position: relative;
	padding-right: 240px;
}
.web_product_type .item .pic{width: 240px;aspect-ratio: 1 / 1;position: relative;
	overflow: hidden;
}

.web_product_type .item .pic img{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;vertical-align: middle;object-fit: cover; 
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transform-origin: center center;
}

.web_product_type .list2 .item .pic{ aspect-ratio: 8 / 9;width: 200px;}

.web_product_type .item:hover .pic img{transform: scale(1.1);}
.web_product_type .item .text{flex: 1;
	padding-left: 30px;
}
.web_product_type .list2 .item .text{padding-left: 50px;}
.web_product_type .item .btn{width: 200px;border-left: 1px solid rgba(160, 160, 160, 0.2);
	display: flex;justify-content: center;align-items: center;position: absolute;
	right: 0;height: 100%;
}
.web_product_type .item .text h3{font-size: 36px;color: #1DADF4;}
.web_product_type .list2 .item .text h3{font-size: 24px;}
.web_product_type .item .text p{font-size: 16px;color: #000;
	margin-top: 22px;line-height: 1.8;
	/* 限制最多显示3行 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}


.web_product_type .list2 .item .text p{color: #999;margin-top: 12px;
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);padding-bottom: 20px;
}

.web_product_type .item .btn .more{border:1px solid #1DADF4;
	border-radius: 50%;width: 36px;transition: all 0.3s ease;
	display: flex;justify-content: center;align-items: center;cursor: pointer;
}
.web_product_type .item .btn .more span{font-size: 16px;color: #1DADF4;font-weight: bold;
	padding-left: 12px;white-space: nowrap;display: none;opacity: 0;transition: all 0.3s ease
}
.web_product_type .item .btn .more em{font-size: 20px;font-weight: bold;
	color: #1DADF4;width: 34px;height: 36px;display:block;text-align: center;
	line-height: 32px;
}
.web_product_type .item .btn .more:hover{width: 116px;border-radius: 50px;}
.web_product_type .item .btn .more:hover span{display: block;
	opacity:1;
}



.product_type{background-color: #f7f7f7;padding: 40px 0;padding-top: 0;}
.product_type .con{padding-left:290px;overflow: hidden;}
.product_type .left{width: 220px;float: left;margin-left: -290px;
	background-color: #fff;padding: 20px;
}
.product_type .left .item{margin-bottom: 22px;}
.product_type .left .item .tit{height: 41px;cursor: pointer;font-weight: bold;
	line-height: 41px;font-size: 18px;color: #333;position: relative;
	border-bottom: 1px solid #fff;
}

.product_type .left .item.on .tit{color: #1DADF4;}
.product_type .left .item.act .tit{color: #1DADF4;border-bottom: 1px solid #1DADF4;}
.product_type .left .item .tit i{position: absolute;display: block;width: 16px;height: 16px;
	background-image: url(https://oss.seivio.com/static/default/pc/images/6.png);background-size: 12px auto;
	top: 50%;right: 0px;margin-top: -8px;background-position: center;background-repeat: no-repeat;
}



.product_type .left .item .tit:hover i{background-image: url(https://oss.seivio.com/static/default/pc/images/8.png);}
.product_type .left .item.act .tit i{background-image: url(https://oss.seivio.com/static/default/pc/images/8.png);}
.product_type .left .item.on .tit i{
	background-image: url(https://oss.seivio.com/static/default/pc/images/7.png);
}
.product_type .left .item .down_con{ max-height: 0;
	overflow: hidden;padding-top: 15px;
	transition: max-height 1s ease;
}
.product_type .left .item.on .down_con{max-height: 1000px;}
.product_type .left .item .down_con a{display: block;height: 42px;
	line-height: 42px;font-size: 14px;color: #333;
}
.product_type .left .item .tit:hover{color: #1DADF4;}
.product_type .left .item .down_con a:hover{color: #1DADF4;}
.product_type .left .item .down_con a.on{color: #1DADF4;}

.product_type .left .item>a{display: block;
	height: 56px;cursor: pointer;
		line-height: 56px;padding-left: 20px;font-size: 16px;color: #333;
}
.product_type .left .item>a:hover{background-color: #ecf5ff;}
.product_type .left .item>a.on{background-color: #ecf5ff;}
.product_type .right{}
.product_type .right .mass{}
.product_type .right .mass h4{font-size: 30px;color: #1DADF4;}
.product_type .right .mass p{font-size: 16px;
    color: #333;margin-top: 17px;
    line-height: 1.75;margin-bottom: 40px;
}
.product_type .right .mass2 p{margin-top: 30px;margin-bottom: 45px;}
.product_type .right .item{margin-bottom:12px;background-color: #fff;
	display: flex;justify-content: space-between;align-items: center;
	padding-right: 40px;padding: 20px;
}
.product_type .right .item .pic{width: 330px;height: 330px;position: relative;
	overflow: hidden;
}
.product_type .right .item .pic{aspect-ratio: 5 / 3;overflow: hidden;position: relative;}

.product_type .right .item .pic img{
	position: absolute;left: 0;top: 0;
	width: 100%;height: 100%;vertical-align: middle;object-fit: cover; 
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); 
	transform-origin: center center;
}
.product_type .right .item:hover .pic img{transform: scale(1.1);}
.product_type .right .item .text{flex: 1;padding-left: 40px;}

.product_type .right .item .text .more_txt{
	
}
.product_type .right .item .text .more_txt a{flex: 1;}
.product_type .right .item .text h4{font-size: 22px;color: #1DADF4;
	font-family: 'Urbanist';
}
.product_type .right .item .text h4 b{font-family: 'Urbanist';}
.product_type .right .item .text h6{font-size: 20px;color: #666;
	margin-top: 12px;font-family: 'Urbanist';
}
.product_type .right .item .text p{font-size: 14px;
    color: #999;margin-top: 12px;
    line-height: 1.75;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_type .right .item .doing{width: 100%;text-align: right;
	margin-top: 22px;
}
.product_type .right .item .doing span{font-size: 16px;color: #1DADF4;cursor: pointer;
margin-left: 3px;
}
.product_type .right .item .doing img{width: 16px;vertical-align: -2px;}
.product_type .right .item .doing span.apply{
	margin-left: 20px;
}
.product_type .right .item .doing span:hover{opacity: 0.6;}


#page{text-align: center;margin-top:40px;}
#page a{height: 42px;min-width: 42px;line-height: 42px;text-align: center;display: inline-block;padding: 0 15px;
	border: 1px solid #dfdfdf;font-size: 14px;color: #333;margin: 0 3px;
}
#page a:hover,#page a.on{background-color: #1DADF4;border: 1px solid #1DADF4;color: #fff;}








.nei_banner_zhan{height: 180px;background-color: #f5f5f5;}


.home_now_cur2 .wp{max-width: 1200px;}
.product_show_ct{display: block; overflow: hidden; padding: 20px 0px; max-width: 1200px; margin: 0px auto;
		padding-bottom: 140px;
}
.product_show_left{float: left;width: 67%;padding-right: 5%;}
.product_show_left_txt{display: block;font-size:40px;font-weight: bold;color: #1eadf4;
	font-family: 'Urbanist';
}
.product_show_left h1{font-size: 30px;padding:10px 0px;margin: 0px;font-weight: bold;}
.product_show_title{display: block;font-size:28px;font-weight:600;padding-top: 40px;padding-bottom: 10px; color:#1dadf3}
.product_show_txt{font-size: 17px;}
.product_show_txt ul{padding:10px 20px; border: #b2d3e3 solid 1px;}
.product_show_right{width: 33%;float: right;}
.product_show_right_img{display: block;border: #b2d3e3 solid 1px;background: #fff;text-align: center;padding: 30px;object-fit: cover;aspect-ratio: 1/1;}
.product_show_right_img img{width:80%; margin: 0px auto;}
.product_show_right_title{display: block;font-size: 20px;text-align: center;position: relative;background: #fff;padding: 20px;font-weight: 600;border: #b2d3e3 solid 1px;border-top: none;}
.product_show_right_title::after{width: 10px; background: #1eadf4; height: 100%; content: ""; position: absolute; left: 0px; top: 0px; display: block;}
.product_show_right_li{border: #b2d3e3 solid 1px;background: #fff;margin-top: 20px;padding:10px 0px;text-align: left;
		display: inline-block;
}
.product_show_right_li .title{font-size: 20px;padding: 20px;padding-top: 10px;padding-bottom:10px;color: #1eadf4;text-align: left;font-weight: 600;}
.download_li{display: table;width: 100%;padding: 10px 0px;border-bottom: #ddd solid 1px;}
.download_li_icon{width: 19px;display: table-cell;vertical-align: middle;}
.download_li_icon img{width: 100%;}
.download_li_txt{display: table-cell;vertical-align: middle;padding-left: 5px;font-size: 13px; font-weight:bold;}
.download_li:nth-last-child(1){border: none; padding-bottom: 0px;}
.product_show_right_li .download_li_table{padding: 0px 16px; padding-right: 20px; margin:5px 0px 10px;}
.product_show_right_li .download_li_table .download_but_r{font-weight: normal; padding-left: 10px;}
.product_show_right_li .download_li_table .download_but_r span{display: block; font:inherit; vertical-align:baseline;font-size:14px;font-family: 'Urbanist';

}
.product_show_right_li .download_li_table .download_but_r span img{height: 14px; margin-right:3px;}
.product_show_right_li .download_but_l span{padding:0px; border-radius: 100%; background: none;}
.product_show_right_li .download_but_l span img{ border-radius: 100%;}
.product_show_right_li .title_more{padding-top:5px;}
.product_show_right_li .title_more a{font-size: 12px; padding:8px 20px; color: #fff; border: none;
	width: 112px;text-align: center;background-color: #1dadf3;
	border-top-left-radius:50px;
	border-bottom-right-radius:50px;
}

.product_show_right_li .title_more a:hover{background:#e4aa04; color: #fff;}


.product_show_txt{line-height: 1.6;color:#6f6f70;
	font-family: 'Urbanist';
}
.product_show_txt span{color:#6f6f70!important;
	font-family: 'Urbanist';
}
/*.product_show_txt li{background:url("https://oss.seivio.com/static/default/pc/images/dian_icon.png") left center no-repeat background-size:auto 18px; padding:8px 0px; padding-left: 20px; }*/
.product_show_txt li{background:url("https://oss.seivio.com/static/default/pc/images/dian_icon.png");background-position:left center; background-repeat:no-repeat; background-size:auto 18px; padding:8px 0px; padding-left: 20px;}

.download_but{display: table;padding:15px;background: #fff;border: #b2d3e3 solid 1px;margin-top: 20px;

	display: inline-block;
}
.download_but a{display: block;}
.download_but_l{display: table-cell;width: 55px;vertical-align:middle;}
.download_but_l span{display: inline-block; border-radius: 100%; background: #1eadf4; padding:10px;}
.download_but_l img{width: 100%;}
.download_but_r{display: table-cell;font-weight: 600;font-size: 14px;line-height: 1.4;vertical-align: middle;padding-left: 15px;}
.download_but_r a{display: inline-block; padding:1px 5px;  border:#1eadf4 solid 2px ; color: #1eadf4;  margin-left: 5px; cursor: pointer;}
.download_but_r a:hover{background: #1eadf4;color: #fff;}



#pop-cover{
	background-color: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: none;
	-moz-display: none;
	-ms-display: none;
	-o-display: none;
	display: none;
	z-index: 9999;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: center;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: center;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	background-color: #fff;
	width: 834px;
	position: relative;
	display: none;
}
#pop-cover .pop-box.active{
	display: block;
}
#pop-cover .pop-box .close img{
	position: absolute;
	right: 10px;
	top: 10px;
}
#pop-cover .pop-box .close.white img{
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: 10px;
}
#pop-cover .pop-box.tip{
	text-align: center;
	padding: 6.666% 0;
}
#pop-cover .pop-box.tip .img{
	width: 7.674%;
}
#pop-cover .pop-box.tip p{
	font-size: 24px;
	color: #1eadf4;
	line-height: 1.5;
	margin: 4.8% 0;
}
#pop-cover .pop-box.tip .back{
	display: inline-block;
	vertical-align: top;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #1eadf4;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
}
#pop-cover .pop-box.info{
	padding: 3%;
}
#pop-cover .pop-box.info h5{
	font-size: 24px;
	color: #1eadf4;
	font-weight: bold;
	margin-bottom: 5.117%;
}
#pop-cover .pop-box.info ul{
	padding-bottom: 2.63%;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: flex-start;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: flex-start;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: flex-start;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#pop-cover .pop-box.info li{
	width: 100%;
	margin-bottom: 2.78%;
	border: 1px solid #eee;
	border-radius: 0.625em;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
#pop-cover .pop-box.info li.half{
	width: 300px;
	max-width: 48%;
}
#pop-cover .pop-box.info li span{
	font-size: 0.75em;
	color: #1eadf4;
	font-weight: bold;
	position: absolute;
	left: 3.5em;
	top: 1.125em;
}
#pop-cover .pop-box.info li img{
	width: auto;
	height: 1.25em;
	position: absolute;
	left: 1em;
	top: 0.875em;
}
#pop-cover .pop-box.info li input[type=text]{
	font-size: inherit;outline: none;
	color: #666;
	height: 3em;border: none;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li select{
	font-size: inherit;border: none;outline: none;
	color: #666;
	height: 3em;
	line-height: 3em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-image: url(https://oss.seivio.com/static/default/pc/images/solutionlist_sec1_navslidedown.png);
	background-size: auto 20%;
	background-position: right 5% center;
}
#pop-cover .pop-box.info li .check-box{
	font-size: inherit;
	color: #666;
	line-height: 3em;
	width: 100%;
	padding-left: 7.5em;
	padding-right: 1em;
}
#pop-cover .pop-box.info li .check-box i{
	font-style: normal;
	margin-left: -4em;
	margin-right: 1em;
}
#pop-cover .pop-box.info li .check-box label{
	margin-right: 3em;
	display: inline-block;
	vertical-align: middle;
}
#pop-cover .pop-box.info li .check-box label:last-child{
	margin-right: 0;
}
#pop-cover .pop-box.info li .check-box label input[type=checkbox],#pop-cover .pop-box.info li .check-box label input[type=radio]{
	margin-right: 1em;
	vertical-align: baseline;
}
#pop-cover .pop-box.info li textarea{
	font-family: inherit;outline: none;
	font-size: inherit;border: none;
	color: #666;
	height: 6em;
	line-height: 1.5em;
	width: 100%;
	padding-left: 3.5em;
	padding-right: 1em;
	padding-top: 0.875em;
	padding-bottom: 0.875em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	resize: none;
}
#pop-cover .pop-box.info .submit{
	display: block;
	width: 11em;
	height: 3.5em;
	line-height: 3.5em;
	background-color: #1eadf4;
	font-size: 16px;
	color: #fff;
	border-radius: 0.625em;
	margin: 0 auto;
	text-align: center;
}
#pop-cover .pop-box.video video{
	width: 100%;
	vertical-align: top;
}

.product_show_right_li_con{padding-left:45px;
	padding-right: 210px;position: relative;
}
.product_show_right_li_con .left{flex: 1;}
.product_show_right_li_con .left img{width:30px;vertical-align: middle;
}

.product_show_right_li_con .left .item{padding: 12px 0;padding-left: 40px;
	position: relative;display: inline-block;
	/* background-image: url(https://oss.seivio.com/static/default/pc/images/10.png); */
	background-size: 22px auto;
	background-repeat: no-repeat;
	background-position: 93% center;
	/* border: #b2d3e3 solid 1px; */
	
}
.product_show_right_li_con .left .item:first-child{border-bottom: none;}
.product_show_right_li_con .left .item .icon{position: absolute;
	width: 30px;height: 100%;left: 0;top:0;
	 display: flex;
	  justify-content: center;
	  align-items: center;
}
.product_show_right_li_con .left h4{font-size: 16px;color: #666;
	text-align: left;
}

.product_show_right_li_con .left .item:hover h4{
	color: #1dadf3;
}



.product_show_right_li_con .left p{font-size: 14px;color: #999;
	margin-top: 6px;width: 5em;
}
.product_show_right_li_con .right{width: 190px;text-align: center;
	position: absolute;top: 0;height: 100%;
	border-left: none;right: 15px;padding-top: 10px;
	display: flex;
	 justify-content: center;
	 align-items: center;
}
.product_show_right_li_con .right img{width: 190px;}
.product_show_right_li_con .right span{display: block;
	text-align: left;color: #000;margin-top: 6px;
}






.main {
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0;
    background-image: url(https://oss.seivio.com/static/default/pc/images/login-bg.png);
    background-size:100% auto;
	background-position: center;background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main .return-back{
    font-size: 20px;
  color: #FFFFFF;
  position: fixed;
  z-index: 3;
  left: 87px;
  top: 44px;
  display: flex;
  align-items: center;
  }
  .main .logo {
    width: 278px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 50px;
    display: block;
  }
  
  .main .form-wrapper {
    width: 100%;
    height: 100%;
    padding: 20px;
    min-width: 650px;
    border-radius: 30px;
    /* overflow: hidden; */
    text-align: center;
  }
  
  .form-wrapper .form-body {
    /* background: #ffffff; */
    padding: 85px 165px 0px;
  }
  .register-box .form-body {
    padding: 45px 0px 0px 0px;
  }
  .password-box .form-body{
    padding: 60px 0px 0px 0px;
  }
  .form-wrapper .tab-content {
    padding: 0 49px;
  }
  
  .form-wrapper .form-body-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .form-wrapper .tabs-header {
    width: 446px;
    box-sizing: border-box;
    height: 44px;
    margin: 0 auto 40px;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: center
  }
  
  .form-wrapper .tabs-item {
    width: 223px;
    font-size: 18px;
    color: #333333;
    text-align: center;
  }
  
  .form-wrapper .tabs-item.active {
    font-size: 20px;
    font-weight: bold;
    color: #1eadf4;
    border-bottom: 2px solid #1eadf4;
  }
  
  .form-wrapper .login-btn,
  .form-wrapper .form-body .register-btn {
    width: 360px;
    height: 46px;
    background: #1eadf4;
    box-shadow: 0px 6px 10px 0px rgba(9, 102, 242, 0.32);
    border-radius: 30px 0px 30px 0px;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    text-align: center;
    border: none;
    margin-top: 50px;
  }
  .form-wrapper .form-body .register-btn {
    margin: 0 0 60px 0;
  }
  .password-box .form-body .register-btn {
    margin: 30px 0 0 0;
  }
  .register-info .register-btn{
      display:inline-block;
    width:80%;
    height: 54px;
    border: 1px solid #FFFFFF;
    border-radius: 27px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
    margin-top:10px!important;
  }
  .register-info .register-btns{
    width: 306px;
    height: 54px;
    border: 1px solid #FFFFFF;
    border-radius: 27px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 54px;
  }
  .form-wrapper .login-btn-border {
    border: solid 1px #00a6ba;
    background-color: #ffffff;
    color: #01a4b8;
  }
  
  .login-box-wrapper {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .login-box {
    /* width: 1200px; */
    height: 613px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  
  /* .login-box-wrapper::before{
    display: block;
    content: '';
    position: absolute;
    width: calc(50% + 188px);
    height: 100%;
    background: red;
    right: 0;
    top: 0;
    z-index: 1;
  }  */
  
  .form-body-wrap {
    width: calc(50% + 188px);
    height: 100vh;
    position: relative;
    background-image: url(https://oss.seivio.com/static/default/pc/images/login-bg-right.png);
    background-size: auto 1000px;
    background-position: center left;
  }
  
  .login-box .form-body {
    flex-shrink: 0;
    display: inline-block;
    width: 100%;
    /* height: 100%; */
    height: 613px;
    max-width: 788px;
    box-shadow: 3px 5px 24px 0px rgba(51, 96, 211, 0.3);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    left: 0;
    top: calc(50% - 300px);
  }
  
  .register-info-wrap {
    width: calc(50% - 184px);
    min-width:300px;
    height: 100vh;
    position: relative;
    background-image: url(https://oss.seivio.com/static/default/pc/images/login-bg-left.png);
    background-size: auto 1000px;
    background-position: center right;
  }
  
  .login-box .register-info {
    width: 100%;
    max-width: 412px;
    /* height: 100%; */
    height: 613px;
    background: linear-gradient(155deg, #00CCFFC2 0%, #1eadf4 100%);
    box-shadow: 7px 11px 24px 0px rgba(0, 8, 30, 0.26);
    /* opacity: 0.76; */
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 300px);
  }
  .register-box .register-info{
    background: linear-gradient(155deg, #FFDC19C2 0%, #00C0FFC2 100%);
  }
  .login-box .register-info .logo {
  /*  width: 275px;
    height: 87px;*/
    margin: 110px auto 40px;
  }
  
  .login-box .register-info .register-title {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 8px;
    position: relative;
    width: fit-content;
  margin: 0 auto;
  }
  .register-info .register-title::before,
  .register-info .register-title::after{
    display: block;
    content: '';
    width: 4px;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  top: 10px;
  }
  .register-info .register-title::before{
    left: -20px;
  }
  .register-info .register-title::after{
    right: -12px;
  }
  .form-grid{
    display: grid;
    grid-template-areas:
    'grid1 grid1'
    'grid2 grid2'
    'grid3 grid3'
    ' . . '
    ' . . ';
    grid-gap: 20px 10px;
    padding: 0 20px; padding-right: 20px;
  }
  .grid1{
    grid-area: grid1;
  }
  .grid2{
    grid-area: grid2;
  }
  .grid3{
    grid-area: grid3;
  }
  .main .form-body .form-group {
    margin-bottom: 20px;
    position: relative;
  }
  .register-box .form-body .form-group {
    margin-bottom: 0px;
  }
  .main .form-body .form-control {
    width: 360px;
    height: 46px;
    background: #fff;
    display: flex;
    align-items: center;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    border: solid 1px #eaeaea;
    overflow: hidden;
  }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F4F7FC inset !important;
    background-color: #F4F7FC !important;
  }
  .register-box .form-body  .form-control{
    width: 100%;outline: none;
  }
  
  .main .form-body .label-icon-box .form-control {
    padding-left: 60px;outline: none;
  }
  
  .main .login-box .form-body .form-control:focus {
    border: 1px solid #3183FF;
    box-shadow: 0px 0px 3px 0px #7CB0FF;
  }
  
  .main .login-box .form-body .form-control:focus.label-icon {
    background-position: center center;
  }
  
  .main .form-body .form-control:focus {
    border: 1px solid #3183FF;
    box-shadow: 0px 0px 3px 0px #7CB0FF;
  }
  
  .main .form-body .form-control:focus~.label-icon {
    background-position: right center;
  }
  
  .label-icon {
    width: 48px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 20px 20px;
  }
  
  .label-icon::before {
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background: #000000;
    opacity: 0.12;
    margin: 15px 0;
    position: absolute;
    right: 0;
  }
  
  .label-account {
    background-image: url(https://oss.seivio.com/static/default/pc/images/icon_account.png);
  }
  
  .label-account-new {
    background-image: url(https://oss.seivio.com/static/default/pc/images/icon_account_new.png);
    background-size: 18px 18px;
  }
  
  .label-password {
    background-image: url(https://oss.seivio.com/static/default/pc/images/icon_password.png);
  }
  
  .label-password-new {
    background-image: url(https://oss.seivio.com/static/default/pc/images/icon_password_new.png);
    background-size: 18px 18px;
  }
  .label-phone-new{
    font-size: 16px;
  color: #000000;
  line-height: 44px;
  }
  .label-phone {
    background-image: url(https://oss.seivio.com/static/default/pc/images/icon_phone.png);
  }
  .label-validcode{
    background-image: url(https://oss.seivio.com/static/default/pc/images/icon_validcode.png);
  
  }
  .label-email {
    background-image: url(https://oss.seivio.com/static/default/pc/images/icon_email.png);
  }
  .label-company {
    background-image: url(https://oss.seivio.com/static/default/pc/images/icon_company.png);
  }
  .main .form-body .show-pwd {
    width: 20px;
    height: 46px;
    padding: 13px 0px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 0;
  }
  
  .main .form-body .code-btn {
    width: 136px;
  height: 46px;
  border: 1px solid #0966F2;
  border-radius: 4px;
  color: #0966F2;
    font-size: 14px;
    background-color: #ffffff;
    /* border-radius: 0px 6px 6px 0px; */
    position: absolute;
    right: 0;
    top: 0;
  }
  .register-box .form-body .code-btn{
    border: none;
    background-color: transparent;
    width: 91px;
  }
  .main .form-body .help-block {
    display: inline-block;
    text-align: left;
    bottom: -28px;
    left: 0px;
    position: absolute;
    /* width: 100%; */
    color: #cc0000;
  }
  
  .login-type {
    text-align: center;
    margin-top: 20px;
  }
  
  .login-type .login-type-title {
    color: #A6ACBD;
    font-size: 14px;
    position: relative;
  }
  
  .login-type .login-type-title::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 1px;
    background: #E8EAF0;
    left: 0;
    top: 20px;
  }
  
  .login-type .login-type-title>span {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  
  .login-type .login-type-list {
    padding-top: 20px;
    display: flex;
    justify-content: center;
  
  }
  
  .login-type .login-item {
    margin: 0 15px;
  }
  
  .login-type .login-item img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
  }
  .register-box .agreement{
    text-align: center;
    color: #A6ACBD;
     font-size: 14px;
     margin: 30px auto 12px;
  }
  /* 微信登录 */
  .form-wrapper .weixin-login {
    padding: 0 0 30px;
  }
  
  .form-wrapper .weixin-login-back {
    color: #A6ACBD;
    font-size: 16px;
    text-align: right;
    padding: 25px;
    cursor: pointer;
  }
  
  .form-wrapper .weixin-login .form-body-title {
    width: 446px;
    border-bottom: 1px solid #E8EAF0;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    font-size: 20px;
  font-weight: bold;
  color: #0966F2;
  position: relative;
  }
  
  .register-box .form-body-title,
  .password-box .form-body-title{
    width: 509px;
    border-bottom: 1px solid #E8EAF0;
    padding-bottom: 20px;
    margin: 0 auto 30px;
    font-size: 20px;
  font-weight: bold;
  color: #1eadf4;
  position: relative;
  }
  .password-box .form-body-title{
    margin: 0 auto 40px;
  }
  .form-wrapper .weixin-login .form-body-title::after,
  .register-box .form-body-title::after,
  .password-box .form-body-title::after{
    display: block;
    content: '';
    width: 223px;
  height: 2px;
  background: #0966F2;
  position: absolute;
  left: calc(50% - 112px);
  bottom: 0px;
  }
  
  
  #login_container {
    /* padding: 60px 0; */
    /* width: 252px; */
    /* background: url(https://oss.seivio.com/static/default/pc/images/codewrap.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 240px;*/
    /* height: 240px;  */
    height: 300px;
  }
  .wx_login_icon{
    width: 55px;
    height: 55px;
    margin: 15px auto 15px;
    background: url(https://oss.seivio.com/static/default/pc/images/wx_login_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .weixin-login-tips {
    width: 224px;
    height: 38px;
    line-height: 38px;
    /* background-color: #ecf8ff; */
    border-radius: 19px;
    font-size: 18px;
  color: #58627F;
    margin-bottom: 15px;
    display: inline-block;
  }
  
  .back-arrow {
    display: inline-block;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotateZ(90deg);
  }
  
  .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }
  
  .btn-box {
    text-align: center;
    margin: 40px 0 20px 0;
  }
  
  .handle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #A6ACBD;
  }
  
  .handle .handle-tips {
    text-decoration: underline;
    color: #0966F2;
  }
  
  .associate-box {
    width: 500px;
    max-width: 90%;
    min-height: 350px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 30px auto;
    font-size: 12px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
  }
  
  .associate-content {
    padding: 30px;
  }
  
  .associate-text {
    font-size: 16px;
    line-height: 1.8;
  }
  
  /* 自适应 移动端 */
  @media (max-width: 767px) {
    .main {
      display: block;
    }
  
    .main .logo {
      max-width: 80%;
      margin: 10px auto 20px;
    }
  
    .login-box .register-info {
      height: auto;
    }
  
    .main .form-wrapper {
      min-width: initial;
    }
  
    .form-wrapper .form-body {
      max-width: 100%;
      padding: 20px;
    }
  
    .form-wrapper .form-body-title {
      font-size: 20px;
      font-weight: bold;
    }
  
    .form-wrapper .tabs-header {
      justify-content: space-around;
    }
  
    .form-wrapper .tabs-item {
      margin: 0 5px;
    }
  
    .form-wrapper .tab-content {
      padding: 0;
    }
  }


  @media (max-width:1800px) {
    .main{
        background: url(https://oss.seivio.com/static/default/pc/images/login-bg.png) center center no-repeat;
        background-size:auto 100%;
    }
    .register-info-wrap{width: calc(50% - 180px);}
    
  }

  @media (max-width:1000px) {
    .main{
        background: url(https://oss.seivio.com/static/default/pc/images/login-bg.png) right center no-repeat;
        background-size:auto 100%;
    }
    .main .form-wrapper{padding-top:100px;}
    .register-info-wrap{height: initial;}
    .login-box{ width: 100%; height: inherit;     flex-wrap: wrap; display: flex;}
    .login-box .register-info{max-width: initial; height: initial; padding:40px; border-radius: 0px 0px 20px 20px; position: initial;  box-shadow: 7px 11px 24px 0px rgb(0 8 30 / 0%);}
    .login-box .register-info>div{height: initial !important;}
    .register-info-wrap{display: block; position: initial; width: 100%; max-width: initial; }
    .login-box .form-body{padding: 77px;height: initial;}

    .form-wrapper .form-body .register-btn{margin-bottom: 0px;}
    .form-body-wrap{width: 100%; height: initial;order: -1;}
    .login-box .form-body{position: initial; max-width: initial; box-shadow: 3px 5px 24px 0px rgb(51 96 211 / 0%); border-radius: 20px 20px 0px 0px;}
    .register-box .form-body-title, .password-box .form-body-title{width: 100%;}
  }

  @media (max-width:500px) {
    .main{height: initial;}
    
    .main .return-back{top: 20px; left: 20px;  font-size: 14px; margin: 20px;}
    .main .return-back img{height:15px; width: 15px;}
    .main .form-wrapper{padding-top:0px;}
    .login-box .form-body{padding:20px 15px;}
    .form-grid{
        display:block; padding: 0px;
      }
      .form-wrapper .tabs-header{width: 100%;}
      .form-wrapper .tabs-item.active{font-size: 18px;}
      .form-wrapper .tabs-item{width: initial;}
      .main .form-body .form-control{width: 100%;}
      .form-wrapper .login-btn, .form-wrapper .form-body .register-btn{display: block; width: 100%;}
      .register-box .form-body .form-group{margin-bottom: 15px;}
      .register-box .agreement{margin: 15px 0px;}
      .main .return-back{position: initial; padding: 20px; display: inline-block;    background: #1eadf4; padding:10px 20px; border-radius: 5px;}
      .login-box .hidden-s{display: block !important;}
      .register-info .register-btn{font-size: 18px;}
      .login-box .register-info{padding: 20px;}
      .main .form-wrapper{height: initial;}
  }
  
@font-face {
  font-family: "KNOCKOUT";
  src: url("https://oss.seivio.com/static/default/pc/font/KNOCKOUT-HTF26-JUNIORFLYWEIGHT.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.about_us_info_bg{
	position: absolute;
	    background-color: #f5f5f5;
	    z-index: 2;
	    height:125px;
	    width: 30%;
	    left: 0;
	    bottom: 0;
}
.bg_hui{background-color: #f5f5f5;}
.about_us_info{margin: 0 auto;
	position: relative;z-index: 9;position: relative;
}
.about_us_info .txt{background-color: #fff;width: 50%;margin-top: -225px;
	padding: 60px 40px;
}

.about_us_info .pic{width: 50%;position: absolute;
	right: 0;bottom: 0;background-color: #fff;padding-top: 50px;
	text-align: center;top:225px
	
}
.about_us_info .pic img{width: 90%;vertical-align: middle;}



.about_us_info h4{font-size: 32px;color: #000;font-weight: normal;}
.about_us_info p{font-size: 17px;color: #666;
	line-height: 1.8;margin-top: 20px;
}
.about_us_info p b{color: #333;}
.about_us_info p em{color: #1DADF4;}



.num_list{display: flex;justify-content: space-between;align-items: center;width: 100%;
	margin-top: 30px;
}
.num_list .item{text-align: center;}
.num_list .item h4{font-size: 150px;color: #1DADF4;font-weight: 800;
	line-height: 1;
}
.num_list .item p{margin-top: 5px !important;color: #1DADF4;font-weight: 16;
	font-weight: bold;
}
.num_list .item h4 span{font-size: 22px;margin-left:6px;}
.num_list .item h4 em{ font-family: "KNOCKOUT";}

.about_pic_us{margin-top: 80px;}
.about_pic_us .pic{padding-right: 240px;position: relative;}
.about_pic_us .pic img{width: 100%;}
.about_pic_us .pic h4{position: absolute;width: 850px;height: 128px;
	line-height: 128px;background-color: #1DADF4;font-size: 36px;color: #fff;
	right: 240px;top: 130px;padding-left: 50px;z-index: 9;
}
.about_pic_us .pic .txt{position: absolute;width: 46%;background-color: #fff;
	right: 0;top: 190px;z-index: 8;padding-top: 130px;padding-left: 70px;padding-right: 100px;
	padding-bottom: 100px;
}
.about_pic_us .pic .txt p{font-size: 16px;
    color: #7e7e7e;
    line-height: 1.625;
    text-align: justify;
    margin-bottom: 1.625em;
}
.about_pic_us .pic .txt  h5{}

#column_left{float:left;width: 250px;}

.service_sale .con{overflow: hidden;
display: flex;
  justify-content: space-between;
}
.service_sale .con .html{flex: 1;padding-left: 50px;}
.service_sale .con .html:first-child p{margin-top: 0;}
.service_nav_li{margin-bottom: 1px;}
.service_nav_li a{padding:20px; background: #d4effd; color: #000; display: block; font-size:18px;}
.service_nav_li.on a{background: #1eadf4; color: #fff;}







