@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 600px;
    margin: 0 auto 50px;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 600px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 600px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    background: url(http://kaida.test.dginfo.com/t/k/kaida/pc/images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 10px;
    background: #fff;
    border-radius: 50%;
}
.fullSlide .hd ul .on {
    background: #007cc3;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(http://kaida.test.dginfo.com/t/k/kaida/pc/images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(http://kaida.test.dginfo.com/t/k/kaida/pc/images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}


/*标题*/
.itit{
    text-align: center;
    margin-bottom: 30px;
}
.itit .itit-t1{
    font-size: 32px;
}
.itit .itit-t2{
    text-transform: uppercase;
    color: #666;
    margin-top: 5px;
}
.itit-fff .itit-t1,.itit-fff .itit-t2{
    color:#fff!important;
}


/*产品中心*/
.ipro{
    margin-top:50px;
}
.iproducts-hd{
    margin-bottom: auto;
}
.iproducts-hd ul{
    display:table;
    margin:auto;
}
.iproducts-hd ul li{
    float: left;
    margin: 0 15px;
}
.iproducts-hd ul li a{
    display: block;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background: #bababa;
}
.iproducts-hd ul li.on a{
    background: #007cc3;
    color:#fff;
}
.iproducts-bd{margin-top:30px;padding-bottom: 30px;}
.iproducts-pal{position:relative;}
.iproducts-pal .hd{overflow:hidden;position: absolute;bottom: -20px;width: 100%;}
.iproducts-pal .hd .next{ background-position:0 -50px;  }
.iproducts-pal .hd .prevStop{ background-position:-60px 0; }
.iproducts-pal .hd .nextStop{ background-position:-60px -50px; }
.iproducts-pal .hd ul{overflow:hidden;zoom:1;display: table;margin: auto;}
.iproducts-pal .hd ul li{float:left;width: 10px;height: 10px;overflow:hidden;margin-right:10px;text-indent:-999px;cursor:pointer;background: #b8b8b8;border-radius: 50%;}
.iproducts-pal .hd ul li.on{background: #007cc3;}
.iproducts-pal .bd ul{ overflow:hidden; zoom:1; }
.iproducts-pal .bd ul li{width: 280px; margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;background: #fff; }
.iproducts-pal .bd ul li .bigimg{
    border: 1px solid #d4d4d4;
}
.iproducts-pal .bd ul li img{
    display: block;
    width: 280px;
    height: 200px;
}
.iproducts-pal .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 */
}
.iproducts-pal .bd ul li p{
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}


/*广告图*/
.iggta{
    background: url(../images/xggt.jpg) center no-repeat;
    height: 200px;
    margin-top:30px;
}
.iggta .iggta-tit{
    margin-left: 300px;
    padding-top: 40px;
}
.iggta .iggta-t1{
    color: #facf92;
    font-size: 30px;
}
.iggta .iggta-t2{
    color: #fff;
    font-size: 16px;
    width: 600px;
    line-height: 30px;
    margin-top: 10px;
}

/*最新产品*/
.itpro{
    margin-top: 50px;
}
.itpro-list{
   position:relative;
}
.itpro-list .prev,.itpro-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    color: #d2d2d2;
    font-size: 56px;
    top: 27%;
}
.itpro-list .prev:hover,.itpro-list .next:hover{
    color: #007cc3;
}
.itpro-list .prev{
    left: -20px;
}
.itpro-list .next{
    right: -20px;
}
.itpro-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.itpro-list .bd ul li{
    width: 270px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    margin: 0 10px;
    position: relative;
}
.itpro-list .bd ul li img{
    width:270px;
    height: 193px;
    display: block;
}
.itpro-list .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 */
}
.itpro-list .bd .tempWrap{
    display: block;
    margin:auto;
}
.itpro-list .bd ul li p{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 30px;
    background: rgba(0, 124, 195, 0.7);
    color: #fff;
    font-size: 16px;
}
.itpro-list .bd ul li:hover p{
    background:#007cc3;
}


/*铠达优势*/
.iadvantage{
    margin-top:50px;
    background: #f1f5ff;
    padding: 50px 0 70px;
}
.iadvantage-list{
    background: url(../images/iys-bj.png) center center no-repeat;
    height: 400px;
    position: relative;
}
.iadva,.iadvb,.iadvc,.iadvd{
    text-align: right;
}
.iadvantage-list .iadv-wz{
    font-size: 18px;
    position: absolute;
    line-height: 28px;
}
.iadvantage-list .iadv-wz span{
    color: #007cc3;
    font-weight: bold;
}
.iadvantage-list .iadva{
    width: 350px;
    top: 33px;
    left: 50px;
}
.iadvantage-list .iadvb{
    width: 290px;
    top: 114px;
    left: 20px;
}
.iadvantage-list .iadvc{
    width: 300px;
    bottom: 100px;
    left: 20px;
}
.iadvantage-list .iadvd{
    width: 400px;
    bottom: 25px;
    left: 10px;
}
.iadvantage-list .iadve{
    width: 350px;
    right: 30px;
    top: 33px;
}
.iadvantage-list .iadvf{
    width: 290px;
    right: 20px;
    top: 114px;
}
.iadvantage-list .iadvg{
    width: 300px;
    bottom: 100px;
    right: 20px;
}
.iadvantage-list .iadvh{
    width: 400px;
    bottom: 25px;
    right: 10px;
}


/*关于我们*/
.iabout{
    background: url(../images/iabout-bj.jpg) center no-repeat;
    padding: 50px 0;
}
.iabout-breif{
    color:#fff;
    font-size: 16px;
    line-height: 28px;
    text-align:center;
    max-height: 140px;
    overflow: hidden;
}
.iphoto-list{
   position:relative;
   margin-top:30px;
}
.iphoto-list .prev,.iphoto-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    color: #d2d2d2;
    font-size: 56px;
    top: 27%;
}
.iphoto-list .prev:hover,.iphoto-list .next:hover{
    color: #007cc3;
}
.iphoto-list .prev{
    left: -20px;
}
.iphoto-list .next{
    right: -20px;
}
.iphoto-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iphoto-list .bd ul li{
    width: 250px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    margin: 0 10px;
    position: relative;
    background: #fff;
    padding:5px;
}
.iphoto-list .bd ul li img{
    width:250px;
    height: 160px;
    display: block;
}

.iphoto-list .bd .tempWrap{
    display: block;
    margin:auto;
}
.iphoto-list .bd ul li p{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 30px;
    background: rgba(0, 124, 195, 0.7);
    color: #fff;
    font-size: 16px;
}
.iphoto-list .bd ul li:hover p{
    background:#007cc3;
}


/*新闻资讯*/
.inews{
    margin-top:50px;
}
.inews-hd{
    margin-bottom: auto;
}
.inews-hd ul{
    display:table;
    margin:auto;
}
.inews-hd ul li{
    float: left;
    margin: 0 15px;
}
.inews-hd ul li a{
    display: block;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background: #bababa;
}
.inews-hd ul li.on a{
    background: #007cc3;
    color:#fff;
}
.inews-bd{
    margin-top: 30px;
}
.inews-pal{}
.inews-pal ul li{
    float: left;
    margin-left: 30px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
    width: 370px;
}
.inews-pal ul li:first-child{
    margin-left:0;
}
.inews-pal ul li img{
    width: 370px;
    height: 250px;
}
.inews-pal ul li dl{
    padding: 15px;
}
.inews-pal ul li dl dt{
    font-size: 16px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-pal ul li dl dt i{
    font-style: unset;
    width: 230px;
    float: left;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-pal ul li dl span{
    /* display: block; */
    color: #a1a1a1;
    background: url(../images/ft_2.png) left no-repeat;
    padding-left: 20px;
    margin: 5px 0;
    font-size: 12px;
    float: right;
    width: 88px;
}
.inews-pal ul li dl dd{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews-pal 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 */
}