@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: 10px;
    left: 0;
    background: url(../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: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 10px;
    background: #fff;
    border-radius: 50%;
}
.fullSlide .hd ul .on {
    background: #cc0000;
    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(../images/left.png) no-repeat left;
}

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


/*标题*/
.itit{
    text-align: center;
    margin-bottom: 30px;
}
.itit .itit-t1{
    font-size: 28px;
    font-weight: bold;
}
.itit .itit-xian{
    background: #999999;
    height: 1px;
    width: 200px;
    margin: 10px auto;
    position:relative;
}
.itit .itit-xian:before{
    content:"";
    background: #006dea;
    width: 30px;
    position: absolute;
    height: 3px;
    top: -1px;
    left: 85px;
}
.itit .itit-t2{
    font-size: 14px;
    color: #666;
}
.itit-fff .itit-t1,.itit-fff .itit-t2{
    color: #fff!important;
}
.itit-fff .itit-xian{
    background: #fff!important;
}
.itit-fff .itit-xian:before{
    background: #e4000d!important;
}


/*产品展示*/
.ipro{
    margin-top:50px;
}
.iproducts-hd ul{
    display: table;
    margin:auto;
}
.iproducts-hd ul li{
    float: left;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
    color: #666;
}
.iproducts-hd ul li.on{
    color: #e4000d;
}
.iproducts-bd{
    margin-top: 30px;
}
.iprogd-list{
   position:relative;
}
.iprogd-list .prev,.iprogd-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    color: #d2d2d2;
    font-size: 49px;
    top: 37%;
    background: #f5f5f5;
    width: 50px;
    height: 70px;
    line-height: 64px;
}
.iprogd-list .prev:hover,.iprogd-list .next:hover{
    color: #fff;
    background: #ef212a;
}
.iprogd-list .prev{
    left: 0;
}
.iprogd-list .next{
    right: 0;
}
.iprogd-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iprogd-list .bd ul li{
    width: 325px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    margin:0 15px;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 1px rgba(238, 238, 238, 0.5);
}
.iprogd-list .bd ul li img{
    width:325px;
    height: 234px;
    display: block;
}
.iprogd-list .bd 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 */
}
.iprogd-list .bd ul li p{
    font-size: 18px;
    color: #666;
    line-height: 55px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 10px;
}
.iprogd-list .bd ul li:hover p{
    color:#e4000d;
    font-weight: bold;
}
.iprogd-list .tempWrap{
    margin: 0 auto
}


/*服务领域*/
.iservice{
    margin-top:50px;
    background: url(../images/ily-bj.jpg) center no-repeat;
    height: 407px;
    padding-top: 60px;
}
.iservice-list{
    border: 1px solid #fff;
    border-radius: 10px;
}
.iservice-list ul li{
    float: left;
    width: 20%;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}
.iservice-list ul li:first-child:before{
    display:none;
}
.iservice-list ul li:before{
    content:"";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
}
.iservice-list ul li a{
    display: block;
    padding: 40px 0;
}
.iservice-list ul li img{
    display: block;
    margin: auto;
}
.iservice-list ul li p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}


/*工程案例*/
.icase{
    margin-top:50px;
}
.tcase-hd{
    float: left;
    width: 160px;
    position: relative;
    z-index: 999999;
}
.tcase-nav{
    width: 160px;
}
.tcase-nav li{
    position: relative;
    height: 97px;
}
.tcase-nav li .tcase_img{
    background: #4d4d4d;
    color: #fff;
    height: 62px;
    padding: 20px 10px 15px;
    position: relative;
}
.tcase-nav li.on:before{
    content: "";
    display:block;
    width:0;
    height:0;
    border-width: 10px 0 10px 10px;
    border-style:solid;
    border-color: transparent transparent transparent #006dea;/*透明 透明 透明 黄*/
    position:absolute;
    top: 45px;
    right: -10px;
    z-index: 9999;
}
.tcase-nav li.on .tcase_img{
    background: #006dea;
}
.tcase-nav li .tcase_img:before{
    content: "";
    position: absolute;
    height: 1px;
    background: #e0e0e0;
    width: 100%;
    top: 1px;
    left: 0;
}
.tcase-nav li .tcase_img:after{
    content: "";
    position: absolute;
    height: 1px;
    background: #808080;
    width: 100%;
    top: 0;
    left: 0;
}
.tcase-nav li:first-child .tcase_img:before,.tcase-nav li:first-child .tcase_img:after{
    display: none;
}
.tcase-nav li img{
    display: block;
    margin:0 auto;
    /* width: 51px; */
    height: 30px;
}
.tcase-nav li p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: 35px;
    overflow: hidden;
    margin-top: 8px;
}
.tcase-bd{
    float: right;
    width: 1040px;
    z-index: 99;
    position: relative;
}
.caseslide {
    width: 100%;
    position: relative;
    height: 485px;
}
.caseslide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.caseslide .bd ul {
    width: 100%!important;
}
.caseslide .bd li {
    width: 100%!important;
    height: 582px;
    overflow: hidden;
}
.caseslide .bd li img{
    float: left;
    height: 485px;
    width: 685px;
}
.caseslide .bd li dl{
    float: right;
    width: 305px;
    background: #4d4d4d;
    height: 405px;
    padding: 40px 25px;
}
.caseslide .bd li dl dt{
    color: #f4f4f4;
    font-size: 18px;
    font-weight: bold;
}
.caseslide .bd li dl i{
    display: block;
    height: 3px;
    background: #e4000d;
    width: 90px;
    margin: 10px 0 25px;
}
.caseslide .bd li dl dd{
    color: #e5e5e5;
    line-height: 28px;
    height: 252px;
    overflow: hidden;
}
.caseslide .bd li dl a{
    display: block;
    border: 1px solid #fff;
    color: #fff;
    width: 110px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
}
.caseslide .bd li dl a:hover{
    background:#214498;      
}
.caseslide .hd {
    width: 665px;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.caseslide .hd ul {
    text-align: center;
    width: 665px;
}
.caseslide .hd ul li {
    cursor: pointer;
    display: inline-block;*
    display: inline;
    zoom:1;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border-radius: 50%;
}
.caseslide .hd ul .on {
    background: #FF0101;
    opacity: 1;
}
.caseslide .prev,  .caseslide .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;
}
.caseslide .prev {
    left: 1%;
    background: url(../images/focus-page-btns.png) no-repeat;
}
.caseslide .next {
    right: 1%;
   background: url(../images/focus-page-btns.png) no-repeat;
   background-position:-66px 0;
}
.caseslide .prevStop {
    display: none;
}
.caseslide:hover .prev,.caseslide:hover .next{
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/*关于我们*/
.iabout{
    margin-top:50px;
    background: url(../images/iab-bj.jpg) top center no-repeat;
    padding-top:50px;
}
.iabout-sp{
    width: 400px;
    height: 250px;
}
.iabout-brief{
    width: 750px;
    margin: auto;
    display: table;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.iabout-a{
    margin-top: 20px;
}
.iabout-a a{
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    width: 160px;
    line-height: 40px;
    height: 40px;
    margin: auto;
}
.iabout-a a:hover {
    background: #e4000d;
    color: #fff;
}
.iabout-list{
   position:relative;
   margin-top: 50px;
}
.iabout-list .prev,.iabout-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    color: #d2d2d2;
    font-size: 49px;
    top: 37%;
    background: #f5f5f5;
    width: 50px;
    height: 70px;
    line-height: 64px;
}
.iabout-list .prev:hover,.iabout-list .next:hover{
    color: #fff;
    background: #ef212a;
}
.iabout-list .prev{
    left: 0;
}
.iabout-list .next{
    right: 0;
}
.iabout-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iabout-list .bd ul li{
    width: 325px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    margin: 5px 15px;
    padding: 5px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(51, 51, 51, 0.3);
}
.iabout-list .bd ul li img{
    width:325px;
    height: 213px;
    display: block;
}
.iabout-list .bd 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 */
}
.iabout-list .tempWrap{
    margin: 0 auto
}
.iabout-yuan{
    margin-top: 30px;
    position: relative;
}
.iabout-yuan:before{
    content:"";
    position:absolute;
    width:100%;
    height:1px;
    background:#eee;
    z-index: -1;
    top: 10px;
}
.iabout-yuan ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.iabout-yuan ul li i{
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/know-cur1.png) center no-repeat;
    margin: 0 auto 10px;
}
.iabout-yuan ul li p{
    font-size: 18px;
}
.iabout-yuan ul li p span{
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
}



/*新闻资讯*/
.inews{
    margin-top:50px;
}
.nonews{width: auto;}
.tnews-hd{
    text-align: center;
}
.tnews-hd .tnews-nav{
    display: inline-block;
}
.tnews-hd .tnews-nav li:first-child{
    margin-left: 0px;
}
.tnews-hd .tnews-nav li{
    float: left;
    height: 40px;
    line-height: 40px;
    background: #DCDCDC;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.tnews-hd .tnews-nav li a{
    display:block;
}
.tnews-hd .tnews-nav li:hover{
    background: #e4000d;
    color:#fff;
}
.tnews-hd .tnews-nav li:hover a{
    color:#fff;
}
.tnews-hd .tnews-nav li a{
    font-size: 16px;
    color: #666;
    padding: 0 35px;
}
.tnews-hd .tnews-nav .on{
    background: #e4000d;
}
.tnews-hd .tnews-nav .on a{
    color: #fff;
}
.tnews-bd{
    margin-top: 30px;
}

.inews_list{
    width: 710px;
}
.inews_list ul li{
    margin-top: 10px;
    border-bottom: 1px dashed #E6E6E6;
    padding-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
}
.inews_list ul li:first-child{
    margin-top: 0px;
}
.inews_list ul li:hover .inews_date{
    background: #006dea;
}
.inews_list ul li dl{
    width: 600px;
    margin-left: 20px;
}
.inews_list ul li dl dt{
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews_list ul li:hover dl dt{
    color:#006dea;
}
.inews_list ul li dl dd{
    font-size: 14px;
    color: #858585;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews_date{
    background: #939393;
    color: #fff;
    text-align: center;
    width: 85px;
    padding: 5px 0;
}
.inews_date em{
    font-size: 32px;
    font-weight: bold;
    display: block;
    line-height: 35px;
    height: 35px;
}
.inews_date p{
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}
.inews_img{
    width: 450px;
}
.inews_img img{
    display: block;
    width: 450px;
    height: 360px;
}
.tnewr_date{
    color: #b2b2b2;
    font-size: 12px;
    margin: 5px 0;
}
.tnewr_date .ind_bg01{
    background: url(../images/ft_2.png) left no-repeat;
    padding-left: 20px;
}
.tnewr_date .ind_bg02{
    background: url(../images/ft_4.png) left no-repeat;
    padding-left: 20px;
}
.inews-a{
    margin-top: 30px;
}
.inews-a a{
    display: block;
    border: 1px solid #939393;
    text-align: center;
    color: #666;
    line-height: 40px;
    width: 150px;
    margin: auto;
}
.inews-a a:hover{
    background: #e4000d;
    color: #fff;
}


/*工程案例*/
.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("../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 .tempWrap{margin:auto;display: block;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 15px; 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:368px;display:block;border: 1px solid #c8c8c8;}
.picMarquee-left .bd ul li:hover .pic img{border:1px solid #cc0000;}
.picMarquee-left .bd ul li:hover{color:#cc0000;}
.picMarquee-left .bd ul li .title{ line-height:24px;   }
.picMarquee-left .bd ul li .pri_block{height:40px;line-height:40px; }


/*引导页*/
.ydy-tit{
    margin-bottom: 40px;
    position: relative;
    z-index: 999;
}
.ydy-tit img{
    width: 90%;
    display: block;
    margin:auto;
}
@keyframes mymove
{
    0%   {transform: scale(1,1);}
    25%  {transform: scale(1.05,1.05);}
    50%  {transform: scale(1.1,1.1);}
    75%  {transform: scale(1.05,1.05);}
    100% {transform: scale(1,1);}

}
@-webkit-keyframes mymove 
{
    0%   {transform: scale(1,1);}
    25%  {transform: scale(1.05,1.05);}
    50%  {transform: scale(1.1,1.1);}
    75%  {transform: scale(1.05,1.05);}
    100% {transform: scale(1,1);}
}

.ydy{
    background: url(../images/bannerydy.jpg) center no-repeat;
    height: 650px;
    padding: 70px 0 30px;
    overflow: hidden;
    position: relative;
}
.ydypro{
    display: table;
    margin: 0 auto 50px;
}
.ydypro ul li{
    float: left;
    margin-left: 50px;
    position:relative;
    min-width: 210px;
    width: 260px;
}
.ydypro ul li:first-child:before{
    display:none;
}
.ydypro ul li:before{
    content:"";
    position:absolute;
    width: 1px;
    height: 15px;
    background: #a6a6a6;
    bottom: 0px;
    left: -30px;
}
.ydypro ul li:first-child{
    margin-left: 0;
}
.ydypro ul li img{
    display: block;
    margin: auto;
    width: 180px;
    height: 180px;
}
.ydypro ul li .bigimg{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: table;
    margin: auto;
    padding: 30px;
    position: relative;
}
.ydypro 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 */
}
.ydypro ul li .bigimg i{
    display:block;
    width: 220px;
    height: 220px;
    background: url(../images/ydy-yx.png) center center no-repeat;
    position: absolute;
    top: 10px;
    animation:mymovea 15s infinite;
    -webkit-animation:mymovea 15s infinite;
    left: 10px;
}
@keyframes mymovea
{
    0%   {transform: rotate(0deg);}
    10%  {transform: rotate(36deg);}
    20%  {transform: rotate(72deg);}
    30%  {transform: rotate(108deg);}
    40%  {transform: rotate(144deg);}
    50%  {transform: rotate(180deg);}
    60%  {transform: rotate(216deg);}
    70%  {transform: rotate(252deg);}
    80%   {transform: rotate(280deg);}
    90% {transform: rotate(324deg);}
    100% {transform: rotate(360deg);}

}
@-webkit-keyframes mymovea
{
    0%   {transform: rotate(0deg);}
    10%  {transform: rotate(36deg);}
    20%  {transform: rotate(72deg);}
    30%  {transform: rotate(108deg);}
    40%  {transform: rotate(144deg);}
    50%  {transform: rotate(180deg);}
    60%  {transform: rotate(216deg);}
    70%  {transform: rotate(252deg);}
    80%   {transform: rotate(280deg);}
    90% {transform: rotate(324deg);}
    100% {transform: rotate(360deg);}
}
.ydypro ul li p{
    color: #a6a6a6;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}
.ydypro ul li:hover p{
    color: #e4000d;
}
.ydy-wh{
    color: #a6a6a6;
    font-size: 26px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 2px;
    line-height: 35px;
    padding-left: 20px;
}
.ydy-wh:before,.ydy-wh:after{
    content:"";
    width: 40px;
    background: #a6a6a6;
    height: 2px;
    position: absolute;
    top: 18px;
}
.ydy-wh:before{
    left: 170px;
}
.ydy-wh:after{
    right: 170px;
}

.ydy-footer{
    margin-top: 30px;
    line-height: 30px;
    position: relative;
    z-index: 999;
}
.ydy-footer-fr{
    /* height: 58px; */
    display: table;
    margin: auto;
}
.ydy-footer-fr a{
    color: #fff;
    font-size: 18px;
    height: 30px;
    display: block;
    float: left;
    margin: 0 10px;
    width: 185px;
    border: 1px solid #ccc;
    padding: 5px;
}
.ydy-footer-fr a:hover{
    color:#f00;
}
.ydy-footer-fr a i{
    width: 55px;
    height: 30px;
    display: block;
    background: url(../images/yy-tba.jpg) center no-repeat;
    float: left;
    background-size: 100% 100%;
}
.ydy-footer-fr a i.yw{
    background: url(../images/yy-tbb.jpg) center no-repeat;
}
.ydy-footer-fr a span{
    float: left;
    width: 130px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.ydy-footer-fl{
    color: #fcfdfb;
    text-align:center;
    font-size: 14px;
    margin-top: 10px;
}
.ydy-footer-fl a{
    color:#fff;
}