/* 网站字体 */
html {
    font-size: 10px !important;
    transition: all 0s ease;
}

@media screen and (max-width:1680px) {
    html {
        font-size: 8.75px !important
    }
}

@media screen and (max-width:1600px) {
    html {
        font-size: 8.3px !important
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 7.5px !important
    }
}

@media screen and (max-width:1360px) {
    html {
        font-size: 6.9px !important
    }
}

@media screen and (max-width:1280px) {
    html {
        font-size: 6.7px !important
    }
}

/* 通用设定 */
* {
    padding: 0;
    margin: 0;
    transition: all .3s ease
}

*::before,
*::after {
    transition: all .4s;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
    display: block;
}

a {
    text-decoration: none;
    color: #fff;
}

ul,
ol {
    list-style: none;
}

hr {
    border-top: 1px solid #666;
    height: 0;
}

/* 引入css动画时长 */
h1 {
    font-size: 3.6rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 8rem;
}

h1 b {
    font-size: 3rem;
    color: #666;
    font-weight: 400;
    letter-spacing: 1rem;
}

.cl {
    clear: both;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei" !important;
    min-width: 1280px;
}

/* 最小宽度 */
.list_root {
    padding: 5rem 25rem 1rem 25rem;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.more {
    width: 18rem;
    height: 7rem;
    display: block;
    background: #0076ff;
    margin: 7rem auto 9rem auto;
    border-radius: 1rem;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #0076ff;
    transition: all .6s ease;
}

.more a {
    font-size: 2.4rem;
    line-height: 7rem;
    color: #fff;
    transition: all .6s ease;
}

.more:hover {
    background: rgb(0, 118, 255, .1);
}

.more:hover a {
    font-size: 2.6rem;
    color: #0076ff;
}

.banner {
    text-align: center;
    position: relative;
}

.banner .bannertext {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 35%;
    transform: translateX(-50%);
    z-index: 99999;
    left: 50%;
}

.banner .bannertext #text1 {
    line-height: 16rem;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: 8px;
}

.banner .bannertext #text2 {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 8px;
}


.hide {
    display: none;
}

.navpos font {
    font-size: 2rem;
}

.item_child_nav a {
    color: #006fff !important;
}

/* 面包屑 */
.navpos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 4rem;
    padding-top: 0;
    padding: 1rem 25rem;
}

.navpos img {
    width: 2rem;
    height: 2rem;
    margin-right: 2rem;
}

.navpos a {
    font-size: 2rem;
    line-height: 1.5;
    color: #333;
}

.navpos a:nth-last-child(1) {
    color: rgb(2, 98, 209);
}

/* 头部-导航栏 */
header {
    height: 12.5rem;
    background-color: rgb(0, 23, 58);
    /* background-color: transparent; */
    padding: 2rem 20rem 0 20rem;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;


}



header>div:nth-child(1) {
    width: 21%;
    height: 100%;
}

header>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    width: 78%;
    height: 100%;
    align-items: flex-start;

}

header>div:nth-child(2)>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1%;
    box-sizing: border-box;
}

/* 头部-搜索 */
.search {
    border: 1px solid white;
    border-radius: 5rem;
    width: 30rem;
    box-sizing: border-box;
    background-color: #ffffff;
    /* transition: all .5s; */
    /* margin-left: 30%; */
}

#tijiao {
    width: 5rem;
    height: 4rem;
    float: left;
    margin: 0;
    background: #ffffff00;
    border: none;
    /* margin-left: 1rem; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#tijiao2 {
    width: 5rem;
    height: 4rem;
    float: right;
    margin: 0;
    background: #ffffff;
    border: 1px solid white;
    border-radius: 0px 5rem 5rem 0px;
    box-sizing: border-box;
}

#tijiao2 p {
    font-size: 1.5rem;
    background-color: #c0c0c0;
    border-radius: 5rem;
    line-height: 1.5;
    padding: 0.5rem;
}

#sousuo {
    width: 18rem;
    height: 4rem;
    margin: 0;
    padding-left: 1rem;
    outline: medium;
    border: none;
    color: #333;
    font-size: 1.8rem;
    line-height: 4rem;
    box-sizing: border-box;
    /* transition: all .5s; */
}

.search input::placeholder {
    color: rgba(0, 0, 0, 0.693);
}

/* 电话 */
.top_tel {
    /* width: 25rem; */
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top_tel svg {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem 0 0;
}

.top_tel h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
}

.top_tel h3 a {
    color: #fff;
}

/* 头部高新技术企业 */
.top_tel h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    text-align: left;
    letter-spacing: .2rem;
    text-indent: 1rem;
    font-weight: 600;

}

/* 导航栏 */
.top_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.top_nav li {
    margin: 0 1rem;
}

.top_nav li h2 {
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_nav li h2 img {
    margin: 0 0 0 1rem;
}

.top_nav li h2 a {
    color: #fff;
}

.top_nav li h2 a::after {
    content: '';
    color: #fff;
    border-top: .3rem solid #5eacff00;
    width: 0rem;
    display: block;
    margin: 0 auto;
}

.top_nav li:hover h2 img {
    transform: rotateZ(180deg) !important;
}

.top_nav li:hover h2 a {
    color: #006fff !important;
}

.top_nav li:hover h2 a::after {
    width: 4rem !important;
    border-top: .3rem solid #006fff !important;
}

.item-nav h2 a {
    color: #006fff !important;
}

.item-nav h2 a::after {
    content: '';
    color: #fff;
    border-top: .3rem solid #006fff !important;
    width: 4rem !important;
    display: block;
    margin: 0 auto;
}


.top_nav li:hover ul {
    display: flex;
}

/* 头部小导航 */
.child_ul {
    display: none;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    z-index: 999;
    width: 100%;
    min-width: 1280px;
    height: 30rem;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 12.5rem;
    left: 0;
    padding: 5rem 40rem 0 40rem;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    /*设置盒子模型*/
}

.child_ul>li {
    width: 22%;
    margin: 0 1.6rem;
    height: 8rem;
}

.child_ul h3 {
    font-size: 2.4rem;
    line-height: 8rem;
    text-align: left;
    /* margin: 1.5rem 0; */
    --animate-duration: 2s;
}

.child_ul h3 a {
    color: #333;
    transition: all .1s;
}

.child_ul h3:hover {
    font-size: 2.6rem;
    font-weight: 600;
}

.child_ul h3:hover a {
    color: #006fff;
}

/* 表单 */
.form_form {
    width: 100%;
    height: 64.2rem;
    background: url(/lmx_style/img/form_back.png);
    background-size: 100%;
    box-sizing: border-box;
}

.form_box {
    width: 100rem;
    margin: 0 auto;
}

.form_box h2 {
    font-size: 3.6rem;
    text-align: center;
    color: #fff;
    padding-top: 4rem;
    font-weight: 500;
}

.form_box h3 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.8rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    font-weight: 300;
}

.form_box form {
    padding-top: 5rem;
}

.form_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
}

.form_box ul li {
    width: 40rem;
    align-items: center;
    display: flex;
    height: 6rem;
}

.form_box ul li span {
    width: 10rem;
    height: 100%;
    font-size: 2rem;
    line-height: 6rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #0076ff;
}

.form_box ul li input {
    width: 30rem;
    height: 6rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 6rem;
    color: #fff;
    text-indent: 1em;
    border-left: none;
}

.form_box textarea {
    width: 100%;
    min-height: 20rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding-top: 10px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: rgba(255, 255, 255);
    margin-top: 3rem;
    text-indent: 2em;
}

.form_box textarea::placeholder {
    color: rgba(255, 255, 255, 0.861);
}

.form_box .indexbtn {
    width: 18rem;
    height: 7rem;
    background-color: #0076ff;
    border-radius: 1rem;
    margin: 4rem auto 1rem auto;
    text-align: center;
    line-height: 7rem;
    color: #fff;
    font-size: 2.4rem;
}

.form_box .indexbtn:hover {
    background: #bed5f0;
    font-size: 2.6rem;
    color: #0076ff;
}

/* 列表页表单 */
.list_form {
    width: 100rem;
    margin: 0 auto;
}

.list_form_box {
    width: 100rem;
    margin: 0 auto;
}

.list_form_box h2 {
    font-size: 3.6rem;
    text-align: center;
    color: #333;
    font-weight: 500;
}

.list_form_box h3 {
    color: rgba(51, 51, 51, 0.712);
    font-size: 1.8rem;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(51, 51, 51, 0.3);
    font-weight: 300;
}

.list_form_box form {
    padding-top: 6rem;
}

.list_form_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
}

.list_form_box ul li {
    width: 40rem;
    align-items: center;
    display: flex;
    height: 6rem;
}

.list_form_box ul li span {
    width: 10rem;
    height: 100%;
    font-size: 2rem;
    line-height: 6rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #0076ff;
}

.list_form_box ul li input {
    width: 30rem;
    height: 6rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(51, 51, 51, 0.8);
    box-sizing: border-box;
    font-size: 1.8rem;
    line-height: 6rem;
    color: #333;
    text-indent: 1em;
}

.list_form_box textarea {
    width: 100%;
    min-height: 20rem;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(51, 51, 51, 0.8);
    padding-top: 10px;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333;
    margin-top: 3rem;
    text-indent: 2em;
}

.list_form_box textarea::placeholder {
    color: rgba(51, 51, 51, 0.753);
}

.list_form_box .indexbtn {
    width: 18rem;
    height: 7rem;
    background-color: #0076ff;
    border-radius: 1rem;
    margin: 4rem auto 6rem auto;
    text-align: center;
    line-height: 7rem;
    color: #fff;
    font-size: 2.4rem;
}

.list_form_box .indexbtn:hover {
    background: #bed5f0;
    font-size: 2.6rem;
    color: #0076ff;
}


/* 底部导航 */
.footer_nav {
    height: 10rem;
    background-color: rgb(0, 97, 209);
    padding-left: 14rem;
}

.footer_nav ul {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.footer_nav ul li {
    /* margin: 0 5rem; */
    text-align: center;
    line-height: 10rem;
    height: 100%;
    width: 17rem;
    position:
        relative;
}

.footer_nav ul li a {
    font-size: 2rem;
    color: rgb(0, 97, 209);
    transition: all .5s ease
}

.footer_nav ul li:nth-child(1) {
    /* margin: 0 10rem 0 0; */
    height: 100%;
    width: 17rem;
    background-color: rgb(0, 118, 255);
}

.footer_nav ul li:nth-child(1) a {
    color: #fff;
}

.footer_nav ul li i {
    display: block;
    width: 0;
    height: 0;
    border-bottom: 2rem solid #fff;
    border-left: 1.5rem dashed transparent;
    border-right: 1.5rem dashed transparent;
    position: absolute;
    transform: rotateZ(270deg);
    right: 1rem;
    top: 4.1rem;
}

/* 悬浮 */
.footer_nav ul:hover a {
    color: #fff !important;
}

.footer_nav ul:hover i {
    border-bottom: 0rem solid #fff;
    border-top: 2rem solid #fff;
}

/* 底部 */
footer img {
    display: inline-block !important;

}

.foot_bottom img {
    height: 2rem;
}

.foot_bottom span {
    margin: 0 .5rem;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.foot_top {
    background-color: #1e1e1e;
    color: #c4c4c4;
    padding-top: 70px;
    padding-bottom: 20px;
}

.foot_logo {
    color: #fefefe;
    font-size: 24px;
    font-weight: 900;
}

.conusul {
    margin-top: 20px;
    font-size: 1.6rem;
}

.conusul li {
    line-height: 24px;
    margin-top: 10px;
}

.conusul li img {
    margin-right: 8px;
}

.aboutdoing {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 20px;
}

.foot_top a {
    color: #c4c4c4;
}

.foot_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_us {
    width: 30%;
}

.foot_lead {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    line-height: 36px;
}

.foot_nav {
    width: 15%;
    margin-left: 8%;
}

.foot_order {
    margin-left: 5%;
    width: 12%
}

.ewm {
    margin-left: 5%;
}

.scan {
    margin-top: 30px;
}

.ewm_sm {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

.div {
    width: 30px;
    height: 4px;
    background-color: #0069df;
    margin-top: 10px;
}

.nav_ul {
    margin-top: 30px;
    font-size: 1.6rem;
}

.nav_ul li {
    line-height: 30px;
}

.order_ul {
    margin-top: 30px;
    font-size: 1.6rem;
}

.order_ul li {
    list-style-type: disc;
    color: #0069df;
    line-height: 30px;
}

.order_ul li span {
    color: #c4c4c4;
}

.foot_bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #161616;
    color: #666;
    font-size: 1.6rem;
}

.foot_bottom a {
    color: #c4c4c4;
}

.foot_link {
    margin-top: 10px;
    font-size: 1.6rem;
}

/* 首页 */
.root {
    padding: 10rem 25rem 1rem 25rem;
}

/* 品牌 */
.pinpai p {
    font-size: 2.4rem;
    color: #333;
    line-height: 1.5;
}

.pinpai ul {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0 4rem 0;
}

.pinpai ul li {
    width: 31rem;
    height: 45rem;
}

.pinpai ul li:hover {
    box-shadow: 1px 5px 10px #999;
}

/* 视频 */
.index_video {
    background: #eee;
    padding: 5rem 25rem 5rem 25rem;
}

.index_video h1 {
    margin-bottom: 5rem;
}

.index_video p {
    font-size: 2.4rem;
    color: #333;
    line-height: 2;
}

/* 服务 */
.index_services {
    padding: 10rem 0 1rem 0
}

.index_services p {
    width: 70%;
    margin: 0 auto;
    font-size: 2.6rem;
    line-height: 2;
    color: #333;
    text-align: center;
}

.index_services>div {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 45rem;
}

.index_services ul {

    display: flex;
    flex-wrap: wrap;
    width: 58.85%;
}

.index_services ul li {
    width: 100%;
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #f6f6f6;
    position: relative;
}

.index_services ul li:nth-child(2) {
    background: #FFF;
}

.services_tag h2 {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #333;
    text-align: right;
}

.services_tag h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #999;
    text-align: right;
    padding-left: 8rem;
}

.services_icon {
    margin: 0 4rem;
    min-width: 8rem;
}

.icon_off {
    display: block;
}

.icon_on {
    display: none;
}

.services_item .icon_off {
    display: none !important;
}

.services_item .icon_on {
    display: block !important;
}

.index_services ul li i {
    display: block;
    width: 0;
    height: 0;
    border-bottom: 0rem solid #0062d100;
    border-left: 3rem dashed transparent;
    border-right: 3rem dashed transparent;
    position: absolute;
    transform: rotateZ(90deg);
    right: -5.5rem;
}

.services_item i {
    border-bottom: 5rem solid #0061d1 !important;
}

.index_services ul li>img {
    position: absolute;
}

/* 悬浮效果 */
.services_item {
    background: #0061d1 !important;
}

.services_item h2 {
    font-size: 2.6rem !important;
    color: #fff !important;
}

.services_item h3 {
    font-size: 2rem !important;
    color: #fff !important;
}

/* 新闻 */
.index_news {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
}

/* 热门新闻 */
.index_news_hot {
    width: 35rem;
    height: 50rem;
}

.index_news_hot img {
    width: 100%;
    height: 23rem;
}

.index_news_hot>div {
    padding: 3rem 2rem 1rem 2rem;
    background: #eee;
    box-sizing: border-box;
    height: 27rem;
}

.index_news_hot>div h4 {
    font-size: 1.6rem;
    line-height: 1.5;
}

.index_news_hot>div h4 a {
    color: #999;
}

.index_news_hot>div h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 1rem 0;
    text-align: left;
}

.index_news_hot>div h2 a {
    color: #333;
}

.index_news_hot>div h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
}

.index_news_hot>div h3 a {
    color: #333;
}

.index_news_hot:hover div {
    background: #0061d1 !important;
}

.index_news_hot:hover a {
    color: #fff !important;
}

/* 普通新闻 */
.index_news_common {
    width: 70rem;
    height: 50rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.index_news_common li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_news_common li span {
    width: 10rem;
    min-width: 10rem;
    height: 10rem;
    min-height: 10rem;
    font-size: 3.6rem;
    text-align: center;
    border-radius: 1rem;
    border: 1px solid #999;
    line-height: 1;
    padding: 1.5rem 0;
    box-sizing: border-box;
}

.index_news_common li:hover span {
    background: #0061d1;
}

.index_news_common li:hover span a {
    color: #fff;
}

.index_news_common li span a {
    color: #333;
}

.index_news_common li span b {
    font-size: 1.8rem !important;
    line-height: 1.5;
    text-align: center;
    transition: none;
}

.index_news_common li>div {
    width: 58rem;
    height: 10rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.index_news_common li>div h2 {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index_news_common li:hover h2 a {
    color: #0061d1;
}

.index_news_common li>div h3 {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news_common li>div a {
    color: #333;
}

/* 新闻栏目  */
.index_news_column {
    display: flex;
    flex-wrap: wrap;
    width: 25rem;
    align-self: flex-start;
}

.index_news_column li {
    width: 25rem;
    height: 14rem;
    /* border: 1px solid #333; */

}

.index_news_column li:hover {

    box-shadow: 0 0 10px #2c497a;
}

.index_news_column li:nth-child(2) {
    margin: 4rem 0;
}

/* 常见问题 */
.index_faq {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_faq li {
    width: 48%;
    height: 8.4rem;
    padding: 2.5rem 0;
    border-bottom: 1px solid #99999961;
    box-sizing: border-box;
}

.index_faq li h2 {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

.index_faq li h2 a {
    color: #333;
}

.index_faq li:hover h2 {
    font-size: 2.3rem;
}

.index_faq li:hover a {
    color: #0061d1;
}

/* 首页-结束 */
/* 设备演示 */
.shebei {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.shebei h2 {
    font-size: 4.4rem;
    color: #0030b4;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5rem;
    margin-top: -4rem;
}

.shebei h4 {
    font-size: 3rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 5rem;
}

.shebei p {
    font-size: 2rem;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}

#tile h3 {
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3px;
}

#tile .doing_pyrolysis_copyright {
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.row {
    margin-top: 6rem;
}

.shebei h5 {
    font-size: 2rem;
    color: #333;
    line-height: 1.5;
    text-align: left;
    margin: 4rem 0 3.5rem 0;
    font-weight: 400;
}

.shebei h6 {
    font-size: 2rem;
    color: #333;
    line-height: 1.5;
    text-align: left;
    margin: 0rem 0 4rem 0;
    font-weight: 400;
}

/* 产品列表页 */
.list_pro {
    width: 100%;
    min-width: 140rem;
    /* display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; */
    margin-top: -9rem;
}

.list_pro li {
    width: 24.5%;
    height: 36rem;
    /* margin-right: 1rem; */
    margin-top: 9rem;
}

/* 产品显示 */
.pro_show {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pro_show>a {
    width: 100%;
    /* height: 20.8rem; */
    overflow: hidden;
    text-align: center;
}

.pro_show_tag {
    width: 100%;
    height: 15.2rem;
    box-sizing: border-box;
    padding: 2rem;
    background: #eee;
}

.pro_show_tag h2 a {
    font-size: 2rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pro_show_tag h3 a {
    padding-top: 1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    text-align: justify;
    font-weight: 300;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 产品隐藏 */
.pro_hide {
    display: none;

    flex-wrap: wrap;
    padding: 8rem 3rem 0 3rem;
    background: #4b8fde;
    height: 100%;
    box-sizing: border-box;

}

.pro_hide h2 a {
    font-size: 2.2rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pro_hide h3 a {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    text-align: justify;
    font-weight: 300;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 14rem;
}

.pro_hide span {
    display: block;
    width: 16rem;
    height: 5rem;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    justify-self: flex-end;
}

.pro_hide span a {
    font-size: 1.8rem;
    line-height: 5rem;
    color: #fff;
    display: block;
}

/* 产品悬浮效果 */
.list_pro li:hover {
    box-shadow: 0 0 10px #999;
}

.list_pro li:hover .pro_hide {
    display: flex !important;

}

.list_pro li:hover .pro_show {
    display: none !important;
}

/* 页码 */
.list_page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem auto 10rem auto;
}

.list_page a {
    padding: 0 2rem;
    height: 4rem;
    box-sizing: border-box;
    border: 1px solid #333;
    font-size: 1.6rem;
    color: #333;
    line-height: 4rem;
    background: #fff;
    margin: 0 1rem;
}

.curr {
    padding: 0 2rem;
    height: 4rem;
    box-sizing: border-box;
    border: 1px solid #006fff;
    font-size: 1.6rem;
    color: #fff;
    line-height: 4rem;
    background: #006fff;
    margin: 0 1rem;
}

.list_page a:hover {
    border: 1px solid #006fff;
    color: #fff;
    background: #006fff;
}

/* 相关案例 */
.list_pro_xiangguan {
    padding-bottom: 10rem;
}

.list_pro_xiangguan h2 {
    font-size: 3rem;
    line-height: 1.5;
    color: #333;
    text-align: left;
    margin-bottom: 3rem;
}

.list_pro_xiangguan ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list_pro_xiangguan ul li {
    width: 33rem;
    height: 21rem;
    position: relative;
    overflow: hidden;
}

.list_pro_xiangguan_img {
    width: 100%;
    height: 100%;
}

.list_pro_xiangguan_tag {
    width: 100%;
    height: 6rem;
    background: #33333380;
    position: absolute;
    bottom: 0;
    padding: 1rem;
    box-sizing: border-box;
}

.list_pro_xiangguan_tag h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;

}

.list_pro_xiangguan_tag h3 a {
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list_pro_xiangguan ul li:hover .list_pro_xiangguan_img img {
    transform: scale(110%);
}

.list_pro_xiangguan ul li:hover .list_pro_xiangguan_tag {
    background-color: #ffffff80;
}

.list_pro_xiangguan ul li:hover .list_pro_xiangguan_tag h3 a {
    color: #333;
}

/* 视频中心 */
.list_video {
    width: 100%;
    display: flex;
    /* justify-content: space-evenly; */
    flex-wrap: wrap;
    margin-top: -4rem;
}

.list_video .list_videoChild {
    width: 82%;
    margin: 0 auto;
    position: relative;
}

.list_video li {
    width: 31rem;
    height: 27rem;
    /* margin-right: 4rem; */
    margin-top: 4rem;
}

.list_video_img {
    width: 100%;
    height: 20rem;
    overflow: hidden;
}

.list_video_img img {
    width: 100%;
    height: 20rem;
}

.list_video_tag {
    width: 100%;
    height: 7rem;
    background: rgb(246, 246, 246);
    padding: 1.5rem 1rem;
    box-sizing: border-box;
}

.list_video_tag h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    text-align: left;
    font-weight: 900;
}

.list_video_tag h3 a {
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list_video_tv {
    width: 4.7rem;
    height: 4.7rem;
    position: absolute;
    bottom: 7.2rem;
    right: 1.5rem;
}

.list_video li .list_videoChild:hover {
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
}

.list_video li:hover .list_video_img img {
    transform: scale(110%);
}

.list_video li:hover .list_video_tag h3 a {
    color: #0061d1;
}

/* 工程案例 */
.list_case {
    width: 100%;
    /* display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; */
    margin-top: -9rem;
}

.list_case li {
    width: 33rem;
    height: 36rem;
    /* margin-right: 2rem; */
    margin-top: 9rem;
    position: relative;
}

.list_case .list_projectcase {
    width: 94%;
    margin: 0 auto;
}

/* 案例显示 */
.case_show {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.case_show>a {
    width: 100%;
    height: 22rem;
    overflow: hidden;
    text-align: center;
}

.case_show_tag {
    width: 100%;
    height: 13.8rem;
    box-sizing: border-box;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(51, 51, 51, 0.341);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

.case_show_tag h2 {
    height: 6rem;
}

.case_show_tag h2 a {
    font-size: 2rem;
    line-height: 1.5;
    color: #333;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.case_show_tag .case_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.case_show_tag h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.case_show_tag h3 img {
    width: 3rem;
    margin: 0 0.45rem;
}

.case_show_tag h3 a {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 案例隐藏 */
.case_hide {
    display: none;
    flex-wrap: wrap;
    padding: 8rem 3rem 0 3rem;
    background: rgb(0, 97, 209, .9);
    width: 92.8%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;

}

.case_hide h2 a {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.case_hide h3 a {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    text-align: justify;
    font-weight: 300;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 5.5rem;
}

.case_hide span {
    display: block;
    width: 16rem;
    height: 5rem;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    justify-self: flex-end;
}

.case_hide span a {
    font-size: 1.8rem;
    line-height: 5rem;
    color: #fff;
}

/* 案例悬浮效果 */
.list_case li .list_projectcase:hover {
    box-shadow: 0 0 10px #999;
}

.list_case li .list_projectcase:hover .case_hide {
    display: flex !important;
}

/* 新闻动态 */
.news_tag {
    display: flex;
    justify-content: flex-start;
}

.news_tag h2 {
    font-size: 3.6rem;
    line-height: 1.5;
    margin-right: 5rem;
}

.news_tag h2 a {
    color: #333;
}

.news_tag_item a {
    color: #0061d1 !important;
}

.news_tag_item a::after {
    content: '';
    border-bottom: 5px solid #0061d1;
    margin: 0 auto;
    display: block;
    width: 5rem;
}

/* 新闻列表 */
.list_news {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5rem;
}

.list_news li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 17rem;
    width: 100%;
    /* overflow: hidden; */
    margin-top: 3rem;
    padding: 0 7rem;
}

.list_news li:nth-child(1) {
    margin-top: 5rem;
}

.list_news li span {
    height: 17rem;
    width: 17rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0061d1;
    overflow: hidden;
    margin-right: 7rem;
}

.list_news li span a {
    font-size: 3.6rem;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.list_news li div {
    width: 102rem;
    display: flex;
    height: 17rem;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.list_news li div a {
    color: #333;
}

.list_news li div h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.list_news li div h3 {
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 2.2rem;
    font-weight: 500;
}

.list_news li div h4 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: right;
    position: absolute;
    bottom: -2rem;
    width: 100%;
    font-weight: 500;
}

.list_news li>a {
    width: 0;
    height: 0;
    overflow: hidden;
}

/* 悬浮效果 */
.list_news li:hover {
    padding: 0;
    height: 22rem;
    margin: 5rem 0;
}

.list_news li:hover span {
    width: 0;
    height: 0;
    /* display: none; */
}

.list_news li:hover>div {
    margin-left: -7rem;
}

.list_news li:hover>div h2 a {
    color: #0061d1 !important;
}

.list_news li:hover>div h4 {
    bottom: 0 !important;
}

.list_news li:hover>a {
    height: 22rem;
    width: 35rem;
    margin-right: 3rem;
}

/* 常见问题 */
.list_faq {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem;
    margin-top: -2rem;
}

.list_faq li {
    width: 100rem;
    height: 25rem;
    margin-top: 2rem;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(51, 51, 51, .1);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

.list_faq li a {
    color: #333;
}

.list_faq li h2 {
    font-size: 2.4rem;
    line-height: 1.5;
}

.list_faq li h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
}

.list_faq li h4 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
}

.list_faq li:hover {
    background: #549fff;
}

.list_faq li:hover a {
    color: #f5f9ff;
}

.list_faq li:hover {
    border-radius: 3rem;
}

/* 关于我们 */
.list_about h2 {
    border-left: 1rem solid #0061d1;
    font-size: 4rem;
    color: #0f0f0f;
    padding-left: 1rem;
    box-sizing: border-box;
    line-height: 1;
}


.menu_pro_tag{
    justify-content: inherit !important;
}
.about_tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5rem 0;
}

.about_tag h2 {
    margin: 0.5rem 2rem;
    height: 6rem;
    border: 1px solid #707070;
    padding: 0.5rem 1.5rem;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.about_tag h2 a {
    color: #333;
    transition: all 0s ease;
}

.about_tag h2:hover {
    border: 1px solid #0061d1;
    background-color: #0061d1;
    font-weight: 900;
}

.about_tag h2:hover a {
    color: #fff;
}

.about_tag_item {
    border: 1px solid #0061d1;
    background-color: #0061d1;
    font-weight: 900 !important;
}

.about_tag_item a {
    color: #fff !important;
}

/* 关于我们 */
.list_about_jianjie {
    padding-left: 26rem;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    background: rgb(146, 194, 255, .2);
    justify-content: space-between;
    position: relative;
}

.list_about_jianjie div:nth-child(1) {
    padding-top: 7.5rem;
}

.list_about_jianjie h3 {
    font-size: 2.4rem;
    padding: 0.7rem 0 0 2rem;
    line-height: 1.5;
    color: #ccc;
    font-weight: 400;
}

.list_about_jianjie h3::after {
    content: '';
    width: 8.4rem;
    border-bottom: 1px solid #707070;
    display: block;
    margin-top: 1rem;
}

.list_about_jianjie h4 {
    margin-top: 7rem;
    font-size: 2.4rem;
    color: #0f0f0f;
    line-height: 1.5;
    width: 53rem;
    font-weight: 500;
}

.list_about_jianjie div:nth-child(2) {
    position: absolute;
    bottom: 12rem;
    right: 55rem;
    width: 51.3rem;
}

.list_about_jianjie>img {
    width: 82em;
}

.list_about_jingying {
    padding: 7rem 25rem 1rem 25rem;
}

.list_about_jingying p {
    margin-top: 7rem;
    text-align: justify;
    font-size: 2rem;
    line-height: 2;
}

.list_about_jingying p a {
    color: #0061d1;
}

/* 热销产品 */
.rexiao h1 {
    margin-top: 10rem;
}

.rexiao ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10rem;
}

.rexiao ul li {
    width: 35rem;
    height: 35rem;
    margin: 0 2.5rem;
    position: relative;
}

.rexiao_pic img {
    width: 100%;
    height: 30rem;
}

.rexiao_tag_show {
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

.rexiao_tag_show a {
    color: #333 !important;
}

.rexiao_tag_show h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 1rem 0 8rem 0;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 500;
}

/* .rexiao_tag_show h4{
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0rem 1rem;
    box-sizing: border-box;
} */

.rexiao_tag_info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30rem;
    background: #4b8fde;
    display: none;
}

.rexiao_tag_info a {
    color: #fff !important;
}

.rexiao_tag_info h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 8rem 0 2rem 0;

}

.rexiao_tag_info h3 a {
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0rem 2rem;
    box-sizing: border-box;
    font-weight: 500;
}

.rexiao_tag_info h3::after {
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
    width: 31rem;
    height: .5rem;
    margin: 0 auto;
}

.rexiao_tag_info h4 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0rem 2rem;
    box-sizing: border-box;
    font-weight: 300;
}

.rexiao ul li:hover .rexiao_tag_show {
    display: none;
}

.rexiao ul li:hover .rexiao_tag_info {
    display: block;
}

/* 资质证书 */
.list_about_apc h3 {
    font-size: 3rem;
    line-height: 1.5;
    margin: 4rem 0 3.5rem 0;
    color: #0f0f0f;
    padding-left: 2rem;
    box-sizing: border-box;
    width: 100%;
}

.list_about_apc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 7rem;
}

.list_about_apc ul li {
    width: 30rem;
    padding: 1rem 0;
}

.list_about_apc ul li h4 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    color: #333;
    margin-bottom: 1rem;
}

.list_about_apc ul li:hover {
    box-shadow: 0 0 10px #999;
}

.zzrz {
    width: 100% !important;
}

.zzrz img {
    width: 50%;
    margin: 0rem auto;
}

/* 企业文化 */
.list_about_wenhua {
    width: 100%;
    height: 60rem;
    background: url(/lmx_style/img/wenhua_back.png)no-repeat center fixed;
    position: relative;
    margin-bottom: 30rem;
}

.list_about_wenhua ul {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -20rem;
    width: 100%;
}

.list_about_wenhua ul li {
    width: 45rem;
    height: 45rem;
    margin: 0 1.25rem;
    padding: 0 3rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(51, 51, 51, .2);
}

.list_about_wenhua ul li h3 {
    font-size: 3.2rem;
    line-height: 1.5;
    color: #333;
    margin: 9.5rem 0 6rem 0;
}

.list_about_wenhua ul li h3::after {
    content: '';
    display: block;
    width: 5.7rem;
    height: .7rem;
}

.list_about_wenhua ul li:nth-child(1) h3::after {
    border-bottom: .6rem solid #0061d1;
}

.list_about_wenhua ul li:nth-child(2) h3::after {
    border-bottom: .6rem solid #ffb31a;
}

.list_about_wenhua ul li:nth-child(3) h3::after {
    border-bottom: .6rem solid #ce0101;
}

.list_about_wenhua ul li p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333;
    text-align: justify;
}

/* 售后服务 */
.list_about_services ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.list_about_services ul li {
    width: 45rem;
    height: 36rem;
    padding: 3.7rem;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgb(51, 51, 51, .2);
    position: relative;
}

.list_about_services ul li:nth-child(2) {
    margin: 0 2.5rem;
}

.list_about_services ul li h3 {
    font-size: 3rem;
    line-height: 1.5;
    color: #4f4f6f;
    margin: 0rem 0 2.5rem 0;
}

.list_about_services ul li h3::after {
    content: '';
    display: block;
    border-bottom: 1px solid #469dff;
    width: 7.8rem;
    height: 2rem;
}

.list_about_services ul li p {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #999;
    text-align: justify;
}

.list_about_services ul li img {
    position: absolute;
    bottom: 3.3rem;
    right: 3.7rem;
}

/* 联系我们 */
.list_contactus h1 {
    text-align: left;
}

.list_contactus ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 9rem;
}

.list_contactus ul li {
    width: 30rem;
    height: 30rem;
    border: 1px solid #999;
    box-sizing: border-box;
}

.list_contactus ul li img {
    margin: 4.5rem auto;
}

.list_contactus ul li h2 {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
}

.list_contactus ul li h2 a {
    color: #333;
}

.list_contactus ul li:hover {
    box-shadow: 0 0 10px rgb(51, 51, 51, .2);
}

/* 工程案例 */
.content {
    /* padding: 9rem 25rem 0 25rem; */
    width: 80%;
    margin: 0 auto;
}


.content table {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.content table,
.content table tr td {
    border: 1px solid #333;
    border-collapse: collapse;
}

.content table tr td {
    width: 20rem;
}

.content table tr td p,
.content table tr td {
    padding: 1rem 0;
    font-size: 2rem !important;
}


.content table tr td img {
    width: 30rem;
    height: auto !important;

}

input:focus {
    border: 2px solid #0069df;
}

.content a {
    color: #0061d1;
    font-weight: bold;
}

.content>h1 {
    margin: 0;
}

.time {
    width: 100rem;
    text-align: center;
    box-sizing: border-box;
    margin: 2.5rem auto 5rem auto;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.time .hr {
    width: 0.2rem;
    height: 2rem;
    background: #000;
    margin: 0 1.5rem;
}


.time a {
    font-size: 2rem;
    line-height: 1.5;
    color: #999;
}

.content p {
    text-indent: 2em !important;
    color: #333;
    line-height: 2;
    text-align: justify;
    font-size: 2.25rem;
    margin: 3rem 0;
}


.content h3 {
    font-size: 2.6rem;
    color: #333;
    line-height: 1.5;
    margin: 1.5rem 0;
    text-align: center;
}

.content h4 {
    font-size: 2.5rem;
    color: #333;
    line-height: 1.5;
    margin: 1.5rem 0;
    text-align: center;
}

.content h5 {
    font-size: 2.4rem;
    color: #333;
    line-height: 1.5;
    margin: 1.5rem 0;
    text-align: center;
}

.content .share {
    margin: 5rem 0 !important;
}

.article_page {
    margin-bottom: 9rem;
}

.article_page ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.article_page ul li {
    width: 50%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.article_page ul li:nth-child(1) {
    border-right: 1px solid #333;
}

.article_page ul li a {
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.article_page ul li h2 {
    width: 15rem;
    height: 7rem;
    background: #ccc;
    font-size: 2.4rem;
    line-height: 7rem;
    text-align: center;
    font-weight: 500;
}

.article_page ul li h3 {
    width: 55rem;
    height: 7rem;
    background: #f6f6f6;
    font-size: 2.4rem;
    line-height: 7rem;
    padding: 0 1rem;
    box-sizing: border-box;
    text-align: left;
    font-weight: 500;
    margin: 0;
}

.article_page ul li:hover h2 {
    background: #f6f6f6;
}

.article_page ul li:hover h3 {
    background: #ccc;
}

/* 相关推荐 */
.content .rexiao h1 {
    margin-bottom: 5rem !important;
}

/* 视频 */
video {
    display: block;
    margin: 0 auto;
}

.content .video-js {
    width: 700px !important;
    height: 443px !important;
    margin: 0 auto;
}

.foot_root {
    padding: 0rem 25rem;
    box-sizing: border-box;
}

.footer_erm {
    width: 60%;
}

.footer_erm h2 {
    font-size: 3rem;
    color: #fff;
}

.footer_erm ul {
    display: flex;
    justify-content: space-between;
}

.footer_erm ul li {
    width: 16rem;
    margin: 2rem 0;
}

.footer_erm ul li h3 {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 1rem;
    text-indent: .5rem;
}

.footer_erm ul li h3 img {
    width: 4rem;
}

.footer_erm ul li p {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 2rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}


/* 新闻相关新闻 */
.news_xiangguan {}

.news_xiangguan ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_xiangguan ul li {
    width: 48%;
    margin-top: 3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
}

.news_xiangguan ul li span {
    min-width: 9rem;
    margin-left: 2rem;
    color: #aaa;
    font-size: 1.6rem;
}

.news_xiangguan ul li a {
    display: block;
    color: #555;
    font-size: 2.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_xiangguan ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2.6rem;
    height: 2.6rem;
    background: url(/lmx_style/img/news-icon.png) no-repeat;
    background-size: cover;
    margin-right: .8rem;
}


.news_xiangguan ul li:hover a {
    margin-left: 1rem;
    color: #0076ff;
}