@charset "utf-8";
.itit{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.itit_wz{
    font-size: 24px;
    display: inline-block;
    position: relative;
    padding: 3px 13px;
    color: #333;
    margin: 0;
    font-weight: normal;
}
.itit_up{
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-left: solid 1px #333;
    border-top: solid 1px #333;
}
.itit_down{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
}
.itit_yw{
    color: #0096fe;
    margin-top: 5px;
}


.itit2{
    text-align: center;
    margin-bottom: 30px;
}
.itit2 .itit_t1{
    font-size: 32px;
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #1a1a1a;
}
.itit2 .itit_t2{
    color: #999;
    text-transform: uppercase;
}
.itit2 .itit_xian{
    height:  1px;
    background: #e6e6e6;
    width: 100px;
    margin: 10px 0px;
    position:  relative;
    margin: 10px auto;
}


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    background: #000;
    margin: 0 auto;
}
.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: 500px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(http://kairuisy.test.dginfo.com/t/k/kairuisy/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;*
    display: inline;
    zoom:1;
    width: 30px;
    height: 5px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border: 1px solid #D2D2D2;
}
.fullSlide .hd ul .on {
    background: #ff0000;
    border: 1px solid #ff0000;
    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://kairuisy.test.dginfo.com/t/k/kairuisy/pc/images/left.png) no-repeat left;
}

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


/*产品*/
.iprint{
    background: url(../images/print_bj.jpg) center top no-repeat;
    padding: 50px 0;
    margin-bottom: 30px;
}
.iprint ul{}
.iprint ul li:first-child{
  margin-left:0;
}
.iprint ul li{
    transition:all .5s;
    float: left;
    width: 285px;
    margin-left: 20px;
    box-shadow: 2px 2px 2px #ccc;
}
.iprint ul li img{
    width: 285px;
    display:  block;
    height: 285px;
}
.iprint ul li dl{
    background: #fff;
    padding: 10px;
}
.iprint ul li dl dt{
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
    height:  30px;
    line-height:  30px;
    overflow:  hidden;
}
.iprint ul li dl dd{
    color: #999;
    line-height: 25px;
    font-size: 12px;
    height: 75px;
    overflow:  hidden;
    display: none;
}
.iprint ul li dl .iprint_more{
    text-align: center;
    margin-top: 3%;
    font-size: 12px;
    display: none;
}
.iprint ul li dl .iprint_more i{
  font-size: 12px;
  margin-left:1%;
}
.iprint ul li:hover{
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);/* IE 9 */
    -webkit-transform: scale(1.2,1.2);/* Safari å’Œ Chrome */
    -o-transform: scale(1.2,1.2);/* Opera */
    -moz-transform: scale(1.2,1.2);/* Firefox */
}
.iprint ul li:hover .iprint_more i,.iprint ul li:hover .iprint_more{
    color: #41210f;
}
.iprint_a{
    border: 1px solid #999;
    font-size: 12px;
    color: #999;
    height: 28px;
    line-height: 28px;
    display: block;
    width: 97px;
    text-align: center;
    margin: 2% auto 0;
}
.iprint_a:hover{
    background: #41210f;
    color:#fff;
    border: 1px solid #41210f;
}


/*新闻资讯*/
.inews{
    /* padding-bottom: 50px; */
}
.inews ul{}
.inews ul li{
    width: 585px;
    float: left;
    margin-bottom: 25px;
    margin-right: 30px;
}
.inews ul li img{
    float: left;
    width: 215px;
}
.inews ul li dl{
    float: right;
    width: 350px;
    margin-left: 20px;
}
.inews ul li dl i{
    color: #999999;
    font-size: 14px;
    display: block;
    font-style:  inherit;
}
.inews ul li dl dt{
    font-size: 16px;
    margin: 10px 0;
    /* border-bottom: 1px solid #999; */
    padding-bottom: 15px;
    position: relative;
}
.inews ul li dl dt:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #999;
    bottom: 0px;
}
.inews ul li dl dt:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 15%;
    background: #2a3646;
    bottom: 0px;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.inews ul li:hover dl dt:after{
    width: 100%;
}
.inews ul li:hover dl dt{
    color: #2a3646;
}
.inews ul li dl dd{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

    
/*合作伙伴*/
.icase{
    width: auto;
}
.icase_list{
   position:relative;
}
.icase_list .prev,.icase_list .next{
    display:block;
    width: 50px;
    height: 50px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 48px;
    background: #999;
    color: #fff;
    font-size: 36px;
    top: 30%;
    box-shadow: 2px 2px 2px #ccc;
}
.icase_list .prev:hover,.icase_list .next:hover{
    background: #41210f;
}
.icase_list .prev{
    right: 0;
}
.icase_list .next{
    left: 0;
}
.icase_list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.icase_list .bd ul li{
    width: 197px;
    float:left;
    margin: 0 10px;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.icase_list .bd ul li img{
    width:195px;
    display: block;
    border:1px solid #eee;
}
.icase_list .bd ul li:hover img{
    border:1px solid #41210f;
}
.icase_list .bd ul li p{
    height: 35px;
    line-height: 35px;
}
.icase_list .bd ul li:hover p{
    color: #41210f;
}
.icase_list .tempWrap{
    margin: 0 auto
}


/*关于我们*/
.iabout{
    margin:50px 0;
}
.iabout_l{
    width: 480px;
}
.iabout_l img{
    display: block;
    width: 480px;
    height: 310px;
}
.iabout_r{
    width: 680px;
}
.iabout_r .iabout_r_tit{
    font-size:  32px;
    float:  left;
    padding-bottom:  5px;
    margin-bottom: 15px;
    position:  relative;
    padding: 0 15px;
}
.iabout_r .iabout_r_tit:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    border-left: solid 1px #333;
    border-top: solid 1px #333;
}
.iabout_r .iabout_r_tit:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
}
.iabout_r dl{
    clear:  both;
    margin-bottom: 23px;
}
.iabout_r dl dt{
    font-size:  18px;
    margin-bottom: 15px;
    color:  #0096fe;
    text-transform: uppercase;
}
.iabout_r dl dd{
    line-height: 30px;
    color: #666;
    height: 150px;
}
.iabout_r a{
    display:  block;
    width: 120px;
    text-align:  center;
    background: #41210f;
    color: #fff;
    line-height:  35px;
    font-size: 16px;
    height: 35px;
}
