@import "global.css";
/*banner*/
.banner{ width:100%; height:854px; overflow:hidden; position:relative;font-size:0}
.b-img{width: 100%; height:500px;  position:absolute; left:0; top:0;}
.b-img a{width: 100%; display:block; height:854px; float:left;}
.b-list{ height:50px; padding-top:575px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:20px; height:20px; border-radius:50%; border:3px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #006db7;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}
/*bannert end*/
/*product*/
.index-product{
    width: 100%;
    min-height: 384px;
    float: left;
    background: url(../images/i_productbg.jpg) center no-repeat;
    position: relative;
}
.index-product .warp{
    overflow: hidden;
    top: -216px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.index-product ul{
    width: 1250px; 
}
.index-product ul li{
    width: 370px;
    float: left;
    margin-right: 45px;
    background: #fff;
}
.index-product ul li .img{
    width: 100%;
    height: 216px;
    float: left;
    position: relative;
}
.index-product ul li .img img{
    width: 100%;
    height: 216px;
}
.index-product ul li .img .more{
    width: 124px;
    height: 32px;
    line-height: 32px;
    background: url(../images/i-promore.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.index-product ul li .img .more:hover{
    opacity: 0.9;
}
.index-product ul li .box{
    width: 100%;
    height: 148px;
    float: left;
    padding: 20px;
}
.index-product ul li .box h3{
    width: 100%;
    padding-top: 12px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.index-product ul li .box h3:after{
    content: '';
    width: 40px;
    height: 2px;
    background: #fac312;
    position: absolute;
    top: 0px;
    left: 0px;
}
.index-product ul li .box p{
    width: 100%;
    line-height: 26px;
    color: #666;
    float: left;
    margin-top: 5px;
    font-size: 13px;
}
.index-product .ip_more{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 235px;
}
.index-product .ip_more a{
    padding: 15px 60px;
    border-radius: 50px;
    background: #fac312;
    color: #fff; 
    display: inline-block;
    transition: all 0.4s;
}
.index-product .ip_more a:hover{
    background: #006db7; 
}
/*product end*/
/*我们的特色*/
.index-features{
    width: 100%;
    min-height: 623px;
    background: #fff;
    float: left;
    padding: 70px 0 110px;
}
.index-features .warp{
    overflow: hidden;
}
.index-features ul{
    width: 1260px;
    margin-top: 40px;
    float: left;
}
.index-features ul li{
    width: 360px;
    height: 90px;
    margin-top: 60px;
    float: left;
    margin-right: 60px;
}
.index-features ul li .img{
    width: 70px;
    height: 90px;
    float: left;
    text-align: left;
    margin-right: 10px;
}
.index-features ul li .img img{
    display: inline-block;
    width: auto;
    height: 58px;
    margin-top: 20px;
}
.index-features ul li .box{
    width: 280px;
    height: 90px;
    float: right;
}
.index-features ul li .box p{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    float: left;
    padding-bottom: 10px;
    position: relative;
}
.index-features ul li .box p:after{
    content: '';
    width: 40px;
    height: 2px;
    background: #fac312;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.index-features ul li .box span{
    width: 100%;
    color: #999;
    font-size: 13px;
    line-height: 26px;
    float: left;
    margin-top: 10px;
}
/*我们的特色 end*/
/*覆盖范围*/
.index-range{
    width: 100%;
    height: 578px;
    background: url(../images/rangebg.jpg) center no-repeat;
    float: left;
    padding: 50px 0;
}
.index-range h3{
    width: 100%;
    font-size: 22px;
    color: #fff;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}
.index-range p{
    width: 100%;
    color: #fff;
    float: left;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 56%;
}
.index-range img{
    margin-top: 30px;
    float: left;
}
.index-range dl{
    float: left;
    padding-left: 36px;
    width: 400px;
}
.index-range dl dd{
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    margin-top: 26px;
    font-size: 16px;
}
/*覆盖范围 end*/
/*新闻*/
.index-news{
    width: 100%;
    float: left;
}
.index-news .in-top{
    width: 100%;
    min-height: 320px;
    background: #f6f6f6;
    float: left;
    padding-top: 70px;
}
.index-news .in-bottom{
    width: 100%;
    min-height: 540px;
    background: #fff;
    float: left;
    position: relative;
}
.index-news .warp{
    /* overflow: hidden;*/
    top: -85px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.index-news ul{
    width: 1250px; 
}
.index-news ul li{
    width: 370px;
    float: left;
    margin-right: 45px;
    background: #fff;
    box-shadow: 0px 0px 20px #ddd;
}
.index-news ul li .img{
    width: 100%;
    height: 276px;
    float: left;
    position: relative;
    overflow: hidden;
}
.index-news ul li .img img{
    width: 100%;
    height: 276px;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.index-news ul li:hover .img img{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);    
}
.index-news ul li .box{
    width: 100%;
    height: 230px;
    float: left;
    padding: 20px;
}
.index-news ul li .box span{
    width: 100%;
    font-size: 13px;
    color: #999;
    float: left;
}
.index-news ul li .box span:before{
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/news-time.png) no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 10px;
}
.index-news ul li .box h3{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-top: 5px;
}
.index-news ul li .box p{
    width: 100%;
    line-height: 26px;
    color: #666;
    float: left;
    margin-top: 0px;
    font-size: 13px;
}
.index-news ul li .box .more{
    float: left;
    padding: 10px 15px;
    color: #686868;
    font-size: 13px;
    font-weight: bold; 
    margin-top: 10px;
    border: 1px solid #e0e0e0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.index-news ul li:hover .box h3{
    color: #006db7;
}
.index-news ul li:hover .box .more{
    background: #006db7;
    color: #fff;
    border: 1px solid #006db7;
}
/*新闻 end*/
/*合作伙伴*/
.index-partner{
    width: 100%;
    height: 230px;
    background: #f6f6f6; 
    float: left;
}
.index-partner .mr_frbox{
    height:60px;
}
.index-partner .mr_frBtnL{
    cursor:pointer;
    display:inline;
    float:left;
    height:46px;
    margin:90px 10px 0 0;
    width:28px;
}
.index-partner .mr_frUl{
    float:left;
    height:60px;
    width:1125px;
    margin-top: 85px;
    overflow:hidden;
}
.index-partner .mr_frBtnR{
    float:right;
    margin-top:90px;
    cursor:pointer;
    width:28px;
    height:46px;
}
.index-partner .mr_frUl ul{
    margin-left: 20px !important;
}
.index-partner .mr_frUl ul li{
    display:inline;
    float:left;
    width:165px;
    height: 60px;
    line-height: 60px;
    overflow:hidden;
    position:relative;
    border: 1px solid rgba(0,0,0,0);
    margin: 0 13px;
    text-align: center;
}
.index-partner .mr_frUl ul li a img{
    max-width:150px; 
}
/*合作伙伴 end*/ 