@charset "utf-8";
.swiper-pagination-bullet-active{
    background: #f58a3c!important;
}

/*标题*/
.index_tit{
    text-align: center;
    margin-bottom: .15rem;
}
.index_tit .itit_t1{
    font-size: .275rem;
    color: #333333;
}
.index_tit .index_xian{
    height: 1px;
    background: #e5e5e5;
    width: 50%;
    margin: .04rem auto .05rem;
    position: relative;
}
.index_tit .index_xian:before{
    content: "";
    position: absolute;
    background: #3d8b03;
    height: 2px;
    width: 20%;
    left: 40%;
    top: -1px;
}
.index_tit .itit_t2{
    font-size: .12rem;
    color: #666;
    text-transform: uppercase;
}

.index_more{
    display: block;
    margin: 0 auto;
    width: 1.89rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    font-size: .15rem;
    color: #fff;
    background-color: #555;
}



.header{
    width: 100%;
    height: .7rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .1rem;
}
.header h1 a{
    display: block;
}
.header h1 img{
    display: block;
    height: .6rem;
    /* margin-top: .05rem; */
}
.header_tb{
    margin-top: .15rem;
}
.header_tb i{
    /* height: .5rem; */
    /* line-height: .5rem; */
    color: #3d8b03;
}

.nav {
    touch-action:none;
    position: fixed;
    width: 100%;
    max-width: 768px;
    top: .6rem!important;
    bottom: 0;
    background-color: #f7f7f7;
    overflow-x: hidden;
    z-index: 100001;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid #e5e4e4;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.nav-wp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: .35rem
}

.nav-item {
    border-bottom: 1px solid #e5e4e4;
    border-top: 1px solid #fff
}

.nav-item:first-child {
    border-top: none
}

.nav-item a {
    display: block;
    padding: .15rem;
    position: relative
}

/* .nav-item a:after {
    position: absolute;
    top: .15rem;
    right: .15rem;
    content: '\e612';
    font-family: 'iconfont';
    font-size: .15rem;
    line-height: .27rem;
    color: #999
} */

.nav-item .icon {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #5d5d5d;
    width: .27rem;
    height: .27rem;
    text-align: center;
    line-height: .27rem;
    font-size: .14rem;
    color: #5b5b5b;
    border-radius: 100%
}

.nav-item span {
    margin-left: .1rem;
    font-size: .15rem;
    color: #333;
    display: inline-block;
    vertical-align: top;
    line-height: .27rem
}

.nav-item .icon-home:before {
    content: '\e605'
}

.nav-item .icon-web:before {
    content: '\e600'
}

.nav-item .icon-wx:before {
    content: '\e62a'
}

.nav-item .icon-app:before {
    content: '\e69b'
}

.nav-item .icon-mobile:before {
    content: '\e60f'
}

.nav-item .icon-case:before {
    content: '\e79a'
}

.nav-item .icon-custom:before {
    content: '\e72b'
}

.nav-item .icon-about:before {
    content: '\e601'
}

.nav-item .icon-point:before {
    content: '\e602'
}

.nav-item .icon-news:before {
    content: '\e624'
}

.nav-item .icon-school:before {
    content: '\e6d9'
}

.nav-item .icon-question:before {
    content: '\e615'
}


/*banner*/
.banner .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}




/*搜索*/
.search{
    background: #ededed;
    margin-bottom: .2rem;
}
.search .search_pad{
    padding: .1rem .15rem;
}
.search .search_a{
    width: 78%;
    border: 0;
    height: .4rem;
    padding-left: 2%;
    font-size: .15rem;
}
.search .search_b{
    width: 20%;
    border: 0;
    background: #3d8b03;
    text-align: center;
    color: #fff;
    height: .4rem;
    font-size: .15rem;
    line-height: .4rem;
}


/*产品展示*/
.ipro{
    margin-bottom: .3rem;
}
.ipro .ipro_pad{
    padding: 0 .15rem .1rem;
}
.ipro ul{}
.ipro ul li{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: .08rem;
}
.ipro ul li img{
    width: 100%;
    max-width: 100%;
    display: block;
}
.ipro ul li p{
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .125rem;
    overflow: hidden;
}


/*应用案例*/
.iindapp{
    padding: 0 .15rem .15rem;
}
.iindapp ul{}
.iindapp ul li{
    float: left;
    width: 48%;
    margin-right: 4%;
    position: relative;
    padding-bottom: .4rem;
    margin-bottom: 4%;
}
.iindapp ul li img{
    display: block;
    width: 96%;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 2%;
}
.iindapp ul li dl{
    text-align: center;
    box-shadow: 1px 1px 1px #eee;
    position: absolute;
    bottom: 0;
    width: 96%;
    height: .5rem;
    background: #fff;
    border: 1px solid #eee;
    margin: 0 2%;
}
.iindapp ul li dl dt{
    height: .3rem;
    line-height: .3rem;
    font-size: .15rem;
    overflow: hidden;
}
.iindapp ul li dl dd{
    height: .2rem;
    line-height: .2rem;
    font-size: .125rem;
    color: #666;
    overflow: hidden;
}


/*关于我们*/
.iabout_bj{
    background: #f5f5f5;
    padding-top: .2rem;
}
.iabout_brief{
    padding: 0 .15rem;
    color: #666;
    line-height: .257rem;
    font-size: .15rem;
    margin-bottom: .2rem;
}
.iabout_img{
    margin-top: .25rem;
}
.iabout_img img{
    width: 100%;
    display: block;
}



/*新闻资讯*/
.inews{
    
margin-top: .257rem;
    
margin-bottom: .257rem;
}
.inews .inews-pad{
    padding: 0 .15rem;
}
.notice{
    margin-top: 0;
}
.tab-hd{
    text-align: center;
    margin-bottom: .08rem;
}
.tab-hd .tab-nav{
    display: inline-block;
    width: 100%;
}
.tab-hd .tab-nav li:first-child{
    margin-left: 0px;
}
.tab-hd .tab-nav li{
    float: left;
    height: .35rem;
    line-height: .35rem;
    background: #DCDCDC;
    text-align: center;
    cursor: pointer;
    width: 48%;
    margin-left: 4%;
}
.tab-hd .tab-nav li:hover{
    background: #004da1;
    color:#fff;
}
.tab-hd .tab-nav li:hover a{
    color:#fff;
}
.tab-hd .tab-nav li a{
    font-size: .14rem;
    color: #666;
}
.tab-hd .tab-nav .on{
    background: #004da1;
}
.tab-hd .tab-nav .on a{
    color: #fff;
}

.news_top{
    border: 1px solid #ccc;
    padding: .1rem;
    margin-bottom: .2rem;
}
.news_top img{
    width: 100%;
    display: block;
}
.news-top-tit{margin-top: .1rem;}
.news-top-tit .newstt_t1{
    width: 70%;
    float: left;
    line-height: .25rem;
    height: .5rem;
    font-size: .18rem;
    overflow: hidden;
}
.news-top-tit dl{
    float: right;
    width: 25%;
    background: #3d8b03;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: .5rem;
}
.news-top-tit dl dt{
    line-height: .25rem;
    font-size: .18rem;
}
.news-top-tit dl dd{
    line-height: .25rem;
}


.news_list{}
.news_list ul li{
    height: .6rem;
    border-bottom: 1px solid #ddd;
    padding: 0 3% .1rem;
    margin-bottom: .15rem;
}
.news_list dl{
    float: left;
    width: 25%;
    background: #222;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: .6rem;
}
.news_list dl img{
    width:100%;
    height: 100%;
}
.news_list dl dt{
    line-height: .35rem;
    font-size: .3rem;
}
.news_list dl dd{
    line-height: .25rem;
}
.nlist_tit{
    float: right;
    width: 72%;
    height: .6rem;
    overflow: hidden;
}
.nlist_tit .nlist_tit_t1{
    height: .2rem;
    font-size: .15rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.nlist_tit .nlist_tit_brief{
    color: #666;
    line-height: .2rem;
    height: .2rem;
}


/*荣誉资质*/
.ihonor_pad{
    padding: 0 .15rem;
}
.swiper-honor{
    position: relative;
}
.swiper-honor .swiper-slide{}
.swiper-honor .swiper-slide img{
    margin: 0 auto;
    display: block;
    width: 80%;
}
.swiper-honor .swiper-slide p{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: .3rem;
    height: .3rem;
    overflow: hidden;
    font-size: .157rem;
}
.swiper-honor .swiper-honor-prev{
    left: 1px;
}
.swiper-honor .swiper-honor-next{
    right: 1px;
}
.swiper-honor .swiper-honor-prev,.swiper-honor .swiper-honor-next{
    width: .25rem;
    height: .4rem;
    top: 60%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(40,42,46,0.5);
    position: absolute;
    z-index: 5;
    text-align: center;
    line-height: .4rem;
    color: #fff;
    font-size: .18rem;
    font-family: 'iconfont';
}



/*底部*/
.footer{
    background: #666666;
    padding: .15rem 0;
    margin-top: .125rem;
}
.footer .footer_pad{
    padding: 0 .15rem;
}
.footer p{
    color: #fff;
    text-align: center;
    line-height: .2rem;
    font-size: .125rem;
}
.footer p a{
    color:#fff;
}

.footer_tb{
    background: #383838;
    padding: .05rem 0;
}
.footer_tb ul{}
.footer_tb ul li{
    width: 25%;
    float: left;
    text-align: center;
}
.footer_tb ul li a{
    color: #fff;
    font-size: .35rem;
}