.body_container{
	max-width:1920px;
	width:100%;
	text-align:center;
}
.body_title_bg{
	background: url("../image/2.png");
    background-size: 100% 100%;
	-moz-background-size:100% 100%;
    height: 382px;
}
.body_title_bg .title{
	padding:160px 0 0 0;
}
.body_title_bg .title span{
	display:inline-block;
	vertical-align:middle;
	margin: 0 15px;
}
.body_title_bg .title .icon_title{
	font-size:30px;
	color:#959595;
	font-family:"SimHei";
}
.body_title_bg .title .icon_pre,
.body_title_bg .title .icon_next{
	width:10px;
	height:10px;
	border-radius:10px;
	background-color:#E0E0E0;
	border:1px solid #E0E0E0;
}
.body_title_bg .products{
	font-size:50px;
	color:#cacaca;
	margin:23px auto 0 auto;
	font-family:"drugs";
}


.body_container .block{
	width:100%;
	margin:60px auto 0 auto;
	border-bottom:1px solid #38d4b0;
}
.block .block_in{
	margin:0 auto;
}
.block .block_in>div{
	display:inline-block;
	width:20%;
	vertical-align:top;
}
.block .block_in .cols{
	display:inline-block;
	cursor:pointer;
	width:auto;
	height:50px;
	padding-top: 90px;
    font-size: 24px;
	color:#959595;
	transition: padding 0.5s;
	-moz-transition:padding 0.5s;
	-o-transition:padding 0.5s;
	-webkit-transition:padding 0.5s;
}
.block .block_in .cols:hover{
	color:#38d4b0 !important;
}
.block .block_in .cols.cols_icon1{
	background:url("../image/solutions_tab_top1.png") no-repeat 22px 12px;
	color:#38d4b0
}
.block .block_in .cols.cols_icon1:hover{
	background:url("../image/solutions_tab_top1_green.png") no-repeat 22px 12px;
}
.block .block_in .cols.cols_icon1.selected{
	background:url("../image/solutions_tab_top1_green.png") no-repeat 22px 12px;
}
.block .block_in .cols.cols_icon2{
	background:url("../image/solutions_tab_top2.png") no-repeat 22px 12px;
}
.block .block_in .cols.cols_icon2:hover{
	background:url("../image/solutions_tab_top2_green.png") no-repeat 22px 12px;
}
.block .block_in .cols.cols_icon2.selected{
	background:url("../image/solutions_tab_top2_green.png") no-repeat 22px 12px;
}
.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 34px 12px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 34px 12px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 34px 12px;
}
.block .block_in .cols.cols_icon4{
	background:url("../image/solutions_tab_top4.png") no-repeat 32px 12px;
}
.block .block_in .cols.cols_icon4:hover{
	background:url("../image/solutions_tab_top4_green.png") no-repeat 32px 12px;
}
.block .block_in .cols.cols_icon4.selected{
	background:url("../image/solutions_tab_top4_green.png") no-repeat 32px 12px;
}
.block .block_in .cols.top,
.block .block_in .cols:hover.top,
.block .block_in .cols.selected.top{
    background-size: 40px 40px;
	-moz-background-size:40px 40px;
}


.tabA{
	margin:177px auto 110px auto;
	background-color:#ffffff;
}
.tabA_in{
	margin:0 auto;
}
.tabA_in .row{
	width:100%;
}
.tabA_in .row>div{
	display:inline-block;
	width:30%;
	vertical-align:top;
}
.tabA_in .row .row_title{
	margin-top: 35px;
}
.tabA_in .row .row_title p:first-child{
	font-size: 14px;
    font-weight: bold;
    color: #38d4b0;
}
.tabA_in .row .row_title p:nth-child(2){
	font-size: 24px;
    color: #626262;
    margin: 15px 0 0 0;
}
.tabA_in .row_text{
	width:100%;
	margin-top:140px;
}
.tabA_in .row_text p{
	text-align:left;
	margin:0 auto 30px auto;
    text-indent: 2em;
    line-height: 24px;
}

.tabB{
	margin:177px auto 0 auto;
	background-color:#f6f7f9;
	overflow:hidden;
}
.tabB_in{
	margin:0 auto;
}
.tabB_in .row_text>div:nth-child(2){
	float:left;
}
.tabB_in .row p:first-child{
	font-size:14px;
	font-weight:bold;
	color:#38d4b0;
}
.tabB_in .row p:nth-child(2){
	font-size:24px;
	color:#626262;
	margin:15px 0 0 0;
}
.tabB_in .row_text{
	width:100%;
	padding:140px 0;
}
.tabB_in .row_text>div{
	display:inline-block;
	width:48%;
	vertical-align:top;
}
.tabB_in .row_text>div:first-child{
	margin-top:0px;
}
.tabB_in .row_text>div p{
	text-align:left;
	margin:0 0 30px 0;
    text-indent: 2em;
    line-height: 24px;
}




@media screen and (min-width: 1200px){
.block .block_in{
	width:1160px;
}
.tabA_in{
	width:1160px;
}
.tabB_in{
	width:1160px;
}
}


@media screen and (min-width: 1024px) and (max-width:1200px){
.block .block_in{
	width:984px;
}
.tabA_in{
	width:984px;
}
.tabB_in{
	width:984px;
}
}





@media screen and (min-width: 768px) and (max-width:1023px){
.tabA{
    margin: 95px auto 110px auto;
}
.body_title_bg .title .icon_title{
    font-size: 30px;
}
.body_title_bg .title span{
    margin: 0 13px;
}
.body_title_bg .products{
    font-size: 48px;
}
.block .block_in{
	width:728px;
}
.block .block_in>div{
	width:23%;
}
.block .block_in .cols{
	font-size: 22px;
}
.tabA_in{
	width:728px;
}
.tabB_in{
	width:728px;
}
.tabA_in .row_text p,
.tabB_in .row_text>div p{
	font-size:12px;
    margin: 0 auto 14px auto;
}
.tabA_in .row .row_title p:first-child{
    font-size: 12px;
}
.tabA_in .row .row_title p:nth-child(2){
    font-size: 22px;
}
.tabA_in .row_text{
	margin-top:95px;
}
.tabB_in .row_text>div:first-child{
	margin-top:22px;
}
.block .block_in .cols.cols_icon1{
	background:url("../image/solutions_tab_top1.png") no-repeat 18px 5px;
}
.block .block_in .cols.cols_icon1:hover{
	background:url("../image/solutions_tab_top1_green.png") no-repeat 18px 5px;
}
.block .block_in .cols.cols_icon1.selected{
	background:url("../image/solutions_tab_top1_green.png") no-repeat 18px 5px;
}
.block .block_in .cols.cols_icon2{
	background:url("../image/solutions_tab_top2.png") no-repeat 18px 5px;
}
.block .block_in .cols.cols_icon2:hover{
	background:url("../image/solutions_tab_top2_green.png") no-repeat 18px 5px;
}
.block .block_in .cols.cols_icon2.selected{
	background:url("../image/solutions_tab_top2_green.png") no-repeat 18px 5px;
}
.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 28px 5px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 28px 5px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 28px 5px;
}
.block .block_in .cols.cols_icon4{
	background:url("../image/solutions_tab_top4.png") no-repeat 18px 5px;
}
.block .block_in .cols.cols_icon4:hover{
	background:url("../image/solutions_tab_top4_green.png") no-repeat 18px 5px;
}
.block .block_in .cols.cols_icon4.selected{
	background:url("../image/solutions_tab_top4_green.png") no-repeat 18px 5px;
}
}




@media screen and (max-width:767px){
p{
	font-size:12px;
}
.body_title_bg {
    background: url("../image/2_phone.png");
    background-size: 100% 100%;
	-moz-background-size:100% 100%;
    height: 383px;
}
.body_title_bg .title .icon_title{
	font-size:22px;
}
.body_title_bg .products{
	font-size:40px;
    margin: 10px auto 0 auto;
}
.body_container .block{
	margin: 40px auto 0 auto;
    padding: 0 0 10px 0;
}
.block .block_in .cols{
	font-size:18px;
	width:auto;
}

.block .block_in .cols.cols_icon1{
	background:url("../image/solutions_tab_top1.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon1:hover{
	background:url("../image/solutions_tab_top1_green.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon1.selected{
	background:url("../image/solutions_tab_top1_green.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon2{
	background:url("../image/solutions_tab_top2.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon2:hover{
	background:url("../image/solutions_tab_top2_green.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon2.selected{
	background:url("../image/solutions_tab_top2_green.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 19px 5px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 19px 5px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 19px 5px;
}
.block .block_in .cols.cols_icon4{
	background:url("../image/solutions_tab_top4.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon4:hover{
	background:url("../image/solutions_tab_top4_green.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon4.selected{
	background:url("../image/solutions_tab_top4_green.png") no-repeat 8px 5px;
}


.block .block_in>div {
    width: 22%;
}
.tabA_in .row .row_title p:first-child {
    font-size: 12px;
}
.tabA_in .row .row_title p:nth-child(2) {
    font-size: 20px;
}


.tabA {
    margin: 40px auto 50px auto;
}
.tabA_in .row>div:first-child{
	display:none;
}
.tabA_in .row>div:nth-child(2){
	width:100%;
    background-size: 100% 100%;
	-moz-background-size:100% 100%;
}
.tabA_in .row .row_title_bg1{
	background: url("../image/solutions_row_title_bg1.png");
}
.tabA_in .row .row_title_bg2{
	background: url("../image/solutions_row_title_bg2.png");
}
.tabA_in .row .row_title_bg3{
	background: url("../image/solutions_row_title_bg3.png");
}
.tabA_in .row .row_title_bg4{
	background: url("../image/solutions_row_title_bg4.png");
}
.tabA_in .row>div:nth-child(3){
	display:none;
}
.tabA_in .row .row_title {
    margin: 35px auto;
}

.tabA_in .row_text{
	margin-top:70px;
}
.tabA_in .row_text>p,
.tabB_in .row_text>div {
    display: block;
    width: 90%;
    margin: 0 auto 15px auto;
}
.tabB_in .row_text>div p{
	margin: 0 auto 15px auto;
}
.tabA_in .row_text>div:nth-child(2),
.tabB_in .row_text>div:first-child {
    margin-top: 50px;
}
.tabB_in .row_text {
    padding:0;
}
.tabB {
    margin: 0px auto;
	padding: 0 0 35px 0;
}
.tabB_in .row_text>div:nth-child(2){
	float:none;
    margin-top: 50px;
}
}
@media screen and (max-width:320px){
.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 8px 5px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 8px 5px;
}
}
@media screen and (min-width: 327px) and (max-width:339px){

.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 9px 5px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 9px 5px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 9px 5px;
}
}
@media screen and (min-width: 340px) and (max-width:348px){

.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 11px 5px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 11px 5px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 11px 5px;
}
}
@media screen and (min-width: 349px) and (max-width:361px){

.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 12px 5px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 12px 5px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 12px 5px;
}
}
@media screen and (min-width: 362px) and (max-width:366px){

.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 13px 5px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 13px 5px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 13px 5px;
}
}
@media screen and (min-width: 367px) and (max-width:375px){
.block .block_in .cols.cols_icon3{
	background:url("../image/solutions_tab_top3.png") no-repeat 13px 5px;
}
.block .block_in .cols.cols_icon3:hover{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 13px 5px;
}
.block .block_in .cols.cols_icon3.selected{
	background:url("../image/solutions_tab_top3_green.png") no-repeat 13px 5px;
}
}