img {
	width: 100%;
}
.min_container {
	min-width: 1700px;
}
.section_one {
	position: relative;
	width: 1700px;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 100px;
}
.section_one .index_logo {
	position: absolute;
	top: -3px;
	left: 240px;
}
.section_one .img_wrapper {
	overflow: hidden;
	width: 410px;
	height: 410px;
	
	position: relative;
	/*transition: width .5s .5s,height .5s .5s;*/
}
.img_bigger {
	width: 1700px !important;
	height: 738px !important;
	transition: width .8s 1s,height .8s 1s !important;
}
.img_bigger .cover {
	display: block !important;
}
.img_bigger_ul {
	height: 738px!important;
	transition: height .8s 1s !important;
	}
.section_one .img_wrapper img {
	/*transform: translateX(-25%);*/
	width: auto;
	height: 100%;
}
.word_wrapper2 {
	position: absolute;
	left: 600px;
	top: 290px;
	width: 0px;
	overflow: hidden;
	font-size: 110px;
	color: #fff;	
	transition: width .5s 0s;
	text-shadow:  2px 2px 2px
	rgba(0, 0, 0, 0.6);
}
.section_one .img_show {	
	position: relative;
	z-index: 5;
	height: 410px;
	display: flex;
	justify-content: space-around;
	overflow: hidden;
	/*transition: height .5s .5s ;*/
}
.section_one .img_show li {
	position: absolute;	
	/*cursor: pointer;*/
	overflow: hidden;
	transform: translateY(0);
  	transition: transform .5s 0s;
}

.section_one .img_show li:nth-child(1) {
	left: 0;
}
.section_one .img_show li:nth-child(2) {
	left: 430px;
}
.section_one .img_show li:nth-child(3) {
	left: 860px;
}
.section_one .img_show li:nth-child(4) {
	left: 1290px;
}
.section_one .img_show .word_wrapper {
	border: 3px solid #fff;
	position: absolute;
	top: 100px;
	left: 90px;
	width: 230px;
	text-align: center;	
	padding-left: 20px;
    padding-right: 20px;
	font-size: 67px;
	color: #fff;
	overflow: hidden;
	transition: transform .5s .5s;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.52);
}
.move0 {
	animation: myfirst0 .8s 1s forwards;
	-moz-animation: myfirst0 .8s 1s forwards;
	-webkit-animation: myfirst0 .8s 1s forwards;
	-o-animation: myfirst0 .8s 1s forwards;
}
.move1 {
	animation: myfirst1 .8s 1s forwards;
	-moz-animation: myfirst1 .8s 1s forwards;
	-webkit-animation: myfirst1 .8s 1s forwards;
	-o-animation: myfirst1 .8s 1s forwards;
}
.move2 {
	animation: myfirst2 .8s 1s forwards;
	-moz-animation: myfirst2 .8s 1s forwards;
	-webkit-animation: myfirst2 .8s 1s forwards;
	-o-animation: myfirst2 .8s 1s forwards;
}
.move3 {
	animation: myfirst3 .8s 1s forwards;
	-moz-animation: myfirst3 .8s 1s forwards;
	-webkit-animation: myfirst3 .8s 1s forwards;
	-o-animation: myfirst3 .8s 1s forwards;
}
.left0 {
	left: 0 !important;
}
@keyframes myfirst0
{	
	0% {left: 0;}
	100% {left: 0;}
}
@keyframes myfirst1
{	
	0% {left: 430px;}
	100% {left: 0;}
}
@keyframes myfirst1_2
{	
	0% {left: 0;}
	100% {left: 430px;}
}
@keyframes myfirst2
{	
	0% {left: 860px;}
	100% {left: 0;}
}
@keyframes myfirst3
{	
	0% {left: 1290px;}
	100% {left: 0;}
}

.word_wrapper_p {
	border: 3px solid #fff;
	transform: translateY(0);
  	transition: transform .5s 1.5s;
}
 .word_wrapper2_bigger {
	width: 500px !important;
	display: block !important;
	transition: width .5s 1.4s !important;
}

.word_wrapper2 p {
	width: 500px;
	text-align: center;
}


.slide-down {
	transform: translateY(0);
  transition: transform 2s  !important;
}

/*第二部分*/
.section_two {
	position: relative;

	
}
.section_two .index_logo {
	position: absolute;
	top: -3px;
	right: 200px;
	z-index: 5;
}
.section_two .swiper_img {
	overflow: hidden;
}
.section_two .swiper_img .img_wrapper > img {
	display: block;
	height: 100%;
}
.section_two .swiper_img .img_wrapper {
	height: 100%;
}
.section_two .swiper_img li {
	height: 100%;
	position: relative;	
	display: none;	
}
.section_two .swiper_img .active {
display: block;
}
.section_two .swiper_img .index_title {
	position: absolute;
	left: 120px;
	bottom: 235px;
	width: auto;
	
}
.swiper_logo {

	position: absolute;
	left: 110px;
	bottom: 70px;
}
.swiper_logo .swiper_logo_list li {
	
	width: 122px;
	height: 122px;
	border: 4px solid #fff;
	border-radius: 50%;
	float: left;
	margin-right: 30px;
	cursor: pointer;
	
}
.swiper_logo .swiper_logo_list .active {
	background: #3EB6AB;
}
/*.swiper_logo .swiper_logo_list li:hover {
	background: #3EB6AB;
}*/
.swiper_logo  .logo_item {
	overflow: hidden;
	margin: 20px auto;
	width: 85px;
	height: 85px;
}
.swiper_logo .swiper_logo_list li:nth-child(1) .logo_item {
	background: url(../img/swiper_logo.png) -4px -1px no-repeat;
}
.swiper_logo .swiper_logo_list li:nth-child(2) .logo_item {
	background: url(../img/swiper_logo.png) -115px -3px no-repeat;
}
.swiper_logo .swiper_logo_list li:nth-child(3) .logo_item {
	background: url(../img/swiper_logo.png)-236px -3px no-repeat;
}
.swiper_logo .swiper_logo_list li:nth-child(4) .logo_item {
	background: url(../img/swiper_logo.png)-359px -14px no-repeat;
}
.swiper_logo .swiper_logo_list li:nth-child(5) .logo_item {
	background: url(../img/swiper_logo.png)-485px -14px no-repeat;
}
.section_three {
	border-top: 80px solid #5ac9bf;
	position: relative;	
	padding-top: 140px;
	margin-bottom: 50px;
	height: auto;
	overflow: hidden;
}
.section_three .titles{
	border-bottom: 2px solid #3eb6ab;
	height: 50px; 
}
.section_three .titles h3{
	float: left;
	font-size: 30px;
	color: #4fc2b7;
	font-weight: normal;
}
.section_three .titles a{
	float: right;
	font-size: 22px;
	color: #000;
	margin-top: 12px;
}
.section_three .article_box{
	width: 736px;
	height: auto;
	overflow: hidden;
	margin-top: 28px;
}
.section_three .three_inner{
	width: 1570px;
	height: auto;
	margin: 0 auto;
}
.section_three .index_logo {
	position: absolute;
	top: -3px;
	left: 130px;
}
.section_three .hot_article {
	width: 736px;
	float: left;
}
.section_three .hot_article a {
	color: #000;
}
.hot_article img {
	display: block;
	width: 100%;
	max-height: 375px;
}
.hot_article_list li {
	width: 736px;
	position: relative;
	min-height: 46px;
	border-bottom: 1px solid #84d0c9;
}
.hot_article_list li:first-child{
	border-bottom: none;
}
.hot_article_list li .word_wrapper {
	width: 100%;
	padding-right: 10%;
	position: absolute;
	text-indent: 2em;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	background: rgba(255,255,255,.5);
}
.hot_article_list li .list_dts{
	padding-left: 30px;
	font-size: 18px;
	line-height: 50px;
}
.hot_article_list li .list_dts a{
	color: #616161;
}
.history_article{
	width: 735px;
	height:auto;
	float: right;
}
.history_article ul{
	margin-top: 34px;
	width: 100%;
}
.history_article ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 44px;
	border-bottom: 1px solid #8dd4ce;
}
.history_article ul li .normal{
	width: 100%;
	display: flex;
}
.history_article ul li .date{
	width: 135px;
	line-height: 50px;
	font-size: 18px;
	color: #616161;
	margin-right: 25px;
}
.history_article ul li .dts_box{
	flex:1;
	width: 600px;
}
.history_article ul li .title{
	display: inline-block;
	font-size: 18px;
	color: #616161;
	line-height: 50px;
	width: 610px;
	vertical-align: top;
}
.history_article ul li .title a{
	display: block;
	max-width: 100%;
	color: #616161;
}
.history_article ul li .dts{
	display: none;
	font-size: 18px;
	line-height: 1.5;
}
.history_article ul li .dts a{
	color: #616161;
}
.history_article ul li .date2{
	display: none;
	width: 100px;
	height: 140px;
	margin-right: 31px;
	border:2px solid #e0e0e0;
	text-align: center;
	font-size: 46px;
	color: #3eb6ab;
	margin-bottom: 12px;
}
.history_article ul li .date2 p{
	font-size: 24px;
	color: #000;
	margin-top: 10px;
}
.history_article ul li.on .date{
	display: none;
}
.history_article ul li.on .date2{
	display: block;
	margin-top: 12px;
}
.history_article ul li.on .title{
	margin-top: 10px;
	font-size: 22px;

}
.history_article ul li.on .title a{
	color: #000;
	white-space: normal;
}
.history_article ul li.on .dts{
	display: block;
}

/****************肠道健康**********************/
.section_four {
	padding-top: 90px;
	width: 1170px;
	margin:  0 auto 100px;
}
.section_four_head {
	font-size: 14px;
	/*padding-left: 50px;*/
	border-bottom: dotted 2px #888;
	line-height: 50px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: rgba(64,64,64,.7);
}
.section_four_head h2 {
	display: inline-block;
	font-weight: 400;
	font-size: 30px;
	margin-top: 10px;	
}
.content img {
	width: auto;
}
.item_title {
	font-size: 17px;
	color: #fff;
	height: 55px;
	line-height: 55px;
	background-color: #5ac9bf;

	border: solid 2px #5ac9bf;
	padding-left: 20px;
	padding-right: 20px;
}
.item_title h3 {
	display: inline-block;
	font-size: 21px;
}

.section_four_head form {
	width: 359px;
    height: 52px;
    border: 2px solid #5ac9bf;
    border-radius: 5px;
}
.section_four_head a {
	font-size: 14px;
    color: rgba(64,64,64,.7);
}
.section_four_head form .search_ipt {
    width: 255px;
    height: 50px;
    background: transparent;
    border: none;
    font-size: 18px;
    text-indent: 1em;
    color: #333;
    vertical-align: top;
}
.section_four_head form .search_but {
    width: 90px;
    height: 44px;
    margin-top: 3px;
    background: transparent;
    border-radius: 0 5px 5px 0;
    background: url(../img/search.png) center no-repeat;
    background-size: 35px;
    cursor: pointer;
    border: none;
    border-left: 2px solid #5ac9bf;
}
.section_four .item_list {
	width: 850px;
	margin-left: 390px;
}
.section_four .item_list li {
	width: 380px;
	float: left;
	height: 350px;
	background-color: #ecf8f7;
	margin-bottom: 30px;
	overflow: hidden;
	 border-radius: 12px 12px 0px 0px;
}
.section_four .item_list li:nth-child(2n+1) {
	margin-right: 90px;
}
.section_four .item_first {
	width: 200px;
	height: 100px;
	margin-left: 15px;
	text-align: justify;
	overflow: hidden;
	line-height: 25px;
}
.section_four .item_first h4 {
	font-size: 18px;
	font-weight: 400;
	color: #303030;
}
.section_four .item_first p {
	font-size: 14px;
}
.section_four .item_show {
	margin-top: 30px;
	color: #303030;
	padding-left: 10px;
}
.section_four .item_show img {
	width: 140px;
	height: 100px;
}
.section_four .item_title_list {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;;
}
.section_four .item_title_list a {
	width: 100%;
	display: inline-block
}
.section_four .item_title_list p  {
	font-size: 18px;
	color: #3b9189;
	
}
.section_four .question_menu  ul {
	margin: 40px auto 0;
	width: 268px;
    height: auto;
    background: #f4fbfa;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section_four .question_menu  ul li {
	width: 252px;
    font-size: 21px;
    line-height: 52px;
    background: url(../img/circle.png) 10px center no-repeat;
    text-indent: 37px;
    margin: 12px auto;
    color: #000;
    border-radius: 8px;
    
}
.section_four .question_menu  ul .active {
	background-color: #B2E5E1;
	border-radius: 12px;
}
.section_four .question_menu  ul li a {
    color: #000;
}
.section_four .question_list_wrapper {
	width: 320px;
	height: 365px;
	position: relative;
	overflow: hidden;
}

.section_four .question_list_wrapper li {
	position: absolute;
	border-radius: 12px;
	font-size: 15px;
	line-height: 30px;
	/*background: red;*/
	max-width: 80%;
	min-width: 50%;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color: #fff;
}
.section_four .question_list_wrapper li  a:hover {
	text-decoration: none;
}
.question_content {
	margin-left: 325px;
	width: 850px;
	margin-bottom: 180px;
}
.question_content h3,
.question_abtUs h3 {
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-weight: 400;
	font-size: 21px;
	background-color: #5ac9bf;
	padding-left: 20px;
}
.question_abtUs {
	background-color: #ecf8f7;
	border-radius: 12px;
	/*opacity: 0.5;*/
	overflow: hidden;
}
.question_abtUs {
	width: 850px;
	font-size: 18px;
	color: #303030;
}
.artSearch_error {
	width: 750px !important;
	margin-bottom: 30px;
}
.question_abtUs_title {
	width: 766px;
	margin: 30px auto 0;
	padding-bottom: 5px;
	border-bottom: solid 1px #babebe;
	font-size: 18px;
}
.question_abtUs_content {
	min-height: 170px;
	width: 766px;
	margin: 30px auto;
	font-size: 16px;
}
.question_abtUs .notice {
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #646766;
}
.question_abtUs .phone {

	text-align: center;
	margin: 30px auto 40px;
	font-weight: 800;
	font-style: italic;
	font-size: 41px;
	line-height: 36px;
	color: #ff0f07;
}
.question_abtUs .error {
	width: auto;
	margin: 30px auto 20px;
	display: block;
}
.question_abtQ {
	margin-top: 30px;
	background-color: #ecf8f7;
	border-radius: 12px;
	overflow: hidden;
	padding-bottom: 40px;
}
.question_abtQ ul {
	width: 766px;
	margin: 30px auto 0;
}
.question_abtQ ul li {
	padding-top:  20px;
	padding-bottom: 10px;
	border-bottom: 1px solid#babebe;
}
.question_abtQ ul li:last-child {
	border-bottom: none;
}
.question_abtQ ul li img {
	width: 141px;
	margin-right: 30px;
}
.question_abtQ p {
	font-size: 18px;
	color: #303030;
	/*width: 580px;*/
	text-align: justify;
	text-justify:inter-ideograph;
	margin-top: 10px;
}
.question_abtQ p:nth-child(3) {
	font-size: 16px;
}
.section_four .section_four_head_two  a {
	color: #404040;
	opacity: 0.7;
	font-size: 14px;
	line-height: 52px

}
.section_four .section_four_head_two {
 		width: 780px;
 		margin-left: 390px;
 }
.section_four .mostCare {
	margin-left: 390px;
	width: 820px;
	height: 720px;
	background-color: #f9fdfd;
	border-radius: 12px;
	/*opacity: 0.3;*/
	overflow: hidden;
}
.section_four .mostCare h3 {
	line-height: 37px;
	height: 37px;
	background-color: #61d8cd;
	font-size: 22px;
	color: #fff;
	padding-left: 15px;
}
.section_four .mostCare h4 {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 5px;
}
.section_four .mostCare .mostCare_demo {
	width: 740px;
	margin: 35px auto;
	font-size: 14px;
	line-height: 2;
	height: 130px
}
.section_four .mostCare_demo  img {
	height: 130px;
	width: 180px;
	margin-right: 30px;
	box-shadow: 0px 3px 3px 0px rgba(84, 84, 84, 0.54);
    border-radius: 12px;
}
.section_four .mostCare_demo a {
	color: #303030;
}
.section_four .mostCare ul {
	margin: 45px  0 50px 20px ;
	margin-left: 20px;
	margin-bottom: 50px;
}
.section_four .mostCare ul li {	
	position: relative;
	margin-top: 20px;
}
.section_four .mostCare ul a {
	display: inline-block;
	width: 80%;
	font-size: 17px;
	color: #303030;
	line-height: 24px;
}
.section_four .mostCare ul span {
	position: absolute;
	right: 20px;
	font-size: 14px;
	margin-right: 40px;
}
.history_article ul li {
	cursor: pointer;
}
.section_four .page {
	margin-left: 390px;
	margin-top: 70px;
	font-size: 16px;
	color: rgba(62,62,62,0.7);
}
.section_four .page .page_list {
	margin-right: 30px;
}
.section_four .page .page_list li {
	float: left;
	min-width: 27px;
	height: 24px;
	margin-right: 3px;
	font-size: 14px;	
	background-color: #f4f2f2;
	border-radius: 4px;
	opacity: 0.6;
	text-align: center;
}
.section_four .page .page_list .index_page {
	width: 40px;
	}
.section_four .page .page_list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #1e988d;
}
.section_four .page .page_list .on {
	background-color: #33ccbe;
	box-shadow: 0px 3px 3px 0px 
		rgba(84, 84, 84, 0.54);
}
.section_four .page .page_list .on  a {
	color: #fdfdfd;
}
/*************************/
.careMost{
	width: 850px;
	height: 349px;
	margin-bottom: 25px;
	background: #f5fbfb;
	float: right;
	border-radius: 12px 12px 0 0;
	padding-bottom: 30px;
}
.care_top{
	height: 54px;
	background: #5ac9bf;
	border-radius: 12px 12px 0 0;

}
.care_top h3 {
    color: #fff;
    display: inline-block;
    font-size: 21px;
    line-height: 54px;
    margin-left: 20px;
}
.care_top a{
	margin-right: 20px;
	line-height: 54px;
	font-size: 17px;
	color: #fff;
}
.care_bot{
	width: 800px;
	height: 250px;
	margin:0 auto;
	margin-top: 25px;
	padding-right: 20px;
}
.care_bot img{
	display: block;
	float: left;
	width: 330px;
	height: 250px;
	margin-right: 40px;
}
.care_bot h4 a{
	font-size: 18px;
	color: #303030;
	line-height: 1.3;
	font-weight: normal;
}
.care_bot .p_cont{
	margin-top: 18px;
	text-indent: 2em;
	height: 70px;
	overflow: hidden;
}
.care_bot .p_cont a{
	font-size: 14px;
	color: #303030;
	line-height: 1.5;
}
.care_bot .p_title{
	font-size: 18px;
	line-height: 1.5;
	color: #3b9189;
}
.care_bot .p_title a
{
	color: #3b9189;
}

.slide-up1 {
  transform: translateY(-150%);
  transition: transform .5s 0s !important;
}
.slide-up2 {
  transform: translateY(-100%) !important;
  transition: transform .8s .3s !important;
}

.word_wrapper_p2 {
	/*border: 3px solid #fff;*/
	transform: translateY(0);
  	transition: transform .5s 0s;
	text-shadow:  2px 2px 2px
	rgba(0, 0, 0, 0.6);
}
.section_five{
	width: 1570px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-bottom:90px;
}
.section_five .five_header{
	overflow: hidden;
	border-bottom: 4px solid #3eb6ab;
}
.section_five .five_header h3{
	float: left;
	font-size: 30px;
	color: #4fc2b7;
	font-weight: normal;
}
.section_five .five_header .toMore{
	float: right;
	font-size: 22px;
	color: #000;
	margin-top: 10px;
}
.realNews{
	width: 492px;
	height: 460px;
	margin-top: 35px;
	float: left;
	margin-right: 47px;
}
.section_five > div:last-child{
	margin-right: 0;
}
.topNew{
	width: 100%;
	height: 264px;
	position: relative;
}
.topNew img{
	display: block;
	width: 100%;
	height: 264px;
}
.topNew p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding:0 10px;
	box-sizing:border-box;
	background:rgba(255,255,255,.5);
	overflow: hidden;
}
.topNew p a{
	font-size: 18px;
	color: #000;
}
.realNews ul{
	margin-top: 10px;
}
.realNews ul li{
	width: 100%;
	box-sizing: border-box;
	line-height: 45px;
	height: 45px;
	font-size: 18px;
	color: #616161;
	padding:0 10px;
	border-bottom: 1px solid #65c5bc;
	overflow: hidden;
}
.realNews ul li a{
	color: #616161;
}
.realNews ul li:hover a{
	color: #65c5bc;
}


/*文章详情 界面  相关文章 */
.section_five_second{
  width: 1190px !important;
  height: auto;
  overflow: hidden;
  margin:0 auto;
  margin-bottom:90px;
}
.section_five_second .five_header{
  overflow: hidden;
  border-bottom: 4px solid #3eb6ab;
}
.section_five_second .five_header h3{
  float: left;
  font-size: 30px;
  color: #4fc2b7;
  font-weight: normal;
}
.section_five_second .five_header .toMore{
  float: right;
  font-size: 22px;
  color: #000;
  margin-top: 10px;
}
.section_five_second .realNews{
  width: 380px;
  height: 350px;
  margin-top: 35px;
  float: left;
  margin-right: 25px;
}
.section_five_second > div:last-child{
  margin-right: 0;
}
.section_five_second .topNew{
  width: 100%;
  height: 205px;
  position: relative;
}
.section_five_second .topNew img{
  display: block;
  width: 100%;
  height: 205px;
}
.section_five_second .topNew p{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  padding:0 10px;
  box-sizing:border-box;
  background:rgba(255,255,255,.5);
  overflow: hidden;
}
.section_five_second .topNew p a{
  font-size: 18px;
  color: #616161;
}
.section_five_second .realNews ul{
  margin-top: 10px;
}
.section_five_second .realNews ul li{
  width: 100%;
  box-sizing: border-box;
  line-height: 45px;
  height: 45px;
  font-size: 18px;
  color: #616161;
  padding:0 10px;
  border-bottom: 1px solid #65c5bc;
  overflow: hidden;
}
.section_five_second .realNews ul li a{
  color: #616161;
}
.section_five_second .realNews ul li:hover a{
  color: #65c5bc;
}