@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 580px;
    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: 580px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 580px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
    z-index: 999;
}
.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 5px;
    background: #fff;
    border-radius: 50%;
}
.fullSlide .hd ul .on {
    background: #0072ba;
    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{
    margin:0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.itit .itit-t1{
    font-size: 36px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    color: #333333;
    text-transform: uppercase;
}
.itit .itit-t2{
    color: #666;
    text-transform: uppercase;
    margin-top: 10px;
}
.itit-t2 .itit-t1{
    background: #f5f5f5;
}
.itit-fff .itit-t1,.itit-fff .itit-t2{
    color: #fff;
}
.itit-fff .itit-xian,.itit-fff .itit-xian:before{
    background: #fff;
}



/*关于我们*/
.iabout{
    margin-top: 70px;
    background: url(../images/iabout-bj.jpg) bottom no-repeat;
    padding-bottom: 140px;
}
.iabout-list{
    overflow: hidden;
}
.iabout-fl{
    width: 508px;
    padding: 30px 30px;
    border: 1px solid #eee;
    margin-top: 25px;
    background: #fff;
}
.iabout-fl-tit{
    font-weight: bold;
    font-size: 18px;
    border-left: 4px solid #0072ba;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.iabout-fl-p{
    overflow: hidden;
}
.iabout-fl-p p{
    color: #666;
    text-indent: 2em;
    line-height: 30px;
    font-size: 15px;
}
.iabout-fl-p p:first-child{
    margin-top: 0;
}
.iabout-fl-a{
    margin-top: 10px;
}
.iabout-fl-a a{
    width: 180px;
    text-align: center;
    display: block;
    color: #666;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px;
    background: #fff;
}
.iabout-fl-a a:hover{
    background: #0072ba;
    color:#fff;
}
.iabout-fr{
    width: 630px;
}
.iabout-fr img{
    display: block;
    width: 630px;
}
.iphoto-list{
   position:relative;
   margin-top: 50px;
   display: none;
}
.iphoto-list .prev,.iphoto-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    font-size: 28px;
    bottom: 0;
    height: 46px;
    line-height: 42px;
    width: 46px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    top: 50%;
    margin-top: -23px;
}
.iphoto-list .prev:hover,.iphoto-list .next:hover{
    color: #fff;
    background: #0087e0;
}
.iphoto-list .prev{
    left: 0;
}
.iphoto-list .next{
    right: 0;
}
.iphoto-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iphoto-list .bd ul li{
    width: 250px;
    float:left;
    _display:inline;
    overflow:hidden;
    margin: 0 10px;
    position: relative;
}
.iphoto-list .bd ul li img{
    width:250px;
    display: block;
}
.iphoto-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 */
}
.iphoto-list .bd ul li .iphoto-tit{
    background: rgb(255 255 255 / 70%);
    line-height: 50px;
    font-size: 16px;
    padding: 0 6%;
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 90%;
    display: none;
}
.iphoto-list .bd ul li:hover .iphoto-tit{
    display: none;
}
.iphoto-list .bd ul li .iphoto-tit span{
    float: left;
    color: #333;
}
.iphoto-list .bd ul li .iphoto-tit i{
    float: right;
    font-style: unset;
    background: #f0f0f0;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #999;
    margin-top: 15px;
}
.iphoto-list .bd .tempWrap{
    display: block;
    margin:auto;
}
.iphoto-list .bd ul li:hover .iphoto-tit i{
    background: #0087e0;
    color:#fff;
}
/*结束关于我们*/



/*小广告图*/
.igd{width: 100%;padding: 30px 0;background: url(../images/iggt-img.jpg) no-repeat top center;color: #fff;overflow: hidden;height: 126px;margin-top: 50px;display: none;}
.igd .fl{float:left;width: 687px;margin-top: 20px;}
.igd .fl h2{font-size: 24px;color:#fff;line-height: 40px;}
.igd .fl h2 i{color:#fff;opacity:0.3;font-size:36px;font-weight:bold;font-style: normal;    padding-left: 10px;}
.igd .fl p{font-size: 14px;color:#fff;font-weight: 100;width: 770px;line-height: 23px;margin-top: 15px;}
.igd .fr{float:right;text-align:center}
.igd .fr span{display:inline-block;font-size: 15px;background:url(../images/dh1.png) no-repeat left center/15px;padding-left:20px}
.igd .fr h3{font-size: 30px;line-height:60px;}
.igd .fr a{display: inline-block;width: 180px;height: 36px;font-size: 16px;color: #fff;line-height: 34px;background: #1460b6;}
.igd .fr a:hover{background: #ff6a00;}


/*产品列表*/
.ipro{
    margin-top: 50px;
}
.ipro_l{
    width: 220px;
    display: none;
}
.ipro_tit{
    background: #0087e0;
    color: #fff;
    padding-left: 20px;
    line-height: 60px;
    font-size: 26px;
}
.ipro_l_classb{
    background: #fff;
    border-radius: 20px 0 0 0;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / .2);
}
.iproBox {
    background:#fff;
    padding:10px;
    border:1px solid #ddd;
}
.iproNav {
    cursor:pointer;
    padding-left:25px;
    margin-top: 10px;
    background: url(../images/ipro-sjx.png) 10px 14px no-repeat #f2f2f2;
    line-height: 35px;
}
.iproNav:first-child{
    margin-top: 0;
}
.iproNav a {
    display:block;
    font-size: 16px;
}
.iproNav:hover {
    border-bottom:0;
    background:url(../images/ipro-sjxon.png) 10px 14px no-repeat #0087e0;
    color:#fff;
}
.iproNav:hover a {
    color:#fff;
}
.ipro_r{
    width: 100%;
}
.ipro_r ul li{
    float: left;
    width: 288px;
    margin-right: 15px;
}
.ipro_r ul li img{
    display: block;
    width: 304px;
}
.ipro_r ul li .bigimg{
    border: 1px solid hsl(0deg 0% 95%);
}
.ipro_r ul li:hover .bigimg{
    border: 1px solid #0087e0;
}
.ipro_r ul li p{
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ipro_r ul li:hover p{
    color: #0087e0;
}
.ipro_r 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{
    margin-top: 70px;
}
.inews-list{
    background: url(../images/inews-bj.jpg) top no-repeat #f0eded;
    padding: 70px 0 50px;
}
.inews-list ul li{
    background: #f2f2f2;
    width: 380px;
    float: left;
    margin-left: 30px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / .1);
}
.inews-list ul li:first-child{
    margin-left: 0;
}
.inews-list ul li>a i{
    display: block;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.inews-list ul li img{
    display: block;
    width: 100%;
    height: 260px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
}
.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{
    position: relative;
    padding: 20px;
}
.inews-list ul li dl i{
    display: block;
    font-style: inherit;
    color: #999;
}
.inews-list ul li dl dt{
    font-size: 16px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    position: relative;
    font-weight:bold;
}
.inews-list ul li dl dt a:hover{
    font-weight:bold;
    color: #0072ba;
}
.inews-list ul li dl dd{
    line-height:25px;
    color: #808080;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 75px;
    font-size: 14px;
}
.inews-list-a{
    height: 25px;
    line-height: 25px;
    margin: 10px 0;
}
.inews-list-a span{
    font-size:12px;
    color:#999;
    padding-left: 18px;
    float:left;
}
.inews-list-a .inews-date{
    background: url(../images/ft_2.png) left no-repeat;
}
.inews-list-a .inews-vid{
    background: url(../images/ft_3.png) left no-repeat;
    margin-left: 10px;
}
.inews-list-a a{
    float:right;
    color: #999;
    font-size: 12px;
    display: block;
    width: 70px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}
.inews-list-a a:hover{
    color: #2c3040;
}
/*结束新闻资讯*/