@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: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(http://fengming.test.dginfo.com/t/f/fengming/pc/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: 30px;
    height: 4px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #fff;
}
.fullSlide .hd ul .on {
    background: #f00;
    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(http://fengming.test.dginfo.com/t/f/fengming/pc/images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(http://fengming.test.dginfo.com/t/f/fengming/pc/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: #014479;
}
.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{
    padding: 50px 0;
}
.iadvantage-list ul li{
    float: left;
    width: 300px;
    height: 310px;
    position:relative;
    overflow: hidden;
}
.iadvantage-list ul li a{
    padding: 50px 30px;
    display: block;
    position: relative;
    z-index: 999;
}
.iadvantage-list ul li:before{
    content:"";
    position:absolute;
    top: 0;
    left: 0;
    background: rgba(1, 68, 121, 0.2);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.iadvantage-list ul li:after{
    content:"";
    position:absolute;
    bottom: -310px;
    left: 0;
    background: rgba(1, 68, 121, 1);
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .5s;
    -moz-transition:all .5s;    /* Firefox 4 */
    -webkit-transition:all .5s; /* Safari å’Œ Chrome */
    -o-transition:all .5s;  /* Opera */
}
.iadvantage-list ul li:hover:after{
    bottom:0px;
}
.iadvantage-list ul li.iad-lia{
    background:url(../images/icj-img01.jpg) center no-repeat;
}
.iadvantage-list ul li.iad-lib{
    background:url(../images/icj-img02.jpg) center no-repeat;
}
.iadvantage-list ul li.iad-lic{
    background:url(../images/icj-img03.jpg) center no-repeat;
}
.iadvantage-list ul li.iad-lid{
    background:url(../images/icj-img04.jpg) center no-repeat;
}
.iadvantage-list ul li i{
    width: 98px;
    height: 79px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 99;
}
.iadvantage-list ul li .iad-tb01{
    background: url(../images/icj-tb01.png) center center no-repeat;
}
.iadvantage-list ul li .iad-tb02{
    background: url(../images/icj-tb02.png) center center no-repeat;
}
.iadvantage-list ul li .iad-tb03{
    background: url(../images/icj-tb03.png) center center no-repeat;
}
.iadvantage-list ul li .iad-tb04{
    background: url(../images/icj-tb04.png) center center no-repeat;
}
.iadvantage-list ul li dl{
    margin-top: 20px;
    color: #fff;
    position: relative;
    z-index: 99;
}
.iadvantage-list ul li dl dt{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.iadvantage-list ul li dl dd{
    color: #fff;
    text-align: center;
    line-height: 25px;
}


/*推荐产品*/
.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 5px;
    font-size: 16px;
    color: #4c4c4c;
    border-radius: 5px;
}
.iproducts-hd ul li a:hover{
    background: #03458f;
    color:#fff;
    font-weight: bold;
}
.iproducts-hd ul li.on a{
    background: #03458f;
    color:#fff;
    font-weight: bold;
}
.iproducts-bd{
    background: url(../images/ipro-bj.jpg) center no-repeat;
    padding: 40px 0 20px;
}
.iproducts-pal ul li{
    float: left;
    width: 280px;
    padding: 2px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.iproducts-pal ul li:hover{
    background:#03458f;
}
.iproducts-pal ul li:hover p{
    color:#fff;
}
.iproducts-pal ul li img{
    width: 280px;
    height: 185px;
}
.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: #03458f;
    line-height: 35px;
}


/*关于我们*/
.iabout{
    margin-top: 50px;
}
.iabout-list{
    border-bottom: 1px solid #e1e0e0;
    padding-bottom: 30px;
}
.iabout-left{
    width: 660px;
}
.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: 14px;
}
.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;
}
.iabout-left-dl dl dt span{
    font-size: 42px;
}
.iabout-left-dl dl dd{
    color: #434343;
}
.iabout-right{
    width: 500px;
}
.iabout-right img{
    display: block;
    width: 500px;
    height: 390px;
    border-radius: 10px;
}
.iphoto-list{
    padding-top: 30px;
    border-top: 1px solid #f7f7f7;
}
.iphoto-list ul li{
    float: left;
    margin:0 10px;
    width: 280px;
}
.iphoto-list ul li img{
    width:280px;
    height: 220px;
}
.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-list{
   position:relative;
}
.ipartner-list .prev,.ipartner-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    top: 70px;
    height: 63px;
    width: 31px;
}
.ipartner-list .prev{
    background: url(../images/ileft.png) center no-repeat;
    left: 0;
}
.ipartner-list .prev:hover{
    background: url(../images/ilefton.png) center no-repeat;
}
.ipartner-list .next{
    background: url(../images/iright.png) center no-repeat;
    right: 0;
}
.ipartner-list .next:hover{
    background: url(../images/irighton.png) center no-repeat;
}
.ipartner-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.ipartner-list .bd ul li{
    width: 272px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    margin: 0 5px;
    position: relative;
}
.ipartner-list .bd ul li .bigimg{
    border: 1px solid #666;
}
.ipartner-list .bd ul li:hover .bigimg{
    border: 1px solid #014479;
}
.ipartner-list .bd ul li img{
    width:270px;
    height: 207px;
    display: block;
}
.ipartner-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 */
}
.ipartner-list .bd .tempWrap{
    display: block;
    margin:auto;
}
.ipartner-list .bd ul li p{
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    color: #666;
}
.ipartner-list .bd ul li:hover p{
    color:#014479;
}


/*广告图*/
.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;
}