@charset "utf-8";
/*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;
    border-top: 1px solid #f00;
}
.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://guanghuasp.test.dginfo.com/t/g/guanghuasp/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: 1px solid #D2D2D2;
    border-radius: 10px;
}
.fullSlide .hd ul .on {
    background: #c1040c;
    border: 1px solid #c1040c;
    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://guanghuasp.test.dginfo.com/t/g/guanghuasp/pc/images/left.png) no-repeat left;
}

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

.index_bj
{
    background: #f2f2f2;
    padding-top: 50px;
}

.dc_tit
{
    text-align: center;
    color: #5a5a5a;
    margin-bottom: 40px;
    border: 1px solid #c9c9c9;    
    position: relative;
    height: 40px;
    margin: 0 auto;
    width: 300px;
}
.dc_tit.dc_tit01 .dc_tit_t1{
    width: 140px;
    margin: 0 80px;
}
.dc_tit.dc_tit02 .dc_tit_t1{
    width: 100px;
    margin: 0 100px;
}
.dc_tit.dc_tit03 .dc_tit_t1{
    width: 220px;
    margin: 0 40px;
}
.dc_tit.dc_tit04 .dc_tit_t1{
    width: 80px;
    margin: 0 110px;
}
.dc_tit.dc_tit05 .dc_tit_t1{
    width: 150px;
    margin: 0 auto;
    display: table;
    position: relative;
}
.dc_tit.dc_tit06 .dc_tit_t1{
    width: 110px;
    margin: 0 95px;
}
.dc_tit_t1
{
    text-transform: capitalize;
    font-size: 24px;
    color: #E60012;
    position: absolute;
    top: -15px;
    background: #f2f2f2;
}

.dc_tit_t2
{
    font-size: 18px;
    position: absolute;
    bottom: -10px;
    background: #f2f2f2;
    width: 100px;
    margin: 0 100px;
}


/*产品展示*/
.ryhonor
{
    position: relative;
    margin: 70px auto 0px;
    padding-bottom: 50px;
}

.ryhonor .dw_img01
{
    position: absolute;
    bottom: -50px;
    right: -50px;
}

.ryhonor  .prev
{
    display: block;
    width: 27px;
    height: 27px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 570px;
    top: -50px;
    background: url("../images/ip_right.png") no-repeat center center;
}

.ryhonor  .next
{
    display: block;
    width: 27px;
    height: 27px;
    float: right;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    left: 570px;
    top: -50px;
    background: url("../images/ip_left.png") no-repeat center center;
}

.ryhonor .next:hover
{
    background: url("../images/ip_left_on.png") no-repeat center center;
}

.ryhonor .prev:hover
{
    background: url("../images/ip_right_on.png") no-repeat center center;
}

.ryhonor .bd
{
    margin-bottom: 20px;
}

.ryhonor .bd ul
{
    overflow: hidden;
    zoom: 1;
}

.ryhonor .bd ul li
{
    width: 285px;
    float: left;
    margin: 0px 7px;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    height: auto;
}

.ryhonor .bd ul li>a
{
    display: block;
    background: url(../images/ipro_bian.png) center no-repeat #fff;
    width: 285px;
    height: 285px;
}

.ryhonor .bd ul li img
{
    width: 270px;
    height: 270px;
    margin-top: 10px;
}

.ryhonor .bd ul li>a:hover img
{
    opacity: 0.8;
}

.ryhonor .bd ul li p
{
    line-height: 35px;
    width: 285px;
    height: 35px;
}

.ryhonor .bd ul li p a
{
    text-align: center;
}

.ryhonor .tempWrap
{
    margin: 0 auto
}

.ryhonor .pro_more
{
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}

.ryhonor .pro_more a
{
    display: block;
    border: 1px solid #999;
    color: #999;
}

.ryhonor .pro_more a:hover
{
    background: #E60012;
    color: #fff;
    border: 1px solid #E60012;
}


/*新闻资讯*/
.i_news
{
    margin-top: 40px;
    margin-bottom: 100px;
}

.i_news_l
{
    width: 480px;
    /* border-bottom: 2px solid #E40011; */
    /* padding-bottom: 20px; */
}

.i_news_l dl
{
    background: url(../images/about_bj.png) center no-repeat;
    height: 74px;
    color: #fff;
    padding: 20px 30px;
}

.i_news_l dl dt
{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.i_news_l dl dd
{
}

.i_news_l img
{
}

.i_news_l .inl_brief
{
    color: #444;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.i_news_l a
{
    display: block;
    width: 100px;
    text-align: center;
    border: 1px solid #999;
    color: #999;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    margin: 10px auto 0;
    font-size: 12px;
}

.i_news_l a:hover
{
    color: #fff;
    background: #E40011;
    border: 1px solid #E40011;
}


.notice
{
    width: 700px;
    overflow: hidden;
}

.notice .tab-hd
{
    height: 20px;
    color: #404040;
}

.notice .tab-hd ul
{
 /* padding-top: 4px; */
    margin-left: 7px;
    line-height: 25px;
    height: 25px;
    float: left;
}

.notice .tab-hd li
{
    float: left;
    height: 20px;
    line-height: 18px;
    border-top: 1px solid #eee;
}

.notice .tab-hd li a
{
    display: block;
    padding: 0 14px;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
}

.notice .tab-hd li:first-child
{
    border-right: 1px solid #939392;
}

.notice .tab-hd li.on
{
    color: #E60012;
    position: relative;
}

.notice .tab-hd li.on a
{
    color: #E60012;
    font-weight: bold;
}

.notice .tab-hd .tab-hd-xian
{
    float: left;
    background: url(../images/xian01.png) right no-repeat;
    width: 400px;
    height: 20px;
    margin-right: 15px;
}

.notice .tab-hd .tab-hd-more
{
    float: left;
    color: #999;
    width: 90px;
    border-radius: 10px;
    text-align: center;
}

.notice .tab-hd .tab-hd-more a
{
    color: #999;
    display: block;
    border-radius: 10px;
    border: 1px solid #999;
}

.notice .tab-hd .tab-hd-more a:hover
{
    color: #fff;
    background: #E40011;
    border: 1px solid #E40011;
}

.notice .tab-bd
{
    padding: 5px;
}

.notice .tab-bd ul
{
    overflow: hidden;
    zoom: 1;
}

.notice .tab-bd li
{
    padding: 0 10px 0 5px;
    overflow: hidden;
    height: 80px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-top: 30px;
}

.notice .tab-bd li .in_date
{
    float: left;
    width: 80px;
    height: 70px;
    text-align: center;
    background: #333031;
    color: #fff;
    padding-top: 10px;
}

.notice .tab-bd li .in_date i
{
    font-style: normal;
    font-size: 24px;
}
.notice .tab-bd li .in_date p{
    font-size: 12px;
    margin-top: 10px;
}
.notice .tab-bd li dl{
    float: right;
    width: 580px;
}
.notice .tab-bd li dl dt{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.notice .tab-bd li dl dt a{}
.notice .tab-bd li dl dd{
    font-size: 12px;
    color: #666;
}
.notice .tab-bd li:hover .in_date{
    background: #E60012;
}


/*我们的优势*/
.iyoushi{
    padding-top: 50px;
    position: relative;
    padding-bottom: 100px;
}
.iyoushi dl{
    float: left;
    margin-left: 50px;
    width: 250px;
    text-align: center;
}
.iyoushi dl:first-child{
    margin-left: 0px;
}
.iyoushi dl img{
    display: block;
    margin:0 auto;
    border: 1px solid #CF9F6D;
    border-radius: 50%;
}
.iyoushi dl dt{
    color: #333;
    font-weight: bold;
    margin:15px 0;
}
.iyoushi dl dd{
    font-size: 12px;
    color: #666;
    line-height: 25px;
    width: 200px;
    margin:0 auto;    
}
.iyoushi_img{
    position: absolute;
    top: -80px;
}



/*招商加盟*/
.jiameng{
   position:relative;
   margin: 50px auto 80px;
   /* padding: 30px 0 25px; */
   }
.jiameng  .prev{
    display:block;
    width: 28px;
    height: 60px;
    float:right;
    margin-left: 15px;
    /* margin-top:10px; */
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    left: 0;
    top: 215px;
    background:url("../images/tong_l.png") no-repeat center center;
}
.jiameng  .next{
    display:block;
    width: 28px;
    height: 60px;
    float:right;
    margin-right: 15px;
    /* margin-top:10px; */
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    right: 0px;
    top: 215px;
    background: url("../images/tong_r.png") no-repeat center center;
}
.jiameng .prev:hover{background:url("../images/left01.png") no-repeat center center;}
.jiameng .next:hover{background:url("../images/right01.png") no-repeat center center;}
.jiameng .bd{
    margin-top: 50px;
}
.jiameng .bd ul{ overflow:hidden; zoom:1; }
.jiameng .bd ul li{ width: 955px;float:left; margin:0px 6px; _display:inline; overflow:hidden;  }
.jiameng .bd ul li .jm_mar{
    margin-bottom: 40px;
}
.jiameng .bd ul li .jm_con{
    height: 230px;
}
.jiameng .bd ul li .jm_con .jm_con_img{
    width: 480px;
    height: 230px;
}
.jiameng .bd ul li .jm_con .jm_con_img img{
    display: block;
    width: 480px;
    height: 230px;
}
.jiameng .bd ul li .jm_con .jm_con_wenzi{
    width: 460px;
    height: 230px;
}
.jiameng .bd ul li .jm_con .jm_con_wenzi dl{
    padding: 40px;
}
.jiameng .bd ul li .jm_con .jm_con_wenzi dl dt{
    font-size: 22px;
    color: #666;
    font-weight: bold;
}
.jiameng .bd ul li .jm_con .jm_con_wenzi dl dd{
    color: #666;
    font-size: 14px;
    line-height: 25px;
}
.jiameng .bd ul li .jm_con .jm_con_wenzi dl .jm_height{
    height: 3px;
    background: #c59e5d;
    width: 30px;
    margin: 10px 0;
}

.jiameng .tempWrap{
    margin: 0 auto
}

.jiameng .jiameng_img{
    position: absolute;
    top: -150px;
    right: 0;
}


/*荣誉资质*/
.in_honor{
   position:relative;
   margin: 20px auto 0px;
   padding-bottom: 60px;
   }
.in_honor  .prev{
    display:block;
    width: 22px;
    height: 49px;
    float:right;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    left: 0px;
    top: 100px;
    background:url("../images/tong_l.png") no-repeat center center;
}
.in_honor  .next{
    display:block;
    width: 22px;
    height: 49px;
    float:right;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    right: 0px;
    top: 100px;
    background: url("../images/tong_r.png") no-repeat center center;
}
.in_honor .prev:hover{background:url("../images/left01.png") no-repeat center center;}
.in_honor .next:hover{background:url("../images/right01.png") no-repeat center center;}
.in_honor .bd{
    margin-top: 50px;
    margin-bottom: 20px;
}
.in_honor .bd ul{ 
    overflow:hidden; 
    zoom:1; 
}
.in_honor .bd ul li{ 
    width: 252px;
    float:left; 
    margin:0px 11px; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;
    position: relative;
    height: auto;
}
.in_honor .bd ul li img{
    width:250px;
    border: 1px solid #eee;
    border-radius: 10px;
    height: 250px;
}
.in_honor .bd ul li img:hover{
    opacity: 0.8;
}
.in_honor .bd ul li p{
    line-height: 30px; 
    height: 30px;
}
.in_honor .tempWrap{
    margin: 0 auto
}
.in_honor .in_honor_img{
    position: absolute;
    top: -130px;
    left: 0;
}
.in_honor .pro_more
{
    display: block;
    width: 100px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
}

.in_honor .pro_more a
{
    display: block;
    border: 1px solid #999;
    color: #999;
}
.in_honor .pro_more a:hover
{
    background: #E60012;
    color: #fff;
    border: 1px solid #E60012;
}


/*合作伙伴*/
.i_partner{
    padding-bottom: 50px;
}
.i_partner ul{
    margin-top: 40px;
}
.i_partner ul li:first-child{
    margin-left: 0px;
}
.i_partner ul li{
    float: left;
    width: 225px;
    margin-left: 18px;
}
.i_partner ul li img{
    display: block;
    width: 225px;
    height: 95px;
}


/*首页产品滚动*/
.picMarquee-left{  overflow:hidden; position:relative;padding-bottom: 40px; padding-top: 30px;}
.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://guanghuasp.test.dginfo.com/t/g/guanghuasp/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 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:170px; height:170px; display:block; padding:2px; border:1px solid #eee; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#E60012;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }



/*定制生产*/
.idzsc{
    padding: 80px 0;
}
.idzsc-list{
    margin-top: 50px;
    background: url(../images/ioem-bj.png) center center no-repeat;
    height: 270px;
}
.idzsc-lb{
    width: 400px;
}
.idzsc-lb ul li{
    font-size: 18px;
    line-height: 50px;
    margin-top: 25px;
    position: relative;
    padding-left: 50px;
}
.idzsc-lb ul li:first-child{
    margin-top: 0;
}
.idzsc-lb ul li i{
    width: 45px;
    position: absolute;
    height: 45px;
    background: url(../images/wl1.png) center center no-repeat;
    left: 0;
}
.idzsc-lb ul li i.ioem01{
    background:url(../images/ioem-tb01.png) center center no-repeat;
}
.idzsc-lb ul li i.ioem02{
    background:url(../images/ioem-tb02.png) center center no-repeat;
}
.idzsc-lb ul li i.ioem03{
    background:url(../images/ioem-tb03.png) center center no-repeat;
}
.idzsc-lb ul li i.ioem04{
    background:url(../images/ioem-tb04.png) center center no-repeat;
}
.idzsc-lb ul li i.ioem05{
    background:url(../images/ioem-tb05.png) center center no-repeat;
}
.idzsc-lb ul li i.ioem06{
    background:url(../images/ioem-tb06.png) center center no-repeat;
}
.idzsc-more{
    margin-top: 30px;
}
.idzsc-more a{
    display: table;
    margin: auto;
    line-height: 30px;
    border: 1px solid #999;
    color: #999;
    width: 100px;
    text-align: center;
}
.idzsc-more a:hover{
    background: #E60012;
    color: #fff;
    border: 1px solid #E60012;
}