body{
	background: #fff;
}
.img_box{
	font-size: 0;
}
.img_box img{
	max-width: 100%;
	max-height: 100%;
}
/* floor */
/*floor*/
.floor {
    position: fixed;
    top: 65%;
    right: 0px;
    z-index: 994;
    margin-top: -74px;
    /* display: none */
}
.floor .zx-a {
    margin-bottom: 1px;
    text-align: center;
    background: #fff;
    position: relative;
        width: 47px;
    height: 47px;
}
.floor .zx-a>a {
    width: 47px;
    height: 47px;
    display: table-cell;
    vertical-align: middle;
    box-shadow: 0px 2px 10px 2px #D3D1D1
}
.floor .zx-a:hover{
    background: #EFEFEF
}
.floor .zx-a p {
    position: absolute;
    top: 0;
    right: 48px;
    width: 120px;
    height: 47px;
    line-height: 47px;
    background: #fff;
    color:#515151;
    font-size: 15px;
    display: none;
    box-shadow: 0px 2px 10px 2px #D3D1D1
}
.floor .zx-a .ewm {
    width: 125px;
    height: 126px;
}
/*header*/
header{
	text-align: center;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
header .logo{
	width: 253px;
	height: 40px;
	margin-right: 57px;
}
header .logo .img2{
	display: none;
}
header .menu{
	width: 680px;
}
header .menu li{
	display: inline-block;
	font-size: 16px;
	line-height: 70px;
	margin-right: 32px;
    position: relative;
}
header .menu>ul>li>a{
	color: #fff;
	line-height: 40px;
	display: inline-block;
}
header .menu li.cur>a,header .menu li a:hover{
	border-bottom: 2px solid #fff;
}
header .menu_slide{
	position: absolute;
	left: 0;
	top: 68px;
	z-index: 3;
	width: auto;
	height: auto;
	background: #fff;
	text-align: left;
	display: none;
    white-space: nowrap;
    padding: 10px 0 30px 35px;
}
header .menu_slide div{
	line-height: 30px;
	padding-left: 10px;
	position: relative;
}
header .menu_slide div::after{
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999999;
	position: absolute;
	left: 0;
	top: 15px;
}
header .menu_slide li a{
	font-size: 14px;
	color: #707070;
}
header .menu_slide li .cur a,header .menu_slide li a:hover{
	color: #6089FF;
}
header .menu_slide li .cur::after{
	background: #5581FF;
}
header .menu_slide li{
	display: inline-block;
	vertical-align: top;
    margin-right: 35px;
}
header .contact{
	width: 170px;
}
header .contact dt{
	background: url(../img/phone.png) no-repeat center/cover;
	width: 40px;
	height: 35px;
	margin: 0 10px 0 20px;
}
header .contact dd{
	font-size: 16px;
	color: #fff;
	text-align: left;
}
header.style2{
	background: #fff;
}
header.style2 .menu li a,header.style2 .contact dd{
	color: #222222;
}
header.style2 .logo .img1{
	display: none;
}
header.style2 .logo .img2{
	display: inline-block;
}
header.style2 .menu li.cur>a,header.style2 .menu li a:hover{
	border-bottom: 2px solid #222222;
}
header.style2 .contact dt{
	background-image: url(../img/phone2.png);
}
/*footer*/
.foot{ width:100%;height: 514px; overflow:hidden;  background:url(../img/foot_bg.png) no-repeat center;padding: 20px 0;box-sizing: border-box;}
.foot a{
	color: #fff;
}
.foot_l{ width:460px; float: left;}
.foot_l div{ color: #fff; text-align: left; line-height: 30px; margin-bottom: 20px;}
.foot_m{ float: left; text-align: center; width:280px; margin-top: 150px;}
.foot_r{ float: right; width: 300px;}
.foot_r div{ color: #fff; line-height: 30px; margin-bottom: 20px;}
.foot_r p{ 
    display: inline-block;
    width: 280px;
    vertical-align: middle;
}
.foot_r .foot_ewm dl{
    display: inline-block;
    vertical-align: middle;
	text-align: center;
}
.foot_r .foot_ewm dl:last-child{
	margin-left: 60px;
}
.foot_r .foot_ewm dd{
	font-size: 16px
}
.foot_r .foot_ewm dd .wx{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/wx_icon.png) no-repeat center/contain;
	width: 34px;
	height: 28px;
}
.foot_r .foot_ewm dd .wb{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/wb_icon.png) no-repeat center/contain;
	width: 33px;
	height: 27px;
}
.foot_r .foot_ewm dd span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.foot_bt{ width: 100%; height: 52px; line-height: 52px; color: #fff; text-align: center; border-top: 1px solid #727684;color: #90908F;font-size: 16px;}
/*dialog*/
.dialog_box{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9;
    display: none;
}
.dialog {
    position: relative;
    top: 50%;
    width: 1000px;
    height: auto;
    display: inline-block;
}
.dialog video {
    width: 100%;
    height: 100%;
}
.dialog .close_btn {
    background: url(../img/close_btn.png) no-repeat 0 0;
    position: absolute;
    right: -58px;
    top: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.pub_banner{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.pub_banner h3{
	font-size: 28px;
	color: #fff;
}
.pub_banner .text{
	font-size: 18px;
	color: #E2E4E5;
	margin-top: 20px;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
/* tab_box */
.tab_tit{
	background: #111111;
	/* box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1); */
	display: inline-block;
	font-size: 0;
}
.tab_tit li{
	/* padding: 0 30px; */
	width: 140px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	/* height: 50px; */
	height: auto;
	line-height: 50px;
}
.tab_tit li a{
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    display: inline-block;
}
.tab_tit li.cur,.tab_tit li:hover{
	background: #fff;
}
.tab_tit li.cur a,.tab_tit li:hover a{
	color: #646464;
}
.tab_con>ul{
	display: none;
}
/* page */
.page{
	padding: 30px 0;
	text-align: center;
}
.page .btn{
	font-size: 16px;
	color: #737373;
}
.page a,.page span{
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.page .btn.dis{
	color: #999999;
}
.page .num{
	font-size: 14px;
	color: #BBBBBB;
	border: 1px solid #BBBBBB;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.page span.num,.page .num:hover{
	background: #999999;
	color: #fff;
	border-color: #999999;
}
/* pub_tit */
.pub_tit{
	font-size: 34px;
	color: #333333;
	text-align: center;
	padding: 70px 0 30px;
}
.pub_tit.white{
	color: #fff;
}
.pub_tit2{
	padding: 50px 0;
	text-align: center;
}
.pub_tit2 h3 span{
	font-size: 28px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}
.pub_tit2 h3 i{
	width: 75px;
	height: 1px;
	background: #333333;
	display: inline-block;
	vertical-align: middle;
}
.pub_tit2 .english{
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
}
.pub_tit2.white h3 span,.pub_tit2.white .english{
	color: #fff;
}
.pub_tit2.white h3 i{
	background: #fff;
}
/* 常见问题 */
.cjwt_banner{
	background: url(../img/cjwt_bg.png) no-repeat center/cover;
	height: 520px;
}
.cjwt_main{
	position: relative;
	top: -50px;
}
.cjwt_main .main{
	overflow: hidden;
}
.cjwt_tab_box .tab_con{
	margin-top: 50px;
}
.cjwt_tab_box .tab_con li{
	cursor: pointer;
}
.cjwt_tab_box .tab_con li .tit{
	font-size: 22px;
	color: #fff;
	background: #999999;
	padding: 20px 55px;
	box-sizing: border-box;
}
.cjwt_tab_box .tab_con li:hover .tit{
	background: #111111;
}
.cjwt_tab_box .tab_con li .text{
	font-size: 18px;
	color: #7D7D7D;
	background: #F6F6F6;
	padding: 20px 55px;
	box-sizing: border-box;
}
.cjwt_tab_box .tab_con li .text span{
	color: #333333;
}
/* 安装视频 */
.azsp_banner{
	background: url(../img/spaz_bg.png) no-repeat center/cover;
	height: 519px;
}
.azsp_video{
	margin: 30px 0;
}
/* 用户手册 */
.yhsc_banner{
	background: url(../img/yhsc_bg.png) no-repeat center/cover;
	height: 519px;
}
.yhsc_main{
	background: #F4F4F4;
}
.yhsc_main .main{
	position: relative;
	top: -50px;
}
.yhsc_main .yhsc_tab_box{
	overflow: hidden;
}
.yhsc_tab_box .tab_con{
	margin-top: 50px;
}
.yhsc_tab_box .tab_con li{
	background: #fff;
	padding: 40px;
	margin-top: 10px;
}
.yhsc_tab_box .tab_con dl dt{
	background: url(../img/bb_icon.png) no-repeat center/cover;
	width: 68px;
	height: 66px;
	margin-right: 10px;
}
.yhsc_tab_box .tab_con dl dd h3{
	font-size: 22px;
	color: #666666;
}
.yhsc_tab_box .tab_con dl dd .date{
	font-size: 20px;
	color: #666666;
	margin-top: 10px;
}
.yhsc_tab_box .tab_con .btn_box{
	width: 160px;
	text-align: center;
}
.yhsc_tab_box .tab_con .down_btn{
	color: #3C3C3C;
	border: 1px solid #4A4A4A;
	width: 100%;
	height: 45px;
	line-height: 45px;
	display: block;
	font-size: 20px;
}
.yhsc_tab_box .tab_con .down_btn:hover{
	background: #333333;
	color: #fff;
}
.yhsc_tab_box .tab_con .size{
	font-size: 16px;
	color: #909090;
	margin-top: 10px;
}
.yhsc_tab_box .loadmore{
	background: #fff;
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
	color: #707070;
	line-height: 53px;
	margin-bottom: 20px;
	display: block;
}
.yhsc_tab_box .loadmore i{
	background: url(../img/loadmore_icon.png) no-repeat center/cover;
	width: 14px;
	height: 15px;
	margin-left: 5px;
}
/* 行业应用 */
.hyyy_banner{
	background: url(../img/hyyy_bg.png) no-repeat center/cover;
	height: 520px;
}
.hyyy_box {
	overflow: hidden;
}
.hyyy_box li{
	padding: 50px 0;
}
.hyyy_box li.even{
	background: #F2F2F2;
}
.hyyy_box li .text_box {
	width: 585px;
	margin-right: 55px;
}
.hyyy_box li.even .text_box {
	margin: 0 0 0 55px;
}
.hyyy_box li .text_box h3{
	font-size: 26px;
	color: #222222;
}
.hyyy_box li .text_box .text{
	font-size: 16px;
	color: #666666;
	margin: 20px 0;
}
.hyyy_box li .text_box .more{
	font-size: 16px;
	color: #FAFAFA;
	background: #ccc;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
}
.hyyy_box li .text_box .more:hover{
	background: #888888;
	color: #DEDEDE;
}
.hyyy_box li .img_box{
	width: 560px;
	/* height: 400px; */
}
/* 行业应用_详情 */
.hyyyDetail_banner{
	background: url(../img/hyyyDetail_banner.png) no-repeat center/cover;
	height: 518px;
}
.hyyyDetail_box .block1 .tab_tit{
	position: relative;
	top: -50px;
	height: 50px;
	z-index: 3;
}
.hyyyDetail_box .block1 .tab_con li{
	display:  none;
	padding-bottom: 50px;
}
.hyyyDetail_box .block1 .tab_con h3{
	font-size: 24px;
	color: #222222;
}
.hyyyDetail_box .block1 .tab_con .text{
	font-size: 16px;
	color: #595959;
	width: 600px;
	margin: 20px auto;
	line-height: 1.7;
}
.hyyyDetail_box .block1 .item_box{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.hyyyDetail_box .block1 .item_box dl{
	text-align: center;
}
.hyyyDetail_box .block1 .item_box dt{
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
.hyyyDetail_box .block1 .item_box dd p{
	font-size: 16px;
	color: #414141;
	width: 180px;
	margin-top: 5px;
}
.hyyyDetail_box .block1 .item_box dd .tit{
	font-size: 22px;
	color: #222222;
    margin: 15px 0;
}
.hyyyDetail_box .block2{
	background: #F2F2F2;
	padding: 65px 0;
	overflow: hidden;
}
.hyyyDetail_box .block2 .text_box{
	width: 580px;
	margin-left: 40px;
}
.hyyyDetail_box .block2 .text_box h3,.hyyyDetail_box .block3 li h3{
	font-size: 28px;
	color: #222222;
	margin: 20px 0 10px;
}
.hyyyDetail_box .block2 .text_box .text,.hyyyDetail_box .block3 li .text_box .text{
	font-size: 18px;
	color: #636363;
	line-height: 1.8;
}
.hyyyDetail_box .block3{
	width: 1350px;
	margin: 0 auto;
	overflow: hidden;
}
.hyyyDetail_box .block3 li{
	margin-top: 30px;
	background: #F2F2F2;
	padding: 64px 0;
	position: relative;
}
.hyyyDetail_box .block3 li .text_box{
	width: 580px;
	margin-right: 40px;
}
.hyyyDetail_box .block3 li .img_box{
	width: 580px;
}
.hyyyDetail_box .block3 li .text_box{
	margin: 0 0 0 40px;
}
.hyyyDetail_box .block3 li .bg1{
	position: absolute;
	top: 30px;
	left: 30px;
}
.hyyyDetail_box .block3 li .bg2{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.hyyyDetail_box .block3 li.even .bg1{
	position: absolute;
	top: 30px;
	left: auto;
	right: 30px;
}
.hyyyDetail_box .block3 li.even .bg2{
	position: absolute;
	bottom: 30px;
	left: auto;
	right: 30px;
}
.hyyyDetail_box .block4{
	width: 1350px;
	margin: 0 auto;
}
.hyyyDetail_box .block4 h3{
	font-size: 28px;
	color: #222222;
	margin: 50px 0 20px;
}
.hyyyDetail_box .block4 .text{
	font-size: 18px;
	color: #666666;
}
.hyyyDetail_box .block4 .img_box{

	margin-top: 15px;
	padding: 45px 0;
}
.hyyyDetail_box .xgsp{
	background: #F2F2F2;
	height: 80px;
	line-height: 80px;
	padding: 0 60px;
	font-size: 16px;
	margin: 20px auto;
	box-sizing: border-box;
}
.hyyyDetail_box .xgsp a{
	color: #777777;
	display: inline-block;
	margin-right: 20px;
}
/* 首页 */
.index_swiper img{
	max-width: 100%;
	max-height: 100%;
}
.index_swiper .swiper-pagination-bullet{
	width: 36px;
	height: 3px;
	opacity: 1;
	background-color: #fff;
	border-radius: 0;
}
.index_swiper .swiper-pagination-bullet-active{
	background: #5581FF;
}
.index_swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 15px;
}
.index_swiper.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 28px;
}
.index_box .block1{
	padding-bottom: 30px;
}
.index_box .block1 .w_1200{
	overflow: hidden;
}
.index_box .block1 .block1_con{
	width: 1520px;
    margin-left: -160px;
}
.index_box .block1_con li{
	display: inline-block;
	vertical-align: middle;
	width: 380px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.index_box .block1_con li:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 1px;
	background: #BBBBBB;
}
.index_box .block1_con li:last-child:after{
	background: #fff;
}
.index_box .block1_con li img{
	width: 77px;
	height: 77px;
}
.index_box .block1_con li .img2,.index_box .block1_con li.cur .img1{
	display: none;
}
.index_box .block1_con li h3{
	font-size: 16px;
	color: #444444;
	position: relative;
}
.index_box .block1_con li.cur .img2{
	display: inline-block;
}
.index_box .block1_con li.cur h3{
	color: #5581FF;
}
.index_box .block1_con li.cur h3:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	background: #5581FF;
	width: 20px;
	height: 2px;
}
.index_box .block1_2{
	background: #0A0A0A;
	padding: 50px 0;
	overflow-x: hidden;
}
.index_box .block1_2>ul{
	display: none;
}
.index_box .block1_2 .pro_img{
	width: 460px;
	height: 460px;
	#background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.index_box .block1_2 .pro_info{
	width: 720px;
}
.index_box .block1_2 .pro_info h3{
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
	margin-left: 20px;
}
.index_box .block1_2 .pro_info .text{
	font-size: 16px;
	color: #909090;
	margin-left: 20px;
}
.index_box .block1_2 .pro_info dl{
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 20px 20px;
}
.index_box .block1_2 .pro_info dt{
	width: 79px;
	height: 69px;
}
.index_box .block1_2 .pro_info dd{
	display: inline-block;
	width: 131px;
	margin-left: 10px;
}
.index_box .block1_2 .pro_info dd h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
.index_box .block1_2 .pro_info dd .text{
	font-size: 14px;
	margin: 0;
}
.index_box .block1_2 .info_btn{
	width: 122px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #FFFFFF;
	background: #555554;
	font-size: 14px;
	display: inline-block;
	color: #fff;
	margin: 20px 0 0 20px;
}
.index_box .block1_3{
	padding-bottom: 50px;
}
.index_box .block1_3 ul li{
	display: inline-block;
	width: 230px;
	height: 450px;
	background: #1B1B1B;
	margin-right: 12.5px;
	padding: 17px;
	box-sizing: border-box;
	vertical-align: top;
	cursor: pointer;
}
.index_box .block1_3 ul li:last-child{
	margin-right: 0;
}
.index_box .block1_3 ul li .li_con{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.index_box .block1_3 ul li .img_box{
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.index_box .block1_3 ul li h3{
	font-size: 16px;
	color: #fff;
}
.index_box .block1_3 ul li .text{
	font-size: 12px;
	color: #888888;
	margin: 5px 0 20px;
	position: relative;
}
.index_box .block1_3 ul li .info{
	font-size: 14px;
	color: #C4C4C3;
	display: none;
	word-break: break-all;
	width: 100%;
}
.index_box .block1_3 ul li:hover .info{
	display: block;
}
.index_box .block1_3 ul li:hover .text:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	height: 1px;
	background: #FFFFFF;
}
.index_box .block2{
	background: url(../img/index_block2_bg.png) no-repeat center 0/cover;
}
.index_box .block2_video{
	margin: 0 auto;
	width: 1360px;
	padding-bottom: 65px;
	position: relative;
}
.index_box .block2_video .icon{
	background: url(../img/play_icon.png) no-repeat center/contain;
	width: 98px;
	height: 98px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.index_box .block3{
	background: #F2F2F2 url(../img/index_block3_bg.jpg) no-repeat center 0/cover;
	padding-bottom: 60px;
}
.index_box .block3_swiper .swiper-wrapper{
	padding-bottom: 50px;
}
.index_box .block3_swiper ul{
	background: #fff;
	font-size: 0;
}
.index_box .block3_swiper ul li{
	width: 238px;
	display: inline-block;
	text-align: center;
	height: 150px;
	line-height: 150px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.index_box .block3_swiper .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #D1D1D1;
	opacity: 1;
	margin: 0 15px;
}
.index_box .block3_swiper .swiper-pagination-bullet-active{
	background: #5581FF;
}
/* 智慧云平台 */
.zhypt_banner{
	background: url(../img/zhypt_bg.png) no-repeat center/cover;
	height: 520px;
}
.zhypt_box .empty{
	width: 100%;
	height: 15px;
	background: #323232;
}
.zhypt_box li.banner{
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0;
	background: url(../img/mjkq.png) no-repeat center/cover;
}
.zhypt_box li.banner1{
	background: url(../img/rzdb.jpg) no-repeat center/cover;
}
.zhypt_box li.banner2{
	background: url(../img/srrz.jpg) no-repeat center/cover;
}
.zhypt_box li.banner3{
	background: url(../img/znfk.jpg) no-repeat center/cover;
}
.zhypt_box li.banner4{
	background: url(../img/rsxz.jpg) no-repeat center/cover;
}
.zhypt_box li.banner .name{
	font-size: 28px;
	color: #FFFFFF;
}
.zhypt_box li.banner .e_name{
	font-size: 13px;
	color: #666666;
    margin-top: 5px;
}
/* 智慧云平台_详情 */
.zhyptDetail_banner{
	background: url(../img/zhyptDetail_bg.jpg) no-repeat center/cover;
	height: 520px;
}
.zhyptDetail_box .block3 li{
	padding: 30px 0;
}
.zhyptDetail_box .block3 li h3{
	margin: 0 0 30px;
}
.zhyptDetail_box .block3 li .text{
	margin-top: 35px;
}
/* 关于我们 */
.about_banner{
	background: url(../img/about_bg.png) no-repeat center 0/cover;
	height: 515px;
}
.about_box .block1{
	padding-bottom: 50px;
}
.about_box .block1 .pub_tit2{
	padding-bottom: 20px;
}
.about_box .block1_con dt{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 30px;
}
.about_box .block2{
	overflow-x: hidden;
	padding-bottom: 50px;
}
.about_box .block2_con{
	background: #F4F4F4;
	padding: 5% 8% 50px;
	box-sizing: border-box;
}
.about_box .block2_con h3{
	font-size: 22px;
	color: #777777;
	margin-bottom: 30px;
}
.about_box .block2_con .gszx{
	width: 40%;
	margin-right: 5%;
}
.about_box .block2_con .gszx ul{
	background: #fff;
	border-radius: 8px;
}
.about_box .block2_con .gszx ul li{
    border-bottom: 1px solid #EEEEEE;
    line-height: 66px;
    padding: 0 30px 0 70px;
    position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #555555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.about_box .block2_con .gszx ul li a{
	color: #555555;
}
.about_box .block2_con .gszx ul li i{
	background: url(../img/gszx_icon.png) no-repeat center/cover;
	width: 26px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 30px;
    top: 22.5px;
}
.about_box .block2_con .gszx ul li:hover a{
	color: #5581FF;
}
.about_box .block2_con .gszx ul li:hover i{
	background-image: url(../img/gszx_icon_cur.png);
}
.about_box .block2_con .hyzx{
	width: 55%;
}
.about_box .block2_con .hyzx li{
	margin: 0 2% 2% 0;
	width: 48%;
	height: 217px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.about_box .block2_con .hyzx li img{
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}
.about_box .block2_con .hyzx li:last-child{
	margin-right: 0;
}
.about_box .block2_con .hyzx li .tit{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about_box .block3{
	background: url(../img/about_block3_bg.jpg) no-repeat center 0/cover;
	padding-bottom: 40px;
}
.about_box .block3 .block3_swiper{
	padding-bottom: 75px;
}
.about_box .block3 .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	margin: 0 25px;
	opacity: 1;
	background: #CCCCCC;
}
.about_box .block3 .swiper-pagination-bullet-active{
	background: #5581FF;
}
.about_box .block3 ul{
	padding: 0 5%;
}
.about_box .block3 li{
    background: #fff;
    border-radius: 10px;
    width: 24.6%;
    display: inline-block;
    vertical-align: top;
    margin: 0.2%;
}
.about_box .block3 li .img_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
    box-sizing: border-box;
}
.about_box .block3 li .img_box img{
    max-width: 100%;
    max-height: 100%;
}
.about_box .block3 li h3{
	border-top: 1px solid #BFBFBF;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	color: #555555;
}
.about_box .block4{
	background: url(../img/about_block4_bg.png) no-repeat center 0/cover;
}
.about_box .block4_con dl{
	font-size: 24px;
	color: #666666;
}
/* 智能硬件 */
.znyj_banner{
	background: url(../img/znyj_banner.png) no-repeat center/cover;
	height: 520px;
}
.znyj_box .item_box{
	padding-bottom: 50px;
	width: 1250px
}
.znyj_box .item_box dl{
	display: inline-block;
	width: 575px;
	position: relative;
	margin: 50px 50px 0 0;
    vertical-align: top;
}
.znyj_box .item_box dl dt{
	width: 100%;
	height: 400px;
}
.znyj_box .item_box dl dd{
	width: 100%;
	position: absolute;
	height: 66px;
	bottom: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	line-height: 66px;
	text-align: center;
	background: rgba(0,0,0,0.4);
}
.znyj_box .item_box dl.big_item{
	width: 1200px
}
/* 智能硬件_详情 */
.znyjDetail_banner{
	background: url(../img/znyjDetail_banner.png) no-repeat center/cover;
	height: 520px;
}
.zhyjDetail_box .block1 .slide_box{
	position: relative;
}
.zhyjDetail_box .block1 .slide_box:hover{
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	width: 138px;
}
.zhyjDetail_box .block1 .slide_box .slide_btn{
	display: inline-block;
	vertical-align: middle;
	background: url(../img/slide_up.png) no-repeat center/contain;
	width: 12px;
	height: 7px;
	margin-left: 7px;
}
.zhyjDetail_box .block1 .slide_box:hover .slide_btn{
	background-image: url(../img/slide_down.png);
}
.zhyjDetail_box .block1 .slide_box:hover .slide_con{
	display: block;
}
.zhyjDetail_box .block1 .slide_box .slide_con{
	position: absolute;
	top: 50px;
	left: -1px;
	width: 100%;
	border: 1px solid #D2D2D2;
	border-top: 0 none;
	display: none;
	background-color: white
}
.zhyjDetail_box .block1 .slide_box .slide_con a{
	display: inline-block;
	font-size: 14px;
	color: #999;
}
.zhyjDetail_box .block1 .slide_box .slide_con a:hover{
	color: #555555;
}
.zhyjDetail_box .block1 .slide_box .slide_con p{
	position: relative;
}
.zhyjDetail_box .block1 .slide_box .slide_con p:after{
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	width: 40px;
	height: 1px;
	background: #D3D3D3;
	margin-left: -20px;
}
.zhyjDetail_block2{
	background: url(../img/gnts_bg.jpg) no-repeat center/cover;
}
.zhyjDetail_block2 .pub_tit2{
	padding-bottom: 0;
}
.zhyjDetail_block2 ul{
	width: 1275px;
}
.zhyjDetail_block2 li{
	width: 350px;
	display: inline-block;
	vertical-align: top;
	margin: 35px 75px 35px 0;
	text-align: left;
}
.zhyjDetail_block2 li .img_box{
	width: 108px;
	height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #3B4851;
	border-radius: 50%;
}
.zhyjDetail_block2 li .text_box{
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
	width: 202px;
}
.zhyjDetail_block2 li .text_box:after{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -23px;
	width: 1px;
	height: 46px;
	background: #7D8285;
	content: '';
}
.zhyjDetail_block2 li .text_box h3{
	font-size: 20px;
	color: #D6D6D6;
}
.zhyjDetail_block2 li .text_box .text{
    font-size: 14px;
    color: #A9A9A9;
    margin-top: 10px;
}
.zhyjDetail_block3{
	padding-bottom: 50px;
}
.zhyjDetail_block3 .pub_tit2 .text{
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.zhyjDetail_block3 .block_con ul{
	width: 460px;
}
.zhyjDetail_block3 .block_con li{
	width: 190px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 5px 2px #F8F8F8;
	margin: 0 0 40px 40px;
	cursor: pointer;
}
.zhyjDetail_block3 .block_con li:hover{
	box-shadow: 0 0 8px 3px #F1F1F1;
}
.zhyjDetail_block3 .block_con li span{
	margin-left: 10px;
}
.zhyjDetail_block4{
	background: #F2F2F2;
	padding-bottom: 110px;
}
.zhyjDetail_block4 .img_box{
	width: 450px;
	height: 360px;
	#background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zhyjDetail_block4 .text_box{
	width:600px;
	margin-left: 55px;
}
.zhyjDetail_block4 .text_box .item:last-child{
	border-top: 1px solid #DDDDDD;
	padding-top: 20px;
}
.zhyjDetail_block4 .text_box ul{
	display: inline-block;
	vertical-align: top;
	width: 680px;
}
.zhyjDetail_block4 .text_box .tit{
	font-size: 20px;
	color: #222222;
	margin-bottom: 20px;
}
.zhyjDetail_block4 .text_box li{
    margin-bottom: 20px;
    color: #444444;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
	width: 290px;
    margin-right: 50px;
}
.zhyjDetail_block4 .text_box li span{
	 font-weight: 600;
	width: 100px;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	color: #000;
}
.zhyjDetail_block4 .text_box li i{
	width: 190px;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
}
/* 渠道招商 */
.qdzs_banner{
	background: url(../img/qdzs_bg.jpg) no-repeat center/cover;
	height: 520px;
}
.qdzs_box .block1{
	background: #F2F2F2;
}
.qdzs_box .block1_con ul{
	padding: 0 5%;
	font-size: 0;
}
.qdzs_box .block1_con ul li{
	width: 49.5%;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 1%;
	background: #fff;
	cursor: pointer;
}
.qdzs_box .block1_con ul li.even{
	margin-left: 1%;
}
.qdzs_box .block1_con ul li .img_box,.qdzs_box .block1_con ul li .text_box{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.qdzs_box .block1_con ul li .img_box img{
	 -o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}
.qdzs_box .block1_con ul li .img_box .sjx{
	background: url(../img/sjx.png) no-repeat center/cover;
	width: 21px;
	height: 24px;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -12px
}
.qdzs_box .block1_con ul li .img_box .sjx.sjx2{
	background-image: url(../img/sjx2.png);
	left: -1px;
	right: auto
}
.qdzs_box .block1_con ul li .text_box{
	padding: 0 5%;
	box-sizing: border-box;
}
.qdzs_box .block1_con ul li .text_box h3{
	font-size: 22px;
	color: #999999;
	border-bottom: 1px solid #DDDDDD;
	line-height: 45px;
	margin-bottom: 10px;
}
.qdzs_box .block1_con ul li .text_box p{
	font-size: 16px;
	color: #BBBBBB;
	line-height: 35px;
}
.qdzs_box .block1_con ul li:hover{
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)
}
.qdzs_box .block1_con ul li:hover .text_box h3{
	color: #444444;
}
.qdzs_box .block1_con ul li:hover .text_box p{
	color: #777777;
}
.qdzs_box .block2{
	background: #2E2E2E;
	padding-bottom: 40px;
	position: relative;
}
.qdzs_box .block2 .bg1{
	position: absolute;
	left: 0;
	bottom: 0;
}
.qdzs_box .block2 .bg2{
	position: absolute;
	right: 0;
	bottom: 0;
}
.qdzs_box .block2_con dl{
	display: inline-block;
	vertical-align: middle;
	width: 166px;
	text-align: center;
}
.qdzs_box .block2_con .line{
	display: inline-block;
	vertical-align: middle;
	width: 92.5px;
	border-top: 1px dashed #5581FF;
	position: relative;
	top: -40px;
}
.qdzs_box .block2_con dl dt{
	background: url(../img/step1.png) no-repeat center/cover;
	width: 166px;
	height: 151px;
}
.qdzs_box .block2_con dl.step2 dt{
	background-image: url(../img/step2.png);
}
.qdzs_box .block2_con dl.step3 dt{
	background-image: url(../img/step3.png);
}
.qdzs_box .block2_con dl.step4 dt{
	background-image: url(../img/step4.png);
}
.qdzs_box .block2_con dl.step5 dt{
	background-image: url(../img/step5.png);
}
.qdzs_box .block2_con dl dd{
	color: #5581FF;
	font-size: 22px;
	line-height: 80px;
}
.qdzs_box .block3{
	padding-bottom: 80px;
}
.qdzs_box .block3_con .input_field{
	width: 50%;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 0;
}
.qdzs_box .block3_con .input_field.lone_input{
	width: 100%;
}
.qdzs_box .block3_con .input_field label{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	width: 150px;
    text-align: center;
}
.qdzs_box .block3_con .input_field label i{
	color: #5581FF;
	margin-right: 10px;
}
.qdzs_box .block3_con .input_field input{
	border: 1px solid #CECECE;
	width: 450px;
	height: 58px;
	box-sizing: border-box;
	padding: 0 10px;
}
.qdzs_box .block3_con .input_field textarea{
	width: 1048px;
	height: 190px;
	border-color: #CECECE;
	display: inline-block;
    vertical-align: top;
}
.qdzs_box .block3_con .input_field.sort_input input{
	width: 170px;
}
.qdzs_box .block3_con button{
	width: 350px;
	height: 60px;
	background: #5581FF;
	color: #fff;
	font-size: 20px;
	border: 0 none;
	margin: 30px auto 0;
	display: block;
	cursor: pointer;
}
/* 行业资讯 */
.hyzx_banner{
	background: url(../img/news_detail_bg.png) no-repeat center 0/cover;
	width: 100%;
	height: 520px;
}
.news_detail{
	background: #EEEEEE url(../img/news_detail_bg2.png) no-repeat center 0/cover;
	padding: 30px 0;
}
.news_detail .recommend_box{
	width: 365px;
	padding: 50px 50px 30px;
	background: #fff;
	box-sizing: border-box;
}
.news_detail .recommend_box h3{
	font-size: 26px;
	color: #5581FF;
}
.news_detail .recommend_box h4{
	font-size: 12px;
	color: #5581FF;
}
.news_detail .recommend_box ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #EEEEEE;
	line-height: 40px;
	font-size: 16px;
	color: #999999;
}
.news_detail .recommend_box ul li a{
	color: #999999;
}
.news_detail .recommend_box ul li:hover,.news_detail .recommend_box ul li:hover a{
	color: #555555;
}
.news_detail .recommend_box ul li:last-child{
	border-bottom: 0 none;
}
.news_detail .news_info{
	width: 810px;
	background: #fff;
	padding: 50px 40px;
	box-sizing: border-box;
}
.news_detail .news_info .tit h3{
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #333333;
	width: 60%;
}
.news_detail .news_info .tit .date{
	width: 40%;
}
.news_detail .news_info .tit span{
	font-size: 16px;
	color: #999999;
}
.news_detail .news_info .tit span:last-child{
	margin-left: 20px;
}
.news_detail .news_info .info_box{
	margin-top: 20px;
	line-height: 35px;
	color: #707070;
	font-size: 16px;
}
.news_detail .news_info .info_box img{
	max-width: 100%;
}
/* 安装 */
.install_banner{
	background: url(../img/install_bg.png) no-repeat center/cover;
	height: 520px;
}
/*常见问题*/
.question_banner{
	background: url(../img/question_bg.png) no-repeat center/cover;
	height: 520px;
}
/*shouce*/
.manual_banner{
	background: url(../img/manual_bg.png) no-repeat center/cover;
	height: 520px;
}