.content {
    width: 1400px;
    height: auto;
    margin: 0px auto;
    box-sizing: border-box;
}



.page-down {
    width: 30px;
    height: 30px;
    background: rgb(153, 153, 153);
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: none;
    z-index: 99999;
}

.page-down:hover {
    background: rgb(0, 115, 198);
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table .cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.smallest-screen {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: url("../images/displaynone.png") center center no-repeat rgb(102, 102, 102);
    display: none;
}

@media only screen and (max-width: 319px) {
    .smallest-screen {
        display: block;
    }
}

.white {
    color: rgb(255, 255, 255) !important;
}

.webmain {
    overflow: hidden;
    min-width: 1400px;
}

.tishi {
    text-align: center;
    color: rgb(153, 153, 153);
    font-size: 14px;
    padding: 20px 0px 30px;
}

.tupian {
    width: 100%;
    background: rgb(241, 241, 241);
}

.middle_holder {
    display: inline-block;
    font-size: 0px;
    width: 0px;
    height: 50px;
    vertical-align: middle;
}

.middle {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.nav_handle {
    display: none;
    position: relative;
    width: 27px;
    padding: 0px 0px 0px 15px;
    cursor: pointer;
    float: right;
}

.nav_handle b {
    width: 27px;
    height: 10px;
    position: relative;
}

.nav_handle b i {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: rgb(51, 51, 51);
    top: 0px;
    transform-origin: 29% 50%;
    transition: all 0.3s ease 0s;
}

.nav_handle b .l_2 {
    top: auto;
    bottom: 0px;
}

.nav_handle.on b i {
    transform: rotate(45deg);
    background: rgb(0, 115, 198);
}

.nav_handle.on b .l_2 {
    transform: rotate(-45deg);
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 1920px;
    height: auto;
    max-width: initial;
}

.banner .pagination {
    z-index: 99;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.banner .pagination .swiper-pagination-switch {
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0px 8px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgb(255, 255, 255);
}

.banner .pagination .swiper-active-switch {
    background: rgb(0, 115, 198);
    border-color: rgb(0, 115, 198);
}

.banner .banner-left {
    display: none;
    position: absolute;
    opacity: 0.8;
    font-size: 50px;
    color: rgb(255, 255, 255);
    left: 20px;
    top: 50%;
    width: 40px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
}

.banner .banner-right {
    display: none;
    position: absolute;
    opacity: 0.8;
    font-size: 50px;
    color: rgb(255, 255, 255);
    right: 20px;
    top: 50%;
    width: 40px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
}

.banner .banner-left:hover, .banner .banner-right:hover {
    opacity: 1;
}

.Bottomerkg {
    height: 59px;
    display: none;
}

.Bottomer {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: rgb(0, 115, 198);
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.Bottomer .BottomList li {
    width: 25%;
    float: left;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 0px;
}

.Bottomer .BottomList li img {
    vertical-align: middle;
    height: 20px;
}

.Bottomer .BottomList li span {
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: block;
    margin-top: 5px;
}

.Bottomer .BottomList li p {
    font-size: 14px;
    color: rgb(213, 163, 52);
    margin: 0px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.header .logo {
    float: left;
    padding: 20px 0px;
}

.header .lmtit {
    line-height: 30px;
    border-left: 1px solid rgb(223, 223, 223);
    padding-left: 15px;
    margin-left: 15px;
    float: left;
    margin-top: 28px;
}

.header .lmtit .btit {
    font-size: 25px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    letter-spacing: 1px;
    margin-left: 49px;
}

.header .lmtit .stit {
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.header .phone {
    float: right;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.header .phone span {
    font-size: 20px;
    color: rgb(0, 115, 198);
    font-weight: bold;
}

.inmuen {
    padding: 10px 0px;
    background: rgb(0, 115, 198);
}

.inmuen ul li {
    display: block;
    float: left;
    padding: 0px 32px;
    position: relative;
}

.inmuen ul li::before {
    content: "";
    width: 1px;
    height: 13px;
    background: rgb(255, 255, 255);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -6px;
}

.inmuen ul li a {
    display: block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 8px 0px;
    border-bottom: 3px solid rgb(0, 115, 198);
}

.inmuen ul li.last::before {
    display: none;
}

.inmuen ul li:hover a, .inmuen ul li.on a {
    color: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(255, 255, 255);
}

.inyoushi {
    padding: 30px 0px 0px;
}

.inyoushi .content {
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
    min-width: 1200px;
}

.inyoushi .lmtit {
    font-size: 36px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    text-align: center;
    margin-bottom: 40px;
}

.inyoushi .lmtit span {
    color: rgb(0, 115, 198);
}

.inyoushi .nr {
    background: url(https://tp.szjiexikeji.com/www.png) no-repeat center;
    color: black;
}

.inyoushi .nr .li {
    position: relative;
    min-height: 396px;
    min-width: 1200px;
}

.inyoushi .nr .li .pic {
    width: 960px;
    height: 396px;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

.inyoushi .nr .li .pic img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}

.inyoushi .nr .li:hover .pic img {
    transform: scale(1.1, 1.1);
}

.inyoushi .nr .li .wz .sz {
    width: 100px;
    height: 111px;
    background: url("../images/index_24.png") center center no-repeat;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    line-height: 110px;
}

.inyoushi .nr .li .wz .tit {
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    top: -20px;
}

.inyoushi .nr .li .wz .entit {
    font-size: 12px;
    color: rgb(153, 153, 153);
    padding-left: 20px;
    position: relative;
    top: -15px;
}

.inyoushi .nr .li .wz .jj {
    padding-left: 20px;
    font-size: 16px;
    color: rgb(0 0 0);
    line-height: 30px;
}

.inyoushi .nr .li1 .wz {
    width: 740px;
    line-height: 38px;
    float: right;
}

.inyoushi .nr .li2 .wz {
    width: 750px;
    padding-top: 40px;
}

.inpro {
    padding: 50px 0px;
}

.inpro .lmtit {
    font-size: 36px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    text-align: center;
    margin-bottom: 40px;
}

.inpro .lmtit span {
    color: rgb(0, 115, 198);
}

.inpro .leftnav {
    width: 200px;
    float: left;
}

.inpro .leftnav .slmtit {
    text-align: center;
    line-height: 30px;
    padding: 25px 10px;
    background: rgb(0, 115, 198);
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.inpro .leftnav .slmtit span {
    font-weight: bold;
}

.inpro .leftnav ul li {
    background: rgb(244, 244, 244);
    display: block;
}

.inpro .leftnav ul li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: rgb(86, 84, 89);
    text-align: center;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.inpro .leftnav ul li .erji {
    display: block;
    padding: 10px 20px;
}

.inpro .leftnav ul li .erji a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: rgb(102, 102, 102);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inpro .leftnav ul li .erji.on {
    display: block;
}

.inpro .leftnav ul li .erji a:hover {
    color: rgb(0, 115, 198);
}

.inpro .rightnr {
    padding-left: 250px;
}

.inpro .rightnr .one {
    position: relative;
    padding-left: 440px;
    margin-bottom: 30px;
    height: 312px;
}

.inpro .rightnr .one .pic {
    width: 410px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.inpro .rightnr .one .tit {
    font-size: 25px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inpro .rightnr .one .jj {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 25px;
    max-height: 125px;
    overflow: hidden;
    margin-bottom: 35px;
}

.inpro .rightnr .one .ann {
    display: block;
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(86, 84, 89);
}

.inpro .rightnr .one .ann.ann1 {
    background: rgb(0, 115, 198);
}

.inpro .rightnr .one .ann:hover {
    opacity: 0.9;
}

.inpronr {
    padding: 0px 30px;
    position: relative;
}

.inpronr ul li {
    display: block;
    width: 33.3333%;
    float: left;
}

.inpronr ul li a {
    display: block;
    padding: 0px 10px;
}

.inpronr ul li .li {
    position: relative;
}

.inpronr ul li .pic {
    overflow: hidden;
}

.inpronr ul li img {
    transition: all 0.5s ease 0s;
}

.inpronr ul li:hover img {
    transform: scale(1.1, 1.1);
}

.inpronr ul li .tit {
    position: absolute;
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.inpronr .prev, .inpronr .next {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    color: rgb(153, 153, 153);
}

.inpronr .prev {
    left: 0px;
    top: 50%;
    margin-top: -15px;
}

.inpronr .next {
    right: 0px;
    top: 50%;
    margin-top: -15px;
}

.inpronr .prev:hover, .inpronr .next:hover {
    color: rgb(0, 115, 198);
}

.incase {
    padding: 60px 0px;
    background: rgb(245, 245, 245);
}

.incase .lmtit {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin-bottom: 5px;
}

.incase .lmtit span {
    color: rgb(0, 115, 198);
}

.incase .lmjj {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-bottom: 40px;
}

.incase .list {
    width: 102%;
    position: relative;
    left: -1%;
}

.incase .caseone {
    width: 48%;
    margin: 1%;
    float: left;
    position: relative;
}

.incase .caseone .bd ul li {
    position: relative;
}

.incase .caseone .bd ul li .tit {
    transition: all 0.5s ease 0s;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 100px 0px 20px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.incase .caseone .bd ul li:hover .tit {
    background: rgba(0, 115, 198, 0.8);
}

.incase .caseone .hd {
    width: 100px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: center;
}

.incase .caseone .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0px 3px;
    cursor: pointer;
}

.incase .caseone .hd ul li.on {
    background: rgb(0, 115, 198);
}

.incase .right {
    width: 50%;
    float: left;
}

.incase .right ul li {
    display: block;
    width: 48%;
    margin: 1%;
    float: left;
    position: relative;
}

.incase .right ul li .pic {
    overflow: hidden;
}

.incase .right ul li .tit {
    transition: all 0.5s ease 0s;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    bottom: 0px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.incase .right ul li:hover .tit {
    background: rgba(0, 115, 198, 0.8);
}

.incase .more {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(0, 115, 198);
    text-align: center;
    margin: 20px auto 0px;
    border: 1px solid rgb(0, 115, 198);
}

.incase .more:hover {
    background: none;
    color: rgb(0, 115, 198);
}

.quality {
    background: url("../images/feature_bg.jpg") center bottom no-repeat;
    overflow: hidden;
    height: 790px;
    margin-bottom: 0px;
    padding-top: 60px;
}

.quality .lmtit {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin-bottom: 40px;
}

.quality .lmtit span {
    color: rgb(0, 115, 198);
}

.quality .accessory {
    width: 730px;
}

.quality .main-a {
    margin: 50px 0px 20px;
}

.quality .sub-title {
    font-size: 30px;
    color: rgb(208, 208, 208);
    text-transform: uppercase;
    margin: 50px 0px 20px;
}

.quality .sub-title span {
    background: url("../images/feature_icon1.jpg") 0px 0px no-repeat;
    padding-left: 40px;
    font-size: 18px;
    color: rgb(0, 115, 198);
    display: block;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
}

.quality .sub-title span a {
    color: rgb(0, 115, 198);
}

.quality p {
    font-size: 14px;
    line-height: 24px;
    color: rgb(86, 84, 88);
}

.quality .accessory-img {
    height: 390px;
    position: relative;
    margin-top: 10px;
}

.quality .accessory-img li {
    width: 151px;
    height: 151px;
    overflow: hidden;
    position: absolute;
}

.quality .accessory1 {
    top: 0px;
    left: 0px;
}

.quality .accessory2 {
    top: 65px;
    left: 169px;
}

.quality .accessory3 {
    top: 66px;
    left: 345px;
}

.quality .accessory4 {
    top: 0px;
    left: 513px;
}

.quality .accessory5 {
    top: 175px;
    left: 0px;
}

.quality .accessory6 {
    top: 236px;
    left: 169px;
}

.quality .accessory7 {
    top: 236px;
    left: 345px;
}

.quality .accessory8 {
    top: 175px;
    left: 513px;
}

.quality li .cover {
    display: none;
    width: 151px;
    height: 151px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 14px;
    color: rgb(86, 84, 88);
    padding-top: 82px;
}

.quality li:hover .cover {
    display: block;
}

.equip-desc {
    width: 430px;
    margin-top: 76px;
}

.equip-desc dl {
    margin-bottom: 20px;
}

.equip-desc dt {
    padding-left: 40px;
    font-size: 18px;
    color: rgb(0, 115, 198);
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.equip-desc dd {
    font-size: 14px;
    line-height: 24px;
    color: rgb(86, 84, 88);
    padding-left: 40px;
}

.equip-desc .feature1 dt {
    background: url("../images/feature_icon2.jpg") 0px 0px no-repeat;
}

.equip-desc .feature2 dt {
    background: url("../images/feature_icon3.jpg") 0px 0px no-repeat;
}

.equip-desc .feature3 dt {
    background: url("../images/feature_icon4.jpg") 0px 0px no-repeat;
}

.equip-desc .feature4 dt {
    background: url("../images/feature_icon5.jpg") 0px 0px no-repeat;
}

.equip-desc .feature-btn {
    display: block;
    background: url("../images/btn_bg2.jpg") 0px 0px no-repeat;
    height: 89px;
    line-height: 42px;
    padding-left: 150px;
    font-size: 14px;
    color: rgb(0, 115, 198);
    margin: 40px 0px 0px 40px;
}

.inliuc {
    padding: 30px 0px;
    background: rgb(0, 115, 198);
    text-align: center;
    position: relative;
}

.inliuc .lmtit {
    width: 120px;
    height: 120px;
    background: rgb(104, 104, 106);
    box-sizing: border-box;
    border: 5px solid rgb(215, 241, 230);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 20px;
}

.inliuc ul li {
    display: inline-block;
    padding-right: 70px;
    position: relative;
}

.inliuc ul li .yuan {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 5px solid rgb(64, 150, 211);
    background: rgb(192, 220, 241);
    font-size: 16px;
    color: rgb(51, 51, 51);
}

.inliuc ul li i {
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
}

.inliuc ul li.four {
    padding-right: 260px;
}

.inliuc ul li.four i, .inliuc ul li.last i {
    display: none;
}

.inliuc ul li.last {
    padding-right: 0px;
}

.inabout {
    padding: 270px 0px;
}

.inabout .entit {
    font-size: 24px;
    font-weight: bold;
    color: rgb(102, 102, 102);
    margin-bottom: 0px;
}

.inabout .cntit {
    font-size: 36px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin: 40px 0;
}

.inabout .cntit img {
    margin: 0px 10px;
}

.inabout .wz {
    width: 50%;
    box-sizing: border-box;
    padding-right: 45px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    height: 209px;
    margin-bottom: 60px;
    overflow: hidden;
}

.inabout .shuj {
    margin-bottom: 20px;
}

.inabout .shuj ul li {
    /* display: block; */
    width: 25%;
    background: rgba(255, 255, 255, 0.59);
    float: left;
    text-align: center;
    padding: 50px 0px;
    color: rgb(51, 51, 51);
}

.inabout .shuj ul li .sz {
    font-size: 18px;
    display: block;
}

.inabout .shuj ul li .sz span {
    font-size: 60px;
    font-weight: bold;
}

.inabout .shuj ul li .jj {
    font-size: 18px;
}

.inabout .shuj ul li.on .jj {
    display: block;
}

.inabout .shuj ul li.on {
    padding: 60px 0px;
    color: rgb(0 0 0);
    margin-top: -20px;
}

.inabout .ann {
    transition: all 0.5s ease 0s;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgb(0, 115, 198);
    display: block;
    background: rgb(0, 115, 198);
}

.inabout .ann:hover {
    width: 180px;
}

.insheb .hd {
    padding: 35px 0px;
}

.insheb .hd ul {
    display: block;
    border-left: 1px solid rgb(238, 238, 238);
}

.insheb .hd ul li {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0px 30px;
    float: left;
    font-size: 16px;
    color: rgb(68, 68, 68);
    cursor: pointer;
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(238, 238, 238);
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-image: initial;
    border-left-style: initial;
    border-left-color: initial;
}

.insheb .hd ul li.on {
    background: rgb(0, 115, 198);
    color: rgb(255, 255, 255);
}

.insheb .bd ul {
    width: 101%;
    position: relative;
    left: -0.5%;
}

.insheb .bd ul li {
    display: block;
    width: 24%;
    margin: 0px 0.5%;
    float: left;
}

.insheb .bd ul li .pic {
    overflow: hidden;
    position: relative;
}

.insheb .bd ul li .pic img {
    transition: all 0.5s ease 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.insheb .bd ul li:hover .pic img {
    transform: scale(1.1, 1.1);
}

.insheb .bd ul li .tit {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.insheb .bd ul li:hover .tit {
    color: rgb(0, 115, 198);
}

.innews {
    padding: 60px 0px;
}

.innews .lmtit {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

.innews .lmtit span {
    color: rgb(0, 115, 198);
}

.innews .nav {
    text-align: center;
    padding: 25px 0px;
}

.innews .nav ul li {
    display: inline-block;
    padding: 0px 30px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 14px;
    color: rgb(51, 51, 51);
    border-radius: 10px;
    margin: 2px;
}

.innews .nav ul li:hover {
    background: rgb(0, 115, 198);
    color: rgb(255, 255, 255);
}

.innewsnr {
    padding-bottom: 50px;
    position: relative;
}

.innewsnr .bd ul li {
    display: block;
    width: 25%;
    float: left;
}

.innewsnr .bd ul li a {
    display: block;
    padding: 0px 10px;
}

.innewsnr .bd ul li .li {
    border: 1px solid rgb(223, 223, 223);
}

.innewsnr .bd ul li .li .pic {
    overflow: hidden;
    border-bottom: 1px solid rgb(223, 223, 223);
}

.innewsnr .bd ul li .li .pic img {
    transition: all 0.5s ease 0s;
}

.innewsnr .bd ul li .li:hover img {
    transform: scale(1.1, 1.1);
}

.innewsnr .bd ul li .li .wz {
    padding: 10px;
}

.innewsnr .bd ul li .li .wz .tit {
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.innewsnr .bd ul li .li .wz .jj {
    font-size: 14px;
    color: rgb(102, 102, 102);
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.innewsnr .bd ul li .li .date {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: rgb(153, 153, 153);
    padding: 0px 70px 0px 10px;
    position: relative;
    border-top: 1px solid rgb(223, 223, 223);
}

.innewsnr .bd ul li .li .date .ann {
    width: 70px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 1px solid rgb(223, 223, 223);
}

.innewsnr .bd ul li .li:hover .tit {
    color: rgb(0, 115, 198);
}

.innewsnr .hd {
    position: absolute;
    width: 100%;
    line-height: 20px;
    left: 0px;
    bottom: 0px;
    text-align: center;
}

.innewsnr .hd ul li {
    display: inline-block;
    width: 25px;
    height: 5px;
    background: rgb(170, 170, 170);
    margin: 0px 3px;
    overflow: hidden;
    line-height: 333px;
    cursor: pointer;
}

.innewsnr .hd ul li.on {
    background: rgb(0, 115, 198);
}

.inpar {
    padding: 50px 0px 0px;
}

.inpar .lmtit {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin-bottom: 5px;
}

.inpar .lmtit span {
    color: rgb(0, 115, 198);
}

.inpar .lmjj {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-bottom: 40px;
}

.inpar .lmtit .an {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    border: 1px solid rgb(170, 170, 170);
    font-weight: normal;
    border-radius: 5px;
    text-align: center;
}

.inpar .lmtit .an:hover {
    background: rgb(0, 115, 198);
    color: rgb(255, 255, 255);
}

.inpar .list {
    border-left: 1px solid rgb(240, 240, 240);
    border-top: 1px solid rgb(240, 240, 240);
}

.inpar .list ul li {
    display: block;
    box-sizing: border-box;
    width: 20%;
    border-bottom: 1px solid rgb(240, 240, 240);
    overflow: hidden;
    border-right: 1px solid rgb(240, 240, 240);
    float: left;
}

.inpar .list ul li img {
    transition: all 0.5s ease 0s;
}

.inpar .list ul li:hover img {
    transform: scale(1.1, 1.1);
}
