/*整体开始*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

/*为了照顾ie6 链接图片有边框*/
ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    font-size: 12px;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体", "SimSun", "宋体";
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

video embed,
video object,
video iframe {
    width: 100%;
    height: auto;
}

* {
    margin: 0px;
    padding: 0px;
}

div {
    display: block;
}

html {
    color: #666;
}

html,
body {
    width: 100%;
}

/*顶部*/
.cf_banner {
    width: 100%;
    position: relative;
}

/*banner*/
.swiper-container {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.frd_prev {
    width: 53px;
    height: 53px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -150px;
    background: url(../images/frd_l.png) no-repeat;
    z-index: 99;
    cursor: pointer;
}

.frd_next {
    width: 53px;
    height: 53px;
    position: absolute;
    bottom: 100px;
    right: 50%;
    margin-right: -150px;
    background: url(../images/frd_r.png) no-repeat;
    z-index: 99;
    cursor: pointer;
}

.frd_hd {
    width: 19px;
    height: 36px;
    position: absolute;
    bottom: 110px;
    right: 50%;
    margin-right: -10px;
    background: url(../images/frd_hd.png) no-repeat;
    z-index: 99;
}

/*导航*/
.header {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
}

.search {
    width: 152px;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
    background: #4caffb;
    border-radius: 50px;
}

.swgf_sear1 {
    width: 120px;
    border: 0;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background-color: #4caffb;
    font-size: 14px;
    float: left;
    display: inline;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
}

.swgf_sear1:focus {
    outline: none;
}

.swgf_sear2 {
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
    background: url(../images/sear.png) no-repeat;
    border: 0;
    text-indent: -9999px;
    margin-top: 8px;
}

input::placeholder {
    color: #fff;
    /* 你可以将颜色改成你想要的任何颜色 */
    opacity: 1;
    /* 确保 opacity 是 1，否则颜色可能会变浅 */
}

.layout {
    width: 1500px;
    height: 140px;
    margin: 0 auto;
}

.layout .logo {
    width: 168px;
    float: left;
    margin-top: 33px;
}

.nav_ul {
    float: right;
    display: inline;
    padding-right: 5px;
    margin-top: 40px;
}

.nav_ul li.on,
.nav_ul li:hover {
    border-radius: 20px;
    background: #fff;
}

.nav_ul .swgf_sear:hover {
    background: rgba(255, 255, 255, 0);
}

.nav_ul li {
    float: left;
    color: #ad2e23;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    padding: 20px 28px;
    position: relative;
    z-index: 2;
}

.nav_ul li:last-child {
    font-size: 14px;
}

.nav_ul li:last-child a {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.nav_ul li.on a,
.nav_ul li:hover a {
    color: #0448b8;
}

.nav_ul li a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
	font-weight:600;
}

.nav_ul li a:hover {
    text-decoration: none;
}

.nav_ul li .cnavli {
    width: 700%;
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: -55px;
    height: 60px;
    line-height: 85px;
    display: none;
}

.nav_ul li .cnavli1 {
    left: -200px;
}

.nav_ul li .cnavli a {
    line-height: 40px;
    padding: 0 10px;
    display: inline;
    float: none;
    color: #fff;
}

.nav_ul li .cnavli a:hover {
    color: #0448b8;
    text-decoration: underline;
}

.header .cnav {
    height: 45px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    display: none;
}

.nav_ul .js_dh {
    font-style: italic;
}

/*手机版导航*/
.cf_xpdh {
    display: none;
}

.sp_nav_xjb {
    display: none;
}

/*企业简介*/
.swgf_qyjj {
    width: 100%;
    margin-top: 100px;
}

.swgf_qyjj .swgf_qyjj1 {
    width: 1600px;
    margin: 0 auto;
}

.qyjj_tit {
    width: 100%;
    text-align: center;
}

.qyjj_titx {
    width: 100%;
    text-align: center;
    display: none;
}

.qy_con {
    width: 100%;
    margin-top: 65px;
    padding-bottom: 90px;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
}

/*左侧*/
.qy_l {
    width: 32%;
    float: left;
    border-radius: 50px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.qy_js {
    padding: 35px;
    background: #eefafb;
    box-sizing: border-box;
    border-radius: 30px;
}

.qy_js h1 {
    font-size: 22px;
}

.qy_js p {
    font-size: 17px;
    margin-top: 10px;
    line-height: 30px;
}

.qy_gd {
    margin-top: 35px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
}

.qy_gd a {
    color: #014190;
}

.qy_gd a:hover {
    text-decoration: underline;
}

.qy_gy {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -65px;
    background: #71c7f3;
    border-radius: 20px;
}

.qy_gy a {
    color: #fff;
}

/*右侧*/
.qy_r {
    width: 66%;
    float: right;
    border-radius: 50px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    box-sizing: border-box;
}

.qy_r1 {
    background: url(../images/sp_back.png) no-repeat;
    background-size: 100% 100%;
    padding: 0px 45px;
    box-sizing: border-box;
    position: relative;
}

.qy_r1 img {
    width: 100%;
}

.sp_opan {
    width: 86px;
    height: 86px;
    background: url(../images/sp_bf.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    left: 50%;
    margin-left: -43px;
}

/*品牌介绍*/
.frd_brand {
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}

.brand_tit {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
}

.brand_con {
    width: 100%;
    position: relative;
}

/*图*/
.brand_pic {
    width: 100%;
    overflow: hidden;
}

.brand_pic .brand_pic1 {
    width: 100%;
    height: 100%;
}

.brand_pic2 {
    display: none;
}

.brand_pic1 img {
    width: 100%;
    height: 100%;
    display: block;
}

/*品牌*/
.brand_mc {
    width: 1700px;
    height: 230px;
    background: url(../images/js_back.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -850px;
}

.brand_mc ul {
    width: 1600px;
    position: absolute;
    bottom: -30px;
    left: 50px;
}

.brand_mc ul li {
    width: 210px;
    height: 210px;
    float: left;
    padding: 40px 0px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
    margin: 0px 5px;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.brand_mc ul li h1 {
    font-size: 12px;
    color: #848686;
    background: #f3f3f3;
    width: 84px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 45px;
}

.brand_mc ul li p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.brand_mc ul li img {
    height: 25px;
    width: auto;
    margin-top: 30px;
}

.brand_mc ul .brand_on {
    transform: scale(1.1, 1.1);
    transition: transform 0.5s;
}

.brand_mc ul .brand_on:hover {
    transform: scale(1.1, 1.1);
}

/*美妆科技*/
/* /////////////////////////////////////////////////////////////////////// */

.swgf_mzkj {
    width: 100%;
    background: url(/public/2025/images/mzkj_back.jpg) top center no-repeat;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
}

.swgf_mzkj .swgf_mzkj1 {
    width: 1700px;
}

.swkj_tit {
    width: 100%;
    text-align: center;
    margin-bottom: 110px;
}

.mzkj_tit {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.mzkj_tit .mzkj_tit1 {
    width: 156px;
    height: 70px;
    margin: 0px 30px;
    line-height: 70px;
    background: #eefafb;
    float: left;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border-radius: 50px;
}

.mzkj_tit1 a {
    color: #333;
}

.mzkj_tit .mzkj_on {
    background: #1cb7c7;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mzkj_on a {
    color: #fff;
}

.mzkj_con {
    width: 100%;
    height: 408px;
    margin-top: 80px;
    position: relative;
    display: flex;
    justify-content: center;
}

.mzkj_con1 {
    width: 100%;
    height: 408px;
    position: absolute;
}

.mzkj_con1 ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.mzkj_con1 ul li {
    width: 330px;
    height: 410px;
    float: left;
    margin: 0 20px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.hxjs ul {
    justify-content: space-around;
}

.hxjs ul li {
    width: 300px;
    height: 390px;
    float: left;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.mzkj_con1 ul li:last-child {
    margin-right: 0;
}

.mzkj_con1 .swiper-slide:last-child {
    margin-right: 0;
}

.pic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.pic-caption {
    width: 330px;
    height: 40%;
    position: absolute;
    bottom: 50%;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff0f, #58D8DD);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0 0 30px 30px;
}

.pic-caption h1 {
    font-size: 24px;
}

.pic-caption span {
    width: 30px;
    height: 1px;
    margin-top: 24px;
    background: #fff;
}

.pic-caption p {
    font-size: 18px;
    margin-top: 40px;
}

.pic-caption {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.mzkj_con1 ul li .pic-caption {
    opacity: 1;
    bottom: 0;
    left: 0;
}



.mzkj_con2 {
    opacity: 0;
    overflow: hidden;
}

.swiper1 {
    width: 1400px;
    display: flex;
    justify-content: center;
}

.swiper1 .swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper1 .swiper-slide img {
    width: 330px;
    height: 390px;
}

.swiper1 .swiper-slide .pic-caption {
    width: 330px;
    opacity: 1;
    bottom: 0;
}


.swiper3 {
    width: 1400px;
    display: flex;
    justify-content: center;
}

.swiper3 .swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper3 .swiper-slide img {
    width: 330px;
    height: 390px;
}

.swiper3 .swiper-slide:hover .pic-caption {
    width: 330px;
    opacity: 1;
    bottom: 0;
}

.swiper1 .swiper-wrapper,
.swiper3 .swiper-wrapper {
    transition-timing-function: linear !important;
}

/* /////////////////////////////////////////////////////////////////////// */



/*工业旅游*/
.swgf_gyly {
    width: 100%;
    margin-top: 106px;
    padding-top: 100px;
    position: relative;
}

.gyly_tit {
    width: 100%;
    position: absolute;
    top: 0px;
    text-align: center;
    z-index: 999;
}

.gyly_con {
    width: 100%;
    position: relative;
}

/*图*/
.gyly_pic {
    width: 100%;
    overflow: hidden;
}

.gyly_pic .gyly_pic1 {
    width: 100%;
    height: 100%;
}

.gyly_pic .gyly_pic2 {
    display: none;
}

.gyly_pic1 img {
    width: 100%;
    height: 100%;
    display: block;
}

/*品牌*/
.gyly_mc {
    width: 100%;
    height: 156px;
    background: rgba(2, 56, 137, 0.3);
    position: absolute;
    bottom: 0px;
}

.gyly_mc ul {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.gyly_mc ul li {
    width: 33%;
    height: 100px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.gyly_mc ul li h1 {
    font-size: 16px;
    color: #fff;
    float: left;
    margin-left: 10px;
    height: 43px;
    line-height: 43px;
}

.gyly_mc ul li img {
    height: 43px;
    width: auto;
    float: left;
}

.gyly_mc ul .gyly_on {
    background: rgba(0, 168, 255, 0.3);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*新闻中心*/
.swgf_news {
    width: 100%;
    background: url(../images/news_back.jpg) top center no-repeat;
    padding-top: 80px;
    padding-bottom: 150px;
}

.swgf_news .swgf_news1 {
    width: 1600px;
    margin: 0 auto;
}

.news_tit {
    text-align: center;
}

.nr {
    width: 100%;
    overflow: hidden;
    margin-top: 54px;
    background: #fff;
    border-radius: 50px;
}

.left {
    width: 45%;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: right;
}

.swiper-container1 {
    width: 100%;
    height: 495px;
}

.swiper-container1 .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50px;
}

.swiper-container1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container1 .swiper-slide p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 90px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 16px;
}

.swiper-container1 .swiper-pagination {
    width: 20%;
    left: 80%;
    bottom: 15px;
    z-index: 9999;
}

.swiper-container1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.8;
}

.swiper-container1 .swiper-pagination-bullet-active {
    background: #b8e0fd;
}

.news_r {
    width: 50%;
    float: left;
    padding-left: 60px;
    padding-top: 30px;
    box-sizing: border-box;
}

.news_r ul li {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    position: relative;
    border-bottom: 1px dashed #ececec;
	overflow: hidden;
}

.news_r ul li a {
    color: #848686;
}

.news_r ul li a:hover {
    color: #4caffb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.view_more {
    float: left;
    width: 185px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 1px solid #8f9191;
    border-radius: 20px;
    padding: 0px 30px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 25px;
}

.view_more:hover {
    border: 1px solid #4caffb;
    color: #4caffb;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.view_more:hover {
    text-decoration: underline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.view_more img {
    width: 24px;
    height: 18px;
    margin-top: 21px;
    float: right;
}

/*联系我们*/
.swgf_lxwm {
    width: 100%;
    background: url(../images/yp_back.jpg) top center no-repeat;
    margin-top: 50px;
    overflow: hidden;
}

.lxwm_r {
    float: right;
}

.lxwm_r img {
    display: block;
}

.swgf_lxwm1 {
    width: 20%;
    float: right;
    margin-right: 10%;
    margin-top: 100px;
}

.swgf_lxwm1 h1 {
    font-size: 36px;
    font-weight: bold;
}

.swgf_lxwm1 p {
    font-size: 16px;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #dfe1e2;
}

.lx_yp {
    width: 130px;
    height: 46px;
    line-height: 46px;
    background: #00808e;
    text-align: center;
    margin-top: 40px;
    border-radius: 20px;
    font-size: 16px;
}

.lx_yp a {
    color: #fff;
}

/*底部*/
.swgf_bottom {
    width: 100%;
    background: #454646;
}

.swgf_bottom .swgf_bottom1 {
    width: 1600px;
    margin: 0 auto;
}

.bot_t {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}

.bot_tl {
    float: left;
    padding: 30px 0px 30px 0px;
}

.bot_logo {
    width: 160px;
}

.bot_logo img {
    width: 100%;
}

.bot_tl h1 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 35px;
    color: #fff;
}

.bot_tl p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.bot_tr {
    float: right;
    overflow: hidden;
    margin-top: 100px;
}

.bot_tr .ewm1 {
    float: left;
    width: 120px;
    margin-left: 40px;
}

.ewm1 img {
    width: 100%;
}

.ewm1 p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

.bot_b {
    padding: 10px 0px;
    overflow: hidden;
}

.bot_b p {
    float: left;
    font-size: 14px;
    color: #fff;
}

.bot_b p span {
    margin-right: 5px;
}

.bot_b p a {
    color: #fff;
    margin-right: 5px;
}

.bot_b h1 {
    float: right;
    font-size: 14px;
    overflow: hidden;
}

.bot_b h1 a {
    color: #fff;
    float: left;
}

.bot_b h1 span {
    width: 1px;
    height: 14px;
    background: #fff;
    margin: 0px 20px;
    display: block;
    float: left;
    margin-top: 2px;
}

@media (min-width: 1920px) {
    .swgf_news {
        background-size: cover;
    }

    .swgf_lxwm {
        background-size: cover;
    }

}

@media (min-width:1300px) and (max-width:1600px) {
    .qyjj_tit {
        display: none;
    }

    .qyjj_titx {
        display: block;
    }

    .swgf_qyjj .swgf_qyjj1 {
        width: 1300px;
    }

    .qy_js {
        padding: 20px;
    }

    .qy_js p {
        font-size: 14px;
    }

    .brand_mc {
        width: 1300px;
        height: 170px;
        margin-left: -650px;
    }

    .brand_mc ul {
        width: 1200px;
    }

    .brand_mc ul li {
        width: 160px;
        height: 160px;
        padding: 20px 0px;
    }

    .swgf_news .swgf_news1 {
        width: 1300px;
    }

    .swgf_bottom .swgf_bottom1 {
        width: 1300px;
    }
}

@media (min-width: 640px) and (max-width:1300px) {
    body {
        width: 1300px;
    }

    .qyjj_tit {
        display: none;
    }

    .qyjj_titx {
        display: block;
    }

    .swgf_qyjj .swgf_qyjj1 {
        width: 1300px;
    }

    .qy_js {
        padding: 20px;
    }

    .qy_js p {
        font-size: 14px;
    }

    .brand_mc {
        width: 1300px;
        height: 170px;
        margin-left: -650px;
    }

    .brand_mc ul {
        width: 1200px;
    }

    .brand_mc ul li {
        width: 160px;
        height: 160px;
        padding: 20px 0px;
    }

    .swgf_news .swgf_news1 {
        width: 1300px;
    }

    .swgf_bottom .swgf_bottom1 {
        width: 1300px;
    }
}

/*手机版*/
@media screen and (max-width: 640px) {
    .cf_xpdh {
        display: block;
    }

    .sp_header {
        height: 50px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.8);
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px;
        position: absolute;
        left: 50%;
        margin-left: -46px;
    }

    .sp_logo img {
        margin: auto;
        max-height: 30px;
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px
    }

    .sp_nav span {
        display: block;
        background: #1947ba;
        width: 30px;
        height: 4px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px;
        width: 24px;
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #fff;
        width: 100%;
        height: 100%;
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
        display: block;
    }

    .nav_show {
        top: 50px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px)
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999;
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px;
    }

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin-left: 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px;
        background: #fff;
        width: auto;
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid;
    }

    .sjj_nav ul li .cnavli {
        display: none
    }

    .sjj_nav ul li a {
        color: #333;
        width: 80%
    }

    .sjj_nav ul li .cnavli a {
        color: #666;
        display: block;
        text-align: left;
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555;
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #0066cc;
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }

    .sp_nav_xjb {
        display: block;
    }

    /*电脑版导航*/
    .header {
        display: none;
    }

    .search {
        margin: 0px;
    }

    .frd_prev {
        width: 25px;
        height: 25px;
        bottom: 20px;
        background-size: 100%;
        margin-left: -50px;
    }

    .frd_next {
        width: 25px;
        height: 25px;
        bottom: 20px;
        background-size: 100%;
        margin-right: -50px;
    }

    .frd_hd {
        width: 10px;
        height: 21px;
        bottom: 22px;
        background-size: 100%;
        margin-right: -5px;
    }

    /*企业简介*/
    .swgf_qyjj {
        margin-top: 30px;
    }

    .swgf_qyjj .swgf_qyjj1 {
        width: 96%;
    }

    .qyjj_tit {
        display: none;
    }

    .qyjj_titx {
        display: block;
    }

    .qyjj_titx img {
        width: 30%;
    }

    .qy_con {
        margin-top: 20px;
        padding-right: 10px;
        padding-bottom: 40px;
    }

    .qy_l {
        width: 100%;
        padding: 20px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .qy_js h1 {
        font-size: 18px;
    }

    .qy_js p {
        font-size: 14px;
        line-height: 24px;
    }

    .qy_js {
        padding: 20px;
    }

    .qy_gd {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .qy_r {
        width: 100%;
        margin-top: 40px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .sp_opan {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }

    /*品牌介绍*/
    .brand_tit img {
        width: 30%;
    }

    .brand_mc {
        width: 96%;
        height: 50px;
        left: 2%;
        margin-left: 0px;
    }

    .brand_mc ul {
        width: 96%;
        left: 2%;
        bottom: -10px;
    }

    .brand_mc ul li {
        width: 12.2%;
        height: 45px;
        padding: 10px 0px;
        border-radius: 10px;
        margin: 0px 1%;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .brand_mc ul li img {
        height: 8px;
        margin-top: 0px;
    }

    .brand_mc ul li h1 {
        display: none;
    }

    .brand_tit {
        top: -50px;
    }

    .frd_brand {
        margin-bottom: 60px;
    }

    /*美妆科技*/
    .swgf_mzkj .swgf_mzkj1 {
        width: 96%;

    }

    .swkj_tit img {
        width: 30%;
    }

    .mzkj_tit .mzkj_tit1 {
        width: 18%;
        height: 40px;
        margin: 0px 1%;
        line-height: 40px;
        background: #eefafb;
        float: left;
        text-align: center;
        font-size: 12px;
        cursor: pointer;
        border-radius: 20px;
    }

    .mzkj_tit .mzkj_on {
        background: #1cb7c7;
    }

    .mzkj_con {
        height: 192px;
    }

    .mzkj_con1 ul li {
        height: 147px;
    }

    .swgf_mzkj {
        background-size: 100% 100%;
        padding-bottom: 30px;
    }

    .mzkj_con {
        margin-top: 30px;
    }

    .swiper1,
    .swiper2,
    .swiper3 {
        overflow: hidden;
        height: 200px;
    }

    .swiper1 .swiper-slide {}

    /*工业旅游*/
    .gyly_tit img {
        width: 30%;
    }

    .swgf_gyly {
        margin-top: 40px;
    }

    .gyly_mc ul {
        width: 100%;
    }

    .gyly_mc ul li h1 {
        font-size: 12px;
        margin-left: 0px;
        height: 40px;
        line-height: 20px;
    }

    .gyly_mc ul li img {
        display: none;
    }

    .gyly_mc {
        height: 50px;
    }

    .gyly_mc ul li {
        height: 50px;
        margin-top: 0px;
    }

    /*新闻中心*/
    .swgf_news {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .swgf_news .swgf_news1 {
        width: 96%;
    }

    .news_tit img {
        width: 30%;
    }

    .nr {
        margin-top: 30px;
        border-radius: 30px;
    }

    .left {
        width: 100%;
    }

    .swiper-container1 {
        height: 273px;
    }

    .swiper-container1 .swiper-slide {
        border-radius: 30px;
    }

    .swiper-container1 .swiper-slide p {
        font-size: 14px;
    }

    .news_r {
        width: 100%;
        padding-left: 10px;
        padding-top: 20px;
    }

    .view_more {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        border-radius: 10px;
        padding: 0px 10px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .view_more img {
        margin-top: 11px;
    }

    /*联系我们*/
    .swgf_lxwm {
        margin-top: 30px;
    }

    .swgf_lxwm1 {
        width: 50%;
        float: left;
        margin-right: 0;
        margin-left: 20px;
        margin-top: 50px;
    }

    .lxwm_r {
        width: 30%;
    }

    .lxwm_r img {
        width: 400%;
    }

    .swgf_lxwm1 h1 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .swgf_lxwm1 p {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }

    /*底部*/
    .swgf_bottom .swgf_bottom1 {
        width: 96%;
    }

    .bot_tl {
        padding: 20px 0px 20px 13%;
    }

    .bot_tl h1 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 15px;
        color: #fff;
    }

    .bot_tl p {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }

    .bot_tr {
        margin-top: 0px;
    }

    .bot_tr {
        float: left;
        margin-left: 4%;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .bot_tr .ewm1 {
        width: 30%;
        margin-left: 3%;
    }

    .bot_b h1 {
        float: left;
        margin-top: 10px;
    }

    .bot_b {
        padding: 30px 0px;
    }

    .pic-caption p {
        font-size: 14px;
        margin-top: 10px;
    }

    .pic-caption span {
        margin-top: 10px;
    }

    .pic-caption h1 {
        font-size: 16px;
    }

    .brand_tit {
        margin: 0px 0px 30px 0px;
    }

    .mzkj_tit {
        margin-top: 20px;
    }

    .swkj_tit {
        margin-bottom: 0px;
    }

    .gyly_tit {
        top: 15px;
    }



}