@charset "utf-8";
/* @font-face{
    font-family:myFont_L;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont_R;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont_B;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont_H;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont_M;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-myFont_L{font-family:myFont_L;}
.web-myFont_R{font-family:myFont_R;}
.web-myFont_B{font-family:myFont_B;}
.web-myFont_H{font-family:myFont_H;}
.web-myFont_M{font-family:myFont_M;} */
/* @keyframes sec_banner{
    0%{transform: scale(1.1); opacity: 0.1;}
    20%{ opacity: 1;}
    100%{transform: scale(1);}
} */
@keyframes zhuanquan {
    0% {
        -ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
    }
    25% {
        -ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
    }
    50% {
        -ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
    }
    75% {
        -ms-transform:rotate(270deg);
		-webkit-transform:rotate(270deg);
		transform:rotate(270deg);
    }

    100% {
        -ms-transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
    }
}
body {
    font-family: "pingfang", "PingFang SC", "Microsoft Yahei", "Helvetica Neue", arial, \5b8b\4f53, Helvetica, STHeiTi, sans-serif;
    color: #333;
}
.banner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.banner .swiper-slide {
	position: relative;
	background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner .swiper-slide img {
	width: 100%;
	height: auto;
}
.banner .swiper-slide-active img{
    animation:sec_banner 5s; 
    animation-timing-function: ease-out;
}
.banner img {
	width: 100%;
	height: auto;
}
/* banner分页 */
.banner .swiper-pagination {font-size: 0; bottom: 70px;}
.banner .swiper-pagination span{background: rgb(255 255 255 / 60%); height: 2px; width: 250px; margin: 0 10px !important; border-radius: 0; opacity: 1; position: relative;}
.banner .swiper-pagination .swiper-pagination-bullet-active i { display: inline-block; height: 100%; width: 100%; position: absolute; left: 0; top: 0; background-color: white; animation:swiper-load 3s linear 0s 1 normal forwards}
@keyframes swiper-load {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.banner .swiper-pagination span::after{
	content: " ";
	display: block;
	position: absolute;
	height: 2px;
	width: 0;
	background-color: #4e71d5;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active::after{
	width: 100%;
	animation: swiper-load 5s linear 0s 1 normal forwards;
}
/*banner上面的文案*/
.banner .ba_box{
	position: absolute;
    vertical-align: middle;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem;
    text-align: center;
	opacity: 0;
}
.banner .ba_txt{
	margin-bottom: 100px;
}
.banner .ba_txt h5{
	font-size: 32px;
    color: #333;
    margin-bottom: 20px;
}
.banner .ba_txt h3{
	font-size: 45px;
    font-weight: bold;
    color: #000;
    letter-spacing: 4px;
}
.banner .swiper-slide-active .ba_box{
	-webkit-animation: fadeInLeft 1.4s ease-in-out;
	animation: fadeInLeft 1.4s ease-in-out;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
/* 理想家电 */
.pro_box ul li a{
	display: block;
}
.pro_box ul li a em{
	display: block;
	height: 509px;
	overflow: hidden;
	border-radius: 20px;
}
.pro_box ul li{
	text-align: center;
}
.pro_box ul li img{
	width: 100%;
	transition: .4s;
	height: 510px;
	object-fit: cover;
}
.pro_box ul li a:hover img{
	transform: scale(1.05);
}
.pro_box ul li p{
	font-size: 26px;
	color: black;
	margin-top: 30px;
}
.pro_btn{
	position: relative;
}
.pro_btn .swiper-button-next, .pro_btn .swiper-button-prev{
    background-size: 100% 100%;
    width: 35px;
    height: 64px;
    margin-top: -32px;
    overflow: hidden;
}
.pro_btn .swiper-button-prev, .pro_btn .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/left.png);
    left: -90px;
}
.pro_btn .swiper-button-next, .pro_btn .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/right.png);
    right: -90px;
    outline: none;
}
/* 前沿科技 */
.cont2 .kj1{
	width: 61%;
}
.cont2 .kj2{
	width: 36.5%;
	position: relative;
}
.cont2 .kj1 ul li{
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.cont2 .kj1 ul li a{
	display: block;
}
.cont2 .kj1 li:first-child img{
	margin-bottom: 20px;
}
.cont2 .kj1 li div,.cont2 .kj2 div{
	position: absolute;
	bottom: 0;
	padding-left: 30px;
	/* background: linear-gradient(to right,#4e71d5,#4e71d594,#4e71d500); */
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 80px;
	border-radius: 20px;
	font-size: 26px;
	color: #000;
}
.cont2 .keji_box img{
	width: 100%;
	transition: .4s;
	height: 340px;
	object-fit: cover;
	border-radius: 20px;
}
.cont2 .kj2 img{
	border-radius: 20px;
	height: 700px;
	object-fit: cover;
	transition: .4s;
}

.cont2 .kj1 ul li:hover{
    transform: translateY(-5px);
    box-shadow: 0 24px 40px -24px rgba(0,0,0,.1);
}
.cont2 .kj2 a{
	overflow: hidden;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 20px;
}
.cont2 .kj2 a:hover{
	transform: translateY(-5px);
	box-shadow: 0 24px 40px -24px rgba(0,0,0,.1);
}
.cont2 .kj2 a:hover img{
	transform: scale(1.05);
}
/* 资讯服务 */
.cont3{
	padding-bottom: 80px;
}
.c4-news-box{
	display: flex;
	justify-content:space-between;
}
.c4-news-left{
	width: 62%;
	display: flex;
	justify-content:space-between;
}
.c4-news-left a i{
	display: block;
	overflow: hidden;
	height: 330px;
}
.c4-news-left a i img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.c4-news-left b{
	display: block;
	position: relative;
	height: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: normal;
}
.c4-news-left a:hover b{
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}
.c4-news-left a div{
	padding: 35px;
	background: #f7f7f7;
}
.c4-news-left a:hover div{
	background-color: #4e71d5;
}
.c4-news-left a:hover div p,.c4-news-left a:hover div h4,.c4-news-left a:hover div span,.c4-news-left a:hover div span em{
	color: #fff;
}
.c4-news-left a div h4{
	font-size: 25px;
	color: #333;
	line-height: 36px;
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}
.c4-news-left a div p{
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  font-size: 18px;
	  color: #999;
	  line-height: 28px;
	  margin: 15px 0;
}
.c4-news-left a div span{
	display: flex;
	font-size: 18px;
	color: #5c5c5c;
}
.c4-news-left a div span em{
	color: #ca9f84;
	font-size: 26px;
	margin-left: 5px;
}
.c4-news-right{
	width: 35%;
	background-color: #f7f7f7;
	box-sizing: border-box;
}
.c4-news-right li{
	padding: 0 35px;
}
.c4-news-right li:hover{
	background-color: #4e71d5;
}
.c4-news-right li:hover a h4,.c4-news-right li:hover a p{
	color: #fff;
}
.c4-news-right li:hover a{
	border: none;
}
.c4-news-right a{
	display: block;
	padding: 45px 0;
	border-bottom: 1px solid #d9d9d9;
}
.c4-news-right a h4{
	font-size: 25px;
	color: #333;
	line-height: 34px;
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
}
.c4-news-right a p{
	font-size: 16px;
	color: #999;
	line-height: 24px;
	display: -webkit-box;
	  -webkit-line-clamp: 2; /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  margin-top: 10px;
	  text-align: justify;
}
.c4-news-right li:last-child a {
    border-bottom: none;
}
.c4-news-left a{
	display: block;
	width: 47%;
	background-color: #fff;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.c4-news-btn{
	display: block;
	width: 224px;
	line-height: 61px;
	background: url(../images/news_btn.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 60px auto 0;
	font-size: 22px;
	color: #000;
	text-align: center;
}
.c4-news-btn:hover{
	background-image: url(../images/news_btn2.png);
	color: #fff;
}
.c4-news-btn em{
	margin-left: 10px;
}

/*新增*/
.xinz-box{
	background-size: cover;
    padding: 120px 0;
    margin-top: 50px;
}
.xinz-txt p{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
/* 横图展示 */
.tu{
	position: relative;
    margin-top: 50px;
}
.tu-box{
	width: 476px;
}
.tu img{
    margin: 0 auto;
    width: 100%;
}
.tu .tu-txt{
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    top: 40%;
    margin-top: -82px;
}
.tu .tu-txt h3{
	font-size: 95px;
    color: #000;
    font-weight: bold;
    text-align: left;
    font-family: auto;
    margin: 30px 0 50px 0;
}
.tu .tu-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.tu .tu-icon i{
	width: 8px;
    display: block;
    height: 8px;
    background: #5eb2ce;
    border-radius: 50px;
    margin: 0 6px;
}
.tu .tu-txt em{
	color: #3c3c3c;
    font-size: 25px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 45px;
    border: 1px solid #000;
    line-height: 45px;
    border-radius: 50px;
}
.tu .tu-txt p{
	font-size: 28px;
    color: #000;
    text-align: center;
	margin: 10px 0;
}
/* 窗口悬浮 */
.s_spserv__wrap {
    position: fixed;
    right: 16px;
    bottom: 82px;
    padding: 9px;
    z-index: 9
}

.s_spserv__wrap-morebottom {
    bottom: 115px
}

.s_spserv__wrap-backtop {
    bottom: 117px
}

.s_spserv__item {
    width: 48px;
    height: 48px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
    color: #333
}

.s_spserv__item:last-of-type {
    margin-bottom: 0
}

.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    transition: .4s;
}
.s_spserv__pic .iconfont{
    font-size: 25px;
}
.s_spserv__pic:hover{
    background:#4e71d5;
    color:#fff;
}

.s_spserv__line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.s_spserv__hoverarea{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px
}
.not-ie-hoverarea:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff
}

.s_spserv__hoverarea-block {
    display: block
}
.s_spserv__wxpic {
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 9px auto
}

.s_spserv__hoverarea-wx {
    text-align: center;
    padding: 15px 15px
}
.back_top_wrapper{
    position: fixed;
    right: 22px;
    bottom: 65px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background:#4e71d5;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 30px;
    color:#fff;
}
.back_top_wrapper:hover{
    cursor: pointer;
    position: fixed;
    right: 24px;
    bottom: 52px;
}
/* 内页开始 */
.ny_banner{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.ny_banner img{
    width: 100%;
    animation:sec_banner 5s; 
    animation-timing-function: ease-out;
}
.ny_banner .ny_banner_txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .5s;
}
.ny_banner .ny_banner_txt div{
    text-align: left;
}
.ny_banner .ny_banner_txt h3{
    font-size: 30px;
	color: #000;
	font-weight: bold;
}
.ny_banner .ny_banner_txt p{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
.ny_banner .ny_banner_txt img{
	width: 350px;
    margin: 0 auto;
}
.hei_box{
	height: 200px;
	background: #e1e1e1;
}
/* 关于我们 */
.about{
	padding-bottom: 80px;
}
.about p{
	text-align: justify;
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.n_idea{
	padding-bottom: 100px;
	max-width: 1920px;
    margin: 0 auto;
}
.idea ul li{
	cursor: pointer;
	text-align: center;
}
.idea ul li h3{
	color: #4e71d5;
	font-size: 26px;
	margin-bottom:15px;
}
.idea ul li p{
	color: #666666;
	font-size: 18px;
	font-weight: 100;
}
.idea p{
	text-align: center;
    font-size: 16px;
}
.n_xz1{
	max-width: 1920px;
    margin: 0 auto;
}
.n_xz1 .xz-txt{
	
}
.n_xz1 .xz-txt h3{
	color: #ffff;
}
.n_xz1 .xz-txt h3 i{
	color: #fff;
}
.n_xz1 .xz-txt p{
	font-size: 16px;
    line-height: 2;
    color: #fff;
    text-align: center;
}

/* 帮助中心 */
.n_help .help ul li{
	border-bottom: 1px solid #e2e2e2;
	padding: 30px 0;
	cursor: pointer;
}
.n_help .help ul li i{
	font-size: 26px;
}
.n_help .help ul li h3{
	color: #333333;
	font-size: 24px;
}
.n_help .help ul li .help_des{
	margin-top: 15px;
	display: none;
}
.n_help .help ul li p{
	color: #333;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.8;
	text-align: justify;
}
.help_btn{
	margin: 150px 0;
	display: block;
	text-align: center;
	font-size: 18px;
}
.help_btn i{
	color: #4e71d5;
}
/* 服务支持 */
.n_service{
	margin: 60px 0;
}
.service ul li{
	width: 32.5%;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 15px;
	transition: .4s;
}
.service ul li a{
	display: block;
	padding: 100px 0;
}
.service ul li:hover{
	background: #efefef;
}
.service ul li i{
	display: block;
	margin-bottom: 50px;
}
.service ul li i img{
	margin: 0 auto;
}
.service ul li h3{
	font-size: 30px;
	color: #010101;
	margin-bottom: 20px;
}
.service ul li p{
	font-size: 20px;
	color: #666666;
	margin-bottom: 20px;
}
.service ul li em{
	color: #4e71d5;
	font-size: 18px;
}
/* 新闻中心 */
.n_news{
	margin: 80px 0;
}
.news_t{
	background-color: #f5f5f5;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 60px;
}
.n_news .news_l{
	width: 70%;
    height: 457px;
    overflow: hidden;
}
.n_news .news_l img{
	width: 100%;
    height: 500px;
    transition: .4s;
    object-fit: cover;
}
.news_t:hover img{
	transform: scale(1.05);
}
.n_news .news_r{
	width: 30%;
	padding: 30px;
	box-sizing: border-box;
}
.news_time{
	margin-bottom: 20px;
}
.news_time div{
	font-size: 18px;
	color: #666666;
	margin-right: 10px;
	font-weight: 100;
}
.news_i i{
	display: block;
	/* height: 15px; */
	width: 40px;
	background: #4e71d5;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.n_news .news_r h3{
	color: #000000;
    font-size: 30px;
    margin-bottom: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.n_news .news_r em,.news_time em{
	color: #4e71d5;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.news_b ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 30px;
}
.news_b ul li{
	background-color: #f5f5f5;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.news_b ul li a>i{
	display: block;
    height: 310px;
    overflow: hidden;
}
.news_b ul li a{
	display: block;
}
.news_b ul li img{
	width: 100%;
    height: 310px;
    object-fit: cover;
	transition: .4s;
}
.news_b ul li a:hover img{
	transform: scale(1.05);
}
.news_b ul li .news_txt{
	padding: 20px;
}
.news_b ul li .news_txt h3{
	font-size: 24px;
	color: #333;
	margin-bottom: 30px;
}
/* 新闻详情 */
.n_news_xq{
	background-color: #f5f5f5;
	padding: 80px 0;
}
.n_news_xq .n_news_xq_l{
	width: 65%;
	padding: 30px 20px;
	background-color: #fff;
	border-radius: 15px;
}
.n_news_xq .n_news_xq_r{
	width: 29%;
}
.n_news_xq_l_title{
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.n_news_xq_l_title h3{
	color: #000;
	font-size: 30px;
	margin: 20px 0;
}
.n_news_xq_l_des p{
	font-size: 16px;
	color: #333333;
	line-height: 1.8;
}
.n_news_xq_l_des img{
	width: 100%;
}
.n_news_xq_r h2{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.n_news_xq_r .n_news_xq_r_t_des{
	padding: 0 15px;
}
.n_news_xq_r .n_news_xq_r_t img{
	width: 100%;
    height: 200px;
    object-fit: cover;
}
.n_news_xq_r .n_news_xq_r_t h3{
	font-size: 18px;
    color: #333333;
    margin: 15px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.n_news_xq_r_t_time div{
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
}
.n_news_xq_r_t_time i.n_cur{
	background: #4e71d5;
}
.n_news_xq_r_t a{
	display: block;
	margin-bottom: 25px;
}
.n_news_xq_r_t_time i{
	display: block;
	/* height: 15px; */
	width: 40px;
	background: #bebebe;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.n_news_xq_r_b{
	background-color: #fff;
	padding: 30px 15px;
	border-radius: 15px;
}
.n_news_xq_r_b ul li{
	line-height: 50px;
	border-bottom: 1px solid #e2e2e2;
}
.n_news_xq_r_b ul li a{
	font-size: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
}
.n_news_xq_r_b ul li a:hover{
	color: #4e71d5;
}
/*理想家庭*/
.n_home_ban h3{
	font-weight: 400 !important;
}
.n_home{
	margin: 80px 0;
}

.lixiangjt .w1200{height: 1000px;
        display: flex;
    justify-content: space-between;
    align-items: center;}
.lixiangjt-li{height: 100%;
    width: 19%;
    overflow: hidden;}
.lixiangjt-li .picMarquee-top{height: 100%;}
.lixiangjt-li .picMarquee-top{ margin:0 auto;  width:100%; overflow:hidden; position:relative;  }
.lixiangjt-li .picMarquee-top .bd{ height: 100%;}
.lixiangjt-li .picMarquee-top .bd .tempWrap{
	height: 100% !important;
}
.lixiangjt-li .picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.lixiangjt-li .picMarquee-top .bd ul li{height: auto !important;}
.lixiangjt-li .picMarquee-top .bd ul li{ text-align:center; zoom:1; }
.lixiangjt-li .picMarquee-top .bd ul li .pic{padding-bottom: 10px;}
.lixiangjt-li .picMarquee-top .bd ul li .pic img{width: 100%;
    height: auto;
    display: block;
    border-radius: 20px; }
/*核心科技*/
.n_jishu .j1{
	padding: 100px 0;
    margin-top: 10px;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    max-width: 1920px;
    margin: 0 auto;
}
.n_jishu .j1 .j1_l{
    margin-bottom: 60px;
}
.j1_title1{
	color: #081f52;
}
.j1_title1 h3{
	font-size: 36px;
}
.j1_title2{
	margin-bottom: 40px;
}
.j1_title1 div{
	width: 98px;
    height: 4px;
    background: linear-gradient(to right,#4e71d5,#0041f9);
    border-radius: 5px;
    margin: 20px 0;
}
.j1_title1 h5{
	font-size: 22px;
    color: #0041f9;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.j1_title1 h5 i{
	color: #0041f9;
	font-size: 32px;
}
.j1_title1 p{
	width: 550px;
    text-align: justify;
    line-height: 2;
    font-size: 16px;
}
/*3大技术*/
#kj01{
	margin: 10px 0;
}
.j2{
	background: #f5f5f5;
    padding: 50px 0;
    max-width: 1920px;
    margin: 0 auto;
}
.j2 ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px 20px;
}
.j2 ul li .j2_img{
	width: 100%;
    border-radius: 30px;
}
.j2 ul li{
	position: relative;
    text-align: left;
   	cursor: pointer;
}
.j2 ul li .j2_box{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #0000007d;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 30px;
    opacity: 0;
    transition: all .5s;
}
.j2 ul li:hover .j2_box{
	opacity: 1;
}
.j2 ul li .j2_txt h3{
	color: #fff;
	margin-bottom: 30px;
	font-size: 30px;
}
.j2 ul li .j2_txt p{
	color: #fff;
    text-align: justify;
    font-size: 16px;
    margin-bottom: 100px;
    line-height: 1.8;
}
.j2 ul li .j2_txt img{
	width: 100px;
    margin: 0 auto;
}
.j2 ul li img{
	width: 100%;
    border-radius: 30px;
}
.j3{
	padding: 200px 0;
    background-size: cover;
   	max-width: 1920px;
    margin: 0 auto;
}
.j3 h2{
	font-size: 36px;
	color: #fff;
	margin-bottom: 30px;
}
.j3 .j3—hr_1,.j3 .j3—hr_2{
	display: flex;
	align-items: center;
	
}
.j3 .j3—hr_3{
	margin: 20px 0;
}
.j3 .j3—hr_1 h3{
	color: #0042ff;
    font-size: 16px;
    width: 142px;
    margin-right: 100px;
    text-align: right;
}
.j3 .j3—hr_1 i{
	display: block;
    width: 295px;
    height: 4px;
    border-radius: 10px;
    margin: 10px 0;
}
.j3—hr .hr1{
	background: linear-gradient(to right,#4e71d5,#0041f9);
}
.j3 .j3—hr_2 h3{
	color: #0042ff;
    font-size: 16px;
    width: 142px;
    margin-right: 100px;
    text-align: right;
}
.j3 .j3—hr_2 i{
	display: block;
    width: 123px;
    height: 4px;
    border-radius: 10px;
    margin: 10px 0;
}
.j3—hr .hr2{
	background: #fff;
}
.j3 p{
	font-size: 16px;
    color: #081f52;
    line-height: 2;
}
.j4{
	padding: 100px 0;
	max-width: 1920px;
    margin: 10px auto auto auto;
}
/* banner */
.ny_banner_txt h3 i{
	color: #4e71d5;
}
.ny_banner_txt em{
	display: block;
	width: 50px;
	height: 4px;
	background: #4e71d5;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
}
/* 希亦探知部 */
.zs_con{
	padding: 80px 0;
	background-color: #f5f5f5;
}
.zs_title h3{
	color: #4e71d5;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 26px;
}
.zs_txt p{
	line-height: 2;
	color: #333333;
	text-align: justify;
	font-size: 16px;
}
.zs_con1{
	padding: 200px 0;
	background-size: cover;
	margin-bottom: 10px;
	max-width: 1920px;
    margin: 10px auto;
}
.zs_con1_rox{
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zs_con1_l p,.zs_con2 .zs_con2_l p{
	font-size: 16px;
	line-height: 2;
	color: #fff;
	text-align: justify;
}
.zs_con1 .zs_con1_l{
	width: 50%;
}
.zs_con1 .zs_con1_r img{
	width: 205px;
	animation: zhuanquan 5s linear infinite;
}
.zs_con1_r i{
	display: block;
	position: relative;
}
.zs_con1_r .zs_con1_r_btn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #4e71d5;
	position: absolute;
	top: 50%;
	margin-top: -68.5px;
	left: 50%;
	margin-left: -50.5px;
}
.zs_con1_r div b{
	font-size: 68px;
	line-height: 1.5;
}
.zs_con1_r div em{
	font-size: 26px;
	line-height: 0;
}
.zs_con1_r_btn div{
	font-size: 26px;
}
.zs_con2{
	padding: 120px 0;
	background-size: cover;
	margin: 10px 0;
}
/*弹窗*/
.ss_box_fiexd{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 88%);
    z-index: 999999;
    display: none;
}
.ss_close{
    width: 50px;
    height: 50px;
    background: #fff;
    float: right;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.ss_close i{
    font-size: 30px;
}
.open_ss{
    cursor: pointer;
}
.ss_txt{
    width: 1200px;
    /* height: 554px; */
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 35%;
    left: 50%;
    margin-left: -600px;
}
.ss_txt img{
    margin: 0 auto;
    width: 180px;
}
.ss_txt p{
    font-size: 25px;
    color: #fff;
    margin: 50px 0;
}
/* 发展历程 */
.box{width:100%;padding-bottom: 150px;}
.box .w1400{
	width:100%;
	margin: 0 auto;
	overflow: hidden;    
	position: relative;
    padding-bottom: 35px;
}
.mySwiper{}
.swiper {
	width: 100%;
	height: 100%;
}
.mySwiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 200px;
}

.mySwiper .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background-color: #fff0;
	opacity: 1;
	box-sizing: border-box;
	border-radius: 50px;
	border: 1px solid #000;
}
.mySwiper .swiper-pagination-bullet-active {
	background-color: #000;
}

.mySwiper .swiper-container-horizontal>.swiper-pagination-bullets,
.mySwiper .swiper-pagination-custom,
.mySwiper .swiper-pagination-fraction {
	bottom: 30px;
}
.mySwiper .swiper-slide {
	border-bottom: 4px solid #4e71d5;
	/* background: url(../images/ab6.png) no-repeat bottom; */
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
	transition: .4s;
	-webkit-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
	flex-direction: column;
}
.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 700px;
	object-fit: cover;
}
.sslider-box1{
	position: relative;
	padding: 0 10px;
}
.sslider-box1 img{}
.sslider-box2{
	height: 65px;
	padding-top: 38px;
	box-sizing: border-box;
	position: relative;
	color: #999999;
	font-size: 26px;
	
}
.sslider-box{
	width: 100%;
	height: 700px;
}
.sslider-box2::after{
	content: "";
	width: 18px;
	height: 18px;
	background-color: #4e71d5;
	border-radius: 50px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	top: 50%;
	margin-top: 25px;
}
.sslider-box .sslider-box1:hover{
	margin-top: -46px;
}
.swiper .sslider-box1:hover h3{
	color: #4e71d5;
}
.swiper .sslider-box1:hover p{
	color: #fff;
	
}
.swiper .sslider-box1:hover .s_box_hide{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.swiper .swiper-slide.swiper-slide-active .sslider-box2::after{
	
	border: 2px solid #acb0f3;
}
.swiper .swiper-slide.swiper-slide-active .sslider-box2{
	color: #4e71d5;
}
.swiper .sslider-box1:hover .sslider-box1-d1{
	background: linear-gradient(to top, #404040, #fdfdfd00);
}
.sslider-box1-d1{
	position: absolute;
    bottom: 0px;
    padding: 50px 20px;
    width: 96%;
    box-sizing: border-box;
    text-align: left;
}
.sslider-box2 em{
	margin-top: 36px;
	display: block;
	font-style: normal;
}
.sslider-box1-d1 h3{
	color: #333333;
	font-size: 32px;
	margin-bottom: 10px;
}
.sslider-box1-d1 p{
	color: #333333;
	font-size: 20px;
}
.s_box_hide{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/* 居中 */
.index-view{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;box-sizing: border-box;
}
.index-view-div{
	width: 100%;
}
.main {
    width: 100%;
    height: 100%;
    background-color: #000;
}
.main>.swiper-container {
    min-width: 1200px;
    height: 100%;
    width: 100%;
    border-top: 0;
    overflow: hidden;
    /* position: absolute;
    left: 0;
    top: 0; */
}
/* 内页开始 */
.s1{
	
	position: relative;
	background-size: cover;
}
.s2{
	
	position: relative;
	background-size: cover;
}
.s3{
	
	position: relative;
	background-size: cover;
}
.s4{
	
	position: relative;
	background-size: cover;
}
.s5{
	position: relative;
	background-size: cover;
}
.s6{
	position: relative;
	background-size: cover;
}
.s7{
	background-color: #fff;
}
.color-fff{
	color: #fff;
}
.color-050303{
	color: #050303;
}
.boder-050303{
	border: 1px solid #050303 !important;
}
.s-title{
	
}
.s-title-h3{
	margin-bottom: 20px;
}
.s-title-h3 p{
	font-size: 34px;
}
.s-t-b p{
	/* font-weight: 100; */
	font-size: 16px;
	line-height: 2;
}
.s-title a{
	/* font-weight: 100; */
	width: 120px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	border: 1px solid #ececec;
	display: block;
	transition: .5s;
}
.s-t-b{
	margin-bottom: 30px;
}
.s-title a:hover{
	border: 1px solid #fff;
}
.s-r{
	float: right;
}
.s-t-r{
	text-align: right;
}
.s-title{
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.s1.swiper-slide-active .s-title,.s2.swiper-slide-active .s-title,.s3.swiper-slide-active .s-title,.s4.swiper-slide-active .s-title,.s5.swiper-slide-active .s-title,.s6.swiper-slide-active .s-title{
	-webkit-animation: fadeInLeft 1.5s ease-in-out;
	animation: fadeInLeft 1.5s ease-in-out;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.aboutbox .swiper-slide:last-child{
	height: auto;
}
/* 首页左侧按钮样式 */
.main>.swiper-container {
    min-width: 1200px;
    height: 100%;
    width: 100%;
    border-top: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.main>.swiper-container>.swiper-pagination {
    left: 10px;
    width: 15px;
    top: 48%;
}
.main .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 25px 0px 25px auto;
}
.main .swiper-pagination-bullet {
	width: 10px;
	height: 2px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}
.main .swiper-container-vertical>.swiper-pagination-bullets{
	left: 10px; width: 40px;
}
.main .swiper-pagination-bullet-active {
	background-color: #406494;
	width: 15px;
}
.main .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 30px;
}

.main>.swiper-container>.swiper-pagination{left: 10px;width: 15px;top: 48%;}
.main>.swiper-container>.swiper-pagination .swiper-pagination-bullet-active{
	left: 3px;
    background-color: #fff !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #406494;
}
.main>.swiper-container>.swiper-pagination .swiper-pagination-bullet{
	width: 8px;
    margin: 25px 0px 25px auto;
    display: block;
    height: 8px;
    opacity: 1;
    border-radius: 50%;
    background-color: #4e71d5;
    position: relative;
    cursor: pointer;
}
.main>.swiper-container>.swiper-pagination .swiper-pagination-bullet i{width: 35px; position: absolute;left: 25px;color:#fff;top: -5px;opacity: 0}
.main>.swiper-container>.swiper-pagination .swiper-pagination-bullet-active i{
	color:#fff;left: 18px !important;
    -webkit-animation: fadeInopacity 0.3s ease-in-out;
	animation: fadeInopacity 0.3s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}