﻿blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
img{border:0;max-width: 100%;max-height: 100%;}
ul,dl,li,dt,dd{list-style:none;}
body{font-size:12px;font-family:"PingFang SC", "Microsoft Yahei", Arial, sans-serif;}
a{text-decoration:none;transition: all 0.3s ;}
a:hover{ text-decoration:none;}
a:active{ text-decoration:none;}
a:visited{ text-decoration:none;}
.clear{clear: both;: ;width: 100%;height: 1px;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input,textarea,select{outline: none; cursor: pointer;}
textarea{resize:none; overflow:hidden;}
.z-row{width: 100%;clear: both;margin: 0 auto;}
.float-left{float: left;}
.float-right{float: right;}
.overflow{ overflow:hidden}
.display-block{ display:block}
.tx-l{ text-align:left}
.tx-c{ text-align:center}
.tx-r{ text-align:right}
html,body{ background:#fff}
ul, ol{ margin:0}
a{ cursor:pointer}
*{ margin:0; padding:0}
.text-overflow{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}

.ub {
  display: -webkit-box !important;
  display: box !important;
}

.ub-ver {
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.ub-f1 {
  position: relative;
  -webkit-box-flex: 1;
  box-flex: 1;
}

.ub-f2 {
  position: relative;
  -webkit-box-flex: 2;
  box-flex: 2;
}

.ub-f3 {
  position: relative;
  -webkit-box-flex: 3;
  box-flex: 3;
}

.ub-f4 {
  position: relative;
  -webkit-box-flex: 4;
  box-flex: 4;
}
.ub-pc {
  -webkit-box-pack: center;
}

.ub-ac {
  -webkit-box-align: center;
}

.tx-c {
  text-align: center;
}

.tx-l {
  text-align: left;
}

.tx-r {
  text-align: right;
}


/* ============================= animate ============================= */
@-webkit-keyframes bounceIn{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-webkit-keyframes upAndDown {
	0% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
	50% {-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
}
@-moz-keyframes upAndDown {
	0% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
	50% {-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
}
@-ms-keyframes upAndDown {
	0% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
	50% {-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
}
@keyframes upAndDown {
	0% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
	50% {-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
}


/* ============================= 响应式 CSS ============================= */

/*头部样式2*/
.main_minwidth{}
.top{
	height:65px;
	width:100%;
	position: fixed;
	z-index: 9999;
	background-color:#fff;
    backdrop-filter: blur(10px);
}
.placeholder {
    height:65px;
}
.top1{
	position:relative;
	height:65px;
	overflow:hidden}
.top2{
	float:left;
	margin-left: 150px;
	overflow:hidden}
.top_logo{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0}
.top_nav{
	float:left;
	overflow:hidden}
.top_nav img{
	max-width: 16px;
	margin-left: 5px;
}
.top_nav1 {
	font-size: 14px;
    color: #333333;
    /* font-weight: 600; */
    line-height: 65px;
    display: block;
    float: left;
    /* width: 80px; */
    text-align: center;
    margin-left: 16px;
    /* margin-right: 10px;*/
}

.top_nav1 a{
	color: #0e0e0e;
    display: block;
}
.top_nav1.active{
	color: #25b7ae;
	/* border-top: 4px solid #25b7ae; */
	/*color:#FFF;*/
	/*background:url(../img/navbg.png)*/
}
.top_nav1:hover{
	/*background:#F2F2F2*/

}
.top_nav1:hover a{
	color: #25b7ae;
}
.top_nav1.active a{
	color:#0bb2bc;
	font-size: 14px;
	/* line-height: 58px; */
}
.top_event{
	float:right;
	overflow:hidden}
.top_event1 {
    float: right;
    width: 96px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #0bb2bc;
    border: 1px solid #0bb2bc;
    margin-left: 7px;
    border-radius: 7px;
    margin-top: 14px;
    background: #0bb2bc;
}
.top_event1.top_active{
	color:#FFF;
	background:#0bb2bc}
.top_event1 a{
	color:#ffffff;
}  
.top_event1.top_active a{
	color:#FFF
}
.top_event1:hover a{
	color:#FFF;
	background:#0bb2bc}
.top_event2 {
		float: right;
		width: 96px;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		color: #0bb2bc;
		border: 1px solid #0bb2bc;
		margin-left: 15px;
		border-radius: 7px;
		margin-top: 14px;
}	
.top_event2 a{
		color:#0bb2bc;
		border-color: #0bb2bc;
		display:block}  
/*底部*/
.bottom{background:#202020;padding-top:40px;text-align: left;}
.bottom_ewm{text-align:left}
.bottom_ewm2{margin-top:11px !important;margin-bottom:11px !important}
.desc{color:#ffffff;font-size:12px; margin-top:15px}
.bottom_1{
	font-size:14px;
	color:#cccccc;
	height:48px;}
.bottom_2{
	line-height:30px;
	font-size:12px;
	color:#999999;}
.bottom_2 a{color:#999999;}
.bottom_2 a:hover{text-decoration:none;color:#cccccc}
.mt20{margin:0}
.bottomCopy{
	border-top:1px solid #373c41;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:12px;
	color:#666666;}
	
.bot2{ text-align:left;}
.foot{
    width: 16%;
    float: left;
}

.nopic .moveList_dd_img{ display:none;}
.nopic .moveList_dd_content{ width:95%;}

/*::-webkit-scrollbar {
    background-color: #333;
}
::-webkit-scrollbar {
    width: 15px;
    height: 8px;
}
::-webkit-scrollbar-thumb {

    height: 8px;
    background-color: #333;
}
::-webkit-scrollbar-track-piece {

    height: 8px;
    background-color: #f0f0f0;
}*/
.gonggao a {
    color: #fff;
	font-size: 14px;
    line-height: 30px;
}
.gonggao {
    height: 30px;
    background-color: #d81111;
    /* position: fixed; */
    /* margin-top: 60px; */
	padding: 2px;;
    text-decoration: none;
	text-align: center;
}
/**服务**/
.fuwu{
	padding: 10px;
	height: 62px;
	margin: 0 auto;
	background-color: #f3f3f3;
	  /* 阻止文本换行 */  
	  white-space: nowrap;  
    
	  /* 当内容超出容器时隐藏它 */  
	  overflow: hidden;  
		
	  /* 设定宽度为父元素宽度的100%，或者任何你需要的宽度 */  
	  width: 100%;  
		
	  /* 可选：添加文本截断效果，如果文本过长，将显示省略号（...） */  
	  text-overflow: ellipsis;  
}
.fuwulogo img{
	width: 169px;
	float: left;
}
.contit{
	float: left;
	padding: 2px 6px;
	border: 1px dotted #ccc;
	color: #424242;
}
.con .con_list{
	padding: 3px;
	display: block;
}
.con .con_list tr td{
	margin-left: 13px;
	display: block;
	float: left;
	font-size: 11px;
	width: 88px;
}
.con .con_list tr{
	display: block;
	float: left;
}
.con .daohang{
	float: left;
	max-width: 27%;
	margin-left: 1%;
}
.con a{
	color: #000;
}
.con .red{
	color: #ff0000;
}
.more a{
	color: #0bb2bc;
	float: left;
	font-size: 10px;
	padding: 2px 6px;
	border: 1px solid #0bb2bc;
}
.nav-space.nav-space__sp {
    display:none
}
.nav {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    line-height:60px;
    z-index:100;
}
.nav.nav-sp {
    position:static
}
.nav .nav-content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:90%;
    height:60px;
    margin:0 auto
}
.nav .nav-logo_wrap {
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.nav .nav-logo {
    height:60px
}
.nav .nav-func {
    height:60px;
    font-size:0
}
.nav-func_item:nth-child(2) .more-list{
	display: none;
}
.nav .nav-func_item {
    position:relative;
    display:inline-block;
    height:inherit;
    margin:0 20px;
    font-size:14px;
    font-weight:500;
    color:#24273C
}
/* .nav-func_item a:after{
    content: '';
    position: absolute;
    top: 25px;
    width: 10px;
    height: 10px;
    right: -12px;
    background-image: url(../img/tit_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
} */
.nav-func_item:first-child a:after {
	content:'';
	background: none;
}
.nav-func_item:first-child a:after{
	content: '';
}
.nav .nav-func_item:after {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#0bb2bc;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:center;
    transform-origin:center;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    transition:-webkit-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
    transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.nav-func_item a {
    display: block;
    color: #081E42;
    font-weight: 600;
    font-size: 16px;
}
.nav .nav-func_item:hover .product-list {
    max-height:500px;
    border-bottom:1px solid #E2E4EE
}
.nav .nav-func_item:hover .more-list {
    max-height:500px
}
.nav .more-list, .nav .product-list {
    max-height: 0;
    font-weight:400;
    -webkit-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
    z-index:200;
    overflow:hidden;
    box-shadow: 0 11px 24px 0 rgba(51, 51, 51, .09), 0 -5px 16px -8px rgba(51, 51, 51, .08);
}
.nav .maxHeight {
    max-height: 377px;
}
.nav .nav-func_item:hover:after {
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}
.nav .nav-func_item-new {
    position:relative
}
.nav .nav-func_item-new:before {
    content:'NEW';
    position:absolute;
    right:5px;
    top:10px;
    width:48px;
    height:24px;
    line-height:24px;
    border-radius:12px;
    background:#FF3535;
    text-align:center;
    font-size:12px;
    color:#fff;
    -webkit-transform:scale(.5);
    transform:scale(.5);
    -webkit-transform-origin:right top;
    transform-origin:right top
}
.nav .nav-func_item-select, .nav .nav-func_item:hover, .nav .nav-func_item:hover .arrow-down:before, .nav .nav-item_select, .nav .nav-item_select .arrow-down:before {
    color:#0bb2bc
}
.nav .nav-func_item-new:after {
    content:'';
    position:absolute;
    right:14px;
    top:22px;
    border:3px solid transparent;
    border-top:3px solid #FF3535
}
.nav .nav-item_select {
    position:relative
}
.nav .nav-item_select:before {
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:#0bb2bc
}
.nav .nav-more {
    cursor:pointer;
    margin-right:25px
}
.nav .arrow-down {
    position:absolute;
    top:24px;
    right:-16px;
    font-size:12px;
    margin:0 0 0 6px
}
.nav .arrow-down:before {
    color:#353535
}
.nav .product-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:fixed;
    left:0;
    top:60px;
    width:100%;
    min-width:90%;
    height:377px;
    background:#fff;
    cursor:default
}
.nav .product-list .product-item {
    width:280px;
    margin:32px 0 0;
    padding:0 0 0 39px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.nav .product-list .product-item__sp {
    padding:0 20px 0 68px;
    height:281px;
    border-right:1px solid #E2E4EE
}
.nav .product-list .product-item__title {
    line-height:17px;
    font-size:14px;
    color:#000000;
    min-height: 18px; /* 设置最小高度 */
    font-weight: 600 ;
    padding:0 0 0 12px;
    margin:0 0 12px
}
.nav .product-list .product-item__func {
    display:block;
    overflow:hidden;
    padding:0 0 0 12px
}
.hot {
    color: red;
    margin-left: 10px;
    font-size: 10px;
    border: red 1px solid;
    padding:1px 4px;
    border-radius:2px;
    font-weight: 600;
}
.nav .product-list .product-item__func:hover {
    background:#f4f6f9
}
.nav .product-list .product-item__func.product-item__func-sp:hover {
    background:#fff
}
.nav .product-list .product-item__name {
    line-height:20px;
    font-size:14px;
    color:#081E42;
    margin:12px 0 5px
}
.nav .product-list .product-item__tip {
    line-height:17px;
    font-size:12px;
    color:#9196A0;
    margin:0 0 12px
}
.nav .product-list .product-item__yunying {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:48px;
    font-size:0;
    padding:12px 0 12px 12px
}
.nav .product-list .product-item__yunying-img {
    display:inline-block;
    width:24px;
    height:24px;
    margin:0 16px 0 0;
    background-position:center;
    background-repeat:no-repeat;
    background-size:20px
}
.nav .product-list .product-item__yunying-wenzhen {
    background-image:url(https://img.xiaoshanxin.com/images/jieshao/%E9%97%AE%E8%AF%8Aicon.png);
    background-size: cover; /* 或其他值 */  
    width: 30px;
    height: 30px;
}
.nav .product-list .product-item__yunying-zuli {
    background-image:url(https://img.xiaoshanxin.com/images/jieshao/%E7%A7%9F%E8%B5%81icon.png);
    background-size: cover; /* 或其他值 */  
    width: 30px;
    height: 30px;
}
.nav .product-list .product-item__yunying-hutong {
    background-image:url(https://img.xiaoshanxin.com/images/jieshao/%E4%BA%92%E9%80%9Aicon.png);
    background-size: cover; /* 或其他值 */  
    width: 30px;
    height: 30px;
}
.nav .product-list .product-item__yunying-xitong {
    background-image:url(https://img.xiaoshanxin.com/images/jieshao/%E7%B3%BB%E7%BB%9Ficon.png);
    background-size: cover; /* 或其他值 */  
    width: 30px;
    height: 30px;
}
.nav .product-list .product-item__yunying-img5 {
    background-image:url(../fonts/icon-daohang-5.svg)
}
.nav .product-list .product-item__yunying-text {
    color:#081E42;
    font-size:14px
}
.nav .more-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    position:absolute;
    left:-12px;
    top:60px;
    width:80px;
    text-align:center;
    font-size:14px;
    border-radius:0 0 4px 4px;
    background:#fff;
    -webkit-box-shadow:0 2px 4px 0 rgba(0, 0, 0, .05), 0 6px 12px 0 rgba(0, 0, 0, .04);
    box-shadow:0 2px 4px 0 rgba(0, 0, 0, .05), 0 6px 12px 0 rgba(0, 0, 0, .04)
}
.nav .more-item {
    display:inline-block;
    line-height:20px;
    margin:26px 0 0
}
.nav .more-item:hover {
    color:#0bb2bc
}
.nav .more-item:last-child {
    margin-bottom:26px
}
.nav .nav-func_btn {
    display:inline-block;
    height:30px;
    line-height:28px;
    padding:0 19px;
    font-size:14px;
    text-align:center;
    vertical-align:top;
   
    border-radius:2px
}
.nav .nav-func_submit {
    margin-left: 104px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border:1px solid #0bb2bc;
    color:#0bb2bc
}
.nav .nav-func_forFree {
    background:#0bb2bc;
    color:#fff;
    margin-top: 0px;
}
.page-index {
    margin-top: 60px;
}
.jiantou{
	width: 13px;
}
/* AI弹框 */


  #renderContent {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    z-index: 1000;
    transition: right 0.3s ease-in-out;
  }

  #popupContainer {
    background: white;
    width: 85%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  }

  .bubbleContentHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f3f5f9;
    padding: 16px;
    width: 100%;
  }

  .bubbleContentHeader .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .closeButton {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }

  iframe {
    border: 0;
    display: block;
    flex: 1;
  }
  .menu_close_img {
    width: 14px;
    height: 14px
  }
  .quanpin_img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .popupheader{
    font-size: 16px;
  }