body{
    font-family: 'pingfang sc','microsoft yahei','微软雅黑',arial,sans-serif;
    font-size: 14px;
    color: #111;
    line-height: 28px;
}

ul,li{
    list-style: none;
}

.padding-lr0{
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width:992px){
    .none-992{
        display: none;
    }
}

a{
    text-decoration: none;
}


.header{
    height: 90px;
    position: relative;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    z-index: 999;
}
.header .logo{
    display: flex;
    align-items: center;
    height: 90px;
}
.header .logo img{
    width: 100%;
    max-width: 240px;
    
}

.header .navbar{
    padding: 0px;
}

.header .nav-link{
    padding: 0px;
    line-height: 90px;
    color: #333;
    font-size: 16px;
}

.header .nav-item{
    position: relative;
}
.header .nav-item span{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: #ba1c00;
    transition: all .5s;
}
.header .nav-item:hover span{
    width: 100%;
}
.header .nav-item:hover a{
    color: #ba1c00;
}

.header .logo-m{
    display: none;
}

@media (max-width:992px){
    .header .nav-link{
        line-height: 40px;
    }
    .header .nav-item{
        background: #fff;
    }
    .header .logo-m{
        display: block;
        margin-right: auto;
        
    }
    .header .logo-m img{
        width: 100%;
        max-width: 240px;
        
    }
}


.about-h{
    width: 70%;
    margin: 0 auto;
    margin-top: 10%;
}
@media (max-width:1600px){
    .about-h{
        width: 80%;
    }
}
@media (max-width:1440px){
    .about-h{
        width: 90%;
    }
}
@media (max-width:1200px){
    .about-h{
        margin-top: 5%;
    }
}
@media (max-width:992px){
    .about-h{
        width: 100%;
    }
}
.about-h h2{
    font-size: 30px;
    position: relative;
    line-height: 80px;
}
.about-h h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background-color: #ba1c00;
    content: '';
}
.about-h .about-dec{
    font-size: 16px;
    margin-top: 30px;
    color: #666;
}

.about-h-1{
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all .5s;
}
.about-h-1:hover{
    margin-top: 10px;
}
.about-h-1 .h-1-t{
    position: absolute;
    top: 20%;
    left: 12%;
    color: #fff;
    font-size: 16px;
}
.about-h-1 .h-1-t span{
    font-size: 14px;
    color: #ccc;
}

.about-h-1 .h-1-t2{
    position: absolute;
    top: 20%;
    left: 12%;
    color: #555;
    font-size: 16px;
}
.about-h-1 .h-1-t2 span{
    font-size: 14px;
    color: #999;
}


/*home video*/
@-webkit-keyframes playvideo {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes playvideo {
    0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.shipin{
    display:flex;
    justify-content:center;
    align-items:center;
}
.video-play-btn{
    /*padding: 150px 0px;*/
    position:absolute;
    top: 44%;
    left: 45%;
}

@media (max-width:1440px){
    .video-play-btn{
        /*padding: 150px 0px;*/
        position:absolute;
        top: 40%;
        left: 45%;
    }
}

@media (max-width:1275px){
    .video-play-btn{
        /*padding: 150px 0px;*/
        position:absolute;
        top: 40%;
        left: 45%;
    }
}


@media (max-width:600px){
    .video-play-btn{
        /*padding: 150px 0px;*/
        position:absolute;
        top: 30%;
        left: 45%;
    }
}

.video-play-btn .play-video {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: #fff;
    color: #ba1c00;
    line-height: 86px;
    opacity: .8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    -webkit-animation: playvideo infinite 2s;
    animation: playvideo infinite 2s;
    display: inline-block;
    margin: 0px auto;
    font-size: 18px;
    -webkit-box-shadow: 0px 16px 32px 0px rgb(51 51 51 / 4%);
    box-shadow: 0px 16px 32px 0px rgb(51 51 51 / 4%);
}

.home-sp{
    position: relative;
}
.home-sp img{
    max-width: 100%;
}
/*home video end*/


.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
    justify-content: end;
}

.jtcy{
    background: #f4f4f4;
    min-height: 500px;
}



@media (min-width: 992px){
    .col-lg-15 {
        flex: 0 0 auto;
        width: 20%;
    }    
}

.jtcy-k{
    background: #333;
    text-align: center;
    padding-left:0px;
    padding-right: 0px;
    position: relative;
}

.jtcy-k .jtcy-wz{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17,.35);
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    padding-top: 25%;
    transition: all .5s;
    cursor: pointer;
}

.jtcy-k .jtcy-wz:hover{
    background: #ba1c00;
    padding-top: 27%;
}

.jtcy-k .jtcy-wz .sz{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    margin-bottom: 25px;
}
.jtcy-k .jtcy-wz .shu{
    margin-bottom: 25px;
}
.jtcy-k .jtcy-wz .title{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 40px;
}

.jtcy-k .jtcy-wz .kan a{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 8px 25px;
    border: 1px solid #fff;
}


.h-news{
    background: #f4f4f4;
    padding-bottom: 50px;
}

@media (min-width:992px) and (max-width:1440px){
    .jtcy-k .jtcy-wz{
        padding-top: 20%;
    }
    .jtcy-k .jtcy-wz:hover{
        background: #ba1c00;
        padding-top: 22%;
    }
    .jtcy-k .jtcy-wz .sz{
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        font-family: arial, helvetica, sans-serif;
        margin-bottom: 20px;
    }
    .jtcy-k .jtcy-wz .shu{
        margin-bottom: 20px;
    }
    .jtcy-k .jtcy-wz .title{
        font-size: 22px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 30px;
    }
    
    .jtcy-k .jtcy-wz .kan a{
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        padding: 5px 20px;
        border: 1px solid #fff;
    }
}


.hnews-list{
    width: 78%;
    margin: 0 auto;
}
@media (max-width:1600px){
    .hnews-list{
        width: 85.5%;
    }
}
@media (max-width:1440px){
    .hnews-list{
        width: 92.8%;
    }
}
@media (max-width:992px){
    .hnews-list{
        width: 100%;
    }
}

.hnews-list .hnewlist{
   margin-bottom: 30px;
}

.hnews-list .hnewlist .new-top h2{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-right: 25px;
}
.hnews-list .hnewlist .new-top h2 span{
    float: right;
    font-size: 14px;
    font-weight: 100;
    line-height: 28px;
}
.hnews-list .hnewlist .new-top h2 span a{
    color: #666;
}
.hnews-list .hnewlist .new-top h2 span a:hover{
    color: #ba1c00;
}

.hnews-list .hnewlist .new-top ul{
    padding-left: 0px;
    margin-bottom: 0px;
    margin-right: 25px;
}
.hnews-list .hnewlist .new-top ul li{
    padding-left: 15px;
    height: 40px;
    line-height: 39px;
    background: url(/uploads/image/tdmimg/list-li.png) no-repeat 0px center;
    /* border-bottom: 1px dashed #e6e6e6; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.hnews-list .hnewlist .new-top ul li:hover{
    padding-left: 20px;
}

.hnews-list .hnewlist .new-top ul li .date {
    float: right;
    color: #888888;
    font-size: 14px;
}

.hnews-list .hnewlist .new-top ul li a{
    color: #111;
}



.b-foot{
    background: #444;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff;
}
.b-foot a{
    color: #fff;
}
.b-foot p{
    margin-bottom: 10px;
}
.b-foot span{
    padding-left: 20px;
}

.b-footer{
    background: #333;
    padding-top:5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #ccc;
}
.b-footer a{
    color: #ccc;
    padding-left: 10px;
}