.tabs_tit {float:left; width:100%;}
	.tabs_tit li {float:left; width:50%; list-style:none; }
	.tabs_tit li a {display:inline-block; width:100%; height:70px; line-height:70px; text-align:center; font-size:1.2rem; border:1px solid #ddd; color:gray;}
	.tabs_tit li:first-child a {border-right:0;}
	.tabs_tit li.active a {background:#241f7e; color:#fff; border-color:#241f7e; font-weight:bold;}
.tabs_cont {float:left; width:100%; padding-left:40px; border-left:1px solid #ddd;}
	.tabs_cont .tpoint3:after {position:absolute; left:-40px; top:26px; width:16px; height:1px; background:#241f7e; content:'';}

@media (max-width:1100px){
	.tabs_tit li a {height:60px; line-height:60px; font-size:1.04rem;}
}