.banner{
    width: 100%;
    height: 547px;
    overflow: hidden;
}
.banner .slideBox{
    width: 100%;
    height: 547px;
    overflow: hidden;
    position: relative;
}
.banner .slideBox .hd{
    width: 205px;
    height: 7px;
    position: absolute;
    z-index: 1;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .slideBox .hd ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.banner .slideBox .hd ul li{
    width: 54px;
    height: 7px;
    border-radius: 3px;
    background: #fff;
}
.banner .slideBox .hd ul li.on{
    background: #002cb6;
}

.prod_imain{
    width: 1200px;
    margin: 0 auto;
}

.prod_imain ul li a{
    display: block;
    width: 100%;
    height: 415px;
    background: #fff;
    margin-top: 35px;
    position: relative;
    padding: 50px 30px 0 30px;
}
.prod_imain ul li:nth-child(2n+1) a{
    border-top: 10px solid #e0e0e0;
    border-right: 10px solid #e0e0e0;
}
.prod_imain ul li:nth-child(2n) a{
    border-top: 10px solid #e0e0e0;
    border-left: 10px solid #e0e0e0;
}
.prod_imain ul li a:before{
    content: "";
    width: 210px;
    height: 10px;
    position: absolute;
    top: -10px;
    background: #f5f5f5;
    transition: all 0.3s;
}
.prod_imain ul li a:hover:before{
    width: 0px;
}
.prod_imain ul li a:hover:after{
    height: 0px;
}
.prod_imain ul li:nth-child(2n+1) a:before{
    left: 0;
}
.prod_imain ul li:nth-child(2n) a:before{
    right: 0;
}

.prod_imain ul li a:after{
    content: "";
    width: 10px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    background: #f5f5f5;
    transition: all 0.3s;
}

.prod_imain ul li:nth-child(2n) a:after{
    left: -10px;
}
.prod_imain ul li:nth-child(2n+1) a:after{
    right: -10px;
}
.prod_imain ul li a .imgBox{
    width: 507px;
    height: 323px;
    float: left;
}
.prod_imain ul li:nth-child(2n+1) a .imgBox{
    float: right;
}
.prod_imain ul li a .imgBox img{
    width: 100%;
    height: 100%;
}

.prod_imain ul li a .infoBox{
    width: 610px;
}
.prod_imain ul li:nth-child(2n) a .infoBox{
    float: right;
}
.prod_imain ul li:nth-child(2n+1) a .infoBox{
    float: left;
}

.prod_imain ul li a .infoBox .title{
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
}
.prod_imain ul li a .infoBox .title span{
    font-size: 30px;
    color: #002cb6;
}
.prod_imain ul li a .infoBox .title i{
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1;
    background: #002cb6;
    color: #fff;
    font-style: normal;
    padding: 5px 9px;
    line-height: 20px;
    margin: 15px ;
}

.prod_imain ul li a .infoBox .param{
    margin-top: 20px;
}
.prod_imain ul li a .infoBox .param p{
    height: 40px;
    line-height: 40px;
    width: 300px;
    float: left;
    font-size: 18px;
}
.prod_imain ul li a .infoBox .btnBox{
    margin-top: 10px;
}
.prod_imain ul li a .infoBox .btnBox .fl{
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
    background: #fe0000;
}
.prod_imain ul li a .infoBox .btnBox .fr{
    padding-left: 30px;
    line-height: 30px;
    background-image: url(../image/icon_phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 30px;
}

.prod_imain ul li a .infoBox .btnBox .fr strong{
    color: #002cb6;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
}

.about_imain_wrap{
    background-image: url(../image/about_bg.jpg);
    background-repeat: no-repeat;
    height: 470px;
    width: 100%;
    background-position: center;
    margin-top: 50px;
}
.about_imain{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


.pub_itit{
    height: 60px;
    margin: 40px 0;
}
.pub_itit i{
    width: 12px;
    height: 60px;
    float: left;
    background: #e0e0e0;
}
.pub_itit .more{
    float: right;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 54px;
    color: #fff;
    background: #002cb6;
    text-align: center;
}
.pub_itit .text{
    float: left;
    margin-left: 10px;
    color: #002cb6;
}
.pub_itit .text .en{
    font-size: 12px;
}
.pub_itit .text .zh{
    font-size: 36px;
    font-weight: 700;
} 
.pub_itit.white  i{
    background: #fff;
}
.pub_itit.white .text{
    color: #fff;
}
.ab_l,.ab_r{
    width: 50%;
}
.ab_l .more{
    position: absolute;
    bottom: 30px;
    right: 50%;
    color: #fff;
}
.ab_content{
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    text-align: justify;
    padding-left: 25px;
}
.ab_r{
    text-align: center;
    padding-top: 8px;
}
.news_imain_wrap{
    overflow: hidden;
    margin-top: 30px;
}
.news_imain{
    margin: 30px auto 0;
    width: 1200px;
}


.news_imain .newsList ul li{
    width: 49%;
    float: left;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
    margin-right: 2%;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.news_imain .newsList ul li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}
.news_imain .newsList ul li:nth-child(2n){
    margin-right: 0;
}
.news_imain .newsList ul li a{
    display: block;
}
.news_imain .newsList ul li a .imgBox{
    width: 195px;
    height: 140px;
    margin-right: 15px;
}
.news_imain .newsList ul li a .imgBox img{
    width: 100%;
    height: 100%;
}
.news_imain .newsList ul li a .infoBox{
    width: 360px;
}
.news_imain .newsList ul li a .infoBox .title{
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
}
.news_imain .newsList ul li a .infoBox .desc{
    line-height:28px;
}
.news_imain .newsList ul li:hover a .infoBox .title
.news_imain .newsList ul li a .infoBox .desc{
    font-size: 14px;
    line-height: 22px;
}

.partner_imain{
    width: 1200px;
    margin: 30px auto;
}

.partner_imain a{
    display: block;
    width: 250px;
    height: 110px;
    float: left;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
    margin-right: 66px;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    transition: all 0.3s;
}
.partner_imain a:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}
.partner_imain a:nth-child(4n){
    margin-right: 0;
}
.partner_imain a .imgBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.partner_imain a .imgBox img{
    width: 100%;
    height: 100%;
}
.partner_imain a .downBox{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    background: rgba(19, 24, 31, 0.8);
    transition: all 0.3s;
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
.partner_imain a:hover .downBox{
    bottom: 0;
}
.partner_imain a .downBox .title{
    font-size: 18px;
    line-height: 40px;
}

.link_imain{
    width: 1200px;
    margin: 0 auto;
}

.linkList{
    width: 1000px;
    background: #fff;
    min-height: 70px;
    margin-top: 40px;
    padding: 15px 20px;
    line-height: 40px;
}

.linkList a{
    margin-right: 30px;
    font-size: 16px;
}

.bottom_imain_wrap{
    height: 353px;
    background-image: url(../image/bottom_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 40px;
}
.bottom{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
}

.bottom .bottom_l .title{
    width: 340px;
    line-height: 50px;
    font-size: 21px;
    border-bottom: 1px solid #002cb6;
}

.bottom .bottom_l .item{
    margin-top: 8px;
    line-height: 30px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 3px center;
}
.bottom .bottom_l .item.address{
    background-image: url(../image/icon_area.png);
}
.bottom .bottom_l .item.phone{
    background-image: url(../image/icon_mobile.png);
}

.bottom .bottom_l .bottom_nav{
    margin-top: 30px;
}
.bottom .bottom_l .bottom_nav a{
    padding: 0 10px;
}

.bottom .bottom_l .bottom_nav a:hover{
    color: #002cb6;
}
.bottom .bottom_r .bottom_rt{
    background: rgba(0,44,182, 0.1);
    width: 324px;
    height: 152px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}
.bottom .bottom_r .bottom_rt img{
    margin: 15px 10px;
}


.bottom .bottom_r .bottom_rb{
    width: 324px;
    margin-top: 7px;
    height: 46px;
    background: rgba(0,44,182, 0.1);
    line-height: 46px;
    text-align: center;
    font-size: 16px;
}






