/*==============================================
01. GENERAL CSS
================================================*/

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
	
}
html{
	background: url(/about:black) fixed;
}
* {
    touch-action: pan-y;
}

/* .fullpage-default {
    overflow: hidden;
} */

body {
    font: 16px/1.6 "Microsoft YaHei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    color: #333;
    /* text-align: center; */
    background: #fff;
}

img {
    border: 0;
    width: 100%;
}

#map img {
    width: auto;
}

#map .BMapLib_SearchInfoWindow,
#map .BMapLib_SearchInfoWindow * {
    box-sizing: initial;
}


html {
    -ms-overflow-style: scrollbar;
}
.download{
	position: absolute; right: 30px; bottom: -30px; font-weight:bold; color:#333; font-size:14px;
}
.download:hover{
	color:#fff;
}
.swiper-container {}


@font-face {
    font-family: 'hanyi';
    src: url('/fonts/HYDaHeiJ.eot');
    src:
        url('/fonts/HYDaHeiJ.eot?#font-spider') format('embedded-opentype'),
        url('/fonts/HYDaHeiJ.woff') format('woff'),
        url('/fonts/HYDaHeiJ.ttf') format('truetype'),
        url('/fonts/HYDaHeiJ.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    /* color: #fff; */
    outline: none;
    text-decoration: underline;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    a:active {
        background-color: transparent;
    }
}

.text-center {
    text-align: center !important;
}

.jieshao{
	font-size:16px;
	line-height:30px;
	
}
.jieshao .t{
	text-indent:50px;
}
.jieshao .c{
	margin-top:50px;
	text-indent:50px;
}
.jieshao .s{
	margin-top:50px;
	text-indent:50px;
	font-weight:bold;
}
.preloader {
    background: -moz-linear-gradient(top, #4096ee 0%, #39ced6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4096ee 0%, #39ced6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4096ee 0%, #39ced6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4096ee', endColorstr='#39ced6', GradientType=0);
    /* IE6-9 */
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    text-align: center;
}

.preloader-bounce {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.preloader-bounce>span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0.3em;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: bounce 0.6s infinite alternate;
    animation: bounce 0.6s infinite alternate;
    background: #fff;
}

.preloader-bounce>span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background: #fff;
}

.preloader-bounce>span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    background: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}


.align-self-center {
    align-self: center;
}
.rightcode{
	margin-right:15px;
}
/*====================???????¨????*********/
.header {
    width: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 999;
    /* height: 50px; */
    padding: 0 30px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(255, 126, 3, 0.3);
    transition: all .4s linear;
}

.header.sticked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 999;
    transition: all .4s linear;
}


.header ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

/*???·???¤???§logo*/
.header .left {
    /* width: 12%; */
    padding: 10px 0;
    /* width: 30%; */
    display: none;
}

.header .left a img {
    height: 30px;
    width: auto;
}

.header .left .img2 {
    display: none;
}

/*???????¤???§*/
.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 100%;
    line-height: 50px;
    display: block;
    width: 100%;
}

.header .navbar_nav li {
    /* float: left; */
    position: relative;
    display: block;
    padding: 10px 0;
}

.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #F04E23;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.header .navbar_nav li.logo-center:after {
    display: none;
}

.header .navbar_nav li:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 20px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}

.header .navbar_nav li:hover a {
    color: #F04E23;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
}

.header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background: url(/css/i/top.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    left: 0;
    z-index: 999;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    /* margin-bottom: 2px; */
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #f3f3f3;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #F04E23;
}

/*?§??????¨?°???¨?’?’????????§???????¤?????’?¨*/
.header.on {
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(255, 126, 3, 0.3);
}

.header.on .left .img1 {
    display: none;
}

.header.on .left .img2 {
    display: block;
}

.header.on .navbar_nav li a {
    color: #333;
}

.header.on .navbar_nav li:hover a {
    color: orangered;
}

#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    /* width: 100%; */
    width: 70%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    /* transform: translateX(100%); */
    transform: translateX(145%);
}

.m_nav.open {
    /* transform: translateX(0); */
    transform: translateX(45%);
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 30%;
    margin: 0 auto;
}

.m_nav .logo img {
    /* height: 50px; */
    display: block;
    margin: 0auto;
}

.m_nav .ul {
    margin-top: 30px;
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}

/*------------------- end header section style --------------------*/


@-webkit-keyframes bounce {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-1.2em);
        transform: translateY(-1.2em);
    }
}

@keyframes bounce {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-1.2em);
        transform: translateY(-1.2em);
    }
}

button {
    padding: 5px;
    margin: 5px;
}

.active-nick {
    color: red;
}

input {
    width: 50px;
    text-align: center;
}

#fullpage {
    z-index: 99;
}

.padlr-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.mb35 {
    margin-bottom: 35px;
}

.gray-normal {
    font-weight: normal;
    color: #7A7A7A;
}

.bg-orange {
    background: url(https://static1.mulichongcao.com/files/official/image/join-member-bg.jpg) no-repeat center/cover;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

/*==============================================
02. HEADER CSS
================================================*/
/* #header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(255, 126, 3, 0.3);
}

.container-fluid {
    padding: 0 20px;
}

#logo {
    text-decoration: none;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 120px;
}
.navbar-nav li.head-logo a {
    padding: 10px;
} */

/* swiper */
.swiper-slide {
    height: auto;
    align-items: stretch;
}

/* swiper end */

#fullpage .fp-section {
    background: #fff;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    padding: 0 17px;
    margin: 17px 0;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    color: #fff;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    /* height: 4px;
    width: 4px; */
    border: 0;
    left: 50%;
    top: 50%;
    margin: 0;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    width: 15px;
    height: 15px;
    background: #F7F7F7;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 15px;
    width: 15px;
    margin: 0;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: rgba(255, 140, 48, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

/* .fp-section .fp-tableCell {
    padding-top: 70px;
} */

/* .fullpage-default .section {
    margin-top: 90px;
}

.fullpage-default .section.section4,
.fullpage-default .section.footer {
    margin-top: 0;
} */
.fp-scroller {
    overflow: unset;
}

#fullpage .section1 .section-inner {
    height: 100%;
    overflow: hidden;
}

#fullpage .section1 .index-banner {
    height: 100%;
    /* margin-top: 70px; */
    /* background: url(https://static1.mulichongcao.com/files/official/image/index-banner.jpg) no-repeat center/cover; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* fullpage-section2 */
#fullpage .section2 {
    position: relative;
    /* padding-top: 70px; */
}

#fullpage .section2 .container {
    /* margin-top: -180px; */
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.fp-scrollable {
    display: inline;
}

#fp-nav ul li:last-child {
    display: none;
}

.fp-controlArrow.fp-prev {
    left: 60px;
    width: 0;
    border-width: 20px 20px 20px 0;
    border-color: transparent rgb(212, 202, 192) transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 60px;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent rgb(212, 202, 192);
}

/* .fp-scroller {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.intro-part .intro-wrap {
    display: flex;
    justify-content: space-between;
}

.intro-part .intro-wrap>div {
    /* min-height: 500px; */
    /* width: 35vw;
    height: 31.36vw; */
    width: 35%;
}

.intro-part .intro-relative {
    position: relative;
    /* background: url(https://static1.mulichongcao.com/files/official/image/index-section2-bg1.png) no-repeat center/cover;
    padding-top: 20px; */
}

.intro-part .intro-relative .title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-bottom: 10px;
}

.intro-part .intro-relative .title .title-text {
    position: absolute;
    top: 30px;
    right: 20px;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    height: 65px;
}

.intro-part .intro-relative.intro-relative2 .title .title-text {
/*
    left: 30px;
    right: 0px;
*/
}

.intro-part .title .title1-text>div:first-child {
    align-self: flex-start;
}

.intro-part .title .title1-text>div:last-child {
    align-self: flex-end;
}

.intro-part .title .title-text>div {
    color: #F04E23;
    /* line-height: 1; */
    letter-spacing: 0;
}

.intro-part .intro-relative .color-title {
    color: rgba(238, 38, 36, 1);
    background: linear-gradient(130deg, rgba(233, 91, 255, 1) 0%, rgba(94, 27, 245, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.intro-part .intro-bottom {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: -1px 15px 21px 0px rgba(0, 0, 0, 0.08);
    /* position: absolute;
    top: 35.1%; */
    margin-top: -60%;
}

.intro-part .intro-bottom.intro-bottom1 {
    /* left: 70px; */
    margin-left: 70px;
}

.intro-part .intro-bottom.intro-bottom2 {
    /* right: 70px; */
    margin-left: -70px;
}

.intro-part .intro-bottom .pic {
    /* margin-bottom: 10px; */
}

.intro-part .intro-bottom img {
    /* width: 60%; */
}

.intro-part .intro-bottom .intro-desc {
    padding: 54px 54px 10px;
}

.intro-part .intro-bottom .up {
    margin-bottom: 54px;
}

.intro-part .intro-bottom h5 {
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.intro-part .intro-bottom .intro-desc .down {
    font-size: 0;
    line-height: 1;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.red {
    color: #F04E23;
    font-size: 16px;
}

/* fullpage-section2 end */
/* fullpage-section3 */
#fullpage .section3 {}


#fullpage .section3 .section-inner {
    /* padding-top: 6.25vw; */
}

#fullpage .section3 .section-inner2 {
    position: relative;
}


#fullpage .section3 .section-inner .color-title {
    /* margin-bottom: 2.08vw; */
}

#fullpage .section3 .container .row {
    margin-left: 0;
    margin-right: 0;
}

.section .index-circle {
    margin-bottom: 30px;
}

.section.section4 .index-circle {
    margin-bottom: 50px;
}

.section .index-circle p {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(240, 78, 35, 1);
    margin: 12px auto;
}

.catalog-wrap .part-wrap .section3-box {
    position: relative;
    /* max-height: 175px; */
    overflow: hidden;
    transition: all .2s linear;
}

.catalog-wrap .part-wrap .section3-box:hover img {
    transform: scale(1.1);
    transition: all .2s linear;
}

.catalog-wrap .part-wrap .section3-box:hover .belief-inner {
    opacity: 1;
}

.catalog-wrap .catalog1 a,
.catalog-wrap .catalog2 a,
.catalog-wrap .catalog3 a {
    display: block;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
}

.catalog-wrap .catalog1 a,
.catalog-wrap .catalog3 a {
    width: 33.33333%;
}

.catalog-wrap .catalog2 a {
    width: 25%;
}

.catalog-wrap .part-wrap .belief-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .45);
    width: 100%;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    color: #fff;
    transition: all .2s linear;
    padding: 10px 0;
}

.section3 .swiper-slide>div {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.section3 .swiper-slide>div:first-child {
    margin-bottom: 20px;
}

.section3 .color-title .title h4 {
    font-size: 30px;
    margin-bottom: 10px;
}

/* .section3 .color-title .title h5 {
    font-size: 26px;
} */

.section3 .swiper-button-next,
.section3 .swiper-button-prev {
    margin: 0;
    top: 0;
}

.section3 .swiper-button-prev.swiper-button-black,
.section3 .swiper-container-rtl .swiper-button-next.swiper-button-black,
.section3 .swiper-button-next.swiper-button-black,
.section3 .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    /* background: url(https://static1.mulichongcao.com/files/official/image/right-arrow.png) no-repeat center; */
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section3 .swiper-button-prev.swiper-button-black {
    left: -60px;
}

.section3 .swiper-button-next.swiper-button-black {
    right: -60px;
}

/* fullpage-section3 end */
/* fullpage-section4 */
.section4 {
    font-size: 18px;
    /* padding-top: 70px; */
}

.section4 .container .part-wrap {
    display: block;
    position: relative;
    cursor: pointer;
}

.section4 .container .all-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section4 .container .card-wrap {
    width: 25%;
    padding: 0 8px;
}

.section4 .part-wrap {
    margin-bottom: 20px;
}

.section4 .belief-inner {
    position: absolute;
    top: 0;
    left: 0;
    color: #7A7A7A;
    padding: 40px 30px 0;
    width: 100%;
}

.section4 .belief-inner .eng-title {
    font-size: 22px;
    font-weight: bold;
}

.section4 .belief-inner .text-title {
    font-size: 20px;
    margin: 30px 0 40px;
}

.section4 .belief-inner .content-detail {
    font-size: 14px;
}

.section4 .icon {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.section4 .icon.icon1 {
    background: url(https://static1.mulichongcao.com/files/official/image/index-section4-icon1.png) no-repeat center;
}

.section4 .icon.icon2 {
    background: url(https://static1.mulichongcao.com/files/official/image/index-section4-icon2.png) no-repeat center;
}

.section4 .icon.icon3 {
    background: url(https://static1.mulichongcao.com/files/official/image/index-section4-icon3.png) no-repeat center;
}

.section4 .icon.icon4 {
    background: url(https://static1.mulichongcao.com/files/official/image/index-section4-icon4.png) no-repeat center;
}

.section4 .container .card-wrap:hover .icon.icon1 {
    background: url(https://static1.mulichongcao.com/files/official/image/index-section4-hovericon1.png) no-repeat center;
}

.section4 .container .card-wrap:hover .icon.icon2 {
    background: url(https://static1.mulichongcao.com/files/official/image/index-section4-hovericon2.png) no-repeat center;
}

.section4 .container .card-wrap:hover .icon.icon3 {
    background: url(https://static1.mulichongcao.com/files/official/image/index-section4-hovericon3.png) no-repeat center;
}

.section4 .container .card-wrap:hover .icon.icon4 {
    background: url(https://static1.mulichongcao.com/files/official/image/index-section4-hovericon4.png) no-repeat center;
}

/* .section4 .icon img {
    width: auto;
} */

.section4 .belief-inner .content-detail p {
    margin-bottom: 10px;
    line-height: 2;
}

.section4 .part-wrap img {
    /* width: auto; */
}

.section4 .part-wrap {
    background: rgba(242, 242, 242, 1);
    box-shadow: 0px 1px 2px 0px rgba(136, 48, 0, 0.11);
    border-radius: 5px;
}

.section4 .part-wrap .section4-bg {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
    opacity: 0;
}

.section4 .container .part-wrap:hover .belief-inner {
    color: #fff;
}

.section4 .part-wrap:hover .section4-bg {
    /* color: darkorange; */
    opacity: 1;
}

/* fullpage-section4 end */
section {}

/* aboutus-brand */
section.brand {
    /* margin-top: 130px; */
    /* padding-top: 70px; */
}

section.brand .brand-wrap {
    padding: 60px 0 45px;
}

section.brand .brand-wrap .brand-content {
    /* margin-top: -65px; */
}

.brand .brand-wrap .brand-detail {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand .brand-wrap .brand-detail img {
    /* width: auto; */
}

.brand .brand-wrap h3 {
    margin: 130px 0 0;
}

.brand .brand-wrap .pic-inner {
    width: 50%;
    height: 32vw;
    margin-right: -5%;
    background: rgba(240, 78, 35, 0.03);
    position: relative;
}

.brand .brand-wrap .pic-inner .pic-wrap {
    width: 100%;
    /* height: 26vw; */
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    box-shadow: 0 2px 12px 0 rgba(240, 78, 35, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.brand .brand-detail2 .pic-inner {
    margin-left: -4vw;
}

.brand .brand-detail2 .pic-inner .pic-wrap {
    left: 4vw;
}

/* .brand .brand-wrap .brand-detail:nth-child(2) .pic-wrap {
    margin-left: 70px;
} */

.brand .brand-wrap .text-inner {
    width: 45%;
    font-size: 16px;
    text-align: justify;
}

.brand .brand-wrap .text-inner p {

    line-height: 2;
}

.brand .brand-wrap .text-inner .love-text {
    padding: 135px 0;
    background: url(https://static1.mulichongcao.com/files/official/image/love.png) no-repeat center;
    font-size: 16px;
    /* color: #F04E23; */
    /* font-weight: bold; */
}

/* aboutus-brand end */
/* aboutus-company */
.company {
    padding: 60px 0;
}

.company-banner {}

.company-banner .swiper-wrapper {}

.company-banner .swiper-wrapper .swiper-slide1 {
    padding: 50px 0 75px;
    background: url(https://static1.mulichongcao.com/files/official/image/company-banner.jpg) no-repeat center/cover;
}

.company .belief {
    padding-bottom: 40px;
}

.company .belief .color-title {
    margin-bottom: 40px;
}

.company .timeline .color-title,
.company .respon .color-title,
.product .color-title,
.newslist .color-title {
    margin: 60px 0 64px;
}

.company .timeline .color-title span {
    cursor: pointer;
}

.company .timeline .color-title span.classify {
    font-size: 28px;
}

.company-banner .banner-text {
    padding: 30px 50px;
    background: rgba(238, 79, 54, .6);
}

.belief-content {
    padding: 15px;
}

.company .belief .belief-inner {
    margin-bottom: 16px;
    overflow: hidden;
}

.company .belief .company-content-bottom .belief-inner {
    transition: all .3s linear;
    border-radius: 5px;
    cursor: pointer;
}

.company .company-content-top .belief-inner .icon {
    width: 65px;
    height: 65px;
    align-self: flex-end;
}

.company .company-content-top .belief-inner .icon1 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon01.png) no-repeat center/cover;
}

.company .company-content-top .belief-inner .icon2 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon02.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner .icon {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}

.company .company-content-bottom .belief-inner .icon1 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon1.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner .icon2 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon2.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner .icon3 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon3.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner .icon4 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon4.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner .icon5 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon5.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner .icon6 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon6.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner .icon7 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon7.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner .icon8 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-icon8.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner:hover .icon1 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon1.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner:hover .icon2 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon2.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner:hover .icon3 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon3.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner:hover .icon4 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon4.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner:hover .icon5 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon5.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner:hover .icon6 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon6.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner:hover .icon7 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon7.png) no-repeat center/cover;
}

.company .company-content-bottom .belief-inner:hover .icon8 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon8.png) no-repeat center/cover;
}

.company .belief .company-content-bottom .belief-inner:hover {
    background: #F04E23;
    color: #fff;
}

.company .belief .company-content-bottom .belief-inner:hover .content-detail span::before {
    background-color: #fff;
}

.company .company-content-top .icon img {
    height: 50px;
}

.company .company-content-bottom .icon img {
    height: 40px;
}

.company .line-container {
    margin: 0 auto;
    /* overflow: hidden; */
    display: none;
    position: relative;
}

.company .swiper-container {
    padding-top: 50px;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next1,
.swiper-button-prev1,
.swiper-button-next2,
.swiper-button-prev2 {
    width: 36px;
    height: 36px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black,
.swiper-button-prev1.swiper-button-black,
.swiper-container-rtl .swiper-button-next1.swiper-button-black,
.swiper-button-prev2.swiper-button-black,
.swiper-container-rtl .swiper-button-next2.swiper-button-black {
    background: url(https://static1.mulichongcao.com/files/official/image/left-arrow.png) no-repeat center/cover;
    left: -45px;
    right: auto;
    cursor: pointer;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black,
.swiper-button-next1.swiper-button-black,
.swiper-container-rtl .swiper-button-prev1.swiper-button-black,
.swiper-button-next2.swiper-button-black,
.swiper-container-rtl .swiper-button-prev2.swiper-button-black {
    background: url(https://static1.mulichongcao.com/files/official/image/right-arrow.png) no-repeat center/cover;
    right: -45px;
    left: auto;
    cursor: pointer;
}

.company .timeline .timeline-content {
    /* margin-top: 6vw; */
}

.company .line-container.active {
    display: block;
}

.company .swiper-container .swiper-slide {
    /* padding: 15px; */
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.05);
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.company .swiper-container .swiper-slide:hover {
    background-color: #F04E23;
}

.company .swiper-container .swiper-slide>div {
    overflow: visible;
}

.company .swiper-container .swiper-slide .slide-content {
    position: relative;
}

.company .swiper-slide .slide-content .process-wrap {
    cursor: pointer;
    overflow: hidden;
}

.company .swiper-container .swiper-slide .slide-content:hover h6 span {
    color: #F04E23;
}

.company .swiper-container .swiper-slide .slide-content:hover h6 i {
    background: #F04E23;
}


.company .swiper-container .swiper-slide .process-pic {
    transition: all .2s linear;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.company .swiper-container .swiper-slide .process-content {
    transition: all .2s linear;
}

.company .swiper-container .swiper-slide .slide-content:hover .process-pic img {
    transform: scale(1.1);
    transition: all .2s linear;
}

.company .swiper-container .swiper-slide:hover .process-content {
    color: #fff;
}

.company .slide-content h6 {
    margin-bottom: 25px;
    font-size: 18px;
    position: absolute;
    top: -55px;
}

.company .slide-content h6 i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: rgba(159, 159, 159, 1);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 17px;
}

.company .slide-content h6 span {
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: rgba(159, 159, 159, 1);
}

.company .company-content-bottom .belief-inner {
    color: #7A7A7A;
}

.company .belief-inner .eng-title {
    font-size: 26px;
    font-weight: bold;
    height: 100px;
    line-height: 35px;
    margin-bottom: 28px;
}

.company .company-content-top .belief-content {
    padding: 30px 20px 14px 35px;
}

.company .company-content-top .belief-inner .eng-title {
    margin-top: 0;
}

.company .belief-inner .text-title {
    font-size: 26px;
    margin-bottom: 12px;
}

.company .belief-inner .content-detail {
    font-size: 16px;
    min-height: 155px;
}

.company .company-content-top,
.company .company-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.company .company-content-top>div {
    width: 49.3%;
}

.company .company-content-top>div:first-child .belief-inner {
    background: url(https://static1.mulichongcao.com/files/official/image/company-pic1.png) no-repeat center/cover;
}

.company .company-content-top>div:last-child .belief-inner {
    background: url(https://static1.mulichongcao.com/files/official/image/company-pic2.png) no-repeat center/cover;
}

.company .company-content-bottom>div {
    width: 24%;
}

.company .company-content-top .belief-inner .content-detail {
    min-height: auto;
}

.company .content-detail p {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.company .company-content-top .belief-inner {
    position: relative;
    transition: all .5s linear;
    padding: 74px 0;
}

.company .company-content-top .belief-inner .belief-content:hover {
    background-color: rgba(237, 73, 47, .7);
    color: #fff;
}

.company .company-content-top .belief-inner .belief-content:hover .icon1 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon01.png) no-repeat center/cover;
}

.company .company-content-top .belief-inner .belief-content:hover .icon2 {
    background: url(https://static1.mulichongcao.com/files/official/image/company-hovericon02.png) no-repeat center/cover;
}

.company-content-top .belief-inner .belief-pic img {
    width: 100%;
}

.company .company-content-top .belief-inner .belief-content {
    background: rgba(255, 255, 255, .9);
    transition: all .5s linear;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}

.company .company-content-top .belief-content .detail-wrap {
    padding-bottom: 20px;
    flex: 1;
}

.company .company-content-top .belief-inner .icon img {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.company .company-content-bottom .content-detail span {
    display: inline-block;
    margin-left: 20px;
}

.company .company-content-bottom .content-detail span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #7A7A7A;
    top: 7px;
    left: 0;
}

.company-content-bottom .belief-inner {
    background-color: #F7F7F7;
    padding: 30px 35px 10px;
}

.company .timeline {}


.company .timeline .process-content {
    /* min-height: 170px; */
    font-size: 14px;
    padding: 10px 20px 10px;
}

.company .timeline .process-content p {
    margin-bottom: 0;
    line-height: 22px;
}

.company .swiper-container .slide-content .process-content {
    /* background: rgba(255, 255, 255, 1); */
}

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

.company .respon .respon-box {
    width: 24%;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s linear;
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.05);
    border-radius: 5px;
}

.company .respon .respon-box .respon-pic {
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s linear;
}

.company .respon .respon-box .respon-pic2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    opacity: 0;
    transition: all .3s linear;
}

.company .respon .respon-box:hover .respon-pic1 {
    opacity: 0;
}

.company .respon .respon-box:hover .respon-pic2 {
    opacity: 1;
}

.company .respon .respon-box:hover .respon-detail {
    color: #fff;
}

.company .respon .respon-box .respon-detail {
    width: 100%;
    padding: 50px 20px 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.company .respon .respon-detail h5 {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}

.company .respon .respon-detail p {
    font-size: 14px;
    line-height: 2;
}

/* aboutus-company end */

/* map-service */
.service {
    /* padding-bottom: 14vw; */
}

.service .shop-wrap .shop-container {
    /* margin: 15%; */
}

.service .online-shop,
.service .city-mall,
.service .group-purchase {
    padding-top: 80px;
}

.service .online-shop {
    padding-bottom: 125px;
    background: url(https://static1.mulichongcao.com/files/official/image/map-service-bg.png) repeat center/cover;
}

.service .group-purchase {
    padding-bottom: 70px;
}

.service .color-title {
    margin-bottom: 60px;
}

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

.service .shop-container .pic {
    /* padding: 20%; */
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.13); */
    box-shadow: 0 2px 10px 0 rgba(240, 78, 35, 0.08);
    width: 180px;
    height: 180px;
    margin-bottom: 26px;
    transition: all .3s linear;
}


.service .shop-container .pic.pic1 {
    background: url(https://static1.mulichongcao.com/files/official/image/service-app.png) no-repeat center/100%;
}

.service .shop-container .pic.pic2 {
    background: url(https://static1.mulichongcao.com/files/official/image/service-tmall.png) no-repeat center/100%;
}

.service .shop-container .pic.pic3 {
    background: url(https://static1.mulichongcao.com/files/official/image/service-jd.png) no-repeat center/100%;
}

.service .shop-container .pic a {
    display: block;
}

.service .shop-container .pic.pic1:hover {
    background: url(https://static1.mulichongcao.com/files/official/image/service-app-hover.png) no-repeat center/100%;
}

.service .shop-container .pic.pic2:hover {
    background: url(https://static1.mulichongcao.com/files/official/image/service-tmall-hover.png) no-repeat center/100%;
}

.service .shop-container .pic.pic3:hover {
    background: url(https://static1.mulichongcao.com/files/official/image/service-jd-hover.png) no-repeat center/100%;
}

.service .shop-wrap .shop-container h5 {
    font-size: 20px;
}
.service .shop-container .put {
    /* padding: 20%; */
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.13); */
    box-shadow: 0 2px 10px 0 rgba(240, 78, 35, 0.08);
    width: 180px;
    height: 180px;
    margin-bottom: 26px;
    transition: all .3s linear;
	font-size:32px;
	line-height:180px;
	 margin: auto;
}



.vip-group{
	background-color:#F7F7F7;
	padding:20px 40px;
	 border-radius: 10px;
	 color:#7A7A7A
}
.vip-group:hover{
	background-color:#F04E23;
	padding:20px 40px;
	 border-radius: 10px;
	 color:#FFFFFF;
}

.service .shop-container .put.lab {
    background: rgba(255, 255, 255, 1);
	color:#F04E23;
	
}
.service .shop-container .put.lab:hover {
    background: #F04E23;
	color:#ffffff;
}
/* map-part */

.map-title {
    padding: 12px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F4F4F4;
    margin-bottom: 30px;
    font-size: 12px;
}

.store-map {
    width: 100%;
    height: 600px;
}

.map-title span {}

.map-input {
    width: 310px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
}

.map-input input {
    position: relative;
    display: block;
    width: 70%;
    border: 0;
    padding: 0px 0 0 20px;
    outline: 0;
    height: 38px;
    flex: 1;
    text-align: left;
}

.search-btn {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: transparent;
}

.shop-position {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 15px;
}

.list-store {
    display: none;
}


.list.list-store {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin: 30px -16px 0;
}

.list.list-store li {
    width: 25%;
    padding: 16px;
    cursor: pointer;
}

.list.list-store li .store-item {
    height: 100%;
    padding: 20px 12px 52px;
    background: #F7F7F7;
    color: #333;
    text-align: left;
    transition: all .2s linear;
}

.store-item .store-item__name {
    font-size: 18px;
    margin-bottom: 30px;
}

.store-item .store-item__add {
    font-size: 14px;
    color: #7A7A7A;
}

.store-item .icon-map {
    display: inline-block;
    width: 20px;
    height: 26px;
    background: url(https://static1.mulichongcao.com/files/official/image/address-icon.png) no-repeat center/cover;
    vertical-align: middle;
    margin-right: 10px;
}

.list.list-store li .store-item:hover {
    color: #fff;
    background: #F04E23;
}

.list.list-store li .store-item:hover .store-item__add {
    color: #fff;
}

.list.list-store li .store-item:hover .icon-map {
    background: url(https://static1.mulichongcao.com/files/official/image/address-hovericon.png) no-repeat center/cover;
}

/* ???????¨???? */
.service-group {
    padding: 85px 50px 85px 60px;
    background: url(https://static1.mulichongcao.com/files/official/image/service-groupbg.jpg) no-repeat center center/cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.service-group>div {
    width: 33.3333%;
}

.group-pic {
    max-width: 238px;
}

.group-claim h5 {
    font-size: 20px;
    margin-bottom: 40px;
}

.group-claim h6 {
    font-size: 16px;
}

.service-group .group-more {
    position: relative;
}

.service-group .group-goods h6 {
    font-size: 16px;
    margin-bottom: 20px;
}

.service-group .group-goods p {
    font-size: 14px;
    line-height: 1.5;
}

.service-group .group-more a.to-purchase {
    display: inline-block;
    width: 134px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(138deg, rgba(255, 242, 47, 1) 0%, rgba(240, 78, 35, 1) 100%);
    box-shadow: 0px 2px 11px 0px rgba(240, 78, 35, 0.11);
    border-radius: 20px;
    font-size: 16px;
    position: absolute;
    bottom: -84px;
    right: 0;
}

/* map-service end*/

/* contact us */
.contact {
    background: url(https://static1.mulichongcao.com/files/official/image/contact_left.png) no-repeat left top;
    padding: 6vw 0 0;
}

.contact-bg>.contact-wrap {
    background: url(https://static1.mulichongcao.com/files/official/image/contact_right.png) no-repeat right bottom;
    padding-bottom: 3.47vw;
}

.joiner-bg>.contact-wrap {
    background: url(https://static1.mulichongcao.com/files/official/image/joiner_right.png) no-repeat right bottom;
    padding-bottom: 3.47vw;
}

.contact.investment-bg {
    background: url(https://static1.mulichongcao.com/files/official/image/invest_left.png) no-repeat left top;
}

.contact.joiner-bg {
    background: url(https://static1.mulichongcao.com/files/official/image/joiner_left.png) no-repeat left top;
}

.investment-bg>.contact-wrap {
    background: url(https://static1.mulichongcao.com/files/official/image/investment_right.png) no-repeat right bottom;
    padding-bottom: 3.47vw;
}

.contact .contact-detail {
    /* margin-top: 10px; */
}

.contact .contact-detail::before {
    content: "";
    position: absolute;
    background-color: #CDCDCD;
    top: 10px;
    left: 18vw;
    bottom: 40px;
    width: 1px;
}

.contact .contact-detail .color-title,
.contact .contact-detail .contact-wrap .contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact .contact-detail.about-contact-detail .color-title {
    margin-bottom: 58px;
}

.contact .contact-detail .contact-wrap .contact-info {
    margin-bottom: 30px;
}

/* .contact.contact-bg .contact-detail .color-title .title, */
.contact .contact-detail .contact-info .info {
    width: 22vw;
}

.color-title .title {
    font-family: "hanyi";
}

.color-title .title span {
    font-family: "hanyi";
}

.color-title .title h5 {
    font-family: "hanyi";
    font-size: 28px;
    color: #F04E23;
    line-height: 1;
}

.color-title .title h5 span {
    vertical-align: middle;
}

.color-title .title h4 {
    font-family: "hanyi";
    font-size: 38px;
    color: #F04E23;
    margin-bottom: 12px;
    line-height: 1;
}

.company .color-title .title h4 {
    margin-bottom: 16px;
}

.contact .contact-detail .contact-info .info {
    font-size: 24px;
}

.contact .contact-detail .color-title span,
.contact .contact-detail .contact-info p {
    font-size: 26px;
    color: #474747;
    margin-bottom: 0;
    line-height: 1.5;
}

.contact .contact-detail .contact-info span {
    font-size: 20px;
    word-break: break-all;
}

.contact .contact-detail .contact-info a {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 10px 45px;
    background-color: #F04E23;
    border-radius: 28px;
}

.contact-wrap .contact-bg {
    /* display: flex;
    align-items: flex-end;
    align-items: flex-end; */
}

.contact.investment .contact-detail::before {
    display: none;
}

.contact.investment .contact-detail,
.contact.joiner .contact-detail {
    display: flex;
    justify-content: flex-start;
}

.contact.investment .contact-detail .color-title,
.contact.investment .contact-detail .contact-wrap .contact-info {
    display: block;
}

.contact.investment .contact-detail .color-title {
    border-right: 1px solid #CDCDCD;
}

.contact.investment .contact-detail .contact-wrap {
    margin-left: 59px;
    text-align: justify;
    transition: all .2s linear;
}

.contact .contact-detail .color-title .title {
    width: auto;
    padding-right: 65px;
    word-break: keep-all;
}

.contact.investment .contact-detail .contact-info p {
    display: flex;
    justify-content: flex-start;
}

.contact.investment .contact-info p .info-title {
    word-break: keep-all;
}

.contact.investment .contact-detail .contact-wrap .contact-info {
    margin-bottom: 35px;
}

.contact .contact-wrap .contact-info .contact-info-title {
    font-size: 24px;
}

.contact-info-part {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-info-part:last-child {
    align-items: center;
}

.contact-info-part .info-title {
    min-width: 130px;
    color: #333;
}

.contact .contact-detail .contact-info p.contact-info-part {
    color: #7A7A7A;
}

/* contact us end */

/* map-joiner */
.joiner .joiner-catalog {
    border-right: 1px solid #CDCDCD;
    display: none;
}

.joiner .joiner-catalog.active {
    display: block;
	
}

.joiner-bg .joiner-title-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 60px;
}

.joiner-bg .joiner-title-wrap .color-title {
    cursor: pointer;
	color:#ffffff;
	background-color:#F04E23;

}

.joiner-bg .joiner-title-wrap .color-title:first-child {
    margin-right: 65px;
}

.joiner .joiner-catalog .color-title {
    margin-bottom: 60px;
	background-color:F04E23;
}
.joiner-bg .joiner-title-wrap .color-title h5 {
    /*color: rgba(71, 71, 71, 1);*/
	color:#FFFFFF;
}

.joiner-bg .joiner-title-wrap .color-title h4 {
    /*color: rgba(71, 71, 71, 1);*/
	color:#FFFFFF;
}
.joiner.contact .contact-detail .color-title .title {
    min-width: 190px;
}
.joiner-bg .joiner-title-wrap .color-title.active{
	background-color:#F7F7F7;
}
.joiner-bg .joiner-title-wrap .color-title.active h5 {
    /*color: rgba(71, 71, 71, 1);*/
	color:#7A7A7A;
}

.joiner-bg .joiner-title-wrap .color-title.active h4 {
    /*color: rgba(71, 71, 71, 1);*/
	color:#7A7A7A;
}

.joiner-bg .joiner-detail {
    display: none;
}

.joiner-bg .joiner-detail.active {
    display: block;
}

.joiner.contact.investment .contact-detail .color-title {
    border: none;
}

.joiner .contact-detail .catalog-wrap h5 {
    position: relative;
    font-size: 26px;
    margin-bottom: 75px;
    cursor: pointer;
}

.contact .color-title .title h4 {
    margin-bottom: 12px;
}

.joiner .contact-detail .catalog-wrap h5.active {
    color: #F04E23;
}

.joiner .contact-detail .catalog-wrap h5.active::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 4px;
    background-color: #F04E23;
    bottom: -20px;
    left: 15%;
}

.joiner .contact-detail .contact-wrap {
    display: none;
}

.joiner .contact-detail .contact-wrap.active {
    display: block;
    transition: all .2s linear;
}

.joiner .contact-detail .contact-wrap.active .joiner-content {
    transition: all .2s linear;
}

.joiner .contact-detail .joiner-content h5 {
    font-size: 22px;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    margin-bottom: 95px;
}

.joiner .contact-detail .joiner-content p {
    color: #474747;
    font-size: 18px;
    margin-bottom: 36px;
}

.joiner .contact-detail .joiner-content .app {
    width: 177px;
}

.contact.joiner .left-title h5 {
    cursor: pointer;
}

.contact.joiner .left-title h5.active,
.contact.joiner .left-title h5:hover {
    color: darkorange;
}

.contact.joiner .right-content {
    display: none;
}

.contact.joiner .right-content.active {
    display: block;
}

/* media-joiner end*/

/* media-newslist */
.newslist {
    padding-bottom: 60px;
}

.newslist .news-container {
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}


.newslist .latest-news {
    display: flex;
    justify-content: space-between;
    /* align-items: stretch; */
    flex-wrap: wrap;
}

.newslist .latest-news>div {
    width: 48%;
    margin: 0 1% 50px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.newslist .latest-news .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newslist .latest-news .desc {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newslist .latest-news .title-desc {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.newslist .latest-news p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 34px;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.newslist .latest-news .more-info .news-date {
    font-size: 14px;
}

.newslist .news-container .news-box {
    width: 23%;
    /* display: inline-block; */
    font-size: 16px;
    margin: 0 1%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.05);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .2s linear;
}

.newslist .news-container .news-box .news-card {
    transition: all .2s linear;
    overflow: hidden;
}

.newslist .news-container .news-box:hover {
    transform: translateY(-10px) scale(1.02);
}

.newslist .news-container .news-box .news-desc {
    padding: 24px 20px 20px 26px;
    font-size: 14px;
}

.newslist .news-container .news-desc .title-desc {

    font-size: 18px;
    font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	min-height:58px;
}

.newslist .news-container .news-desc p {
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
	min-height:42px;
}

.newslist .news-container .news-desc .news-date {
    font-size: 12px;
}

.newslist .news-desc .more-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newslist .news-desc .more-info a {
    color: #F04E23;
}

/* media-newslist end*/
/* media-newsdetail */

.newslist,
.newsdetail,
.franchise-guide {
    /* padding-top: 70px; */
}

.newsdetail .newsdetail-wrap {
    padding-top: 40px;
}

.newsdetail .newsdetail-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.newsdetail .load-wrap {
    color: #9F9F9F;
}

.newsdetail .load-wrap {
    margin: 30px 0 60px;
}

.newsdetail .announce-content .news-pic {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

/* media-newsdetail end*/
/* announcements-list*/
.announce-list {
    padding-top: 6vw;
}

.announce-list .pagination-nick {
    padding: 30px 0 60px;
}

.pagination-nick .pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-nick .pagination {
    margin-bottom: 0;
}

.announce-list .pagination-nick button,
.pagination li {
    width: 37px;
    height: 37px;
    padding: 0;
    border-radius: 50%;
    outline: none;
    border: 1px solid #DDDDDD;
    transition: all .3s linear;
    font-size: 12px;
    line-height: 37px;
    margin: 0 5px;
    text-align: center;
    margin-bottom: 10px;
}

.pagination li:not(.nolist):hover {
    background-color: #F04E23;
}


.pagination li:not(.nolist):hover a {
    color: #fff;
}

.pagination li a {
    /* width: 100%; */
    display: block;
    height: 100%;
    color: #333;
}

.page-right input {
    width: 37px;
    height: 37px;
    text-align: center;
    border-radius: 50%;
    outline: none;
    border: 1px solid #DDD;
    margin: 0 10px;
}

.pagination .pageNumbers {
    margin: 0 0 0 auto;
    border: none;
}

.pagination .page-right {
    width: auto;
    border: none;
    margin: 0 0 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    word-break: keep-all;
}

.pagination a.jumppage {
    padding: 0 20px;
    background: rgba(240, 78, 35, 1);
    border-radius: 19px;
    color: #fff;
    margin-left: 10px;
}

.announce-list .color-title .title h5 {
    display: flex;
    align-items: center;
}

.announce-list .color-title .title i {
    display: inline-block;
    height: 4px;
    background-color: #F04E23;
    /* width: 100%; */
    margin-left: 2vw;
    flex: 1;
}

/* .announce-list.stock-part .color-title .title i {
    width: 65%;
} */

.announce-list .color-title {
    margin-bottom: 30px;
}

.announce-list .list-wrap .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #DDDDDD;
    color: #474747;
}

.announce-list .list-wrap .list a {
    color: #474747;
}

.announce-list .pagination-container {
    margin-top: 30px;
}

/* .announce-list .pagination-container li.page {
    display: none;
} */
.pagination-container li.page {
    display: none;
}

.load-wrap {
    font-size: 14px;
}

.load-wrap img {
    width: 25px;
    margin-right: 5px;
}

.return .return-pic {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}


.announce-detail .load-wrap {
    margin: 46px 0 50px;
}

.announce-detail .load-wrap .date {
    color: #9F9F9F;
}

.load-wrap a {
    color: #F04E23;
}

.load-wrap .date {
    margin-right: 15px;
}

.announce-detail .announce-content {
    font-size: 14px;
    color: #474747;
}

.announce-detail .announce-content img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.stock-part {}

.stock-part .stock-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stock-part .stock-list .stock-company {
    width: 20%;
}

.stock-part .stock-list .stock-company {
    background: rgba(240, 78, 35, 1);
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.12);
    border-radius: 10px;
    color: #fff;
    padding: 30px 0 84px 54px;
}

.stock-part .stock-list .stock-company .name {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.stock-part .stock-list .stock-company .shcode {
    font-size: 18px;
    letter-spacing: 3px;
}

.stock-part .stock-list .stock-company .name::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.stock-part .stock-list .stock-detail-wrap {
    width: 78%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 32px 30px 32px 20px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.05);
    border-radius: 10px;
}

.stock-part .stock-list .stock-detail-wrap .price {
    font-size: 72px;
}

.stock-part .stock-list .stock-detail-wrap .change {
    font-size: 16px;
    position: relative;
}

.stock-part .stock-detail-wrap .trend-content i {
    display: inline-block;
    width: 12px;
    height: 9px;
}

.stock-part .stock-detail-wrap .trend-content.up i {
    background: url(https://static1.mulichongcao.com/files/official/image/up-sanjiao.png) no-repeat center/cover;
}

.stock-part .stock-detail-wrap .trend-content.down i {
    background: url(https://static1.mulichongcao.com/files/official/image/down-sanjiao.png) no-repeat center/cover;
}

.stock-part .stock-list .stock-detail-wrap .trend-claim {
    font-size: 12px;
    color: #474747;
}

.stock-part .stock-list .stock-detail-wrap>div {
    width: 50%;
}

.stock-part .stock-list .stock-detail {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    height: 100%;
}

.stock-part .stock-list .stock-detail .detail-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stock-part .stock-list .stock-detail .detail-title {
    font-weight: bold;
    margin-bottom: 14px;
}

.stock-part .stock-list .stock-detail p {
    color: #474747;
}

.trend-content.down {
    color: green;
}

.trend-content.up {
    color: #F04E23;
}

.announce-card-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.announce-card-wrap>.accounce-card {
    width: 49%;
    display: block;
    padding: 30px 0 24px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 24px;
    background: #F7F7F7;
    color: #7A7A7A;
    transition: all .2s linear;
}

.announce-card-wrap>.accounce-card .card-img {
    width: 114px;
    height: 98px;
    margin: 0 auto 24px;
    transition: all .2s linear;
}

.announce-card-wrap>.accounce-card .card-img.card-img1 {
    background: url(https://static1.mulichongcao.com/files/official/image/icon-ding.png) no-repeat center/cover;
}

.announce-card-wrap>.accounce-card .card-img.card-img2 {
    background: url(https://static1.mulichongcao.com/files/official/image/icon-lin.png) no-repeat center/cover;
}

.announce-card-wrap>.accounce-card:hover {
    background: #F04E23;
    color: #fff;
}

.announce-card-wrap>.accounce-card:hover .card-img.card-img1 {
    background: url(https://static1.mulichongcao.com/files/official/image/icon-dinghover.png) no-repeat center/cover;
}

.announce-card-wrap>.accounce-card:hover .card-img.card-img2 {
    background: url(https://static1.mulichongcao.com/files/official/image/icon-linhover.png) no-repeat center/cover;
}

/* announcements-list end*/
/* announcements-detail */
.announce-detail {
    padding: 35px 0 30px;
}

.newsdetail .announce-detail-title,
.announce-detail .announce-detail-title {
    font-size: 26px;
}

.newsdetail .announce-content p,
.announce-detail .announce-content p {
    font-size: 14px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 15px;
}

/* announcements-detail end*/

/* product*/
.product {}

.product .color-title {
    margin-bottom: 100px;
}

.product .product-catalog {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .product-catalog h5 {
    padding-bottom: 5px;
    line-height: 1.5;
    font-size: 20px;
}

.product .product-catalog h5.active {
    color: #F04E23;
    border-bottom: 6px solid #F04E23;
}

.product .product-content .content-wrap {
    display: none;
}

.product .product-content .content-wrap.active {
    display: block;
}

.product .product-content .product-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product .product-content .content-wrap .content-detail {
    width: 20%;
    margin: 0 0 120px;
    padding: 0 40px;
    transition: all .2s ease-in-out;
}

.product .product-content .content-detail .product-pic {
    background: rgba(255, 255, 255, 1);
    /* box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.11); */
    border-radius: 50%;
    /* overflow: hidden; */
    transition: all .2s ease-in-out;
}

.product .product-content .content-wrap .content-detail:hover .product-pic {
    transform: scale(1.1);
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.11);
}

.product .product-content .content-detail .product-desc {
    margin-top: 50px;
}

.product .content-detail .product-desc p {
    font-size: 16px;
    line-height: 2;
}

/* product end*/
/* franchise */
.guide-container {
    display: flex;
    justify-content: space-between;
}

.franchise-member,
.franchise-apply {
    padding: 5.6vw 0;
}

.franchise-guide .insist-content .insist-box,
.franchise-member .insist-content .insist-box,
.franchise-apply .insist-content .insist-box {
    width: 33.333%;
    cursor: pointer;
}

.franchise-member .policy .insist-content .insist-box {
    width: 25%;
}
/*.franchise-member .certificate .insist-content .insist-box {
    width: 20%; 20231101 取消 成为供应商页面错误
}*/

.guide-wrap .insist-container {
    padding: 5.6vw 0;
}

.franchise-guide .guide-wrap {
    padding-top: 60px;
}

.franchise-guide .guide-wrap .color-title {
    margin-bottom: 60px;
}

.guide-container .guide-box {
    width: 48%;
    /* height: 20vw; */
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease;
}

.insist-title {
    font-size: 22px;
    position: relative;
    display: inline-block;
    line-height: 2;
}

.insist-title::after {
    content: "";
    position: absolute;
    width: 120%;
    height: 4px;
    background-color: #F04E23;
    left: 10%;
}

.guide-container .guide-box .franchise-shop-pic {
    display: inline-block;
    width: 82px;
    height: 76px;
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_shop.png) no-repeat center/cover;
}

.insist-title.orange::after {
    background-color: #F04E23;
}

.franchise-member .insist-title,
.franchise-apply .insist-title,
.guide-wrap .insist-container .insist-title {
    margin-bottom: 70px;
}

.guide-container .guide-box.guide-box1 {
    background: url(/images/franchise1.png) no-repeat right top/cover;
    padding: 32px 30px 50px;
    cursor: pointer;
}

.guide-container .guide-box.guide-box1:hover {
    background: url(/images/franchise1_hover.png) no-repeat right top/cover;
    color: #fff;
}

.guide-container .guide-box.guide-box1:hover .franchise-shop-pic {
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_hovershop.png) no-repeat center/cover;
}

.guide-container .guide-box.guide-box1:hover .insist-title::after {
    background-color: #fff;
}

.guide-container .guide-box.guide-box2 .guide:hover {
    background-color: #F04E23;
    color: #fff;
}

.guide-container .guide-box.guide-box1 .box-inner {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    padding-left: 20px;
}

.guide-container .guide-box.guide-box1 .box-inner .inner-left {
    margin-right: 20%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.guide-container .guide-box.guide-box1 .inner-left h6 {
    font-size: 18px;
}

.guide-container .guide-box.guide-box1 b {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.guide-container .guide-box.guide-box1 h6 b {
    background-color: #F04E23;
}

.guide-container .guide-box.guide-box1:hover h6 b {
    background-color: #fff;
}

.guide-container .guide-box.guide-box1 h6.city-wrap b {
    background: transparent;
}

.guide-container .guide-box.guide-box1 .inner-right h6 {
    font-size: 18px;
    margin-bottom: 35px;
}


.guide-container .guide-box.guide-box2 h6,
.insist-box h6,
.apply-box h6 {
    font-size: 18px;
    word-break: keep-all;
    margin-bottom: 20px;
}

.guide-container .guide-box p,
.insist-box p,
.apply-box p {
    font-size: 14px;
    /* text-align: justify; */
    margin-bottom: 0;
}

.guide-container .guide-box.guide-box2 {
    position: relative;
}

.guide-container .guide-box.guide-box2 .guide-system {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.guide-container .guide-box.guide-box2 .guide {
    width: 49%;
    height: 47%;
    background: #F4F4F4;
    padding: 3% 5% 1%;
    transition: all .2s ease;
    cursor: pointer;
}

.guide-container .guide-box.guide-box2 .guide .guide-inner {
    width: 70%;
}

.guide-container .guide-box.guide-box2 .guide2 .guide-inner {
    margin-left: 20%;
}

.guide-container .guide-box.guide-box2 .guide-bottom {
    width: 100%;
    height: 49%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2%;
}

.guide-container .guide-box.guide-box2 .guide-bottom p {
    margin-bottom: 0;
}

.guide-container .guide-box.guide-box2 .guide-bottom .guide-inner {
    width: 100%;
}

.guide-container .guide-box.guide-box2 .circle {
    position: absolute;
    background: #fff;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.guide-container .guide-box.guide-box2 .circle .franchise-divider {
    width: 110%;
    height: 4px;
    background: #F04E23;
    margin-left: -5%;
}

.guide-container .guide-box.guide-box2 .circle:hover {
    background: #F04E23;
    color: #fff;
}

.guide-container .guide-box.guide-box2 .circle:hover .franchise-divider {
    background: #fff;
}


.insist-container {}

.insist-container .insist-content,
.member-wrap .insist-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.member-wrap .insist-box .insist-detail {
    height: 70px;
    padding: 0 10%;
}

.member-wrap .insist-box .insist-detail p {
    text-align: center;
}

.insist-container .insist-content .insist-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
   
    padding: 0 15px;
    cursor: pointer;
}
.fran{ width: 33.333%;}
.beagency{ width: 25%;}

.insist-container .insist-content .insist-box .insist-icon {
    width: 90px;
    height: 90px;
    transition: all .2s ease;
}

.insist-container .insist-content .insist-box .insist-icon.insist-icon1 {
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_insist1.png) no-repeat center/100%;
}

.insist-container .insist-content .insist-box .insist-icon.insist-icon2 {
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_insist2.png) no-repeat center/100%;
}

.insist-container .insist-content .insist-box .insist-icon.insist-icon3 {
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_insist3.png) no-repeat center/100%;
}

.insist-container .insist-content .insist-box:first-child:hover .insist-icon.insist-icon1 {
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_insisthover1.png) no-repeat center/100%;
}

.insist-container .insist-content .insist-box:nth-child(2):hover .insist-icon.insist-icon2 {
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_insisthover2.png) no-repeat center/100%;
}

.insist-container .insist-content .insist-box:last-child:hover .insist-icon.insist-icon3 {
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_insisthover3.png) no-repeat center/100%;
}

.insist-container .insist-content .insist-box .insist-detail {
    padding: 10px 10px 10px 25px;
    width: 70%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.franchise-member .insist-icon {
    margin-bottom: 2.1vw;
    width: 134px;
    height: 134px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.1vw;
}

.franchise-member .insist-title::after {
    background: #fff;
}

.franchise-member .policy {
    margin-top: 6.73vw;
}

.franchise-apply {
    padding: 5.6vw 0 0;
    margin-bottom: 77px;
}

.apply-desc-wrap {
    margin: 0 0 80px;
}

.apply-desc {
    position: relative;
    margin-bottom: 6.8vw;
    position: relative;
}

.apply-desc .apply-content {}

.apply-desc0 .apply-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 500px;
}

.apply-desc0 img {
    width: auto;
}

.apply-desc0 .apply-box {
    text-align: center;
    position: relative;
    width: 16.66%
}

.apply-desc0 .apply-box .pic::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #F04E23;
    position: absolute;
    /* bottom: -30%; */
    bottom: -80px;
    transform: rotate(140deg);
    right: 0;
    z-index: -1;
}

.apply-desc0 .apply-box:nth-child(even) {
    align-self: flex-end;
}

.apply-desc0 .apply-box:nth-child(even) .pic::after {
    display: none;
}

.apply-desc0 .apply-box:nth-child(even) .pic::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #F04E23;
    position: absolute;
    top: -190px;
    transform: rotate(40deg);
    right: 0;
    z-index: -1;
}

.apply-desc0 .apply-box:last-child .pic::before {
    display: none;
}

.apply-desc0 .apply-detail {
    /* width: 140px; */
    margin: 0 auto;
    min-height: 100px;
}

.apply-desc0 .apply-box .pic {
    margin-bottom: 25px;
}

.apply-desc0 .apply-box .h6 {
    margin-bottom: 12px;
}
.apply-desc0 .apply-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 500px;
}

.apply-desc4 img {
    width: auto;
}

.apply-desc4 .apply-box {
    text-align: center;
    position: relative;
    width: 25%
}

.apply-desc4 .apply-box .pic::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #F04E23;
    position: absolute;
    /* bottom: -30%; */
    top: -60px;
    transform: rotate(90deg);
    right: 0;
    z-index: -1;
}

.apply-desc4 .apply-box:nth-child(even) {
    align-self: flex-end;
}

.apply-desc4 .apply-box:nth-child(even) .pic::after {
    display: none;
}

.apply-desc4 .apply-box:nth-child(even) .pic::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #F04E23;
    position: absolute;
    top: -60px;
    transform: rotate(90deg);
    right: 0;
    z-index: -1;
}

.apply-desc4 .apply-box:last-child .pic::before {
    display: none;
}

.apply-desc4 .apply-detail {
    /* width: 140px; */
    margin: 0 auto;
    min-height: 100px;
}

.apply-desc4 .apply-box .pic {
    margin-bottom: 25px;
}

.apply-desc4 .apply-box .h6 {
    margin-bottom: 12px;
}
.apply-desc4 .apply-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
   
}

.apply-desc1 .apply-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 500px;
}

.apply-desc1 img {
    width: auto;
}

.apply-desc1 .apply-box {
    text-align: center;
    position: relative;
    width: 12.5%
}

.apply-desc1 .apply-box .pic::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #F04E23;
    position: absolute;
    /* bottom: -30%; */
    bottom: -55px;
    transform: rotate(155deg);
    right: 0;
    z-index: -1;
}

.apply-desc1 .apply-box:nth-child(even) {
    align-self: flex-end;
}

.apply-desc1 .apply-box:nth-child(even) .pic::after {
    display: none;
}

.apply-desc1 .apply-box:nth-child(even) .pic::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #F04E23;
    position: absolute;
    top: -215px;
    transform: rotate(25deg);
    right: 0;
    z-index: -1;
}

.apply-desc1 .apply-box:last-child .pic::before {
    display: none;
}

.apply-desc1 .apply-detail {
    /* width: 140px; */
    margin: 0 auto;
    min-height: 100px;
}

.apply-desc1 .apply-box .pic {
    margin-bottom: 25px;
}

.apply-desc1 .apply-box .h6 {
    margin-bottom: 12px;
}

.apply-desc2 {
    display: none;
}




.apply-desc2 .apply-content {
    display: block;
    position: static;
}

.apply-desc2 .apply-content .apply-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px 0px rgba(136, 48, 0, 0.2);
}

.apply-desc2 .apply-box .apply-detail {
    flex: 1;
}

.apply-desc2 .apply-box .apply-detail h6 {
    font-size: 24px;
}

.apply-desc2 .apply-box .apply-detail p {
    font-size: 14px;
}

.apply-desc2 .apply-content .pic {
    width: 110px;
    margin-right: 5%;
}

.apply-desc .apply-content.apply-content1 {
    /* right: 12.5%;
    top: 7vw; */
}

.apply-desc .apply-content.apply-content2 {
    /* left: 12.5%;
    top: 26vw; */
}

.apply-desc .apply-box {
    position: absolute;
    max-width: 140px;
    /* width: 12.5%;
    text-align: center;
    position: relative; */
}

.apply-desc .apply-box:first-child,
.apply-desc .apply-box:nth-child(2),
.apply-desc .apply-box:nth-child(3),
.apply-desc .apply-box:nth-child(4) {
    top: 25%;
}

.apply-desc .apply-box:nth-child(5),
.apply-desc .apply-box:nth-child(6),
.apply-desc .apply-box:nth-child(7),
.apply-desc .apply-box:last-child {
    top: 75%;
}

.apply-desc .apply-box:first-child {
    left: -1%;
}

.apply-desc .apply-box:nth-child(2) {
    left: 24%;
}

.apply-desc .apply-box:nth-child(3) {
    left: 50%;
}

.apply-desc .apply-box:nth-child(4) {
    left: 76%;
}

.apply-desc .apply-box:nth-child(5) {
    left: 12%;
}

.apply-desc .apply-box:nth-child(6) {
    left: 38%;
}

.apply-desc .apply-box:nth-child(7) {
    left: 64%;
}

.apply-desc .apply-box:last-child {
    left: 93%;
}

.apply-desc .apply-box:last-child::after {
    display: none;
}

/* ???  ?§?????¨?????§???? */
.join-contact {}

.join-contact .guide-container .guide-box1 {
    background: #fff;
    cursor: pointer;
    padding: 50px 60px;
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.join-contact .insist-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
}

.join-contact .insist-title i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #F04E23;
    margin-right: 16px;
}

.join-contact .guide-box.guide-box1 .inner-left h6 {
    letter-spacing: 3px;
    margin-bottom: 35px;
}

.join-contact .insist-title::after {
    display: none;
}

.join-contact .guide-container .guide-box .inner-right1 {
    width: 178px;
    height: 178px;
    background: url(/images/franchise_code.png) no-repeat center/cover;
}

.join-contact .guide-container .guide-box .inner-right2 {
    width: 80px;
    height: 80px;
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_phone.png) no-repeat center/cover;
}
.jm-bton{
	width: 160px;
    height: 50px;
	background:#F04E23;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-weight:600;
	border-radius: 15px;
	margin-left:80px;
	
}
.join-contact .guide-container .guide-box:hover {
    background: #F04E23;
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.12);
}

.join-contact .guide-container .guide-box:hover .inner-right2 {
    background: url(https://static1.mulichongcao.com/files/official/image/franchise_hoverphone.png) no-repeat center/cover;
}
.join-contact .guide-container .guide-box:hover .jm-bton{
	color:#F04E23;
	background:#fff;
}

.join-contact .guide-container .guide-box:hover i {
    background: #fff;
}

.join-contact .guide-container .guide-box.guide-box1 .box-inner {
    display: block;
    margin-top: 0;
}

.join-contact .guide-box.guide-box1 .box-inner .inner-left {
    margin-right: 0;
}

.join-tel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 2vw;
}

.join-tel img {
    width: 39px;
    margin-right: 8px;
}

.join-contact span {
    /* font-size: 28px;
    color: #F04E23;
    font-weight: bold;
    vertical-align: middle; */
}

/* franchise end */

/* group-purchase */
.purchase-detail {
    padding: 34px 0 90px;
}

.purchase-detail .group-product .container {
    width: 90%;
}

.purchase-detail .return {
    font-size: 16px;
    margin-bottom: 60px;

}

.purchase-detail .return .return-pic {
    margin-right: 24px;
}

.group-product .purchase-slide-wrap {
    position: relative;
    margin-bottom: 20px;
}

.purchase-slide-wrap .swiper-button-prev.swiper-button-black,
.purchase-slide-wrap .swiper-container-rtl .swiper-button-next.swiper-button-black {
    left: -60px;
}

.purchase-slide-wrap .swiper-button-next.swiper-button-black,
.purchase-slide-wrap .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    right: -60px;
}

.purchase-detail .variety-package .title-wrap {
    font-size: 26px;
    margin-bottom: 50px;
}

.purchase-detail .variety-package .title {
    /* display: inline-block; */
    /* position: relative; */
    margin-bottom: 60px;
}

.purchase-detail .variety-package .title h4 {
    font-size: 30px;
}

.purchase-detail .variety-package .title h5 {
    font-size: 20px;
}

/* .purchase-detail .variety-package .title::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F04E23;
    right: -9px;
    top: 9px;
} */

.purchase-detail .variety-package .desc {
    font-size: 22px;
    margin-bottom: 60px;
}

/* .purchase-detail .circle-bg {
    display: inline-block;
    width: 71px;
    height: 71px;
    line-height: 71px;
    border-radius: 50%;
    background: #F04E23;
} */

.purchase-detail .package-pic {
    margin-bottom: 70px;
}

.purchase-detail .group-product {
    padding-bottom: 78px;
    border-bottom: 4px solid #FFF7F7;
    position: relative;
}

.purchase-detail .group-product .swiper-slide {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.05);
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s linear;
}

.purchase-detail .group-product .swiper-slide:hover .purchase-pic {
    transform: scale(1.02);
}

.purchase-detail .group-product .swiper-slide .slide-content {}

.purchase-wrap .purchase-pic {
    margin-bottom: 25px;
    transition: all .2s linear;
}

.purchase-wrap .purchase-content .title {
    font-size: 18px;
    margin-bottom: 16px;
}

.purchase-wrap .purchase-content .sub-title {
    font-size: 14px;
    margin-bottom: 16px;
    color: #F04E23;
}

.purchase-wrap .purchase-content p {
    font-size: 12px;
    margin-bottom: 10px;
}

.purchase-detail .group-product .swiper-wrapper {
    margin: 20px 0;
}

.purchase-tel {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 28px;
    font-size: 26px;
    padding: 0 22px;
    background-color: #fff;
}

.purchase-tel img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
    vertical-align: middle;
}

.purchase-tel span {
    vertical-align: middle;
}

/* group-purchase end */

/* footer */
.footer .menus-container {
    /* background: url(https://static1.mulichongcao.com/files/official/image/footer_menusbg.png) no-repeat left top/cover; */
    box-shadow: 0px -1px 5px 0px rgba(237, 73, 47, 0.09);
    padding: 72px 0 38px;
    /* margin-top: 4.16vw; */
}

.footer-logo img {
    /* width: auto;
    display: none; */
    width: 172px;
}

.footer .footer-menus {
    width: 100%;
    /* display: grid;
    grid-template-columns: 1fr 7fr; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer-menus .footer-logo {
    align-self: center;
    padding: 11px 54px 45px 0;
    width: auto;
}

.footer .footer-menus .menus-wrap {
    font-size: 14px;
    /* display: grid;
    grid-template-columns: repeat(7, 1fr); */
    display: flex;
    justify-content: space-around;
    border-left: 1px solid rgba(240, 78, 35, 0.10);
    padding: 11px 0 45px;
    flex: 1;
}

.footer .footer-menus ul {
    margin-bottom: 0;
}

.footer .footer-menus li {
    margin-bottom: 34px;
}

.footer .footer-menus li:hover a {
    color: #666;
}

.footer .footer-menus li:last-child {
    margin-bottom: 0;
}

.footer .footer-map-wrap ul li {
    font-size: 14px;
    margin-bottom: 30px;
}

.footer .menus-wrap li a {
    /* color: #fff; */
}

.footer-map-title a {
    font-weight: bold;
}

.page-bottom {
    background: url(https://static1.mulichongcao.com/files/official/image/footer-bg.png) no-repeat left top/cover;
    padding: 40px 0;
    font-size: 14px;
}

.page-bottom a {
    color: #fff;
}

.page-bottom .bottom-icp {
    flex: 1;
}

.page-bottom .bottom-follow {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-bottom .bottom-follow img {
    width: auto;
}

.page-bottom .bottom-follow .toTop {
    display: none;
}

.page-bottom .toTop img {
    width: 76px;
}

.page-bottom .bottom-icp .top {
    display: none;
}

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

/* footer end */
@media screen and (max-width: 992px) {
    .fp-section .fp-tableCell {
        padding-top: 0;
    }

    .header .navbar_nav li a {
        padding: 0px 5px;
        font-size: 14px;
    }

    .header .navbar_nav li.dropdown .dropdown_menu a {
        font-size: 12px;
        padding: 0 5px;
    }

    .contact .contact-detail .color-title .title {
        padding-right: 25px;
    }

    .contact.investment .contact-detail .contact-wrap {
        margin-left: 30px;
    }

    .service .shop-container .pic {
        width: 200px;
        height: 200px;
    }

    /* #fullpage .section1 .index-banner {
        height: 100%;
        margin-top: 70px;
    } */
    .list.list-store li {
        width: 33.33333%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 0 10px;
    }

    .header.sticked {
        position: inherit !important;
    }

    .header #navToggle {
        height: 100%;
        padding: 10px;
        margin-right: -15px;
        display: inline-block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 2px;
        margin-top: 13px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #F04E23;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .left {
        display: block;
    }

    .header .nav {
        display: none;
    }

    #fullpage .section1 .index-banner {
        /* margin-top: 50px;*/

    }

    .list.list-store li {
        width: 50%;
    }
}


@media (min-width: 1399px) {}

@media (min-width: 1399px) {
    .catalog-wrap .part-wrap .section3-box {
        /* max-height: 220px; */
    }

    .container {
        max-width: 100%;
        padding: 0 10%;
    }

    .guide-container .guide-box.guide-box1 {
        padding: 80px 30px 80px;
    }

    .apply-desc1 .apply-desc0 .apply-box:nth-child(even) .pic::before {
        top: -195px;
    }

    .apply-desc1 .apply-desc0 .apply-box .pic::after {
        bottom: -70px;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-menu>li>a {
        padding: 0 9px;
    }

    .nav-phone .consult-phone h6 {
        font-size: 16px;
        font-weight: bold;
        color: #0C9FDF;
    }

    .nav-phone .phone-pic img {
        width: 80%;
    }

    .section4 .belief-inner .text-title {
        margin: 10px 0 20px;
    }

    .company .timeline .process-content {
        /* height: 280px; */
    }

    .company .belief-inner .eng-title {
        font-size: 22px;
    }

    .company .belief-inner .text-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .company .company-content-bottom .content-detail span {
        font-size: 12px;
    }

    .guide-container .guide-box.guide-box1 .box-inner {
        margin-top: 30px;
    }

    .guide-container .guide-box.guide-box2 .guide .guide-inner {
        width: 80%;
    }

    .guide-container .guide-box.guide-box2 h6,
    .insist-box h6,
    .apply-box h6 {
        margin-bottom: 10px;
    }

    .guide-container .guide-box p,
    .insist-box p,
    .apply-box p {
        font-size: 12px;
    }

    .intro-part .intro-relative .title {
        font-size: 22px;
    }

    .intro-part .intro-bottom .intro-desc {
        padding: 34px 34px 10px;
    }

    .intro-part .intro-bottom h5 {
        font-size: 16px;
    }

    .company-content-bottom .belief-inner {
        padding: 20px 20px 10px;
    }

    .company .respon .respon-box .respon-detail {
        padding: 20px 20px 0;
    }

    .company .respon .respon-detail h5 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1100px) {
    #fullpage .section2 .container {
        margin-top: 0;
        width: 85%;
        padding: 60px 0 30px;
    }

    .section3 .container {
        width: 90%;
    }

    .section4 .belief-inner {
        padding: 20px 20px 0;
    }

    .section4 .belief-inner .eng-title {
        font-size: 20px;
    }

    .section4 .belief-inner .text-title {
        font-size: 18px;
    }

    .intro-part .intro-wrap>div {
        /* min-height: 550px; */
    }

    .section4 .container .card-wrap {
        width: 25%;
    }

    #fullpage .fp-section.section4 {
        padding: 20px 0;
    }

    #fullpage .fp-section {
        /* padding-top: 86px; */
    }
}

@media only screen and (max-width: 992px) {
    .nav-brand {
        width: 95px;
        height: 36px;
    }

    /* section {
        padding: 20px 0 20px;
    } */

    .header.sticked .nav-menu>li>a span {
        color: #333;
    }

    .header.sticked .startUp_menu .nav-menu>.active>a span,
    .header.sticked .startUp_menu .nav-menu>.focus>a span {
        color: #1381C9;
        border-bottom: 2px solid #1381C9;
    }

    .navigation .nav-phone {
        display: none;
    }

    /* 
    .newslist .news-container .news-box {
        padding: 0 15px;
    } */

    /* .product .product-content .content-wrap .content-detail {
        padding: 0 14px;
    } */

    .footer .footer-menus {
        display: block;
    }

    .footer .footer-menus .footer-logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer .footer-menus .menus-wrap {
        border-left: none;
    }

    .footer .footer-menus ul {
        text-align: center;
    }

    .page-bottom .bottom-icp {
        font-size: 12px;
    }

    .page-bottom .bottom-follow img {
        width: 70%;
    }

    .guide-container {
        display: block;
    }

    .guide-container .guide-box {
        width: 100%;
        /* height: 40vw; */
    }

    .guide-container .guide-box.guide-box1 {
        margin-bottom: 30px;
    }

    .guide-container .guide-box.guide-box2 {
        height: 40vw;
    }

    .guide-container .guide-box.guide-box2 .circle {
        width: 20vw;
        height: 20vw;
    }

    .intro-part .intro-relative .title .title-text {
        top: 20px;
        height: 50px;
    }

    .intro-part .intro-relative .title {
        font-size: 20px;
    }

    .intro-part .intro-bottom h5 {
        font-size: 14px;
    }

    .intro-part .intro-relative .title .title-text {
        right: 50px;
    }

    .intro-part .intro-relative.intro-relative2 .title .title-text {
        /*left: 50px; 解决首页：全国3000家专卖店 换行*/
        right: 0;
    }

    .announce-list .list-wrap .list {
        display: block;
    }

    .announce-list .list-wrap .list a.announce {
        display: block;
    }

    .load-wrap {
        margin-top: 20px;
        text-align: right;
    }

    .stock-part .stock-list .stock-company {
        padding: 30px 0 54px 54px;
    }

    .stock-part .stock-list .stock-company {
        width: 50%;
        margin-bottom: 20px;
    }

    .stock-part .stock-list .stock-detail-wrap {
        width: 100%;
        padding: 12px 10px;
    }

    .stock-part .stock-list .stock-detail-wrap>div {
        width: 48%;
    }

    .stock-part .stock-list .stock-detail-wrap .price {
        font-size: 60px;
    }

    .stock-part .stock-list .stock-detail {
        font-size: 14px;
    }

    /* .company .timeline .color-title,
    .company .respon .color-title,
    .product .color-title,
    .newslist .color-title,
    .stock-part .color-title {
        margin: 40px 0;
    } */

    .insist-container .insist-content .insist-box .insist-detail {
        height: 100px;
    }

    .join-tel {
        width: 50%;
        text-align: center;
    }

    .product .product-content .content-wrap .content-detail {
        width: 25%;
        padding: 0 30px;
    }

    .section4 .container .card-wrap {
        width: 50%;
    }

    #fullpage .fp-section {
        /* padding-top: 48px; */
    }

    .apply-desc .apply-box {
        max-width: 120px;
    }

    .newslist .news-container .news-box {
        width: 31.333%;
    }

    .product .catalog-wrap {
        width: 20%;
    }

    /* .product .product-content {
        width: 80%;
    } */

    .apply-desc {
        display: none;
    }

    .apply-desc1 {
        display: none;
    }
	 .apply-desc0 {
        display: none;
    }
	 .apply-desc4 {
        display: none;
    }

    .apply-desc2 {
        display: block;
    }

    .section3 .swiper-button-prev.swiper-button-black {
        left: -40px;
    }

    .section3 .swiper-button-next.swiper-button-black {
        right: -40px;
    }

    .company .company-content-top .belief-content {
        padding: 10px 20px;
    }

    .company .company-content-top .belief-inner .icon {
        width: 50px;
        height: 50px;
    }

    .company .company-content-bottom>div {
        width: 32%;
    }

    .company .respon .respon-box {
        width: 48%;
    }

    .company .respon .respon-box .respon-detail {
        padding: 50px 20px 0;
    }

    .company .respon .respon-detail h5 {
        font-size: 26px;
    }

    .purchase-slide-wrap .swiper-button-prev.swiper-button-black,
    .purchase-slide-wrap .swiper-container-rtl .swiper-button-next.swiper-button-black {
        left: -45px;
    }

    .purchase-slide-wrap .swiper-button-next.swiper-button-black,
    .purchase-slide-wrap .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        right: -45px;
    }

    .purchase-tel {
        font-size: 20px;
    }

    .newslist .latest-news-container.container {
        padding: 0;
        max-width: 100%;
    }

    .service-group {
        padding: 85px 40px 85px 50px;
    }

    .group-pic {
        max-width: 190px;
    }

    .group-claim h5 {
        font-size: 18px;
    }

    .group-claim h6 {
        font-size: 14px;
    }

    .service-group .group-goods h6 {
        font-size: 14px;
    }

    .service-group .group-goods p {
        font-size: 12px;
    }

    .service-group .group-more a.to-purchase {
        width: 120px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .company .company-content-top .belief-inner .belief-content {
        width: 90%;
    }

    .company .timeline .process-content {
        /* height: 320px; */
    }

    .contact .contact-detail::before {
        left: 22vw;
    }

}

@media only screen and (max-width: 768px) {
    .red {
        color: #F04E23;
        font-size: 24px;
    }

    /* p {
        font-size: 12px !important;
    } */

    .intro-part .intro-wrap {
        display: block;
    }

    .intro-part .intro-wrap>div {
        /* min-height: auto; */
    }

    .intro-part .intro-wrap>div {
        width: 80%;
        margin-bottom: 30px;
    }

    .intro-part .intro-wrap>div:last-child {
        margin-left: 20%;
    }

    .intro-part .intro-bottom.intro-bottom2 {
        margin-left: -20%;
    }

    .intro-part .intro-bottom.intro-bottom1 {
        margin-left: 20%;
    }

    .intro-part .intro-bottom {
        position: static;
        margin-top: -60%;
        margin-left: 10%;
    }

    .intro-part .intro-relative .title .title-text {
        height: 65px;
    }

    .intro-part .intro-relative .title {
        font-size: 26px;
    }

    #fullpage .section3 .container {
        width: 90%;
    }

    .catalog-wrap .catalog1 a,
    .catalog-wrap .catalog3 a {
        width: 50%;
    }

    .catalog-wrap .catalog1 a:last-child,
    .catalog-wrap .catalog3 a:last-child {
        width: 100%;
    }

    .catalog-wrap .part-wrap .section3-box {
        max-height: none;
        height: auto;
        transition: all .2s linear;
    }


    .catalog-wrap .catalog2 a {
        width: 50%;
    }

    .section4 .container .card-wrap {
        width: 50%;
        /* padding: 0 20px; */
        /* margin-bottom: 20px; */
    }

    section.brand .brand-wrap .brand-content {
        margin-top: 0;
    }

    /* .brand .brand-wrap .text-inner .love-text {
        padding: 20vw 0;
    } */

    .brand .brand-wrap .brand-detail {
        display: block;
    }

    .brand .brand-wrap .text-inner {
        width: 100%;
        margin: 10px 0 20px;
    }

    .brand .brand-wrap .pic-inner {
        width: 100%;
        height: auto;
    }

    .brand .brand-wrap .pic-inner .pic-wrap {
        width: 100%;
        height: auto;
        position: static;
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .brand .brand-wrap .brand-detail img {
        width: 100%;
    }

    .brand .brand-detail2 .pic-inner {
        margin-left: 0;
    }

    /* .contact .contact-detail .color-title .title {
        padding-right: 20px;
    } */
    .contact.investment .contact-detail,
    .contact.joiner .contact-detail {
        display: block;
    }

    .contact.investment .contact-detail .color-title {
        border-right: none;
        margin-bottom: 30px;
    }

    .contact .contact-detail .color-title .title {
        padding-right: 0;
    }

    .contact.investment .contact-detail .contact-wrap {
        margin-left: 0;
    }

    .contact .contact-detail::before {
        display: none;
    }

    .contact.contact-bg .contact-detail .color-title .title,
    .contact .contact-detail .contact-info .info {
        width: 35%;
    }

    .contact .contact-detail .contact-info .info {
        font-size: 26px;
    }

    .contact .contact-detail .contact-info span {
        font-size: 24px;
    }

    .contact .contact-detail .color-title span,
    .contact .contact-detail .contact-info p {
        font-size: 24px;
    }

    .joiner .joiner-catalog {
        border-right: none;
    }

    .joiner .joiner-catalog .catalog-wrap {
        display: flex;
        justify-content: space-around;
    }

    .newsdetail .announce-content .news-pic {
        width: 90%;
    }

    .newslist .news-container .news-box {
        width: 48%;
    }

    .service .shop-container .pic {
        width: 160px;
        height: 160px;
    }

    .map-title {
        display: block;
        text-align: left;
    }

    .store-map {
        height: 300px;
    }

    .map-input {
        width: 100%;
        margin-top: 10px;
    }

    .service-group {
        padding: 55px 20px 75px 20px;
    }

    .group-pic {
        max-width: 120px;
    }

    .group-claim h5 {
        font-size: 14px;
    }

    .group-claim h6 {
        font-size: 12px;
    }

    .service-group .group-goods h6 {
        font-size: 12px;
    }

    .service-group .group-goods p {
        font-size: 12px;
    }

    .service-group .group-more a.to-purchase {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .service-group .group-more a.to-purchase {
        bottom: -54px;
        right: 0;
    }

    .footer .menus-container {
        display: none;
    }

    .footer .footer-menus {
        display: none;
    }

    .footer {
        padding: 0;
    }

    .footer .page-bottom .bottom-wrap {
        flex-direction: column-reverse;
        text-align: center;
    }

    .page-bottom .bottom-icp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    /* .page-bottom .bottom-icp  {
        width: 50%;
    } */

    .page-bottom .bottom-follow a.toTop {
        display: none;
    }

    .page-bottom .bottom-icp .top {
        display: block;
    }

    .announce-detail .load-wrap {
        margin: 26px 0 30px;
    }

    .announce-card-wrap>.accounce-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .page-bottom .bottom-follow {
        width: 100%;
        margin-bottom: 15px;
    }

    .page-bottom .bottom-follow img {
        width: 70%;
    }

    .insist-container .insist-content .insist-box {
        width: 50%;
        margin-bottom: 30px;
    }

    .franchise-guide .insist-content .insist-box,
    .franchise-member .insist-content .insist-box,
    .franchise-apply .insist-content .insist-box {
        width: 50%;
        margin-bottom: 20px;
    }

    .franchise-member .policy .insist-content .insist-box {
        width: 50%;
    }

    .franchise-member .insist-icon {
        width: 100px;
        height: 100px;
    }

    .franchise-member .insist-title,
    .franchise-apply .insist-title,
    .guide-wrap .insist-container .insist-title {
        margin-bottom: 40px;
    }

    .join-contact .guide-container .guide-box1 {
        padding: 30px 40px;
    }

    .apply-desc2 .apply-box .apply-detail h6 {
        font-size: 22px;
    }

    .join-contact span {
        /* font-size: 20px; */
    }


    /* .product .product-content .content-wrap .content-detail {
        width: 50%;
    }

    .product .catalog-wrap {
        width: 25%;
    }

    .product .product-content {
        width: 75%;
    } */
    .company .company-content-top>div {
        width: 100%;
    }

    .company .company-content-bottom>div {
        width: 49%;
    }

    .company .respon .respon-box .respon-detail {
        padding: 30px 20px 0;
    }

    .company .respon .respon-detail h5 {
        font-size: 22px;
    }

    .return .return-pic {
        width: 40px;
        height: 40px;
    }

    .purchase-detail .variety-package .title-wrap {
        font-size: 22px;
    }

    .purchase-detail .variety-package .desc {
        font-size: 18px;
    }

    .newslist .latest-news>div {
        width: 100%;
        margin: 0;
        box-shadow: none;
        border-radius: unset;
    }

    .newslist .latest-news {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 12px 0px rgba(240, 78, 35, 0.08);
        border-radius: 5px;
        margin-bottom: 30px;
    }

    .purchase-slide-wrap .swiper-button-next.swiper-button-black,
    .purchase-slide-wrap .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        right: -40px;
    }

    .purchase-slide-wrap .swiper-button-prev.swiper-button-black,
    .purchase-slide-wrap .swiper-container-rtl .swiper-button-next.swiper-button-black {
        left: -40px;
    }
}

@media only screen and (max-width: 679px) {
    .product .product-content .content-wrap .content-detail {
        width: 33.3333%;
        padding: 0 20px;
    }

    .newsdetail .announce-detail-title,
    .announce-detail .announce-detail-title {
        font-size: 24px;
        color: #333;
        text-align: left !important;
    }

    .newsdetail .subhead {
        font-size: 12px !important;
        color: #666;
        border-bottom: 1px solid #f5f5f5;
    }
    .newsdetail .newsdetail-wrap .announce-content img {
        display: flex !important;
        justify-content: center !important;
        height: auto !important;
    }

    .newsdetail .load-wrap {
        margin: 20px 0 30px;
    }

    .swiper-button-next.swiper-button-black {
        right: -40px;
    }

    .swiper-button-prev.swiper-button-black {
        left: -40px;
    }

    .purchase-tel {
        font-size: 20px;
        width: 70%;
        text-align: center;
    }

    .company .timeline-content.container {
        width: 90%;
    }
}

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

    /* .section-wrap {
        margin-left: 5vw;
        margin-right: 5vw;
    } */
    #fullpage .section3 .container {
        width: 80%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .section4 .container .card-wrap {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .company-banner .banner-text {
        padding: 10px 20px;
    }

    .company .company-content-top .belief-content {
        padding: 10px 20px;
    }

    .company .company-content-top .belief-inner .belief-content {
        width: 90%;
    }

    .contact .contact-detail .color-title .title,
    .contact .contact-detail .contact-info .info {
        font-size: 16px;
    }

    .contact .contact-detail .color-title span,
    .contact .contact-detail .contact-info p {
        font-size: 16px;
    }

    .contact .contact-detail .contact-info span {
        font-size: 16px;
    }

    .contact .contact-detail .color-title,
    .contact .contact-detail .contact-wrap .contact-info {
        align-items: flex-start;
    }

    .contact .contact-detail .contact-info a {
        display: block;
        font-size: 16px;
        color: #fff;
        padding: 8px 30px;
    }

    .joiner .contact-detail .catalog-wrap h5 {
        margin-bottom: 50px;
    }

    .joiner .contact-detail .joiner-content h5 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .joiner .contact-detail .joiner-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .service .shop-container .pic {
        width: 140px;
        height: 140px;
    }

    .joiner-bg .joiner-title-wrap {
        margin-left: auto;
        margin-right: auto;
    }

    /* .company .respon .respon-box .respon-detail {
        top: 50%;
        transform: translate(-50%, -50%);
    } */
    .company .respon .respon-box .respon-detail {
        padding: 15px 20px 0;
    }

    .company .respon .respon-detail h5 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .page-bottom {
        font-size: 12px;
    }

    .page-bottom {
        padding: 20px 0;
    }

    .company .timeline .color-title,
    .company .respon .color-title,
    .product .color-title,
    .newslist .color-title {
        margin: 20px 0;
    }

    .color-title .title h5 {
        font-size: 14px;
    }

    .color-title .title h4 {
        font-size: 24px;
    }

    .joiner .contact-detail .catalog-wrap h5 {
        font-size: 14px;
    }

    .guide-container .guide-box.guide-box2 {
        height: 50vw;
    }

    .guide-container .guide-box.guide-box2 .guide .guide-inner {
        width: 75%;
    }

    .service-group>div {
        width: auto;
    }

    .service-group .group-pic {
        width: 30%;
    }

    .service-group {
        padding: 55px 5px 75px 10px;
    }

    .group-goods {
        display: none;
    }

    .service-group .group-more a.to-purchase {
        bottom: -94px;
        right: 0;
    }

    .join-tel {
        width: 80%;
        text-align: center;
    }

    .intro-part .intro-bottom .intro-desc {
        padding: 20px 20px 10px;
    }

    .contact>.contact-wrap {
        background: none;
        padding-bottom: 30px;
    }

    .join-contact .guide-container .guide-box .inner-right1 {
        width: 150px;
        height: 150px;
    }

    .join-contact .guide-box.guide-box1 .inner-left h6 {
        letter-spacing: 1px;
    }

    .guide-container .guide-box.guide-box1 .inner-left h6 {
        font-size: 16px;
    }

    .join-contact .insist-title {
        font-size: 24px;
    }

    .newslist .latest-news .title-desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .newslist .latest-news p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .red {
        color: #F04E23;
        font-size: 14px;
    }

    .list.list-store {
        margin: 30px 0 0;
    }

    .list.list-store li {
        padding: 16px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .section3 .color-title .title h4 {
        font-size: 24px;
    }

    .section3 .color-title .title h5 {
        font-size: 20px;
    }

    .section4 .container {
        width: 90%;
    }

    .section4 .container .card-wrap {
        width: 100%;
    }

    .contact.investment .contact-detail {
        display: block;
    }

    .contact.investment .contact-detail .color-title,
    .joiner .joiner-catalog {
        border-right: none;
    }

    .joiner .joiner-catalog .catalog-wrap {
        display: flex;
        justify-content: space-around
    }

    .newslist .news-container .news-box {
        width: 100%;
    }

    .guide-container .guide-box {
        height: auto;
    }

    .guide-container .guide-box.guide-box2 {
        height: 80vw;
    }

    .guide-container .guide-box.guide-box2 .guide .guide-inner {
        /* width: 80%; */
    }

    .guide-container .guide-box.guide-box2 .guide2 .guide-inner {
        margin-left: 10%;
    }

    .guide-container .guide-box.guide-box2 .guide-bottom {
        padding-bottom: 5%;
    }

    .insist-container .insist-content .insist-box {
        width: 100%;
    }

    .franchise-member .policy .insist-content .insist-box {
        width: 100%;
    }

    .franchise-guide .insist-content .insist-box,
    .franchise-member .insist-content .insist-box,
    .franchise-apply .insist-content .insist-box {
        width: 100%;
    }

    .join-contact .guide-container .guide-box .inner-right1 {
        width: 120px;
        height: 120px;
    }

    .apply-desc2 .apply-content .pic {
        width: 50px;
    }

    .join-tel {
        width: 90%;
    }

    .guide-container .guide-box.guide-box1 .box-inner .inner-left {
        margin-right: 15%;
    }

    .product .product-content .content-wrap .content-detail {
        width: 50%;
        padding: 0 30px;
    }

    .product .product-content .content-detail .product-desc {
        margin-top: 20px;
    }

    .product .product-content .content-wrap .content-detail {
        margin: 0 0 60px;
    }

    .intro-part .intro-relative .title .title-text {
        height: 50px;
    }

    .intro-part .intro-relative .title {
        font-size: 18px;
    }

    .service .shop-container .pic {
        width: 120px;
        height: 120px;
    }

    .company-content-bottom .belief-inner {
        padding: 10px;
    }

    .company .belief-inner .eng-title {
        font-size: 18px;
        margin-bottom: 0;
        height: 80px;
    }

    .company .respon .respon-box {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .company .respon .respon-box .respon-detail {
        padding: 50px 20px 0;
    }

    .purchase-detail .group-product .container {
        width: 80%;
    }

    .newslist .news-container .news-box {
        margin: 20px 10%;
    }

    .purchase-tel {
        width: 100%;
        padding: 0;
    }

    .store-item .store-item__name {
        font-size: 16px;
    }

    .contact-info-part .info-title {
        min-width: 100px;
    }

    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination .pageNumbers {
        margin: 0;
        border: none;
    }

    .pagination .page-right {
        margin: 0;
        justify-content: center;
    }
}

@media only screen and (max-width: 414px) {
    .contact .contact-detail .color-title {
        display: block;
    }

    .contact.contact-bg .contact-detail .color-title .title {
        margin-bottom: 10px;
    }

    .product .product-content .content-wrap .content-detail {
        padding: 0 20px;
    }

    .guide-container .guide-box.guide-box1 {
        padding: 20px 10px 30px;
    }

    .guide-container .guide-box.guide-box1 .box-inner {
        padding-left: 0;
    }

    .guide-container .guide-box.guide-box1 .inner-left h6,
    .guide-container .guide-box.guide-box1 .inner-right h6 {
        font-size: 14px;
    }

    .guide-container .guide-box.guide-box2 h6,
    .insist-box h6,
    .apply-box h6 {
        font-size: 14px;
    }

    .guide-container .guide-box.guide-box2 .circle {
        width: 24vw;
        height: 24vw;
    }

    .contact .contact-detail .contact-info span {
        font-size: 14px;
    }

    .join-contact .insist-title {
        font-size: 22px;
    }

    .service .shop-container .pic {
        width: 80px;
        height: 80px;
    }

    .service .shop-wrap .shop-container h5 {
        font-size: 16px;
    }

    .map-title {
        padding: 5px 20px;
    }

    .company .company-content-bottom>div {
        width: 100%;
    }

    .company-content-bottom .belief-inner {
        padding: 20px;
    }

    .purchase-detail .return {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .company .timeline-content.container {
        width: 80%;
    }

    .purchase-detail .variety-package .title-wrap {
        margin-bottom: 30px;
    }

    .purchase-detail .package-pic {
        margin-bottom: 40px;
    }

    .purchase-detail .group-product {
        padding-bottom: 48px;
    }

    .page-bottom .bottom-icp .icp {
        width: 50%;
    }

    .list.list-store li {
        width: 100%;
    }

    .stock-part .stock-list .stock-company {
        width: 100%;
        padding: 30px 0 30px 54px;
    }

    .stock-part .stock-list .stock-detail-wrap>div {
        width: 100%;
    }

    .stock-part .stock-list .stock-detail {
        height: auto;
        margin-top: 30px;
    }

    .stock-part .stock-list .stock-detail {
        justify-content: space-between;
    }

    .stock-part .stock-list .stock-detail p {
        margin-bottom: 25px;
    }
}
<!--0.00037312507629395-->