.idx_viddiv{
	overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sft_ss_tmp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
}
.sft_ss_img {
    width: 100%;
}
.index-hot-box {
	width: 100%;
	background: #096bb6;
}

.index-hot-list {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.index-hot-list>ul {
	height: 100%;
	width: 100%;
}

.DF {
	display: flex;
}
#swiper-container1 {
	width: 80%;
    min-height: 700px;
    padding-bottom: 40px;
}
.index-hot-list>ul>li {
	flex: 2;
    color: #FFF;
    text-align: center;
    padding: 20px 0;
    height: 61px;
}
.index-hot-list>ul>li>div{
    height: 40px;
    width: 100%;
    overflow: hidden;
}
.index-hot-list>ul>li>div>img{
	height: 32px;
}
.index-hot-list>ul>li>p{
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
}

.index-hot-list>ul>li:hover {
	background: #0484e7;
	cursor: pointer;
}

.imglunbo{
	background: #f2f2f2;
    padding-bottom: 30px;
}
.imgtitle{
	width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
.index-product-title {
	text-align: center;
    padding: 50px 0;
}

.index-product-img {
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.index-product-title>div{
    margin-bottom: 5px;
    font-size: 32px;
    color: #333;
}

.index-product-title>p{
    color: #6e6e6e;
    font-size: 16px;
}

.index-product-img>img {
	width: 100%;
	opacity:0;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.index-product-img>img:hover{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index-product-txt {
    width: 100%;
    background: #FFF;
    cursor: pointer;
    overflow: hidden;
}

.index-product-txt>p {
	margin-bottom: 0;
	text-align: center;
	width: 80%;
	height: 20px;
	margin: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 15px;
	color: #333;
}

.index-product-txt>p:first-child {
	font-size: 17px;
    font-weight: 600;
    height: 24px;
    line-height: 24px;
}

.index-product-txt>p:nth-child(3) {
    color: #fff !important;
    padding: 2px 20px;
    font-size: 15px;
    height: 20px;
    margin-bottom: 21px;
    margin-top: 10px;
    width: max-content;
}

.index-solution-box {
    width: 100%;
    background: url(../img/index1.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 50px 0 70px;
}
.idx_sbtit{
	overflow: hidden;
    padding-bottom: 30px;
}
.index-solution-title{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.index-solution-title>div {
    font-size: 32px;
    margin-bottom: 5px;
}

.index-solution-title>p {
    margin-bottom: 0;
    color: #f9f7fb;
    font-size: 16px;
}

.index-solution-list div {
	min-width: 24%;
}

.index-solution-item {
	cursor: pointer;
    background: #eeeeee;
}

.index-solution-img {
	overflow: hidden;
}

.index-solution-img>img {
	height: 100%;
	display:none;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.index-solution-img>img:hover{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.index-solution-txt {
    background: #eeeeee;
    padding: 30px 0;
    text-decoration: none;
}

.index-solution-txt>p:first-child {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.index-solution-txt>p {
    text-align: center;
    height: 24px;
    width: 80%;
    margin: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #616161;
}

.index-desc-box {
	width: 100%;
	background: url(../img/index2.jpg) no-repeat center;
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	padding: 40px 0 30px;
}
.index-desc-box>div{
	width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
.index-desc-title h3 {
	font-size: 32px;
}

.index-desc-title p {
	font-size: 1.5em;
	font-weight: 900;
}

.index-desc-title p {
	font-size: 1.2em;
	margin-bottom: 0;
	color: #f9f7fb;
}

.lsh {
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding-top: 50px;
	padding-bottom: 25px;
	/*background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, white), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: animate 2.8s infinite;*/
	color: #FFFFFF;
}

.index-desc-list {
	display: flex;
	flex-wrap: wrap;
}

.index-desc-list {
	width: 100%;
	padding: 20px 0;
}

.index-desc-item:first-child {
	margin-left: 0;
}

.index-desc-item {
	flex: 1;
	margin-top: 15px;
	cursor: pointer;
	margin-left: 25px;
}

.index-desc-txt {
	padding: 10% 0;
	text-align: center;
	position: relative;
}

.index-desc-txt p:first-child {
	font-size: 2.5em;
	font-weight: 900;
	position: relative;
}

.index-desc-txt p {
	margin-bottom: 0;
	display: inline-block;
	margin: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #FFF;
	text-align: left;
    padding-left: 40%;
}

.index-desc-txt p:first-child sub {
    left: 5px;
    font-size: 14px;
    bottom: 0;
    vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

.index-Community-box {
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 40px 0 30px;
}

.index-Community-list {
	display: flex;
	flex-wrap: wrap;
}

.index-Community-list {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 30px;
}

.index-Community-item {
    float: left;
    cursor: pointer;
    width: 33.33%;
    background: #eee;
}

.index-Community-img {
	position: relative;
}

.index-Community-img img {
	width: 100%;
}

.index-Community-bg {
	background: rgb(82, 72, 62, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: 50%;
}

.index-Community-bg:hover{
	background: rgb(0,0,0,0.5);
}

.index-Community-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.index-Community-bg>div>img {
	width: 25%;
}

.index-Community-bg>p {
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.index-advantage-box {
	width: 100%;
	background: url(../img/index3.jpg) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	padding: 15px 0 30px;
	color: #fff;
}

.index-advantage-title h3 {
	font-size: 32px;
}

.index-advantage-title p {
	font-size: 1.2em;
	margin-bottom: 0;
}

.index-advantage-list {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.index-advantage-item:first-child {
	margin-left: 0;
}

.index-advantage-item {
	position: relative;
}

.index-advantage-item {
	flex: 1;
	margin-top: 15px;
	cursor: pointer;
}

.index-advantage-item .pic1 {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.index-advantage-item .pic1:hover {
	transform: rotate(360deg) scale(1.2);
	-webkit-transform: rotate(360deg) scale(1.2);
	-moz-transform: rotate(360deg) scale(1.2);
	-o-transform: rotate(360deg) scale(1.2);
	-ms-transform: rotate(360deg) scale(1.2);
}

.index-advantage-circleB {
	width: 12rem;
	height: 12rem;
	margin: auto;
	border-radius: 100%;
	border: 2px solid #fff;
	position: relative;
}

.index-advantage-circleM {
	width: 10rem;
	height: 10rem;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}

.index-advantage-circleM-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	color: #004293;
}

.index-advantage-circleM-txt p:first-child {
	font-size: 1.5rem;
	font-weight: 900;
}

.index-advantage-circleM-txt p {
	margin-bottom: 0;
}

.index-advantage-item .pic2 {
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.index-advantage-item .pic2 {
	position: absolute;
	top: 0;
	left: 25.5%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: -1;
}

.index-advantage-txt {
	/* background: #eeeeee; */
	padding: 10% 0;
	width: 67%;
	margin: auto;
	text-align: justify;
	color: #fff;
	word-break: break-all;
}