@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 500px;
    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://dexinsp.test.dginfo.com/t/d/dexinsp/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: 4px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #fff;
}
.fullSlide .hd ul .on {
    background: #f00;
    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://dexinsp.test.dginfo.com/t/d/dexinsp/pc/images/left.png) no-repeat left;
}

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



/*标题*/
.itit{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.itit .itit-fl{
    font-size: 18px;
    font-weight: bold;
}
.itit .itit-fl span{
    color: #cd0007;
    text-transform: uppercase;
}
.itit-fr{
    margin-top: 8px;
}
.itit-fr a{
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    border-left: 1px solid #999;
    float: left;
    line-height: 12px;
    padding-left: 10px;
}
.itit-fr a:first-child{
    margin-left:0;
    padding-left: 0;
    border-left: 0;
}
.itit-fr a:hover{
    color:#cd0007;
}


/*关于我们*/
.iabout{
    margin-top: 50px;
}
.iabout-fl{
    width: 780px;
}
.iabout-brief{
    height: 150px;
    overflow: hidden;
}
.iabout-brief p{
    line-height: 25px;
    text-indent: 2em;
    font-size: 16px;
}
.iabout-img{
    width: 395px;
}
.iabout-img img{
    display: block;
    width: 395px;
    height: 290px;
}
.iabout-tb{
    margin-top: 20px;
}
.iabout-tb ul{
    display:table;
    margin:auto;
}
.iabout-tb ul li{
    float: left;
    margin: 0 40px;
}
.iabout-tb ul li i{
    width:79px;
    height:78px;
    display:block;
}
.iabout-tb ul li i.iab-tb01{
    background: url(../images/iab-tb01.png) center no-repeat;
}
.iabout-tb ul li i.iab-tb02{
    background: url(../images/iab-tb02.png) center no-repeat;
}
.iabout-tb ul li i.iab-tb03{
    background: url(../images/iab-tb03.png) center no-repeat;
}
.iabout-tb ul li i.iab-tb04{
    background: url(../images/iab-tb04.png) center no-repeat;
}
.iabout-tb ul li:hover i.iab-tb01{
    background: url(../images/iab-tb01on.png) center no-repeat;
}
.iabout-tb ul li:hover i.iab-tb02{
    background: url(../images/iab-tb02on.png) center no-repeat;
}
.iabout-tb ul li:hover i.iab-tb03{
    background: url(../images/iab-tb03on.png) center no-repeat;
}
.iabout-tb ul li:hover i.iab-tb04{
    background: url(../images/iab-tb04on.png) center no-repeat;
}
.iabout-tb ul li p{
    text-align: center;
    color: #666;
    margin-top: 5px;
}
.iabout-tb ul li:hover p{
    color: #cd0007；
}



/*热销产品*/
.ipro{
    background: #f6f6f6;
    padding: 30px 0 20px;
    margin-top: 50px;
}
.ipro .bd .picList li{
    float: left;
    width: 280px;
    margin-bottom: 20px;
    margin-right: 25px;
}
.ipro .bd .picList li img{
    display: block;
    width: 278px;
    height: 209px;
}
.ipro .bd .picList li .bigimg{
    border: 1px solid #f39800;
}
.ipro .bd .picList 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 */
}
.ipro .bd .picList li p{
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #d1d1d1;
}
.ipro .bd .picList li:hover .bigimg{
   border: 1px solid #cd0007;
}
.ipro .bd .picList li:hover p{
    background: #cd0007;
    color:#fff;
}



/*企业优势*/
.iadvantage{
    margin-top: 50px;
}
.iadvantage-list{
    background: url(../images/iys-img.png) center center no-repeat;
    height: 480px;
    position: relative;
}
.iadvantage-list dl{
    position: absolute;
    width: 250px;
    padding-left: 60px;
}
.iadvantage-list dl.iad-tba{
    background: url(../images/iys-tb01.png) left top no-repeat;
    left: 0;
    top: 70px;
}
.iadvantage-list dl.iad-tbb{
    background: url(../images/iys-tb02.png) left top no-repeat;
    right: 0;
    top: 70px;
}
.iadvantage-list dl.iad-tbc{
    background: url(../images/iys-tb03.png) left top no-repeat;
    left: 0;
    bottom: 70px;
}
.iadvantage-list dl.iad-tbd{
    background: url(../images/iys-tb04.png) left top no-repeat;
    right: 0;
    bottom: 70px;
}
.iadvantage-list dl dt{
    font-size: 22px;
    border-bottom: 1px solid #cd0007;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 40px;
}
.iadvantage-list dl dd{
    font-size: 14px;
    color: #666;
    background: url(../images/iys-sbx.png) left no-repeat;
    padding-left: 20px;
    line-height: 25px;
}


/*焦点新闻*/
.inews{
    margin-top: 50px;
    background: #f6f6f6;
    padding: 30px 0;
}
.focusBox { position: relative; width: 500px; height: 370px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
.focusBox .pic img { width: 500px; height: 370px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.6; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; width: 220px;text-overflow: ellipsis;  white-space:nowrap;  overflow:hidden;}
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 3px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; background: #fff;color: #000;}
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{background: #cd0007;color: #fff;}
.inews_con{
    width: auto;
    margin:20px 0px;
}
.inews_con_tit{
    line-height: 59px;
    height: 59px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.inews_con_tit div{
    padding-left: 70px;
    font-weight: bold;
    color: #666;
    font-size: 18px;
}    
.inews_con_tit .inews_tb{
    background: url(http://dexinsp.test.dginfo.com/t/d/dexinsp/pc/images/news_tb.png) left no-repeat;
}
.inews_con_tit .ipro_tb{
    background: url(http://dexinsp.test.dginfo.com/t/d/dexinsp/pc/images/pro_tb.png) left no-repeat;
}
.inews_con_tit .ipho_tb{
    background: url(http://dexinsp.test.dginfo.com/t/d/dexinsp/pc/images/photo_tb.png) left no-repeat;
}
.inews_con_tit .iabout_tb{
    background: url(http://dexinsp.test.dginfo.com/t/d/dexinsp/pc/images/about_tb.png) left no-repeat;
}
.inews_con_tit div span{
    color: #ff4026;
    text-transform: uppercase;
}
.inews_con_tit .fr{
    display: block;
    font-weight: bold;
    color: #dbdbdb;
    font-size: 20px;
}
.inews_con_tit .fr:hover,.inews_video_tit .fr:hover,.rm_pro_tit .fr:hover{
    color:#FE3E24
}
.inews_list{
    width: 670px;
}
.inews_list_top{
    height: 110px;
    margin-bottom: 9px;
}
.inews_list_top .inews_list_top_img{
    display: block;
    float: left;
    width: 149px;
}
.inews_list_top .inews_list_top_img img{
    display: block;
    width: 149px;
    height: 110px;
}
.inews_list_top dl{
    float: left;
    width: 500px;
    margin-left: 21px;
}
.inews_list_top dl dt{
    line-height: 25px;
    text-overflow: ellipsis;  
    white-space:nowrap;  
    overflow:hidden;
}
.inews_list_top dl dt a{
    color: #4c4c4c;
    font-size: 18px;
    line-height: 28px;
}
.inews_list_top dl dt a:hover{
    color: #cd0007;
}
.inews_list_top dl .ilt_date{
    color: #cd0007;
    font-size: 12px;
    line-height: 20px;
}
.inews_list_top dl .ilt_brief{
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #999;
}
.inews_list ul li{
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    height: 20px;
    padding-bottom: 8px;
    margin-top: 8px;
}
.inews_list ul li:first-child{
    margin-top:0;
}
.inews_list ul li .fl{
    width: 575px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews_list ul li .fl a{
    color: #4c4c4c;
}
.inews_list ul li .fl a:hover{
    color: #cd0007;
}
.inews_list ul li .fr{
    font-size: 12px;
    background: #cbcaca;
    color: #fff;
    padding: 0 3px;
    width: 75px;
    text-align: center;
}
