.main_content{
    /*background: #EFF3F6;*/
    background: #F0F4F7;
}

.index_banner{}
.index_banner img{
    width: 100%;
}

.index_bar{
    padding: 10px 0;
    width: 100%;
    overflow:  hidden;
    background: #fff;
    /*margin: 10px 0;*/
}
.index_bar li{
    width: 25%;
    float:  left;
    text-align:  center;
    padding: 8px 0;
}
.index_bar li img{
    width:  40px;
}
.index_bar li p{
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin-top: 8px;
}

.latest_activity{
    padding: 10px 15px 0 15px;
    background: #fff;
    margin: 10px 0 30px;
}
.latest_activity .activity_title{
    height: 40px;
    line-height: 40px;
}
.latest_activity .activity_title p{
    position: relative;
    font-size: 20px;
    color: #2B2F33;
    letter-spacing: 0;
    text-align: center;
    /*background: #fff;*/
    width: 110px;
    margin:  0 auto;
    z-index: 10;
	top: -4px;
}
.latest_activity .activity_title .bule_line{
    border: 1px solid #E5EEF6;
    margin:  0 auto;
    margin-top: -20px;
	width:0px;
}
.activity_lsit{
    width: 880px;
}
.activity_lsit .activity_goods{
	height: 125px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    width:  200px;
    height: 110px;
    float:  left;
    position:  relative;
    margin: 10px 15px 20px 5px;
    padding: 15px;
    box-sizing:  border-box;
}
.atv_container{
    overflow-x: scroll;
	margin-top: -10px;
    margin-bottom: -28px;
	z-index:1;
	-webkit-overflow-scrolling: touch;
}
.atv_container::-webkit-scrollbar{display: none;}
.activity_lsit .activity_goods h5{
    font-size: 15px;
    color: #2B2F33;
    letter-spacing: 0;
    line-height: 15px;
}
.activity_lsit .activity_goods p{
	width: 170px;
    font-size: 11px;
    color: #2B2F33;
    letter-spacing: 0;
    line-height: 16px;
    margin: 8px 0;
display:-webkit-box;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;
 overflow:hidden;
     text-overflow: ellipsis;
    word-break: normal;
}
.activity_lsit .activity_goods a{
	position: absolute;
    background: rgba(0,90,170,0.05);
    border: 1px solid #005AAA;
    border-radius: 2px;
    font-size: 11px;
    color: #005AAA;
    letter-spacing: 0;
    text-align: center;
    display:  inline-block;
    width:  60px;
    line-height: 24px;
    height: 24px;
	bottom: 8px;
}
.activity_lsit .activity_goods img{
    position: absolute;
    height: 54px;
    width: 87px;
    right:  0;
    bottom: 0px;
}

.healthy_goods{
    /* background: #fff; */
    /*margin: 10px 0; */
    padding: 0 10px;
}
.healthy_goods .healthy_title{
    height: 60px;
}
.healthy_goods .healthy_title p{
    position: relative;
    font-size: 20px;
    color: #2B2F33;
    letter-spacing: 0;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    z-index: 9;
    line-height: 60px;
}
.healthy_goods .healthy_title div{
    border: 1px solid #E5EEF6;
    margin: 0 auto;
    margin-top: -30px;
	width: 0px;
}
.healthy_goods .healthy_title span{
    opacity: 0.6;
    font-size: 11px;
    color: #2B2F33;
    letter-spacing: 0;
    text-align: center;
    line-height: 11px;
    margin-top: 15px;
    display: block;
    position:  relative;
    z-index: 10;
}
.product_details{
	width:100%;
    background: #FFFFFF;
    /*   box-shadow: 0 2px 11px 0 rgba(0,0,0,0.10);*/
    border-radius: 4px;
    box-sizing:  border-box;
    padding-bottom: 10px;
}
.product_details div img{
    width: 100%;
}
.product_details h4{
    font-size: 16px;
    color: #2B2F33;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    margin: 5px 0;
}
.product_details p{
    opacity: 0.6;
    font-size: 12px;
    color: #2B2F33;
    letter-spacing: 0;
    line-height: 18px;
    padding: 0 10px;
}

.banner{margin-top: 10px;}
.banner img{
    width: 100%;
	height:170px;
    margin-bottom: 10px;
}

.tianan_introduce{
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 10px;
    background-image: url('/tianwebsite/mobile/img/m_index/introduce_bg.png');
    background-position: center center;
}
.tianan_introduce>div{
    width: 150px;
    height: 50px;
    position:  relative;
    padding: 10px;
    box-sizing:  border-box;
}
.tianan_introduce div img{
    width: 130px;
}
.tianan_introduce p{
    opacity: 0.8;
    font-size: 13px;
    color: #2B2F33;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    margin-top: 10px;
	text-indent: 2em;
}

.news_information{
    background: #fff;
    margin-bottom: 10px;
}
.news_information .news_bar{
    margin: 0 15px;
    height: 40px;
    display:  flex;
    justify-content: space-between;
    border-bottom: 2px solid #EB6C2C;
}
.news_information .news_bar li{
    float:  left;
    opacity: 0.6;
    font-size: 13px;
    color: #2B2F33;
    letter-spacing: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;

}
.tab_atv{
    border-bottom: 2px solid #065AA8;
    font-size: 13px;
    color: #005AAA  !important;
    letter-spacing: 0;
    text-align: center;
    line-height: 13px;
}
.news_information .news_list{
    padding: 0 15px 10px;
}
.news_information .news_list li{
    overflow: hidden;
    height: 40px;
    box-sizing:  border-box;
    border-bottom: 1px solid #EBF1F5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_information .news_list li:last-child{
    border: none;
}
.news_information .news_list .time{
    opacity: 0.6;
    font-size: 11px;
    color: #2B2F33;
    letter-spacing: 0;
    text-align: right;
    line-height: 40px;
    float: right;
    display:  inline-block;
}
.news_information .news_list p{
    font-size: 13px;
    color: #2B2F33;
    letter-spacing: 0;
    line-height: 40px;
    float:  left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;/*????????????*/
    white-space: nowrap;/*??????*/
    text-overflow:ellipsis;/*??????????????...???*/
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    width: 80%;
    -webkit-box-orient: vertical;
}

.foot_bar_container{
    /* background: #fff; */
    /* overflow-x:  scroll; */
    /* padding-bottom: 10px; */
}
.foot_bar_container::-webkit-scrollbar{width:0;}
.foot_bar{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.foot_bar li{
    width: 20%;
    height: 80px;
    float: left;
    text-align: center;
    padding: 2px;
    position: relative;
}
.foot_bar li img{
    width: 70%;
    margin: 0 auto;
}
.foot_bar li a{
    width: 100%;
    /* height:  inherit; */
    display: inline-block;
}
.foot_bar li p{
    opacity: 0.9;
    font-size: 9px;
    color: #4D4D4D;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    width: 100%;
    position: absolute;
    bottom: 20px;
}
.blueicon{
    display: block;
}
.redicon{
    display: none;
}
.greenicon{
    display: none;
}
.whitebackground{
    background: #fff;
}
.whitebackground .healthy_title{
    height: 60px;
}
.whitebackground .healthy_title p{
    position: relative;
    font-size: 20px;
    color: #2B2F33;
    letter-spacing: 0;
    text-align: center;
    width: 120px;
    margin: 0 auto;
    z-index: 9;
    line-height: 60px;
}
.top_line{
    width:  20px;
    height:  20px;
    position: absolute;
    top: 0;
    left:  0;
    border-top: 1px solid #004DA1;
    border-left: 1px solid #004DA1;
}
.buttom_line{
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    /*border-bottom: 1px solid #004DA1;
    border-right: 1px solid #004DA1;*/
}


.swiper-slide {

}
.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #FFFFFF;
    /*box-shadow: 0 2px 11px 0 rgba(0,0,0,0.10);*/
    border-radius: 4px;
    box-sizing: border-box;
    padding-bottom: 10px;
	border: solid 1px #eee;
    border-radius: 6px;
}
.swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: #0359A8;
    display: inline-block;
    border-radius: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #EC6D2B;
    border-radius: 5px;
    width: 25px;
    height: 10px;
    margin: 0 5px;
}
.swiper-pagination {position: inherit;text-align: center;-webkit-transition: 300ms;-moz-transition: 300ms;-o-transition: 300ms;transition: 300ms;  -webkit-transform: translate3d(0,0,0);  -ms-transform: translate3d(0,0,0);  -o-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);z-index: 10;margin-top: 20px;  }

/**************************/
.swiper-pagination span{margin:0 3px;}
.spring_festival_icon{display: none;}
.m_party_building_bar{display: none;}
.m_party_building_icon{display: none;}
.displaystate2{display: none;}
/*****commonweal******/
/*.public_welfare .footer_bg_box{ background:url(/mobile/img/m_theme_style/commonweal/bg_footer.png) no-repeat;background-size: cover;}*/
.public_welfare footer{ background:url(/tianwebsite/mobile/img/m_theme_style/commonweal/bg_footer.png) no-repeat;background-size: cover;  height: 235px;}
.public_welfare footer .foot_second ul {  border-bottom: 1px solid #6FB677;  margin-bottom: 15px;  }
.public_welfare .displaystate2{display:none;}
.public_welfare .displaystate1{display: inline-block;}
.public_welfare .bg_healthy_goods{background:url(/tianwebsite/mobile/img/m_theme_style/commonweal/bg_healthy_goods.png) no-repeat ;background-size: cover;}
.public_welfare .bg_index_bar{background:url(/tianwebsite/mobile/img/m_theme_style/commonweal/bg_index_bar.png) no-repeat ;background-size: cover;}
.public_welfare .bg_latest_activity{background:url(/tianwebsite/mobile/img/m_theme_style/commonweal/bg_latest_activity.png) no-repeat ; background-size: cover;}
.public_welfare .bg_security_insurance{background:url(/tianwebsite/mobile/img/m_theme_style/commonweal/bg_security_insurance.png) no-repeat ;background-size: cover;}
.public_welfare .bg_tianan_introduce{background:url(/tianwebsite/mobile/img/m_theme_style/commonweal/bg_tianan_introduce.png) no-repeat ;  background-size: cover;}
.public_welfare  .bg-head{background-size: cover;padding: 2px 10px;height: 44px;background-image: url(/mobile/img/m_theme_style/commonweal/bg-head.png);
    background-color: #fff;background-size: cover;box-sizing:  border-box;box-shadow: 1px 1px 3px #ccc;    z-index: 22;}


.public_welfare .foot_bar .blueicon{
    display: none!important;
}
.public_welfare .foot_bar .redicon{
    display: none!important;
}
.public_welfare .foot_bar .greenicon{
    display: block!important;
}
/*****spring_festival******/
.spring_Festival{ background:url(/tianwebsite/mobile/img/m_theme_style/spring_festival/margin_bg.png) repeat-y;background-size: cover;}
/*.spring_Festival .footer_bg_box{ background:url(/mobile/img/m_theme_style/spring_festival/bg_footer.png) no-repeat; background-size: cover;}*/
.spring_Festival footer{ background:url(/tianwebsite/mobile/img/m_theme_style/spring_festival/bg_footer.png) no-repeat; background-size: cover;  height: 235px;}
.spring_Festival footer .foot_second ul {  border-bottom: 1px solid #fff;  margin-bottom: 15px;  }
.spring_Festival .spring_festival_icon{display: inline-block;vertical-align: middle;}
.spring_Festival .displaystate2{display:inline-block;}
.spring_Festival .displaystate1{display: none}
.spring_Festival .bg_index_bar{background:url(/tianwebsite/mobile/img/m_theme_style/spring_festival/bg_index_bar.jpg) no-repeat ;background-size: cover;}
.spring_Festival .bg-head{background-size: cover;padding: 2px 10px;height: 44px;  background-image: url(/mobile/img/m_theme_style/spring_festival/bg_head.png);  background-color: #fff;box-sizing:  border-box;box-shadow: 1px 1px 3px #ccc;    z-index:82;}
.spring_Festival footer { color: #fff;}
.spring_Festival .main_content {background: none;}
.spring_Festival .index_bar li p {color: #8f150e;}
/*****Family******/
.parenting footer{ background:url(/tianwebsite/mobile/img/m_theme_style/m_family/bg_footer.jpg) no-repeat; background-size: cover;  height: 235px;}
/*.parenting .footer_bg_box{ background:url(/mobile/img/m_theme_style/m_family/bg_footer.jpg) no-repeat; background-size: cover;}*/


.parenting footer .foot_second .foot_img1{
    display: block;
    padding-top: 20px;
}
.parenting footer .foot_second .foot_img1 img{
    width: 100px;
}
.parenting footer .foot_second .foot_img{
    display: none;
}
.parenting footer .foot_second ul {  border-bottom: 1px solid #FEDDE0;  margin-bottom: 15px;  color: #323639;  }
.parenting footer .foot_second .foot_ul a{color: #323639;}
.parenting .latest_activity .activity_title p {  position: relative;  font-size: 20px;  color: #2B2F33;  letter-spacing: 0;  text-align: center;  background: rgba(0,0,0,0);  width: 110px;  margin: 0 auto;  z-index: 9;  }
.parenting  .healthy_goods .healthy_title div {  opacity: 0;  }
.parenting .healthy_goods .healthy_title p { background: rgba(0,0,0,0);;
}
.parenting .latest_activity .activity_title .bule_line { opacity: 0;  }
.parenting .displaystate2{display:none;}
.parenting .displaystate1{display: inline-block;}
.parenting  .foot_third {color: #635f61;font-size: 10px;opacity: 0.5;padding: 0 15px 0;}
.parenting  .foot_bar li p {  opacity: 0.9;  font-size: 9px;  color: #4D4D4D;  letter-spacing: 0;  text-align: center;  line-height: 10px; margin-top: 8px;  }
.parenting .foot_bar .blueicon{display: none!important;}
.parenting .foot_bar .redicon{display: block!important;}
.parenting .foot_bar .greenicon{display: none!important;}
.parenting .foot_bar_bg{background:url(/tianwebsite/mobile/img/m_theme_style/m_family/foot_bar_bg.jpg) no-repeat ; background-size: cover;}
.parenting .bg_healthy_goods{background:url(/tianwebsite/mobile/img/m_theme_style/m_family/bg_healthy_goods.png) no-repeat ;background-size: cover;}
.parenting .bg_index_bar{background:url(/tianwebsite/mobile/img/m_theme_style/m_family/bg_index_bar.png) no-repeat ;background-size: cover;}
.parenting .bg_latest_activity{background:url(/tianwebsite/mobile/img/m_theme_style/m_family/bg_latest_activity.png) no-repeat ;  background-size: cover;}
.parenting .bg_security_insurance{background:url(/tianwebsite/mobile/img/m_theme_style/m_family/bg_security_insurance.png) no-repeat ;background-size: cover;}
.parenting .bg_tianan_introduce{background:url(/tianwebsite/mobile/img/m_theme_style/m_family/bg_tianan_introduce.png) no-repeat ; background-size: cover;}
.parenting  .bg-head{background-size: cover;padding: 2px 10px;height: 44px;background-image: url(/mobile/img/m_theme_style/m_family/bg-head.png);
    background-color: #fff;box-sizing:  border-box;box-shadow: 1px 1px 3px #ccc;    z-index: 22;}
.parenting .foot_third p:last-child {  padding-bottom:0;  }
/*****M_party_building******/
.party_building{ background:url(/tianwebsite/mobile/img/m_theme_style/m_party_building/m_party_building.jpg) repeat-y; background-size: 100%;}
.party_building .bg_index_bar{background:url(/tianwebsite/mobile/img/m_theme_style/m_party_building/bg_index_bar.png) no-repeat ; background-size: cover;;}
.party_building footer{background:url(/tianwebsite/mobile/img/m_theme_style/m_party_building/bg_footer.png) no-repeat ;background-size: cover;   height: 235px;}
/*.party_building .footer_bg_box{background:url(/mobile/img/m_theme_style/m_party_building/bg_footer.png) no-repeat ;background-size: cover;}*/
.party_building  .bg-head{background-size: 100%;padding: 2px 10px;height: 44px;background-image: url(/mobile/img/m_theme_style/m_party_building/bg_head.jpg);background-color: #fff;box-sizing:  border-box;box-shadow: 1px 1px 3px #ccc;z-index: 22;background-size:  cover;}
.party_building  footer .foot_second ul {  border-bottom: 1px solid #fff;  margin-bottom: 15px;  }
.party_building  .m_party_building_bar{display:inline-block;}
.party_building .displaystate1{display: none;}
.party_building .displaystate2{display: none;}
.party_building  .m_party_building_icon{display:inline-block;}
.party_building .latest_activity .activity_title .bule_line { opacity: 0;}
.party_building .healthy_goods .healthy_title div {opacity: 0;}
.party_building .main_content {background: none;}


footer {
    /* background: none !important;*/
    /*height: 235px;*/
}
/* flexslider */
.flexslider{background: #fff;position:relative;overflow:hidden;}
.slides{position:relative;z-index:1;}
/*.slides li img{
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: calc(2*100%);
}*/
/*.slides li{height:400px;}*/
.flex-control-nav{position:absolute;bottom:5px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height: 14px;margin: 0 1vw;*display:inline;zoom:1;overflow:  hidden;line-height: 14px;/* background: #fff; */}
.flex-control-nav a{display:inline-block;width: 10px;height: 10px;line-height:40px;overflow:hidden;cursor:pointer;background-size: 19px;border-radius: 100%;background: #fff;}
.flex-control-nav .flex-active{background-position:0 0;background: #ec6d2d;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left: 10px;}
.flex-direction-nav li a.flex-next{right: 10px;}
/***************/
@media screen and (max-width: 750px) {
    footer .foot_frist ul li {
        margin-right: 10px;
    }
    footer .foot_second .foot_ul li span{
        margin: 0 6px;
		opacity:0.6;
    }
}
/* iPhone 4 */
@media screen and (max-device-width: 376px){
}
@media screen and (max-device-width: 321px){
}


@media screen and (min-device-width: 414px) {
    .index_bar li p {font-size: 15px;  }
    .healthy_goods .healthy_title span {font-size: 13px;}
    .news_information .news_list .time {font-size: 13px;}
    .m_family .foot_bar li p {  font-size: 13px;  }
}
