/*初始化样式*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}
html body {
    line-height: 1.5;
    font-size: 14px;
    font-family:'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
    -webkit-font-smoothing: antialiased;
}
/*body::-webkit-scrollbar {*/
/*	width: 0px;*/
/*}*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
textarea {
    resize: none;
}
img {
    border: 0;
    vertical-align: bottom;
}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #ffffff;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    color: #ffffff;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
ul,
li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
    overflow: hidden;
}
.clear-p-t{
    padding-top: 0 !important;
}
.clear-margin{
    margin: 0 !important;
}
.clear-b-margin{
    margin-bottom: 0 !important;
}
.show-module-card {
	display: none;
}
/*初始化样式结束*/
/*公共样式*/
i {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.flex {
    display: -webkit-flex;
    display: flex;
}
.flex1 {
    -webkit-flex: 1;
    flex: 1;
}
.flex-leftCenter {
    display: flex;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-around-center {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.flex-rightCenter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flex-vertical {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.flex-start {
    align-items: flex-start;
}
.flex-end {
    align-items: flex-end;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.lsd-content-wrap {
    max-width: 1440px;
    margin: 0 auto;
}
.lsd-content-box-w {
	background-color: #ffffff;
	padding-top: 90px;
}
.lsd-content-box-b {
	background: linear-gradient(90deg, rgba(236,244,255,1) 1.3%,rgba(255,255,255,1) 46.25%,rgba(220,231,255,1) 99.2%);
	padding-top: 90px;
}
.lsd-h1 {
	font-size: 40px;
}
.lsd-h2 {
	font-size: 28px;
	color: #333333;
}
.lsd-h3 {
	font-size: 18px;
	color: #666666;
}
.lsd-h4 {
	font-size: 16px;
	color: #101010;
}
.lsd-pdt10 {
	padding-top: 10px;
}

.lsd-pdt15 {
	padding-top: 15px;
}
.lsd-pdt20 {
	padding-top: 20px;
}

.lsd-pdt30 {
	padding-top: 30px;
}
.lsd-pdt50 {
	padding-top: 50px;
}
.lsd-pdt60 {
	padding-top: 60px;
}
.lsd-pdb3 {
	padding-bottom: 3px;
}
.lsd-pdb10 {
	padding-bottom: 10px;
}
.lsd-pdb15 {
	padding-bottom: 15px;
}
.lsd-pdb20 {
	padding-bottom: 20px;
}
.lsd-pdb30 {
	padding-bottom: 30px;
}
.lsd-pdb60 {
	padding-bottom: 60px;
}
.lsd-mt10 {
	margin-top: 10px;
}
.lsd-mt15 {
	margin-top: 15px;
}
.lsd-mt20 {
	margin-top: 20px;
}
.lsd-mt25 {
	margin-top: 25px;
}
.lsd-mt30 {
	margin-top: 30px;
}
.lsd-mt50 {
	margin-top: 50px;
}
.lsd-mt80 {
	margin-top: 80px;
}
.lsd-mt90 {
	margin-top: 90px;
}
.lsd-mb15 {
	margin-bottom: 15px;
}
.lsd-mb20 {
	margin-bottom: 20px;
}
.lsd-mb30 {
	margin-bottom: 30px;
}
.lsd-mb90 {
	margin-bottom: 90px;
}
.lsd-mb50 {
	margin-bottom: 50px;
}
.lsd-content {
	padding-top: 70px;
}
.lsd-h2-title {
	position: relative;
}
.lsd-h2-title .lsd-h2 {
	margin-left: 10px;
}
.lsd-h2-title .right-more {
	position: absolute;
	top: 50%;
	right: 0;
	cursor: pointer;
	z-index: 2;
	transform: translateY(-50%);
}
/* 新加的图片放大 */
.banner-wrap .banner-imgs {
	width: 100%;
	height: 100%;
	transform: scale(1);
	object-fit: cover;
	position: absolute;
	transition: all 1s;
	z-index: 1;
}
.banner-wrap:hover .banner-imgs {
	transform: scale(1.1);
}
.banner-wrap .lsd-content-wrap {
	position: relative;
	z-index: 55;
}
.overflowHidden {
	overflow: hidden;
}
/* 老样式 */
.banner-wrap {
	height: 400px;
	overflow: hidden;
	position: relative;
	background-size: cover !important;
}
.banner-box {
	height: 100%;
	width: 100%;
	align-items: normal;
}
.banner-wrap .banner-box {
	padding-top: 60px;
}
.banner-box .banner-box-content .lsd-h1 {
	color: #101010;
}
.banner-box .banner-box-content {}
.banner-video-btn {
	width: 140px;
	height: 44px;
	border: 1px solid #0069EA;
	border-radius: 50px;
	cursor: pointer;
	margin-left: 40px;
	justify-content: center;
	overflow: hidden;
	padding: 6px;
}
.banner-video-btn-nr {
	width: 100%;
	height: 100%;
	border-radius: 50px;
}
.banner-video-btn-icon {
	font-size: 18px;
	color: #0069EA;
	font-weight: bold;
}
.banner-video-btn:hover {
	border: none;
	background: linear-gradient(95.83deg, rgba(0,105,234,0.4) 2.49%,rgba(0,42,251,0.4) 94.98%);
}
.banner-video-btn:hover .banner-video-btn-nr {
	background: linear-gradient(95.83deg, rgba(0,105,234,1) 3.42%,rgba(0,42,251,1) 95.91%);
}
.banner-video-btn:hover .banner-video-btn-nr .banner-video-btn-text,
.banner-video-btn:hover .banner-video-btn-nr .banner-video-btn-icon{
	color: #ffffff;
}
.banner-video-btn:hover .banner-video-btn-nr .banner-video-btn-text::before {
	background-color: #ffffff;
}
.banner-video-btn-text {
	position: relative;
	margin-left: 5px;
	font-size: 14px;
	color: #0069EA;
}
.banner-video-btn-text::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	right: 0;
	height: 1px;
	background-color: #0069EA;
}
.bnr-t-text {
	margin: 20px 0 15px;
	font-size: 20px;
	color: #F4AC00;
}
.bnr-t-text1 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.bnr-t-text2 {
	margin-bottom: 0;
}
.bnr-m-text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
}
.down-btn-wrap {
	margin-top: 30px;
}
.bnr-b-btn {
	font-weight: bold;
	height: 50px;
	width: 202px;
	cursor: pointer;
	font-size: 14px;
	background: url("../images/government/bnr-btn-bg.png") no-repeat center center;
	background-size: cover;
}
.bnr-b-btn:nth-child(2) {
	margin: 0 15px;
}
.bnr-b-btn-c {
	color: #310E6C;
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 100%;
	background-size: 17px;
}
.bnr-b-btn-c i {
	font-size: 14px;
	margin-left: 1px;
}
.bnr-b-btn-c-r {
	font-weight: bold;
	color: #310E6C;
	margin-left: 45px;
}
.bnr-b-btn-c-r i {
	font-size: 15px;
	font-weight: bold;
}
.lsd-video-btn {
	padding: 7px;
	margin-left: 25px;
	width: 200px;
	border-radius: 35px;
	border: 1px solid #1779FF;
	color: #0069EA;
}
.lsd-video-btn-in {
	padding: 0 10px;
}
.lsd-video-btn .lsd-video-btn-in-txt,
.lsd-video-btn .banner-video-btn-icon,
.lsd-video-btn .lsd-video-btn-in-icon {
  color: #0069EA;
	font-size: 14px;
	font-weight: bold;
}
.lsd-video-btn-in-icon {
	line-height: 30px;
	margin-left: 7px;
	position: relative;
	top: -2px;
}
.lsd-video-btn .banner-video-btn-icon {
	margin-right: 7px;
}
.lsd-video-btn:hover {
	padding: 7px;
	margin-left: 25px;
	width: 200px;
	border-radius: 35px;
	background: linear-gradient(95.83deg, rgba(0,105,234,0.4) 2.49%,rgba(0,42,251,0.4) 94.98%);
}
.lsd-video-btn:hover .lsd-video-btn-in {
	height: 100%;
	width: 100%;
	border-radius: 35px;
	background: linear-gradient(95.83deg, rgba(0,105,234,1) 3.42%,rgba(0,42,251,1) 95.91%);
}
.lsd-video-btn:hover {
	border-color: #ffffff;
}
.lsd-video-btn:hover .lsd-video-btn-in .banner-video-btn-icon,
.lsd-video-btn:hover .lsd-video-btn-in .lsd-video-btn-in-txt {
	font-size: 14px;
	color: #ffffff;
}
.lsd-video-btn:hover .lsd-video-btn-in .lsd-video-btn-in-icon {
	line-height: 30px;
	margin-left: 7px;
	font-size: 14px;
	color: #ffffff;
	position: relative;
	top: -2px;
}

.layui-btn-resect {
    display: none !important;
}
.layui-form-label {
	width: 130px !important;
	font-weight: bold !important;
    text-overflow: inherit !important;
    padding: 9px !important;
}
#modal-content-scroll {
	padding-right: 20px;
}
.layui-input-block {
	margin-left: 130px !important;
}
.layui-form-item {
    position: relative;
}
.errormessage {
	display: none;
	color: red;
	position: absolute;
	left: 00px;
	bottom: -15px;
	font-size: 12px;
}
.error-input {
	border-color: red !important;
}
.longshi-dialog .title{
  justify-content: center;
  height: 55px;
  width: 400px;
  color: rgba(16, 16, 16, 100);
  font-size: 20px;
  background: url('../images/layoutleft/2-new.png?t=1717487089628') no-repeat;
  background-size: 100% 100%;

}
.layui-layer-title {
	padding: 0 30px 0 30px !important;
}
.longshi-dialog .title img {
	width: 18px;
}
/*公共样式结束*/

/* 公司动态 */
.lsd-container-dynamic-index .lsd-container-dynamic-title .dynamic-title-left .title-left-name {
  font-size: 32px;
	font-weight: bold;
}
.lsd-container-dynamic-index .lsd-container-dynamic-title .dynamic-title-left .icon-paragraph{
	font-size: 48px !important;
	color: #0069EA;
}
.lsd-container-dynamic-index .lsd-container-dynamic-title {
	padding: 90px 0 50px;
	align-items: center !important;
}
.lsd-container-dynamic-content-item {
	flex-wrap: wrap;
}
.dynamic-content-item-action-img-box {
	width: 270px;
	overflow: hidden;
	border-radius: 5px;
}
.lsd-container-dynamic-content-item li {
	height: 152px;
	width: calc(50% - 15px);
	margin-bottom: 30px;
	overflow: hidden;
}
.dynamic-content-item-action .dynamicaction-leftimg {
	transition: all .5s;
}
.dynamic-content-item-action:hover .dynamicaction-leftimg {
	transform: scale(1.1);
}

.lsd-container-dynamic-content-item a {
	width: 100%;
}
.lsd-container-dynamic-content-item .dynamic-content-item-action {
	max-height: 265px;
	overflow: hidden;
}
.lsd-container-dynamic-content-item .dynamic-content-item-action .dynamicaction-leftimg {
	height: 152px;
	border-radius: 5px;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle {
  margin-left: 20px;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle .dynamic-time{
  color: rgba(163, 163, 163, 1);
  font-size: 14px;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle .icon-shijian{
  color: #A3A3A3;
	font-size: 16px;
	margin-right: 5px;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle .dynamic-text {
  color: rgba(119, 119, 119, 1);
  font-size: 14px;
	overflow: hidden;
}
.lsd-container-dynamic-content-item .dynamic-content-item-action:hover .dynamicaction-leftarticle .dynamic-title {
	color: #0069EA;
}
.lsd-container-dynamic-content-item .dynamic-content-item-action:hover .dynamicaction-leftarticle .dynamic-text,
.lsd-container-dynamic-content-item .dynamic-content-item-action:hover .dynamicaction-leftarticle .iconfont,
.lsd-container-dynamic-content-item .dynamic-content-item-action:hover .dynamicaction-leftarticle .dynamic-time {
	color: #5EA6FF;
}
.lsd-container-dynamic-content-item .dynamicaction-leftarticle .dynamic-title{
  color: black;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 案例 */
.lsd-container-case-index-title {
	padding-top: 90px;
	padding-bottom: 50px;
}
.lsd-container-case-index .lsd-container-case-content .lsd-container-case-content-item-action{
  width: 31%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	box-shadow: 0px 2px 10px 0px rgba(19, 107, 237, 0.2);
	border: 1px solid rgba(228, 228, 228, 1);
	padding: 20px;
	overflow: hidden;
}
.lsd-container-case-index .lsd-container-case-content .lsd-container-case-content-item-action:hover .container-case-content-item-action-img {
	transform: scale(1.1);
}
.lsd-container-case-index .container-case-content-item-action-remark {
  color: rgba(119, 119, 119, 1);
  font-size: 14px;
}
.lsd-container-case-index .lsd-container-case-content {
	padding-bottom: 30px;
}
.lsd-container-case-index .container-case-content-item-action-img {
	width: 100%;
	border-radius: 5px;
	margin: 20px 0 15px;
	transition: all .5s;
}
.lsd-container-case-index .container-case-content-item-action-title {
  color: rgba(16, 16, 16, 1);
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}
.lsd-container-case-index .lsd-container-case-content .lsd-container-case-content-item {
	align-items: stretch !important;
	margin-bottom: 30px;
}
.lsd-container-case-index .lsd-container-case-content .lsd-container-case-content-item:last-child {
  margin-bottom: 0;
}
/* 荣誉 */
.lsd-container-honor-index {
	/* padding-bottom: 30px; */
	background: linear-gradient(90.23deg, rgba(236,244,255,1) 0.22%,rgba(255,255,255,1) 53.01%,rgba(230,238,255,1) 99.82%,rgba(220,231,255,1) 99.82%);
}
.lsd-container-honor-item-li {
	/* overflow: hidden; */
	margin-bottom: 30px;
}
.lsd-container-honor-item-li .honor-content-item-action-topImage .honoraction-leftimg {
	transition: all .5s;
}
.lsd-container-honor-item-li:hover .honor-content-item-action-topImage .honoraction-leftimg {
	transform: scale(1.1);
}
a.right-more {
	color: rgba(54, 130, 252, 1);
	font-size: 14px;
	font-weight: bold;
}
a.right-more:hover {
	color: rgba(54, 130, 252, 1);
}
.icon-double-right {
	color: rgba(54, 130, 252, 1);
	font-size: 18px;
	font-weight: bold;
}
.lsd-container-honor-index .container-honor-title {
	/* position: relative; */
}
.lsd-container-honor-index .right-more{
	position: absolute;
	top: 50%;
	right: 0;
	cursor: pointer;
	z-index: 2;
	transform: translateY(-50%);
}
.lsd-container-honor-index .right-more:hover {
	color: rgba(54, 130, 252, 1) !important;
}
.lsd-container-honor-index .lsd-container-honor-content-item {
  flex-wrap: wrap;
	padding-bottom: 30px;
}
.lsd-container-honor-index .lsd-container-honor-content-item li{
	width: 31%;
	display: inline-block;
}
.lsd-container-honor-index .lsd-container-honor-content-item a{
	width: 100%;
	display: inline-block;
}
.lsd-container-honor-index .lsd-container-honor-content-item:last-child {
	padding-bottom: 0px;
}
.honor-content-item-action-btns {
	color: #0069EA;
	text-align: right;
	font-size: 14px;
		margin-top: 10px;
}
.lsd-container-honor-index .lsd-container-honor-content-item .honor-content-item-action {
  padding: 20px;
	width: 100%;
	box-shadow: 0px 2px 6px 0px rgba(19, 107, 237, 0.2);
	border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
}
.lsd-container-honor-index .lsd-container-honor-content-item .honor-content-item-action:hover {
	box-shadow: 0 2px 30px 0 rgb(196 197 203);
}
.lsd-container-honor-index .lsd-container-honor-content-item .honor-content-item-action:hover .honoraction-leftarticle .article-title {
	color: #0069EA;
}
.lsd-container-honor-index .lsd-container-honor-content-item .honor-content-item-action:hover .honoraction-leftarticle .article-text {
	color: #5EA6FF;
}
.lsd-container-honor-index .lsd-container-honor-content-item .honor-content-item-action .honoraction-leftimg {
	height: 100%;
}
.honor-content-item-action-topImage {
	width: 100%;
	height: 180px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	background: #E9F3FF;
	padding: 6px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.iconfont1 {
	font-size: 13px !important;
	padding-left: 2px !important;
}
.lsd-container-honor-index .honor-content-item-action .honoraction-leftarticle {

	height: 140px;
	/* padding-left: 15px; */
}
.lsd-container-honor-index .honor-content-item-action .honoraction-leftarticle .article-title{
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0;
}
.lsd-container-honor-index .honor-content-item-action .honoraction-leftarticle .article-text{
	color: rgba(119, 119, 119, 1);
  font-size: 14px;
	overflow: hidden;
}

.secondTitle {
  font-size: 28px;
  font-weight: normal;
}

/* 底部导航 */
.lsd-footer .lsd-footer-content{
  background: #49607D;
	padding: 50px 0;
}
.lsd-footer .footer-title {
  color: rgba(255, 255, 255, 1);
	font-size: 18px;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #7A8EA7;
	margin-bottom: 20px;
}
.lsd-footer .product-div {
	width: 15%;
	min-width: 112px;
}
.lsd-footer .img-div {
	text-align: center;
	color: #ffffff;
}
.lsd-footer .img-div .qr-code{
  height: 144px;
	margin-bottom: 15px;
}
.lsd-footer .img-pcode1{
  margin-right: 20px;
}
.lsd-footer .icon-adress{
  width: 18px;
}
.lsd-footer p {
	color: rgba(229, 229, 229, 1);
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}
.lsd-footer li {
	margin-bottom: 20px;
}
.lsd-footer li:last-child {
	margin-bottom: 0;
}
.lsd-footer a {
	color: rgba(229, 229, 229, 1);
	font-size: 14px;
	text-align: left;
}
.lsd-footer a:hover {
	color: #ffffff;
}
.lsd-footer .show-pc {
	display: block;
}
.lsd-footer .show-module {
	display: none;
}
.lsd-footer .lsd-footer-bottom {
	background-color: rgba(62, 81, 107, 1);
	color: #ffffff;
}
.lsd-footer .lsd-footer-bottom .footer-bottom-content {
	padding: 18px 0;
}
.lsd-footer .lsd-footer-bottom .footer-bottom-content .lsd-filing{
	margin-left: 50px;

}
.lsd-footer .lsd-footer-bottom .footer-bottom-content .ba-img{
	width: 20px;
}
.lsd-footer .lsd-footer-bottom .ld-copyright .ld-copyright-year {
	padding: 0 15px;
}
.lsd-footer .lsd-footer-bottom a{
	color: #ffffff;
	font-size: 14px;
}
/* 右侧浮动按钮 */
#phone-text-success {
	margin-left: 10px;
}
.lsd-layout-left {
	position: fixed;
	right: 0px;
	line-height: 1.3;
	bottom: 20%;
	z-index: 98;

}
.lsd-layout-left .lsd-layout-left-content{
  background: linear-gradient(180deg, rgba(89,194,255,1) 1%,rgba(0,105,234,1) 100%);
	padding: 17px 10px;
	box-shadow: 0px 2px 6px 0px rgba(19, 107, 237, 0.2);
	font-size: 12px;
	border-radius: 15px;
}
.lsd-layout-left .lsd-layout-left-content .other-item {
	text-align: center;
  margin-bottom: 22px;
  cursor: pointer;
  position: relative;
	color: #ffffff;
}
.lsd-layout-left .lsd-layout-left-content .other-item:last-child {
  margin-bottom: 0;
}
.lsd-layout-left .lsd-layout-left-content .line{
  width: 100%;
  height: 1px;
  background: #E1EBFF;
  margin: 0 auto;
  margin-bottom: 15px;
}
.lsd-layout-left .lsd-layout-left-content .other-item .iconfont{
  font-size: 30px;
	color: #ffffff;
}
.lsd-layout-left .lsd-layout-left-content .other-item .cursor-item{
  display: none;
}
.lsd-layout-left .lsd-layout-left-content .other-item:hover .cursor-item{
  font-size: 12px;
  display: block;
}
.lsd-layout-left .lsd-layout-left-content .cursor-item {
  position: absolute;
  display: block;
  right: 110px;
  top: 0;
  padding: 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: #ffffff;
	color: black;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.lsd-layout-left .lsd-layout-left-content .cursor-item::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.lsd-layout-left .lsd-layout-left-other .lsd-layout-left-btnpc {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	margin-top: 15px;
	font-size: 12px;
	background-color: rgba(0, 105, 234, 1);
	color: rgba(255, 255, 255, 1);
	text-align: center;
	cursor: pointer;
	box-shadow: 0px 2px 6px 0px rgba(79, 79, 79, 0.4);
}

/* 文字超出显示... */
.four-line-ellipsis {
   display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.three-line-ellipsis {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.two-line-ellipsis {
   display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.one-line-ellipsis {
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* 显示的行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* tab选项卡 */
.lsd-about-tab-content {
	padding: 50px 0;
}
.lsd-about-tab-pane {
	display: none;
}
.lsd-about-content-active {
	display: block;
}
.lsd-about-tab-header {
	height: 60px;
	box-shadow: 0px 2px 3px 0px rgba(79, 158, 255, 0.2);
}
.lsd-about-header-item {
	margin-right: 100px;
	padding: 0 20px;
	color: rgba(16, 16, 16, 1);
	font-size: 16px;
	height: 100%;
	line-height: 60px;
	cursor: pointer;
}
.lsd-about-header-item:last-child {
	margin: 0;
}
.lsd-about-header-active {
	position: relative;
}
.lsd-about-header-active::before {
  content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #0069EA;
	position: absolute;
	bottom: 0;
	left: 0;
}
.viewer-container {
	background-color: rgba(0, 0, 0, 0.5);
}
.domcursorDef {
	cursor: default !important;
}
/*滚到顶部*/
.lsd-fixbar {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 80px;
	z-index: 999999;
}
.lsd-fixbar .lsd-fixbar-item {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	border-radius: 5px;
	opacity: .95;
	background-color: rgba(0, 105, 234, 1);
	box-shadow: 0 2px 6px 0 rgba(79, 79, 79, 0.4);
}
.lsd-fixbar-icon {
	transform: rotate(-90deg);
	cursor: pointer;
}
/* 使用animate.css的动画 */
.lsd-animate-swing:hover {
	animation-duration: 1s; /* 动画持续时间 */
	animation-fill-mode: both; /* 动画开始和结束时的状态 */
	animation-play-state: running; /* 动画状态 */
}

/* 在这里应用动画，比如bounce */
.lsd-animate-swing:hover.swing {
	animation-name: swing;
}
/* 照片遮罩层 */
.img-box-show {
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	background: rgba(0, 0, 0, .5);
	-webkit-box-orient: vertical;
	cursor: pointer;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url('/images/about/fd.png');
	background-size: 20px;
	background-repeat: no-repeat;
  background-position: center; /* 图片居中显示 */
}
.phone-more-btn-wrap {
	display: none;
}




/* 新增banner样式 */
/*header样式*/
.lsd-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #ffffff;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.08);
}
.lsd-header .tel-wrap {
	cursor: pointer;
	position: relative;
}
.lsd-header .tel-wrap:hover .tel-wrap-sub-box {
	display: block;
}
.tel-wrap-sub-box {
	display: none;
	position: absolute;
	top: 100%;
	width: 210px;
	left: 50%;
	transform: translateX(-50%);
	height: 23px;
	z-index: 2000;
}
.tel-wrap-sub-box-top {
	position: absolute;
	top: 23px;
	width: 325px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 15px;
	box-shadow: 0 6px 12px rgba(0,0,0,.1);
}
.mid-line {
	position: relative;
	width: 1px;
	height: 110px;
	margin: 0 20px;
}
.mid-line::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 10px;
	right: 0;
	background-color: #0069EA;

}
.l-box .l-box-txt {
	color: #777777;
	text-align: center;
}
.tel-box {
	height: 110px;
}
.r-box .r-box-txt {
	color: #777777;
	text-align: center;
}
.r-box .r-box-tel {
	margin-top: 3px;
	color: #101010;
}

.lsd-header .tel-text {
	font-size: 16px;
	margin-left: 10px;
	color: #0069EA;
}
.menu-list .menu-list-item .txt {
	padding: 0 20px;
	font-size: 16px;
	color: #101010;
}
.tel-wrap>img {
	width: 25px;
}
.menu-list .menu-list-item .menu-arrow {
	color: #101010;
	margin-left: 5px;
}
.menu-list .menu-list-item:hover .txt, .menu-list .menu-list-item:hover .txt .menu-arrow{
	color: #0069EA;
	font-weight: bold;
}
.menu-list .menu-list-item.current .txt, .menu-list .menu-list-item.current .txt .menu-arrow {
	color: #0069EA;
}
.icon-31dianhua {
	font-size: 28px;
	color: #0069EA;
}
.menu-list .menu-list-item.product {
	position: relative;
}

.menu-list-item.product .sub-list {
	width: 100%;
	background: #fff;
	padding: 0px 0;
	margin-top: 15px;
	/* box-shadow: 0 6px 12px rgba(0,0,0,.1); */
}
.sub-list .sub-list-item {
	position: relative;
}
.sub-list-item-icon {
	height: 23px;
	width: 23px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sub-list-item-icon img {
	max-height: 22px !important;
}
.sub-list .sub-list-item:last-child {
	border-bottom: none;
}
.sub-list .sub-list-item:hover .sub-list-item-txt {
	color: #0069EA;
}
.sub-list .sub-list-item:hover .sub-list-item-box{
	border-radius: 5px;
  background-color: #F4FAFF;
}
.sub-list .sub-list-item.current .sub-list-item-txt {
	color: #0069EA;
}
.sub-list .sub-list-item.current .sub-list-item-box {
	border-radius: 5px;
  background-color: #F4FAFF;
}
.sub-list .sub-list-item .sub-list-item-txt {
	cursor: pointer;
	padding-left: 10px;
	display: block;
	/* height: 60px;
	line-height: 60px; */
	font-size: 14px;
	color: #666666;
}
.sub-list .sub-list-item .sub-list-item-box {
	padding: 15px 10px;
	width: 100%;
	display: flex;
}
.icon-menu-wrap {
	display: none;
}
.icon-menu-wrap .icon-menu {
	height: 100%;
	width: 100%;
}
.lsd-header .lsd-content-wrap .menu-list-nav .menu-list {
	height: 100%;
}
.lsd-header .lsd-content-wrap .menu-list-nav .menu-list .menu-list-item {
	height: 100%;
	display: flex;
	align-items: center;
}
.sub-list-wrap {
	display: none;
	position: fixed;
	top: 70px;
	width: 100%;
	left: 0;
	box-shadow: 2px 10px 5px 0px rgba(0,105,234,0.1);
}
.menu-list-item.product:hover .sub-list-wrap {
	display: block;
}
.sub-list-wrap .line{
	width: 100%;
}
.sub-list-warp-ban-box {
	background: #ffffff;
	height: 100%;
	width: 100%;
}
.sub-list-warp-ban {
	margin: 0 auto;
	height: 100%;
}
.sub-list-warp-ban-left {
	background-color: rgba(248,252,255,1);
	width: 40%;

}
.sub-list-warp-ban-introduce {
	margin: 40px 0 0 calc((100vw - 1440px) / 2);
}
.sub-list-warp-ban-introduce .sub-list-warp-ban-introduce-sys {
	width: 410px;
	height: 150px;
	background-image: url('https://www.longshidata.com/images/headerIcon/leftBg.png');
	background-size: 100% 100%;
  /* background: linear-gradient(180deg, rgba(213,232,255,0.89) 0%,rgba(59,139,239,0.1) 100%,rgba(255,255,255,0) 27%); */
  /* border: 1px solid rgba(176,211,255,1); */
	border-radius: 15px;
}
.sub-list-warp-ban-introduce-sys-icon {
	width: 100%;
	position: relative;
}
.sub-list-warp-ban-introduce-sys-icon .header-icon {
	width: 88px;
	display: inline-block;
	position: absolute;
	margin: 0 auto;
	height: 10px;
	border-radius: 0px 0px 17px 17px;
	background-color: rgba(0,105,234,0.67);
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sub-list-warp-ban-introduce-sys-text {
	width: 85%;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
}
.introduce-sys-text-sys-gg {
	align-items: center;
}
.introduce-sys-text-sys-round {
  background: #ffffff;
	border-radius: 50%;
	padding: 2px;
	display: flex;
	align-items: center;
	margin-left: 5px;
	box-shadow: 2px 2px 5px 0px rgba(0,105,234,0.1);
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-sys {
	font-size: 14px;
	text-align: center;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-sys .text2 {
	font-weight: bold;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-sys .img1,.img2 {
  /* top: 10px; */
	/* transform: translateY(45%); */
	top: 0;
	position: absolute;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-sys .img1 {
	left: -25px;
	height: 50px;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-sys .img2 {
	right: -20px;
	height: 50px;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-bznum {
  margin-top: 20px;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-bznum .introduce-sys-text-bznum-item .text-title {
	color: rgba(16,16,16,1);
  font-size: 16px;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-bznum .introduce-sys-text-bznum-item .header-num {
	font-weight: bold;
  font-size: 28px;
	color: rgba(0,105,234,1);
  text-shadow: 0px 3px 3px rgba(74,155,255,0.9);
	margin-right: 5px;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-bznum .introduce-sys-text-bznum-item .count {
	font-size: 14px;
}
.sub-list-warp-ban-introduce-sys-text .introduce-sys-text-bznum .introduce-sys-text-bznum-item:nth-child(2) {
	margin-left: 20px;
}
.sub-list-warp-ban .sub-list-warp-ban-left .sub-list-warp-ban-text {
	color: rgba(16,16,16,1);
	font-size: 16px;
	text-align: left;
	width: 390px;
	margin-top: 30px;
}
.sub-list-warp-ban .sub-list-warp-ban-left .icon-about a{
	color: rgba(0,105,234,1);
	margin-top: 5px;
  font-size: 14px;
	padding-bottom: 45px;
}
.sub-list-warp-ban-right {
	width: 60%;
	height: 100%;
  padding: 41px 21px;
	margin-left: 40px;
}
.sub-list-warp-ban-right .sub-list-warp-ban-right-content {
  display: flex;
	flex-wrap: wrap;
	max-width: 840px;
}
.sub-list-warp-ban-right .sub-list-warp-ban-right-content .sub-list-warp-ban-right-content-item{
  
}
.sub-list-warp-ban-right .sub-list-warp-ban-right-content .sub-list-warp-ban-right-content-item .sub-list-warp-ban-right-content-item-title .item-title-item{
	position: relative;
	z-index: 99;
  display: inline-block;
	color: rgba(54,54,54,1);
  font-size: 16px;
	font-weight: bold;
	padding-left: 18px;
}
.sub-list-warp-ban-right .sub-list-warp-ban-right-content .sub-list-warp-ban-right-content-item .sub-list {
	max-width: 235px;

}
.sub-list-warp-ban-right .sub-list-warp-ban-right-content .sub-list-warp-ban-right-content-item .sub-list-warp-ban-right-content-item-title .item-title-item::before {
  position: absolute;
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 45%;
	left: 12px;
	transform: translate(-50%);
	background: #0069EA;
}
.sub-list-warp-ban-right-content-item .sub-list-warp-ban-right-content-item-title .item-title-item img {
	position: absolute;
	bottom: 1px;
	width: 120%;
	height: 10px;
	z-index: -1;
	left: -10px;
}
.introduce-sys-text-sys-td {
	position: relative;
	display: inline-block;
}
/*header样式结束*/
@media screen and (max-width: 1440px) {
	.sub-list-warp-ban-introduce {
		margin: 40px 40px 0 calc((100vw - 1200px) / 2) !important;
	}
}


/* 万字分享链接 */
.exchange-wzfx {
border-radius: 35px;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
	font-size: 14px;
	padding: 3px 10px;
	color: rgba(16,16,16,1) !important;
	margin-top: 30px;
	display: inline-block;
}
.exchange-wzfx .icon-xiangyoujiantou1 {
	font-weight: bold;
	margin-left: 5px;
}



@media screen and (min-width: 769px) {
	.modal-content-scroll-text {
		padding:10px 0 10px 20px;
	}
	body {
		min-width: 1200px;
	}
	.lsd-content-wrap {
		padding: 0 30px;
	}
	.from-inputs-fl {
		border-bottom: 1px solid rgba(222, 222, 222, 0.5);
		margin-left:20px;
	}
	.lsd-from-itemAll {
		border-right: 1px solid rgba(222, 222, 222, 0.5);
		padding-right: 25px;
	}
  .wx-ts {
		margin-left: 20px;
		color: rgba(0, 105, 234, 1);
		font-size: 14px;
	}
	.from-inputs-fl-second {
		font-size: 15px;
		font-weight: bold;
		margin-left:20px;
		margin-bottom: 15px;
	}
	.layui-form-phone {
		display: none;
	}
	
	.none-img-lsd {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.exchange-wzfx {
		margin-top: 10px;
		font-size: 12px;
	}
	.exchange-wzfx .icon-xiangyoujiantou1 {
		font-size: 12px;
	}
	.secondTitle {
		font-size: 22px;
		font-weight: normal;
	  }
	.modal-content-scroll-text {
		padding:10px 0 10px 20px;
	}
	.from-inputs-fl-second {
		display: none;
	}
	.wx-click-zx-text {
		padding-top: 15px;
	}
	.wx-click-zx {
		text-align: center;
		color: #5f5f5f;
	}
	.none-img-lsd {
		display: none;
	}
	.layui-form-phone-item {
		background: #F5F9FF;
		margin-left: 15px;
		padding: 10px 0;
		margin-bottom: 3px;
		border-radius: 5px;
	}
	.layui-form-phone-item:nth-child(1) {
		margin-right: 0;
		margin-left: 0;
	}
	.layui-form-phone {
		padding-bottom: 0px;
		padding-left: 20px;
		padding-top: 0px;
	}
	.layui-form-phone-item .wx-ts-lsd{
    color: rgba(0, 105, 234, 1);
		font-size: 14px;
	}
	.wx-ts {
		display: none;
	}
}
#modal-content-scroll {
	height: 100%;
	overflow: auto;
}
.video-box-btn-wrap {
	margin-left: 115px;
}
.cpzs-box.yyjx-box {
	position: relative;
}
.cpzs-box.yyjx-box:hover .change-left-arrow{
	display: block;
}
.cpzs-box.yyjx-box  .change-left-arrow.disabled {
	opacity: .3;
	cursor: default;
}
.cpzs-box.yyjx-box  .change-right-arrow.disabled {
	opacity: .3;
	cursor: default;
}
.cpzs-box.yyjx-box:hover .change-right-arrow{
	display: block;
}
.cpzs-box.yyjx-box .change-left-arrow {
	cursor: pointer;
	display: none;
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	height: 50px;
	width: 50px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.6) url("../images/public/change-right-icon.png") center center no-repeat;
	background-size: 30px 30px;
	border-radius: 100%;
	transform: rotate(180deg);
}
.cpzs-box.yyjx-box .change-right-arrow {
	cursor: pointer;
	display: none;
	position: absolute;
	z-index: 2;
	left: 85px;
	bottom: 20px;
	height: 50px;
	width: 50px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.6) url("../images/public/change-right-icon.png") center center no-repeat;
	background-size: 30px 30px;
	border-radius: 100%;
}
.show-pc-banner {
	display: block;
}
.show-module-banner {
	display: none;
}