@charset "utf-8";
/*广告图*/
.banner img{
    width: 100%;
    display: block;
}


/*标题*/
.itit{
    text-align: center;
    margin-bottom: 40px;
}
.itit .itit-t1{
    font-size: 36px;
    font-weight: bold;
}
.itit .itit-t2{
    font-size: 16px;
}


/*更多*/
.index-a{
    margin-top: 35px;
}
.index-a a{
    color: #0066ff;
    display: block;
    border: 1px solid #0066ff;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    margin: auto;
    font-size: 16px;
}
.index-a a:hover{
    background: #0066ff;
    color: #fff;
}


/*新闻资讯*/
.inews{
    margin-top: 50px;
}
.inews-list ul li{
    float: left;
    width: 31.3%;
    margin-left:3%;
    border: 1px solid #ebebeb;
}
.inews-list ul li:hover{
    -webkit-box-shadow: 2px 1px 20px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 1px 20px 2px rgba(0,0,0,0.3);
}
.inews-list ul li:first-child{
    margin-left:0;
}
.inews-list ul li img{
    width: 100%;
}
.inews-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 */
}
.inews-list ul li dl{
    padding: 5%;
}
.inews-list ul li dl dt{
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-list ul li dl .inews-tb{
    color: #999;
    margin: 10px 0;
}
.inews-list ul li dl .inews-tb span{
    font-size: 12px;
    margin-right: 15px;
}
.inews-list ul li dl .inews-tb span i{
    font-size: 13px;
    margin-right: 5px;
}
.inews-list ul li dl dd{
    color: #666;
    line-height: 25px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 75px;
}



/*核心优势*/
.iadvantage{
    margin-top: 50px;
    background: #fafafa;
    padding: 50px 0;
}
.iadvantage-list{
    background: #fff;
}
.iadvantage-list dl{
    float: left;
    width: 400px;
    padding: 35px 40px;
    position: relative;
}
.iadvantage-list dl:before{
    content: "";
    background: #f6f7f9;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.iadvantage-list dl:first-child:before{
    display:none;
}
.iadvantage-list dl i{
    width: 106px;
    height: 88px;
    display: block;
    margin: auto;
}
.iadvantage-list dl i.iadv-tba{
    background: url(../images/iys-tba.png) center no-repeat;
}
.iadvantage-list dl i.iadv-tbb{
    background: url(../images/iys-tbb.png) center no-repeat;
}
.iadvantage-list dl i.iadv-tbc{
    background: url(../images/iys-tbc.png) center no-repeat;
}
.iadvantage-list dl dt{
    font-size: 20px;
    text-align: center;
    color: #0066ff;
    font-weight: bold;
    margin-top: 20px;
}
.iadvantage-list dl dd{
    color: #808080;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 15px;
}
.iadvantage-list dl:hover{
    background: #0066ff;
}
.iadvantage-list dl:hover dt{
    color: #fff;
}
.iadvantage-list dl:hover dd{
    color: #fff;
}
.iadvantage-list dl:hover i.iadv-tba{
    background: url(../images/iys-tbaon.png) center no-repeat;
}
.iadvantage-list dl:hover i.iadv-tbb{
    background: url(../images/iys-tbbon.png) center no-repeat;
}
.iadvantage-list dl:hover i.iadv-tbc{
    background: url(../images/iys-tbcon.png) center no-repeat;
}



/*解决方案*/
.isolution{
    margin-top: 50px;
}
.isolution-list ul li{
    float: left;
    width: 290px;
    position: relative;
    height: 200px;
    overflow: hidden;
    margin-right: 13px;
    margin-bottom: 15px;
}
.isolution-list ul li:nth-child(4n){
    margin-right: 0;
}
.isolution-list ul li img{
    width:290px;
    height: 200px;
}
.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 p{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
}
.isolution-list ul li:hover p{
    display: none;
}
.isolution-list ul li dl{
    display: none;
    position: absolute;
    top: 7%;
    background: rgba(0, 102, 255, 0.7);
    color: #fff;
    height: 86%;
    width: 86%;
    left: 7%;
    text-align: center;
    padding: 20px;
}
.isolution-list ul li:hover dl{
    display: block;
}
.isolution-list ul li dl dt{
    font-size: 16px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.isolution-list ul li dl dd{
    font-size: 12px;
    line-height: 20px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}


/*应用场景*/
.iapplication{
    margin-top: 50px;
    background: #f5f5f5;
    padding: 50px 0;
}
.swiper-app{
}
.swiper-app .swiper-slide{
    position: relative;
}
.swiper-app .swiper-slide .bigimg{
    position: relative;
}
.swiper-app .swiper-slide .bigimg:before{
    content:"";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.swiper-app img{
    width: 100%;
}
.swiper-app dl{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding-top: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.swiper-app dl:hover{
    background: rgba(15, 96, 217, 0.6);
    padding-top: 50px;
}
.swiper-app dl i{
    display: block;
    width: 55px;
    height: 47px;    
    margin: 0 auto;
}
.swiper-app dl i.iapp-tba{
    background: url(../images/icj-tba.png) center no-repeat;
}
.swiper-app dl i.iapp-tbb{
    background: url(../images/icj-tbb.png) center no-repeat;
}
.swiper-app dl i.iapp-tbc{
    background: url(../images/icj-tbc.png) center no-repeat;
}
.swiper-app dl i.iapp-tbd{
    background: url(../images/icj-tbd.png) center no-repeat;
}
.swiper-app dl i.iapp-tbe{
    background: url(../images/icj-tbe.png) center no-repeat;
}
.swiper-app dl i.iapp-tbf{
    background: url(../images/icj-tbf.png) center no-repeat;
}
.swiper-app dl i.iapp-tbg{
    background: url(../images/icj-tbg.png) center no-repeat;
}
.swiper-app dl i.iapp-tbh{
    background: url(../images/icj-tbh.png) center no-repeat;
}
.swiper-app dl i.iapp-tbi{
    background: url(../images/icj-tbi.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tba{
    background: url(../images/icj-tbaon.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tbb{
    background: url(../images/icj-tbbon.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tbc{
    background: url(../images/icj-tbcon.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tbd{
    background: url(../images/icj-tbdon.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tbe{
    background: url(../images/icj-tbeon.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tbf{
    background: url(../images/icj-tbfon.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tbg{
    background: url(../images/icj-tbgon.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tbh{
    background: url(../images/icj-tbhon.png) center no-repeat;
}
.swiper-app dl:hover i.iapp-tbi{
    background: url(../images/icj-tbion.png) center no-repeat;
}
.swiper-app dl dt{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position:relative;
    padding-top: 20px;
    margin-top: 25px;
}
.swiper-app dl dt:before{
    content:"";
    position:absolute;
    width:20px;
    height:3px;
    background:#fff;
    left: 50%;
    margin-left: -10px;
    top: 0;
}
.swiper-app dl dd{
    display: none;
    color: #fff;
    padding: 0 15%;
    margin-top: 20px;
}
.swiper-app dl:hover dd{
    display: block;
}
.swiper-pro .swiper-button-proprev,.swiper-pro .swiper-button-pronext,.swiper-app .swiper-button-appnext,.swiper-app .swiper-button-appprev{
    bottom: 0px;
    top: auto;
    background-image: none;
    border: 1px solid #0066ff;
    text-align: center;
    width: 70px;
    height: 40px;
    line-height: 34px;
    font-size: 30px;
    border-radius: 5px;
    color: #0066ff;
    outline: 0;
}
.swiper-app .swiper-button-appnext:hover,.swiper-app .swiper-button-appprev:hover,.swiper-pro .swiper-button-pronext:hover,.swiper-pro .swiper-button-proprev:hover{
    background: #0066ff;
    color: #fff;
}
.swiper-pro .swiper-button-pronext,.swiper-app .swiper-button-appnext{
    right: 440px!important;
}
.swiper-pro .swiper-button-proprev,.swiper-app .swiper-button-appprev{
    left: 440px!important;
}



/*产品中心*/
.ipro{
    margin-top: 50px;
}
.swiper-pro .swiper-slide img{
    display: block;
    width: 100%;
}
.swiper-pro .swiper-slide: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 */
}
.swiper-pro .swiper-slide p{
    background: #f5f5f5;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 5px;
}
.swiper-pro .swiper-slide:hover p{
    background: #0066ff;
    color: #fff;
}



/*荣誉资质*/
.ihonor{
    background: #f5f5f5;
    padding: 50px 0;
    margin-top: 50px;
}
.swiper-honor img{
    width: 100%;
}


/*手机侧导航*/
.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: #3586ff;
  color: #fff;
}
.menu_theme_write .am-offcanvas-bar .am-menu-sub {
  background: #0066ff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}



@media screen and (max-width: 1200px) {
    /*标题*/
    .itit{
        margin-bottom: 2rem;
    }
    .itit .itit-t1{
        font-size: 3.6rem;
    }
    .itit .itit-t2{
        font-size: 1.6rem;
    }

    /*更多*/
    .swiper-container .index-a{
        margin-top: 2rem;
    }
    .index-a{
        margin-top: 1rem;
    }
    .index-a a{
        width: 60%;
        line-height: 4rem;
        height: 4rem;
        font-size: 16px;
    }
    .index-a a:hover{
        background: #0066ff;
        color: #fff;
    }

    /*新闻中心*/
    .inews{
        margin-top: 3rem;
    }
    .inews-list ul li{
        width: 100%;
        margin-left:0;
        margin-bottom:1.5rem;
    }
    .inews-list ul li dl dt{
        font-size: 1.6rem;
    }
    .inews-list ul li dl .inews-tb{
        margin: 1rem 0;
    }
    .inews-list ul li dl .inews-tb span{
        font-size: 12px;
        margin-right: 1rem;
    }
    .inews-list ul li dl .inews-tb span i{
        font-size: 1.4rem;
        margin-right: .5rem;
    }
    .inews-list ul li dl dd{
        line-height: 2.5rem;
        height: auto;
    }

    /*核心优势*/
    .iadvantage{
        margin-top: 3rem;
        padding: 3rem 0;
    }
    .iadvantage-list{
        background: #fff;
    }
    .iadvantage-list dl{
        float: left;
        width: 100%;
        padding: 10% 5%;
        position: relative;
    }
    .iadvantage-list dl:before{
        width: 100%;
        height: 1px;
    }
    .iadvantage-list dl:first-child:before{
        display:none;
    }
    .iadvantage-list dl dt{
        font-size: 2rem;
        margin-top: 1rem;
    }
    .iadvantage-list dl dd{
        line-height: 2.5rem;
        margin-top: 1rem;
    }

    /*解决方案*/
    .isolution{
        margin-top: 3rem;
    }
    .isolution-list ul li{
        float: left;
        width: 48%;
        position: relative;
        overflow: hidden;
        margin-right: 13px;
        margin-bottom: 15px;
        height: auto;
    }
    .isolution-list ul li:nth-child(2n){
        margin-right: 0;
    }
    .isolution-list ul li img{
        width: 100%;
        height: auto;
    }
    .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 p{
        font-size: 1.4rem;
        line-height: 3rem;
        height: 3rem;
    }
    .isolution-list ul li:hover p{
        display: none;
    }
    .isolution-list ul li dl{
        display: none;
    }
    .isolution-list ul li:hover dl{
        display: none;
    }

    /*应用场景*/
    .iapplication{
        margin-top: 3rem;
        padding: 3rem 0;
    }
    .swiper-app dl{
        width: 100%;
        height: 100%;
        padding-top: 30%;
    }
    .swiper-app dl:hover{
        background: rgba(15, 96, 217, 0.6);
        padding-top: 50px;
    }
    .swiper-app dl i{
        display: block;
        width: 55px;
        height: 47px;    
        margin: 0 auto;
    }
    .swiper-app dl dt{
        font-size: 2.2rem;
        padding-top: 2rem;
        margin-top: 2rem;
    }
    .swiper-app dl dt:before{
        width: 10%;
        margin-left: -5%;
    }
    .swiper-app dl dd{
        display: none;
        color: #fff;
        padding: 0 15%;
        margin-top: 20px;
    }
    .swiper-app dl:hover dd{
        display: block;
    }
    .swiper-pro .swiper-button-proprev,.swiper-pro .swiper-button-pronext,.swiper-app .swiper-button-appnext,.swiper-app .swiper-button-appprev{
        width: 15%;
        height: 4rem;
        line-height: 3.8rem;
        font-size: 3rem;
    }
    .swiper-app .swiper-button-appnext:hover,.swiper-app .swiper-button-appprev:hover,.swiper-pro .swiper-button-pronext:hover,.swiper-pro .swiper-button-proprev:hover{
        background: #0066ff;
        color: #fff;
    }
    .swiper-pro .swiper-button-pronext,.swiper-app .swiper-button-appnext{
        right: 0px!important;
    }
    .swiper-pro .swiper-button-proprev,.swiper-app .swiper-button-appprev{
        left: 0px!important;
    }

    /*产品中心*/
    .ipro{
        margin-top: 3rem;
    }

    /*荣誉资质*/
    .ihonor{        
        padding: 3rem 0;
        margin-top: 3rem;
    }
}