@charset "utf-8";
.swiper-pagination-bullet-active{
    background: #009946!important;
}

/*标题*/
.index_tit .itit_t1{
    font-size: .275rem;
    color: #333333;
    text-align: center;
}
.index_tit .index_xian{
    height: 1px;
    background: #e5e5e5;
    width: 50%;
    margin: .04rem auto .05rem;
    position: relative;
    display: none;
}
.index_tit .index_xian:before{
    content: "";
    position: absolute;
    background: #009946;
    height: 2px;
    width: 20%;
    left: 40%;
    top: -1px;
}
.index_tit .itit_t2{
    font-size: .12rem;
    color: #666;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: .15rem;
}

.index_more{
    display: block;
    margin: 0 auto;
    width: 35%;
    height: .35rem;
    text-align: center;
    line-height: .35rem;
    font-size: .14rem;
    color: #fff;
    background-color: #555;
}



.header{
    width: 100%;
    height: .6rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .1rem;
}
.header h1 a{
    display: block;
}
.header h1 img{
    display: block;
    height: .4rem;
    margin-top: .1rem;
}
.header_tb{
    margin-top: .2rem;
}
.header_tb i{
    color: #009946;
}

.nav {
    touch-action:none;
    position: fixed;
    width: 100%;
    max-width: 768px;
    top: .5rem!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: #009946;
    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 li{
    width: 48%;
    float: left;
    margin-right: 4%;
    padding: .1rem 0;
}
.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;
    margin-top: .1rem;
}


/*应用案例*/
.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;
    display: none;
}
.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: 100%;
    /* float: left; */
    /* line-height: .25rem; */
    font-size: .16rem;
    overflow: hidden;
}
.news-top-tit .newstt_date{
    text-align:right;
    margin-top: .1rem;
    color: #666;
}
.news-top-tit .newstt_date i{
    margin-right:.05rem
}
.news-top-tit dl{
    color: #666;
    text-align: center;
    border-radius: 5px;
}
.news-top-tit dl dt{
    line-height: .25rem;
    float: left;
}
.news-top-tit dl dd{
    line-height: .25rem;
    float: left;
    margin-left: .1rem;
}


.news_list{}
.news_list ul li{
    border-bottom: 1px solid #ddd;
    padding: 0 0 .1rem;
    margin-bottom: .1rem;
}
.news_list dl{
    float: left;
    width: 25%;
    background: #222;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    height: .6rem;
    display: none;
}
.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{
    width: 100%;
    overflow: hidden;
}
.nlist_tit .nlist_tit_t1{
    height: .25rem;
    font-size: .15rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height: .25rem;
}
.nlist_tit .nlist_tit_brief{
    color: #666;
    line-height: .2rem;
}
.nlist_tit .nlist_tit_date{
    text-align: right;
    color: #666;
}
.nlist_tit .nlist_tit_date i{
    margin-right:.05rem;
}


/*荣誉资质*/
.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: #eee;
    padding: .15rem 0 .65rem;
    margin-top: .125rem;
}
.footer .footer_pad{
    padding: 0 .15rem;
}
.footer p{
    color: #666;
    text-align: center;
    line-height: .2rem;
    font-size: .12rem;
}
.footer p a{
    color: #666;
}

.footer_tb{
    background: #fff;
    padding: .08rem 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999999;
    border-top: 1px solid #eee;
}
.footer_tb ul{}
.footer_tb>ul>li{
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
}
.footer_tb>ul>li>a{
    color: #fff;
}
.footer_tb>ul>li>a i{
    font-size: .18rem;
    color: #444;
}
.footer_tb ul li a p{
    font-size: .12rem;
    margin-top:.05rem;
    color: #444;
}




/*业务板块*/
.business{
    margin-top: .15rem;
}
.swiper-yw dl{
    background: #555d66;
    color: #fff;
    padding: .3rem 5%;
    position: relative;
}
.swiper-yw dt{
    font-size: .24rem;
    margin-bottom: .2rem;
    letter-spacing: 1px;
}
.swiper-yw dt span{
    font-weight: bold;
}
.swiper-yw dd{
    line-height: .25rem;
    font-size: .14rem;
    height: .5rem;
    overflow: hidden;
}
.swiper-yw a{
    background: #009946;
    color: #fff;
    display: block;
    width: 20%;
    text-align: center;
    float: right;
    line-height: .25rem;
    border-radius: 5px;
    position: absolute;
    bottom: .3rem;
    right: 5%;
    font-size: .12rem;
}
.swiper-yw a:hover{
    background: #e62129;
}
.swiper-yw img{
    display: block;
    width: 100%;
}



/*技术体系*/
.vid-xs{
    width: 100%;
    height: 200px;
}
.technology{
    margin-bottom: .2rem;
}
.technology .swiper-slide p{
    text-align:center;
    font-size: .16rem;
    margin-top:.1rem;
}


/*关于我们相片*/
.iabout-hd{
    margin-bottom: .15rem;
}
.iabout-hd ul{
    margin:auto;
}
.iabout-hd ul li{
    float: left;
    width: 31%;
    text-align: center;
    margin-left: 3.5%;
    line-height: .35rem;
}
.iabout-hd ul li:first-child{    
    margin-left: 0px;
}
.iabout-hd ul li a{
    display: block;
    border: 1px solid #e7e7e7;
    font-size: .16rem;
    color: #999;
    border-radius: 5px;
}
.iabout-hd ul li.on a{
    background:#009946;
    color:#fff;
    font-weight: bold;
}
.iabout-img{
   position:relative;
}
.iabout-img .prev,.iabout-img .next{
    display:block;
    width: 30px;
    height: 40px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 38px;
    color: #666;
    font-size: 32px;
    top: 40%;
}
.iabout-img .prev{
    right: 0;
}
.iabout-img .next{
    left: 0;
}
.iabout-img .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iabout-img .bd ul li{
    width: 2.5rem;
    float:left;
    margin: 0 10px;
    _display:inline;
    overflow:hidden;
    text-align:center;
    padding: 5px;
    border: 1px solid #e6e6e6;
}
.iabout-img .bd ul li span{
    display: block;
    overflow: hidden;
}
.iabout-img .bd ul li a img{
    width:100%;
    display: block;
    transition: all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
}
.iabout-img .bd ul li p{
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #4c4c4c;
}
.iabout-img .bd ul li:hover{
    /* background:#009946; */
    /* border: 1px solid #009946; */
}
.iabout-img .bd ul li:hover p{
    color:#fff;
}
.iabout-img .bd ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.iabout-img .tempWrap{
    margin: 0 auto
}



.footer_ltb{
    position: fixed;
    right: .1rem;
    bottom: .7rem;
}
.footer_ltb ul li{
    color: #fff;
    background: rgba(0, 153, 70, 0.7);
    margin-top: .05rem;
    border-radius: 50%;
    text-align: center;
    line-height: .2rem;
}
.footer_ltb ul li a{
    color: #fff;
    display: block;
    width: .18rem;
    height: .18rem;
    padding: .1rem;
}
.footer_ltb ul li a i{
    font-size: .2rem;
}

.index-ico{
    margin-bottom: .1rem;
}
.index-ico ul li{
    float: left;
    width: 33.3%;
    text-align: center;
    padding: .1rem 0;
}
.index-ico ul li:first-child i{
    font-size: .25rem;
}
.index-ico ul li i{
    font-size: .3rem;
    background: #009946;
    width: .7rem;
    height: .7rem;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: .7rem;
    margin: auto;
}
.index-ico ul li p{
    font-size: .14rem;
    margin-top: .1rem;
}


/*手机侧导航*/
.menu_theme_write .am-offcanvas-bar {
  background: #f7f7f7;
}
.menu_theme_write .am-offcanvas-bar:after {
  background: rgba(0, 0, 0, 0);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li:first-child > a {
  border-top: 1px solid none;
  border-top: none;
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a {
  color: #333;
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.menu_theme_write .am-offcanvas-bar .am-menu-nav > .am-open > a,
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a:focus,
.menu_theme_write .am-offcanvas-bar .am-menu-nav > li > a:hover {
  background-color: #009946;
  color: #fff;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub {
  background: #009946;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}




.menu{position:relative;float:left;width:20%;height:50px;line-height:50px;background:#fff;border-right:1px solid #ebebeb;box-sizing:border-box;-webkit-box-sizing:border-box;}
.menu:last-child{border-right:none;}
.new-sub{position:absolute;bottom:60px;z-index:10;width:100%;background: #fff;box-sizing:border-box;-webkit-box-sizing:border-box;border: 1px solid #EEEEEE;border-radius: 5px;display:none;}
.new-sub li{width: 100%;background:#fff;float:none;box-sizing:border-box;-webkit-box-sizing:border-box;border-top:1px solid #f2f2f2;}
.new-sub li a{display:block;height: 45px;line-height: 45px;text-align:left;background:#fff;color:#333;border:none;text-align:center;font-size: 12px;}
.sanjiao{position:absolute;bottom:5px;right:5px;width:0;height:0;border:5px solid transparent;border-right:5px solid #000;border-bottom:5px solid #000;opacity:.5;}
.bt-name{font-size:16px;color:#000;}
.bt-name a{display:block;font-size:16px;color:#000;}
.new-sub .tiggle{width:0px;height:0px;position:absolute;left:50%;margin-left:-10px;bottom:-9px;border-top:10px solid #EEEEEE;border-left:10px solid transparent;border-right:10px solid transparent;z-index:10;}
.new-sub .innertiggle{width:0px;height:0px;position:absolute;left:50%;margin-left:-9px;bottom:-8px;border-top:9px solid white;border-left:9px solid transparent;border-right:9px solid transparent;z-index:11;}