@charset "utf-8";
/*banner*/
.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://jihui.test.dginfo.com/t/j/jihui/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: 15px;
    height: 15px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border-radius: 50%;
}
.fullSlide .hd ul .on {
    background: #FF0101;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 66px;
    height: 56px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity:0.3;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    filter:alpha(opacity=30);opacity:0.3;
}
.fullSlide .prev {
    left: 1%;
    background: url(http://jihui.test.dginfo.com/t/j/jihui/pc/images/focus-page-btns.png) no-repeat;
}

.fullSlide .next {
    right: 1%;
   background: url(http://jihui.test.dginfo.com/t/j/jihui/pc/images/focus-page-btns.png) no-repeat;
   background-position:-66px 0;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.itit_cfff .itit_t1{
    color: #fff!important;
}
.itit{
    width: auto;
    margin-bottom: 30px;
}
.itit .itit_t1{
    font-size: 30px;
    color: #004da1;
    text-align: center;
    margin: 0 auto;
    position: relative;    
}
.itit .itit_t1 span{
    text-transform: uppercase;
    color:#999;
    margin-left:15px;
}
.itit .itit_t2{
    color: #999999;
    font-size: 12px;
    text-align: center;
    position: relative;
    background: #e5e5e5;
    height: 1px;
    margin-top: 10px;
}
.itit .itit_t2:before{
    content:"";
    position:  absolute;
    height: 2px;
    background:  #004da1;
    width: 150px;
    left: 525px;
    bottom: 0;
}

/*关于我们*/
.iabout{
    margin-bottom: 50px;
    background: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 50px;
}
.iabout_list_fl{
    width: 520px;
}
.iabout_list_fl img{
    max-width: 520px;
    display: block;
    max-height: 280px;
    /* width: 100%; */
    margin: 0 auto;
}
.iabout_list_fr{
    width: 650px;
}
.iabout_list_brief{
    max-height: 210px;
    overflow: hidden;
    color: #666;
}
.iabout_list_brief p{
    line-height: 30px;
}
.iabout_list_fr a{
    display: block;
    width: 120px;
    text-align: center;
    color: #666;
    height: 35px;
    line-height: 35px;
    margin-top: 20px;
    border: 1px solid #666;
}
.iabout_list_fr a:hover{
    background: #004da1;
    border: 1px solid #004da1;
    color: #fff;
}


/*产品展示*/
.ipro_class_list{
    width: 280px;
    border: 1px solid #eee;
    padding-bottom: 20px;
    max-height: 600px;
    overflow:  hidden;
}
.ipro_class_list dl{
    padding: 20px 18px 10px;
}
.ipro_class_list dl dt{
    color:  #004da1;
    font-size: 26px;
}
.ipro_class_list dl i{
    display:  block;
    width: 55px;
    background: #004da1;
    height: 2px;
    margin: 10px 0;
}
.ipro_class_list dl dd{
    color:  #999999;
    text-transform:  uppercase;
    font-size:  16px;
}
.ipro_class_list ul{}
.ipro_class_list ul li{
    margin-bottom: 5px;
}
.ipro_class_list ul li a{
    display:block;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    padding-left: 5px;
}
.ipro_class_list ul li a:hover{
    background:#004da1;
    color:#fff;
}
.ipro_class_list ul li span{
    display:  block;
    float:  left;
    width: 235px;
    overflow:  hidden;
    height: 40px;
    line-height: 40px;
}
.ipro_class_list ul li i{
    display:  block;
    float:  right;
    font-style:  inherit;
    width:  10px;
    text-align:  center;
}

.ipro{
    margin-bottom: 50px;
}
.ipro_fl{
    text-align: center;
    margin-bottom: 20px;
}
.ipro_fl ul{
    display: inline-block;
}
.ipro_fl ul li{
    float: left;
    border: 1px solid #ccc;
    margin: 0 10px;
    height: 35px;
    line-height: 35px;
    background: #fff;
}
.ipro_fl ul .on{
    background:#004da1;    
}
.ipro_fl ul .on a{
    color:#fff;
}
.ipro_fl ul li a{
    display:block;
    padding: 0 20px;
    color: #666;
}
.ipro_fl ul li a:hover{
    background:#004da1;
    color:#fff;
}
.ipro_list{
    width: auto;
}
.ipro_list ul{
    width: 895px;
}
.ipro_list ul li{
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ipro_list ul li img{
    width: 283px;
    display: block;
    border: 1px solid #eee;
    height: 283px;
}
.ipro_list ul li:hover img{
    border:1px solid #004da1;
}
.ipro_list ul li p{
    text-align: center;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 16px;
}
.ipro_more a{
    display: block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 30px;
    margin: 0 auto;
    border: 1px solid #ccc;
    color: #666;
}
.ipro_more a:hover{
    background: #004da1;
    color: #fff;
}

/*新闻资讯*/
.inews{
    background: #f2f2f2;
    padding: 50px 0;
}
.tnews-pal ul li{
    float: left;
    width: 285px;
    margin-left: 20px;
    position: relative;
    background: #fff;
}
.tnews-pal ul li:first-child{
    margin-left: 0;
}
.tnews-pal ul li img{
    display: block;
    width: 285px;
    /* height: 190px; */
    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 */
}
.tnews-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 */
} 
.tnews-pal ul li .ipro_img{
    overflow: hidden;
}
.tnews-pal ul li .ipro_bj{padding: 10px;}
.tnews-pal ul li:hover .ipro_bj dl dt{
    color:#e62129;
}
.ipro_bj dl{
}
.ipro_bj dl dt{
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
}
.ipro_bj dl dd{
    color: #999;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews_more{
        display: block;
        background: url(http://jihui.test.dginfo.com/t/j/jihui/pc/images/pro_jt.png) 55px center no-repeat;
        color: #999;
        font-size: 12px;
        margin-top: 10px;
        height: 35px;
}
.inews_more a{
    display: block;
    background: url(http://jihui.test.dginfo.com/t/j/jihui/pc/images/pro_jt.png) right no-repeat;
    color: #999;
    font-size: 12px;
    border: 1px solid #ddd;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.inews_more  span{
    padding-left: 20px;
    color: #999;
    font-size: 12px;
}
.inews_more .ipro_date{
    background: url(../images/ft_2.png) left no-repeat;
    height: 32px;
    line-height: 32px;
}
.inews_more .ipro_hits{
    background: url(../images/ft_3.png) left no-repeat;
    height: 32px;
    line-height: 32px;
    margin-left: 10px;
}
.inews_more .ipro_a{
    float:right;
    padding-left: 0;
}
.inews_more .ipro_a a:hover{    
    background:#004da1;
    color:#fff!important;
}

.tnews-pal-more{
    display: block;
    width: 120px;
    margin: 30px auto 0;
    text-align: center;
    border: 1px solid #214498;
    height: 25px;
    line-height: 25px;
    background: #214498;
    color: #fff!important;
}
.tnews-pal-more:hover{
    color:#fff;
    text-decoration: underline;
}



/*公司相册*/
.rongyu{
   border-top: 1px solid #ddd;
   padding-top: 40px;
}
.rongyu .w{
    position: relative;
}
.rongyu .index_cj_tit{
    color: #004da1;
    font-size: 24px;
    margin-bottom: 20px;
    border-left: 4px solid #004da1;
    padding-left: 15px;
    height: 28px;
    line-height: 28px;
}
.rongyu .prev,.rongyu .next{
    display:block;
    width: 30px;
    height: 30px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 30px;
    color: #999;
    font-size: 20px;
    top: 0px;
    border: 1px solid #999;
}
.rongyu .prev:hover,.rongyu .next:hover{
    background: #004da1;
    color:#fff;
    border: 1px solid #fff;
}
.rongyu .prev{
    left: 1170px;
}
.rongyu .next{
    left: 1130px;
}
.rongyu .bd{ }
.rongyu .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.rongyu .bd ul li{ 
    width: 220px;
    float:left; 
    margin: 0 10px; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
}
.rongyu .bd ul li a img{
    width:218px;
    height: 164px;
    border: 1px solid #ccc;
    display: block;
}
.rongyu .bd ul li p{
    line-height: 30px;
}
.rongyu .bd ul li:hover a img{
    border: 1px solid #004da1;
}
.rongyu .bd ul li h1{
    text-align: center;
    margin-top: 5px;
    color: #484848;
    font-size: 16px;
}
.rongyu .tempWrap{
    margin: 0 auto
}




.jj{
    background-color: #004da1;
    width:100%;
    padding-top:50px;
    padding-bottom:34px;
}
.jj_box{
    width: 1200px;
    margin:0 auto;
}
.lan_box{
    width: 480px;
    height: 350px;
    /* border:4px solid #fff; */
    position:relative;
    float:left;
}
/* .lan_box img{
    width:413px;
    height: 283px;
    border:2px solid #f0f0f0;
    position:absolute;
    margin-top:-145.5px;
    left:10%;
    top:50%;
} */
.js{
    width: 680px;
    float:right;
}
.js h2{
    font-size:20px;
    color:#fff;
    padding-top:30px;
    margin-bottom: 20px;
}
.js p{
    font-size:14px;
    color:#fff;
    line-height:30px;
    text-indent: 2em;
}
.liaojie{
    width:146px;
    height:28px;
    border:2px solid #fff;
    text-align:center;
    line-height:28px;
    margin-top: 25px;
    float:left;
    cursor:pointer;
    -webkit-transition:0.4s;
}
.liaojie a{
    font-size:14px;
    color:#fff!important;
    display:block;
}
.liaojie a:hover{
    text-decoration: underline;
}