.sjb-hear-lm2-r,.sjv-nav-xl{
    display: none;
}
.top{
    border-top: 12px solid #0068b7;
    padding: 12px 0;
}
.ztk{
    width: 1520px;
}
.top-nr{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-nr-l{
    flex: 0 0 auto;   
}
.top-nr-l img{
    width: 100%;
}
.top-nr-r{
    flex: 0 0 auto;
    padding-top: 32px;
}
.top-nr-r-pc-nav{
    display: inline-block;
    margin-right: 50px;
    float: left;
    padding-top: 8px;
}
.top-nr-r-pc-nav a{
    display: inline-block;
    font-size: 18px;
    height: 44px;
    float: left;
    font-weight: bold;
    color: #343d4d;
    position: relative;
    margin: 0 25px;
}
.top-nr-r-pc-nav a em{
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin: 0 auto;
    width: 0;
    height: 2px;
    background: #0068b7;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    opacity: 0;
}
.top-nr-r-pc-nav a em::before{
    position: absolute;
    width: 6px;
    height: 3px;
    background: url(../images/hknj-0601-bj2.png) no-repeat;
    bottom: 2px;
    left: 50%;
    margin-left: -3px;
    content: "";

}
.top-nr-r-pc-nav a:hover,.top-nr-r-pc-nav a.on{
    color: #0068b7;
}
.top-nr-r-pc-nav a:hover em,.top-nr-r-pc-nav a.on em{
    width: 100%;
    opacity: 1;
}
.top-nr-r-pc-js{
    float: left;
    display: inline-block;
    width: 254px;
    height: 32px;
    border:1px solid #e2e2e2;
    border-radius: 16px;
    position: relative;
}
.top-nr-r-pc-js input{
    border: none;
    outline: none;
    width: 215px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    float: left;
    left: 0;
    padding: 0;
    background: transparent;
    position: absolute;
    top: 0;
    text-indent: 15px;
}
.top-nr-r-pc-js button{
    height: 32px;
    border: 0;
    width: 41px;
    position: absolute;
    cursor: pointer;
    right: 0px;
    padding: 0;
    z-index: 9;
    background: url(../images/hknj-0601-bj3.png) 50% 50% no-repeat;
    
}
.datu{
    width: 100%;
    position: relative;
}
.nav-yinc{
    display: none;
    width: 100%;
    height: 60px;
    background: url(../images/hknj-0601-bj4.png) center center repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    line-height: 56px;
}

.nav-yinc-ty{

    text-align: center;
}
.nav-yinc-ty a{
    font-size: 16px;
    color: #fff;
    margin: 0 20px;
}
.nav-yinc-ty a:hover{
    color: #b91708;
}
.datu-gd{
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;

}
.sy-gundong{
    width: 100%;
    height: 100%!important;
}
.sy-gundong .swiper-wrapper{
    height: 100%!important;
}
.sy-gundong-ty{
    width: 100%;
    height: 100%!important;
    overflow: hidden;
}
.sy-gundong-ty a>img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 8s linear;
    -o-transition: all 8s linear;
    transition: all 8s linear;
}
.sy-gundong-ty.swiper-slide-active a>img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sy-gundong-next{
    opacity: 0;
    width: 48px;
    height: 89px;
    background-size: 100% 100%;
    right: 50%;
    margin-right: -750px;
    margin-top: -45px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sy-gundong-prev{
    opacity: 0;
    width: 48px;
    height: 89px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -760px;
    margin-top: -45px;
     -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.datu-gd:hover .sy-gundong-next,.datu-gd:hover .sy-gundong-prev{
    opacity:0;
}
.wenzi {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    z-index: 999;
}
.wenzi>img{
    max-width: 70%;
}
.sy-gundong-ty.swiper-slide-active .wenzi{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
.sy-gundong-pagination{
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.sy-gundong-pagination .swiper-pagination-bullet{
    width: 60px;
    height: 8px;
    background: #fff;
    border-radius: 0;
    margin: 0 25px;
    opacity: 1;
}
.sy-gundong-pagination .swiper-pagination-bullet-active{
    background: #0068b7;
}
.tzgg{
    background: #f6f6f6;
}
.tzgg-nr{
    display: flex;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}
.tzgg-nr span{
    flex: 0 0 auto;
    
    background: #f5b43f;

}
.tzgg-nr span a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.tzgg-nr div{
    flex: 1 1 auto;
    width: 0;
}
.tzgg-nr div a{
    display: inline-block;
    max-width: 46%;
    margin: 0 2%;
    text-indent: 10px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/hknj-0601-bj6.png) 0 50% no-repeat;
}
.tzgg-nr div a:hover{
    color: #0068b7;
}
.dabeij{
    width: 100%;
    background: url(../images/hknj-0601-bj7.png) no-repeat;
    background-size: 100% auto;
}
.nr{
    margin: 0 auto;
}
.lm1{
    padding: 30px 312px;
    line-height: 1.4;
    text-align: center;
}
.lm1 a{
    font-size: 40px;
    font-weight: bold;
    color: #0068b7;
}
.lm2-l{
    width: 753px;
    float: left;
    position: relative;
}
.sy-gundong1{
    width: 100%;
    height: 100%;
}
.sy-gundong-ty1{
    width: 100%;
    height: 100%;
    position: relative;
}
.sy-gundong-ty1 img{
    width: 100%;
    height: 463px;
}
.sy-gundong-ty1 a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.sy-gundong-ty1 div{
    display: inline-block;
    width: 100%;
    padding-top: 25px;
}
.sy-gundong-ty1 div span{
    display: inline-block;
    width: 100%;
    line-height: 42px;
    font-size: 22px;
    color: #333333;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sy-gundong-ty1 div p{
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
    height: 72px;
    color: #838383;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
}
.sy-gundong-ty1 a:hover span{
    color: #0068b7;
}
.swiper-container-horizontal .sy-gundong1-pagination{
    bottom: 180px;
    width: 98%;
    right: 2%;
    text-align: right;
}
.sy-gundong1-pagination .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 5.5px;
    margin: 0 5px;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sy-gundong1-pagination .swiper-pagination-bullet-active{
    width: 35px;
    background: #0068b7;
}
.lm2-r{
    width: 720px;
    float: right;
}
.lm2-r-t{
    height: 60px;
    background: #f2f7fb;
}
.lm2-r-t span{
    display: inline-block;
    margin: 0 12px;

}
.lm2-r-t span a{
    display: inline-block;
    padding: 0 15px;
    font-size: 28px;
    height: 58px;
    line-height: 58px;
    color: #333333;
}
.lm2-r-t span.action a{
    color: #0068b7;
    font-weight: bold;
    border-bottom: 2px solid #0068b7;
}
.lm2-r-x-ty{
    position: relative;
}
.lm2-r-x-ty>a{
    position: absolute;
    display: inline-block;
    font-size: 16px;
    color: #9b9b9b;
    top: -37px;
    right: 10px;
}
.lm2-r-x-ty>a:hover{
    color: #0068b7;
}
.lm2-r-x-ty ul{
    display: block;
    overflow: hidden;
}
.lm2-r-x-ty ul li{
    width: 100%;
    float: left;
    border-bottom: 1px dashed #949494;
}
.lm2-r-x-ty ul li a{
    display: flex;
    align-items: center;
    padding: 25px 0;
}
.lm2-r-x-ty-l{
    flex: 0 0 auto;
    padding: 0 26px;
}
.lm2-r-x-ty-l i{
    display: block;
    font-size: 50px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1.2;
    font-family: ch;
}
.lm2-r-x-ty-l em{
    font-size: 18px;
    color: #aaaaaa;
    line-height: 1.5;
}
.lm2-r-x-ty-r{
    width: 0;
    flex: 1 1 auto;
}
.lm2-r-x-ty-r span{
    display: inline-block;
    width: 100%;
    line-height: 1.6;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lm2-r-x-ty-r p{
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #838383;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2em;
}
.lm2-r-x-ty ul li a:hover div.lm2-r-x-ty-l i{
    color: #0068b7;
}
.lm3{
    margin-top: 40px;
}
.lm3 img{
    width: 100%;
}
.lm4{
    margin-top: 30px;
}
.sy-gundong2{
    width: 100%;
    height: 100%!important;
}
.sy-gundong2 .swiper-wrapper{
    height: 100%!important;
}
.sy-gundong2-ty{
    width: 100%;
    height: 100%!important;
    overflow: hidden;
}
.sy-gundong2-ty a>img{
    display: block;
    width: 100%;
    height: 130px;
}

.sy-gundong2-next{
    opacity: 0;
    width: 36px;
    height: 100%;
    background: url(../images/hknj-0601-bj11.png) no-repeat;
    background-size: 100% 100%;
    right: 50%;
    margin-top: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sy-gundong2-prev{
    opacity: 0;
    width: 36px;
    height: 100%;
    background: url(../images/hknj-0601-bj12.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    left: auto;
    margin-top: 0;
     -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lm4:hover .sy-gundong2-next,.lm4:hover .sy-gundong2-prev{
    opacity: 1;
}
.lm5{
    margin-top: 70px;
    display: flex;
    align-items: center;
}
.lm5-l{
    width: 318px;
    flex: 0 0 auto;
    
    padding-right: 20px;
}
.lm5-l ul li{
    width: 100%;
    height: 96px;
    line-height: 96px;
    float: left;
    border-bottom: 2px solid #f1f1f1;
}
.lm5-l ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    color: #333333;
}
.lm5-l ul li.action{
    background: #0068b7;
    border-radius: 10px;
}
.lm5-l ul li.action a{
    color: #fff;
    font-weight: bold;
    background: url(../images/hknj-0601-bj13.png) 22% 50% no-repeat;
}
.lm5-r{
    flex: 1 1 auto;
    width: 0;
    
}
.lm5-r-ty{
    position: relative;
}
.lm5-r-ty img{
    width: 100%;
    height: 494px;
}
.lm5-r-ty div{
    position: absolute;
    top: 50%;
    width: 260px;
    right: 8%;
    transform: translate(0, -50%);
    padding: 60px 80px;
    background: url(../images/hknj-0601-bj15.png) repeat;
}
.lm5-r-ty div p{
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    max-height: 140px;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.lm5-r-ty div a{
    display: inline-block;
    margin-top: 25px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 16px;
    color: #0068b7;
    border-radius: 16px;
    background: #fff;
}
.lm6{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.lm6-ty{
    width: 48.15%;
}
.lm6-ty-t{
    height: 56px;
    border-bottom: 2px solid #ebebeb;
}
.lm6-ty-t span{
    display: inline-block;
    margin-right: 60px;
}
.lm6-ty-t span a{
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 28px;
    color: #333333;
}
.lm6-ty-t span.action a{
    border-bottom: 3px solid #0068b7;
    color: #0068b7;
    font-weight: bold;
}
.lm6-ty-x{
    padding-top: 30px;
}
.lm6-ty-x-ty{
    position: relative;

}
.lm6-ty-x-ty>a{
    display: inline-block;
    position: absolute;
    top: -68px;
    right: 0;
    font-size: 16px;
    color: #9b9b9b;
}
.lm6-ty-x-ty ul{
    display: block;
    overflow: hidden;
}
.lm6-ty-x-ty ul li{
    display: flex;
    width: 100%;
    line-height: 40px;
    justify-content: space-between;
}
.lm6-ty-x-ty ul li span{
    flex: 1 1 auto;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;

}
.lm6-ty-x-ty ul li span a{
    font-size: 18px;
    color: #333333;
    padding-left: 12px;
    background: url(../images/hknj-0601-bj16.png) 0 50% no-repeat;
}
.lm6-ty-x-ty ul li span a:hover{
    color: #0068b7;
}
.lm6-ty-x-ty ul li em{
    flex: 0 0 auto;
    font-size: 16px;
    color: #aaaaaa;
}
.lm7{
    margin-top: 40px;
}
.lm7-x{
    padding-top: 40px;
    position: relative;
}
.lm7-x-ty>a{
    display: inline-block;
    position: absolute;
    top: -38px;
    right: 0;
    font-size: 16px;
    color: #9b9b9b;
}
.lm7-x-ty-nr-l{
    width: 747px;
    height: 442px;
    float: left;
    position: relative;
}
.lm7-x-ty-nr-l img{
    width: 100%;
    height: 100%;
}
.lm7-x-ty-nr-r{
    width: 750px;
    float: right;
   
}
.lm7-x-ty-nr-r ul{
     height: 442px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.lm7-x-ty-nr-r ul li{
    width: 363px;
    height: 215px;
    position: relative;
}
.lm7-x-ty-nr-r ul li img{
    width: 100%;
    height: 100%;
}
.tishi{
    position: absolute;
    width: 100%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,0.6);
}
.vjs-playing .tishi{
    display: none;
}
.videoContent {
    display: block;

    width: 100%!important;
    height: 100%!important;

}
.lm7-x-ty-nr-l .video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0s;
    border: 0;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0s;
    border: 0;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    font-size: 60px;
}
.lm8{
    margin-top: 60px;
    border-top: 2px solid #ebebeb;
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
    display: flex;
}
.lm8 span{
    flex: 0 0 auto;
    font-size: 16px;
    color: #0068b7;
}
.lm8 div{
    flex: 1 1 auto;
    
    text-align: left;
}
.lm8 a{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin: 0 12px; 
}
.lm8 a:hover{
    color: #0068b7;
}
.foot{
    background: #0068b7;
    padding: 55px 0 65px 0;
}
.foot-nr{
    position: relative;
    margin: 0 auto;
}
.foot-nr>p{
    font-size: 18px;
    line-height: 2;
    text-align: center;
    color: #fff;
}
.foot-nr>p a{
    color: #fff;
}
.foot-nr>p i{
    display: inline-block;
    margin: 0 15px;
}
.erweima{
    width: 160px;
    position: absolute;
    top: 10px;
    right: 20px;
    text-align: center;
}
.erweima img{
    max-width: 100%;
}
.erweima p{
    font-size: 16px;
    color: #ffffff;
    line-height: 2.2;
}







/*ä¸å¸¦å›¾ç‰‡åˆ—è¡¨*/
.lmm{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.lmm img{
    width: 100%;
    display: block;
}
.lmm-nr{
    position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -760px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lmm-nr span{
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.4;
}

.dqwz{
    width: 100%;
    max-width: 1920px;
    background: #f5f5f6;
}
.dqwz-nr{
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dqwz-nr img{
    margin-right: 10px;
}
.dqwz-nr a{
    display: inline-block;
    font-size: 15px;
    color: #797a79;
}
.dqwz-nr a:hover{
    color: #b91708;
}
.dqwz-nr i{
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 15px;
    color: #797a79;
}

.dqwz-nr span{
    display: inline-block;
    font-size: 15px;
    color: #797a79;
}
.erji{
    margin: 0 auto;
    padding-bottom: 60px;
}
.bdtplb{
    padding-top: 30px;
    display: flex;
    padding-bottom: 60px;
}

.bdtplb-l{
    width: 310px;
    flex: 0 0 auto;
    margin-right: 36px;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(20, 20, 20, 0.15);
    -moz-box-shadow:    0px 0px 60px 0px rgba(20, 20, 20, 0.15);
    box-shadow:         0px 0px 60px 0px rgba(20, 20, 20, 0.15);
}
.bdtplb-l ul{
    display: block;
    padding-top: 25px;
    overflow: hidden;
}
.bdtplb-l ul li{
    width: 100%;
    height: 86px;
    line-height: 86px;
    float: left;
}
.bdtplb-l ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #222222;
    text-align: center;
}
.bdtplb-l ul li.action{
    background: #0068b7;
}

.bdtplb-l ul li.action a{
    color: #fff;
    font-weight: bold;
}
.bdtplb-r{
    flex: 1 1 auto;
    width: 0;
}
.bdtplb-lb-ty{
     border-top: 1px dashed #f3f3f3;
}
.bdtplb-lb-ty>a{
    display: flex;
    border-bottom: 1px dashed #f3f3f3;
    padding: 10px 0;
}
.bdtplb-lb-ty-l{
    display: flex;
    width: 130px;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bdtplb-lb-ty-l span{
    font-size: 50px;
    font-weight: bold;
    color: #d4d4d4;
}
.bdtplb-lb-ty-l p{
    font-size: 16px;
    color: #5c5c5c;
    line-height: 28px;
}
.bdtplb-lb-ty-r{
    display: flex;
    flex: 1 1 auto;
     flex-direction: column;
    justify-content: center;
    padding: 30px 20px 30px 30px;
}
.bdtplb-lb-ty-r p {
    line-height: 1.5;
    font-size: 22px;
    font-weight: bold;
    color: #222;
}
.bdtplb-lb-ty-r  span{
    font-size: 16px;
    color: #5c5c5c;
    line-height: 24px;
    display: inline-block;
    margin-top: 16px;
    text-indent: 2em;
}


.bdtplb-lb-ty>a:hover{
    background: #f3f3f3;
}
.bdtplb-lb-ty>a:hover div.bdtplb-lb-ty-l span{
    color: #0068b7;
}
.bdtplb-lb-ty>a:hover div.bdtplb-lb-ty-l p{
    color: #0068b7;
}
.bdtplb-lb-ty>a:hover div.bdtplb-lb-ty-r p{
    color: #0068b7;
}
.page{
    margin-top: 80px;
    text-align: center;
    font-size: 16px;
}





/*è§†é¢‘å›¾ç‰‡ä¸“åŒº*/
.shipingzq-t{
    padding-bottom: 25px;
    line-height: 1.6;
}
.shipingzq-t a{
    font-size: 28px;
    color: #333333;
    margin-right: 70px;
}
.shipingzq-t a.action{
    font-weight: bold;
    color: #0068b7;
}
.shipingzq-x ul{
    display: flex;
    flex-wrap: wrap;
}
.shipingzq-x ul li{
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 10, 18, 0.1);
-moz-box-shadow:    0px 5px 30px 0px rgba(0, 10, 18, 0.1);
box-shadow:         0px 5px 30px 0px rgba(0, 10, 18, 0.1);
}
.shipingzq-x ul li:nth-of-type(3n+1) {
    margin-left: 0;
}
.shipingzq-x ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.shipingzq-x ul li a div{
    width: 100%;
    height: 207px;
    position: relative;
}
.shipingzq-x ul li a div img{
    width: 100%;
    height: 100%;
    display: block;
}
.shipingzq-x ul li a div video{
    width: 100%;
    height: 100%;
}
.shipingzq-x ul li a div i{
    display: inline-block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27.5px;
    margin-left: -27.5px;
    background: url(../images/hknj-0601-bj18.png);
    background-size: 100% 100%;
}
.shipingzq-x ul li a p{
    box-sizing: content-box;
    padding: 15px 3%;
    width: 94%;
    display: flex;
    line-height: 30px;
    height: 60px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.shipingzq-x ul li a p i {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    color: #222222;
}
.shipingzq-x ul li a:hover p i{
    color: #b91708;
}










/*å¸¦å›¾ç‰‡åˆ—è¡¨*/
.dtplb-ty {
    background: #f3f3f3;
    margin-bottom: 45px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.dtplb-ty a{
    display: inline-block;
    padding: 22px;
    display: flex;
}
.dtplb-ty-l {
    display: flex;
    width: 365px;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dtplb-ty-l img{
    width: 100%;
}

.dtplb-ty-r{
    display: flex;
    flex: 1 1 auto;
    padding:10px 13px 10px 35px;
    flex-direction: column;
    justify-content: space-between;
   
}
.dtplb-ty-r p{
    line-height: 1.5;
    font-size: 22px;
    font-weight: bold;
    color: #222222;
}
.dtplb-ty-r span{
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 1.6;
    text-indent: 2em;
}
.dtplb-ty-r em{
    display: block;
    font-size: 16px;
    color: #5c5c5c;
    line-height: 1.6;
}
.dtplb-ty:hover{
    background: #fff;
    -webkit-box-shadow: 0px 2px 51px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 2px 51px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 2px 51px 0px rgba(0, 0, 0, 0.16);
}
.dtplb-ty:hover .dtplb-ty-r a{
    border: 1px solid #00558b;
    background: #00558b;
    color: #fff;
}











/*å…šå»ºå¼•é¢†*/
.djyl-lm1{
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}
.djyl-lm1-l{
    flex: 0 0 auto;
    width: 744px;
    height: 457px;
    margin-right: 40px;
    position: relative;
}
.djyl-lm1-l img{
    width: 100%;
    height: 100%;
}
.djyl-lm1-l p{
    position: absolute;
    width: 96%;
    padding: 0 2%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,0.6);
}
.djyl-lm1-r{
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.djyl-lmm{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #ebebeb;
}
.djyl-lmm span{
    display: inline-block;
    height: 49px;
    line-height: 49px;
    float: left;
    border-bottom: 3px solid #b91708;
}
.djyl-lmm span a{
    font-size: 28px;
    font-weight: bold;
    color: #b91708;
}
.djyl-lmm em{
    display: inline-block;
    float: right;
}
.djyl-lmm em a{
    font-size: 16px;
    color: #9b9b9b;
}
.djyl-tylb{
    width: 100%;
}
.djyl-tylb ul{
    display: block;
    overflow: hidden;
}
.djyl-tylb ul li{
    display: flex;
    width: 100%;
    line-height: 46px;
    justify-content: space-between;
}
.djyl-tylb ul li span{
    flex: 1 1 auto;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;

}
.djyl-tylb ul li span a{
    font-size: 18px;
    color: #333333;
    padding-left: 12px;
    background: url(../images/hknj-0601-bj31.png) 0 50% no-repeat;
}
.djyl-tylb ul li span a:hover{
    color: #0068b7;
}
.djyl-tylb ul li em{
    flex: 0 0 auto;
    font-size: 16px;
    color: #aaaaaa;
}
.djyl-lm2{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.djyl-lm2-ty{
    width: 48.2%;
}
.marg-t20{
    margin-top: 20px;
}
.djyl-lm3{
    margin-top: 40px;
}
.djyl-lm1-r-x{
    width: 100%;
}
.djyl-lm1-r-x img{
    width: 100%;
}














/*ä¼ä¸šæ–‡åŒ–*/
.qywh-t{
    background: url(../images/hknj-0601-bj32.png) 50% 50% no-repeat;
    background-size: 100%;
    padding: 50px 0;
}
.qywh-t-ty{
    display: flex;
    height: 145px;
    align-items: center;
    cursor: pointer;
}
.qywh-t-ty.action{
    background: #e5f0f8;
}
.qywh-t-ty span{
    flex: 0 0 auto;
    width: 268px;
    font-size: 40px;
    font-weight: bold;
    color: #343d4d;
    text-align: right;
    margin-right: 30px;
}
.qywh-t-ty p{
    flex: 1 1 auto;
}
.qywh-tp1{
    max-width: 100%;
}
.qywh-tp2{
    max-width: 100%;
    margin-right: 27px;
}
.qywh-tp3{
    max-width: 100%;
}
.qywh-x{
    margin-top: 20px;
}
.qywh-x-ty-bt p{
    font-size: 40px;
    font-weight: bold;
    color: #343d4d;
    text-align: center;
}
.qywh-x-ty-nr{
    position: relative;
    
}
.sy-gundong4{
    width: 1300px;
    margin: 0 auto;
   padding: 160px 30px;
}

.sy-gundong4-ty{
    position: relative;
    height: 1028px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sy-gundong4-ty-nr{
    height: 1028px;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sy-gundong4-ty.swiper-slide-active{
    position: relative;
    height: 1028px;
    z-index: 999;
    
}
.sy-gundong4-ty.swiper-slide-active .sy-gundong4-ty-nr{
    position: absolute;
    top: -95px;
    left: -149px;
    width: 676px;
    height: 1202px;
    border: 8px solid #fff;

}

.sy-gundong4-ty.swiper-slide-next,.sy-gundong4-ty.swiper-slide-prev{
    z-index: 888;
  
}
.sy-gundong4-ty.swiper-slide-prev{
    position: relative;
    height:1028px;
}
.sy-gundong4-ty.swiper-slide-prev .sy-gundong4-ty-nr{
    position: absolute;
    top: 0;
    left: 0;
    width: 579px;
    height: 100%;
    
}
.sy-gundong4-ty.swiper-slide-next{
    position: relative;
    height:1028px;
}
.sy-gundong4-ty.swiper-slide-next .sy-gundong4-ty-nr{
    position: absolute;
    top: 0;
    right: 0;
    width: 579px;
    height: 100%;
}
.sy-gundong4-ty-nr img{
    width: 100%;
    height: 100%;
}

.sy-gundong4-next{
    width: 57px;
    height: 57px;
    background: url(../images/hknj-0601-bj46.png) center center no-repeat;
    background-size: 100% 100%;
    right: 10px;
    top: 50%;
    margin-top: -28.5px;
}
.sy-gundong4-prev{
    width: 57px;
    height: 57px;
    background: url(../images/hknj-0601-bj45.png) center center no-repeat;
    background-size: 100% 100%;
    left: 10px;
   top: 50%;
    margin-top: -28.5px;
}














/*æ£€ç´¢é¡µ*/
.jsy{
    padding: 65px 110px 0 110px;
}
.ssej-lm1{
    height: 74px;
    width: 62%;
    margin: auto;
    background: #fff;
    border-radius: 37px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 5px 21px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 5px 21px 0px rgba(0, 0, 0, 0.26);
}
.ssej-lm1 select{
    width: 16%;
    background: #fff;
    color: #999;
    font-size: 16px;
    border: 0;
    margin-left: 1.5%;
    height: 56px;
    line-height: 56px;
    outline: none;
    text-indent: 5px;
    color: #434343;
}
.ssej-lm1 select::-ms-expand{
    color: #000;
    font-size:16px;
    padding:0 2px;
    background: #fff;
    border:0;
}
.ssej-lm1 input{
    flex: 1 1 auto;
    background: #fff;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    height: 56px;
    line-height: 56px;
    padding-left: 2%;
}
.ssej-lm1 button{
    height: 74px;
    line-height: 74px;
    background: #0068b7;
    font-size: 16px;
    color: #fff;
    border-radius: 0 37px 37px 0; 
    border: 0;
    outline: none;
    padding: 0 42px;
}

.ssej-lm2{
    margin-top: 40px;
}
.ssej-lm2 span{
    line-height: 36px;
    font-size: 16px;
    color: #bfbfbf;
}
.ssej-lm2 span i{
    color: #ff0000;
    margin: 0 5px;
}
.ssej-lm3{
    display: flex;
    align-items: center;
    padding: 6px 20px;
    background: #92c2e6;
}
.ssej-lm3-ty{
    height: 32px;
    line-height: 32px;
    
}
.ssej-lm3-ty a{
    padding: 0 12px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
}
.ssej-lm3-ty a.active-red{
    background-color: #0068b7;
    color: #fff;
}
.ssej-lm3-ty a.active-red:hover{
    color: #fff;
}
.ssej-lm3-ty a:hover{
    color: #0068b7;
}
.ssej-lm3-ty a.action:hover{
    color: #fff;
}
.ssej-lm3-ty a.action{
    background: #0068b7;
    border-radius: 10px;
}
.ssej-lm3-ty-rq{
    width: 230px;
    margin-left: 50px;
    height: 32px;
    line-height: 32px;
}
.ssej-lm3-ty-rq input{
    font-size: 16px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.ssej-lm4{
    padding: 0 15px;
}
.ssej-lm4 ul li{
    padding: 30px 0 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.ssej-lm4-l{
    flex: 1 1 auto;
    width: 0;
}
.ssej-lm4-l a{
    font-size: 18px;
    color: #222;
    font-weight: bold;
    line-height: 1.4;
}
.ssej-lm4-l a:hover{
    color: #b91708;
}
.ssej-lm4-l p{
    margin-top: 8px;
    font-size: 16px;
    color: #707070;
    line-height: 1.6;
    max-height: 77px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ssej-lm4-l i{
    display: block;margin-top: 10px;
}
.ssej-lm4-l i span{
    display: inline-block;
    font-size: 14px;
    color: #bfbfbf;
    margin-right: 6px;
}
.ssej-lm4-r{
    padding-left: 100px;
    flex: 0 0 auto;
}
.ssej-lm4-r span{
    display: inline-block;
    padding: 0 30px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: #0068b7;
}
span.gaoliang{
    color: #b91708;
}











/*ç»†è§ˆé¡µ*/
.xly-t{
    padding: 35px 0 25px 0;
    text-align: center;
}
.xly-t p{
    font-size: 30px;
    color: #0068b7;
    line-height: 1.5;
}
.xly-m{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    line-height: 32px;
}
.xly-m span{
    display: inline-block;
    margin-left: 10px;
}
.xly-m span i{
    display: inline-block;
    font-size: 14px;
    color: #8b8989;
    margin-right: 30px;
}
.xly-m em{
    display: inline-block;
    font-size: 14px;
    color: #8b8989;
    float: right;
}
.xly-x{
    padding: 20px 30px;
}
.xly-x p{
    font-size: 18px;
    color: #000;
    line-height: 2;
    margin:0 0 30px 0;
}
.xly-x img{
    margin: 0 auto 30px auto;
    max-width: 100%;

}
.xly-x video{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.xly-sp{
    margin-top: 20px;
}
.xly-sp video{
    width: 60%;
    display: block;
    margin: 0 auto;
}











/*å…³äºŽæˆ‘ä»¬*/
.guanyuwm-t{
    padding: 25px 0;
}
.guanyuwm-t p{
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    color: #0068b7;
}
.guanyuwm-x p{
    font-size: 18px;
    text-indent: 2em;
    color: #585858;
    line-height: 2.2;
    margin-bottom:30px;
}



.page-large div{
    font-size: 0;
}
.page-large div a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 3px;
}
.page-large div a.on{
    background: #0068b7;
    color: #fff;
}
.page-info{
    margin-left: 15px;
    line-height: 30px;
    font-size: 16px;
}
.page-info strong{
    color: #0068b7;
}
.xly-sp video {
    width: 70%;
    display: block;
    margin: 0 auto;
}










/*ä¸šåŠ¡é¢†åŸŸ*/
.tuwenjj{
    width: 100%;
    position: relative;
}
.tuwenjj img{
    width: 100%;
    display: block;
}
.tuwenjj p{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,0.6);
}
.tuwenjj-x{
    padding: 20px 0 30px;
}
.tuwenjj-x p{
    font-size: 18px;
    line-height: 2;
    text-indent: 2em;
    color: #222222;
}

.fjxz{
    margin-top: 60px;
    margin-bottom: 5px;
    line-height: 1.4;
}
.fjxz span{
    font-size: 22px;
    font-weight: bold;
    color: #0068b7;
}

.min-h300{
    min-height: 500px;
}
.jrwm{
    display: flex;
    justify-content: space-between;
}
.jrwm-ty{
    width: 31%;
    flex: 0 0 auto;
}
.beij1 a{
    background: #ecf5fd;
}
.beij2 a{
    background: #eafdfb;
}
.beij3 a{
    background: #f5f3fe;
}
.jrwm-ty a{
    display: flex;
    width: 100%;
    padding: 25px 0 ;
    border-radius: 40px;
    align-items: center;
}
.jrwm-ty a span{
    width: 55%;
    text-align: center;
    font-size: 32px;
    color: #000;
}
.jrwm-ty a i{
    width: 45%;
    text-align: center;
}
.jrwm-ty a i img{
    max-width: 60%;
}











@media screen and (max-width: 1680px){
.top {
    border-top: 10px solid #0068b7;
    padding: 10px 0;
}
.ztk {
    width: 1330px;
}
.top-nr-l img {
    width: 256px;
}
.top-nr-r {
    padding-top: 30px;
}
.top-nr-r-pc-nav {
    margin-right: 45px;
    padding-top: 8px;
}
.top-nr-r-pc-nav a {
    font-size: 16px;
    height: 40px;
    margin: 0 22px;
}
.top-nr-r-pc-js {
    width: 220px;
    height: 28px;
    border-radius: 16px;
}
.top-nr-r-pc-js input {
    width: 185px;
    font-size: 14px;
    height: 28px;
    line-height: 30px;
    text-indent: 12px;
}
.top-nr-r-pc-js button {
    height: 28px;
    border: 0;
    width: 34px;
background-size: 24px auto;
}
.nav-yinc {
    height: 54px;
    line-height: 54px;
}
.nav-yinc-ty a {
    font-size: 14px;
    color: #fff;
    margin: 0 16px;
}
.sy-gundong-next{
    width: 44px;
    height: 80px;
    margin-right: -650px;
    margin-top: -40px;
}
.sy-gundong-prev{
    opacity: 0;
    width: 44px;
    height: 80px;
    margin-left: -660px;
    margin-top: -40px;
}
.sy-gundong-pagination{
    bottom: 35px;
}
.sy-gundong-pagination .swiper-pagination-bullet{
    width: 55px;
    height: 6px;
    margin: 0 22px;
}
.tzgg-nr {
    height: 44px;
    line-height: 44px;
}
.tzgg-nr span a {
    padding: 0 15px;
    font-size: 18px;
}
.tzgg-nr div a {
    text-indent: 10px;
    line-height: 44px;
    font-size: 16px;
    background-size: 3px 18px;
}
.lm1 {
    padding: 25px 270px;
    line-height: 1.4;
    text-align: center;
}
.lm1 a {
    font-size: 36px;
}
.lm2-l {
    width: 660px;
}
.sy-gundong-ty1 img{
    height: 406px;
}
.sy-gundong-ty1 div{
    padding-top: 20px;
}
.sy-gundong-ty1 div span{
    line-height: 38px;
    font-size: 20px;
    height: 38px;
}
.sy-gundong-ty1 div p{
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    
}
.swiper-container-horizontal .sy-gundong1-pagination{
    bottom: 150px;
}
.sy-gundong1-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
}
.sy-gundong1-pagination .swiper-pagination-bullet-active{
    width: 30px;
    background: #0068b7;
}
.lm2-r {
    width: 626px;
}
.lm2-r-t{
    height: 52px;
}
.lm2-r-t span{
    margin: 0 10px;

}
.lm2-r-t span a{
    padding: 0 13px;
    font-size: 24px;
    height: 52px;
    line-height: 52px;
}
.lm2-r-x-ty>a{
    font-size: 14px;
    top: -32px;
}
.lm2-r-x-ty ul li a{
    padding: 20px 0;
}
.lm2-r-x-ty-l{
    padding: 0 22px;
}
.lm2-r-x-ty-l i{
    font-size: 46px;
}
.lm2-r-x-ty-l em{
    font-size: 16px;
}
.lm2-r-x-ty-r span{
    font-size: 16px;
}
.lm2-r-x-ty-r p{
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
}
.lm3 {
    margin-top: 35px;
}
.lm4 {
    margin-top: 25px;
}
.sy-gundong2-ty a>img{

    height: 114px;
}
.sy-gundong2-next{
    width: 32px;
    height: 100%;
   
}
.sy-gundong2-prev{
    width: 32px;
    
}
.lm5 {
    margin-top: 60px;
}
.lm5-l {
    width: 278px;
    padding-right: 18px;
}
.lm5-l ul li{
    height: 84px;
    line-height: 84px;
    border-bottom: 2px solid #f1f1f1;
}
.lm5-l ul li a{
    font-size: 24px;
}
.lm5-l ul li.action{
    border-radius: 10px;
}
.lm5-l ul li.action a{
    background-size: 5px 20px;
}
.lm5-r-ty img{
    height: 432px;
}
.lm5-r-ty div{
    width: 220px;
    right: 8%;
    padding: 50px 70px;
}
.lm5-r-ty div p{
    font-size: 16px;
    line-height: 24px;
    max-height: 120px;
}
.lm5-r-ty div a{
    margin-top: 22px;
    height: 28px;
    line-height: 28px;
    padding: 0 18px;
    font-size: 14px;
}
.lm6 {
    margin-top: 60px;
}
.lm6-ty-t{
    height: 52px;
    border-bottom: 2px solid #ebebeb;
}
.lm6-ty-t span{
    margin-right: 54px;
}
.lm6-ty-t span a{
    height: 51px;
    line-height: 51px;
    font-size: 24px;
}
.lm6-ty-t span.action a{
    border-bottom: 3px solid #0068b7;
}
.lm6-ty-x{
    padding-top: 25px;
}
.lm6-ty-x-ty>a{
    top: -60px;
    font-size: 14px;
}
.lm6-ty-x-ty ul li{
    line-height: 36px;
}
.lm6-ty-x-ty ul li span{
    padding-right: 8px;

}
.lm6-ty-x-ty ul li span a{
    font-size: 16px;
    padding-left: 12px;
}
.lm6-ty-x-ty ul li span a:hover{
    color: #0068b7;
}
.lm6-ty-x-ty ul li em{
    font-size: 14px;
}
.lm7 {
    margin-top: 30px;
}
.lm7-x{
    padding-top: 30px;
}
.lm7-x-ty>a{
    top: -32px;
    font-size: 14px;
}
.lm7-x-ty-nr-l{
    width: 654px;
    height: 386px;
}
.lm7-x-ty-nr-r{
    width: 658px;
}
.lm7-x-ty-nr-r ul{
     height: 386px;
}
.lm7-x-ty-nr-r ul li{
    width: 316px;
    height: 188px;
    position: relative;
}
.tishi{
    height: 38px;
    line-height: 38px;
    font-size: 18px;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-top: -35px;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    font-size: 56px;
}
.lm8{
    margin-top: 50px;
    padding: 10px 0;
    line-height: 30px;
}
.lm8 span{
    font-size: 14px;
}
.lm8 a{
    font-size: 14px;
    margin: 0 10px; 
}
.foot{
    padding: 45px 0 55px 0;
}
.foot-nr>p{
    font-size: 16px;
    line-height: 2;
}
.foot-nr>p i{
    margin: 0 12px;
}
.erweima{
    width: 150px;
    top: 10px;
    right: 20px;
}
.erweima img{
    max-width: 100%;
}
.erweima p{
    font-size: 14px;
}











/*ä¸å¸¦å›¾ç‰‡åˆ—è¡¨*/
.lmm-nr{
    margin-left: -665px;
}
.lmm-nr span{
    font-size: 46px;
}
.dqwz-nr{
    height: 40px;
    line-height: 40px;
}
.dqwz-nr img{
    margin-right: 8px;
    width: 16px;
}
.dqwz-nr a{
    font-size: 14px;
}
.dqwz-nr i{
    width: 18px;
    font-size: 14px;
}
.dqwz-nr span{
    font-size: 14px;
}
.bdtplb{
    padding-top: 25px;
    padding-bottom: 50px;
}
.bdtplb-l{
    width: 270px;
    margin-right: 32px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(20, 20, 20, 0.15);
    -moz-box-shadow:    0px 0px 50px 0px rgba(20, 20, 20, 0.15);
    box-shadow:         0px 0px 50px 0px rgba(20, 20, 20, 0.15);
}
.bdtplb-l ul{
    padding-top: 20px;
}
.bdtplb-l ul li{
    height: 78px;
    line-height: 78px;
}
.bdtplb-l ul li a{
    font-size: 22px;
}


.bdtplb-lb-ty>a{
    padding: 9px 0;
}
.bdtplb-lb-ty-l{
    width: 124px;
}
.bdtplb-lb-ty-l span{
    font-size: 46px;
}
.bdtplb-lb-ty-l p{
    font-size: 14px;
    line-height: 26px;
}
.bdtplb-lb-ty-r{
    padding: 25px 15px 25px 25px;
}
.bdtplb-lb-ty-r p {
    font-size: 20px;
}
.bdtplb-lb-ty-r  span{
    font-size: 15px;
    line-height: 22px;
    margin-top: 14px;
}
.page{
    margin-top: 70px;
    font-size: 15px;
}










/*è§†é¢‘å›¾ç‰‡ä¸“åŒº*/
.shipingzq-t{
    padding-bottom: 22px;
}
.shipingzq-t a{
    font-size: 24px;
    margin-right: 60px;
}
.shipingzq-x ul li{
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 10, 18, 0.1);
    -moz-box-shadow:    0px 5px 25px 0px rgba(0, 10, 18, 0.1);
    box-shadow:         0px 5px 25px 0px rgba(0, 10, 18, 0.1);
}
.shipingzq-x ul li a div{
    height: 180px;
}
.shipingzq-x ul li a div i{
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.shipingzq-x ul li a p{
    padding: 10px 3%;
    line-height: 26px;
    height: 52px;
}
.shipingzq-x ul li a p i {
    font-size: 16px;
}













/*å¸¦å›¾ç‰‡åˆ—è¡¨*/
.dtplb-ty {
    margin-bottom: 40px;
}
.dtplb-ty a{
    padding: 20px;
}
.dtplb-ty-l {
    width: 320px;
}
.dtplb-ty-r{
    padding:8px 10px 8px 30px;
   
}
.dtplb-ty-r p{
    font-size: 20px;
}
.dtplb-ty-r span{
    padding: 13px 0;
    font-size: 14px;
}
.dtplb-ty-r em{
    font-size: 14px;
}
.dtplb-ty:hover{
    -webkit-box-shadow: 0px 2px 41px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 2px 41px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 2px 41px 0px rgba(0, 0, 0, 0.16);
}











/*å…šå»ºå¼•é¢†*/
.djyl-lm1{
    padding-top: 25px;
}
.djyl-lm1-l{
    width: 650px;
    height: 400px;
    margin-right: 35px;
}
.djyl-lm1-l p{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}
.djyl-lmm{
    height: 46px;
    line-height: 46px;
}
.djyl-lmm span{
    height: 45px;
    line-height: 45px;
}
.djyl-lmm span a{
    font-size: 24px;
}
.djyl-lmm em a{
    font-size: 14px;
}

.djyl-tylb ul li{
    line-height: 42px;
}
.djyl-tylb ul li span{
    padding-right: 10px;

}
.djyl-tylb ul li span a{
    font-size: 16px;
    padding-left: 10px;
    background-size: 5px auto;
}
.djyl-tylb ul li em{
    font-size: 14px;
}
.djyl-lm2{
    margin-top: 40px;
}
.marg-t20{
    margin-top: 16px;
}
.djyl-lm3{
    margin-top: 35px;
}


















/*ä¼ä¸šæ–‡åŒ–*/
.qywh-t{
    padding: 45px 0;
}
.qywh-t-ty{
    height: 124px;
}
.qywh-t-ty span{
    width: 235px;
    font-size: 36px;
    margin-right: 25px;
}
.qywh-tp1{
   width: 368px;
}
.qywh-tp2{
   width: 204px;
    margin-right: 23px;
}
.qywh-tp3{
    width: 766px;
}
.qywh-x{
    margin-top: 20px;
}
.qywh-x-ty-bt p{
    font-size: 36px;
}
.sy-gundong4{
    width: 1138px;
    margin: 0 auto;
   padding: 140px 30px;
}

.sy-gundong4-ty{
    height: 900px;
}
.sy-gundong4-ty-nr{
    height: 900px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 0px 18px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sy-gundong4-ty.swiper-slide-active{
    height: 900px;
}
.sy-gundong4-ty.swiper-slide-active .sy-gundong4-ty-nr{
    top: -84px;
    left: -134px;
    width: 592px;
    height: 1052px;
    border: 8px solid #fff;

}
.sy-gundong4-ty.swiper-slide-prev{
    height:900px;
}
.sy-gundong4-ty.swiper-slide-prev .sy-gundong4-ty-nr{
    width: 506px;
    
}
.sy-gundong4-ty.swiper-slide-next{
    height:900px;
}
.sy-gundong4-ty.swiper-slide-next .sy-gundong4-ty-nr{
    width: 506px;
}

.sy-gundong4-next{
    width: 52px;
    height: 52px;
    margin-top: -26px;
}
.sy-gundong4-prev{
    width: 52px;
    height: 52px;
    margin-top: -26px;
}















/*æ£€ç´¢é¡µ*/
.jsy{
    padding: 58px 96px 0 96px;
}
.ssej-lm1{
    height: 64px;
    width: 62%;
    border-radius: 32px;
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 5px 18px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 5px 18px 0px rgba(0, 0, 0, 0.26);
}
.ssej-lm1 select{
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    text-indent: 5px;
}
.ssej-lm1 select::-ms-expand{
    font-size:16px;
    padding:0 2px;
}
.ssej-lm1 input{
    font-size: 16px;
    height: 52px;
    line-height: 52px;
}
.ssej-lm1 button{
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    border-radius: 0 32px 32px 0; 
    padding: 0 36px;
}

.ssej-lm2{
    margin-top: 35px;
}
.ssej-lm2 span{
    line-height: 32px;
    font-size: 14px;
}
.ssej-lm2 span i{
    margin: 0 4px;
}
.ssej-lm3{
    padding: 5px 16px;
}
.ssej-lm3-ty{
    height: 30px;
    line-height: 30px;
}
.ssej-lm3-ty a{
    padding: 0 11px;
    font-size: 15px;
    border-radius: 5px;
}
.ssej-lm3-ty a.action{
    border-radius: 9px;
}
.ssej-lm3-ty-rq{
    width: 210px;
    margin-left: 45px;
    height: 30px;
    line-height: 30px;
}
.ssej-lm3-ty-rq input{
    font-size: 15px;
}
.ssej-lm4{
    padding: 0 13px;
}
.ssej-lm4 ul li{
    padding: 26px 0 16px 0;
}
.ssej-lm4-l a{
    font-size: 16px;
    line-height: 1.4;
}

.ssej-lm4-l p{
    margin-top: 8px;
    font-size: 15px;
    max-height: 72px;
}
.ssej-lm4-l i{
    margin-top: 10px;
}
.ssej-lm4-l i span{
    font-size: 14px;
    margin-right: 5px;
}
.ssej-lm4-r{
    padding-left: 95px;
}
.ssej-lm4-r span{
    padding: 0 26px;
    line-height: 32px;
    font-size: 15px;
}
















/*ç»†è§ˆé¡µ*/
.xly-t{
    padding: 30px 0 20px 0;
}
.xly-t p{
    font-size:26px;
}
.xly-m{
    padding-bottom: 4px;
    line-height: 28px;
}
.xly-m span{
    margin-left: 8px;
}
.xly-m span i{
    font-size: 14px;
    margin-right: 25px;
}
.xly-m em{
    font-size: 14px;
}
.xly-x{
    padding: 20px 25px;
}
.xly-x p{
    font-size: 16px;
    margin:0 0 25px 0;
}
.xly-x img{
    margin: 0 auto 25px auto;
}
.share-box a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
}









/*å…³äºŽæˆ‘ä»¬*/
.guanyuwm-t{
    padding: 22px 0;
}
.guanyuwm-t p{
    font-size: 26px;
}
.guanyuwm-x p{
    font-size: 16px;
    margin-bottom:25px;
}





.erji{
    padding-bottom: 50px;
}









/*ä¸šåŠ¡é¢†åŸŸ*/
.tuwenjj p{
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}
.tuwenjj-x{
    padding: 18px 0 28px;
}
.tuwenjj-x p{
    font-size: 16px;

}


.fjxz{
    margin-top: 50px;
    margin-bottom: 5px;
}
.fjxz span{
    font-size: 20px;
}






.min-h300{
    min-height: 450px;
}

.jrwm-ty a{
    padding: 22px 0 ;
    border-radius: 30px;
}
.jrwm-ty a span{
    font-size: 28px;
}

}























@media screen and (max-width: 1460px){
.top {
    border-top: 10px solid #0068b7;
    padding: 10px 0;
}
.ztk {
    width: 1156px;
}
.top-nr-l img {
    width: 206px;
}
.top-nr-r {
    padding-top: 30px;
}
.top-nr-r-pc-nav {
    margin-right: 40px;
    padding-top: 8px;
}
.top-nr-r-pc-nav a {
    font-size: 15px;
    height: 40px;
    margin: 0 18px;
}
.top-nr-r-pc-js {
    width: 200px;
    height: 26px;
    border-radius: 16px;
}
.top-nr-r-pc-js input {
    width: 185px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
}
.top-nr-r-pc-js button {
    height: 26px;
    border: 0;
    width: 34px;
background-size: 22px auto;
}
.nav-yinc {
    height: 48px;
    line-height: 48px;
}
.nav-yinc-ty a {
    font-size: 14px;
    color: #fff;
    margin: 0 14px;
}
.sy-gundong-next{
    width: 36px;
    height: 70px;
    margin-right: -560px;
    margin-top: -35px;
}
.sy-gundong-prev{
     width: 36px;
    height: 70px;
    margin-left: -560px;
    margin-top: -35px;
}
.sy-gundong-pagination{
    bottom: 30px;
}
.sy-gundong-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 5px;
    margin: 0 18px;
}
.tzgg-nr {
    height: 40px;
    line-height: 40px;
}
.tzgg-nr span a {
    padding: 0 15px;
    font-size: 16px;
}
.tzgg-nr div a {
    text-indent: 10px;
    line-height: 40px;
    font-size: 15px;
    background-size: 3px 16px;
}
.lm1 {
    padding: 20px 230px;
}
.lm1 a {
    font-size: 32px;
}
.lm2-l {
    width: 574px;
}
.sy-gundong-ty1 img{
    height: 354px;
}
.sy-gundong-ty1 div{
    padding-top: 16px;
}
.sy-gundong-ty1 div span{
    line-height: 32px;
    font-size: 18px;
    height: 32px;
}
.sy-gundong-ty1 div p{
    margin-top: 6px;
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    
}
.swiper-container-horizontal .sy-gundong1-pagination{
    bottom: 135px;
}
.sy-gundong1-pagination .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background: #fff;
    margin: 0 7px;
}
.sy-gundong1-pagination .swiper-pagination-bullet-active{
    width: 28px;
    background: #0068b7;
}
.lm2-r {
    width: 546px;
}
.lm2-r-t{
    height: 46px;
}
.lm2-r-t span{
    margin: 0 10px;

}
.lm2-r-t span a{
    padding: 0 12px;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
}
.lm2-r-x-ty>a{
    font-size: 14px;
    top: -28px;
}
.lm2-r-x-ty ul li a{
    padding: 18px 0;
}
.lm2-r-x-ty-l{
    padding: 0 18px;
}
.lm2-r-x-ty-l i{
    font-size: 40px;
}
.lm2-r-x-ty-l em{
    font-size: 14px;
}
.lm2-r-x-ty-r span{
    font-size: 15px;
}
.lm2-r-x-ty-r p{
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
}
.lm3 {
    margin-top: 30px;
}
.lm4 {
    margin-top: 20px;
}
.sy-gundong2-ty a>img{

    height: 98px;
}
.sy-gundong2-next{
    width: 30px;
    height: 100%;
   
}
.sy-gundong2-prev{
    width: 30px;
    
}
.lm5 {
    margin-top: 50px;
}
.lm5-l {
    width: 240px;
    padding-right: 18px;
}
.lm5-l ul li{
    height: 72px;
    line-height:72px;
    border-bottom: 2px solid #f1f1f1;
}
.lm5-l ul li a{
    font-size: 20px;
}
.lm5-l ul li.action{
    border-radius: 8px;
}
.lm5-l ul li.action a{
    background-size: 4px 18px;
}
.lm5-r-ty img{
    height: 375px;
}
.lm5-r-ty div{
    width: 200px;
    right: 8%;
    padding: 40px 60px;
}
.lm5-r-ty div p{
    font-size: 15px;
    line-height: 22px;
    max-height: 110px;
}
.lm5-r-ty div a{
    margin-top: 20px;
    height: 26px;
    line-height: 26px;
    padding: 0 16px;
    font-size: 13px;
}
.lm6 {
    margin-top: 50px;
}
.lm6-ty-t{
    height: 46px;
    border-bottom: 2px solid #ebebeb;
}
.lm6-ty-t span{
    margin-right: 48px;
}
.lm6-ty-t span a{
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}
.lm6-ty-t span.action a{
    border-bottom: 3px solid #0068b7;
}
.lm6-ty-x{
    padding-top: 20px;
}
.lm6-ty-x-ty>a{
    top: -50px;
    font-size: 14px;
}
.lm6-ty-x-ty ul li{
    line-height: 32px;
}
.lm6-ty-x-ty ul li span{
    padding-right: 8px;

}
.lm6-ty-x-ty ul li span a{
    font-size: 15px;
    padding-left: 10px;
}
.lm6-ty-x-ty ul li span a:hover{
    color: #0068b7;
}
.lm6-ty-x-ty ul li em{
    font-size: 13px;
}
.lm7 {
    margin-top: 25px;
}
.lm7-x{
    padding-top: 25px;
}
.lm7-x-ty>a{
    top: -30px;
    font-size: 14px;
}
.lm7-x-ty-nr-l{
    width: 568px;
    height: 336px;
}
.lm7-x-ty-nr-r{
    width: 570px;
}
.lm7-x-ty-nr-r ul{
     height: 336px;
}
.lm7-x-ty-nr-r ul li{
    width: 276px;
    height: 162px;
    position: relative;
}
.tishi{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    font-size: 50px;
}
.lm8{
    margin-top: 40px;
    padding: 8px 0;
    line-height: 28px;
}
.lm8 span{
    font-size: 13px;
}
.lm8 a{
    font-size: 13px;
    margin: 0 8px; 
}
.foot{
    padding: 40px 0 50px 0;
}
.foot-nr>p{
    font-size: 14px;
    line-height: 2;
}
.foot-nr>p i{
    margin: 0 12px;
}
.erweima{
    width: 140px;
    top: 10px;
    right: 20px;
}
.erweima img{
    max-width: 100%;
}
.erweima p{
    font-size: 13px;
}












/*ä¸å¸¦å›¾ç‰‡åˆ—è¡¨*/
.lmm-nr{
    margin-left: -578px;
}
.lmm-nr span{
    font-size: 42px;
}
.dqwz-nr{
    height: 40px;
    line-height: 40px;
}
.dqwz-nr img{
    margin-right: 8px;
    width: 16px;
}
.dqwz-nr a{
    font-size: 14px;
}
.dqwz-nr i{
    width: 18px;
    font-size: 14px;
}
.dqwz-nr span{
    font-size: 14px;
}
.bdtplb{
    padding-top: 20px;
    padding-bottom: 40px;
}
.bdtplb-l{
    width: 234px;
    margin-right:28px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(20, 20, 20, 0.15);
    -moz-box-shadow:    0px 0px 40px 0px rgba(20, 20, 20, 0.15);
    box-shadow:         0px 0px 40px 0px rgba(20, 20, 20, 0.15);
}
.bdtplb-l ul{
    padding-top: 20px;
}
.bdtplb-l ul li{
    height: 70px;
    line-height: 70px;
}
.bdtplb-l ul li a{
    font-size: 20px;
}


.bdtplb-lb-ty>a{
    padding: 8px 0;
}
.bdtplb-lb-ty-l{
    width: 118px;
}
.bdtplb-lb-ty-l span{
    font-size: 42px;
}
.bdtplb-lb-ty-l p{
    font-size: 14px;
    line-height: 24px;
}
.bdtplb-lb-ty-r{
    padding: 20px 10px 20px 20px;
}
.bdtplb-lb-ty-r p {
    font-size: 18px;
}
.bdtplb-lb-ty-r  span{
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}
.page{
    margin-top: 60px;
    font-size: 14px;
}










/*è§†é¢‘å›¾ç‰‡ä¸“åŒº*/
.shipingzq-t{
    padding-bottom: 18px;
}
.shipingzq-t a{
    font-size: 20px;
    margin-right: 50px;
}
.shipingzq-x ul li{
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 10, 18, 0.1);
    -moz-box-shadow:    0px 5px 20px 0px rgba(0, 10, 18, 0.1);
    box-shadow:         0px 5px 20px 0px rgba(0, 10, 18, 0.1);
}
.shipingzq-x ul li a div{
    height: 158px;
}
.shipingzq-x ul li a div i{
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.shipingzq-x ul li a p{
    padding: 6px 3%;
    line-height: 22px;
    height: 44px;
}
.shipingzq-x ul li a p i {
    font-size: 14px;
}















/*å¸¦å›¾ç‰‡åˆ—è¡¨*/
.dtplb-ty {
    margin-bottom: 35px;
}
.dtplb-ty a{
    padding: 16px;
}
.dtplb-ty-l {
    width: 274px;
}
.dtplb-ty-r{
    padding:6px 8px 6px 26px;
   
}
.dtplb-ty-r p{
    font-size: 18px;
}
.dtplb-ty-r span{
    padding: 10px 0;
    font-size: 14px;
}
.dtplb-ty-r em{
    font-size: 14px;
}
.dtplb-ty:hover{
    -webkit-box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 2px 31px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 2px 31px 0px rgba(0, 0, 0, 0.16);
}











/*å…šå»ºå¼•é¢†*/
.djyl-lm1{
    padding-top: 20px;
}
.djyl-lm1-l{
    width: 558px;
    height: 342px;
    margin-right: 30px;
}
.djyl-lm1-l p{
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.djyl-lmm{
    height: 42px;
    line-height: 42px;
}
.djyl-lmm span{
    height: 41px;
    line-height: 41px;
}
.djyl-lmm span a{
    font-size: 20px;
}
.djyl-lmm em a{
    font-size: 13px;
}

.djyl-tylb ul li{
    line-height: 36px;
}
.djyl-tylb ul li span{
    padding-right: 8px;

}
.djyl-tylb ul li span a{
    font-size: 14px;
    padding-left: 8px;
    background-size: 4px auto;
}
.djyl-tylb ul li em{
    font-size: 13px;
}
.djyl-lm2{
    margin-top: 35px;
}
.marg-t20{
    margin-top: 14px;
}
.djyl-lm3{
    margin-top: 30px;
}



















/*ä¼ä¸šæ–‡åŒ–*/
.qywh-t{
    padding: 40px 0;
}
.qywh-t-ty{
    height: 110px;
}
.qywh-t-ty span{
    width: 204px;
    font-size: 32px;
    margin-right: 20px;
}
.qywh-tp1{
   width: 316px;
}
.qywh-tp2{
   width: 174px;
    margin-right: 20px;
}
.qywh-tp3{
    width: 656px;
}
.qywh-x{
    margin-top: 15px;
}
.qywh-x-ty-bt p{
    font-size: 32px;
}
.sy-gundong4{
    width: 976px;
    margin: 0 auto;
   padding: 120px 30px;
}

.sy-gundong4-ty{
    height: 770px;
}
.sy-gundong4-ty-nr{
    height: 770px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.sy-gundong4-ty.swiper-slide-active{
    height: 770px;
}
.sy-gundong4-ty.swiper-slide-active .sy-gundong4-ty-nr{
    top: -72px;
    left: -116px;
    width: 506px;
    height: 902px;
    border: 6px solid #fff;

}
.sy-gundong4-ty.swiper-slide-prev{
    height:770px;
}
.sy-gundong4-ty.swiper-slide-prev .sy-gundong4-ty-nr{
    width: 434px;
    
}
.sy-gundong4-ty.swiper-slide-next{
    height:770px;
}
.sy-gundong4-ty.swiper-slide-next .sy-gundong4-ty-nr{
    width: 434px;
}

.sy-gundong4-next{
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
.sy-gundong4-prev{
    width: 48px;
    height: 48px;
    margin-top: -24px;
}










/*æ£€ç´¢é¡µ*/
.jsy{
    padding: 50px 84px 0 84px;
}
.ssej-lm1{
    height: 54px;
    border-radius: 27px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.26);
}
.ssej-lm1 select{
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    text-indent: 5px;
}
.ssej-lm1 select::-ms-expand{
    font-size:14px;
    padding:0 2px;
}
.ssej-lm1 input{
    font-size: 14px;
    height: 46px;
    line-height: 46px;
}
.ssej-lm1 button{
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    border-radius: 0 27px 27px 0; 
    padding: 0 32px;
}

.ssej-lm2{
    margin-top: 30px;
}
.ssej-lm2 span{
    line-height: 30px;
    font-size: 14px;
}
.ssej-lm2 span i{
    margin: 0 3px;
}
.ssej-lm3{
    padding: 4px 14px;
}
.ssej-lm3-ty{
    height: 28px;
    line-height: 28px;
}
.ssej-lm3-ty a{
    padding: 0 10px;
    font-size: 14px;
    border-radius: 4px;
}
.ssej-lm3-ty a.action{
    border-radius: 8px;
}
.ssej-lm3-ty-rq{
    width: 190px;
    margin-left: 40px;
    height: 28px;
    line-height: 28px;
}
.ssej-lm3-ty-rq input{
    font-size: 14px;
}
.ssej-lm4{
    padding: 0 10px;
}
.ssej-lm4 ul li{
    padding: 22px 0 12px 0;
}
.ssej-lm4-l a{
    font-size: 15px;
    line-height: 1.4;
}

.ssej-lm4-l p{
    margin-top: 6px;
    font-size: 14px;
    max-height: 72px;
}
.ssej-lm4-l i{
    margin-top: 8px;
}
.ssej-lm4-l i span{
    font-size: 12px;
    margin-right: 5px;
}
.ssej-lm4-r{
    padding-left: 90px;
}
.ssej-lm4-r span{
    padding: 0 24px;
    line-height: 30px;
    font-size: 14px;
}









/*ç»†è§ˆé¡µ*/
.xly-t{
    padding: 25px 0 15px 0;
}
.xly-t p{
    font-size:22px;
}
.xly-m{
    padding-bottom: 4px;
    line-height: 26px;
}
.xly-m span{
    margin-left: 8px;
}
.xly-m span i{
    font-size: 13px;
    margin-right: 25px;
}
.xly-m em{
    font-size: 13px;
}
.xly-x{
    padding: 18px 22px;
}
.xly-x p{
    font-size: 14px;
    margin:0 0 20px 0;
}
.xly-x img{
    margin: 0 auto 20px auto;
}
.share-box a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}









/*å…³äºŽæˆ‘ä»¬*/
.guanyuwm-t{
    padding: 20px 0;
}
.guanyuwm-t p{
    font-size: 24px;
}
.guanyuwm-x p{
    font-size: 16px;
    margin-bottom:25px;
}





.page-large div a{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    margin: 0 2px;
}
.page-info{
    margin-left: 15px;
    line-height: 28px;
    font-size: 14px;
}



.erji{
    padding-bottom: 40px;
}






/*ä¸šåŠ¡é¢†åŸŸ*/
.tuwenjj p{
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.tuwenjj-x{
    padding: 16px 0 26px;
}
.tuwenjj-x p{
    font-size: 14px;

}


.fjxz{
    margin-top: 40px;
}
.fjxz span{
    font-size: 18px;
}






.min-h300{
    min-height: 400px;
}

.jrwm-ty a{
    padding: 20px 0 ;
    border-radius: 20px;
}
.jrwm-ty a span{
    font-size: 24px;
}
.jrwm-ty a i img{
    max-width: 50%;
}
}











@media screen and (max-width: 1200px){
.top {
    border-top: 8px solid #0068b7;
    padding: 10px 0;
}
.ztk {
    width: 950px;
}
.top-nr-l img {
    width: 172px;
}
.top-nr-r {
    padding-top: 25px;
}
.top-nr-r-pc-nav {
    margin-right: 35px;
    padding-top: 6px;
}
.top-nr-r-pc-nav a {
    font-size: 14px;
    height: 32px;
    margin: 0 13px;
}
.top-nr-r-pc-js {
    width: 180px;
    height: 24px;
    border-radius: 16px;
}
.top-nr-r-pc-js input {
    width: 185px;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    text-indent: 10px;
}
.top-nr-r-pc-js button {
    height: 24px;
    border: 0;
    width: 26px;
background-size: 20px auto;
}
.nav-yinc {
    height: 42px;
    line-height: 42px;
}
.nav-yinc-ty a {
    font-size: 12px;
    color: #fff;
    margin: 0 12px;
}
.sy-gundong-next{
    width: 30px;
    height: 60px;
    margin-right: -475px;
    margin-top: -30px;
}
.sy-gundong-prev{
    width: 30px;
    height: 60px;
    margin-left: -475px;
    margin-top: -30px;
}
.sy-gundong-pagination{
    bottom: 30px;
}
.sy-gundong-pagination .swiper-pagination-bullet{
    width: 50px;
    height: 5px;
    margin: 0 18px;
}
.tzgg-nr {
    height: 36px;
    line-height: 36px;
}
.tzgg-nr span a {
    padding: 0 12px;
    font-size: 14px;
}
.tzgg-nr div a {
    text-indent: 10px;
    line-height: 36px;
    font-size: 14px;
    background-size: 2px 14px;
}
.lm1 {
    padding: 18px 170px;
}
.lm1 a {
    font-size: 28px;
}
.lm2-l {
    width: 470px;
}
.sy-gundong-ty1 img{
    height:290px;
}
.sy-gundong-ty1 div{
    padding-top: 14px;
}
.sy-gundong-ty1 div span{
    line-height: 28px;
    font-size: 16px;
    height: 28px;
}
.sy-gundong-ty1 div p{
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    
}
.swiper-container-horizontal .sy-gundong1-pagination{
    bottom: 125px;
}
.sy-gundong1-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0 3px;
}
.sy-gundong1-pagination .swiper-pagination-bullet-active{
    width: 25px;
    background: #0068b7;
}
.lm2-r {
    width: 446px;
}
.lm2-r-t{
    height: 38px;
}
.lm2-r-t span{
    margin: 0 8px;

}
.lm2-r-t span a{
    padding: 0 10px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
}
.lm2-r-x-ty>a{
    font-size: 13px;
    top: -24px;
}
.lm2-r-x-ty ul li a{
    padding: 13px 0;
}
.lm2-r-x-ty-l{
    padding: 0 15px;
}
.lm2-r-x-ty-l i{
    font-size: 32px;
}
.lm2-r-x-ty-l em{
    font-size: 13px;
}
.lm2-r-x-ty-r span{
    font-size: 14px;
}
.lm2-r-x-ty-r p{
    margin-top: 3px;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
}
.lm3 {
    margin-top: 20px;
}
.lm4 {
    margin-top: 15px;
}
.sy-gundong2-ty a>img{

    height: 80px;
}
.sy-gundong2-next{
    width: 24px;
   
}
.sy-gundong2-prev{
    width: 24px;
    
}
.lm5 {
    margin-top: 40px;
}
.lm5-l {
    width: 200px;
    padding-right: 16px;
}
.lm5-l ul li{
    height: 58px;
    line-height: 58px;
    border-bottom: 2px solid #f1f1f1;
}
.lm5-l ul li a{
    font-size: 16px;
}
.lm5-l ul li.action{
    border-radius: 6px;
}
.lm5-l ul li.action a{
    background-size: 3px 16px;
}
.lm5-r-ty img{
    height: 306px;
}
.lm5-r-ty div{
    width: 180px;
    right: 8%;
    padding: 30px 50px;
}
.lm5-r-ty div p{
    font-size: 14px;
    line-height: 20px;
    max-height: 100px;
}
.lm5-r-ty div a{
    margin-top: 18px;
    height: 24px;
    line-height: 24px;
    padding: 0 15px;
    font-size: 12px;
}
.lm6 {
    margin-top: 40px;
}
.lm6-ty-t{
    height: 42px;
    border-bottom: 1px solid #ebebeb;
}
.lm6-ty-t span{
    margin-right: 40px;
}
.lm6-ty-t span a{
    height: 41px;
    line-height: 41px;
    font-size: 16px;
}
.lm6-ty-t span.action a{
    border-bottom: 2px solid #0068b7;
}
.lm6-ty-x{
    padding-top: 15px;
}
.lm6-ty-x-ty>a{
    top: -42px;
    font-size: 13px;
}
.lm6-ty-x-ty ul li{
    line-height: 28px;
}
.lm6-ty-x-ty ul li span{
    padding-right: 6px;

}
.lm6-ty-x-ty ul li span a{
    font-size: 14px;
    padding-left: 10px;
}
.lm6-ty-x-ty ul li em{
    font-size: 12px;
}
.lm7 {
    margin-top: 20px;
}
.lm7-x{
    padding-top: 20px;
}
.lm7-x-ty>a{
    top: -24px;
    font-size: 13px;
}
.lm7-x-ty-nr-l{
    width: 466px;
    height: 276px;
}
.lm7-x-ty-nr-r{
    width: 470px;
}
.lm7-x-ty-nr-r ul{
     height: 276px;
}
.lm7-x-ty-nr-r ul li{
    width: 226px;
    height: 133px;
    position: relative;
}
.tishi{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    font-size: 42px;
}
.lm8{
    margin-top: 30px;
    padding: 6px 0;
    line-height: 26px;
}
.lm8 span{
    font-size: 12px;
}
.lm8 a{
    font-size: 12px;
    margin: 0 2px; 
}
.foot{
    padding: 30px 0 40px 0;
}
.foot-nr>p{
    font-size: 13px;
    line-height: 1.8;
}
.foot-nr>p i{
    margin: 0 10px;
}
.erweima{
    width: 130px;
    top: 10px;
    right: 20px;
}
.erweima img{
    width: 90px;
}
.erweima p{
    font-size: 12px;
}










/*ä¸å¸¦å›¾ç‰‡åˆ—è¡¨*/
.lmm-nr{
    margin-left: -475px;
}
.lmm-nr span{
    font-size: 36px;
}
.dqwz-nr{
    height: 36px;
    line-height: 36px;
}
.dqwz-nr img{
    margin-right: 8px;
    width: 16px;
}
.dqwz-nr a{
    font-size: 13px;
}
.dqwz-nr i{
    width: 16px;
    font-size: 13px;
}
.dqwz-nr span{
    font-size: 13px;
}
.bdtplb{
    padding-top: 15px;
    padding-bottom: 30px;
}
.bdtplb-l{
    width: 194px;
    margin-right:24px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(20, 20, 20, 0.15);
    -moz-box-shadow:    0px 0px 30px 0px rgba(20, 20, 20, 0.15);
    box-shadow:         0px 0px 30px 0px rgba(20, 20, 20, 0.15);
}
.bdtplb-l ul{
    padding-top: 16px;
}
.bdtplb-l ul li{
    height: 60px;
    line-height: 60px;
}
.bdtplb-l ul li a{
    font-size: 16px;
}


.bdtplb-lb-ty>a{
    padding: 6px 0;
}
.bdtplb-lb-ty-l{
    width: 102px;
}
.bdtplb-lb-ty-l span{
    font-size: 36px;
}
.bdtplb-lb-ty-l p{
    font-size: 13px;
    line-height: 20px;
}
.bdtplb-lb-ty-r{
    padding: 15px 10px 15px 15px;
}
.bdtplb-lb-ty-r p {
    font-size: 16px;
}
.bdtplb-lb-ty-r  span{
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}
.page{
    margin-top: 50px;
    font-size: 13px;
}











/*è§†é¢‘å›¾ç‰‡ä¸“åŒº*/
.shipingzq-t{
    padding-bottom: 15px;
}
.shipingzq-t a{
    font-size: 18px;
    margin-right: 40px;
}
.shipingzq-x ul li{
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 10, 18, 0.1);
    -moz-box-shadow:    0px 5px 15px 0px rgba(0, 10, 18, 0.1);
    box-shadow:         0px 5px 15px 0px rgba(0, 10, 18, 0.1);
}
.shipingzq-x ul li a div{
    height: 130px;
}
.shipingzq-x ul li a div i{
    width: 36px;
    height: 36px;
    margin-top: -18px;
    margin-left: -18px;
}
.shipingzq-x ul li a p{
    padding: 5px 3%;
    line-height: 20px;
    height: 40px;
}
.shipingzq-x ul li a p i {
    font-size: 13px;
}













/*å¸¦å›¾ç‰‡åˆ—è¡¨*/
.dtplb-ty {
    margin-bottom: 30px;
}
.dtplb-ty a{
    padding: 14px;
}
.dtplb-ty-l {
    width: 224px;
}
.dtplb-ty-r{
    padding:4px 6px 4px 20px;
   
}
.dtplb-ty-r p{
    font-size: 16px;
}
.dtplb-ty-r span{
    padding: 8px 0;
    font-size: 12px;
}
.dtplb-ty-r em{
    font-size: 12px;
}
.dtplb-ty:hover{
    -webkit-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 2px 21px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 2px 21px 0px rgba(0, 0, 0, 0.16);
}















/*å…šå»ºå¼•é¢†*/
.djyl-lm1{
    padding-top: 20px;
}
.djyl-lm1-l{
    width: 465px;
    height: 286px;
    margin-right: 25px;
}
.djyl-lm1-l p{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.djyl-lmm{
    height: 38px;
    line-height: 38px;
}
.djyl-lmm span{
    height: 37px;
    line-height: 37px;
}
.djyl-lmm span a{
    font-size: 18px;
}
.djyl-lmm em a{
    font-size: 12px;
}

.djyl-tylb ul li{
    line-height: 32px;
}
.djyl-tylb ul li span{
    padding-right: 6px;

}
.djyl-tylb ul li span a{
    font-size: 13px;
    padding-left: 8px;
    background-size: 3px auto;
}
.djyl-tylb ul li em{
    font-size: 12px;
}
.djyl-lm2{
    margin-top: 30px;
}
.marg-t20{
    margin-top: 10px;
}
.djyl-lm3{
    margin-top: 25px;
}














/*ä¼ä¸šæ–‡åŒ–*/
.qywh-t{
    padding: 30px 0;
}
.qywh-t-ty{
    height: 92px;
}
.qywh-t-ty span{
    width: 170px;
    font-size: 28px;
    margin-right: 16px;
}
.qywh-tp1{
   width: 264px;
}
.qywh-tp2{
   width: 146px;
    margin-right: 16px;
}
.qywh-tp3{
    width: 548px;
}
.qywh-x{
    margin-top: 15px;
}
.qywh-x-ty-bt p{
    font-size: 28px;
}
.sy-gundong4{
    width: 814px;
    margin: 0 auto;
   padding: 100px 30px;
}

.sy-gundong4-ty{
    height: 642px;
}
.sy-gundong4-ty-nr{
    height: 642px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.sy-gundong4-ty.swiper-slide-active{
    height: 642px;
}
.sy-gundong4-ty.swiper-slide-active .sy-gundong4-ty-nr{
    top: -60px;
    left: -101px;
    width: 424px;
    height: 752px;
    border: 5px solid #fff;

}
.sy-gundong4-ty.swiper-slide-prev{
    height:642px;
}
.sy-gundong4-ty.swiper-slide-prev .sy-gundong4-ty-nr{
    width: 362px;
    
}
.sy-gundong4-ty.swiper-slide-next{
    height:642px;
}
.sy-gundong4-ty.swiper-slide-next .sy-gundong4-ty-nr{
    width:362px;
}

.sy-gundong4-next{
    width: 42px;
    height: 42px;
    margin-top: -21px;
}
.sy-gundong4-prev{
    width: 42px;
    height: 42px;
    margin-top: -21px;
}














/*æ£€ç´¢é¡µ*/
.jsy{
    padding: 45px 68px 0 68px;
}
.ssej-lm1{
    height: 44px;
    border-radius: 22px;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 5px 12px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 5px 12px 0px rgba(0, 0, 0, 0.26);
}
.ssej-lm1 select{
    font-size: 13px;
    height: 38px;
    width: 18%;
    line-height: 38px;
    text-indent: 5px;
}
.ssej-lm1 select::-ms-expand{
    font-size:13px;
    padding:0 2px;
}
.ssej-lm1 input{
    font-size: 13px;
    height: 38px;
    line-height: 38px;
}
.ssej-lm1 button{
    height: 44px;
    line-height: 44px;
    font-size: 13px;
    border-radius: 0 22px 22px 0; 
    padding: 0 28px;
}

.ssej-lm2{
    margin-top: 25px;
}
.ssej-lm2 span{
    line-height: 26px;
    font-size: 13px;
}
.ssej-lm2 span i{
    margin: 0 3px;
}
.ssej-lm3{
    padding: 3px 12px;
}
.ssej-lm3-ty{
    height: 26px;
    line-height: 26px;
}
.ssej-lm3-ty a{
    padding: 0 8px;
    font-size: 13px;
    border-radius: 3px;
}
.ssej-lm3-ty a.action{
    border-radius: 6px;
}
.ssej-lm3-ty-rq{
    width: 170px;
    margin-left: 35px;
    height: 26px;
    line-height: 26px;
}
.ssej-lm3-ty-rq input{
    font-size: 13px;
}
.ssej-lm4{
    padding: 0 8px;
}
.ssej-lm4 ul li{
    padding: 18px 0 10px 0;
}
.ssej-lm4-l a{
    font-size: 14px;
    line-height: 1.4;
}

.ssej-lm4-l p{
    margin-top: 5px;
    font-size: 13px;
    max-height: 63px;
}
.ssej-lm4-l i{
    margin-top: 6px;
}
.ssej-lm4-l i span{
    font-size: 12px;
    margin-right: 5px;
}
.ssej-lm4-r{
    padding-left: 80px;
}
.ssej-lm4-r span{
    padding: 0 20px;
    line-height: 26px;
    font-size: 13px;
}











/*ç»†è§ˆé¡µ*/
.xly-t{
    padding: 20px 0 12px 0;
}
.xly-t p{
    font-size:18px;
}
.xly-m{
    padding-bottom: 3px;
    line-height: 22px;
}
.xly-m span{
    margin-left: 8px;
}
.xly-m span i{
    font-size: 12px;
    margin-right: 20px;
}
.xly-m em{
    font-size: 12px;
}
.xly-x{
    padding: 15px 18px;
}
.xly-x p{
    font-size: 13px;
    margin:0 0 16px 0;
}
.xly-x img{
    margin: 0 auto 16px auto;
}
.share-box a {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 4px;
}










/*å…³äºŽæˆ‘ä»¬*/
.guanyuwm-t{
    padding: 20px 0;
}
.guanyuwm-t p{
    font-size: 20px;
}
.guanyuwm-x p{
    font-size: 14px;
    margin-bottom:20px;
}







.page-large div a{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 3px;
    margin: 0 2px;
}
.page-info{
    margin-left: 12px;
    line-height: 24px;
    font-size: 12px;
}




.erji{
    padding-bottom: 30px;
}






.tuwenjj p{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}
.tuwenjj-x{
    padding: 15px 0 22px;
}
.tuwenjj-x p{
    font-size: 13px;

}


.fjxz{
    margin-top: 30px;
}
.fjxz span{
    font-size: 16px;
}






.min-h300{
    min-height: 350px;
}

.jrwm-ty a{
    padding: 16px 0 ;
    border-radius: 12px;
}
.jrwm-ty a span{
    font-size: 20px;
}
}




















@media screen and (max-width: 950px){
.top {
    border-top: 6px solid #0068b7;
    padding: 8px 0;
}
.ztk {
    width: 740px;
}
.top-nr-l img {
    width: 120px;
}
.top-nr-r {
    padding-top: 25px;
}
.top-nr-r-pc-nav {
    margin-right: 25px;
    padding-top: 5px;
}
.top-nr-r-pc-nav a {
    font-size: 13px;
    height: 28px;
    margin: 0 6px;
}
.top-nr-r-pc-js {
    width: 160px;
    height: 22px;
    border-radius: 16px;
}
.top-nr-r-pc-js input {
    width: 145px;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-indent: 10px;
}
.top-nr-r-pc-js button {
    height: 22px;
    border: 0;
    width: 24px;
background-size: 18px auto;
}
.nav-yinc {
    height: 36px;
    line-height: 36px;
}
.nav-yinc-ty a {
    font-size: 12px;
    color: #fff;
    margin: 0 10px;
}
.sy-gundong-next{
    width: 25px;
    height: 54px;
    margin-right: -370px;
    margin-top: -27px;
}
.sy-gundong-prev{
    width: 25px;
    height: 54px;
    margin-left: -370px;
    margin-top: -27px;
}
.sy-gundong-pagination{
    bottom: 25px;
}
.sy-gundong-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    margin: 0 16px;
}
.tzgg-nr {
    height: 32px;
    line-height: 32px;
}
.tzgg-nr span a {
    padding: 0 10px;
    font-size: 12px;
}
.tzgg-nr div a {
    text-indent: 8px;
    line-height: 32px;
    font-size: 12px;
    background-size: 2px 12px;
}
.lm1 {
    padding: 15px 130px;
}
.lm1 a {
    font-size: 22px;
}
.lm2-l {
    width: 368px;
}
.sy-gundong-ty1 img{
    height:226px;
}
.sy-gundong-ty1 div{
    padding-top: 10px;
}
.sy-gundong-ty1 div span{
    line-height: 24px;
    font-size: 14px;
    height: 24px;
}
.sy-gundong-ty1 div p{
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    
}
.swiper-container-horizontal .sy-gundong1-pagination{
    bottom: 110px;
}
.sy-gundong1-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #fff;
    margin: 0 3px;
}
.sy-gundong1-pagination .swiper-pagination-bullet-active{
    width: 20px;
    background: #0068b7;
}
.lm2-r {
    width: 356px;
}
.lm2-r-t{
    height: 32px;
}
.lm2-r-t span{
    margin: 0 5px;

}
.lm2-r-t span a{
    padding: 0 6px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.lm2-r-x-ty>a{
    font-size: 12px;
    top: -20px;
}
.lm2-r-x-ty ul li a{
    padding: 8px 0;
}
.lm2-r-x-ty-l{
    padding: 0 10px;
}
.lm2-r-x-ty-l i{
    font-size: 24px;
}
.lm2-r-x-ty-l em{
    font-size: 12px;
}
.lm2-r-x-ty-r span{
    font-size: 13px;
    line-height: 1.2;
}
.lm2-r-x-ty-r p{
    margin-top: 2px;
    font-size: 12px;
    line-height: 18px;
    height: 36px;
}
.lm3 {
    margin-top: 15px;
}
.lm4 {
    margin-top: 10px;
}
.sy-gundong2-ty a>img{

    height: 62px;
}
.sy-gundong2-next{
    width: 20px;
   
}
.sy-gundong2-prev{
    width: 20px;
    
}
.lm5 {
    margin-top: 30px;
}
.lm5-l {
    width: 152px;
    padding-right: 12px;
}
.lm5-l ul li{
    height: 46px;
    line-height: 46px;
    border-bottom: 2px solid #f1f1f1;
}
.lm5-l ul li a{
    font-size: 14px;
}
.lm5-l ul li.action{
    border-radius: 5px;
}
.lm5-l ul li.action a{
    background-size: 2px 14px;
}
.lm5-r-ty img{
    height: 240px;
}
.lm5-r-ty div{
    width: 160px;
    right: 8%;
    padding: 20px 40px;
}
.lm5-r-ty div p{
    font-size: 12px;
    line-height: 18px;
    max-height: 90px;
}
.lm5-r-ty div a{
    margin-top: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 12px;
    font-size: 12px;
}
.lm6 {
    margin-top: 30px;
}
.lm6-ty-t{
    height: 36px;
    border-bottom: 1px solid #ebebeb;
}
.lm6-ty-t span{
    margin-right: 30px;
}
.lm6-ty-t span a{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.lm6-ty-t span.action a{
    border-bottom: 2px solid #0068b7;
}
.lm6-ty-x{
    padding-top: 12px;
}
.lm6-ty-x-ty>a{
    top: -36px;
    font-size: 12px;
}
.lm6-ty-x-ty ul li{
    line-height: 24px;
}
.lm6-ty-x-ty ul li span{
    padding-right: 4px;

}
.lm6-ty-x-ty ul li span a{
    font-size: 13px;
    padding-left: 10px;
}
.lm6-ty-x-ty ul li em{
    font-size: 12px;
}
.lm7 {
    margin-top: 15px;
}
.lm7-x{
    padding-top: 15px;
}
.lm7-x-ty>a{
    top: -22px;
    font-size: 12px;
}
.lm7-x-ty-nr-l{
    width: 360px;
    height: 212px;
}
.lm7-x-ty-nr-r{
    width: 366px;
}
.lm7-x-ty-nr-r ul{
     height: 212px;
}
.lm7-x-ty-nr-r ul li{
    width: 174px;
    height: 104px;
    position: relative;
}
.tishi{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    font-size: 36px;
}
.lm8{
    margin-top: 30px;
    padding: 6px 0;
    line-height: 24px;
}
.lm8 span{
    font-size: 12px;
}
.lm8 a{
    font-size: 12px;
    margin: 0 2px; 
}
.foot{
    padding: 20px 0 30px 0;
}
.foot-nr>p{
    font-size: 12px;
    line-height: 1.5;
}
.foot-nr>p i{
    margin: 0 8px;
}
.erweima{
    width: 110px;
    top: 10px;
    right: 20px;
}
.erweima img{
    width: 70px;
}
.erweima p{
    font-size: 12px;
}













/*ä¸å¸¦å›¾ç‰‡åˆ—è¡¨*/
.lmm-nr{
    margin-left: -370px;
}
.lmm-nr span{
    font-size: 30px;
}
.dqwz-nr{
    height: 32px;
    line-height: 32px;
}
.dqwz-nr img{
    margin-right: 6px;
    width: 14px;
}
.dqwz-nr a{
    font-size: 12px;
}
.dqwz-nr i{
    width: 16px;
    font-size: 12px;
}
.dqwz-nr span{
    font-size: 12px;
}
.bdtplb{
    padding-top: 12px;
    padding-bottom: 20px;
}
.bdtplb-l{
    width: 174px;
    margin-right:20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(20, 20, 20, 0.15);
    -moz-box-shadow:    0px 0px 20px 0px rgba(20, 20, 20, 0.15);
    box-shadow:         0px 0px 20px 0px rgba(20, 20, 20, 0.15);
}
.bdtplb-l ul{
    padding-top: 12px;
}
.bdtplb-l ul li{
    height: 50px;
    line-height: 50px;
}
.bdtplb-l ul li a{
    font-size: 14px;
}


.bdtplb-lb-ty>a{
    padding: 5px 0;
}
.bdtplb-lb-ty-l{
    width: 90px;
}
.bdtplb-lb-ty-l span{
    font-size: 30px;
}
.bdtplb-lb-ty-l p{
    font-size: 12px;
    line-height: 18px;
}
.bdtplb-lb-ty-r{
    padding: 10px 6px 10px 10px;
}
.bdtplb-lb-ty-r p {
    font-size: 14px;
}
.bdtplb-lb-ty-r  span{
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
}
.page{
    margin-top: 40px;
    font-size: 12px;
}













/*è§†é¢‘å›¾ç‰‡ä¸“åŒº*/
.shipingzq-t{
    padding-bottom: 12px;
}
.shipingzq-t a{
    font-size: 16px;
    margin-right: 30px;
}
.shipingzq-x ul li{
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 10, 18, 0.1);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 10, 18, 0.1);
    box-shadow:         0px 5px 10px 0px rgba(0, 10, 18, 0.1);
}
.shipingzq-x ul li a div{
    height: 96px;
}
.shipingzq-x ul li a div i{
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
}
.shipingzq-x ul li a p{
    padding: 3px 3%;
    line-height: 18px;
    height: 36px;
}
.shipingzq-x ul li a p i {
    font-size: 12px;
}









/*å¸¦å›¾ç‰‡åˆ—è¡¨*/
.dtplb-ty {
    margin-bottom: 20px;
}
.dtplb-ty a{
    padding: 10px;
}
.dtplb-ty-l {
    width: 184px;
}
.dtplb-ty-r{
    padding:3px 3px 3px 15px;
   
}
.dtplb-ty-r p{
    font-size: 14px;
}
.dtplb-ty-r span{
    padding: 5px 0;
    font-size: 12px;
}
.dtplb-ty-r em{
    font-size: 12px;
}
.dtplb-ty:hover{
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.16);
-moz-box-shadow:    0px 2px 15px 0px rgba(0, 0, 0, 0.16);
box-shadow:         0px 2px 15px 0px rgba(0, 0, 0, 0.16);
}
















/*å…šå»ºå¼•é¢†*/
.djyl-lm1{
    padding-top: 15px;
}
.djyl-lm1-l{
    width: 368px;
    height: 226px;
    margin-right: 20px;
}
.djyl-lm1-l p{
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.djyl-lmm{
    height: 32px;
    line-height: 32px;
}
.djyl-lmm span{
    height: 31px;
    line-height: 31px;
}
.djyl-lmm span a{
    font-size: 16px;
}
.djyl-lmm em a{
    font-size: 12px;
}

.djyl-tylb ul li{
    line-height: 24px;
}
.djyl-tylb ul li span{
    padding-right: 4px;

}
.djyl-tylb ul li span a{
    font-size: 12px;
    padding-left: 6px;
    background-size: 2px auto;
}
.djyl-tylb ul li em{
    font-size: 12px;
}
.djyl-lm2{
    margin-top: 25px;
}
.marg-t20{
    margin-top: 10px;
}
.djyl-lm3{
    margin-top: 20px;
}
















/*ä¼ä¸šæ–‡åŒ–*/
.qywh-t{
    padding: 25px 0;
}
.qywh-t-ty{
    height: 72px;
}
.qywh-t-ty span{
    width: 136px;
    font-size: 24px;
    margin-right: 12px;
}
.qywh-tp1{
   width: 208px;
}
.qywh-tp2{
   width: 116px;
    margin-right: 12px;
}
.qywh-tp3{
    width: 433px;
}
.qywh-x{
    margin-top: 15px;
}
.qywh-x-ty-bt p{
    font-size: 24px;
}
.sy-gundong4{
    width: 644px;
    margin: 0 auto;
   padding: 80px 30px;
}

.sy-gundong4-ty{
    height: 508px;
}
.sy-gundong4-ty-nr{
    height: 508px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.35);
}
.sy-gundong4-ty.swiper-slide-active{
    height: 508px;
}
.sy-gundong4-ty.swiper-slide-active .sy-gundong4-ty-nr{
    top: -49px;
    left: -86px;
    width: 336px;
    height: 596px;
    border: 5px solid #fff;

}
.sy-gundong4-ty.swiper-slide-prev{
    height:508px;
}
.sy-gundong4-ty.swiper-slide-prev .sy-gundong4-ty-nr{
    width: 287px;
    
}
.sy-gundong4-ty.swiper-slide-next{
    height:508px;
}
.sy-gundong4-ty.swiper-slide-next .sy-gundong4-ty-nr{
    width: 287px;
}

.sy-gundong4-next{
    width: 36px;
    height: 36px;
    margin-top: -18px;
}
.sy-gundong4-prev{
    width: 36px;
    height: 36px;
    margin-top: -18px;
}














/*æ£€ç´¢é¡µ*/
.jsy{
    padding: 40px 46px 0 46px;
}
.ssej-lm1{
    height: 36px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.26);
}
.ssej-lm1 select{
    font-size: 12px;
    height: 32px;
    width: 21%;
    line-height: 32px;
    text-indent: 5px;
}
.ssej-lm1 select::-ms-expand{
    font-size:12px;
    padding:0 2px;
}
.ssej-lm1 input{
    font-size: 12px;
    height: 32px;
    line-height: 32px;
}
.ssej-lm1 button{
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border-radius: 0 18px 18px 0; 
    padding: 0 22px;
}

.ssej-lm2{
    margin-top: 20px;
}
.ssej-lm2 span{
    line-height: 22px;
    font-size: 12px;
}
.ssej-lm2 span i{
    margin: 0 3px;
}
.ssej-lm3{
    padding: 3px 10px;
}
.ssej-lm3-ty{
    height: 24px;
    line-height: 24px;
}
.ssej-lm3-ty a{
    padding: 0 8px;
    font-size: 12px;
    border-radius: 3px;
}
.ssej-lm3-ty a.action{
    border-radius: 6px;
}
.ssej-lm3-ty-rq{
    width: 150px;
    margin-left: 30px;
    height: 24px;
    line-height: 24px;
}
.ssej-lm3-ty-rq input{
    font-size: 12px;
}
.ssej-lm4{
    padding: 0 5px;
}
.ssej-lm4 ul li{
    padding: 15px 0 10px 0;
}
.ssej-lm4-l a{
    font-size: 14px;
    line-height: 1.4;
}

.ssej-lm4-l p{
    margin-top: 5px;
    font-size: 12px;
    max-height: 58px;
}
.ssej-lm4-l i{
    margin-top: 5px;
}
.ssej-lm4-l i span{
    font-size: 12px;
    margin-right: 5px;
}
.ssej-lm4-r{
    padding-left:70px;
}
.ssej-lm4-r span{
    padding: 0 16px;
    line-height: 24px;
    font-size: 12px;
}









/*ç»†è§ˆé¡µ*/
.xly-t{
    padding: 16px 0 10px 0;
}
.xly-t p{
    font-size:16px;
}
.xly-m{
    padding-bottom: 3px;
    line-height: 20px;
}
.xly-m span{
    margin-left: 8px;
}
.xly-m span i{
    font-size: 12px;
    margin-right: 16px;
}
.xly-m em{
    font-size: 12px;
}
.xly-x{
    padding: 12px 15px;
}
.xly-x p{
    font-size: 12px;
    margin:0 0 12px 0;
}
.xly-x img{
    margin: 0 auto 12px auto;
}
.share-box a {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 3px;
}










/*å…³äºŽæˆ‘ä»¬*/
.guanyuwm-t{
    padding: 20px 0;
}
.guanyuwm-t p{
    font-size: 18px;
}
.guanyuwm-x p{
    font-size: 12px;
    margin-bottom:16px;
}
.erji{
    padding-bottom: 20px;
}




.tuwenjj p{
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}
.tuwenjj-x{
    padding: 13px 0 20px;
}
.tuwenjj-x p{
    font-size: 12px;

}
.fjxz{
    margin-top: 20px;
}
.fjxz span{
    font-size: 14px;
}





.min-h300{
    min-height: 300px;
}

.jrwm-ty a{
    padding: 12px 0 ;
    border-radius: 8px;
}
.jrwm-ty a span{
    font-size: 16px;
}
}
















@media screen and (max-width: 750px){
    .top-nr-r{
        display: none;
    }
.sjb-hear-lm2-r {
    float: none;
    display: inline-block;
    width: 0.46rem;
    flex: 0 0 auto;
    padding-right: 0.35rem;
    position: relative;
}
.sjb-hear-lm2-r a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.sjb-hear-lm2-r  img{
    width: 100%;
}
.sjb-sstck{
    box-sizing: border-box;
    display: none;
    padding: 0.2rem ;
    background-color: #ffffff;
    border-radius: 0.1rem;
    width: 96%;
    position: fixed;
    top:1.5rem;
    z-index: 999;
    left: 2%;
    webkit-box-shadow: 0 0.05rem 0.2rem 0.05rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.05rem 0.2rem 0.05rem rgba(0, 0, 0, 0.2);
}
.sjb-sstck:before {
    z-index: 99;
    top: -0.18rem;
    display: block;
    width: 0;
    height: 0;
    background: transparent;
    border-style: solid;
    border-width: 0 .18rem .18rem .18rem;
    border-color: transparent transparent #0068b7 transparent;
    content: " ";
    position: absolute;
    right:1.15rem;
}
.sjb-sstck input{
    box-sizing: border-box;
    width: 85%;
    height: 0.8rem;
    float: left;
    border: 1px solid #eee;
    text-indent: 0.2rem;
    font-size: 0.3rem;
}
.sjb-sstck button{
    width: 15%;
    box-sizing: border-box;
    float: right;
    height: 0.8rem;
    border: 0;
    background:#eaedef  url(../images/hknj-0601-bj21.png) center center no-repeat ;
    background-size:  0.42rem auto; 
}
.sjv-nav{
    flex:0 0 auto;
    width: 0.52rem;
    float: right;
    position: relative;
    margin-right: 2%;
}
.sjv-nav span {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%;
    position: absolute;
    left: 0;
    height: 0.07rem;
    background: #a9a9a9;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.sjv-nav a{
    display: inline-block;
    width: 100%;
    height: 0.5rem;
}
.sjv-nav a span::before,
.sjv-nav a span::after { position: absolute; left: 0; height: 0.07rem; background: #a9a9a9; -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
.sjv-nav a span::before,
.sjv-nav a span::after { content: ''; width: 100% }
.sjv-nav a span::before { top: -0.15rem;}
.sjv-nav a span::after { bottom: -0.15rem;}
.sjv-nav a.action span { background: rgba(0, 0, 0, 0); transform: rotate(45deg) }
.sjv-nav a.action span::before { transform: translate3d(0, 0.1rem, 0) }
.sjv-nav a.action span::after { transform: rotate(-90deg) translate3d(0.2rem, 0, 0) }
.ztk {
    width: 94%;
}
body.hc-nav-open {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}
.sjv-nav-xl{
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
  
    box-sizing: border-box;
    z-index: 9998;
}
.nav-open{
    width: 100%;
    height: 100%;
}
.sjv-nav-xl-nr{
    position: fixed;
    z-index: 9997;
    top: 0;
    width: 75%;
    max-width: 100%;
    padding-top: 1.7rem;
    box-sizing: border-box;
    height: 100%;
    transition: transform .4s ease;
    right: 0;
    background: #fff;
    transform: translate3d(100%, 0, 0);
    overflow-y: auto;
}
.sjv-nav-xl::after{
    content: '';
    position: fixed;
    z-index: 9996;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    box-sizing: border-box;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
    background: rgba(0, 0, 0, 0.3);
}
.sjv-nav-xl.nav-open::after{
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}
.sjv-nav-xl.nav-open .sjv-nav-xl-nr{
    transform: translate3d(0, 0, 0);
}

.sjv-nav-xl-nr>a{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 0.72rem;
    line-height: 0.72rem;
    padding-left: 3%;
    font-size: 0.32rem;
    font-weight: bold;
    color: #7c7b7b;
    border-bottom: 1px solid #dfdfdf;
}
.sjv-nav-xl-nr>span{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 0.72rem;
    line-height: 0.72rem;
    padding-left: 3%;
    font-size: 0.32rem;
    font-weight: bold;
    color: #7c7b7b;
    position: relative;
    transition: all .2s ease;
     border-bottom: 1px solid #dfdfdf;
}
.sjv-nav-xl-nr>span.action{
    background: #0068b7;
     border-bottom:0;
     color: #fff;
}
.sjv-nav-xl-nr>span em{
    position: absolute;
    right: 0.3rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #7c7b7b;
    transition: all .2s ease;
}
.sjv-nav-xl-nr>span.action em{
    color: #fff;
    transform: rotate(90deg);
}
.sjv-nav-xl-nr>ul{
    display: none;
    border-bottom: 1px solid #dfdfdf;

}
.sjv-nav-xl-nr>ul li{
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #7c7b7b;
     box-sizing: border-box;
     padding-left: 8%;
}
.sjv-nav-xl-nr>ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.top{
    position: relative;
    z-index: 9999;
    background: #fff;
    border-top: 0.1rem solid #0068b7;
    padding: 0.15rem 0;
}
.top-nr-l{
    flex: 1 1 auto;
}
.top-nr-l img {
    width: 70%;
}
.sy-gundong-next{
    width: 0.3rem;
    height: 0.6rem;
    margin-right: 0;
    right: 2%;
    margin-top: -0.3rem;
    opacity: 0;
}
.sy-gundong-prev{
     width: 0.3rem;
    height: 0.6rem;
    margin-left:0;
    left: 2%;
    margin-top: -0.3rem;
    opacity: 0;
}
.sy-gundong-pagination{
    bottom: 0.25rem;
}
.sy-gundong-pagination .swiper-pagination-bullet{
    width: 0.5rem;
    height: 0.08rem;
    margin: 0 0.1rem;
}
.tzgg-nr {
    width: 100%;
    height: 0.56rem;
    line-height: 0.56rem;
}
.tzgg-nr span a {
    padding: 0 0.2rem;
    font-size: 0.26rem;
}
.tzgg-nr div a {
    display: none;
    width: 96%;
    max-width: 96%;
    margin: 0 2%;
    text-indent: 0.2rem;
    line-height: 0.56rem;
    font-size: 0.26rem;
    background-size: 0.05rem auto;
}
.tzgg-nr div a:first-child{
    display: inline-block;
}
.dabeij{
    background: #fff;
}
.lm1 {
    padding: 0.2rem 0;
}
.lm1 a {
    font-size: 0.38rem;
}
.lm2-l {
    width: 100%;
    float: none;
}
.sy-gundong-ty1 img{
    height:4.33rem;
}
.sy-gundong-ty1 div{
    padding-top: 0.1rem;
}
.sy-gundong-ty1 div span{
    line-height: 0.46rem;
    font-size: 0.3rem;
    height: 0.46rem;
}
.sy-gundong-ty1 div p{
    margin-top: 0.05rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 1.2rem;
    
}
.swiper-container-horizontal .sy-gundong1-pagination{
    bottom: 2.1rem;
}
.sy-gundong1-pagination .swiper-pagination-bullet{
    width: 0.16rem;
    height: 0.16rem;
    background: #fff;
    margin: 0 0.06rem;
    border-radius: 0.08rem;
}
.sy-gundong1-pagination .swiper-pagination-bullet-active{
    width: 0.4rem;
    background: #0068b7;
}
.lm2-r {
    margin-top: 0.3rem;
    width: 100%;
    float: none;
}
.lm2-r-t {
    height: 0.8rem;
    background: #f2f7fb;
    display: flex;
    justify-content: space-around;
}
.lm2-r-t span {
    margin: 0;
    margin-left: 0.35rem;
}
.lm2-r-t span a {
    display: inline-block;
    padding: 0 0.1rem;
    font-size: 0.32rem;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #333333;
    font-weight: bold;
    box-sizing: border-box;
    pointer-events: none;
}
.lm2-r-x-ty>a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #0068b7;
    font-size: 0.28rem;
    color: #0068b7;
    top: 0;
    right: 0;
    text-align: center;
}
.lm2-r-x-ty ul li a{
    padding: 0.2rem 0;
}
.lm2-r-x-ty-l{
    padding: 0 0.15rem;
}
.lm2-r-x-ty-l i{
    font-size: 0.64rem;
}
.lm2-r-x-ty-l em{
    font-size: 0.26rem;
}
.lm2-r-x-ty-r span{
    font-size: 0.3rem;
    line-height: 1.4;
}
.lm2-r-x-ty-r p{
    margin-top: 0.05rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    height: 0.8rem;
}
.lm3 {
    margin-top: 0.3rem;
}
.lm4 {
    margin-top: 0.2rem;
}
.sy-gundong2-ty a>img{

    height: 0.92rem;
}
.sy-gundong2-next{
    width: 0.3rem;
    opacity: 1;
   
}
.sy-gundong2-prev{
    width: 0.3rem;
    opacity: 1;
    
}
.lm5 {
    margin-top: 0.3rem;
    display: block;
}
.lm5-l {
    width: 100%;
    flex: 0 0 auto;
    padding-right: 0;
}
.lm5-l ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lm5-l ul li {
    width: 48%;
    height: 1rem;
    line-height: 1rem;
    float: none;
    border-bottom: 2px solid #f1f1f1;
}
.lm5-l ul li a {
    pointer-events: none;
    font-size: 0.32rem;
}
.lm5-l ul li.action {
    border-radius: 0.15rem;
}
.lm5-l ul li.action a {
    background-size: auto 0.32rem;
}
.lm5-r {
    flex: 1 1 auto;
    width: 100%;
    margin-top: 0.2rem;
}
.lm5-r-ty img{
    height: auto;
}
.lm5-r-ty div {
    box-sizing: border-box;
    width: 90%;
    right: 5%;
    padding: 0.2rem 0.4rem;
}
.lm5-r-ty div p {
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 0.4rem;
    max-height: 1.6rem;
    display: block;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.lm5-r-ty div a {
    margin-top: 0.2rem;
    height: 0.42rem;
    line-height: 0.42rem;
    padding: 0 0.25rem;
    font-size: 0.26rem;
}
.lm6 {
    margin-top: 0;
    display: block;
}
.lm6-ty {
    width: 100%;
    margin-top: 0.3rem;
}
.lm6-ty-t {
    height: 0.8rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #ebebeb;
}
.lm6-ty-t span {
    margin-right: 0;
}
.lm6-ty-t span a {
    display: inline-block;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    font-weight: bold;
    box-sizing: border-box;
    color: #333333;
    pointer-events: none;
}
.lm6-ty-x {
    padding-top:0.15rem;
}
.lm6-ty-x-ty>a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #0068b7;
    font-size: 0.28rem;
    color: #0068b7;
    top: 0;
    right: 0;
    text-align: center;
}
.lm6-ty-x-ty ul li span a {
    font-size: 0.26rem;
    color: #333333;
    padding-left:0.2rem;
    background: url(../images/hknj-0601-bj16.png) 0 50% no-repeat;
    background-size: 0.1rem auto;
}
.lm6-ty-x-ty ul li span {

    padding-right: 0.15rem;
}
.lm6-ty-x-ty ul li {
    line-height: 0.6rem;
}
.lm6-ty-x-ty ul li em {
    font-size: 0.24rem;
}
.lm7 {
    margin-top: 0.3rem;
}
.lm7-x {
    padding-top: 0.15rem;
}
.lm7-x-ty>a {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #0068b7;
    font-size: 0.28rem;
    color: #0068b7;
    top: 0;
    right: 0;
    text-align: center;
}
.lm7-x-ty-nr-l {
    width: 100%;
    float: none;
    height: 4.17rem;
}
.lm7-x-ty-nr-r{
    width: 100%;
    margin-top: 0.2rem;
}
.lm7-x-ty-nr-r ul{
     height: 4.17rem;
}
.lm7-x-ty-nr-r ul li{
    width: 48%;
    height: 2rem;
    position: relative;
}
.tishi{
    height: 0.56rem;
    line-height: 0.56rem;
    font-size: 0.26rem;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-top: -0.5rem;
}
.lm7-x-ty-nr-l .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    font-size: 0.7rem;
}
.lm8 {
    margin-top: 0.3rem;
    padding:0.1rem 0;
    line-height: 0.46rem;
    text-align: left;
    display: block;
}
.lm8 span {
    font-size: 0.24rem;
}
.lm8 div{
    display: inline;
}
.lm8 a {
    font-size: 0.24rem;
    margin: 0 0.06rem;
}

.foot {
    padding: 0.3rem 0;
}

.foot-nr>p {
    font-size: 0.24rem;
    line-height: 1.5;
    padding: 0.05rem 0;
}
.foot-nr>p i{
    margin: 0 0.1rem;
}
.erweima{
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    right: 0;
    margin-top: 0.2rem;
}
.erweima img{
    width: 1.5rem;
}
.erweima p{
    font-size: 0.24rem;
}









/*ä¸å¸¦å›¾ç‰‡åˆ—è¡¨*/
.lmm-nr{
    left: 3%;
    margin-left: 0;
}
.lmm-nr span{
    font-size: 0.38rem;
}
.dqwz {
    padding: 0.1rem 0;
}
.dqwz-nr {
    width: 96%;
    margin: 0 auto;
    height: auto;
    line-height: 0.38rem;
}
.dqwz-nr img{
    margin-right: 0.1rem;
    width: 0.3rem;
}
.dqwz-nr a{
    font-size: 0.22rem;
}
.dqwz-nr i{
    width: 0.3rem;
    font-size: 0.22rem;
}
.dqwz-nr span{
    font-size: 0.22rem;
}
.bdtplb{
    padding-top:0.2rem;
    display: block;
    padding-bottom: 0.5rem
}
.bdtplb-l{
    width: 100%;
    margin-right:0
    -webkit-box-shadow: 0px 0px 0 0px rgba(20, 20, 20, 0.15);
    -moz-box-shadow:    0px 0px 0 0px rgba(20, 20, 20, 0.15);
    box-shadow:         0px 0px 0 0px rgba(20, 20, 20, 0.15);
}
.bdtplb-l ul{
    padding-top: 0;
}
.bdtplb-l ul li{
    min-width: 50%;
    width: auto;
    height: 0.86rem;
    line-height: 0.86rem;

}
.bdtplb-l ul li a{
    font-size: 0.32rem;
}

.bdtplb-r {
    width: 100%;
}
.bdtplb-lb-ty>a{
    padding: 0.1rem 0;
}
.bdtplb-lb-ty-l{
    width: auto;
    padding: 0 0.1rem;
}
.bdtplb-lb-ty-l span{
    font-size: 0.52rem;
}
.bdtplb-lb-ty-l p{
    font-size: 0.24rem;
    line-height: 1.6;
}
.bdtplb-lb-ty-r{
    padding: 0.1rem 0 0.1rem 0.1rem;
}
.bdtplb-lb-ty-r p {
    font-size: 0.3rem;
}
.bdtplb-lb-ty-r  span{
    font-size: 0.28rem;
    line-height: 1.4;
    margin-top: 0.1rem;
}
.page{
    margin-top: 0.5rem;
    font-size: 0.26rem;
}



.shipingzq-t{
    padding: 0.25rem 0;
}
.shipingzq-t a{
    font-size: 0.36rem;
    margin-right: 0.35rem;
}
.shipingzq-x ul li{
    width: 49%;
    margin-left: 2%;
    margin-bottom: 0.25rem;
    -webkit-box-shadow: 0px 0.15rem 0.3rem 0px rgba(0, 10, 18, 0.1);
-moz-box-shadow:    0px 0.15rem 0.3rem 0px rgba(0, 10, 18, 0.1);
box-shadow:         0px 0.15rem 0.3rem 0px rgba(0, 10, 18, 0.1);
}
.shipingzq-x ul li:nth-of-type(3n+1) {
    margin-left: 2%;
}
.shipingzq-x ul li:nth-of-type(2n+1) {
    margin-left: 0;
}
.shipingzq-x ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.shipingzq-x ul li a div{
    width: 100%;
    height: 2.07rem;
    position: relative;
}
.shipingzq-x ul li a div i{
    width: 0.5rem;
    height: 0.5rem;
    margin-top: -0.25rem;
    margin-left: -0.25rem;
}
.shipingzq-x ul li a p{
    padding: 0.1rem 2%;
    width: 96%;
    line-height: 0.36rem;
    height: 0.72rem;
}
.shipingzq-x ul li a p i {
    font-size: 0.28rem;
}










/*å¸¦å›¾ç‰‡åˆ—è¡¨*/
.dtplb-ty {
    display: block;
    padding: 0.2rem;
    margin-bottom: 0.25rem;
    position: relative;
}
.dtplb-ty a {
    padding: 0;
    flex-wrap: wrap;
}
.dtplb-ty-l {
    display: block;
    width: 100%;
    text-align: center;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dtplb-ty-r {
    display: block;
    flex: 1 1 auto;
    padding: 0.15rem 0 0 0;
    flex-direction: column;
    justify-content: space-between;
}
.dtplb-ty-r p{
    font-size: 0.3rem;
}
.dtplb-ty-r span {
    padding: 0.15rem 0;
    font-size: 0.28rem;
}
.dtplb-ty-r em {
    display: block;
    font-size: 0.28rem;
    color: #5c5c5c;
    line-height: 0.56rem;
}









/*å…šå»ºå¼•é¢†*/
.djyl-lm1{
    padding-top: 0.2rem;
    display: block;
}
.djyl-lm1-l{
    width: 100%;
    height: auto;
    margin-right: 0;
}
.djyl-lm1-l p{
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.28rem;
}
.djyl-lm1-r{
    width: 100%;
    margin-top: 0.3rem;
}
.djyl-lmm{
    height: 0.7rem;
    line-height: 0.7rem;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
}
.djyl-lmm span{
    box-sizing: border-box;
    height: 0.7rem;
    line-height: 0.7rem;
    border-bottom: 2px solid #b91708;
}
.djyl-lmm span a{
    font-size: 0.32rem;
}
.djyl-lmm em a{
    font-size: 0.24rem;
}
.djyl-tylb{
    margin-top: 0.15rem;
}
.djyl-tylb ul li{
    line-height: 0.6rem;
}







.djyl-tylb ul li span a {
    font-size: 0.26rem;
    padding-left:0.2rem;
    background-size: 0.1rem auto;
}
.djyl-tylb ul li span {

    padding-right: 0.15rem;
}
.djyl-tylb ul li {
    line-height: 0.6rem;
}
.djyl-tylb ul li em {
    font-size: 0.24rem;
}
.djyl-lm2{
    margin-top: 25px;
}
.marg-t20{
    margin-top: 10px;
}
.djyl-lm3{
    margin-top: 20px;
}
.djyl-lm1-r-x{
    margin-top: 0.2rem;
}
.djyl-lm2{
    margin-top: 0;
    display: block;
}
.djyl-lm2-ty{
    width: 100%;
    padding-top: 0.3rem;
}









/*ä¼ä¸šæ–‡åŒ–*/
.qywh-t {
    padding: 0.2rem 0;
}
.qywh-t-ty {
    height: auto;
    padding: 0.15rem 0;
}
.qywh-t-ty span {
    width: 1.9rem;
    font-size: 0.32rem;
    margin-right: 0.15rem;
}
.qywh-t-ty p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qywh-tp1{
   width: 70%;
}
.qywh-tp2{
   width: 45%;
   margin: 0.05rem 0;
    margin-right: 0;
}
.qywh-tp3{
    width: 100%;
}
.qywh-x {
    margin-top: 0.2rem;
}
.qywh-x-ty-bt p {
    font-size: 0.32rem;
}
.sy-gundong4 {
    width: 100%;
    margin: 0 auto;
    padding: 0.3rem 0; ;
}
.sy-gundong4-ty{
    position: relative;
    height: auto;

}
.sy-gundong4-ty-nr{
    height: auto;

}
.sy-gundong4-ty.swiper-slide-active{
    position: relative;
    height: auto;
    z-index: 999;
    
}
.sy-gundong4-ty.swiper-slide-active .sy-gundong4-ty-nr{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    border: 0;

}

.sy-gundong4-ty.swiper-slide-next,.sy-gundong4-ty.swiper-slide-prev{
    z-index: 888;
  
}
.sy-gundong4-ty.swiper-slide-prev{
    position: relative;
    height:auto;
}
.sy-gundong4-ty.swiper-slide-prev .sy-gundong4-ty-nr{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.sy-gundong4-ty.swiper-slide-next{
    position: relative;
   height:auto;
}
.sy-gundong4-ty.swiper-slide-next .sy-gundong4-ty-nr{
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.sy-gundong4-ty-nr img{
    width: 100%;
    height: 100%;
}

.sy-gundong4-next{
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
}
.sy-gundong4-prev{
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
}















/*æ£€ç´¢é¡µ*/
.jsy{
    padding: 0.3rem 0 0 0;
}
.ssej-lm1{
    box-sizing: border-box;
    height: 0.9rem;
    width: 100%;
    border-radius: 0.45rem;
    -webkit-box-shadow: 0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 0.1rem 0.2rem 0px rgba(0, 0, 0, 0.26);
}
.ssej-lm1 select{
    width: 25%;
    font-size: 0.28rem;
    height: 0.7rem;
    line-height: 0.7rem;
}
.ssej-lm1 select::-ms-expand{
    font-size:0.28rem;
}
.ssej-lm1 input{
    flex: 1 1 auto;
    font-size: 0.28rem;
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 2%;
}
.ssej-lm1 button{
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.28rem;
    border-radius: 0 0.45rem 0.45rem 0; 
    padding: 0 0.4rem;
}

.ssej-lm2{
    margin-top: 0.35rem;
}
.ssej-lm2 span{
    line-height: 0.46rem;
    font-size: 0.26rem;
}
.ssej-lm2 span i{
    margin: 0 0.1rem;
}
.ssej-lm3 {
    padding: 0.15rem 0.15rem;
    flex-wrap: wrap;
}
.ssej-lm3-ty{
    padding: 0.1rem 0;
    width: 100%;
    height: auto;
    line-height:  0.6rem;
}
.ssej-lm3-ty a{
    padding: 0 0.2rem;
    display: inline-block;
    font-size: 0.26rem;
    color: #ffffff;
}
.ssej-lm3-ty a.action{
    border-radius: 0.1rem;
}
.ssej-lm3-ty-rq{
    width: 60%;
    margin-top: 0.15rem;
    margin-left: 0;
    height: 0.6rem;
    line-height: 0.6rem;
}
.ssej-lm3-ty-rq input{
    font-size:0.28rem;
}
.ssej-lm4{
    padding: 0;
    margin-top: 0.3rem;
}
.ssej-lm4 ul li{
    padding: 0.15rem 0;
    display: block;
    position: relative;
}
.ssej-lm4-l{
    width: 100%;
}
.ssej-lm4-l a{
    font-size: 0.34rem;
}
.ssej-lm4-l p{
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.8;
    max-height: 100%;
    -webkit-line-clamp: 5;
}
.ssej-lm4-l i{
    margin-top: 0.1rem;
    line-height: 0.56rem;
}
.ssej-lm4-l i span{
    font-size: 0.26rem;
    margin-right: 0.05rem;
}
.ssej-lm4-r{
    position: absolute;
    bottom: 0.15rem;
    right: 0;
    padding-left: 0;
}
.ssej-lm4-r span{
    padding: 0 0.2rem;
    line-height:0.56rem;
    font-size: 0.28rem;
}










/*ç»†è§ˆé¡µ*/
.xly-t {
    padding: 0.25rem 0;
    text-align: center;
}
.xly-t p {
    font-size: 0.36rem;
    line-height: 0.56rem;
}
.xly-m{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0.1rem;
    line-height: 0.42rem;
}
.xly-m span{
    display: inline-block;
    margin-left: 0;
}
.xly-m span i{
    display: inline-block;
    font-size:0.24rem;
    color: #8b8989;
    margin-right: 0.2rem;
}
.xly-m em,div#share{
    display: none;
}
.xly-x {
    padding: 0.2rem 0;
}
.xly-x table{
    width:100%!important;
}
.xly-x table td{
    padding: 0!important;
    box-sizing: border-box;
}
.xly-x p {
    font-size: 0.28rem;
    line-height: 1.8;
    margin: 0 0 0.3rem 0;
}
.xly-x img {
    margin: 0 auto 0.3rem auto;
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
}











/*å…³äºŽæˆ‘ä»¬*/
.guanyuwm-t{
    padding: 0.4rem 0;
}
.guanyuwm-t p{
    font-size: 0.38rem;
}
.guanyuwm-x p{
    font-size: 0.28rem;
    margin-bottom:0.3rem;
}







.page-large div a{
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.26rem;
    padding: 0 0.15rem;
    border-radius: 0.06rem;
    margin: 0 0.04rem;
}
.page-info{
    margin-left: 0.15rem;
    line-height: 0.46rem;
    font-size: 0.26rem;
}
.xly-sp video {
    width: 100%;
    margin: 0 auto;
}
.erji{
    padding-bottom: 0.5rem;
}






.tuwenjj{
    margin-top: 0.25rem;
}
.tuwenjj p {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
}
.tuwenjj-x {
    padding: 0.25rem 0 0.1rem;
}
.tuwenjj-x p {
    font-size: 0.28rem;
}
.fjxz{
    margin-top: 0.5rem;
}
.fjxz span{
    font-size: 0.3rem;
}


.min-h300{
    min-height: 5rem;
}
.jrwm-ty{
    width: 32%;
}

.jrwm-ty a{
    display: flex;
    width: 100%;
    padding: 0.2rem 0 ;
    border-radius: 0.2rem;
    align-items: center;
}
.jrwm-ty a span{
    width: 65%;
    text-align: center;
    font-size: 0.3rem;
    color: #000;
}
.jrwm-ty a i{
    width: 35%;
    text-align: center;
}
.jrwm-ty a i img{
    max-width: 80%;
}
}
