*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

body{
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #222;
}

.scroll-list ul{
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0.1rem;
    margin-bottom: -.2rem;
    overflow: -moz-scrollbars-none;
    overflow: -moz-scrollbars-none;
}

.scroll-list ul::-webkit-scrollbar{
    display: none;
}

a{
    text-decoration: none;
    color: #222;
}

li{
    list-style: none;
}

.w{
    width: 1300px;
    margin: 0 auto;
}



/* 导航 */
.nav{
    height: 66px;
}

.nav .logo{
    float: left;
    width: 100px;
    margin-top: 20px;
    margin-right: 60px;
}

.nav .logo img{
    width: 100%;
}

.nav_m {
    float: left;
    width: 900px;
}

.nav_m li{
    float: left;
    width: 130px;
    text-align: center;
    margin: 0 10px;
}

.nav_m li a{
    line-height: 66px;
    width: 130px;
    display: block;
}

.nav_m li a:hover{
    color: #006fff;
}

.nav_m li:hover{
    color: #006fff;
    height: 55px;
    border-bottom:2px solid #006fff ;
}


.nav_m .actives{
    color: #006fff;
    height: 55px;
    border-bottom:2px solid #006fff ;
}

.nav_m .actives a{
    color: #006fff;
}




/* 轮播 */
.banner{
    width: 100%;
    height: 500px;
}
.banner img{
    width: 100%;
}

/*轮播图*/
.slider{width: 100%;height: 500px;overflow: hidden;}
.slider ul li{width: 100%;height: auto;position: relative;}
.slider .arrow{position: absolute;width: 1300px;height: 58px;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 3;}
.slider .swiper-button-next{background-image: url(../images/arrow-right.png);width: 30px;height: 58px;background-size:30px 58px;right: -30px;}
.slider .swiper-button-prev{background-image: url(../images/arrow-left.png);width: 30px;height: 58px;background-size:30px 58px;left: -30px;}

/* 新闻动态 */
.news_box{
    height: 100px;
    border-bottom: 1px solid #eee
}

.news_title,.news_list,.news_list img,.news_r{
    float: left;
}

.news_title{
    margin-top: 30px;
    margin-right: 60px;
    padding: 0 28px;
    border-right: 1px solid #eeeef8;
}

.news_title h3{
    color: #006fff;
}

.news_list{
    margin-top: 28px;
    width: 380px;
}

.news_list img{
    margin-right: 10px;
}

.news_list a:hover{
    color: #006fff;
}

.news_list h4{
    font-weight: 400;
    color: #666;
    margin-top: 5px;
}



/* 专业物联网解决方案，倾力满足行业所需 */

.container-h1{
    width: 1300px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    margin-left: auto;
    margin-right: auto;
}
.container {
	width:1300px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.nav-a {
	height:80px;
	font-size:0;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
	position:relative;
}
.tap {
	width:16.66%;
	display:inline-block;
	line-height:80px;
	text-align:center;
	line-height: 80px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.active {
	position:absolute;
	background-color:#006FFF;
	width:16.66%;
	height:80px;
	transition:0.5s;
	left:0;
	color:#fff;
	text-align:center;
    line-height: 80px;
    font-weight: 700;
    font-size: 20px;
}
.content {
	left:0;
	position:relative;
	width:7800px;
	transition:0.5s;
}
.item {
	float:left;
	width:1300px;
	height:400px;
    box-sizing: border-box;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.item h2{
    font-size: 36px;
    font-weight: 700;
}

.item p{
    font-size: 20px;
    line-height: 36px;
    width: 750px;
    margin-top: 60px;
}

.item h2,.item p,.item .more{
    position: relative;
    top: 70px;
    left: 90px;
}

.item .more{
    width: 35px;
    height: 35px;
    background-color: #ffa93a;
    border-radius: 100%;
    margin-top: 70px;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.item.bg1{
    background: url(../images/chanpin.png) no-repeat top right;
}

.item.bg2{
    background: url(../images/IOT.png) no-repeat top right;
}

.item.bg3{
    background: url(../images/hangye.png) no-repeat top right;
}

.item.bg4{
    background: url(../images/shengtai.png) no-repeat top right;
}

.item.bg5{
    background: url(../images/fuwu.png) no-repeat top right;
}

.item.bg6{
    background: url(../images/shuju.png) no-repeat top right;
}

/* 探索智能生活的更多可能 */
.tansuo_box{
    overflow: hidden;
    margin-top: 50px;
}

.tansuo_box h1{
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.tansuo_box ul li{
    float: left;
    width: 200px;
    height: 230px;
    text-align: center;
}

.tansuo_box ul li img{
    width: 100%;
}

.tansuo_box ul li p{
    text-align: center;
}

.tansuo_box ul li:hover{
    border: 1px solid #eee;
    color: #ffa93a;
    box-sizing: border-box;
}



/* 拓展新型智能商业场景商机 */
.tuozhan_box{
    margin-top: 50px;
    height: 600px;
}

.tuozhan_box h1{
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
}

.tuozhan_l{
    float: left;
    width: 330px;
    height: 460px;
    background-color: #006fff;
    border-radius: 10px 0 0 10px;
    color: #fff;
}

.tuozhan_l img{
    width: 40px;
    height: 40px;
    position: relative;
    top:40px;
    left: 30px;
}

.tuozhan_l h2{
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top:115px;
    left: 30px;
}

.tuozhan_l p{
    width: 260px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    top:115px;
    left: 30px;
}

.tuozhan_l a{
    display: block;
    width: 260px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    top:160px;
    left: 30px;
    color: #fff;
}

.tuozhan_r ul li{
    float: left;
    border: 1px solid #eee;
    width: 322px;
    height: 230px;
    box-sizing: border-box;
}

.tuozhan_r ul li:hover{
    border: 1px solid #006fff;
}

.tuozhan_r img{
    width: 40px;
    height: 40px;
    position: relative;
    top:40px;
    left: 30px;
}

.tuozhan_r ul li a{
    display: block;
}

.tuozhan_r h2{
    font-size: 16px;
    font-weight: 700;
    position: relative;
    top:70px;
    left: 30px;
}

.tuozhan_r p{
    width: 260px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    top:60px;
    left: 30px;
}


/* 统一设备接入 */
.top{
    height: 470px;
}
.top_l{
    float: left;
    position: relative;
    top: 100px;
    left: 50px;
    width: 770px;
    height: 430px;
}

.top_l h1{
    font-size: 40px;
    font-weight: 700;
}

.top_l h3{
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    font-weight: 400;
}

.top_l a{
    display: block;
    width: 120px;
    height: 50px;
    background-color: #ffa93a;
    border-radius: 90px 90px 90px 0;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 80px;
}



.top_r{
    float: right;
    width: 350px;
    height: 430px;
    margin-right: 100px;
}

.top_r img{
    width: 100%;
}

.arr_l{
    float: left;
    position: relative;
    top: 230px;
    left: -50px;
}

.arr_r{
    float: left;
    position: relative;
    top: 230px;
    left: 1340px;
}

.arr_l,.arr_r{
    width: 37px;
    height: 37px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.bottom{
    width: 100%;
    height: 150px;
    background-color: #f4f7fa;
}
.bottom .center{
    width: 1300px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.bottom ul{
    display: flex;
    justify-content: space-between;
}

.bottom ul li{
    flex:4;
    text-align: center;
    line-height: 140px;
}

.bottom ul li a{
    display: block;
}

.bottom ul li h2{
    font-size: 24px;
    font-weight: 700;
}

.bottom ul li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.dis_block{
    display: block!important;
}

.banner_box .right_hro{
    display: none;
}

#id_one{
    width: 200px;
    height: 140px;
    margin: 0 auto;
    background:url(../images/qh001.png) no-repeat top center !important;
}
#id_two{
    width: 200px;
    height: 140px;
    margin: 0 auto;
    background:url(../images/qh002.png) no-repeat top center !important;
}
#id_three{
    width: 200px;
    height: 140px;
    margin: 0 auto;
    background:url(../images/qh003.png) no-repeat top center !important;
}
#id_four{
    width: 200px;
    height: 140px;
    margin: 0 auto;
    background:url(../images/qh004.png) no-repeat top center !important;
}

#id_one:hover{
    background:url(../images/qh001-1.png) no-repeat top center !important;
}
#id_two:hover{
    background:url(../images/qh002-1.png) no-repeat top center !important;
}
#id_three:hover{
    background:url(../images/qh003-1.png) no-repeat top center !important;
}
#id_four:hover{
    background:url(../images/qh004-1.png) no-repeat top center !important;
}


/* 智能语音交互，让生活更简单 */
.yuyin{
    display: flex;
    justify-content: space-between;
}

.yuyin_box h1{
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 70px;
}

.yuyin div{
    width: 420px;
    height: 255px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.yuyin div img{
    position: relative;
    top: 30px;
    left: 170px;
}

.yuyin div h2,.yuyin div h3{
    text-align: center;
}

.yuyin div h2{
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: 50px;
}

.yuyin div h3{
    padding: 0 50px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 70px;
    line-height: 24px;
}



/* 开发者案例 */
.kaifazhe_box{
    margin-top: 70px;
}

.kaifazhe_box h1{
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 70px;
}

.k_banner{
    margin: 50px;
    height: 366px;
    border: 1px solid #eee;
}

.k_l{
    float: left;
    width: 590px;
    height: 366px;
}

.k_l img{
    width: 100%;
}

.k_r{
    width: 550px;
    height: 350px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-left: 25px;
}

.k_r span{
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    top: 80px;
    left: 70px;
    width: 80px;
    height: 40px;
    background-color: #c8171e;
    border-radius: 90px 90px 90px 0;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.k_r p{
    width: 480px;
    line-height: 26px;
    position: relative;
    top: 120px;
    left: 70px;
}
.k_r .arrow{
    position: absolute;
    width: 550px;
    height: 35px;
    left: 50%;
    top: 25%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.k_r .kaifa_l{
    float: left;
    position: relative;
    display: block;
    top: 120px;
    left: 440px;
    margin-right: 40px;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    margin-top: 70px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.k_r .kaifa_r{
    float: left;
    position: relative;
    display: block;
    top: 120px;
    left: 440px;
    margin-right: 40px;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    margin-top: 70px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* 安全、可靠、合规的物联网平台 */
.pingtai h1{
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 70px;
}

.pingtai h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: 400;
}

.pingtai ul {
    padding: 0 90px;
    display: flex;
    justify-content: space-around;
    height: 70px;
    border-bottom: 1px solid #eee;
}

.pingtai ul li img,.pingtai ul li h2{
    float: left;
    margin-right: 5px;
}



/* 友情链接 */
.youlian{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.youlian li{
    display: block;
    width: 150px;
    height: 60px;
}

.youlian img{
    width: 100%;
}





/* 新闻列表 */
.sub_nav{
    width:1300px;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom:1px solid #eee;
}

.sub_nav_l li{
    float: left;
    margin-right: 100px;
    height: 60px;
}

.sub_nav_l li:hover{
    border-bottom:1px solid #006fff;
}

.sub_nav_l li a{
    font-size: 20px;
    color: #666;
    line-height: 60px;
    display: block;
    height: 60px;
}

.sub_nav_l li a:hover{
    color: #006fff;
}


.actives2{
    border-bottom:1px solid #006fff !important;
}
.actives2 a{
    color: #006fff !important;
}


.sub_nav_r{
    float: right;
    line-height: 60px;
}

.sub_nav_r input{
    width: 150px;
    height: 30px;
    border: 1px solid #e5e5e5;
}

.sub_nav_r button{
    width: 50px;
    height: 32px;
    border: 1px solid #006fff;
    background-color: #006fff;
    color: #fff;
}

.news_list_all{
    width: 1300px;
    height: 1000px;
    margin: 0 auto;
}

.news_list_n{
    float: left;
    margin: 0 auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
}

.news_list_n .list01:hover{
    background-color: #eee;
}

.list01{
    height: 160px;
    padding-top: 30px;
}


.list_l_n{
    float: left;
    width: 200px;
    height: 130px;
}

.list_l_n img{
    width: 200px;
    height: 130px;
}

.news_list_n .list_r_n{
    float: left;
    margin-left: 40px;
}

.news_list_n .list_r_n h2 a{
    font-size: 24px;
    font-weight: 400;
}

.news_list_n .list_r_n h2 a:hover{
    color: #006fff;
}

.news_list_n .list_r_n h3 a{
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    font-weight: 400;
    margin-top: 15px;
}

.news_list_n .list_r_n h4{
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-top: 15px;
}

/* 热门新闻 */
.news_list_hot{
    float: right;
    border: 1px solid #eee;
    padding: 20px;
    margin-top: 30px;
}

.news_list_hot h2{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.news_list_hot .hot01{
    height: 90px;
    width: 300px;
    margin: 30px 0;
}

.news_list_hot .hot01 .hot01_l{
    float: left;
    width: 16px;
    height: 16px;
    background-color: #c8171e;
    border-radius: 3px;
    color: #eee;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-top: 3px;
}

.news_list_hot .hot01 .hot02_l{
    float: left;
    width: 16px;
    height: 16px;
    background-color: #ff6f24;
    border-radius: 3px;
    color: #eee;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-top: 3px;
}

.news_list_hot .hot01 .hot03_l{
    float: left;
    width: 16px;
    height: 16px;
    background-color: #ffcc24;
    border-radius: 3px;
    color: #eee;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-top: 3px;
}

.news_list_hot .hot01 .hot04_l{
    float: left;
    width: 16px;
    height: 16px;
    background-color: #ababab;
    border-radius: 3px;
    color: #eee;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-top: 3px;
}

.news_list_hot .hot01 .hot01_r{
    margin-left: 30px;
}

.news_list_hot .hot01 .hot01_r p{
    font-weight: 400;
    color: #666;
    line-height: 24px;
    margin-bottom: 10px;
}

.news_list_hot .hot01 .hot01_r p a:hover{
    color: #006fff;
}


/*分页*/
.pages,
.pages ul{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.pages a,
.pages span {
    display: inline-block;
    padding: 0.03rem 0.15rem;
    margin: 0 1px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pages a,
.pages li {
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: #1C6AFF;
    width: 80px;
    height: auto;
    margin: 0px 1%;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
    margin: 0;
}
.pages a:hover {
    border-color: #1C6AFF;
}

.pages .current {
    background: #1C6AFF;
    color: #FFF;
    font-weight: 700;
    border-color: #1C6AFF;
    width: 80px;
    height: auto;
    display: inline-block;
    list-style: none;
    text-decoration: none;
    margin: 0 0.5% 0 1%;
}

.pages .rows {
    margin: unset;
    margin-left: 1% !important;
    padding: 0 10px;
}




/* 新闻详情 */
.news_all{
    width: 1300px;
    margin: 0 auto;
}

.news_text{
    float: left;
    width: 65%;
    margin-bottom: 50px;
}

.bread_nav{
    width: 1000px;
    height: 20px;
    margin: 30px 0;
}

.bread_nav a:hover{
    color: #006fff;
}

.bread_nav li{
    float: left;
    padding: 0 10px 0 0;
}

.bread_nav li:nth-child(5){
    color: #006fff;
}

.news_text h2{
    margin: 20px 0;
    font-size: 24px;
    font-weight: 700;
}

.news_text h4{
    margin: 20px 0;
    font-size: 14px;
    font-weight: 400;
}

.news_text p{
    line-height: 40px;
}

.news_text p img{
    width: 830px;
    height: 550px;
}




/* 企业列表 */
.hangye{
    text-align: center;
    margin-top: 50px;
}

.hangye h1{
    font-size: 46px;
}

.qiye_list_all{
    display: flex;
    flex-wrap: wrap;
    width: 1300px;
    margin: 70px auto;
}

.qiye_list_all .qiye_list{
    width: 410px;
    height: 300px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 10px auto;
}

.qiye_list_all img{
    width:130px;
    height: 36px;
    position: relative;
    top:70px;
    left: 30px;
}

.qiye_list_all h2{
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top:110px;
    left: 30px;
}

.qiye_list_all p{
    padding: 0 30px;
    color: #666;
    position: relative;
    top: 140px;
}




/* 关于我们 */
.aboutbox{
    width:1300px ;
    margin: 0 auto;
    margin-top: 100px;
    height: 600px;
}

.aboutbox_l{
    float: left;
    width: 45%;
}

.aboutbox_l h2{
    font-size: 40px;
    margin: 40px auto;
}

.aboutbox_l p{
    line-height: 30px;
}

.aboutbox_l ul{
    margin-top: 60px;
}

.aboutbox_l ul li{
    font-size: 26px;
    color: #5831ec;
    font-weight: 700;
    margin-bottom: 24px;
}

.aboutbox_l ul li span{
    color: #666;
    font-weight: 400;
    margin-left: 10px;
}

.aboutbox_r{
    float: right;
    width: 50%;
}

.aboutbox_r img{
    width: 100%;
}

.about_img{
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


/* 联系方式 */
.about_tel{
    width: 1300px;
    margin: 0 auto;
    margin-top: 150px;
}

.about_ma{
    float: left;
    width: 282px;
    height: 386px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-right: 46px;
    margin-bottom: 70px;
}

.about_ma h2{
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
}

.about_ma img{
    width: 120px;
    height: 120px;
    position: relative;
    top:50px;
    left: 85px;
}

.about_ma p{
    text-align: center;
    position: relative;
    top: 80px;
}

.telbox{
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}

.telbox img{
    float: left;
    width: 30px;
    height: 30px;
}

.telbox ul{
    float: left;
    margin-left: 10px;
}

.telbox ul li{
    margin-bottom: 10px;
    font-size: 20px;
}

.telbox ul li:nth-child(1){
    font-weight: 700;
}

.telbox ul li:nth-child(3){
    color: #666;
}

.telbox1{
    margin-bottom: 90px;
    width: 50%;
}


/* 全景化智能解决方案 */
.quan_sub_nav{
    width:1300px;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom:1px solid #eee;
}

.quan_sub_nav_l{
    display: flex;
    justify-content: space-between;
}

.quan_sub_nav_l li{
    float: left;
}

.quan_sub_nav_l li:hover{
    border-bottom:1px solid #006fff;
}

.quan_sub_nav_l li a{
    font-size: 20px;
    color: #666;
    line-height: 60px;
}

.quan_sub_nav_l li a:hover{
    color: #006fff;
}

.quan_box{
    width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quan_fangan{
    margin-top: 50px;
    border: 1px solid #eee;
    width: 400px;
    height: 300px;
    text-align: center;
}

.quan_fangan h2,.quan_fangan img,.quan_fangan span,.quan_fangan p{
    position: relative;
    /*left: 50px;*/
}

.quan_fangan h2{
    top: 40px ;
    font-size: 24px;
    font-weight: 700;
}

.quan_fangan img{
    top: 80px ;
    width: 40%;
}

.quan_fangan span{
    top: 78px ;
}

.quan_fangan p{
    top: 110px;
}

.quan_img{
    width: 1300px;
    margin: 70px auto;
    height: 400px;
}

.quan_img img{
    width: 628px;
    height: 400px;
}

.quan_img img:nth-child(1){
    float: left;
}

.quan_img img:nth-child(2){
    float: right;
}



/* 硬件 */
.yingjian_box{
    width: 1300px;
    margin: 0 auto;
}

.yingjian_box h2{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}

.yingjian_box p{
    margin-top: 40px;
    line-height: 30px;
}

.yingjian_imgbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1300px;
    margin: 0 auto;
}

.yingjian_img {
    border: 1px solid #eee;
    width: 300px;
    height: 300px;
    margin-top: 50px;
    position: relative;
    cursor: pointer;
    padding-bottom: 1%;
}

.yingjian_img > div{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    transition: background 0.2s linear;
}

.yingjian_img:hover > div{
    background: rgba(228, 228, 228, 0.29);
}

/* .yingjian_img:hover{
    background-color: #006fff;
    font-size: 0;
} */

.yingjian_img h2{
    text-align: center;
    font-size: 20px ;
    font-weight: 700;
    margin-top: 20px;
}

.yingjian_img img{
    width: 80%;
    margin: 0 auto;
    display: block;
}

.yingjian_img p{
    padding: 0 30px;
    line-height: 26px;
}



/* 支持 */
.zhichi_tit{
    width: 1300px;
    margin: 0 auto;
}

.zhichi_tit h2{
    font-size: 26px;
    margin: 50px 0 30px 0;
}

.zhichi_box{
    width: 1300px;
    margin: 0 auto;
     display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zhichi_tit h2{
    font-size: 26px ;
    font-weight: 400;
}

.zhichi{
    width: 390px;
    height: 200px;
    border: 1px solid #ebeced;
    background-color: #fdfdfd;
    margin-bottom: 50px;
}

.zhichi_l{
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 40px;
    margin-left: 50px;
}

.zhichi_l img{
    width: 100%;
}

.zhichi_r{
    float: left;
    width: 65%;
    margin-top: 40px;
    margin-left: 20px
}

.zhichi_r h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
}

.zhichi_r p{
    line-height: 30px;
}
