:root {
	--color: #f0832b;
	--sub-color: #efb400;
	--body-bg: #fff;
	--footer-bg: #494949;
	--text-color: #333;
	--ccc: #ccc;
	--eee: #eee;
}
body {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-color);
    background-color: var(--body-bg);
    font-family: "微软雅黑", arial, helvetica, sans-serif;
}

body,
html {
    height: 100%;
    position: relative;
}

a {
    color: var(--text-color);
}
button,span,input,div,div:focus,button:focus,span:focus,input:focus{
    outline: 0 !important;
}
a:hover,
a:focus {
    color: var(--color);
    text-decoration: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

ol,
ul,
li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ttu {
    text-transform: uppercase;
}
.my-6{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* logo */
.logo{
    flex: 0 0 30%;
}
.logo a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo .logo_txt{
    margin-left: 20px;
}
.logo_txt h2{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 25px;
}
.logo_txt p{
    font-size: 16px;
    text-transform: uppercase;
}

/* top */
.w-80 {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.menu{
    flex: 0 0 65%;
}
.menu>li {
    position: relative;
}

.menu>li>a {
    font-size: 16px;
    padding: 0 1.1vw;
    text-transform: uppercase;
    transition: all .5s;
}

.menu_drop {
    position: absolute;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid var(--ccc);
    display: none;
    padding: 4px 0;
    border-radius: 4px;
    z-index: 99;
}

.menu_drop li a {
    color: var(--text-color);
    display: block;
    text-align: center;
    line-height: 2;
    transition: all .5s;
}

.menu_drop li:hover a {
    background-color: var(--color);
    color: var(--body-bg);
}

.swiper-pagination span {
    width: 12px;
    height: 12px;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color);
}

/* banner */
.index-banner .swiper-button-next.swiper-button-white,
.index-banner .swiper-button-prev.swiper-button-white {
    background-color: rgba(0, 0, 0, .2);
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    background-size: 60%;
}

/* 右边 */
.side_kefu {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.side_kefu li {
    position: relative;
    margin-bottom: 5px;
}

.side_kefu li i {
    font-size: 20px;
}

.side_kefu li.toTop {
    cursor: pointer;
}

.side_kefu li.toTop i {
    font-size: 24px;
}

.side_kefu li .side_kefu_con {
    position: absolute;
    background-color: var(--body-bg);
    border: 1px solid var(--ccc);
    border-radius: 5px;
    right: 0;
    top: 0;
    padding: 5px 10px;
    transition: all .5s;
    transform: translateX(100%);
    z-index: -1;
}

.side_kefu li:hover .side_kefu_con {
    transform: translateX(-50px);
}

.side_kefu_con:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--ccc);
    border-color: transparent var(--ccc) var(--ccc) transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: var(--body-bg);
}

.side_kefu li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--color);
    color: var(--body-bg);
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media(max-width: 1200px) {
    .my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}
/* abouts */
.abouts_right{
    position: relative;
}
.abouts_right .abouts_con{
    position: absolute;
    display: block;
    content: '';
}
.abouts_con a{
    color: #fff;
    display: block;
    margin-top: 30px;
}
.abouts_con{
    color: #fff;
    position: absolute;
    bottom: 8vw;
    left: 10%;
    right: 10%;
}
.abouts_con h2{
    font-size: 42px;
    margin-left: 28px;
    margin-bottom: 20px;
}
.abouts_con p{
    text-indent: 2em;
}


/* 金枳 */
.jinzhi_bg{
	background: #737373;
	padding: 5vw 0;
}
.jinzhi_text{
	color: var(--body-bg);
	text-align: center;
	font-size: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
    transform: translateY(50%);
    transition: all .5s;
}
.jinzhi_text:before{
    position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content:'';
	opacity: 0;
	background-color: var(--color);
	transition: all .5s;
}
.jinzhi_list li a{
    position: relative;
    display: block;
}
.jinzhi_list li a i{
    opacity: 0;
    font-size: 48px;
}
.jinzhi_list li a:before{
	position: absolute;
}
.jinzhi_list li:hover a i{
    opacity: 1;
}
.jinzhi_list li:hover .jinzhi_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(0);
}
.jinzhi_list li:hover .jinzhi_text:before{
    opacity: .8;
}


/* 康百佳产品 */
.kbj_left{
	flex: 0 0 43.5%;
	width: 43.5%;
}
.kbj_right{
	flex: 0 0 54.5%;
	width: 54.5%;
}
.kbj_con{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kbj_con a{
	width: 100%;
	display: block;
	position: relative;
	padding: 10px;
	border: 2px solid var(--text-color);
	margin-bottom: 20px;
}
.kbj_con a div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 20px;
	padding-left: 30px;
	color: #fff;
	transition: all .5s;
}
.kbj_con a div i{
	opacity: 0;
	transition: all .5s;
	font-size: 45px;
}
.kbj_left.kbj_con a div{
	font-size: 32px;
}
.kbj_con a:hover{
	border-color: var(--color);
}
.kbj_con a div:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content:'';
	opacity: 0;
	background-color: var(--color);
	transition: all .5s;
}
.kbj_left.kbj_con a{
	padding: 20px;
}
.kbj_right.kbj_con a{
	flex: 0 0 48%;
	width: 48%;
}
.kbj_right.kbj_con a span{
	font-size: 18px;
}
.kbj_con a:hover div:before{
	opacity: .8;
}
.kbj_con a:hover div{
	justify-content: center;
	align-items: center;
}
.kbj_con a:hover div i{
	opacity: 1;
}

/* join */
.join_top_title h2{
    font-size: 2vw;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.join_top_title span{
    border: 1px solid #666;
    padding: 10px 20px;
    text-transform: uppercase;
}
.join_top_title:hover span{
	border-color: var(--color);
}
.join_l{
    margin-left: 15vw;
}
.join_title_wrapper{
    color: #fff;
}
.join_l_title h2{
    font-size: 2.5vw;
}
.join_l_title h3{
    font-size: 1.5vw;
}
.join_r{
    border: 1px solid #fff;
    padding: 20px 30px;
}
.join_r h3{
    text-transform: uppercase;
    margin-top: 15px;
}
.join_l img{
    margin-right: 10px;
}
.join_title_wrapper{
    margin-bottom: 3vw;
}
.join_bg{
    background: url(../images/join_bg.jpg) no-repeat center top;
    position: relative;
    padding-top: 5vw;
}
.join_img{
    flex: 0 0 55%;
}
.join_bg .join_list{
    margin-left: 13vw;
}
.join_list li{
    margin-bottom: 1vw;
}
.join_list li a{
    display: flex;
    align-items: center;
    color: #fff;
}
.join_list li span{
    background: url(../images/joinbga.png) no-repeat;
    display: flex;
    width: 132px;
    height: 120px;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.join_list li:hover span{
    background: url(../images/joinbg.png) no-repeat;
}
.join_list li:hover div{
    color: var(--sub-color);
}

/* news */
.news_list li a{
    color: var(--text-color);
}
.news_list li h3{
    font-size: 18px;
    font-weight: bold;
}
.news_list li span{
    padding: 10px 20px;
    background-color: #737373;
    color: var(--body-bg);
    margin-top: 20px;
    display: inline-block;
}

/* foot */
footer{
    max-width: 100%;
    overflow: hidden;
}
footer .left{
    background-color: var(--color);
    display: flex;
    flex-direction: column;
    padding: 20px;
    padding-right: 3vw;
    position: relative;
}
footer .left:after{
    display: block;
    position: absolute;
    content:'';
    width: 600px;
    right: 0;
    bottom: 0;
    background-color: var(--color);
    top: 0;
    z-index: -1;
}
footer .left img{
    margin-bottom: 15px;
}
footer .right{
    background: var(--footer-bg);
    flex: auto;
    position: relative;
    color: var(--body-bg);
    padding-left: 3vw;
    padding-top: 3vw;
}
footer .right:after{
    display: block;
    position: absolute;
    content:'';
    width: 600px;
    right: -600px;
    bottom: 0;
    background-color: var(--footer-bg);
    top: 0;
    z-index: -1;
}
footer .right a{
    color:  var(--body-bg);
}
.fnemu{
    margin-bottom: 2vw;
}
.fnemu li h5{
    font-size: 16px;
    margin-bottom: 10px;
}
.fnemu li span{
    display: flex;
    flex-direction: column;
}
.fnemu li{
    margin-right: 2.5vw;
}
