@charset "utf-8";
/*标题*/
.itit{
    margin-bottom: 30px;
}
.itit h2{
    text-align: center;
    font-size: 2.8rem;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 1rem;
    font-weight: 400;
}
.itit h5{
    text-align: center;
    color: #666;
    font-size: 1.5rem;
    line-height: 25px;
    font-weight: normal;
}


/*产品中心*/
.iproducts{
    margin-top: 70px;
}
.iproducts .am-tabs-nav{
    margin: 0 auto 2rem;
    display: table;
    width:100%;
}
.iproducts .am-tabs-nav li{
    width: 15%;
    margin-right: 2%;
    float: left;
    margin-top: 0;
    margin-bottom: 1rem;
}
.iproducts .am-tabs-nav li.on a{
    background:#294388;
    color:#fff;
}
.iproducts .am-tabs-nav li:nth-child(6n){
    margin-right:0;
}
.iproducts .am-tabs-nav li a{
    margin-right: 0;
    padding: 0;
    background: #eee;
    color: #333;
    text-align: center;
    line-height: 4rem;
    /* border-radius: 20px; */
}
.iproducts .am-tabs-nav li.am-active a{
    background: #294388;
    color: #fff;
}
.iproducts .am-tabs-nav,.iproducts .am-tabs-nav li,.iproducts .am-tabs-nav li a,.iproducts .am-tabs-nav li am-active a,.iproducts .am-tabs-bd,.iproducts .am-tabs-bd .am-tab-panel{
    border: 0!important;
}
.iproducts .am-tabs-bd .am-tab-panel{
    padding: 0;
}
.iproducts-list ul li{
    padding: .5rem .5rem 0;
    position: relative;
}
.iproducts-list ul li .bigimg{
    border: 2px solid #d2d2d2;
}
.iproducts-list ul li:hover .bigimg{
    border:2px solid #294388;
}
.iproducts-list ul li img{
    width: 100%;
    display: block;
}
.iproducts-list ul li:hover .bigimg 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 */
}
.iproducts-list ul li dl{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.iproducts-list ul li dl dt{
    font-size: 24px;
    font-weight: 400;
}
.iproducts-list ul li dl dd{
    font-size: 15px;
    color: #666;
    margin-top: 0;
}


/*主营产品*/
.imain{
    margin-top: 70px;
}
.imain img{
    width: 100%;
}


/*解决方案*/
.isolution{
    margin-top: 70px;
}
.isolution .am-tabs-nav li{
    width: 18.4%;
    margin-right: 2%;
    float: left;
    margin-top: 0;
    margin-bottom: 1rem;
}
.isolution .am-tabs-nav li:nth-child(6n){
    margin-right: 2%;
}
.isolution .am-tabs-nav li.on a{
    background:#294388;
    color:#fff;
}
.isolution .am-tabs-nav li:nth-child(5n){
    margin-right:0;
}
.isolution .am-tabs-nav li a{
    margin-right: 0;
    padding: 0;
    background: #eee;
    color: #333;
    text-align: center;
    line-height: 4rem;
}
.isolution .am-tabs-nav{
    margin: 0 auto 2rem;
    display: table;
    width:100%;
}
.isolution-list ul li .bigimg{
    border: 2px solid #d2d2d2;
}
.isolution-list ul li:hover .bigimg{
    border:2px solid #294388;
}
.isolution-list ul li img{
    width: 100%;
    display: block;
}
.isolution-list 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 */
}
.isolution-list ul li{
    position: relative;
}
.isolution-list ul li p{
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #666;
}



/*选择我们*/
.iabout{
    background: url(../images/iabout-bj.jpg) center no-repeat;
    padding: 200px 0;
    margin-top: 70px;
}
.iabout-tit{
    text-align: center;
    color: #fff;
}
.iabout-tit h2{
    font-weight: 400;
    font-size: 46px;
    margin-bottom: 20px;
}
.iabout-tit h5{
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 5px;
}
.iabout-more{
    text-align: center;
    margin: 70px 0;
}
.iabout-more a{
    color: #fff;
    font-size: 24px;
}
.iabout-dl dl{
    text-align: center;
    color: #fff;
}
.iabout-dl dl dt{
    font-size: 30px;
    font-weight: 400;
}
.iabout-dl dl dd{
    font-size: 18px;
}


/*新闻资讯*/
.inews{margin-top: 70px;}
.index-newsBox .ItemBox { margin-bottom: 0; }
.index-newsBox { margin: 0 -12.5px; }
.index-newsBox .ItemBox .ItemBoxWarp { background: #f0f0f0; }
.index-newsBox .ItemBox {width: 33.33%;padding: 0 12.5px;float: left;}
.index-newsBox .ItemBoxItem .Conboxnews {padding: 31px 25px;}
.index-newsBox .ItemBoxItem .Conboxnews h3{text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.index-newsBox .ItemBoxItem .Conboxnews h3 a{font-size:16px;font-weight:bold;}
.index-newsBox .ItemBoxItem .Conboxnews .time {padding: 10px 0;height: 40px;color: #999;}
.index-newsBox .ItemBoxItem .Conboxnews .time .icontime{float: left;}
.index-newsBox .ItemBoxItem .Conboxnews .time .iconCate{float: left;margin-left: 10px;}
.index-newsBox .ItemBoxList .Itemlist .pp {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 23px;height: 46px;color: #999;}
.index-newsBox .ItemBoxList .ItemBoxWarp {padding: 15px 20px;}
.index-newsBox .ItemBoxList .Itemlist {padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #ddd;}
.index-newsBox .ItemBox .ItemBoxWarp .Ntopimg {position: relative;height: 255px;overflow: hidden;}
.index-newsBox .ItemBox .ItemBoxWarp .Ntopimg a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-size: cover; background-repeat: no-repeat; background-position: center }
.index-newsBox .ItemBox .ItemBoxWarp .Ntopimg:hover a { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.menu-slides-img,.video-box { overflow: hidden; }
.index-newsBox .ItemBoxList .Itemlist .h3 a {font-size: 16px;font-weight: bold;display: block;max-width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index-newsBox .ItemBoxItem .Conboxnews .pp {line-height: 24px;height: 72px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;color: #999;}
.index-newsBox .ItemBoxList .Itemlist .time{padding: 10px 0;color: #999;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index-newsBox .ItemBoxList .Itemlist .time .icontime,.index-newsBox .ItemBoxList .Itemlist .time .iconCate{float: left;}



/*动画*/
.igif{
    margin-top: 70px;
}
.igif img{
    width: 100%;
}



@media screen and (max-width: 1200px) {
    .iabout,.iproducts,.ichoose,.inews,.imain,.isolution{
        margin-top:3rem;
    }
    .igif{
        margin-top: 2rem;
    }
    .itit{
        margin-bottom: 2rem;
    }
    .itit h2{
        line-height: 4rem;
        margin-bottom: 0;
    }
    .itit h5{
        font-size: 1.4rem;
        line-height: 2.5rem;
    }

    /*产品中心*/
    .iproducts .am-tabs-nav{
        margin: 0 auto;
        display: table;
        width:100%;
    }
    .iproducts .am-tabs-nav li{
        width: 32%;
        margin-right: 2%;
    }
    .iproducts .am-tabs-nav li.on a{
        background:#294388;
        color:#fff;
    }
    .iproducts .am-tabs-nav li:nth-child(3n){
        margin-right:0;
    }
    .iproducts .am-tabs-nav li a{
        margin-right: 0;
        background: #eee;
        color: #333;
        text-align: center;
        line-height: 2.5rem;
        font-size: 1.4rem;
        text-overflow: ellipsis;
        white-space:nowrap;
        overflow:hidden;
        padding: .5rem;
    }
    .iproducts-list ul li dl{
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 1rem;
    }
    .iproducts-list ul li dl dt{
        font-size: 1.6rem;
        font-weight: 400;
    }
    .iproducts-list ul li dl dd{
        font-size: 1.4rem;
        color: #666;
        margin-top: 0;
    }


    /*解决方案*/
    .isolution .am-tabs-nav li{
        width: 49%;
    }
    .isolution .am-tabs-nav li.on a{
        background:#294388;
        color:#fff;
    }
    .isolution .am-tabs-nav li:nth-child(5n){
        margin-right: 2%;
    }
    .isolution .am-tabs-nav li:nth-child(2n){
        margin-right: 0;
    }
    .isolution .am-tabs-nav li a{
        margin-right: 0;
        background: #eee;
        color: #333;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: .5rem;
        line-height: 2.5rem;
    }
    .isolution .am-tabs-nav{
        margin: 0 auto;
    }
    .isolution-list ul li{
        position: relative;
    }
    .isolution-list ul li p{
        position: relative;
        bottom: 0;
        font-size: 1.6rem;
        margin-top: .5rem;
    }
    

    /*选择我们*/
    .iabout{
        padding: 10rem 0;
        background: url(../images/iabout-bj.jpg) center no-repeat;
        background-size: cover;
    }
    .iabout-tit{
        text-align: center;
        color: #fff;
    }
    .iabout-tit h2{
        font-size: 3.2rem;
        margin-bottom: 2rem;
    }
    .iabout-tit h5{
        font-size: 2rem;
    }
    .iabout-more{
        margin: 5rem 0;
    }
    .iabout-more a{
        color: #fff;
        font-size: 24px;
    }
    .iabout-dl{
        margin-bottom: 1rem;
    }
    .iabout-dl dl dt{
        font-size: 2.8rem;
    }
    .iabout-dl dl dd{
        font-size: 1.8rem;
        margin: 0;
    }

    /*新闻资讯*/    
    .index-newsBox .ItemBox {margin-bottom: 2rem;}
    .index-newsBox {margin: 0;}
    .index-newsBox .ItemBox {width: 100%;padding: 0;}
    .index-newsBox .ItemBoxItem .Conboxnews {padding: 2rem 2rem;}
    .index-newsBox .ItemBoxItem .Conboxnews h3{text-overflow: ellipsis;white-space: normal;overflow: visible;}
    .index-newsBox .ItemBoxItem .Conboxnews h3 a{font-size: 1.6rem;}
    .index-newsBox .ItemBoxItem .Conboxnews .time {padding: 0;height: 3rem;line-height: 3rem;}
    .index-newsBox .ItemBoxItem .Conboxnews .time .iconCate{margin-left: 1rem;}
    .index-newsBox .ItemBoxList .Itemlist .pp {line-height: 2.5rem;height: 5rem;}
    .index-newsBox .ItemBoxList .ItemBoxWarp {padding: 15px 20px;}
    .index-newsBox .ItemBoxList .Itemlist {padding-bottom: 1rem;margin-bottom: 1rem;}
    .index-newsBox .ItemBox .ItemBoxWarp .Ntopimg {position: relative;height: 255px;overflow: hidden;}            
    .index-newsBox .ItemBoxList .Itemlist .h3 a {font-size: 1.6rem;font-weight: bold;display: block;max-width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .index-newsBox .ItemBoxItem .Conboxnews .pp {line-height: 2.5rem;height: 7.5rem;font-size: 1.4rem;}
    .index-newsBox .ItemBoxList .Itemlist .time{padding: 0;line-height: 3rem;}    

}