
/* banner轮播 */
.bannerBox .swiper-slide img{width: 100%; display: block;}
.swiper-container { width: 100%;}
.bannerBox .swiper-pagination{bottom: 20px!important;}
.bannerBox .swiper-pagination-bullet{width: 60px;height: 4px;border-radius: 0;background-color: #fff;}

/* 公司介绍 */
.ind_box1{background: url(../images/ind-img1.png) no-repeat center 0/auto 100% ; position: relative;z-index: 0;width: 100%;}
.ind_box1 .left{width: 45%;}
.ind_box1 .left .jieshao{height: 104px;}
.ind_box1 .databox li{width: 25%;float: left;}
.ind_box1 .databox li .num{font-size: 40px;line-height:36px;overflow: hidden;color: #1c95f1; font-family: impact;font-style: italic;}
.ind_box1 .databox li .num i{margin-left: 4px;font-size: 13px;}
.ind_box1 .databox li p{font-size: 15px;}
.ind_box1 .right{width:55%;font-size: 16px;line-height: 36px; margin-top: 30px; margin-right: -25px;}
.ind_box1 .company_pic{width: 650px;height: 386px; overflow: hidden;margin: 0 auto;padding:28px 85px 59px 85px;background: url(../images/ind-icon28.png) no-repeat center top/100%;}
.ind_box1 .company_pic .pic{width: 100%;height: 100%; position: relative;}
.ind_box1 .company_pic .logo{width: 330px;height: auto;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;}
.ind_box1 .company_pic img{width: 100%;height: 100%; display: block;transition: all 0.6s;}
.ind_box1 .company_pic:hover img{transform: scale(1.05);}


.ind_box2{min-width: 1200px;}
.ind_box2 .item{width: 33.33%;height: 300px;float: left;}
.ind_box2 .item .box{width: 100%;height: 100%;background-color: rgba(70,70,70,0.8); color: #fff;padding: 50px 20px 10px 20px;}
.ind_box2 .item .icon{width: 90px;height: 90px;line-height: 90px;border-radius: 50%;background-color: rgba(255,255,255,0.4); font-family: "iconfont"; display: block;margin: 0 auto;font-size: 46px;}
.ind_box2 .item .name{margin: 30px 0 20px 0; font-size: 20px;line-height: 24px;}
.ind_box2 .item .text{font-size: 15px;}
.ind_box2 .item.on .box{background-color: rgba(21,136,224,0.8);}



/* 更多按钮 */
.morebtn{width: 140px;height: 44px;line-height: 42px;border: 1px solid #E1E1E1; display: block;margin: 0 auto; border-radius: 5px;}
.morebtn:hover{border-color: #1c95f1; color: #1c95f1;}

/* 服务项目 */
/* .ind_box3{padding: 0 4%;min-width: 1200px;}
.ind_box3 li{width: 32%;float: left; margin-right: 2%; margin-bottom: 30px; overflow: hidden; position: relative;}
.ind_box3 li:nth-child(3n){margin-right: 0;}
.ind_box3 li a{display: block;}
.ind_box3 li .pic{width: 100%;height: 100%;overflow: hidden;}
.ind_box3 li .pic img{width: 100%;height: 100%; transition: all 0.6s;}
.ind_box3 li .tit{height:50px; padding:0px 10px; line-height:50px; background:rgba(0,0,0,0.5);background-color: #fff;}
.ind_box3 li:hover .pic img{transform: scale(1.05);}
.ind_box3 li:hover a{color: #1c95f1;} */


.ind_box3{padding: 0 4%;min-width: 1200px;}
.ind_box3 li{width: 32%;float: left; margin-right: 2%; margin-bottom: 30px; overflow: hidden; position: relative;}
.ind_box3 li:nth-child(3n){margin-right: 0;}
.ind_box3 li a{display: block; color: #fff;}
.ind_box3 li .pic{width: 100%;height: 100%;}
.ind_box3 li .pic img{width: 100%;height: 100%;}
.ind_box3 li .infor{position: absolute;left: 0;right: 0;bottom: 0;height: 60px; padding:15px 10px; line-height: 30px; background:rgba(0,0,0,0.5);transition: all 0.6s; }
.ind_box3 li .infor .icon{font-family: iconfont;font-size: 40px; margin-top:50px; display: none; line-height: 40px;}
.ind_box3 li:hover .infor{top: 0;padding-top:20%;height: 100%; background: rgba(0,147,221,0.8);}
.ind_box3 li:hover .tit{font-size: 22px;}
.ind_box3 li:hover .icon{display: block;}

/* 招商加盟 */
.ind_box4{height: 500px;background: url(../images/ind-box4.png) no-repeat center 0/100% 100% ; position: relative;z-index: 0;padding-top: 60px;}
.ind_box4 .left{width: 600px;}
.ind_box4 .tit_img{height: 55px;}
.ind_box4 .text{padding:30px 25px;background-color: rgb(34 114 168 / 55%);border-radius: 0 50px 0 50px;}
.ind_box4 .text p{margin-bottom: 10px;}
.ind_box4 .phone{width: 460px;height: 60px;line-height: 30px;border-radius: 30px;padding:15px 20px;background: rgba(255,255,255,0.7);box-shadow: 0 6px 10px rgba(75,123,160,0.5) ;font-family: impact; color: #0563d7;}


/* 加盟中心 */
.ind_box5{background: url(../images/ind_box5_bj.png) no-repeat center bottom/100% 100% ; }
.ind_box5 li{overflow: hidden;margin-bottom: 30px;}
.ind_box5 li .infor{float: left;width: 42%;min-height: 360px;padding-top: 40px;}
.ind_box5 li .pic{float: right;width: 55%;height: 360px;border-radius: 40px;overflow: hidden;}
.ind_box5 li .pic img{width: 100%;height: 100%; transition: all 0.6s;}
.ind_box5 li:nth-child(2n) .infor{float: right;}
.ind_box5 li:nth-child(2n) .pic{float: left;}
.ind_box5 li .tit{font-size: 26px;line-height: 32px; margin-bottom: 20px;}
.ind_box5 li .text{line-height: 30px;max-height: 150px;overflow: hidden;}
.ind_box5 li .btn{display: block;width: 140px;height: 44px;line-height: 44px;padding: 0 10px;border-radius: 30px;background-color: #0093dd; color: #fff;text-align: center;font-size: 15px;margin-top: 30px; cursor: pointer;}
.ind_box5 li:hover .pic img{transform: scale(1.05);}
.ind_box5 li:hover .btn{background-color: #3580dd;}
.ind_box5 li:hover .tit{color: #0093dd;}
