@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;

}

.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(/skin/default/images/xin/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: #ff5824;

    border: 1px solid #ff5824;

    opacity: 1;

}

.fullSlide .prev,  .fullSlide .next {

    position: absolute;

    top: 50%;

    margin-top: -50px;

    display: block;

    width: 30px;

    height: 70px;

    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;

    background: rgba(0, 0, 0, 0.6);

    text-align: center;

    line-height: 70px;

    color: #fff;

    font-size: 26px;

    font-weight: bold;

}

.fullSlide .prev {

    left: 3%;

}

.fullSlide .next {

    right: 3%;

}

.fullSlide .prevStop {

    display: none;

}

.fullSlide:hover .prev,.fullSlide:hover .next{

    filter: alpha(opacity=100);

    opacity: 1;

}





/*关于我们*/

.iabout{

    margin-top: 30px;

}

.iabout ul{}

.iabout ul li{

    float: left;

    width: 295px;

    position: relative;

    margin-left: 6.5px;

}

.iabout ul li:first-child{

    margin-left: 0;

}

.iabout ul li img{

    display: block;

    width: 295px;

    height: 200px;

}

.iabout ul li p{

    position: absolute;

    height: 200px;

    width: 100%;

    top: 0;

    text-align: center;

    line-height: 200px;

    background: rgba(0, 0, 0, 0.5);

    color: #fff;

    font-size: 24px;

    transition:all .5s;

    -moz-transition:all .5s;/* Firefox 4 */

    -webkit-transition:all .5s;/* Safari å’Œ Chrome */

    -o-transition:all .5s;/* Opera */

}

.iabout ul li:hover p{

    height: 50px;

    line-height: 50px;

    top: 150px;

}







/*业务范围*/

.business{

    margin: 50px 0;

}

.bus-tita{

    width: 350px;

    margin: 0 auto;

    border-bottom: 2px solid #a0a0a0;

    text-align: center;

}

.bus-titasz{

    font-size: 150px;

    color: #020356;

    font-weight: bold;

    line-height: 140px;

}

.bus-titawz{

    font-size: 46px;

    color: #020356;

    font-weight: bold;

    line-height: 80px;

    position: relative;

}

.bus-titawz p a{

    position: absolute;

    font-size: 50px;

    top: 0;

    line-height: 40px;

    color: #999999;

}

.bus-titawz span{

    font-size: 44px;

    color: #717171;

    font-weight: normal;

    display: block;

    line-height: 55px;

}

.bus-titb{

    text-align: center;

    margin-top: 10px;

}

.bus-titb p{

    color: #4c4c4c;

    font-size: 20px;

    line-height: 30px;

}

.bus-titb p span{

    font-size: 14px;

    text-transform: uppercase;

    color: #808080;

    display: block;

    letter-spacing: 1px;

}

.business-list{

    margin: 30px 2% 0;

}

.business-list ul{}

.business-list ul li{

    float: left;

    width: 20%;

    padding:10px;
	position:relative;
	overflow:hidden;
}

.business-list ul li:first-child{

    margin-left: 0;

}

.business-list ul li img{

    display: block;

    width: 100%;

    /* height: 240px; */

    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 */

}

.business-list 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 */

}

.business-list ul li dl{

    text-align: center;

    border: 1px solid #7d7d7d;

    padding: 20px;

}

.business-list ul li dl dt{

    font-size: 20px;

    font-weight: bold;

    line-height: 30px;

    margin-bottom: 5px;

}

.business-list ul li dl dd{

    line-height: 25px;

    margin-bottom: 10px;

    height: 50px;

    overflow: hidden;

}

.business-list ul li dl a{

    display: block;

    background: #7d7d7d;

    color: #fff;

    width: 75%;

    margin: 0 auto;

    height: 35px;

    line-height: 35px;

}

.business-list ul li dl a:hover{

    background: #ff4f18;

}

.business-list ul li .pic{

    overflow: hidden;

}



/*优势*/

.advantage{

    background: url(/skin/default/images/xin/iys-bj.jpg) center no-repeat;

    height: 1222px;

    margin-top: 50px;

}

.adv-tit{

    padding-top: 100px;

    text-align: center;

}

.adv-tit-t1{

    font-size: 56px;

    color: #040555;

    font-weight: bold;

    line-height: 75px;

    margin-bottom: 10px;

}

.adv-tit-t1 span{

    font-size: 80px;

}

.adv-tit-t2{

    font-size: 20px;

    color: #ff6539;

    background: #fff;

    width: 350px;

    padding: 0 10px;

    margin: 0 auto;

}

.adv-tit-t2 p{

    font-size: 14px;

    color: #808080;

    line-height: 30px;

}

.adv-tit-t2 span{

    display: block;

    font-size: 20px;

    background: #ff6539;

    color: #fff;

    line-height: 35px;

    font-weight: bold;

}

.adv-tit-t3{

    color: #666;

    text-transform: uppercase;

    font-size: 28px;

    line-height: 40px;

}

.advantage-list dl{

    text-transform: uppercase;

    margin-top: 15px;

    position:relative;

    padding-left: 70px;

}

.advantage-list dl:before{    

    background: url(/skin/default/images/xin/iys-lbx.png) left no-repeat;

    width: 55px;

    height: 64px;

    position: absolute;

    left: 0;

    text-align:center;

    line-height:64px;

    color:#fff;

    font-size:24px;

    font-weight:bold;

}

.advantage-list .adl-dla:before{

    content:"01";

}

.advantage-list .adl-dlb:before{

    content:"02";

}

.advantage-list .adl-dlc:before{

    content:"03";

}

.advantage-list .adl-dld:before{

    content:"04";

}

.advantage-list .adl-dle:before{

    content:"05";

}

.advantage-list .adl-dla{

    margin-top: 0;

}

.advantage-list .adl-dlb{

    margin-bottom: 15px;

}

.advantage-list .adl-dlc{

    margin-bottom: 0;

}

.advantage-list .adl-dld{

    margin-top: 0;

}

.advantage-list .adl-dle{

    margin-top: 40px;

}

.advantage-list .adl-dg{

    margin-bottom: 0;

}

.advantage-list dl dt{

    color: #000371;

    font-size: 20px;

    font-weight: bold;

    line-height: 45px;

}

.advantage-list dl dd{

    font-size: 14px;

    color: #666;

    line-height: 30px;

}

.advantage-list .adla{

    padding-left: 680px;

    margin-top: 33px;

    background: url(/skin/default/images/xin/iys-img01.png) left no-repeat;

    height: 383px;

    padding-top: 50px;

}

.advantage-list .adlb{

    width: 600px;

    margin-top: 70px;

    margin-left: 50px;

    background: url(/skin/default/images/xin/iys-img02.png) right bottom no-repeat;

    padding-right: 500px;

    height: 387px;

    padding-top: 50px;

}

.advantage-list .adlc{

    margin-left: 710px;

    margin-top: 230px;

}





/*工程案例*/

.icase{

    background: url(/skin/default/images/xin/icase-bj.jpg) center no-repeat;

    padding: 3% 0;

    background-size: 100% 100%;

}

.icase-tit{

    text-align: center;

    width: 450px;

    margin: 0 auto;

}

.icase-tit .icase-t1{

    font-size: 46px;

    color: #fff;

    font-weight: bold;

    line-height: 70px;

    position: relative;

    padding-bottom: 10px;

    margin-bottom: 10px;

}

.icase-tit .icase-t1:before,.icase-tit .icase-t1:after{

    content: "";

    position: absolute;

    background: #fff;

    height: 2px;

    width: 180px;

    bottom: 0;

}

.icase-tit .icase-t1:before{

    left: 0;

}

.icase-tit .icase-t1:after{

    right: 0;

}

.icase-tit .icase-t2{

    font-size: 20px;

    color: #fff;

    line-height: 35px;

    font-weight: bold;

}

.icase_list{

   position:relative;

   margin: 2% 2% 0 2%;

}

.icase_list .prev,.icase_list .next{

    display:block;

    width: 30px;

    height: 100px;

    overflow:hidden;

    cursor:pointer;

    position: absolute;

    text-align: center;

    line-height: 100px;

    background: #999;

    color: #fff;

    font-size: 36px;

    top: 30%;

}

.icase_list .prev:hover,.icase_list .next:hover{

    background: #ff4f18;

}

.icase_list .prev{

    right: 0;

}

.icase_list .next{

    left: 0;

}

.icase_list .bd ul{

    overflow:hidden; 

    zoom:1; 

}

.icase_list .bd ul li{

    width: 280px;

    float:left;

    margin:0 0.5%;

    _display:inline;

    overflow:hidden;

    text-align:center;

    position: relative;

}

.icase_list .bd ul li a img{

    width:100%;

    display: block;

}

.icase_list .bd ul li p{

    height: 30px;

    line-height: 30px;

    position: absolute;

    bottom: 0;

    width: 100%;

    background: rgba(0, 0, 0, 0.4);

    color: #fff;

}

.icase_list .bd ul li:hover p{

    background: #ff4f18;

    color:#fff;

}

.icase_list .tempWrap{

    margin: 0 auto

}



.ipartner-list{

   position:relative;

}

.ipartner-list .prev,.ipartner-list .next{

    display: block;

    width: 30px;

    height: 90px;

    overflow: hidden;

    cursor: pointer;

    position: absolute;

    text-align: center;

    line-height: 85px;

    background: #999;

    color: #fff;

    font-size: 40px;

    top: 30%;

}

.ipartner-list .prev:hover,.ipartner-list .next:hover{

    background: #ff4f18;

    color:#fff;

}

.ipartner-list .prev{

    right: 2%;

}

.ipartner-list .next{

    left: 2%;

}



.business-list{

    position:relative;

}

.business-list .prev,.business-list .next{

    display: block;

    width: 30px;

    height: 90px;

    overflow: hidden;

    cursor: pointer;

    position: absolute;

    text-align: center;

    line-height: 85px;

    background: #999;

    color: #fff;

    font-size: 40px;

    top: 30%;

}

.business-list .prev:hover,.business-list .next:hover{

    background: #ff4f18;

    color:#fff;

}

.business-list .prev{

    right: 2%;

}

.business-list .next{

    left: 2%;

}





.ipartner-list .bd ul{

    overflow:hidden; 

    zoom:1; 

}

.ipartner-list .bd ul li{

    width: 21%;

    float:left;

    margin: 0 10px;

    _display:inline;

    overflow:hidden;

    background: #fff;

    position: relative;

}

.ipartner-list .bd ul li img{

    width:100%;

    display: block;

}

.ipartner-list .bd ul li:hover p{

    background: #ff4f18;

    color:#fff;

}

.ipartner-list .bd ul li p{

    height: 30px;

    line-height: 30px;

    position: absolute;

    bottom: 0;

    width: 100%;

    background: rgba(0, 0, 0, 0.4);

    color: #fff;

    text-align: center;

}

.ipartner-list .tempWrap{

    margin: 0 auto

}

.business-list .tempWrap{

    margin: 0 auto

}






/*新闻资讯*/

.inews{

    padding: 50px 2%;

    background: #f5f5f5;

}

.inews-bt{

    text-align: center;

    margin: 0 auto 30px;

    width: 280px;

}

.inews-bt-t1{

    font-size: 46px;

    color: #000;

    font-weight: bold;

    position:relative;

    line-height: 75px;

}

.inews-bt-t1:before,.inews-bt-t1:after{

    content:"";

    position:absolute;

    background: #ccc;

    height: 1px;

    width: 200px;

    top: 37px;

}

.inews-bt-t1:before{

    left: -200px;

}

.inews-bt-t1:after{

    right: -200px;

}

.inews-bt-t2{

    color: #999;

    line-height: 25px;

    font-size: 20px;

}

.inews-list{

    width: 32%;

    float: left;

    margin-left: 2%;

}

.inews-tit{

    margin-bottom: 20px;

}

.int-left{

    font-size: 20px;

    color: #ff4f18;

    line-height: 25px;

    border-left: 3px solid #ff4f18;

    padding-left: 15px;

}

.int-left span{

    font-size: 12px;

    color: #999;

    display: block;

    text-transform: uppercase;

}

.inews-tit a{

    color: #ff4f18;

    font-size: 30px;

    display: block;

    line-height: 25px;

    -webkit-transition: .5s;

    -o-transition: .5s;

    transition: .5s;

}

.inews-tit a:hover {

    -webkit-transform: rotate(360deg);

    -ms-transform: rotate(360deg);

    -o-transform: rotate(360deg);

    transform: rotate(360deg);

}

.inews-list ul li{

    display: table;

    margin-top: 20px;

    clear: both;

    width: 100%;

}

.inews-list ul li:first-child{

    margin-top:0;

}

.inews-list ul .pic{

    overflow: hidden;

    display: block;

    float: left;

    width: 124px;

    border: 1px solid #ccc;

    height: 124px;

}

.inews-list ul li img{

    display: block;

    width: 124px;

    float: left;

    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 */

    height: 124px;

}

.inews-list 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 */

}

.inews-list ul li dl{

    float: right;

    width: 65%;

}

.inews-list ul li dl dt{

    font-size: 16px;

    font-weight: bold;

    line-height: 25px;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    height: 25px;

}

.inews-list ul li dl dd{

    color: #666;

    line-height: 25px;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    height: 50px;

}

.inews-tb{

    color: #999;

    font-size: 12px;

    height: 20px;

    line-height: 20px;

    margin: 2px 0;

}

.inews-tb .intb-date{

    background: url(/skin/default/images/xin/ft_2.png) left no-repeat;

    padding-left: 18px;

}

.inews-tb .intb-hits{

    background: url(/skin/default/images/xin/ft_3.png) left no-repeat;

    padding-left: 17px;

    margin-left: 15px;

}





.js-splash-nav{

    position: relative;

    z-index: 4;

    min-height: 16vw;

    overflow: hidden;

    margin: 50px auto;

}

.js-splash-nav ul{}

.js-splash-nav ul li{

    float: left;

}

.js-how-item{

    display: none;

    position: absolute;

    left: 32%;

    top: 0;

    padding: 10px 20px;

}

.js-how-item dl{}

.js-how-item dl dt{

    font-size: 20px;

    font-weight: bold;

    margin-bottom: 10px;

}

.js-how-item dl dd{

    line-height: 25px;

    height: 100px;

    overflow: hidden;

}

.js-how-item dl a{

    display: block;

    float: left;

    width: 100px;

    border: 1px solid #ff5824;

    color: #ff5824;

    text-align: center;

    font-size: 14px;

    height: 35px;

    border-radius: 5px;

    line-height: 35px;

    font-size: 16px;

    margin-top: 10px;

}

.js-how-item dl a:hover{

    background: #ff5824;

    color: #fff;

}

.content-wrapper--table{

    position: relative;

    cursor: pointer;

}

.content-wrapper--table img{

    display: block;

    width: 100%;

    height: 100%;

}

.content-wrapper--table p{

    position: absolute;

    height: 100%;

    width: 100%;

    top: 0;

    text-align: center;

    line-height: 200px;

    background: rgba(0, 0, 0, 0.5);

    color: #fff;

    font-size: 24px;

    transition:all .5s;

    -moz-transition:all .5s;/* Firefox 4 */

    -webkit-transition:all .5s;/* Safari å’Œ Chrome */

    -o-transition:all .5s;/* Opera */

}

.content-wrapper--table:hover p{

    height: 100%;

    line-height: 50px;

    top: 150px;

}

.green p{

    top: 150px;

    height: 50px;

    line-height: 50px;

}

.is-active {

    display: block;

    width: 75%;

}

.is-closed {

    display: block;

    width: 23.5%;

}

.splash__nav-list-item{

    position: absolute;

}







/*新关于我们*/

.xabouta{

    margin: 2%;

}

.xabouta-left{

    width: 49.5%;

    background-size: 100%;

    position: relative;

}

.xabouta-left dl{

    color: #fff;

    position: absolute;

    padding: 0% 5% 2%;

    bottom: 0;

}

.xabouta-left dl dt{

    font-size: 36px;

    margin-bottom: 1%;

}

.xabouta-left dl dd{

    font-size: 14px;

    line-height: 25px;

}

.xabouta-left img{

    width:100%;

    display:block

}



.xabouta-right{

    width: 49.5%;

    position: relative;

}

.xaboutar-top{

    margin-top:0;

}

.xaboutar-bottom{

    

margin-top: 2.223%;

}

.xabouta-img{

    position: relative;

}

.xabouta-img dl{

    color: #fff;

    position: absolute;

    padding: 0 5% 2%;

    bottom: 0;

}

.xabouta-img dl dt{

    font-size: 36px;

    margin-bottom: 1%;

}

.xabouta-img dl dd{

    font-size: 14px;

    line-height: 30px;

}

.xabouta-img img{

    width:100%;

    display:block

}



.xaboutb{

    background: url(/skin/default/images/xin/iab-gy.jpg) center no-repeat;

    padding: 2% 0;

    background-size: 100% 100%;

}

.xaboutb-tit{

    text-align: center;

    color: #fff;

}

.xaboutb-t1{

    font-size: 36px;

    margin-bottom: 15px;

}

.xaboutb-t2{

    line-height: 28px;

    font-size: 16px;

    margin-bottom: 5px;

}

.xaboutb-tit a{

    color: #fff;

}

.xaboutb-tit a:hover{

    text-decoration: underline;

}

.xaboutb-sz{

    text-align: center;

    margin-top: 30px;

}

.xaboutb-sz ul{

    display: inline-block;

}

.xaboutb-sz ul li{

    float: left;

    width: 320px;
	line-height: 300%;

    color: #fff;

    border: 1px solid #fff;

    padding: 10px 0;

    margin: 0 20px;

    border-radius: 10px;

    background: rgba(255, 255, 255, 0.1);

    box-shadow: 1px 1px 1px #ccc;

}

.xaboutb-sz ul li p span{

    font-size: 35px;

    font-weight: bold;

    color: #cbc8ed;

}

.xaboutb-tb{

    text-align: center;

    margin-top: 20px;

}

.xaboutb-tb ul{

    display: inline-block;

}

.xaboutb-tb ul li{

    float: left;

    color: #fff;

    margin: 0 40px;

}

.xaboutb-tb ul li img{

    display: block;

    width: 50px;

    height: 50px;

    margin: 0 auto;

}

.xaboutb-tb ul li dl{

    margin-top: 10px;

}

.xaboutb-tb ul li dl dt{

    margin-bottom: 5px;

}

.xaboutb-tb ul li dl dt span{

    font-size: 18px;

}


/* banner */
.c-banner{
    width: 100%;
    position: relative;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.c-banner .banner ul li{
    position: absolute
    display: none;
    opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 100%;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 25px 10px 25px 10px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;

}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{


}
.c-banner .jumpBtn{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.c-banner .jumpBtn ul{
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}