*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a:-webkit-any-link {
    color: black;
    cursor: pointer;
    text-decoration: none;
}
p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.h-n{
	width:90%;
	margin:0 auto;
}
.b-cq{
    position: absolute;
    color: white;
    font-size: 48px;
    font-weight: bold;
    bottom: 100px;
    left: 200px;
}
.i-banner{
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.i-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gyb{
    position: relative;
    width: 100%;
    height: 800px;
    z-index: 1;
    background: url(../css/i/h-ab.png) no-repeat top;
	background-size:100%;
}
.gyll{
    width: 80%;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;

}
.gyll .changqu{
    /* max-width: 800px; */
    height: 600px;
	position:relative;
}
.gyll .changqu img{
    position: sticky;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}
.gyll .changqu::after{
    position: absolute;
    display: block;
    content: '';
    margin-left: 20px;
    margin-top: -625px;
    width: 100%;
    /* max-width: 800px; */
    height: 100%;
    border: 3px solid #009483;
    z-index: 2;
}
.gyll .jieshao{
    width: 50%;
    margin-left: 100px;
}
.gyll .jieshao ul{
    display: flex;
    flex-direction: column;
}
.gyll .jieshao .j-title p:nth-child(1){
    font-size: 72px;
    font-weight: bold;
}
.gyll .jieshao .j-title p:nth-child(2){
    font-size: 40px;
    font-weight: bold;
    color:#009483;
}
.gyll .jieshao .j-content{
    width: 100%;
    line-height: 30px;
    margin-top: 20px;
	text-indent: 2em;
	text-align: justify;
}


/* 按钮 */ 
.j-button{
    padding: 20px 0;
}
.button_su{
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 3px;
}

.su_button_circle{
    background-color: #172d6b;
    border-radius: 1000px;
    position: absolute;
    left:0;
    top:0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
}

.button_su_inner{
    display: inline-block;
    background: #009483;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    width: 132px;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding: 22px;
    z-index: 100000;
}

.button_text_container{
    position:relative;
    z-index: 9;
    color: white;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle{
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80,0.2);
    }
    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(23, 45, 107, 0.8);
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(23, 45, 107, 0.8);
    }
    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(129, 80, 108,0.6);
    }
}

.j-four{
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.j-four a{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.j-four a img{
    width: 80px;
    height: 80px;
}
.j-four a p{
    margin-top: 20px;
    color: #009483
}

/* 产品 */
.chanpin{
    width: 100%;
    height: 900px;
    /* margin-top: 100px; */
    background: url(../css/i/cpb.png) no-repeat;
	background-size:100% auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.chanpin .cp-top{
    width: 80%;
    height: 132px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    line-height: 55px;
}

.cp-top .top-cp{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.chanpin .cp-top img{
    /* width: 203px; */
    height: 110px;
}
.chanpin .cp-top .top-cp p:nth-child(1){
    font-size: 72px;
    font-weight: bold;
    color: white;
}
.chanpin .cp-top .top-cp p:nth-child(2){
    font-size: 40px;
    font-weight: bold;
    color: white;
}
.cp-m{
    width: 100%;
}
.cp-m p{
    /* display: block; */
    width: 200px;
    margin: 0 auto;
    padding: 20px 0;
    border: 2px solid white;
    border-radius: 20px;
    text-align: center;
}
.cp-m p a{
    font-size: 24px;
    font-weight: bold;
    color: white;
}

/* 优势 */
.adv{
    width: 100%;
	max-width:1600px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
.wei1{
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
}
.wei2{
    font-size: 30px;
    font-weight: bold;
    color: #009483;
    text-align: center;
}
.wei2::before{
    content: '——';
    margin-right: 20px;
    color: #cccccc;
}
.wei2::after{
    content: '——';
    margin-left: 20px;
    color: #cccccc;
}
.a-zuo{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
	padding-bottom:30px;
}
.ys-m{
    width: 120px;
    padding:35px 0;
/*     border: 2px solid black; */
    border-radius: 20px;
    text-align: center;
}
.a-zuo p{
    width: 100%;
    font-size: 18px;
    line-height: 48px;
    padding:20px 0;
	text-indent: 2em;
	text-align: justify;
}
.a-zuo img{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
	max-height:30px;
    /* animation-name: right-move;
    background-size: 100% 100%;
    animation-duration: 10s;
    animation-iteration-count: infinite; */
}
/* @keyframes right-move {
    from {
        background-position: 0 0;
      }
      to {
        background-position: 100% 0;
      }

} */
.a-you {
    width: 40%;
    background: url(./i/youb.jpg) fixed no-repeat top;
    background-size:100% auto ;
}
.a-you img{
    width: 100%;
    height: 100%;
}


/* 流程 */
.wei3{
    font-size: 45px;
    font-weight: bold;
    margin-top: 60px;
    width: 100%;
	max-width:1600px;
    /* margin-left: 10%; */
	margin: 0 auto;
    text-align: right;
}
.wei4{
    width: 100%;
	max-width:1600px;
    /* margin-left: 10%; */
	margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #009483;
    text-align: right;
}
.pro{
    width: 100%;
	max-width:1600px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.pro ul{
    max-width: 800px;
    display: flex;
    /* justify-content:space-between; */
    flex-wrap: wrap;
}
.lc{
    max-width: 600px;
	margin-right: 50px;
    height: 400px;
    margin-top: -50px;
}
.lc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.pro ul li{
	width:19%;
	margin-right:1%;
    min-width:143px;
    height: 143px;
    border: 1px solid #999999;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
	box-sizing:border-box;
}
.pro ul li:hover{
    background-color:#009483;
	transition: 1s;
}
.pro ul li:hover p{
    color: white;
}
.pro ul li:nth-last-child(1):hover{
    background-color: white;
}
.pro ul li:nth-last-child(1):hover p{
    color: black;
}
.pro ul li:nth-last-child(1){
	/* width:60%;
	    max-width:455px;
	min-width:143px; */
	flex:1;
    height: 143px;
    border: 0px solid #999999;
    border-radius: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding-left:10px;
	box-sizing:border-box;
}
.pro ul li:nth-last-child(1) p{
    text-align: left;
    font-size: 36px;
    font-weight: bold;
/*     text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7); */
}
.pro ul li p{
    text-align: center;
    color:#333333;
    font-size: 18px;
}
.pro ul li p img{
    width: 75px;
    height: 75px;
}
.pro ul li p:nth-child(1){
    padding-bottom: 10px;
}

/* 加盟 */
.pd3{
    margin-top: 30px;
}
.join{
    width: 100%;
    height: 550px;
    margin-top: 100px;
    background: url(./i/jiam.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.join ul{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.join ul li{
    display: block;
    width: 200px;
    height: 75px;
    margin-top: -150px;
    background-color: rgba(0,148,133, .5);
    border-radius: 20px;
    color: white;
    text-align: center;
    line-height: 75px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.join ul li a{
	color:white;
}
.join ul li:hover{
    animation-name: uad;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes uad {
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-30px);
    }
    100%{
        transform: translateY(0px);
    }
}
/* .join ul li::after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 22.5px solid transparent;
    border-top: 22.5px solid #009483;
    border-right: 22.5px solid transparent;
    border-bottom:22.5px solid transparent ;
    margin-left: 85px;
} */

/* 新闻 */
.swiper-container1 {
    width: 100%;
    height: 100%;
}
.swiper-container1 .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul {
    list-style: none;
}

 .bigBox {
    width: 100%;
    /* height: 500px; */
    /* background: rgb(236, 236, 236); */
    margin: 0 auto;
    border-radius: 5px;
    box-sizing: border-box;margin-top: 30px;padding-top: 20px;
}

 .bigBox ul {
    height: 50px;
    display: flex;
    justify-content: space-evenly;
}

 .bigBox ul li {
    width: 150px;
    height: 50px;
    background: rgb(0, 0, 0, 0);
    display: flex;
    color: #009483;
    border: 1px solid #009483;
    border-radius: 20px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;transition:all .7s ease 0s;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
 .bigBox ul li:hover{
/* background-color: skyblue;cursor: pointer */
}
 .box {
    width: 100%;
    /* height: 500px; */
    margin: 10px auto;
    /* background: skyblue; */
    overflow: hidden;
    border-radius: 5px;
	padding:20px 0;
}


.bigBox .active {
    background: #009483 !important;
    color: white;
}


.news{
    width: 100%;
}
.n-neir{
	position: relative;
    width: 100%;
    max-width: 1500px;
    padding:0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
/* .news .box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
.news .box .index-news{
	width: 100%;
}
.news .box .index-news .in-all{
	width: 100%;
	display:flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.news .box .in-item{
    width: 19% !important;
    /* height: 200px; */
    min-width: 250px;
    padding:0 0px 25px 0px;
	margin-right:1%;
    margin-top:30px;
    background-color: #f5f5f5;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
	flex-direction:column-reverse;
}
.news .box .in-item .n-time{
    /* width: 60px;
    height: 50px; */
	display:flex;
	padding-top:15px;
	padding-left:15px;
}
.news .box .in-item .n-time p:nth-child(1){
/*     font-size: 24px; */
    color:#808080;
}
.news .box .in-item .n-time p:nth-child(2){
/*     font-size: 20px; */
    color:#808080;
}
.news .box .in-item .n-cont{
    width: 100%;
	cursor: pointer;
	/* padding-right:15px; */
}
.news .box .in-item .n-cont img{
	width:100%;
	height:200px;
	object-fit:cover;
}
.news .box .in-item .n-cont p:nth-child(2){
    font-size: 20px;
    color:#333333;
    display: -webkit-box; /* 创建一个弹性容器盒子模型 */
    -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
    -webkit-line-clamp: 2; /* 限制在3行内 */
    word-break: break-all; /* 允许在单词内换行 */
    /* width: 100%; */ /* 设置容器宽度 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 溢出部分用省略号表示 */
	padding:0 15px;
	padding-top:10px;
}
.news .box .in-item .n-cont p:nth-child(3){
    font-size: 15px;
    color:rgba(51, 51, 51, .6);
    display: -webkit-box; /* 创建一个弹性容器盒子模型 */
    -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
    -webkit-line-clamp: 3; /* 限制在3行内 */
    word-break: break-all; /* 允许在单词内换行 */
    /* width: 100%; */ /* 设置容器宽度 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 溢出部分用省略号表示 */
    margin-top: 10px;
	padding:0 15px;
}
.home-more{
    /* position: relative; */
    display: block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid black;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.home-more::before{
    display: block;
    content: '';
    width:45%;
    height: 2px;
    position: absolute;
    background-color: #cccccc;
    margin-top:22.5px ;
    margin-right: 75px;
	right:50%;
}
.home-more::after{
    display: block;
    content: '';
    width:45%;
    height: 2px;
    position: absolute;
    background-color: #cccccc;
    margin-top:-22.5px ;
    margin-left: 120px;
}

/* 结尾 */
.home-last{
    width: 100%;
    margin-top: 50px;
	overflow: hidden;
}
.home-last ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-last ul li{
    position: relative;
    width: 49%;
    height: 478px;
    margin: 20px 0;
	background-size: cover;
}
.home-last ul li:nth-child(1){
    background: url(/images/b11.jpg) no-repeat center;
	/* background-size:100% auto; */
	background-size: cover;
}
.home-last ul li:nth-child(2){
    background: url(i/b2.png) no-repeat center;
	background-size: cover;
}
.home-last ul li:nth-child(3){
    background: url(/images/b31.png) no-repeat center;
	background-size: cover;
}
.home-last ul li:nth-child(4){
    background: url(/images/b42.jpg) no-repeat center;
	/* background-size:100% auto; */
	background-size: cover;
}
.home-last ul li p{
    position: absolute;
    bottom: 20px;
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding: 40px;
}

/* footer */
.footer{
    width: 100%;
/*     height: 400px; */
    background-color: #f9f9f9;    
    justify-content: space-between;
	overflow: hidden;
}
.heng{
    display: flex;
}
.shu{
    display: flex;
    flex-direction: column;

}
.footer ul{
    width: 50%;
    margin-left: 8%;
    justify-content: space-between;
}
.footer ul li p{
    font-size: 18px;
    color: black;
    line-height: 30px;
}
.footer ul li a{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.lx{
    font-size: 14px;
    line-height: 30px;
	color: #999999;
}
.lx .ewm{
    width: 155px;
    height: 155px;
    margin-left: 30px;
}
.lx .ewm img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    object-fit: cover;
	margin-top: -50px;
}
.lx .ewm::after{    
    content: "扫一扫 关注我们";
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: center;
}
.you{
    margin-left: 100px;
}
.f-top{
    margin-top: 30px;
    position: relative;
}
.f-top::after{
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    margin-left: 5%;
    background-color: black;
    position: absolute;
    bottom: 0px;
}
.yyzz{
    width: 90%;
    margin: 0 auto;
	margin-top: 10px;
    justify-content: space-around;
    align-items: center;
}
.f-img{
	width:100%;
	max-width:250px;
}
.f-img img{
	width:100%;
}

/* 内页 */
/* 走进鲁丽 */
.all{
	position: relative;
}
.list_nav{
	width: 80%;
	padding: 0 10%;
	display: flex;
	flex-wrap: wrap;
	background-color: #009483;
}
.list_nav a{
	color: white;
	width:140px;
	padding: 20px 20px;
	border: 1px solid white;
	box-sizing: border-box;
}
.list_nav a:hover{
	background-color: white;
	color: #009483;
}
#ok{
	position: absolute;
	bottom:80px;
	height:0px;
	top:auto;
}
.ab-jj{
	width: 100%;
	min-height: 500px;
	background-color: #eee;
	margin-top:30px;
	display: flex;
	align-items: center;
}
.abjj{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.abjj ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.abjj ul li:nth-child(1){
	width: 60%;
}
.abjj ul li:nth-child(1) p{
	padding:5px 0;
	text-indent: 2em;
	text-align: justify;
}
.abjj ul li:nth-child(1) p:nth-child(1){
	font-size: 32px;
	color: #009483;
	font-weight: bold;
}
.abjj ul li:nth-child(1) .abjj24{
	font-size: 24px;
	color: #009483;
	font-weight: bold;
}
.abjj ul li:nth-child(2){
	width: 35%;
}
.abjj ul li:nth-child(2) img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-size: 100% 100%;
}
.all-ban{
    width: 100%;
    height: 500px;
    padding-top: 80px;
    position: relative;
}
.all-ban img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: 100% 100%;
}
.all-ban p{
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    /* margin-top: -20%; */
    top: 50%;
    font-weight: bold;
    font-size: 36px;
}

.about-jj{
    width: 100%;
}
.about-jj h1{
    margin-top: 50px;
	margin-bottom:30px;
    font-size: clamp(24px, 3vw, 48px);;
    text-align: center;
}

.about-cq{
    margin-top: 50px;
    width: 100%;
}
.about-cq ul{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.about-cq ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
	margin-top: 30px;
}
.about-cq ul li .w47{
    width: 47%;
/*     height: 400px; */
    line-height: 30px;
    text-indent: 0em;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.about-cq ul li .w47 h3{
    text-indent: 0em;
    font-size: 24px;
    margin-bottom:20px ;
}
.about-cq ul li .w47 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.about-cq ul li .w47 p{
	text-indent: 2em;
	text-align: justify;
}

.about-wh{
    margin-top: 100px;
    width: 100%;
}
.about-wh .jd-top{
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    padding-bottom: 50px;
}
.about-wh .ad-jd{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.bac{
    /* background-color: #f7f7f9; */
    padding-top: 50px;
    background-image: linear-gradient(to right, #f7f7f9, white);
}
.about-wh .ad-jd li{
    width: 200px;
    display: flex;
    flex-direction: column;
}
.about-wh .ad-jd li .ab-text{
    font-size: 18px;
    width: 80%;
    margin: 0 auto;    
    margin-top: 15px;
}
.about-wh .ad-jd li h3{
    margin-block-start: 0em;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
}
.zocial{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-size: 18px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    box-shadow: inset 0 0.3rem 0.2rem rgba(255, 255, 255, 0.2), inset 0 -0.3rem 0.2rem rgba(0, 0, 0, 0.2), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
    color: #ff0000;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    line-height: 200px;
    text-shadow: 0 0.05rem rgba(0, 0, 0, 0.8), 0 0.3rem 0.4rem rgba(0, 0, 0, 0.2), 0 -0.2rem 0.4rem rgba(255, 255, 255, 0.2);
}

/* .ad-ln{
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.ad-ln p{
    width: 350px;
    height: 350px;
}
.ad-ln p img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.ad-ln ul li{
    font-size: 16px;
    line-height: 40px;
} */
                .ad-ln{
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
        .ad-ln .ad50{
            width: 50%;
            height: 300px;
            display: flex;
            color: white;
            overflow: hidden;
        }

        .ad-ln .ad50:nth-child(1) .ad-bi{
            width: 50%;
            height: 100%;
            background: url(/images/2.jpg) no-repeat;
            background-position: top center;
            background-size: cover;
        }
        .ad-ln .ad50:nth-child(2) .ad-bi{
            width: 50%;
            height: 100%;
            background: url(/images/1.jpg) no-repeat;
            background-position: top center;
            background-size: cover;
        }
        .ad-ln .ad50:nth-child(3) .ad-bi{
            width: 40%;
            height: 100%;
            background: url(/images/hzhb.jpg) no-repeat;
            background-position: top center;
            background-size: cover;
        }
        .ad-ln .ad50:nth-child(4) .ad-bi{
            width: 40%;
            height: 100%;
            background: url(/images/3.jpg) no-repeat;
            background-position: top center;
            background-size: cover;
        }        
        .ad-ln .ad50 .ad-col1{
            width: 50%;
            background-color: #009483;
        }
        .ad-ln .ad50 .ad-col2{
            width: 50%;
            background-color: #0ca5ab;
        }
        .ad-ln .ad50 .ad-col3{
            width: 60%;
            background-color: #3e1e73;
        }
        .ad-ln .ad50 .ad-col4{
            width: 60%;
            background-color: #734a1e;
        }
        .ad-ln .ad50 .ad-r{
            width: 100%;
            padding: 50px;
        }
        .ad-ln .ad50 p{
            font-size: 18px;
            padding: 5px 0;
        }
        .ad-ln .ad50 p:nth-child(2n+1){
            font-size: 24px;
            font-weight: bold;
        }
.wh-b{
    width: 100%;
    height: 300px;
    margin-top: 50px;
    background: url(./i/111.png) ;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.wh-b ul{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.wh-b ul li{
    width: 25%;
    text-align: center;
    color: white;
}
.wh-b ul li .wh-icon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.wh-b ul li .wh-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wh-b ul li p{
    margin-top: 10px;
}
.wh-b ul li:hover .wh-icon{

    background-color: #009483;
}
.lccz{
    display: none;
}
.chejsp{
	width:40%;
	margin:0 auto;
	margin-top:100px;
	position: relative;
}
.chejsp img{
	width:100%;
	height:100%;
}
.chejsp #open-popup {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-left: -50%;
    object-fit: cover;
    z-index: 9;
    border: none;
    cursor: pointer;
}
.cjtac{
	padding:20px 0;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

/* 三个厂区 */
.js{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 50px;
}
.js ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
	flex-direction:column;
	align-items: flex-start;
}
.js ul li{
    width: 100%;
	padding:10px;
	box-sizing:border-box;
    position: relative;
}
.js ul li:nth-child(1){
    /* max-height:525px; */
}
.js ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.js ul li p{
    font-size: 16px;
    /* text-indent: 2em; */
	line-height:36px;
}
.js ul li #open-popup{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-left: -50%;
    object-fit: cover;
    z-index: 9;
    border: none;
    cursor: pointer;
}

#popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

#popup {
    max-width: 1200px;
    /* height: 500px; */
	height:80%;
    margin: 0 auto;
    border-radius: 5px;
}
#popup video{
    width: 100%;
    height: 100%;
}
#close-popup {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    text-indent: 0em;
}



/* 品牌资讯 */
.c-new{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column
}
.c-new .new-top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:50px;
}
.c-new .new-top p{
    font-size: 36px;
}
.c-new .new-top ul{
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-new .new-top ul li{
    font-size: 18px;
    cursor: pointer;
}
.c-new .new-top ul li:hover{
    color: #009483;
}
.c-new .swiper{
    width: 100% !important;
    height: 150px;
    margin-top: 30px;
    cursor: pointer;
}
.c-new .swiper ul li{
    padding: 8px 0;
}
.c-new .swiper ul li:nth-child(1){
    color: #009483;
    display: flex;
    font-size: 16px;
}
.c-new .swiper ul li:nth-child(1) p:nth-child(2){
    color: #727171;
    font-size: 16px;
    font-weight: bold;
}
.c-new .swiper ul li:nth-child(2){
    color: #009483;
    font-size: 24px;
    font-weight: bold;
}
.c-new .swiper ul li:nth-child(3){
    font-size: 18px;
    display: -webkit-box; /* 创建一个弹性容器盒子模型 */
    -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
    -webkit-line-clamp: 1; /* 限制在3行内 */
    word-break: break-all; /* 允许在单词内换行 */
    width: 100%; /* 设置容器宽度 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow:clip; /* 溢出部分用省略号表示 */
}

.news-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.news-main li{
    position: relative;
	width:30%;
	margin-right:3%;
    max-width: 435px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
	cursor: pointer;
}
.news-main li:hover{
    color: #009483 !important;
}
.news-main li:hover span{
    color: #009483 !important;
}
.news-main li:hover p{
    color: #009483 !important;
}
.news-main li div{
    display: flex;
}
.news-main li::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin-top: -10px;
}
.news-main li div span:nth-child(1){
    font-weight: bold;
    color: #727171;
}
.news-main li .main-tit{
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box; /* 创建一个弹性容器盒子模型 */
    -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
    -webkit-line-clamp: 1; /* 限制在3行内 */
    word-break: break-all; /* 允许在单词内换行 */
    width: 100%; /* 设置容器宽度 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow:ellipsis; /* 溢出部分用省略号表示 */
    margin-top: 30px;
}
.news-main li p{
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
}
.news-main li p:nth-last-child(1){
    font-weight: bold;
    color: #727171;
}
.news-main li p img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border: 1px solid #f0f0f0;
}

/* list新闻 */
.n-l-top{
    width: 80%;
    margin: 40px auto;
    font-size: 36px;
	text-align:center;
    /* margin-top: 50px; */
    /* font-weight: bold; */
}
.l-news{
    width: 80%;
    margin: 0 auto;
}
.l-news ul{
    width: 100%;
}
.l-news ul li{
    margin-top: 30px;
    width: 100%;
    height: 270px;
    display: flex;
    background-color: #f5f5f5;
}
.l-news ul li .n-img{
    width: 33%;
    height: 270px;
    border: 1px solid #aaaaaa;
    background-color: white;
}
.l-news ul li .n-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.l-n-right{
    /* margin-left: 50px; */
    width: 66%;
    padding: 0 30px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #727171;
}
.l-n-right div span:nth-child(1){
    font-weight: bold;
}
.l-n-right p:nth-child(2){
    color: black;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.l-n-right p:nth-child(2):hover{
    color: #009483;
    font-weight: bold;
    font-size: 24px;
}
.l-n-right p:nth-child(4){
    width: 100px;
    text-align: center;
    color: #009483;
    border:1px solid #009483;
    padding: 10px 35px;
    border-radius: 20px;
}
.l-n-right p:nth-child(4) a{
    color: #009483;
}
.l-n-right p:nth-child(4):hover{
    background-color: #009483;
}
.l-n-right p:nth-child(4):hover a{
    color: white;
}

/* show新闻 */
.n-s-content{
	width:60%;
	margin:0 auto;
}
.n-s-content p{
	padding:15px 0;
	/* text-indent: 2em; */
	text-align: justify;
	line-height:24px;
	letter-spacing:2px;
}
.news-center{
	text-align: center;
}
.n-s-content .n-s-tit{
	font-size:24px;
	font-weight:bold;
	padding:50px 0 30px 0;
}


/* 厂区VR */
.vr{
    width: 100%;
    height: 700px;
}
.vr-tit{
    width: 100%;
    height: 100%;
}



/* 品质标准 */
.pzsp{
	width:60%;
	margin:0 auto;
	margin-top:50px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.pzsp video{
	width:100%;
}
.pzbz{
    width: 100%;
}
.pzbz ul{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.pzbz ul li{
    width: 23%;
    margin-left: 1%;
    margin-top: 30px;
    min-width: 340px;
    max-height:450px ;
    border: 1px solid #9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pzbz ul li:nth-child(4n+1){
    margin-left: 0;
}
.pzbz ul li:nth-child(1){
    margin-left: 0 !important;
}
.pzbz ul li a{
    width: 100%;
    height: 100%;
    /* margin-top: 20px; */
	overflow:hidden;
}
.pzbz ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
.pzbz ul li p{
	padding:10px 0;
    text-align: center;
}
.pzbz ul li:hover{
	box-shadow:0 0 20px rgb(0 0 0 / 50%);
}
.pzbz ul li a:hover img{
	 animation: fd 1s forwards;
}
@keyframes fd {
    0% {
		transform:scale(1)
    }
    100% {
        transform:scale(1.2)
    }
}

/* 品质标准show */
.pzbz-tit{
    max-width:500px;
    margin: 0 auto;
}
.pzbz-tit img{
    width: 100%;
    height: 100%;
    /* margin-top: 50px; */
    object-fit: contain;
	border: 1px solid black;
}
.pzbz-tit p{
    text-align: center;
}


/* 合作伙伴 */
.hzhb{
    width: 80%;
	max-width:1380px;
    margin: 0 auto;
    padding: 50px 0;
}
.hzhb ul{
    width: 100%;
	max-width:1380px;
    display: flex;
    flex-wrap: wrap;
}
.hzhb ul li{
	position:relative;
    width: 25%;
    height: 200px;
    padding: 0 15px;
    margin-top: 20px;
	box-sizing:border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hzhb ul li:hover{
    box-shadow: 0 2px 3px 5px rgba(0, 0, 0, .1);
}
.hzhb ul li div{
    width: 80%;
	max-height:130px;
    margin: 0 auto;
}
.hzhb ul li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hzhb ul li p{
	position:absolute;
    text-align: center;
	bottom:0;
	left:50%;
	transform: translate(-50%, -50%);
}

/* 产品show */
.show-p{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.cp-js{
    max-width: 720px;
}
.cp-js .cpcs{
    font-size: 24px;
    text-align: start;
    padding: 20px 0;
}
.cp-js ul{
    border-top: 3px solid black;
}

.cp-js ul li{
    display: flex;
    border-bottom: 1px solid #3333;
    padding: 20px;
}

.cp-js ul li p{
    width: 50%;
}
.cp-js ul li:nth-last-child(1) p{
    width: 100%;
    line-height: 30px;
}
.product-video{
    width: 80%;
    margin: 0 auto;
	margin-top:50px;
}
.product-video p{
    text-align: center;
    font-size: 24px;
}



/* 招商加盟 */
.zsjm{
    padding: 100px 0;
    width: 100%;
}
.zs-nav{
    width: 100%;
    background-color: #e9e9e9;
}
.zs-nav ul{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px;
}
.zs-nav ul li{
    padding: 15px 20px;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
	margin:10px 0 ;
}
.zs-img{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zs-img img{
	max-width:100%;
    padding: 20px;
}


/* 招聘 */
.zhaopin{
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column; 
}
.zhaopin .zp-tit{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
}
.zhaopin ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #727171;
}
.zhaopin ul:hover{
    background-color: #cccccc;
    transition: 2s;
}
.zhaopin ul li{
    padding:10px 30px;
}
.zhaopin ul li:nth-child(1){
    width: 300px;
}
.zhaopin ul li:nth-child(2){
    width: 35px;
}
.zhaopin ul li:nth-last-child(1){
    width: 65px;
    color: white;
    padding: 15px 40px;
    background-color: #009483;
    border-radius: 50px;
    cursor: pointer;
}
.zhaopin ul li p{
    padding: 5px 0;
    font-size: 16px;
}
.zhaopin ul li p span{
    font-weight: bold;
}
.zhaopin ul li p:nth-child(1){
    font-weight: bold;
    font-size: 18px;
}
.zhaopin .fldy{
    width: 70%;
    padding: 20px 0;
}
.zhaopin .fldy p{
    padding: 10px 0;
}
.zhaopin .fldy p:nth-child(1){
    font-size: 24px;
    font-weight: bold;
}
.zhaopin .zpbg{
    font-size: 14px;
    padding-bottom: 50px;
}
.zhaopin .zpbg p{
    padding: 10px 0;
}
.zhaopin .zpbg a{
    color: #224dc5;
    text-decoration: underline;
}

/* 招聘page */
.page-zp{
    width: 60%;
	padding:50px;
    margin: 50px auto;
	background:#3333;
}
.page-zp .page-nr{
    width: 90%;
    margin: 0 auto;

}
.page-zp .page-nr ul{
    width: 100%;
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	    align-items: center;
}
.page-zp .page-nr ul li{
    width: 43%;
	padding:0 20px;
	margin:20px 0;
}
.page-zp .page-nr ul li:nth-child(1){
    width: 100%;
}
.page-zp .page-nr ul li:nth-last-child(1){
    width: 150px;
}
.page-zp .page-nr ul li input{
    width: 100%;
		height:50px;
}
.page-zp .page-nr ul li select{
    width: 100%;
}


/* 联系我们 */
.xinxi{
    width: 70%;
    height: 400px;
    margin: 0 auto;
    margin-top: 50px;
    background:url(./i/callus2.png) no-repeat;
	background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.xinxi p{
    margin-left: 20%;
    font-size: 24px;
    font-weight: bold;
    color: #009483;
}
.xinxi span{
    margin-left: 20%;
    font-size: 18px;
    font-weight: bold;
    color: #009483;
}
.xinxi .x-btn{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.xinxi .x-btn a{
    padding: 20px 30px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.xinxi .x-btn a:hover{
    animation-name: uad;
    animation-duration: 2s;
}

.x-tab{
    width: 70%;
    margin: 0 auto;
}
.x-tab table{
    width: 100%;
}
.x-tab td{
    border: 1px solid black;
    /* background: white !important; */
    border-spacing: 0px;
    padding: 5px 5px;
}
table{
    border-spacing: 0px;
}
#pages{
	margin:3% auto;
	/* margin-left:45%; */
	font-size:14px;
	    text-align: center;
}
#pages a{
	border: 1px solid #11914f;
    padding: 3px 9px 3px 9px;
}


.sxp{
	width:70%;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.sxp .next{
	padding:30px 0;
}
.pzbz-tit p{
	padding:50px 0;
	font-size:24px;
	font-weight:bold;
}

.abfzlc img{
	width:100%;
	height:734px;
}


@media screen and (max-width: 1200px){

#pages{
	margin:3% auto;
}
.about-cq ul li .w47 h3 {
    font-size: 20px;
}
.news-main li{
	width:45%;
	margin-right:5%;
}
}
.col-sm-4 {
    /* float: left; */
    color: black;
}
.col-sm-4 a {
    color: black;
}
.col-sm-6 {
    /* float: right; */
    color: black;
}
.col-sm-6 a {
    color: black;
}
.chanpinjj {
    position: relative;
}
.pages1{
	width:100%;
	position: absolute;
    bottom: -85px;
	left:50%;
	transform:translate(-50%,0);
}
.a1{
color:black;
}
#sc .swiper-button-next{
	display:none;
}

#sc .swiper-button-prev{
	display:none;
}





/* 移动端 */
@media only screen and (max-width:900px){
	#sc .swiper-button-next{
		display:block;
	}

	#sc .swiper-button-prev{
		display:block;
	}
	.hzhb ul li{
		width: 50%;
	}
	.hzhb ul li p{
		font-size:12px;
	}

}



@media only screen and (max-width:650px){
	.xinxi .x-btn {
		flex-direction: column;
	}
	.abjj ul li:nth-child(1) p {
    font-size:14px !important;
}
}
@media only screen and (max-width:1762px){
    .pzbz ul li:nth-child(3n+1){
        margin-left: 0;
    }
    .pzbz ul li:nth-child(4n+1){
        margin-left: 1%;
    }
}
@media only screen and (max-width:1466px){    
    .show-p{
        flex-direction: column;
        align-items: center;
    }

}
@media only screen and (max-width:1295px){    
    .pzbz ul li:nth-child(3n+1){
        margin-left: 1%;
    }
    .pzbz ul li:nth-child(2n+1){
        margin-left: 0;
    }

}
@media only screen and (max-width:854px){    
    .pzbz ul li{
        margin-left: 0;
    }
    .pzbz ul li:nth-child(3n+1){
        margin-left: 0%;
    }
    .x-tab{
        width: 100%;
        margin: 0 auto;
    }
	.sxp{
		flex-direction: column;
		align-items: center;
	}
	.ad-ln .ad50{
		width: 100%;
	}
    .ad-ln .ad50 .ad-r{
            padding: 0px;
        }
}
@media only screen and (max-width:720px){  
.lc {
    margin-right: 0px;
}
    .show-p{
        width: 100%;
    }
	.chejsp {
		width: 80%;
	}
	.news-main li{
	width:90%;
	margin-left:5%;
}

}
@media only screen and ((min-width:1200px) and (max-width:1500px)){
    .gyll .jieshao .j-title p:nth-child(1) {
        font-size: 55px;
    }
    .clearfix{
        width: 100% !important;
    }
}
@media only screen and (max-width:1087px){

	.all-ban{
		height:300px
	}
    .news-main {
        justify-content: center;
    }
    .l-n-right p:nth-child(2){
        font-weight: bold;
        font-size: 20px;
        display: -webkit-box; /* 创建一个弹性容器盒子模型 */
        -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
        -webkit-line-clamp: 2; /* 限制在3行内 */
        word-break: break-all; /* 允许在单词内换行 */
        width: 100%; /* 设置容器宽度 */
        overflow: hidden; /* 隐藏溢出的文本 */
        text-overflow:ellipsis; /* 溢出部分用省略号表示 */
    }
    .l-n-right p:nth-child(3){
        font-weight: bold;
        font-size: 14px;
        display: -webkit-box; /* 创建一个弹性容器盒子模型 */
        -webkit-box-orient: vertical; /* 设置盒子的排列方向为垂直 */
        -webkit-line-clamp: 3; /* 限制在3行内 */
        word-break: break-all; /* 允许在单词内换行 */
        width: 100%; /* 设置容器宽度 */
        overflow: hidden; /* 隐藏溢出的文本 */
        text-overflow:ellipsis; /* 溢出部分用省略号表示 */
    }
}
@media only screen and (max-width:1200px){
    /* banner */
	.banner .swiper-slide {
		/* margin-top:80px ; */
		height: auto !important;
	}
	.b-cq {
		display:none;
	}


    /* 关于鲁丽 */

    .gyll{
        padding-top: 30px;
        flex-direction: column;
    }    
    .gyll .changqu{
        max-width: 800px;
        height: 60vw;
        max-height: 360px;
    }
    .gyll .changqu::after{
        display: none;
    }
    .gyll .jieshao{
        width: 100%;
        margin-left: 0px;
    }
    .gyll .jieshao .j-title p:nth-child(1){
        font-size: 24px;
    }
    .gyll .jieshao .j-title p:nth-child(2){
        font-size: 18px;
    }
    .gyll .jieshao .j-content {
        width: 100%;
        line-height: 18px;
        margin-top: 0px;
    }
    .j-four {
        margin-top: 0px;
    }
    .j-four a img {
        width: 50px;
        height: 50px;
    }
    .button_su_inner {
        width: 75px;
        padding: 17px;
    }


    /* 产品 */
    .chanpin{
        height: 700px;
    }
    .chanpin .cp-top{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .chanpin .cp-top .top-cp p:nth-child(1) {
        font-size: 36px;
    }
    .chanpin .cp-top .top-cp p:nth-child(2) {
        display: none;
    }
    .swiper-container2{
        overflow: hidden;
    }
    .chanpin .swiper-slide {
        border: 0px solid white !important;
    }
    .swiper-button-next{
        display: none;
    }
    .swiper-button-prev{
        display: none;
    }

  


    /* 优势 */
    /* .adv {
        margin-top: 0px;
        flex-direction: column;
    } */
    .a-zuo {
        width: 100%;
    }
    .a-zuo p {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0;
    }
    .a-you{
        width: 100%;
    }
    .wei1 {
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        margin-top: 30px;
    }
    .wei2 {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
    }
    .wei2::before{
        display: none;
    }
    .wei2::after{
        display: none;
    }

    /* 流程 */
    .wei3{
        font-size: 36px;
    }
    .wei4{
        font-size: 24px;
    }
    .pro ul li:nth-last-child(1) {
        width: 143px;
    }
    .pro ul li:nth-last-child(1) p {
        font-size: 20px;
    }

    /* 加盟 */
    .pro{
        flex-direction: column;
    }
    .lc {
		width:100%;
        max-width: 100%;
        height: 300px;
    }
    .join{
        height: 450px;
        justify-content: space-around;
    }
    .join ul {
        flex-direction: column;
        align-items: center;
    }
    .join ul li {
        margin-top: 0px;
    }
    .join ul li::after {
        display: none;
    }



    /* 新闻 */
    .news .box .swiper-slide{
        width: 90% !important;
        margin: 10px auto;
    }
    .home-more::before{
        display: none;
    }
    .home-more::after{
        display: none;
    }
    .bigBox ul li{
        width: 75px;
    }
    .news .box .swiper-slide{
        height: 150px;
    }
    .news .box .swiper-slide .n-cont p:nth-child(1){
        font-size: 16px;
    }
    .news .box .swiper-slide .n-cont p:nth-child(2){
        font-size: 12px;
    }
    .news .box .swiper-slide .n-time p:nth-child(1) {
        font-size: 20px;
    }
    .news .box .swiper-slide .n-time p:nth-child(2) {
        font-size: 16px;
    }
    .box{
        height: auto;
    }





    /* 底部 */
    .footer{
        justify-content: space-around;
    }
    .f-top {
        margin: 0 auto;
    }
    .footer ul{
        display: none;
    }
    .you {
        margin-left: 0px;
    }
    .lx {
        font-size: 14px;
        line-height: 24px;
    }
    .lx .ewm {
        width: 100px;
        height: 100px;
        margin-left: 0px;
    }
    .lx .ewm::after{
        font-size: 12px;
    }
    .yyzz {
        flex-wrap: wrap;
        font-size: 12px;
    }


    /* 内页 */
    /* 公司简介 */


.abjj ul li:nth-child(1) {
    width: 100%;
}
	.abjj ul li:nth-child(2) {
		display:none;
	}
    .about-cq ul li {
       /*  margin-top: 20px; */
        width: 100%;
        flex-direction: column;
    }
    .about-cq ul li .w47 {
        width: 100%;
        line-height: 20px;
        font-size: 16px;
        height: auto;
    }
    .about-cq ul li:nth-child(2){
        flex-direction: column-reverse;
    }
/*     .ad-ln {
        flex-direction: column;
    } */
		.ad-ln .ad50{
		width: 100%;
	}
    .about-wh .ad-jd {
        justify-content: center;
    }

    .licheng-content{
        display: none;
    }
    .lccz{
        width: 80%;
        display: block;
    }
    .lccz li{
        width: 100%;
    }
    .lccz li p:nth-child(1){
        font-size: 18px;
        color: #009483;
        font-weight: bold;
    }
    .lccz li p:nth-child(2){
        font-size: 14px;
    }


    /* 新闻category */
    .c-new .swiper ul li:nth-child(3) {
        display: none;
    }
    .c-new .new-top {
        flex-direction: column;
    }
    .c-new .new-top ul {
        width: 100%;
        margin-top: 20px !important;
    }
    .l-news ul li {
        height: 300px;
        flex-direction: column;
        align-items: center;
    }    
    .l-news ul li .n-img {
        width: 50%;
        height: auto;
        min-height: 150px;
    }
    .l-n-right {
        width: 100%;
        padding: 0 0 0 0;
    }

    .l-n-right p:nth-child(4) {
        display: none;
    }

	.n-s-content{
		width:90%;
		margin:0 auto;
	}

	/* 产品 */
	.product-video video {
		height:auto !important;
	}


    /* list厂区 */
    .js ul {
        flex-direction: column;
    }
    .js ul li {
        width: 100%;
    }
    .js ul li p {
        font-size: 12px;
    }
/*     .js ul li #open-popup {
        margin-top: 35%;
        margin-left: -55%;
    } */

/* 支持保障体系 */
.zcbztx {
    width: 100% !important;
}
.zcbztx li {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* 招聘单页 */
.page-zp .page-nr ul li{
    width: 100%;
}
    
}

@media only screen and (max-width:1335px){    
    .news .box .in-item{
        width:24% !important;
    }
	.news .box .in-item:nth-child(5){
		display:none;
	}
}
@media only screen and (max-width:1062px){    
    .news .box .in-item{
        width:32.3% !important;
    }
	.news .box .in-item:nth-child(5){
		display:flex;
	}
}
@media only screen and (max-width:950px){    
    /* 四张图 */
    .home-last ul li{
        width: 100%;
        height: 200px;
        margin-top: 10px;
    }
    .home-last ul li p {
        padding: 0px;
    }
}
@media only screen and (max-width:794px){    
    .news .box .in-item{
        width:49% !important;
        min-width: auto;
    }
	.news .box .in-item:nth-child(5){
		display:none;
	}
}


/* 商学院 */
.list-sxy{
    width: 100%;
    /* max-width: 1200px; */
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
}
.sxyh3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.sxyh4{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 30px 0;
}
.lsxy{
    padding: 0 10px;
    padding-top: 30px;
    /* background-color: white; */
}
.lsxy h3{
    font-size: 24px;
    font-weight: bold;
}
.lsxy p{
    font-size: 16px;
    line-height: 30px;
}
.xybj{
    width: 100%;
    background-color:rgb(241, 241, 241);
}
.lsxy1{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    background-color:rgb(241, 241, 241);
    box-sizing: border-box;
    padding-bottom: 30px;
    align-items: center;
}
.lsxyl{
    width: 50%;
}
.lsxy1 img{
    width: 48%;
}
.lsxy2{
    text-align: center;
    padding: 50px 0;
}
.lsxy2 h3{
    margin-bottom: 30px;
}
.lsxy2 p{
    padding: 20px 0;
}
.lsxy2 ul{
    display: flex;
    align-items: center;
    justify-content:space-evenly;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.lsxy2 ul li{
    display: flex;
    flex-direction: column;
}
.lsxy2 ul li img{
    width: 100px;
    height: auto;
}
.lsxy3{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    padding-bottom: 30px;
}
.jxzy-all{
    width: 100%;
    background-color:rgb(241, 241, 241);
    color: white;
}
.jxzy{
    width: 55%;
}
.jxzy h3{
    margin-bottom: 20px;
}
.lsxy3 ul{
    width: 40%;
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lsxy3 ul li{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lsxy3 ul li img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}
.lsxy3 ul li p{
    margin: 10px 0;
}
.lsxy4,.lsxy5,.lsxy6{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.lsxy4 h3,.lsxy5 h3,.lsxy6 h3{
    position: relative;
    padding-left: 20px;
}
.lsxy4 h3::after,.lsxy5 h3::after,.lsxy6 h3::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #172d6b;
    left: 0;
}
.lsxy6{
	padding-bottom:30px;
}

@media only screen and (max-width:725px){
    .lsxy1{
        flex-direction: column;
    }
    .lsxyl{
        width: 100%;
    }
    .lsxy1 img{
        width: 100%;
    }
}

/* 研学院 */
.list-yxy{
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    box-sizing: border-box;
	text-indent:2em;
}
.list-yxy h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0;
}
.list-yxy img{
    max-width: 100%;
}
.hzdw{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    /* font-size: 14px; */
}
.yxy p{
    margin-bottom: 15px;
    line-height: 30px;
}
.yxy h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.hzdw h3{
    margin-bottom: 30px;
}
.yxy p span{
    font-weight: bold;
}
.lyxy-fzlc{
    margin: 50px 0;
}
.lyxy-cxy img{
    margin-bottom: 15px;
}
.lyxy-yjcg{
	text-align:center;
}

@media only screen and (max-width:1404px){
    .pro ul li:nth-last-child(1){
		width:19%;
		margin-right:1%;
	}
	.pro ul li:nth-last-child(1) p{
		font-size:16px;
	}
}
@media only screen and (max-width:1200px){
	.pro ul{
		width:100%;
		max-width:100%;
	}
}
@media only screen and (max-width:1200px){
	.pro,.adv{
		width:100%;
		padding:10px 10px;
		box-sizing:border-box;
		overflow:hidden;
	}
	.join ul li{
		height:50px;
		line-height:50px;
		font-size:16px;
	}
	.pro{
		margin-top:20px;

	}
	.lc{
		margin-top:0;
	}
}
@media only screen and (max-width:680px){
	.adv{
		margin-top:0px;
		flex-direction:column;
	}
}