.clr {
    clear: both;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}

.p60 {
    padding: 60px 0;
}

@media screen and (max-width: 1199px) {
    .inner {
        width: 100%;
        padding: 0 3%;
    }

    .p60 {
        padding: 30px 0;
    }
}

.lh_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(149, 149, 149, 0.2);
    z-index: 9999;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.hdinn {
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

.lh_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 683px;
}

.lh_nav li a {
    font-size: 14px;
    color: #ffffff;
}

.mobiletop {
    width: 100%;
    height: 0;
}

.lh_navbtn {
    width: 30px;
    height: 20px;
    display: none;
    position: relative;
}

.lh_navbtn span {
    width: 30px;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .2s linear;
}

.lh_navbtn span:nth-child(1) {
    top: 0;
}

.lh_navbtn span:nth-child(2) {
    top: 10px;
}

.lh_navbtn span:nth-child(3) {
    top: 20px;
}

.lh_navbtn span.no1 {
    transform: rotate(45deg);
    top: 10px;
}

.lh_navbtn span.no2 {
    visibility: hidden;
    opacity: 0;
}

.lh_navbtn span.no3 {
    transform: rotate(-45deg);
    top: 10px;
}

.hmbanner img {
    display: block;
    width: 100%;
}

@media (max-width: 1399px) {

    /* .hdinn {
		height: 70px;
	} */
    .lh_nav {
        width: 600px;
    }
}

@media (max-width: 1199px) {

    /* .hdinn {
		height: 66px;
		padding: 0 3%;
	} */
    .lh_nav {
        /* width: 530px; */
        width: 668px;

    }
}

@media (max-width: 768px) {
    .lh_header {
        background-color: #404040;
    }

    .hdinn {
        height: 50px;
    }

    .lh_navbtn {
        display: block;
    }

    .lh_nav {
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: rgba(149, 149, 149, 0.8);
        text-align: center;
    }

    .lh_nav li {
        /* margin: 10px 0; */
        margin: 10px auto 10px;

    }

    .lh_logo img {
        height: 36px;
    }

    .mobiletop {
        height: 50px;
    }
}


/* 因为ie兼容注释的 */
.hmleft {
    /* width: 312px;    */
}

.hmright {
    width: calc(100% - 340px);
}

.lh_hmblockone .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.hmvideodemo {
    background-color: #f4f4f4;
    padding: 10px 10px 0;
}

.hmvideodemotop {
    display: block;
    width: 100%;
    position: relative;
}

.hmvideodemotop .videopic {
    width: 100%;
}

.hmvideodemotop .playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hmvideodemobot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}

.hmvideodemobot h1 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.hmvideodemobot a {
    font-size: 14px;
    color: #ff8500;
}

.hmindustry {
    background: #fbfafa;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hmindustry .hmindustrybox1 {
    width: 20%;
    display: flex;
    justify-content: center;
    padding: 35px 40px 0;
    height: 100%;
}

.hmindustrybox1text h1 {
    font-size: 18px;
    color: #0b43a0;
    font-weight: bold;
    line-height: 1;
}

.hmindustrybox1text h2 {
    font-size: 20px;
    color: #999999;
    font-family: Arial;
    margin-top: 10px;
}

.hmindustry .hmindustrybox2 {
    width: 20%;
    height: 100%;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.hmindustry .hmindustrybox2 a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hmindustry .hmindustrybox2 a .hmindustryicon {
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.hmindustryicon1 {
    background-image: url(../images/lh/hmicon1.png);
}

.hmindustryicon2 {
    background-image: url(../images/lh/hmicon2.png);
}

.hmindustryicon3 {
    background-image: url(../images/lh/hmicon3.png);
}

.hmindustryicon4 {
    background-image: url(../images/lh/hmicon4.png);
}

.hmindustryicon5 {
    background-image: url(../images/lh/hmicon5.png);
}
.hmindustry .hmindustrybox2 a h1 {
    font-size: 16px;
    color: #999999;
    line-height: 1;
    margin-top: 35px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}

.hmindustry .hmindustrybox2:hover {
    background-color: #0b43a0;
}

.hmindustry .hmindustrybox2:hover .hmindustryicon1 {
    background-image: url(../images/lh/hmicon11.png);
}

.hmindustry .hmindustrybox2:hover .hmindustryicon2 {
    background-image: url(../images/lh/hmicon22.png);
}

.hmindustry .hmindustrybox2:hover .hmindustryicon3 {
    background-image: url(../images/lh/hmicon33.png);
}

.hmindustry .hmindustrybox2:hover .hmindustryicon4 {
    background-image: url(../images/lh/hmicon44.png);
}
.hmindustry .hmindustrybox2:hover .hmindustryicon5 {
    background-image: url(../images/lh/hmicon55.png);
}

.hmindustry .hmindustrybox2:hover a h1 {
    color: #ffffff;
    font-weight: bold;
}

@media (max-width: 992px) {
    .hmindustry {
        flex-wrap: wrap;
    }

    .hmindustrybox1text {
        display: flex;
        align-items: center;
    }

    .hmindustrybox1text h2 {
        margin-top: 0;
        margin-left: 10px;
        line-height: 1;
        font-size: 16px;
    }

    .hmindustry .hmindustrybox1 {
        width: 100%;
        justify-content: flex-start;
        padding: 0 15px;
        height: auto;
        height: 30px;

    }

    .hmindustry .hmindustrybox2 {
        width: 25%;
        height: calc(100% - 30px);
    }
}

@media (max-width: 768px) {
    .hmleft {
        width: 100%;
    }

    .hmright {
        width: 100%;
    }

    .hmindustry {
        height: auto;
        margin-top: 15px;
    }

    .hmindustry .hmindustrybox1 {
        height: 40px;
    }

    .hmindustry .hmindustrybox2 {
        width: 50%;
        padding: 20px 0;
    }

    .hmindustry .hmindustrybox2 a h1 {
        margin-top: 20px;
    }
}


.lh_hmblocktwo {
    padding: 18px 0;
}

.hmtitle {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    color: #0b43a0;
    font-weight: bold;
    border-bottom: 2px solid #eeeeee;
}

.lh_hmnewsdemo {
    padding: 20px 10px 0;
}

.lh_hmnewslist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lh_hmnewslist li a h1 {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
}

.lh_hmnewslist li a span {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 1;
}

.lh_hmnewslist li:not(:last-child) {
    margin-bottom: 10px;
}

.lh_newsmore {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    color: #ff8500;
    margin-top: 12px;
}


.lh_hmblocktwo .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.hmlinkdemo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hmlinkdemo li {
    width: 32.32%;
    height: 142px;
}

.hmlinkdemo li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.hmlinkdemo li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hmlinkon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
}

.hmlinkon h1 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
}

.hmlinkon h2 {
    font-size: 16px;
    color: #333333;
    font-family: Arial;
    text-transform: uppercase;
    margin-top: 11px;
}

.hmlinkdemo li:nth-child(3) .hmlinkon h1 {
    color: #fff;
}

.hmlinkdemo li:nth-child(3) .hmlinkon h2 {
    color: #fff;
}

@media (max-width: 768px) {
    .hmlinkdemo li {
        width: 100%;
        height: auto;
    }

    .hmlinkdemo {
        margin-top: 15px;
    }

    .hmlinkon h1 {
        font-size: 18px;
    }
}


