/*选项卡标题start*/

.m_tab {
	padding-bottom: 0.70rem;
}
.o_tab_box.fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.m_tab .o_tab_box:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px ;
	background:#b1cbe5;
	position: relative;
	top: -1px;
	
}
.m_tab .tab_box {
	background: #f8fbff;
	
}
.m_tab .o_tab_box li {
	display: inline-block;
	text-align: center;
	padding: 0 0.2rem;
	cursor: pointer;
	vertical-align: bottom;
	border-bottom: 0.06rem solid transparent;
	height: 0.7rem;
	color: #555555;
	font-size: 0.18rem;
	line-height: 1;
	box-sizing: border-box;
	word-break: break-word;
	position: relative;
	
}

.m_tab .o_tab_box li .tab_title {
	word-break: break-word;
}

.m_tab .o_tab_box li.cur {
	color: #000;
	border-bottom-color: #0c5ca8;
	z-index: 3;

}

@media only screen and (max-width:750px) {
	.m_tab .main_con{
		padding: 0;
	}
	.m_tab .tab_box {
		overflow-x: scroll;
	}
	.m_tab .tab_box::-webkit-scrollbar {
		display: none
	}
	.m_tab .tab_box::-moz-scrollbar {
		display: none
	}
	.m_tab .tab_box::-o-scrollbar {
		display: none
	}
	.m_tab .tab_box::-ms-scrollbar {
		display: none
	}
	.m_tab .o_tab {
		white-space: nowrap;
	}
	.m_tab .o_tab_box li {
		white-space: normal;
		height: 1rem;
		width: 32% !important;
		padding: 0 0.1rem;
	}
	.m_tab .o_tab_box li .tab_title {
		font-size: 0.24rem;
		line-height: 1.25;
	}
}


/*选项卡标题end*/


/*内容标题,底部分享start*/

.m_tab .o_tab_content {
	max-width: 1200px;
	padding: 0px 18px;
	margin: 0 auto;
	position: relative;
	margin-top: 1rem;
}

.m_tab .o_tab_content .line {
	width: 0.6rem;
	height: 0.08rem;
	background: #0c5ca8;
}

.m_tab .o_tab_content h2 {
	font-size: 0.48rem;
	color: #000000;
	line-height: 1.25;
	font-family: "Effra-Bold";
	padding: 0.15rem 0 0.24rem;
}

.m_tab .share {
	max-width: 1200px;
	padding: 0px 18px;
	margin: 0 auto;
	text-align: right;
	padding-top: 1.04rem;
}

.m_tab .share a {
	display: inline-block;
	margin-left: 0.3rem;
}

.m_tab .share .iconfont{
	font-size: 0.6rem;
	color: #0c5ca8;
}
.m_tab .share .iconfont:hover{
	color: #006acf;
}
.m_tab .o_tab_content .share {
	padding-top: 0.77rem;
}

@media only screen and (max-width:750px) {
	.m_tab .main_con {
		padding: 0 12px;
	}
	.m_tab .o_tab_content {
		box-sizing: border-box;
		width: 100%;
		padding: 0px 15px;
	}
	.m_tab .o_tab_content h2 {
		font-size: 0.48rem;
		line-height: 1.125;
		font-family: "Effra-Bold";
		padding: 0.16rem 0 0.3rem;
	}
	.m_tab .share {
		text-align: right;
		padding-top: 0.8rem;
	}
}


/*内容标题，底部分享end*/


/*内容start*/


/*荣誉start*/

.honors {
	position: relative;
	margin-top: 20px;
}

.honors ul li {
	position: relative;
}

.honors ul li .date {
	padding-left: 0.62rem;
	vertical-align: top;
}

.honors ul li .date span {
	display: inline-block;
	width: 0.7rem;
	height: 0.38rem;
	font-size: 0.24rem;
	line-height: 1.875;
	color: #555555;
	background: #eef7ff;
	text-align: center;
}
.honors ul li .date .date_year {
	display: inline-block;
	width: 0.7rem;
	height: 0.38rem;
	/*font-size: 0.24rem;*/
	font-size: 0.2rem;
	/*line-height: 1.875;*/
	line-height: 2.25;
	color: #555555;
	background: #eef7ff;
	text-align: center;
}

.honors ul li .txt {
	font-family: "Effra-Bold";
	/*font-size: 0.24rem;*/
	font-size: 0.2rem;
	color: #000000;
	vertical-align: top;
	line-height: 2;
}

.honors ul li .txt p {
	margin-bottom: 0.54rem;
}

.honors ul li .circle_box {
	width: 0.09rem;
	height: 0.09rem;
	background: #0c5ca8;
	padding: 0.08rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.08rem;
	z-index: 2;
}

.honors ul li .circle_box .circle {
	width: 0.09rem;
	height: 0.09rem;
	background: #fff;
	border-radius: 50%;
}
.honors ul li .circle_box_line {
	display: block;
	position: absolute;
	left: 0.12rem;
	top: 0.12rem;
	width: 1px;
	height: 100%;
	background: #319bff;
	visibility: visible;
}


@media only screen and (max-width:750px) {
	.honors ul li .date {
		padding-left: 0.52rem;
		vertical-align: top;
		margin-bottom: 0.12rem;
	}
	.honors ul li .date .date_year{
		font-size: 0.24rem;
		line-height: 1.875;
	}
	.honors ul li .date span {
		display: inline-block;
		width: 0.7rem;
		height: 0.38rem;
		font-size: 0.24rem;
		color: #555555;
		background: #eef7ff;
		text-align: center;
		line-height: 1.875;
	}
	.honors ul li .txt {
		font-size: 0.24rem;
		line-height: 1.25;
		padding-left: 0.52rem;
	}
	.honors ul li .txt p {
		margin-bottom: 0.6rem;
	}
}


/*荣誉end*/


/*关于集团品牌start*/

.m_brand {}

.m_brand ul {
	padding-bottom: 0.1rem;
}

.m_brand ul li {
	margin-bottom: 0.7rem;
}

.m_brand ul li .brand_img {
	padding-right: 0.6rem;
	vertical-align: middle;
}

.m_brand ul li .brand_img a {
	display: block;
	border: 1px solid #e6e6e6;
}

.m_brand ul li .brand_img a img {
	width: 100%;
}

.m_brand ul li .desciption {
	vertical-align: middle;
}

.m_brand ul li .desciption h2 {
	font-family: "Effra-Bold";
	font-size: 0.3rem;
	line-height: 1.2;
	margin-bottom: 0.15rem;
	padding: 0;
}

.m_brand ul li .desciption p {
	font-size: 0.16rem;
	line-height: 1.875;
}
.m_brand ul li .desciption .read_more{
	position: relative;
	display: inline-block;
}
.m_brand ul li .desciption a {
	display: inline-block;
	margin-top: 0.16rem;
	font-size: 0.14rem;
    line-height: 1.429;
    color: #0c5ca8;
    padding-right: 15px;
   position: relative;
   z-index: 8;
}
.m_brand ul li .desciption a:hover{
	color: #006acf;
}
.m_brand ul li .desciption a:after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 0.18rem;
	background: url(hw2019_aboutHaier_readMore.png) no-repeat center;
	vertical-align: middle;
}


@media only screen and (max-width:750px) {
	.m_brand ul li .brand_img {
		text-align: center;
		padding-right: 0;
	}
	.m_brand ul li {
		margin-bottom: 0.4rem;
	}
	.m_brand ul li .brand_img a {
		display: inline-block;
		width: 3.38rem;
		height: 2.38rem;
	}
	.m_brand ul li .desciption h2 {
		font-size: 0.48rem;
		text-align: center;
		line-height: 1;
		padding: 0.58rem 0 0.27rem;
	}
	.m_brand ul li .desciption p {
		font-size: 0.24rem;
		line-height: 1.5;
	}

	.m_brand ul li .desciption a span {
		font-size: 0.24rem;
	}
}


/*关于集团品牌end*/


/*富文本编辑器start*/

.m_tab .o_tab_content .textEditor img {
	max-width: 100%;
	height: auto;
}

.m_tab .o_tab_content .textEditor p {
	font-size: 0.16rem;
	line-height: 1.875;
}

.m_tab .o_tab_content1 .textEditor .img {
	padding: 10px 0 44px;
}

.m_tab .o_tab_content1 .textEditor p.last {
	padding-bottom: 0.6rem;
}

.m_tab .o_tab_content2 .textEditor .img2 .img_1 {
	padding-right: 0.2rem;
	box-sizing: border-box;
}

.m_tab .o_tab_content2 .textEditor .img2 .img_2 {
	padding-right: 0.2rem;
	box-sizing: border-box;
}

.m_tab .o_tab_content3 .textEditor .img {
	padding: 30px 0 49px;
}

.m_tab .o_tab_content4 .textEditor p.first {
	padding-top: 4px;
}

.m_tab .o_tab_content4 .textEditor .img {
	padding: 8px 0 0;
}

.m_tab .o_tab_content4 .textEditor h2 {
	font-family: "Effra-Bold";
	font-size: 24px;
	padding: 30px 0;
}

@media only screen and (max-width:750px) {
	.m_tab .o_tab_content1 .textEditor .img {
		padding: 12px 0 27px;
	}
	.m_tab .o_tab_content .textEditor img {
		max-width: 100%;
		height: auto;
	}
	.m_tab .o_tab_content .textEditor p,
	.m_tab .o_tab_content .textEditor p.first {
		font-size: 0.24rem;
		line-height: 1.5;
	}
	.m_tab .o_tab_content1 .textEditor p.last {
		padding-bottom: 0;
	}
	.m_tab .o_tab_content2 .textEditor .img2 div {
		padding: 0;
	}
	.m_tab .o_tab_content2 .textEditor .img2 .img_2 {
		margin-top: 0.3rem;
	}
}


/*富文本编辑器end*/


/*专门处理图片表格的样式start*/

.o_tab_content table {
	max-width: 100% !important;
}

.o_tab_content img {
	max-width: 100% !important;
	height: auto !important;
}

@media only screen and (max-width: 750px) {
	.o_tab_content table {
		width: 100% !important;
	}
	.o_tab_content table td {
		width: auto !important;
	}
	.o_tab_content img {
		display: block;
		width: 100% !important;
	}
}


/*专门处理图片表格的样式end*/

/* 分享样式 start */
.fenxiang_box{
    display: inline-block;
}
.fenxiang_box_shared{
    font-size: 0;
    position: relative;
    line-height: 0.4rem;
    
}
.share_btn_box{
    white-space: nowrap;
    display: inline-block;
    font-size: 0;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    padding-right: 0.5rem;
    padding-left: 0.1rem;
    position: absolute;
    right: 0;
    top: 0;
    border: 0.01rem solid #0c5ca8; 
    z-index: 0;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
}
.m_tab .share .iconfont{
    font-size: 0.4rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@media (max-width:750px) {
    .fenxiang_box_shared{
        line-height: 0.6rem;
    }
    .m_tab .share .iconfont{
        font-size: 0.6rem;
    }
    .share_btn_box{
        white-space: nowrap;
        font-size: 0;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.3rem;
        padding-right: 0.7rem;
        position: absolute;
        right: 0;
        top: 0;
        border: 0.02rem solid #0c5ca8; 
        z-index: 0;
        box-sizing: border-box;
    }
}
/* 分享样式 end */