/* reset 初始化 css */
@charset "utf-8";
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, input, textarea, button, p, th, td {margin:0; padding:0;}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #000;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
a {outline: none; text-decoration: none;}
a:hover {outline: none; text-decoration: none;}
li {list-style:none;}

/* global 整站通用 css */
.clean {clear:both;}
.lf {float:left;}
.rt {float:right;}
.img-responsive {display: inline-block; vertical-align: middle; max-width: 100%; height: auto; border: 0;}
.mid {width: 910px; margin: 0 auto;}

/* body 主体 css */
#page_box {display: -webkit-flex; display: flex; width: 100%; height: 100%;}
#page_box-left {z-index: 10;}
#page_box-right {flex: 1; overflow: hidden;}
.open .submenu {display: block;}

/* nav 全站导航 css */
#myNav {display: -webkit-flex; display: flex; flex-direction: column; height: 100%; width: 270px; background: #f0f0f0;}
.myNav {position: fixed; top: 0; left: 0; width: 50px; height: 100%;}
.myNav-logo {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background: #e83f65;
}
.myNav-btn {height: 100%;}
.myNav-btn-toggle {padding: 0 13px; margin-top: 10px;}
.myNav-btn-search {padding: 0 15px; margin-top: 15px;}
.myNav-btn-search a, .myNav-btn-toggle a {cursor: pointer;}
.myNav-btn-search img,.myNav-btn-toggle img {filter: alpha(Opacity=40); -moz-opacity: 0.4; opacity: 0.4}
.myNav-btn-search a:hover img,.myNav-btn-toggle a:hover img {filter: alpha(Opacity=80); -moz-opacity: 0.8; opacity: 0.8}
.nav-search {padding: 120px 50px 50px; height: 100%;}
.search-input {
	border: 0;
	border-bottom: solid 1px #e8e7e4;
	font-family: AkzidenzGroteskStd,sans-serif;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 28px;
	outline: 0;
	width: 100%;
	color: #404040;
}
.search-input:focus {color: #e83e64;}
#J-sd-content {position: relative;}
.nav-search-close {position: absolute; right: 10px; top: 10px; width: 20px; height: 20px; filter: alpha(Opacity=40); -moz-opacity: 0.4; opacity: 0.4}
.myNav-btn-blank {height: 100%; padding: 15px 5px 0;}
.myNav-btn-blank a {display: block; height: 100%;}
.myNav-menu-logo {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	height: 100px;
	width: 100%;
	background: #e83f65;
	border-bottom-right-radius: 3em;
}
.nav-logo-xs {display: none;}
.myNav-menu-cont {padding-left: 20px;}

/* search 搜索结果 css */
.search-results-info span {color: #e83e64;}
.search-results-cont {margin: 30px 0;}
.search-results-cont .title {font-size: 24px;}
.search-results-cont .description {margin-top: 10px;}
.search-results-cont li {margin-top: 20px;}
/* 清除IE10及以上版本input的叉叉（X）和密码输入框的眼睛图标 */
input::-ms-clear {
display: none;
}
input::-ms-reveal {
display: none;
}
/*清除谷歌浏览器下的 search 叉号 */
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/*清除IE下的 search 叉号 */
input[type=search]::-ms-clear {
display: none;
}

/*  banner 轮播图 css  */
#banner {margin-bottom: 25px; text-align: center;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 3%;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 0.6%;}
.swiper-pagination-bullet {border: 2px solid #acacac; background-color: rgba(255, 255, 255, 0); opacity: 1;}
.swiper-pagination-bullet-active {background: #acacac; opacity: 1;}

/*  main 首页主体内容 css  */
#main {padding: 35px 0 60px;}
.index h2 {font-size: 30px; color: #343434; font-weight: bold;}
.moduletitle {
	margin: 0 auto;
	width: 840px;
	height: 50px;
	text-align: center;
	border-top: solid 2px #e8e7e4;
	border-left: solid 2px #e8e7e4;
	border-right: solid 2px #e8e7e4;
}
.moduletitle span {display: inline-block; padding: 0 20px; position: relative; top:-20px; background: #fff;}
.index .modulecont h3 {margin-top:20px; height: 93px; text-align: justify; letter-spacing: 0.06em;}
.index .modulecont h3 span {letter-spacing: normal;}
.index .modulecont h3 + div { margin-top: 30px;}
.index .modulemore {text-align: center;}
.index .modulemore a {letter-spacing: 0.1em; font-size: 18px; color: #474747;}
.index .modulemore a:hover {color: #000;}
.index .modulemore a:hover i {color: #000;}

.myvideo {
	text-align: center;
    padding: 40px 0;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.myvideo h2 {margin: 10px 0 20px;}

.news {margin-top: 100px;}
.news .modulecont li {
	display: inline-block;
	overflow: hidden;
	width: 288px;
	height: 230px;
	margin: 10px 6px 20px;
	padding:25px 15px 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.news .modulecont h3 a {color: #3a3a3a; font-size: 18px;}
.news .modulecont p a, .news .modulecont_a a{color: #9a9a9a; font-size: 16px;}

.goods {margin-top: 80px;}
.goods .modulecont {margin-top: 15px;}
.goods .swiper-button-next {right: 20px; color: #fff;}
.goods .swiper-button-prev {left: 20px; color: #fff;}
.goods .goods-rk {background: url(../images/goods1.jpg); height: 371px;}
.goods .goods-rk h3 {margin-top: 0; padding-top: 60px; text-align: center; height: auto; font-size: 30px; color: #d93f65;}
.goods .goods-rk p {text-align: center; padding-top: 5px; font-size: 18px; color: #4b4b4b;}
.goods .goods-yy {background: url(../images/goods2.jpg); height: 371px;}
.goods .goods-yy h3 {margin-top: 0; padding: 40px 50px 0 0; text-align: right; height: auto; font-size: 30px; color: #4e4e4e;}
.goods .goods-yy p {text-align: right; padding: 5px 70px 0 0; font-size: 18px; color: #4b4b4b;}
.goods .goods-myjb {background: url(../images/goods3.jpg); height: 371px;}
.goods .goods-myjb h3 {margin-top: 0; padding: 90px 0 0 70px; height: auto; font-size: 40px; color: #e83f65;}
.goods .goods-myjb p.p1 {padding: 5px 0 0 70px; font-size: 24px; color: #e83f65;}
.goods .goods-myjb p.p2 {padding: 15px 0 0 70px;}
.goods .goods-myjb p.p3 {padding: 5px 0 0 70px; font-size: 15px; color: #4e4e4e;}
.goods .goods-yzm {padding: 40px 0 0 60px; background: url(../images/goods4.jpg); height: 371px; color: #646464;}
.goods .goods-yzm h3 {height: auto; font-size: 44px; font-weight: 600; color: #646464;}
.goods .goods-yzm p.p1 {font-size: 36px;}
.goods .goods-yzm p.p2 {font-size: 14px;}
.goods .goods-jkfw {padding: 65px 0 0 610px; background: url(../images/goods5.jpg); height: 369px;}
.goods .goods-jkfw h3 {height: auto; font-size: 36px; color: #646464;}
.goods .goods-jkfw p.p1 {font-size: 18px; color: #646464;}
.goods .goods-jkfw p.p2 {margin: 10px 0 0 30px; font-size: 24px; color: #fff;}
.goods .goods-jkfw p.p3 {margin: 7px 0 0 30px; font-size: 24px; color: #fff;}
.goods .swiper-pagination {display: none;}

.news-hot {margin-top: 100px;}
.news-hot .modulecont li {
	display: inline-block;
	overflow: hidden;
	width: 288px;
	height: 270px;
	margin: 10px 6px 20px;
	padding:20px 15px 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.news-hot .news-hot-bttp {overflow: hidden; width: 258px; height: 147px;}
.news-hot .news-hot-bttp img {overflow: hidden; width: 258px; height: 147px;}
.news-hot .modulecont p {margin-top: 5px;}
.news-hot .modulecont p a {color: #9a9a9a; font-size: 14px;}
.news-hot .modulecont p span {display: inline-block; float: right; color: #9a9a9a; font-size: 14px;}
.news-hot .modulecont h3 {font-size: 16px; height: auto;}
.news-hot .modulecont h3 a {color: #343434;}

.intous {margin-top: 80px;}
.intous .modulecont {margin-top: 10px;}
.intous_wz {padding: 110px 20px 80px 50px; width: 420px; height: 400px; background: #f1f6f7;}
.intous_wz a {font-size: 16px; color: #000;}
.intous_wz h3 {font-size: 25px; color: #393939;}
.intous_tp {width: 490px;}
.intous .modulemore {margin-top: 20px;}

.report {margin-top: 100px;}
.report .modulecont li {
	display: inline-block;
	overflow: hidden;
	width: 288px;
	margin: 10px 6px 0;
	padding:15px 15px 15px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}
.report .modulecont li p {margin-top: 15px; color: #999;}
.report .modulecont li p a {color: #999; font-size: 16px;}
.report .modulecont li h3 a {color: #333; font-size: 20px;}
.report .modulemore {margin-top: 20px;}
.report .report-bttp {overflow: hidden; width: 258px; height: 170px;}
.report .report-bttp img {overflow: hidden; width: 258px; height: 170px;}

.f-links {margin: 100px 0 30px;}
.f-links .modulecont ul {margin-top: 30px;}
.f-links .modulecont li {display: inline-block; margin: 0 10px 10px; text-align: center; width: 158px; height: 40px; line-height: 40px; background: #f8f8f8;}
.f-links .modulecont li a {color: #333;}

/* footer 页面底部 css */
#footer {background: #f0f0f0 url(../images/footer-bg.png) repeat-x; font-size: 12px;}
.footer-link {
	position: relative;
	height: auto !important;
	height: 240px;
	min-height: 240px;
	padding: 40px 0 20px;
}
.footer-link a {color: #000;}
.footer-link a:hover {color: #e83e64;}
.footer-link li {margin-bottom: 5px;}
.footer-link_bt {margin-bottom: 20px; color: #474747; font-weight: bold;}
.xg-link {width: 260px;}
.xg-link_cont {display: -webkit-flex; display: flex; flex-flow: row wrap;}
.xg-link_cont li {width: calc(100% / 2); flex-basis: 50%;}
.its-goods {width: 310px; margin-left: 50px;}
.phone {margin-top: 15px;}
.media-link { width: 25px;}
.media-link > div {margin-top: 15px;}
.douyin-code, .xiaohs-code {position: absolute; top: 10px; right: -160px; display: none; max-width:150px; height: auto;}
.xiaohs-code {top: 40px;}
.footer-info {margin-top:15px; width:100%; height: 36px; background: url(../images/footer-bg.gif) repeat-x;}
.footer-logo {height: 22px;}
.footer-copyright {margin-top: 2px; color: #fff;}

/* 内页通用 css */
.neiye .moduletitle h1 {font-size: 30px; color: #999;}

.neiye h1, .neiye h2{font-size: 30px; color: #111111;}
.neiye h3 {font-size: 18px;}
.neiye a {color: #000;}
.neiye p {text-align: justify; line-height: 1.8em; font-size: 16px; font-weight: 300;}
.neiye i {color: #555; font-size: 0.5em;}
.neiye a:hover i {color: #000;}
.ny {width: 760px;}
.ny-top {margin-top: 60px;}
.crumb-nav {margin-bottom: 50px; color: #6a6a6a; font-size: 14px;}
.crumb-nav a {color: #6a6a6a; font-size: 14px;}
.crumb-nav i {color: #6a6a6a; font-size: 14px;}

/* about_us 关于我们 css */
.about_us h2 {margin-top: 50px;}
.about_us p {letter-spacing: 0.05em;}
.about_us p.cp-jj {margin-bottom: 20px; line-height: 2em;}
.about_us p i {font-size: 1em; color: #acacac;}
.about_us .modulecont img {margin-bottom: 10px;}

.love .banner {margin: 30px 0;}
.love p {color: #999;}
.love h2 {margin: 10px 0 20px; font-size: 24px; color: #333; font-weight: bold;}

.boss h2 {margin: 30px 0 20px; text-align: center; font-size:24px; font-weight: bold; color: #333;}
.boss-img {text-align: center; margin-top: 30px;}
.boss h3 {margin: 30px 0 20px; font-size:24px; font-weight: 600; color: #333;}
.boss p {color: #999;}
.boss-name {margin-top: 40px; text-align: right;}

.grow {margin-top: 15px;}
.grow table {margin-bottom: 60px; width: 100%; font-size: 18px;}
.grow th {padding-left: 70px; text-align: left; background: #f0f0f0; height: 47px;}
.grow tr th:first-child {padding-left: 0; text-align: center; width: 120px;}
.grow tr td:first-child {padding: 10px 0; text-align: center;}
.grow td {padding: 10px 0 10px 70px; font-weight: 300; border-bottom: 1px solid #f0f0f0;}
.grow h2 {margin: 0 0 20px; font-size: 24px; color: #333; font-weight: 600;}
.grow p {color: #999;}
.grow .banner {margin: 30px 0;}

.culture-img {margin: 25px 0 60px;}
.culture p {color: #999;}
.culture p.p1 {margin: 30px 0; padding-left: 5px; text-indent: 0; height: 60px; line-height: 60px; background: #f0f0f0; font-size: 24px; font-weight: 600; color: #333;} 
.culture p.p1 i {color: #333; font-size: 0.8em;}
.culture p.p2 {margin-bottom: 10px; font-size: 24px; font-weight: 600; color: #333;}

.honor h2 {
	padding-left: 5px;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	background: #f0f0f0;
	font-weight: 600;
	color: #333;
}
.honor h2 i {color: #333; font-size: 0.8em;}
.honor p {padding: 10px 0 10px 5px; border-bottom: 1px solid #f0f0f0;}
.honor ul {margin: 20px 0 -340px;}
.honor li {margin: 0 5px; display: inline-block; text-align: center; width: 290px;}
.honor li.li-top {position: relative; top: -180px;}
.honor li.li-top1 {position: relative; top: -430px;}
.honor li h3 {margin: 15px 0 20px; padding: 0 10px;}

/* life 生命hi美好 css */
.neiye .life .life-bt {margin: 50px 0; text-align: center; height: 50px; line-height: 50px;}
.neiye .life .life-bt h2 {display: inline; font-size: 18px; vertical-align: middle}
.neiye .life .life-bt span {font-size: 36px; font-weight: 100; color: #afafaf; vertical-align: middle}
.neiye .life .life-cont-wz1 {width: 50%;}
.neiye .life .life-cont-wz1 p {text-align: right; padding-right: 10px; line-height: 1.86em;}
.neiye .life .life-cont-wz2 {width: 50%;}
.neiye .life .life-cont-wz2 p {line-height: 1.9375em;}
.neiye .life .life-cont-wz3 {width: 50%;}
.neiye .life .life-cont-wz3 p {text-align: right; padding-right: 10px; line-height: 1.9em;}
.neiye .life .life-cont-wz4 {width: 50%;}
.neiye .life .life-cont-wz4 p {line-height: 1.937em;}
.neiye .life .life-cont-tp {width: 50%;}

/* contact_us 联系我们 css */
.contact_us .modulecont {margin-top: 10px; font-size: 18px;}
.contact_us ul.contact-mode {margin-top: 20px;}
.contact_us ul.contact-mode li {
	display: inline-block;
	overflow: hidden;
	padding-top: 35px;
	width: 280px;
	height: 200px;
	text-align: center;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.contact_us ul.contact-mode li + li {margin-left: 29px;}
.contact_us ul.contact-mode i {font-size: 40px; color: #e83e64;}
.contact_us ul.contact-mode .contact-mode-bt {margin: 10px 0;}
.contact_us ul.contact-mode .line {margin: 0 auto; margin-bottom: 15px; width: 70%; height: 2px; background: #f0f0f0;}
.contact_us .contact-dizhi {
	margin-top: 40px;
	width: 100%;
	height: 200px;
	text-align: center;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.contact_us .contact-dizhi .contact-dizhi-name {display: -webkit-flex; display: flex; justify-content: center; align-items: center; height: 100%; width: 35%;}
.contact_us .contact-dizhi .line-shu {margin-top: 20px; width: 2px; height: 80%; background: #c9caca;}
.contact_us .contact-dizhi .contact-dizhi-nr {width: 64%;}
.contact_us .contact-dizhi i {font-size: 40px; color: #e83e64;}
.contact_us .contact-dizhi .line {margin: 0 auto; margin-bottom: 10px; width: 30%; height: 2px; background: #f0f0f0;}
.contact_us .contact-dizhi .contact-dizhi-bt {margin: 10px 0;}
.contact_us .contact-dizhi ul.contact-dizhi-nr {margin-top: 40px;}

/* goods 品牌产品 css */
.goods .ny h2 {margin-top: 50px;}
.goods p {margin-top: 10px;}
.goods p.cp-jj {margin-bottom: 20px; line-height: 2em;}
.goods p i {font-size: 1em; color: #acacac;}

.mytags {font-size: 14px; color: #111;}
.mytags i {font-size: 14px;}
.up-down {margin-top: 25px;}
.up-down a {font-size: 14px; color: #111;}
.up-down i {font-size: 18px; color: #e83e64;}
.up-down span {display: block; background: #f0f0f0; padding: 5px 15px;}
.like-cp-bt {margin-top: 40px; height: 46px; line-height: 46px; border-top: 2px solid #f0f0f0; border-bottom: 2px solid #f0f0f0;}
.like-cp-bt span + span a {font-size: 13px; color: #474747;}
.like-cp-bt span + span a i {font-size: 13px;}
.like-cp {margin-top: 30px;}
.like-cp li {
	display: inline-block;
	width: 205px;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.like-cp li + li {margin-left: 8px;}
.like-cp li h3 {margin: 10px 0 15px; padding-left: 7px; font-size: 15px; color: #111;}
.like-cp div {padding-top: 5px; text-align: center;}

.health_rk .moduletitle, .health_yy .moduletitle, .health_myjb .moduletitle, .goods_beauty .moduletitle, .goods_service .moduletitle {margin: 0; width: 640px; height: auto;}
.health_rk .side-dq, .health_yy .side-dq, .health_myjb .side-dq, .goods_beauty .side-dq {margin-top: -63px;}
.goods_service .side-dq {margin-top: -42px;}

.goods-bt {margin-top: 30px; padding: 0 5px; height: 46px; line-height: 46px; border-top: 2px solid #f0f0f0; border-bottom: 2px solid #f0f0f0;}
.goods-bt-name {font-weight: 600;}
.goods-bt-slogan {font-size: 14px; font-weight: 600;}
.goods_beauty .modulecont {width: 640px;}

.goods_health .banner {margin-top: 30px;}
.goods_health ul {margin-top: 50px;}
.goods_health .list li {
	display: inline-block;
	overflow: hidden;
	width: 296px;
	height: 390px;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.goods_health .list li + li {margin-left: 6px;}
.goods_health .list li div {padding-top: 10px; text-align: center;}
.goods_health .list li h2 {padding-left: 10px; margin-top: 10px; font-size: 24px; color: #000;}
.goods_health .list li p {padding: 0 10px; color: #595757; font-size: 16px;}
.goods_health .list li p a {color: #595757;}
.goods_health .list li p.p1 {height: 84px; margin-bottom: 5px;}
.health_rk .modulecont, .health_yy .modulecont, .health_myjb .modulecont {width: 640px;}

.goods-img {margin-top: 20px;}
.neiye .goods_beauty h2, .neiye .goods_health h2 {color: #e83f65; margin: 20px 0;}
p.goods-jj {margin-bottom: 20px; line-height: 2em; letter-spacing: 0.05em;}
.goods-table {width: 100%; margin-bottom: 30px;}
.goods-table td.bt {text-align: center; width: 190px; background: #e4e4e4; font-size: 24px;}
.goods-table td.cont {padding: 20px 20px 20px 30px; background: #f0f0f0;}
.goods-table td p {margin: 5px 0;}

.slideTxtBox .hd {margin-top: 30px;}
.slideTxtBox .hd ul {padding: 0 35px;}
.slideTxtBox .hd li {padding: 3px 0; display: inline-block; cursor:pointer; font-size: 18px; font-weight: 600;}
.slideTxtBox .hd li + li {float: right;}
.slideTxtBox .hd li.on{border-bottom:2px solid #e83e64; }

.health_yy h3 {margin: 10px 0; color: #e83f65;}

/* .yunjy {width: 650px;}
.yunjy-bt {margin-top: 50px; padding-left:90px; letter-spacing: 0.06em;}
.yunjy-bt1 {background: url(../images/solution/bt-bg0x-short.png) no-repeat left center;}
.yunjy-bt2 {margin-top: 40px; background: url(../images/solution/bt-bg3x-short.png) no-repeat left center;}
.yunjy-bt3 {background: url(../images/solution/bt-bg1x-short.png) no-repeat left center;}
.yunjy p {margin: 10px 0; padding-left: 20px;}
.yunjy p.p1 {margin: 20px 0 15px; padding: 0;}
.yunjy p.p2 {margin: 30px 0 15px; padding: 0; color: #e83f65; font-weight: normal;}
.yunjy p.p2 i {color: #e83f65; font-size: 1em;}
.yunjy-img {text-align: center; margin-bottom: 30px;} */

.jgfw {width: 640px;}
.jgfw h2{margin: 20px 0; text-align: center; border-radius: 10px 0; height: 40px; line-height: 40px; background: #f7f7f7; font-size: 24px; color: #333; font-weight: bold;}
.jgfw p {margin: 10px 0; padding-left: 20px; color: #999;}
.jgfw p.p1 {padding: 0; line-height: 1.8em;}
.jgfw p.p2 {margin: 30px 0 15px; padding: 0; color: #e83f65; font-weight: normal;}
.jgfw p.p2 i {color: #e83f65; font-size: 1em;}

/* duty 企业责任 css */
.duty .banner {margin-top: 30px;}
.duty .list {margin-top: 50px;}
.duty .list li {
	display: inline-block;
	overflow: hidden;
	width: 440px;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.duty .list li + li {margin-left: 25px;}
.duty .list li div {padding: 15px; text-align: center;}
.duty .list li h2 {padding-left: 15px; font-size: 24px; color: #000;}
.duty .list li p {margin: 15px 0 50px 15px;}
.duty .list li p a {padding-left: 10px; font-size: 16px; color: #595757;}

.duty_xshy .modulecont p {color: #999;}
.duty_xshy h2 {margin: 20px 0; text-align: center; border-radius: 10px 0; height: 40px; line-height: 40px; background: #f7f7f7; font-size: 24px; color: #333; font-weight: bold;}
.duty_xshy h3 {font-size: 24px; color: #333; font-weight: bold;}
ul.duty_xshy-list {margin: 30px 0;}
ul.duty_xshy-list li {display: inline-block; width: 48%; text-align: center;}
ul.duty_xshy-list li.xshy-list-rt {margin-left: 3.5%;}
.duty_xshy .modulecont ul.duty_xshy-list li p {margin: 20px 0 30px; text-align: center; text-indent: 0;}
ul.duty_xshy-list li p span {color: #999;}
.linguimei {text-align: center;}
.linguimei img {width: 910px;}
.linguimei-wz {text-align: center; color: #666; font-size: 14px;}

.duty_yszz .modulecont p {color: #999;}
.duty_yszz h2 {margin: 20px 0; text-align: center; border-radius: 10px 0; height: 40px; line-height: 40px; background: #f7f7f7; font-size: 24px; color: #333; font-weight: bold;}
ul.duty_yszz-list {margin-top: 50px;}
ul.duty_yszz-list li {display: inline-block; margin-bottom: 60px; width: 30%; text-align: center;}
ul.duty_yszz-list li img {width: 258px;}
ul.duty_yszz-list li.yszz-list-float {margin-left: 4.5%;}

ul.gyga-list {margin-top: 5px;}
ul.gyga-list .gyga-list-img {overflow: hidden; height: 150px; padding: 8px;}
ul.gyga-list li {display: inline-block; margin-left: 7px; margin-top: 10px; padding-bottom: 8px; overflow: hidden; width: 290px; height: 220px; box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);}
ul.gyga-list li p {padding: 5px 10px; margin-top: 10px; font-size: 14px; height: 60px;}

/* news_list 新闻列表 css */
p.modulejj {padding-top: 10px; width: 640px; font-size: 18px; font-weight: 400; color: #111; letter-spacing: 0.06em;}
.moduleselect {
	height: 45px;
	line-height: 45px;
	color: #111;
	font-size: 12px;
	border-top: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
}
.moduleselect select {margin-right: 30px; height: 40px; width: 100px; border: none; outline:none}
.news_list .moduletitle {margin: 0; width: 640px; height: auto;}
.news_list .modulecont {margin-top: 20px; width: 640px;}
.news_list .modulecont h2 {margin: 5px 0 10px; font-size: 20px; font-weight: 500;}
.news_list .modulecont ul {margin-top: 30px;}
.news_list .side-dq {margin-top: -84px;}
p.modulecont_lm-time {color: #e83f65; font-size: 15px;}
p.modulecont_lm-time a {color: #e83f65;}
p.modulecont_jj {margin-bottom: 20px; font-weight: 300; font-size: 15px;}
.news_list .modulemore {text-align: center;}
.news_list .modulemore a i {font-size: 1em;}
.ul-news-list li {margin-bottom: 20px;}
.ul-news-list-tx {width: 180px; height: 120px; overflow: hidden;}
.ul-news-list-tx img {width: 180px; height: 120px; overflow: hidden;}
.ul-news-list-wz {margin-left: 20px; width: 440px;}


/* news_article 新闻内容 css */
.news_article {margin-top: 50px;}
.news_article .crumb-nav {margin-bottom: 30px; color: #6a6a6a; font-size: 14px;}
/* .news_article .side-dq {margin-top: -20px;} */
.news_article .mytags {margin-top: 30px;}
.article-box {width: 640px;}
.news_article h1 {margin-bottom: 40px; font-size: 30px; font-weight: 300; color: #333;}
.news_article_cont {font-size: 16px; font-weight: 300; line-height: 28px; color: #999;}
/* .news_article_cont u {text-decoration: none;} */
.news_article_cont p {margin: 20px 0;}
.news_article_cont img {max-width: 640px; height: auto;}

.xg-article {margin-top: 30px; padding-left: 10px; height: 50px; line-height: 50px; border-top: 2px solid #f0f0f0; border-bottom: 2px solid #f0f0f0;}
ul.xg-article-list {margin-top: 15px;}
ul.xg-article-list li {
	display: inline-block;
	width: 201px;
	height: 210px;
	overflow: hidden;
	margin: 15px 4px 0 4px;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.xg-article-list-tp {margin: 10px; overflow: hidden; width: 184px; height: 124px;}
ul.xg-article-list h2 {padding: 0 10px; margin-bottom: 15px; font-size: 15px; height: 40px;}

/* report_list css */
.report_list .moduletitle {margin: 0; width: 640px; height: auto;}
.report_list .modulecont {margin-top: 20px; width: 640px;}
.report_list .modulecont li {
	display: inline-block;
	overflow: hidden;
	width: 201px;
	height: 250px;
	margin: 10px 6px 20px;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.report_list .modulecont ul {margin-top: 30px;}
.report_list .modulecont li div {padding: 10px;}
.report_list .modulecont li p {margin-top: 10px; padding: 0 10px; color: #e83f65; font-size: 14px;}
.report_list .modulecont li p a {color: #e83f65;}
.report_list .modulecont li h3 {font-size: 14px; padding: 0 10px; margin-top: 10px;}
.report_list .modulemore {text-align: center;}
.report_list .modulemore a i {font-size: 1em;}
.report_list .side-dq {margin-top: -84px;}
.report_list  .ul-news-list img {width: 181px; height: 115px; overflow: hidden;}

/* join_us 加入我们 css */
.join_us .banner {margin-top: 30px;}
.join_us .list {margin-top: 50px;}
.join_us .list li {
	display: inline-block;
	overflow: hidden;
	width: 296px;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.1);
	box-shadow:0px 0px 20px rgba(0,0,0,.1);
}
.join_us .list li + li {margin-left: 6px;}
.join_us .list li div {padding: 10px;}
.join_us .list li h2 {padding-left: 10px; font-size: 24px; color: #000;}
.join_us .list li p {margin: 15px 0 50px;}
.join_us .list li p a {padding-left: 10px; font-size: 16px; color: #595757;}

.join_us .neirong {margin: 0; width: 100%; height: auto;}
.join_us .side-dq {margin-top: -42px;}

.join_us .team {width: 640px;}
.join_us .team h2 {margin: 10px 0; text-align: center; border-radius: 10px 0; height: 40px; line-height: 40px; background: #f7f7f7; font-size: 24px; color: #333; font-weight: bold;}
.join_us .team p {font-size: 16px; color: #666;}
.join_us .team p.team-note {margin-top: 10px; text-align: center; font-size: 16px; color: #999;}
.join_us .team-img {margin-top: 30px;}

.join_us .plan {width: 640px;}
.join_us .plan p {font-weight: 400; color: #999;}
.join_us .plan h2 {margin: 20px 0 10px; text-align: center; border-radius: 10px 0; height: 40px; line-height: 40px; background: #f7f7f7; font-size: 24px; color: #333; font-weight: bold;}
.join_us .plan-cont {padding: 20px; background: #f0f0f0;}
.join_us .plan-cont p {font-weight: 300;}
.join_us p.plan-cont-p {font-weight: 400;}
.join_us .plan-offer {margin-top: 50px;}
.join_us .plan-offer li {display: inline-block; text-align: center; width: 32%;}

/* 招商加盟 css */
.join_us .enter {width: 100%;}
.join_us .enter h2 {margin: 20px 0 10px; text-align: center; border-radius: 10px 0; height: 40px; line-height: 40px; background: #f7f7f7; font-size: 24px; color: #333; font-weight: bold;}
.join_us .zs1 {margin-top: 20px;}
.join_us .show-module {display: none;}
.join_us .zs-btn{margin: 10px 0; padding: 5px 0 5px 10px; width: 100%; font-size: 16px; color: #666; text-align: left; border: 1px solid #e83f65; border-radius: 3px; background: #fff;}

.join_us p.enter-p {margin-top: 15px; font-size: 24px; font-weight: 600; color: #333;}
.join_us p {color: #999;}

/* sidebar 侧边栏 css */
.mysidebar {z-index: 100000;}
.mysidebar-nav {
		position: fixed;
		right:0;
		top:35%;
		text-align: center;
		width: 60px;
		background: #e83e64;
		color: #fff;
		font-size: 12px;
	}
.mysidebar-nav li {display: -webkit-flex; display: flex; justify-content: center; align-items: center; height: 70px;}
.mysidebar-nav li + li {border-top: 1px solid #ed5779;} 
.mysidebar-nav li:hover {background: #d0385a;}
.mysidebar-nav .side-option {margin-top: 5px;}
.mysidebar-nav i {font-size: 30px;}
.mysidebar-nav a {color: #fff; text-decoration: none;}
.myshare {width: 250px; height: 220px; background: #fff;}
.myshare-bt {padding-left: 10px; height: 36px; line-height: 36px; background: #e83e64; color: #fff; }
.bshare-custom {padding: 20px 10px 0 20px;}
.bshare-custom a {margin-bottom: 15px; width: 100px; color: #212121;}
.bshare-custom a:hover {text-decoration: none;}
.sidebar-phone {position: fixed; right: 62px; top: 43%; display: none;}
.sidebar-code {position: fixed; right: 62px; top: 37%; display: none;}
.myshare {position: fixed; right: 62px; top: 40%; display: none;}

/* bottom&side-dq 底部&侧边调取内容 css */
.bottom-dq {margin-top: 40px;}
.bottom-dq ul {padding-left: 10px; margin-top: 10px;}
.bottom-dq ul li {margin: 5px 0;}
.bottom-dq ul li a {font-size: 12px; color: #595757; letter-spacing: 0.05em;}
.bottom-dq-lf {width: 48%}
.bottom-dq-rt {margin-left: 2%; width: 48%}
.bottom-dq-bt {height: 45px; line-height: 45px; border-top: 2px solid #f0f0f0; border-bottom: 2px solid #f0f0f0;}
.bottom-dq-bt span {display: inline-block;}
.bottom-dq-bt span + span a {color: #474747; font-size: 13px;}
.bottom-dq-bt span + span a i {font-size: 13px;}

.side-dq {width: 230px;}
.side-dq h3 {text-align: center; height: 60px; line-height: 60px; color: #333; font-size: 20px; background: #f7f7f7;}
.side-dq .more {margin-bottom: 15px; text-align: center;}
.side-dq .more a {font-size: 13px; color: #333;}
.side-dq .more a i {font-size: 1em;}
.side-dq .hot-cp {border: 2px solid #eee; border-radius: 10px 0; overflow: auto;}
.side-dq .hot-cp ul {padding: 0 15px; margin-top: 20px;}
.side-dq .hot-cp ul li h4 {background: url(../images/side-bt-bj.jpg) no-repeat; background-position: center bottom; text-align: center; height: 23px;}
.side-dq .hot-cp ul li h4.h4-1 {background: url(../images/side-bt-bj1.jpg) no-repeat; background-position: center bottom;}
.side-dq .hot-cp ul li h4.h4-2 {background: url(../images/side-bt-bj2.jpg) no-repeat; background-position: center bottom;}
.side-dq .hot-cp ul li h4 a {font-size: 16px; color: #333;}
.side-dq .hot-cp ul li div {margin: 10px 0;}
.side-dq .hot-cp ul li p {margin-bottom: 30px; font-size: 13px; color: #666;}
.side-dq .zixun {margin-top: 20px; border: 2px solid #eee; border-radius: 10px 0; overflow: auto}
.side-dq .zixun ul {padding: 0 15px; margin-top: 20px;}
.side-dq .zixun ul li {margin-bottom: 15px; text-align: justify; color: #333;}
.side-dq .zixun ul li a {font-size: 13px; color: #666;}

.solution_health .side-dq-wz ul {margin-top: 10px;}
.solution_service .side-dq {margin-top: 20px;}

/* tag_list 标签内容列表 css */
.tag_list .modulecont ul {margin-top: 0;}
.tag_list .modulecont ul li {margin-bottom: 30px;}
.tag_list-tp {width: 180px; height: 120px; overflow: hidden;}
.tag_list-tp img {width: 180px; height: 120px; overflow: hidden;}
.tag_list-wz {margin-left: 20px; width: 440px;}

/* baike 润康百科 css */
ul.wenda-list {margin-top: 30px;}
ul.wenda-list li {margin-top: 50px;}
ul.wenda-list li td.wen-ge-pic {width: 15%; height: 100px;}
ul.wenda-list li td.wen-ge-wz {width: 7%; border-bottom: 1px solid #f0f0f0;}
ul.wenda-list li td.wen-ge-cont {border-bottom: 1px solid #f0f0f0;}
ul.wenda-list li td.wen-ge-cont a {font-size: 16px; color: #e83e64; font-weight: bold;}

ul.wenda-list li td.da-ge-pic {height: 100px;}
ul.wenda-list li td.da-ge-cont a {font-size: 14px; color: #5a5a5a;}

ul.wenda-list li td.wenda-ge-more {text-align: right; padding-bottom: 15px; height: 30px; border-bottom: 1px solid #f0f0f0;}
ul.wenda-list li td.wenda-ge-more a {font-size: 14px; color: #5a5a5a;}

ul.shipin-list {margin-top: 30px;}
ul.shipin-list li {
	margin: 20px 30px 30px 30px;
	padding: 20px 20px 0;
	overflow: hidden;
	display: inline-block;
	width: 395px;
	height: 300px;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.2);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.2);
	box-shadow:0px 0px 20px rgba(0,0,0,.2);
	}
ul.shipin-list li h4 {margin-top: 15px; font-size: 18px; font-weight: bold;}

/* pagelist 分页 css */
.pageinfo-list {margin-top: 30px; text-align: center;}
.pageinfo-list li {display: inline-block; padding: 0 3px; font-size: 14px; color: #333;}
.pageinfo-list li.thisclass {background: #e83e64; color: #ffffff;}