@charset "utf-8";
/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 700px;
    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: 700px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 700px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(http://wangtairy.test.dginfo.com/t/w/wangtairy/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: 30px;
    height: 5px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #fff;
}
.fullSlide .hd ul .on {
    background: #ff4328;
    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://wangtairy.test.dginfo.com/t/w/wangtairy/pc/images/left.png) no-repeat left;
}

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


/*标题*/
.index-tit{
    background: url(../images/tit-xian.jpg) top center no-repeat;
    padding-top: 10px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}
.tit-left{
    display: table;
    margin-bottom: 20px;
}


/*印刷项目*/
.iproject{
    margin-bottom: 50px;
}
.iproject ul li{
    float: left;
    background: #f5f6fa;
    margin-left: 20px;
    padding: 30px;
    width: 225px;
}
.iproject ul li:hover{
    background:#ffd928;
}
.iproject ul li:first-child{
    margin-left: 0;
}
.iproject ul li i{
    width: 44px;
    height: 43px;
    display: block;
    margin: 0 auto 20px;
}
.iproject ul li .ipr-tb01{
    background:url(../images/ixm-tb01.png) center no-repeat;
}
.iproject ul li .ipr-tb02{
    background:url(../images/ixm-tb02.png) center no-repeat;
}
.iproject ul li .ipr-tb03{
    background:url(../images/ixm-tb03.png) center no-repeat;
}
.iproject ul li .ipr-tb04{
    background:url(../images/ixm-tb04.png) center no-repeat;
}
.iproject ul li dl{
    text-align: center;
    margin-bottom: 20px;
}
.iproject ul li dl dt{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 12px;
}
.iproject ul li dl dt:before{
    position:absolute;
    content:"";
    background: #ccc;
    height: 2px;
    width: 25px;
    bottom: 0;
    left: 100px;
}
.iproject ul li dl dd{
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.iproject ul li a{
    background: #ff4328;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    font-size: 20px;
    border-radius: 50%;
    margin: 0 auto;
}


/*案例展示*/
.icase{
    background: url(../images/ianli-bj.jpg) center no-repeat;
    padding-top: 59px;
    padding-bottom: 30px;
}
.icase ul{}
.icase ul li{
    float: left;
    position: relative;
    margin-right: 45px;
    margin-bottom: 40px;
    box-shadow: 4px 3px 3px #808080;
    height: 370px;
    overflow: hidden;
}
.icase ul li img{
    display: block;
    width: 370px;
    /* height: 400px; */
}
.icase ul li p{
    position: absolute;
    font-size: 28px;
    line-height: 30px;   
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;    
    width: 350px;
    bottom: -400px;
    height: 215px;
    transition: bottom 1s;
    -webkit-transition: bottom 1s; /* Safari */    
    padding: 185px 10px 0 10px;
}
.icase ul li:hover p{
    display: block;
    z-index: 9;    
    bottom: 0;
}


/*广告*/
.iadvertising{
    background: url(../images/iggt-bj.jpg) center no-repeat;
    height: 210px;
    padding-top: 50px;
}
.iadvertising dl{
    float: left;
    color: #fff;
    text-align: center;
    width: 240px;
    position:relative;
}
.iadvertising dl:first-child:before{
    display:none;
}
.iadvertising dl:before{
    content:"";
    position:absolute;
    width: 25px;
    height: 18px;
    background: url(../images/iggt-jt.png) center no-repeat;
    left: -15px;
    top: 30px;
}
.iadvertising dl:first-child{
    margin-left: 0;
}
.iadvertising dl img{
    display: block;
    margin:0 auto;
    width: 72px;
    height: 72px;
}
.iadvertising dl dt{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0 5px;
}
.iadvertising dl dd{
    font-size: 16px;
    line-height: 25px;
    color: #eee;
}


/*关于我们*/
.iabout{
    margin: 50px 0;
}
.iabouttop{
    margin-bottom: 30px;
}
.iabouttop img{
    display: block;
    float: left;
    width: 460px;
    height: 280px;
    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 */
}
.iabouttop img:hover{
    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 */
}
.iabouttop-brief{
    width: 700px;
}
.iabouttop-brief-wz{
    line-height: 28px;
    color: #666;
    height: 168px;
    overflow: hidden;
}
.iabouttop-brief a{
    line-height: 30px;
    height: 30px;
    margin-top: 10px;
    display: block;
    background: #ff4328;
    width: 110px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
}
.iabouttop-brief a:hover{
    text-decoration: underline;
}
.iaboutbottom ul li{
    float: left;
    width: 390px;
    margin-left: 15px;
    position: relative;
    height: 260px;
    overflow: hidden;
}
.iaboutbottom ul li:first-child{
    margin-left: 0;
}
.iaboutbottom ul li img{
    display: block;
    width: 390px;
    height: 260px;
     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 */
}
.iaboutbottom 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 */
}
.iaboutbottom ul li p{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    line-height: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
}
.iaboutbottom ul li:hover p{
    background: #ff4328;
}


/*新闻资讯*/
.inews{
    background: url(../images/inews-bj.jpg) center no-repeat;
    padding: 50px 0;
}
.inew-list img{
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
}
.inew-list img:hover{
    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-latest{
    width: 760px;
    background: #fff;
    padding: 20px;
    height: 467px;
}
.inews-tit{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.inews-latest-left{
    width: 330px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 15px;
    height: 415px;
}
.inews-latest-left img{
    display: block;
    width: 330px;
    height: 230px;

}
.inews-latest-left dl{
    margin-top: 10px;
    margin-bottom: 5px;
}
.inews-latest-left dl dt{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.inews-latest-left dl dt a{
    font-size: 16px;
    line-height: 28px;
    color: #4c4c4c;
}
.inews-latest-left dl dd{
    color: #666;
    line-height: 25px;
    height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 5px;
}
.inews-rate,.inews-date{
    font-size: 12px;
    color: #666;
    padding-left: 18px;
}
.inews-rate{
    background: url(../images/ft_3.png) left no-repeat;
    margin-left: 15px;
}
.inews-date{
    background: url(../images/ft_2.png) left no-repeat;
}
.inews-latest-right{
    width: 390px;
}
.inews-latest-right ul li{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-top: 15px;
}
.inews-latest-right ul li:first-child{
    margin-top: 0;
}
.inews-latest-right ul li p{
    line-height: 35px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-latest-right ul li p a{
    font-size: 16px;
    color: #4c4c4c;
}
.inews-latest-right ul li p a:hover,.inews-latest-left dl dt a:hover{
    color:#ff4328;
}
.inews-problem{
    background: #fff;
    padding: 20px;
    width: 340px;
    height: 467px;
}
.inews-problem{}
.inews-problem ul li{
    height: 95px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 25px;
    margin-top: 26px;
}
.inews-problem ul li:first-child{
    margin-top: 0;
}
.inews-problem ul li img{
    float: left;
    width: 120px;
    display: block;
    height: 95px;
}
.inews-problem ul li dl{
    float: right;
    width: 210px;
}
.inews-problem ul li dl dt{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color:#4c4c4c;
    font-size:16px;
    line-height: 28px;
}
.inews-problem ul li dl dd{
    color:#666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 5px;
    margin-top: 5px;
}


/*合作伙伴*/
.ipartner{
    background: url(../images/ihb-bj.jpg) center no-repeat;
    height: 452px;
    padding-top: 50px;
}
.ipartner_list{
    position: relative;
    width: 1135px;
    margin: 0 auto;
}
.ipartner_list .ipartner_logo01{
    position:absolute;
    top: 130px;
}

.ipartner_list .ipartner_logo01 img,.ipartner_list .ipartner_logo02 img,.ipartner_list .ipartner_logo03 img,.ipartner_list .ipartner_logo05 img,.ipartner_list .ipartner_logo06 img,.ipartner_list .ipartner_logo07 img{
    width: 201px;
    height: 174px;
}
.ipartner_list .ipartner_logo04 img{
    width: 251px;
    height: 217px;
}
.ipartner_list .ipartner_logo02{
    position:absolute;
    left: 150px;
    top: 40px;
}
.ipartner_list .ipartner_logo03{
    position:absolute;
    top: 130px;
    left: 300px;
}
.ipartner_list .ipartner_logo04{
    position:absolute;
    left: 440px;
    top: 0px;
}
.ipartner_list .ipartner_logo05{
    position:absolute;
    left: 630px;
    top: 130px;
}
.ipartner_list .ipartner_logo06{
    position:absolute;
    top: 40px;
    left: 780px;
}
.ipartner_list .ipartner_logo07{
    position:absolute;
    top: 130px;
    left: 930px;
}


.picMarquee-left{overflow:hidden;position:relative;padding-top: 20px;}
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("http://wangtairy.test.dginfo.com/t/w/wangtairy/pc/images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{/* padding:20px 10px 10px 10px ; */}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 12px; float:left; _display:inline; overflow:hidden; text-align:center; position: relative;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:220px; height: 186px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#dd2015;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.picMarquee-left .bd ul li .pri_block{height:40px;line-height:40px; }