@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 700px;
    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: 700px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 700px;
}
.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: #1f3d94;
    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: 0px;
}
.itit .itit-t1{
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
    z-index: 1;
    position: relative;
    color: #1f3d94;
}
.itit .itit-t1 a{
    color: #1f3d94;
}
.itit .itit-t2{
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
}
.itit-xian{
    width: 280px;
    height: 1px;
    background: #e4e4e4;
    margin: 10px auto;
    position: relative;
}
.itit-xian:before{
    content: "";
    width: 80px;
    height: 3px;
    background: #1f3d94;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -40px;
}
.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;
}


/*定制条*/
.idingzhi{
    background: #f7f7f7;
}
.idingzhi-fl{
    background: url(../images/itb01.png) left bottom no-repeat;
    padding-left: 120px;
    line-height: 140px;
    height: 140px;
}
.idingzhi-fl span{
    font-size: 26px;
}
.idingzhi-fr{
    margin-top: 45px;
}
.idingzhi-fr a{
    display: block;
    background: #1f3d94;
    color: #fff;
    border-radius: 10px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
}
.idingzhi-fr a:hover{
    background: #009aff;
}
/*结束定制条*/



/*热卖产品*/
.itoppro{
    background: #1f3d94;
    padding: 30px 0;
}
.itoppro-left ul li{
    width: 264px;
    margin:0 13px;
    background: #fff;
    padding: 5px 5px 0;
}
.itoppro-left ul li img{
    width: 100%;
}
.itoppro-left ul li p{
    text-align: center;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    padding: 0 5px;
    line-height: 35px;
}
.itoppro-left ul li:hover{
    background: #1f3d94;
}
.itoppro-left ul li:hover p{
    color: #fff;
}
.itoppro-left 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 */
}
/*结束热卖产品*/


/*产品列表*/
.ipro{
    margin-top: 50px;
}
.ipro_l{
    width: 220px;
}
.ipro_tit{
    background: #1f3d94;
    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 center no-repeat #f2f2f2;
    line-height:40px;
}
.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 center no-repeat #1f3d94;
    color:#fff;
}
.iproNav:hover a {
    color:#fff;
}
.ny_left_con{
    margin-top: 20px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / .2);
    border: 1px solid #ddd;
}
.nleftc_tit{
    background: #1f3d94;
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
    line-height: 60px;
}
.nleftc_com{
    background: #e8e8e8;
}
.nleftc_com img{
    display: block;
    width: 100%;
}
.nleftc_con{
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    padding: 10px;
}
.nleftc_con p{
    font-size: 12px;
    line-height: 25px;
    color: #666;
}
.nleftc_con p span{
    font-weight:bold;
}
.nleftc_con p a{
    color: #666;
}
.nleftc_con p a:hover{
    color: #52a1ff;
}
.ipro_r{
    width: 950px;
    margin-left: 30px;
}
.ipro_r ul li{
    float: left;
    width: 306px;
    margin-right: 15px;
    margin-bottom: 30px;
}
.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 #1f3d94;
}
.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: #1f3d94;
}
.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 */
}
/*结束产品列表*/


/*关于我们*/
.iabout{
    margin-top: 50px;
    background: #f5f5f5;
    padding: 50px 0;
}
.iabout-list{
    height: 420px;
    overflow: hidden;
    box-shadow: 0px 8px 6px rgba(0, 0, 0, .3);
}
.iabout-fl{
    background: #fff;
    width: 550px;
    padding: 30px;
    height: 360px;
}
.iabout-fl-tit{
    font-weight: bold;
    font-size: 20px;
    border-left: 4px solid #1f3d94;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.iabout-fl-p{
    height: 252px;
    overflow: hidden;
}
.iabout-fl-p p{
    color: #666;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 10px;
}
.iabout-fl-p p:first-child{
    margin-top: 0;
}
.iabout-fl-a{
    margin-top: 20px;
}
.iabout-fl-a a{
    width: 150px;
    text-align: center;
    display: block;
    border: 1px solid #1f3d94;
    color: #1f3d94;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
}
.iabout-fl-a a:hover{
    background:#1f3d94;
    color:#fff;
}
.iabout-fr{
    width: 590px;
}
.iabout-fr img{
    display: block;
    width: 590px;
    height: 420px;
}
.iabout-sz{
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 0 10%;
}
.iabout-sz dl{
    float: left;
    width: 25%;
    text-align: center;
}
.iabout-sz dl dt{
    color: #1f3d94;
    font-size: 56px;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
}
.iabout-sz dl dt span{
    font-size: 30px;
    font-weight: 100;
}
.iabout-sz dl dd{
    margin-top: 10px;
}

.iphoto-list{
   position:relative;
   margin-top: 50px;
   padding-bottom: 55px;
}
.iphoto-list .prev,.iphoto-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    font-size: 37px;
    bottom: 0;
    height: 40px;
    line-height: 35px;
    width: 70px;
    border: 1px solid #1f3d94;
    border-radius: 5px;
    color: #1f3d94;
}
.iphoto-list .prev:hover,.iphoto-list .next:hover{
    color: #fff;
    background: #1f3d94;
}
.iphoto-list .prev{
    left: 50%;
    margin-left: -80px;
}
.iphoto-list .next{
    right: 50%;
    margin-right: -80px;
}
.iphoto-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iphoto-list .bd ul li{
    width: 380px;
    float:left;
    _display:inline;
    overflow:hidden;
    margin: 0 10px;
    position: relative;
}
.iphoto-list .bd ul li img{
    width:380px;
    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: #1f3d94;
    color:#fff;
}
.index-more{
    margin-top: 30px;
}
.index-more a{
    display: block;
    border: 1px solid #004098;
    color: #004098;
    text-align: center;
    width: 160px;
    margin: auto;
    line-height: 40px;
    border-radius: 10px;
}
.index-more a:hover{
    color: #fff;
    background: #004098;
}
/*结束关于我们*/


/*实力展示*/
.istrength{
    margin-top: 50px;
}
.istrength-l{
    width: 800px
}
#certify {
    position: relative;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 395px;
    height: 560px;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
}
#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}
#certify .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}
#certify .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}
#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.istrength-r{
    width: 330px;
}
.istrength-tp{
    position: relative;
    margin-top: 40px;
}
.istrength-tp:first-child{
    margin-top: 0;
}
.istrength-tp .bd li{
    position: relative;
}
.istrength-tp .bd li img{
    /*width: 330px;*/
    /*height: 230px;*/
    border-radius: 10px;
    display: block;
}
.istrength-tp .hd{
    position: absolute;
    bottom: 5px;
    width: 100%;
}
.istrength-tp .hd ul {
    text-align: center;
}
.istrength-tp .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 10px;
    height: 10px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #ccc;
    border-radius:50%;
}
.istrength-tp .hd ul .on {
    background: #1f3d94;
    opacity: 1;
}
/*结束实力展示*/


/*历程*/
.iliceng{
    margin-top: 50px;
}
.iliceng-list{
        background: url(../images/ilc-bj.png)no-repeat;
    padding-top: 66px;
    position: relative;
        /*margin: 40px 0 80px;*/
}
.iliceng-wz{
    text-align: center;
    position: relative;
        display: inline-block;
    vertical-align: top;
        width: 120px;
}
.iliceng-wz .date{
    font-size: 18px;
}
.iliceng-wz .yuan{
    background: #666;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin: 15px auto;
    font-size: 20px;
}
.iliceng-wz .wz{
    font-size: 14px;
    color: #666;
    margin: auto;
}
.iliceng-wz.il1 .yuan{
    background: #999;
}
.iliceng-wz.il1 .yuan,.iliceng-wz.il9 .yuan{
    background: #1f3d94;
}
/*.iliceng-wz.il1{*/
/*    top: 158px;*/
/*    left: -21px;*/
/*}*/
/*.iliceng-wz.il2{*/
/*    left: 100px;*/
/*    bottom: 10px;*/
/*}*/
/*.iliceng-wz.il3{*/
/*    left: 262px;*/
/*    top: 230px;*/
/*}*/
/*.iliceng-wz.il4{*/
/*    left: 387px;*/
/*    top: 162px;*/
/*}*/
/*.iliceng-wz.il5{*/
/*    right: 520px;*/
/*    top: 70px;*/
/*}*/
/*.iliceng-wz.il6{*/
/*    right: 420px;*/
/*    top: 25px;*/
/*}*/
/*.iliceng-wz.il7{*/
/*    right: 327px;*/
/*    top: 154px;*/
/*}*/
/*.iliceng-wz.il8{*/
/*    right: 185px;*/
/*    top: 185px;*/
/*}*/
/*.iliceng-wz.il9{*/
/*    right: 50px;*/
/*    top: 125px;*/
/*}*/
/*结束历程*/


/*新闻*/
.inews{
    background: #f5f5f5;
    padding: 50px 0;
    margin-top: 50px;
}
.ivid{
    position: relative;
    height: 470px;
}
.ivid-l{
    position: absolute;
    bottom: 0;
}
.ivid-l img{
    width: 100%;
    display: block;
}
.ivid-r{
    width: 55%;
    background: #1f3d94;
    color: #fff;
    height: 400px;
}
.ivid-r .pad{
    padding-left: 200px;
    width: 360px;
    margin-top: 55px;
}
.ivid-r .t1{
    font-size: 36px;
    font-weight: bold;
}
.ivid-r .t2{
    font-size: 16px;
}
.ivid-r .t3{
    font-size: 16px;
    line-height: 30px;
    margin: 50px 0;
}
.ivid-r a{
    display: block;
    background: #fff;
    color: #1f3d94;
    width: 120px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
}
.ivid-r a:hover{
    background:#1f3d94;
    color:#fff;   
}

.inews-list{
    margin-top: 50px;
}
.inews-list ul li{
    background: #fff;
    width: 383px;
    float: left;
    margin-left: 25px;
}
.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 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: 16px;
    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: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 75px;
    font-size: 13px;
}
.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: #1f3d94;
}
/*结束新闻*/