* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}


li {
	list-style: none;
	float: left;
}



html {
	font-size: 16px;
	font-family: "microsoft yahei";
}
p,ul,ol,dl,.row > *,h4,h1,h2,h3,h5{
	    margin-bottom: 0;
		padding: 0;
}

/* i{
	    display: flex;
	    align-items: center;
		justify-content: center;
} */

.flex {
	display: flex;
}

.logo {
	width: 10%;
}

.logo img{
	width: 100%;
}


.margin80 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.margin40 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.padding40 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.padding80 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.marginT80 {
	margin-top: 4rem;
}

.paddingT80 {
	padding-top: 4rem;
}

.paddingB80 {
	padding-bottom: 4rem;
}

.marginB40 {
	margin-bottom: 2rem;
}

.mySwiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 9rem;
}

.swiper-context {
	position: relative;
	width: 100%;
	background: url(../img/banner.png)no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.swiper-context h3 {

	font-size: 0.6rem;
}

.header {
	position: absolute;
	top: 0;
	display: flex;
	z-index: 9999;
	width:100%;
	height: 4.4rem;
	padding: 0 2% 0 5%;
	align-items: center;
	gap: 40px;
	color: #fff;
	justify-content: space-between;
}

.header ul.menu {
	width: 60%;
	/* min-height: 88px; */
	display: flex;
	justify-content: space-around;
	/* align-items: center; */
}

.header ul.menu  .menuFirst {
	height: 86px;
	/* width: 20%; */
	min-width: 110px;
	padding: 30px 10px;
	border-top: 2px solid transparent;
	font-size: 16px;
	color: #fff;
	text-align: center;
	
}
.header ul.menu  .menuFirst a{
	color: #fff;
}


.header ul.menu  .li_active {
	border-top: 2px solid #FFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.header ul.menu .menuFirst:hover  {
	border-top: 2px solid #FFF;

	background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
}



.header ul.menu  .menuFirst .secondMenu{
	position: absolute;
	top:80px;
	/* left:10px; */
	display: none;
	width: 120px;
}
.header ul.menu  .menuFirst .secondMenu li{
	color: #fff;
	color:  #E5EAF3;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0.8px;
	background: rgba(0,0,0,0.6);
	padding: 12px 16px;
	width: 120px;
	
}

.header ul.menu .menuFirst:hover .secondMenu{
	display: block;
}
.header ul.menu .menuFirst .secondMenu >a:hover li {
	background: #fff;
	color:#3e3e3e ;
}




.header ul.menu .menuFirst .icon_down {
	width: 0;
	height: 0;
	border-top: 0.4rem solid #fff;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	border-bottom: 0.4rem solid transparent;
	margin: 0.3rem;
}

.header ul.menu> li .icon-header {
	font-size: 12px;
	margin-top: 6px;
	margin-left: 4px;
}





.tell {
	width: 14%;
}
.tell img{
	width: 100%;
}

.swiper-text {
	width: 100%;
	padding-top: 260px;
	margin: 0 auto;
	color: #FFF;
	padding-left: 30px;
}

.swiper-text h5 {
	font-size: 40px;
	font-weight: 400;
}

.swiper-text h5 span {
	color: #003F89;
	padding: 8px;
	background: #fff;
	border-radius: 0.04rem;
}

.swiper-text h2 {
	font-family: "Alibaba PuHuiTi";
	font-size: 4rem;
	letter-spacing: 10px;
	margin: 30px 0;
}

.swiper-text .con_english {
	font-size: 1.2rem;
	letter-spacing: 13.2px;
	text-transform: uppercase;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding: 8px 0;
}

.swiper-text .con_text {
	font-size: 1rem;
	margin-top: 10rem;
}
.swiper-text ol {
	width: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 80px;
}
.swiper-text ol li{
	width: 26%;
	padding: 8px 20px;
	list-style: disc;
	list-style-position:inside;
	background: rgba(255, 255, 255, 0.20);
	text-align: center;
}

/* 产品服务 */

.tab-nav,
.tab-swiper-wrap {
	width: 1200px;
	margin: 0 auto 10px;

}



.product {
	margin-top: 80px;
}

.middle {
	max-width: 1200px;
	margin: 0 auto;

}

.main_tittle {
	width: 400px;
	/* height: 2.4rem; */
	font-weight: 700;
	background: url(../img/product_bg.png)no-repeat left center;
	font-size: 2.4rem;
	/* margin-bottom: 2rem; */
	padding: 0.8rem 0;

}

.pro_tab {
	display: flex;
}

.pro_tab>.swiper-pagination-bullet {
	width: 20%;
	height: auto;
	border-top: 1px solid #CDD0D6;
	background: transparent;
	text-align: center;
	height: 4rem;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	justify-content: center;
	color: #606266;
	font-weight: 400;
	letter-spacing: 1.2px;
	border-radius: 0;
	margin: 0 !important;
	opacity: 1;
}

.swiper-wrapper>.swiper-slide-cont {
	height: 480px !important;
	text-align: center;
	width: 1200px !important;
	display: flex;
	flex-direction: row;
}

.swiper-con-half {
	/* width: 50%; */
	/* height: 480px; */
	height: auto;
	/* min-height:480px; */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.pro_tab>.swiper-pagination-bullet .iconfont {
	font-size: 24px;
	margin-right: 0.8rem;
	/* 	color:#000 ; */

}

.pro_tab>.swiper-pagination-bullet-active {
	color: #003f89;
	border-top: 2px solid #003f89;
}

.swiper-slide-cont>.half_left {
	padding: 1% 2%;
	background: #fff;
	width: 46%;
	/* height: 96%; */
}

.swiper-slide-cont .product_one {
	background: #003f89 url(../img/product1.png)no-repeat center center;
	background-size: 100% 100%;

}




.swiper-con-half .product_type h4 {
	text-align: left;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8rem;
	letter-spacing: 1.2px;
	color: #FFFFFF;

}

.swiper-con-half .product_type span {
	color: rgba(255, 255, 255, 0.80);
	text-align: left;
	font-size: 0.8rem;
	line-height: 1.4rem;
	display: block;

}

.swiper-con-half .product_text {
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.7rem;
	line-height: 1rem;

	text-align: left;
	font-family: "microsoft yahei";
	/* margin:10px 0; */
}

.swiper-con-half .product_title {
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.6rem;
	font-weight: 700;
}

.advantage ul {
	display: flex;
	flex-wrap: wrap;

}

.advantage ul li {
	background: rgba(236, 245, 255, 0.20);
	padding: 8px 16px;
	color: #fff;
	margin: 4px;
	font-size: 14px;
}

.advantage,
.scene {
	/* margin-bottom: 8px; */
}

.swiper-con-half .scene ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	border: 1px solid #fff;
	padding: 8px;
	border-radius: 4px;

}

.swiper-con-half .scene li {
	color: #fff;
	margin: 4px 0;
	font-size: 12px;
	/* margin-right: 6px; */
	display: flex;
	align-items: center;
	min-width: 18%;
	justify-content: center
}

.swiper-con-half .scene li label {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	margin-right:4px;
	display: block;
}

.know-more {
	display: flex;
}

.know-more a {
	background: #fff;
	padding: 8px 16px;
	color: #003F89;
	font-size: 16px;
	float: left;

	/* width: 90px; */
	text-align: left;
}


.swiper-slide-cont .product_two {
	background: #fff url(../img/product2.png)no-repeat center center;
	background-size: 100% 100%;

}

.swiper-slide-cont .product_two .product_type h4 {
	color: #414244;
}

.swiper-slide-cont .product_two .product_type span,
.swiper-slide-cont .product_two .product_text {
	color: #606266;
}

.swiper-slide-cont .product_two .product_title {
	color: #003f89;
}

.swiper-slide-cont .product_two ul li {
	background: #e6ecf4;
	color: #003f89;
}

.swiper-slide-cont .product_two ol {
	border: 1px solid #cdd0d6;
}

.swiper-slide-cont .product_two ol li {

	color: #6a6c70;
}

.swiper-slide-cont .product_two ol li label {
	background: #606266;
}


.product_two>.know-more a {
	background: #003f89;
	color: #fff;
}

.swiper-slide-cont .third {
	background: #003f89 url(../img/voice2.png)no-repeat center center;
	background-size: 100% 100%;

}

.swiper-slide-cont .four {
	background: #fff url(../img/call3.png)no-repeat center center;
	background-size: 100% 100%;

}

.swiper-slide-cont .five {
	background: #003f89 url(../img/smart.png)no-repeat center center;
	background-size: 100% 100%;

}





/* ------------------- 企业简介--------------------- */
.company {
	height: 740px;
	background: url(../img/conpany_bg.png)no-repeat bottom center;
	background-size: 100%;
	margin-top: 4rem;
}

.company .company_title {
	text-align: center;
	width: 100%;
	background: url(../img/company.png)no-repeat center center;
}



.company .conpany_detail .conpany_detail_text {
	width: 35rem;
	margin: 10px auto;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #606266;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.company .conpany_detail .conpany_num {
	width: 50rem;
	margin: 60px auto;
	display: flex;
	justify-content: space-around;

}

.company .conpany_detail .conpany_num li {
	text-align: center;
	min-width: 20%;
}

.company .conpany_detail .conpany_num li h2 {
	font-size: 40px;
	font-weight: 700;
	color: #003F89;
	margin-bottom: 10px;
}


.company .conpany_detail .conpany_num li span {
	color: #606266;
	font-family: "Source Han Sans CN";
	font-size: 24px;
	font-weight: 500;

}

.company .conpany_detail .know-more {

	justify-content: center
}

.company .conpany_detail .know-more a {
	background: #003f89;
	color: #fff;

}

.experience {
	width: 100%;
	height: 624px;
	background: url(../img/ex_bg.png)no-repeat bottom center;
	background-size: 100% 100%;
	padding: 40px 0;
}

.experience_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 60px;
}

.experience .main_tittle {
	color: #fff;
	background: url(../img/ex-title.png)no-repeat center left;
}

.experience .experience_text {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	margin: 40px 0;
	letter-spacing: 0.8px;
}

.experience .experience_type {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2rem;
}

.experience .experience_type li {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 0;
	background: #3D98F8;
	color: #fff;
	height: 280px;
}

.experience .experience_type li:hover {
	background: #fff !important;
}

.experience .experience_type li:nth-child(1) {
	background: #0053a8;
}

.experience .experience_type li:nth-child(2) {
	background: #3d98f8;
}

.experience .experience_type li:nth-child(3) {
	background: #3384d9;
}

.experience .experience_type li:nth-child(4) {
	background: #1d71c9;
}

.experience .experience_type li:nth-child(5) {
	background: #065eb8;
}

.experience .experience_type li span {
	padding: 2rem;
    display: flex;
    border-radius: 50%;
    background: #4a8dd4;
    width: 0;
    height: 0;
    justify-content: center;
    align-items: center;
}

.experience .experience_type li span i {
	font-size: 80px;
	color: #fff;
}

.experience .experience_type li:hover span i {
	color: #003f89;
}

.experience .experience_type li p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
	line-height: 30px;
}

.experience .experience_type li:hover p {
	color: #003f89;
}

/* 免费试用form */

.shadow {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	display: none;

}

.ask_use {

	width: 47.5rem;

	height: 29rem;
	position: fixed;
	z-index: 999;
	background: #fff;
	border-radius: 10px;
	padding: 2rem 0;
	top: 50%;
	margin-top: -14.5rem;
	/* left: -14.5rem; */
	left: 50%;
	margin-left: -23.75rem;
	display: none;
}

.ask_use .use_tit {
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	text-align: center;
	color: #003F89;
}

.ask_use .use_txt {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #606266;
	margin-top: 10px;
}

.ask_use .ask_form {}

.ask_use .ask_form .ask_input {
	margin: 2rem auto;
	width: 33.5rem;
	/* height: 15.5rem; */

}

.ask_use .ask_form .ask_row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 14px;
}

.ask_use .ask_form .ask_row .ask_input_lf {
	width: 20%;
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	margin-right: 10px;
}

.ask_use .ask_form .ask_row .ask_input_lf i {
	display: inline-block;
	width: 100%;
}

.ask_use .ask_form .ask_row input {
	width: 78%;
	height: 32px;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	padding-left: 4px;
	font-size: 14px;
	outline: none;
}

.ask_use .ask_form .ask_row input:focus {
	border: 1px solid #003F89;

}

.ask_use .ask_form .ask_row .ask_checkbox {
	display: flex;
	flex-direction: row;

	flex-wrap: wrap;
	width: 78%;
}

.ask_use .ask_form .ask_row .ask_checkbox .ask_minddle {

	border: 1px solid #dcdfe6;
	border-radius: 4px;
	color: #6a6c70;
	font-size: 16px;
	margin: 0 14px 14px 0;
	padding: 4px 8px;
	display: flex;
	flex-direction: row;
	align-items: center;


}

.ask_use .ask_form .ask_row .ask_checkbox .checkbox {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #dcdfe6;
	padding: 0;
	cursor: pointer;
	margin-right: 6px;
}

.ask_use .ask_form .ask_row .ask_checkbox .checkbox:focus {
	background: #003F89;
	border: 1px solid #003F89;
}

.ask_use .ask_form .ask_row .ask_checkbox .ask_minddle span {
	display: inline-block;
}

.ask_btm {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.ask_btm button {
	width: 162px;
	height: 43px;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	background: #003F89;
	margin: 0 auto;
	border: none;
}

.submit_z {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

.submit_z input[type="radio"] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.submit_z input[type="radio"]:checked {
	background: #003F89;
}

.form_success {
	width: 40rem;
	height: 21rem;
	position: fixed;
	z-index: 9999;
	border-radius: 10px;
	top: 50%;
	margin-top: -10.5rem;
	left: 50%;
	margin-left: -20rem;
	display: none;
}



/* .form_success .success_top,.form_success .success_btm{
height: 50%;
}
 */
.form_success .success_top {
	background: url(../img/vector.png)no-repeat center center;
	background-size: 35% 100%;
	padding: 70px 0;
	background: #003F89;
	border-radius: 10px 10px 0 0;
}

.form_success .close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 24px;
	color: #7f9fc4;
	cursor: pointer;
}

/* .form_success .success_top .success_sure{
	padding-top: 60px;
} */
.form_success .success_top .success_sure h4 {
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-weight: 500;
}

.form_success .success_top .success_sure p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-top: 20px;
	letter-spacing: 1px;
}



.form_success .success_btm {
	background: #fff;
	margin-top: -10px;
	border-radius: 0 0 10px 10px;
}

.form_success .success_btm .lexin_gzh {
	width: 200px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 10px 0;
}

.form_success .success_btm .lexin_gzh img {
	width: 160px;
	height: 160px;
}

.form_success .success_btm .lexin_gzh p {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

/* 新闻中心 */

.news_center,
.cooperate {
	padding: 40px 0;
}

.know-more a.blue {
	background: #003F89;
	color: #fff;
}

.news_center .news_bg {
	background: url(../img/news_center.png)no-repeat left center;

}

.news_title {
	padding: 40px 0;
	border-bottom: 1px solid #CDD0D6;
}

.news_context {
	display: flex;
	margin-top: 40px;
}

.news_tab {
	width: 24%;
	padding: 24px 40px;
	border-right: 1px solid #dbdbdb;
}

.news_tab>.swiper-pagination-bullet {
	width: 100%;
	height: auto;
	background: transparent;
	text-align: center;
	height: 4rem;
	display: flex !important;
	align-items: center;
	font-size: 1.1rem;
	justify-content: center;
	color: #606266;
	font-weight: 400;
	letter-spacing: 1.2px;
	border-radius: 0;
	margin: 0 !important;
	opacity: 1;

}

.news_tab .row_line {
	width: 60px;
	height: 2px;
	background: transparent;
	display: inline-block;
	margin-right: 20px;
}

.news_tab>.swiper-pagination-bullet p {
	width: 140px;
}


.news_tab>.swiper-pagination-bullet-active {
	color: #003F89;
	font-weight: 700;
}

.news_tab>.swiper-pagination-bullet-active span {
	background: #003F89;
}

.swiper_news .swiper-wrapper {
	height: 532px;
}




.swiper-pagination-vertical.swiper-pagination-bullets {
	transform: translate3d(0px, 0, 0) !important;
}



.swiper_rg {
	width: 80%;
	
}

.slides_news {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.slides_news li.slides_new {
	width: 33%;
	padding: 24px 40px 24px 16px;
	height: 100%;
	border-right: 1px solid #dbdbdb;
	margin-bottom: 10px;
	background: #fff;
}

.slides_news .slides_new .time h3 {
	color: #303133;
	font-size: 64px;
	font-weight: 400;
	line-height: 4.5rem;
}

.slides_news .slides_new .time p {
	color: #606266;
	font-size: 24px;
	line-height: 2.2rem;
	letter-spacing: 1.2px;

}

.slides_news .slides_new dl .news_li_tetle {
	color: #303133;
	font-size: 24px;
	font-weight: 700;
	line-height: 2.4rem;
	letter-spacing: 1.2px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.slides_news .slides_new dl dt {
	width: 100%;
	height: 144px;
	overflow: hidden;
	margin: 10px 0;
}

.slides_news .slides_new dl dt img {
	width: 100%;
	height: 100%;

}

.slides_news .slides_new dl dd {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #303133;
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.7px;

}

.slides_new .know-more {
	margin-top: 6px;
}

.slides_new .know-more a {
	background: #fff;
	padding: 8px 0;
	color: #909399;
	font-size: 16px;
	width: 90px;
	text-align: left;
	background: none;
}

.slides_news li.slides_new:hover,
.slides_news li.slides_new:active,
.new_active {
	background: #003F89;

}

.new_active .time h3,
.new_active .time p,
.new_active .news_li_tetle,
.new_active dl dd,
.new_active .know-more a,
.slides_news li.slides_new:hover .time h3,
.slides_news li.slides_new:hover .time p,

.slides_news li.slides_new:hover .news_li_tetle,
.slides_news li.slides_new:hover dl dd,
.slides_news li.slides_new:hover .know-more a {
	color: #fff !important;
}


/* 底部footer */
footer {
	background: #001f43;
	color: #909399;
}

.item_t {
	height: ;
	padding: 56px 0;
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
}

.item_b {
	width: 100%;
	color: #606266;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}


.item_foot_l {
	width: 220px;
	height: 200px;
	display: flex;
	flex-direction: column;

	align-items: center
}

.item_foot_l img {
	width: 120px;
	height: 120px;
}

.item_foot_l .rx {
	font-size: 16px;
	color: #C0C4CC;
	line-height: 24px;
}

.item_foot_l .foot_num {
	font-size: 12px;
	color: #C0C4CC;
	line-height: 24px;
}

.item_foot_l .foot_num .icon_foot {
	margin-right: 10px;
}



.item_foot_c {
	display: flex;
	flex-direction: row;
	height: 200px;
	width: 80%;
	justify-content: space-evenly;
}

.item_foot_c .item_foot_lis {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 130px;
}

.item_foot_c .item_foot_lis li {
	font-size: 14px;
	color: #909399;
	line-height: 30px;

}
.item_foot_c .item_foot_lis li a{
	font-size: 14px;
	color: #909399;
	line-height: 30px;

}

.item_foot_c .item_foot_lis p {
	font-size: 18px;
	line-height: 30px;
	color: #C0C4CC;
}

.item_foot_r {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 300px;

}

.item_foot_r .foot_b {
	text-align: center;

}

.item_foot_r .foot_b img {
	width: 120px;
	height: 120px;
}

.item_foot_r .foot_b p {
	color: #C0C4CC;
	font-size: 14px;
	line-height: 24px;
}




/* 合作伙伴 */
.cooperate .cooperate_bg {
	background: url(../img/hb.png)no-repeat left center;
}


.know-more a.grey {
	background: #F0F2F5;
	color: #909399;
}

.cooperate .cooperate-text {
	color: #606266;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 1.2px;
	font-weight: 600;
	margin-top: 20px;
}

.cooperate_com img {
	width: 100%;
	padding: 20px 0;
}


.top ,.liaot{
	width: 74px;
	height: 74px;
	padding: 8px;
	background: #fff;
	border-radius: 4px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 555;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 0px 0px 5px #888888;
}

.top .icon_top  {
	font-size: 36px;
	color: #303133;
	width: 36px;
	    height: 36px;
		margin-top: -10px;
}

.top span {
	font-size: 14px;
	line-height: 22px;
	color: #303133;
	margin-top: 8px;
}

.top:hover {
	background: #003F89;

}

.top:hover span {
	color: #fff;
}

.top:hover .icon_top {
	color: #fff;
}

.liaot{
	bottom: 130px;
}
/* 物联网卡页 */

.menu {

	position: relative;
	z-index: 999;
	top: 0;
}

.header_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 88;

}

.headers {
	height: 37.5rem;
}

.header_bg .swiper-context,
.header_top {
	height: 37.5rem;
}

.header_top {
	background: url(../img/iot_bg.png)no-repeat;
	background-size: 100% 100%;
}



.address {
	padding: 16px 0;
	font-size: 14px;
	line-height: 28px;
}

.address p {
	color: #909399;
}

.address span {
	color: #003F89;
	font-weight: 700;
}

.iotServiceS {
	min-height: 560px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}


.iotServiceS .swiper-con-half .product_type h4 {
	color: #333;
	font-size: 2rem;
	line-height: 3rem;
}

.iotServiceS .swiper-con-half .product_type span {
	color: #606266;
}

.iotService {
	padding-right: 40px;
	height: 370px;
}

.iotServiceS .swiper-con-half .product_title {
	color: #303133;
	font-size: 16px;
	font-weight: 700;

}

.iotServiceS .swiper-con-half .peoTxt {
	color: #606266;
	font-size: 14px;
}

.itenQuery {
	margin: 80px 0;
	/* border:1px solid #CDD0D6; */
	justify-content: space-between;
}

.itenQueryH {
	width: 48%;
	height: 10rem;
	padding: 0 1.6rem;
}

.queryLf {
	background: url(../img/queryBg1.png)no-repeat;
	background-size: 100% 100%;
}

.queryRg {
	background: url(../img/queryBg2.png)no-repeat;
	background-size: 100% 100%;
}

.itenQueryH h4 {
	margin-top: 1rem;
	color: #303133;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3rem;
}

.itenQueryH p {
	font-size: 0.8rem;
	color: #909399;
	line-height: 2rem;
}

.itenQueryH .know-more {
	margin-top: 0.9rem;
}

/*  .queryRg h4{
  	  color:  #003F89;
  }
  .queryRg p{
  	color:  #606266;
  }
  */
.iotCotain {
	width: 100%;
	height: 496px;
	background: url(../img/iot_serve.png)no-repeat;
	background-size: 100% 100%;
}

.minddleTitle h4 {
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 56px;
	color: #333;
}

.minddleTitle span {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #909399;
}

.minddleTitle p {
	width: 60%;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	color: #606266;
	margin: 0 auto;
}

.iotCotain .iotSers {
	flex-direction: row;
	justify-content: space-around;

}


.iotCotain .iotSer {
	width: 23%;
	height: 12rem;
	padding: 0.8rem;
	border-radius: 2px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(20px);
}

.iotCotain .iotSer .iotSerTex {
	justify-content: space-between;
	align-items: center;
}

.iotCotain .iotSer .iotSerTex p {
	color: #006CD0;
	text-align: justify;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
}

.iotCotain .iotSer .iotSerTex i {
	font-size: 22px;
}

.iotCotain .iotSer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 24px;
}

.iotCotain .iotSer ul li {
	text-align: center;
	width: 48%;
	padding: 8px 0;
	font-size: 14px;
	line-height: 22px;
	color: #606266;
	background: rgba(0, 0, 0, 0.04);
	margin-bottom: 8px;
}

.iotMain,
.iotMains,
.fafcff {
	width: 100%;
	background: #fafcff;
}

.iotMain .iotMainProLis {
	justify-content: space-between;
}

.iotMain .iotMainProLi {
	width: 32%;
	padding: 16px;
	justify-content: space-between;
	border: 1px solid #003F89;
	background: #fff;
	align-items: center;
}

.iotMain .iotMainProLi .iotMainProImg {
	width: 103px;
	height: 103px;
	overflow: hidden;
}

.iotMain .iotMainProLi .iotMainProImg img {
	width: 100%;
}

.iotMain .iotMainProLi .iotMainProLiTxt {
	width: 60%;
}

.iotMain .iotMainProLi .iotMainProLiTxt h5 {
	color: #003F89;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
}


.iotMain .iotMainProLi .iotMainProLiTxt p {
	color: #606266;
	font-size: 14px;
	line-height: 22px;
}



.iotMainDes .iotMainDesLis {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.iotMainDes .iotMainDesLi {
	width: 46%;
	padding: 16px;
	justify-content: space-between;
	border: 1px solid #003F89;
	background: #fff;
	align-items: center;
	border-radius: 4px;
	display: flex;
	height: 120px;
	margin-bottom: 16px;
}

.iotMainDes .iotMainDesLi .iotMainDesLiImg {
	width: 64px;
	height: 64px;
	overflow: hidden;
}


.iotMainDes .iotMainDesLi .iotMainDesLiImg img {
	width: 100%;
}

.iotMainDes .iotMainDesLi .iotMainDesLiTxt {
	width: 80%;
}

.iotMainDes .iotMainDesLi .iotMainDesLiTxt h5 {
	color: #003F89;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}

.iotMainDes .iotMainDesLi .iotMainDesLiTxt p {
	color: #606266;
	font-size: 16px;
	line-height: 24px;
}

.iotMainPlaLis {
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
}

.iotMainPlaLis .iotMainPlaLi {
	width:25%;
	padding: 2rem 0.8rem;
	height: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}

.borderB {
	border-bottom: 1px solid #EBEEF5;
}

.borderR {
	border-right: 1px solid #EBEEF5;
}

.marginT24 {
	margin-top: 1.2rem;
}

.iotMainPlay {
	margin-top: 80px;
}

.iotMainPlaLis .iotMainPlaLi h5 {
	color: #303133;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.8rem;

}

.iotMainPlaLis .iotMainPlaLi .icon-pla {
	font-size: 50px;
}

.iotMainPlaLis .iotMainPlaLi p {
	color: #303133;
	font-size: 0.8rem;
	line-height: 1.2rem;
}

/*  .iotAdvaBox{
	  float: right;
	  width: ;
  } */
.iotAdvas {
	justify-content: space-between;
	width: 100%;
}



.iotAdvas li.iotAdva ul {
	height: 20rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;


}

.iotAdvas .iotAdvali {
	width: 100%;
	height:48%;
	padding: 0.8rem;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 63, 137, 0.20);
}

.iotAdvas .iotAdvali h5 {
	color: #003F89;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.iotAdvas .iotAdvali .iotAdvanLis {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0;
}

.iotAdvas .iotAdvali .iotAdvanLis span {
	display: inline-block;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 22px;
	background: #f0f2f5;
	color: #606266;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 6px;
}

.iotAdvas .iotAdvali p {
	color: #303133;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
}



.application {
	/* height: 1038px; */
	width: 100%;
	background: url(../img/mainBg.png)no-repeat;
	background-size: 100% 100%;
}

.application .iotMainDe .minddleTitle h4 {
	color: #fff;
}

.application .iotMainDe {
	padding-top: 46px;
}

.application .iotMainDe .minddleTitle span {
	color: rgba(255, 255, 255, 0.80);
	/*  background: ; */
}

.application .applis {
	flex-direction: row;
	flex-wrap: wrap;
}


.application .appli {
	width: 20%;
	height: 20rem;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.application .appli .appliBg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	overflow: hidden;
}
.application .appli .appliBg img {
	width: 100%;
}
.application .appli .appliTxt {
	width: 100%;
	min-height: 80px;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: 99;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 59.29%, #000 100%);

}

.appliTxtA {
	position: relative;
	bottom: 0;
	width: 90%;
	left: 5%;
	/* height: 100%; */
}

.application .appli .appliTxt h5 {
	width: 100%;
	color: #FFF;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;

}

.application .appli .appliTxt p {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 22px;
	color: #a1a09d;

}

.application .appli .appliTrans {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 30;
	background: linear-gradient(180deg, rgba(0, 63, 137, 0.00) 0%, #003F89 70.44%);
	opacity: 0;
}

.application .appli .know-more {
	position: absolute;
	bottom: -70px;
	z-index: 99;
	left: 5%;
	/* display: none; */

}

.application .appli:hover .appliTxtA {
	bottom: 70px;
	transition: all 0.6s ease-in-out 0s;
}

.application .appli:hover .appliTxtA p {
	overflow: show;
	-webkit-line-clamp: 10;

}

.application .appli:hover .appliTrans {
	top: 0;
	opacity: 1;
	transition: all 0.4s ease-in-out 0s;
}


.application .appli:hover .know-more {
	transition: all 0.6s ease-in-out 0s;
	bottom: 30px;
	/* display: block; */

}

.friend {
	width: 100%;
	padding: 16px 0;
	margin-top: 4rem;
	background: rgba(0, 63, 137, 0.10);

}

.friend ul {
	display: flex;
	flex-direction: row;
	heihgt: 100%;
}

.friend p {
	color: #003F89;
	font-size: 14px;

}

.friend ul li {
	border-bottom: 1px solid #003F89;
	margin-right: 10px;
	text-align: center;

}


/* 短信服务页面 */
.sms_bg{
	background: url(../img/smsBanner.png);
	background-size: 100% 100%;
}
.lcb {
	width: 100%;
	height: 16rem;
	background: url(../img/lcbbg.png)no-repeat center center;
	background-size: 100%;
}

.lcbMain {
	height: 16rem;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 1.2rem;
}

.lcb .lcbLf,
.lcb .lcbRg {
	width: 40%;
}


.lcb .lcbLf h4 {
	color: #FFF;
	font-size: 2rem;
	line-height: 3.5rem;
}

.lcb .lcbLf p {
	color: #FFF;
	font-size: 1.2rem;
	line-height: 2rem;
}

.lcb .lcbLf form {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

.lcb .lcbLf form input[type="tell"] {
	outline: none;
	padding: 8px;
	background: #e6e8eb;
	color: #909399;
	border: none;
	height:38px;
	width: 296px;
}

.lcb .lcbLf form input[type="button"] {
	outline: none;
	padding: 8px 16px;
	background: #fff;
	color: #003F89;
	border: none;
	height: 38px;
	line-height: 22px;
	
}











.lcbRg img {
	height: 12.8rem;
	width: auto;
}

.smsDesLis,
.smsAdLis,
.smsPlatLis {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 14px;
	align-content: space-between;
}

.smsDesLis {
	height: 15rem;
}

.smsDesLis li {
	width: 12.8rem;
	height: 7rem;
	padding: 0.8rem;
	background: #fff;
	border: 1px solid #CDD0D6;

}

.smsDesLis li h5 {
	display: flex;
	align-items: center;
}

.smsDesLis li h5 img {
	width: 1.2em;
	height: 1.2rem;
	margin-right: 0.4rem;
}

.smsDesLis li h5 span {
	color: #003F89;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.smsDesLis li p {
	color: #606266;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}

.smsAdLis {
	margin-top: 24px;
}

.smsAdLis li,
.smsPlatLis li {
	width: 12.7rem;
	height: 20rem;
	padding: 0.4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 63, 137, 0.20);
}

.smsAdLis li img {
	width: 9.6rem;
	height: 8rem;
	margin: 2rem 0;
}

.smsAdLis li h4 {
	color: #303133;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.smsAdLis li p {
	height: 3.3rem;
	font-size: 14px;
	line-height: 22px;
	color: #606266;
	text-align: center;
	margin-top: 16px;
}



.smsPlatLis li {
	width: 18.65rem;
	height: 15rem;
	text-align: center;
	border-radius: 2px;
	padding: 0;
	/* justify-content: space-around; */
}

.smsPlatLis li img {
	width: 5.2rem;
	height: 5.2rem;
	margin-top: 40px;
}

.smsPlatLis li h4 {
	color: #003F89;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	margin-top: 16px;
}

.smsPlatLis li p {
	color: #606266;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	margin-top: 8px;
}













/* 语音服务  */
.voiceSer {
	height: 600px;
}
.voiceBanner{
	background: url(../img/voiceBanner.png)no-repeat;
	background-size: 100% 100%;
}
.voiceSer .swiper-con-half {
	height: 600px;
	width: 660px;
}

.voiceLis {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.voiceLis li {
	width: 18%;
	height: 270px;
	border-radius: 11.321px;
	margin-bottom: 20px;
}

.voiceLis li:nth-child(2n+1) img {
	width: 100%;
}

.voiceLis li:nth-child(2n) {
	background: linear-gradient(134deg, #003F89 2.93%, #8EC1FD 98.54%);

}

.voiceLis li:nth-child(2n) .voiceTxtB {
	padding: 11.3px;
}

.voiceLis li:nth-child(2n) .voiceTxtB .voiceTie {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

.voiceLis li:nth-child(2n) .voiceTxtB .voiceTxt {
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
}



.voiveProAdLis {
	width: 100%;
	height: 23.3rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
	background: url(../img/voiceProA.png)no-repeat center center;
}

.voiveProAdLis li {
	width: 34%;
	/* height: 5rem; */
	padding: 1.4rem;
	border-radius: 3px;
	border: 0.714px solid #003F89;
	background: #FFF;
	text-align: left;
}

.voiveProAdLis li h4 {
	color: #003F89;
	font-size: 32px;
	font-weight: 700;
	/* line-height:50px; */
}


.voiveProAdLis li p {
	color: #606266;
	font-size: 16px;
	line-height: 24px;
	margin-top: 6px;
}

.voicePlaAdlis {
	width: 100%;
	height: 20rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.voicePlaAdlis .voicePlaAdL {
	width: ;
	height: 100%;
	display: flex;
	flex-direction: column;

	justify-content: space-between;
}



.voicePlaAdlis .voicePlaAdL .voicePlaAdli {
	width: 328px;
	padding: 0.8rem;
	border-radius: 2px;
	border: 1px solid #CDD0D6;
	background: #FFF;
}

.voicePlaAdlis .voicePlaAdR {
	width: 341px;
	padding: 0.8rem;
	border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #CDD0D6;
	background: #FFF;
}

.voicePlaAdlis .voicePlaAdli h5 {
	color: #003F89;
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
}

.voicePlaAdlis .voicePlaAdli h5 span {
	font-size: 14px;
	color: rgba(0, 63, 137, 0.80);
	line-height: 22px;
}

.voicePlaAdlis .voicePlaAdli ol {
	margin-top: 6px;
}

.voicePlaAdlis .voicePlaAdli li {
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

.voicePlaAdlis .voicePlaAdli li label {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	margin-right: 10px;
	display: inline-block;
	float: left;
	margin-top: 9px;
}

.voicePlaAdlis .voicePlaAdC {
	width: 20rem;
	height: 20rem;
	overflow: hidden;
}

.voicePlaAdlis .voicePlaAdC img {
	width: 100%;
	height: 100%;
}



/* 呼叫中心页面 */
.outTop {
	background: url(../img/outBg.png)no-repeat;
	background-size: 100% 100%;
}

.callProLis ul {
	flex-direction: row;
	justify-content: space-around;
	align-content: space-around;
}

.callProLis>ul>li {

	min-height: 200px;
	border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #D4D7DE;
	margin-bottom: 10px;
	/* width: 49%; */
	/* margin-right: 10px; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;

}



.callProLis>ul>li .iconCall {
	width: 30%;
	height: 80%;
	padding: 16px 0 16px 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #EBEEF5;
}

.callProLis>ul>li .iconCall i {
	font-size: 64px;

}

.callProLis .callProR {
	width: 63%;
}

.callProLis .callProR h5 {
	color: #003F89;
	font-size: 24px;
	font-weight: 700;
}

.callProLis .callProR .callProLi p {
	color: #606266;
	font-size: 14px;
	line-height: 18px;
	/* 150% */
	margin-bottom: 0;
}

/*   .callProLis .callProR   .callProLi  label{
	  width: 4px;
	  height: 4px;
	  border-radius: 50%;
	  background: #606266;
	  margin-right: 10px;
	  display: inline-block;
	  float: left;
	  margin-top: 9px;
   } */

.callProLis .callProR .callProLi>ol>li {
	list-style: disc;

}

.callProLis>ul>li:hover {
	background: #003F89;
}

.callProLis>ul>li:hover .iconCall,
.callProLis>ul>li:hover .callProR h5,
.callProLis>ul>li:hover .callProR .callProLi p,
.callProLis>ul>li:hover .callProR .callProLi>ol>li {
	color: #fff;
}

.callSerMainB{
	width: 100%;
	height: auto;
	background: url(../img/callSerBg.png)no-repeat center center;
}
.callSerMain,.callSerMain img{ 
	width: 98%;
	height: auto;
	margin: 0 auto;
}



.callSerLis,.mangement {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

}
.callSerLis li {
	padding: 20px;
	width: 96%;
	margin-bottom: 20px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 288px;
}
/* .callSerLi{
	padding: 16px;
	width: 96%;
} */



.callSerLis li:nth-child(1){
	background: url(../img/callSer1.png)no-repeat;
	background-size: 100% 100%; 
	
}
.callSerLis li:nth-child(2) {
	background: url(../img/callSer2.png)no-repeat;
	background-size: 100% 100%; 
}
.callSerLis li:nth-child(3){
	background: url(../img/callSer3.png)no-repeat;
	background-size: 100% 100%; 
}
.callSerLis li:nth-child(4){
	background: url(../img/callSer4.png)no-repeat;
	background-size: 100% 100%; 
}
.callSerLis li:nth-child(5){	
	background: url(../img/callSer5.png)no-repeat;
	background-size: 100% 100%; 
}


.callSerLi h4{
	color:#FFF;
	font-size: 24px;
	font-weight: 700;
}

.callSerLi p{
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px; 
	margin-top: 16px;
}
.callSerLi .know-more{
	position: absolute;
	bottom: 24px;
	left: 24px;
}

/* 管理优势 */
.mangement{
	
}
.mangement li{
	padding: 40px 16px;
	
	border-radius: 2px;
	border: 1px solid  #CDD0D6;
	background: #FFF;
	text-align: center;
	min-height: 365px;
}

.mangement li .img{
	max-width:160px;
	max-height: 160px;
	/* padding-bottom: 50%; */
	text-align: center;
	margin: 0 auto;
}
.mangement li .img img{
	width: 100%;
	height: 100%;
}
.mangement li h4{
	color:  #003F89;
	font-size: 24px;
	font-weight: 700;
	margin: 16px 0;
}

.mangement li span{
	color:  #606266;
	font-size: 14px;
	line-height: 22px;
}
.mangement li p{
	color:  #606266;
	font-size: 14px;
	line-height: 22px;	
	margin-top: 20px;
}

.callAppli .appli{
	width: 25%;
}



/* 智慧电力页面 */
.header_bg .smart{
	background: url(../img/smartHBg.png)no-repeat;
}
.mainBusLis ul{
	flex-direction: row;
	justify-content: space-around;
}
.mainBusLis li{
	padding: 0.8rem;
	border-radius: 4px;
	border: 1px solid  #CDD0D6;
	background: #FFF;
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10px;
	
}
.mainBusLis li .busImg{
	width: 64px;
	height: 64px;
}
.mainBusLis li .busImg img{
	width: 100%;
}
.mainBusLis li h5{
	color:  #003F89;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.mainBusLis li p{
	color:  #606266;
	text-align: center;
	font-size: 16px;
}

.equipmentLis{
	flex-direction: row;
	justify-content: space-between;
}


.equipmentLis>li>ul{
	height: 30rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.equipmentLis>li>ul .equiLi{
	padding: 32px;
	height: 48%;
}
.equipmentLis>li.equipmentLi:nth-child(1) .equiLi {
	background: url(../img/equiLi1.png)no-repeat ;
	background-size: 100% 100%;
}

.equipmentLis>li.equipmentLi:nth-child(2) .equiLi:nth-child(1) {
	background: url(../img/equiLi2.png)no-repeat ;
	background-size: 100% 100%;
}


.equipmentLis>li.equipmentLi:nth-child(2) .equiLi:nth-child(2) {
	background: url(../img/equiLi3.png)no-repeat ;
	background-size: 100% 100%;
}

.equipmentLis>li.equipmentLi:nth-child(3) .equiLi:nth-child(1) {
	background: url(../img/equiLi4.png)no-repeat ;
	background-size: 100% 100%;
}

.equipmentLis>li.equipmentLi:nth-child(3) .equiLi:nth-child(2) {
	background: url(../img/equiLi5.png)no-repeat ;
	background-size: 100% 100%;
}

.equipmentLis>li>ul .equiLi h5{
	color:  #FFF;
	font-size: 24px;
	font-weight: 400;
}

.equipmentLis>li>ul .equiLi p{
	color: rgba(255, 255, 255, 0.80);
	font-size: 14px;
	line-height: 22px; /* 157.143% */
}

.equipmentLis>li>ul .equiLi .know-more{
	margin-top: 2rem;
}

.mainAizeImg{width: 100%;}

.mainAizeImg img{
	width: 100%;
}



.system{
	background: url(../img/systemLibg.png)no-repeat;
	background-size: 100% 100%;
}

.systemBox,.honorBox{
	position: relative; 
	top: 0; 
	left: 0;
	
}




.systemBox .swiper-button-next  ,.systemBox .swiper-button-prev{
		width: 32px;
		height: 214px;
		background: #bfc0bf;
		margin-top: -107px;
		color: #fff;
	}		
	.swiper-button-prev:after, .swiper-button-next:after{
		font-size: 24px;
	}

 .systemBox .swiper-button-next , .honorBox .swiper-button-next {
	right: 0;
}

.systemBox .swiper-button-prev, .honorBox .swiper-button-prev{
	left: 0;
}
.systemDe{
      width: 93%;
    }

.systemDe .swiper-wrapper,.honorDe .swiper-wrapper{
	flex-wrap: nowrap;
}

.systemDe .systemLi, {
  /* height: 440px; */
  text-align: center;
  cursor: pointer;
}

.systemDe .systemLi .systemLiImg{
width: 94%;
	max-height: 272px;
	text-align: center;
	margin: 0 auto;
}

 .systemLiImg img{
	width: 95%;
	/* height: 100%; */
	
}

.systemDe .systemLi h4{
	color: #003F89;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-top:16px;
}


.systemDe .systemLi p{
	width: 70%;
	color:  #606266;
	text-align: center;
	font-size: 14px;
	line-height:20px ;
	margin:10px auto;
}
.smartServeLis{
	justify-content: space-between;
}
.smartServeLis .smartServeLi48 {
	width: 49%;
	min-height: 188px;
	margin-top: 24px;
}

.smartServeLis .smartServeLi32{
	width: 32%;
	min-height: 188px;
	
	margin-top: 24px;
}
.smartServeLis  .smartServeLi{
	height:100% ;
	padding: 16px 16px 0;
	background: var(----el-color-white, #FFF);
	box-shadow: 0px 0px 6px 0px rgba(0, 63, 137, 0.20);
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
	align-self: stretch;
	
}

.smartServeLis  .smartServeLi h5{
	color: var(--, #003F89);
	font-size: 24px;
	font-weight: 700;
	line-height: ;
}

.smartServeLis  .smartServeLi P{
	color: var(--light-text---el-text-color-regular, #606266);
	font-size: 14px;
	line-height: 22px;
}

.smartApplis img{
	width: 100%;
	height: auto;
}





/* 关于我们页面*/


.aboutConpany {
    background: url(../img/aboutbg.png)no-repeat;
    background-size: 100% 100%;
}

.tabMain{
	justify-content: space-between;
}

.aboutMain{
	padding-bottom: 80px;
	background:#FAFCFF url(../img/aboutCon.png)no-repeat  ;
	background-size: 100% 100%;
}
.tabMain .tabItem{
	width:16%;
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.tabMain .tabItem .tabItemLis {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
.tabMain .tabItem .tabItemLis a{
	width: 100%;
	color: #606266;
}
.tabMain .tabItem .tabItemLis li{
	width: 100%;
	padding: 17px 8px;
	border-radius: 2px;
	text-align: center;	
	
	/* background: #E6ECF4; */
}
.tabMain .tabItem .tabItemLis a.abouLive{
	background: #E6ECF4;
	color: #003F89;
}


.aboutWrap{
	width: 84%;
	padding-left: 40px;
	/* height: 600px; */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.aboutUsLf{
	width:58% ;
}
.aboutUsRg{
	width:38% ;
}

.aboutUsRg img{
	width: 100%;
	height: 100%;
}
.aboutUs {
	padding-top: 24px ;
}
.aboutUs .product_type h4{
	color: #303133;
	font-size: 40px;
	font-weight: 700;
	line-height: 56px; 
	letter-spacing: 2px;
	
}

.aboutUs .product_type span{
	color:  #606266;
	font-size: 16px;
	line-height: 24px;
}
.aboutUs .aboutUsLf .aboutTxt{
	margin: 24px 0;
}
.aboutUs .aboutUsLf .aboutTxt p{
	color: #606266;
	font-size: 14px;
	line-height: 22px; 
	text-indent: 28px;
}
.aboutUs .aboutUsLf  .conpany_num li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.aboutUs .aboutUsLf  .conpany_num li h2{
	color:  #003F89;
	font-size: 32px;
	font-weight: 700;
}

.aboutUs .aboutUsLf  .conpany_num li span{
	color:  #303133;
	font-size: 16px;
	line-height: 24px; 
}

.aboutUs .aboutUsLf  .conpany_num .width49{
	width: 49%;
	margin-bottom: 20px;
	margin-top: 10px;
}

.aboutUs .aboutUsLf  .conpany_num .width32{
	width:32%;
	
}


.honor{
	background:url(../img/honorBg.png)no-repeat center ;
	background-size: 100% 100%;
}
.honor .minddleTitle h4{
	color: #fff;
}

.honor .minddleTitle span{
	color: #99b7d9;
}



/* .honorZs{
	position: relative; 
	top: 0; 
	left: 0;
	
}
 */

 .honorBox .swiper-button-next  ,.honorBox .swiper-button-prev{
		width: 32px;
		height: 214px;
		background: #bfc0bf;
		margin-top: -107px;
		color: #fff;
	}		
.swiper-button-prev:after, .swiper-button-next:after{
	font-size: 24px;
}

.honorDe{
      width: 93%;
    }

.honorBox .swiper-button-next  ,.honorBox .swiper-button-prev{
		width: 32px;
		height:198px;
		background: rgba(255, 255, 255, 0.20);
		margin-top: -99px;
		color: #fff;
	}	




.honorLi p{
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 20px;
}

.honorZsBg img{
	width: 100%;
	height: auto;
}


.environment {
	width: 100%;
	background: url(../img/banBg.png)no-repeat center center;
	background-size:100% 50%;
}

.environment .enviImg,.environment .enviImg img{
	width: 100%;
	height: auto;
}




.cooperative{
	background: url(../img/hezou.png)no-repeat;
	background: 100%;
}
.cooperative ul{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.cooperative ul li{
	cursor: pointer;
	width: 22%;
	margin-bottom: 10px;
}

.cooperative ul li img{
	width: 100%;
	height: auto;
}


/* 关于我们->新闻咨询 */
.newsBox{
	flex-direction: column;
}
.newsBox .swiper_rg{
	width:100%;
}
.newsTab {
	display: flex;
	flex-direction: row;
	width: 100%;

	margin: 0;
	float: right;
	display: flex;
	    justify-content: flex-end;
}

.swiper_newes >.swiper-wrapper{
	height: 1200px;
}

.newsTab> .swiper-pagination-bullet{	
	width: 16%;
	height: 40px;
	background: #F0F2F5;
	color:#606266;
	border-radius: 0;
	opacity: 1;
	margin-left:10px !important;
}
.newsTab > .swiper-pagination-bullet p{
	padding: 8px 16px;
	font-size: 16px;
	letter-spacing: 0.8px;
text-align: center;
	margin: 0px 8px;
	
}

.newsTabLis li:hover , .newsTabLis .newsTabLive{
	background: #003F89;
	color: #fff;
	cursor: pointer;
}


.newsTab > .swiper-pagination-bullet-active{
	background: #003F89;
	color: #fff;
}



.aboutNews{
	    background: url(../img/news.png)no-repeat;
	    background-size: 100% 100%;
}

.search{
	background: url(../img/zhao.png)no-repeat;
	background-size: 100% 100%;
}

.position,.positionLis{
	width: 100%;
}
.positionLi{
	width: 100%;
	background: #fff;
	margin-bottom: 5px;
}

.positionLi .posiTitle{
	width: 100%;
	height: 54px;
	display: flex;
	padding: 16px 24px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
	font-size: 14px;
	width: 100%;
	cursor: pointer;
}

.positionLi .posiTitle span {
	width:200px;
	height: 22px;
	overflow: hidden;
	 white-space: nowrap; 
	 text-overflow: ellipsis;
}
.positionLi .posiTitle span.posiOne{
	color: #303133;
}
.positionLi .posiTitle span.posiSecond,.posiTitle .bottom{
	color: #606266;
}
.positionLi .posiTitle .bottom{
	transform: rotate(180deg);
}

.posiLive  .posiTitle {
	background: #003F89;
}


.posiLive .posiTitle span.posiOne,
.posiLive .posiTitle span.posiSecond,
.posiLive .posiTitle .bottom{
	color: #fff;
}


.posiDetail{
	padding: 16px;
	/* display: flex;
	flex-direction: column;
	justify-content: flex-start; */
	display: none;
}

.describe {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.describe h4{
	color:#003F89;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px; 
}
.describe .time{
	color: #606266;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.posiDetail .describe{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.posiDetail .order{
	
}

.posiDetail .order ol{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-top: 24px;
}
.posiDetail .order ol h5{
	color:  #303133;
	font-size: 14px;
	line-height: 30px; 
	font-weight: 600;
}
.posiDetail .order ol li{
	width: 95%;
	list-style:decimal ;
	list-style-position:inside;
	color: #606266;
	font-size: 14px;
	font-weight: 400;
	margin-left: 1%;
}


.positionLi .apply .shenq{
	float: right;
	border: 0;
	padding: 8px 16px;
	background: #003F89;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.8px;
}
.positionLi .apply .shenq i{
	margin-right: 4px;
	}

.applyFor .ask_form .ask_row{
	align-items: flex-start;
}

.ask_row .upload{
	width: 78%;
	display: flex;
	flex-direction: column;
}
.ask_row .upload .file{
	width: 90px;
	padding: 5px 16px;
	font-size: 14px;
	line-height: 22px;
	background: #003F89;
	border-radius: 2px;
	color:#fff;
	text-align: center;
}

.ask_row .upload .types{
	color:  #606266;
	font-size: 12px;
	line-height: 20px;
	margin-top: 8px;
}
.ask_row .upload .types i{
	color: #ff0000;
	margin-right: 4px;
	font-size: 16px;
}

.ask_row .upload .fileName{

	width: 100%;
	margin-top: 8px;
	/* display: none; */
	opacity: 0;
}

.ask_row .upload .fileName .fileSuccess{
	color: #67c23A;
	float: right;
}

.ask_row .upload #inputFile{
	display: none;
}
.ask_row .upload .fileName .nameLf{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	font-size: 12px;
	line-height: 20px;
	color: #606266;
	float: left;
}
.layui-form-item{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 16px 0;
	border: 1px dashed #E4E7ED;
	border-radius: 4px;
	background:#fff;
}
.upload-drag{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.upload-drag  i{
	font-size: 48px;
	width: 64px;
	height: 64px;
	color: #C0C4CC;
}
.upload-drag p {
	color: #909399;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px; 
}
.upload-drag p span{
	color: #409EFF;
	font-size: 12px;
	line-height: 20px;
}
.contact{
	background: url(../img/contentbg.png)no-repeat;
	background-size: 100% 100%;
}

.item_infor , .minddleTitle{
	width: 100%;
}

.information{
	display: flex;
	flex-direction: column;
}

.information h5{
	color: #303133;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
}
.inforLis{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.inforLis li{
	color:  #606266;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing:1;
	width: 50%;
}

.information .address{
	width: 100%;
	height: 550px;
	border: 1px solid #ccc;
	margin-top: 30px;
}


















































































































