@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 550px;
    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: 550px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 550px;
}
.fullSlide .hd {
    width: 100%;
    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);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 50px;
    height: 4px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #fff;
}
.fullSlide .hd ul .on {
    background: #83c529;
    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{
    display: table;
    margin:auto;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 51px;
    color: #274bb9;
}
.itit .itit-t1:before,.itit .itit-t1:after{
    content: "";
    position: absolute;
    background: #ccc;
    width: 180px;
    height: 1px;
    top: 25px;
}
.itit .itit-t1:before{
    left: -210px;
}
.itit .itit-t1:after{
    right: -210px;
}
.itit .itit-t2{
    font-size: 14px;
    color: #808080;
}
.itit-fff .itit-t1{
    color: #fff;
}
.itit-fff .itit-t2{
    color: #e5e5e5;
}


/*优势*/
.iadvantage{
    margin-top: 50px;
}
.iadvantage-list ul li{
    float: left;
    width: 240px;
    background: url(../images/iys-bj.jpg) center;
    padding: 50px 30px;
}
.iadvantage-list ul li i{
    width: 95px;
    height: 95px;
    display: block;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.iadvantage-list ul li .iad-tb01{
    background: url(../images/iys-tb01.png) center center no-repeat;
}
.iadvantage-list ul li .iad-tb02{
    background: url(../images/iys-tb02.png) center center no-repeat;
}
.iadvantage-list ul li .iad-tb03{
    background: url(../images/iys-tb03.png) center center no-repeat;
}
.iadvantage-list ul li .iad-tb04{
    background: url(../images/iys-tb04.png) center center no-repeat;
}
.iadvantage-list ul li:hover .iad-tb01{
    background: url(../images/iys-tb01on.png) center center no-repeat #014479;
}
.iadvantage-list ul li:hover .iad-tb02{
    background: url(../images/iys-tb02on.png) center center no-repeat #014479;
}
.iadvantage-list ul li:hover .iad-tb03{
    background: url(../images/iys-tb03on.png) center center no-repeat #014479;
}
.iadvantage-list ul li:hover .iad-tb04{
    background: url(../images/iys-tb04on.png) center center no-repeat #014479;
}
.iadvantage-list ul li dl{
    margin-top: 30px;
}
.iadvantage-list ul li dl dt{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.iadvantage-list ul li dl dd{
    color: #666;
    text-align: center;
    line-height: 25px;
}


/*推荐产品*/
.iproducts{
    margin-top:50px;
}
.iproducts-hd{
    margin-bottom: 30px;
}
.iproducts-hd ul{
    display:table;
    margin:auto;
}
.iproducts-hd ul li{
    float: left;
}
.iproducts-hd ul li a{
    display: block;
    padding: 0 35px;
    line-height: 45px;
    margin: 0 10px;
    font-size: 16px;
    color: #4c4c4c;
    border-radius: 5px;
    background: #eeeeee;
}
.iproducts-hd ul li.on a{
    background: #274bb9;
    color:#fff;
    font-weight: bold;
}
.iproducts-pal ul li{
    float: left;
    width: 220px;
    padding: 2px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.iproducts-pal ul li:hover{
    background:#274bb9;
}
.iproducts-pal ul li:hover p{
    color:#fff;
}
.iproducts-pal ul li img{
    width: 100%;
}
.iproducts-pal 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 */
}
.iproducts-pal ul li p{
    text-align: center;
    color: #274bb9;
    line-height: 35px;
}


/*荣誉资质*/
.ihonor{background: #274bb9;padding: 50px 0 70px;}
.ihonor-left{position:relative;}
.ihonor-left .hd{overflow:hidden;position: absolute;bottom: -40px;width: 100%;}
.ihonor-left .hd .next{ background-position:0 -50px;  }
.ihonor-left .hd .prevStop{ background-position:-60px 0; }
.ihonor-left .hd .nextStop{ background-position:-60px -50px; }
.ihonor-left .hd ul{overflow:hidden;zoom:1;display: table;margin: auto;}
.ihonor-left .hd ul li{float:left;width:15px;height:15px;overflow:hidden;margin-right:10px;text-indent:-999px;cursor:pointer;background:#81a2c7;border-radius: 50%;}
.ihonor-left .hd ul li.on{ background: #fff; }
.ihonor-left .bd ul{ overflow:hidden; zoom:1; }
.ihonor-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;background: #fff;padding: 5px;  }
.ihonor-left .bd ul li img{
    display: block;
    width: 270px;
    height: 170px;
}
.ihonor-left .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 */
}
.ihonor-left .bd ul li p{
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}


/*关于我们*/
.iabout{
    margin-top: 50px;
}
.iabout-left{
    width: 560px;
}
.iabout-left-tit{
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.iabout-left-tit .iabl-t1{
    color: #014479;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.iabout-left-tit .iabl-t2{
    color: #666;
    font-size: 16px;
}
.iabout-left-brief{
    line-height: 28px;
}
.iabout-left-brief a{
    display: table;
    color: #ff0000;
}
.iabout-left-brief a:hover{
    color: #014479;
}
.iabout-left-dl{
    margin-top: 20px;
}
.iabout-left-dl dl{
    float: left;
    width: 33.3%;
    text-align: center;
}
.iabout-left-dl dl dt{
    font-size: 68px;
    color: #274bb9;
}
.iabout-left-dl dl dt span{
    font-size: 42px;
}
.iabout-left-dl dl dd{
    color: #434343;
}
.iabout-right{
    width: 600px;
}
.iabout-right img{
    display: block;
    width: 600px;
    /* height: 330px; */
    border-radius: 10px;
}
.iphoto-list{
    padding-top: 30px;
    border-top: 1px solid #f7f7f7;
}
.iphoto-list ul li{
    float: left;
    margin-left: 26px;
    width: 280px;
}
.iphoto-list ul li:first-child{
    margin-left:0;
}
.iphoto-list ul li img{
    width:280px;
    height: 260px;
}
.iphoto-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 */
}
.iphoto-list ul li p{
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    color: #666;
}
.iphoto-list ul li:hover p{
    color: #014479;
}


/*合作伙伴*/
.ipartner{
    margin-top:50px;
}
.ipartner ul li{
    float: left;
    width: 198px;
    border: 1px solid #ccc;
}
.ipartner ul li img{
    display: block;
    width: 200px;
}


/*广告图*/
.iggt{
    background: url(../images/iggt-bj.jpg) center no-repeat;
    height: 150px;
    margin-top:50px;
    padding-top: 50px;
}
.iggt-left{
    color: #fff;
}
.iggt-left p{
    font-size: 38px;
}
.iggt-left p span{
    font-size: 16px;
    line-height: 28px;
    display: block;
}
.iggt-a{
    display: block;
    margin: auto;
}
.iggt-a a{
    display: block;
    margin: auto;
    background: #fff;
    color: #4c4c4c;
    width: 150px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    margin-left: 250px;
    margin-top: 30px;
    font-size: 16px;
}
.iggt-a a:hover{
    background: #014479;
    color: #fff;
}
.iggt-right{
    text-align: right;
    color: #fff;
}
.iggt-right p{
    font-size: 38px;
}
.iggt-right p span{
    font-size: 18px;
    display: block;
    line-height: 25px;
}


/*新闻资讯*/
.inews{
    margin-top:50px;
}
.inews-list ul li{
    background: #f5f5f5;
    width: 380px;
    float: left;
    margin-left: 30px;
}
.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: 380px;
    height: 250px;
    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: 15px;
}
.inews-list ul li dl i{
    display: block;
    font-style: inherit;
    color: #999;
}
.inews-list ul li dl dt{
    font-size: 18px;
    font-weight: bold;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    position: relative;
    margin-bottom: 10px;
}
.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;
}
.inews-list-a{
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
}
.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: #014479;
}