.division_head{
    margin-bottom: 0.4rem;
}
.division_title>span:nth-child(1){
    font-size: 0.24rem;
    color: #333;
}
.division_title>span:nth-child(2){
    font-size: 0.24rem;
    color: #0030a7;
    margin-left: 10px;
}
.division_line{
    margin-top: 0.2rem;
}
.division_line>span{
    width: 0.1rem;
    height: 0.1rem;
    background: #0030a7;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.division_line>span:before{
    content: '';
    width: 0.45rem;
    height: 1px;
    position: absolute;
    background: #999;
    left: -0.6rem;
    top: 0.05rem;
}
.division_line>span:after{
    content: '';
    width: 0.45rem;
    height: 1px;
    position: absolute;
    background: #999;
    right: -0.6rem;
    top: 0.05rem;
}


.product_center_col>a:nth-child(1){
    display: block;
    position: relative;
}
.product_center_col>a:nth-child(1)>img:nth-child(1){
    border: 1px solid #0030a7;
}
.product_center_col>a:nth-child(2){
    font-size: 0.14rem;
    color: #333;
    display: block;
    height: 0.54rem;
    line-height: 0.54rem;
    padding-left: 15px;
    padding-right: 15px;
}
.product_center_col>a:nth-child(2)>img:nth-child(2){
    display: none;
}
.product_center_col>a:nth-child(2)>img{
    float: right;
    height:0.23rem;
    margin-top: 0.155rem;
}
.product_center_col:hover{
    box-shadow: 1px 5px 6px #747474;
}
.product_center_col:hover>a:nth-child(2){
    background: #0030a7;
    color: #fff;
}
.product_center_col:hover>a:nth-child(2)>img:nth-child(1){
    display: none;
}
.product_center_col:hover>a:nth-child(2)>img:nth-child(2){
    display: block;
}
.product_center_col:hover>a:nth-child(1)>img:nth-child(2){
    opacity: 0;
}

.more{
    width: 1.75rem;
    height: 0.36rem;
    line-height: 0.34rem;
    text-align: center;
    border: 1px solid #0030a7;
    color: #0030a7;
    margin: 0 auto;
    margin-top: 0.35rem;
    margin-bottom: 0.5rem;
}
.more a{
    color: #0030a7;
    font-size: 0.14rem;
}
.more:hover{
    background: #0030a7;
}
.more:hover a{
    color: #fff;
}


.swiper2_head{
    text-align: center;
    margin-bottom: 0.3rem;
}
.swiper2_head span{
    color: #0030a7;
    font-size: 0.24rem;
    position: relative;
}
.swiper2_head span:before{
    content: '';
    position: absolute;
    left: -0.7rem;
    width: 35px;
    height: 1px;
    background: #0030a7;
    top: 50%;
}
.swiper2_head span:after{
    content: '';
    position: absolute;
    right: -0.7rem;
    width: 35px;
    height: 1px;
    background: #0030a7;
    top: 50%;
}

.next2{
    background-image : url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230030a7'%2F%3E%3C%2Fsvg%3E");
}
.prev2{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230030a7'%2F%3E%3C%2Fsvg%3E");
}
.next2, .prev2{
    width: 31px;
    height: 48px;
    background-size: 31px 48px;
    top: 45%;
}
.next2.swiper-button-disabled, .prev2.swiper-button-disabled{
    opacity: 1;
}
.next2.swiper-button-disabled{
    background-image : url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
}
.prev2.swiper-button-disabled{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
}

.footer{
    margin-top: 0.68rem;
}