.section-one{padding:15px 0 30px 0;}
.tabs{position:relative;}
.tabs .hd{height:42px;border-bottom:1px solid #e5e5e5;margin:15px 0 20px 0;}
.tabs-nav li{float:left;font-size:20px;color:#797979;padding-bottom:12px;margin-right:50px;cursor:pointer;}
.tabs-nav li.on{color:#183d83;border-bottom:5px solid #224587;}
.tabs-item{width:100%;height:100%;display:none;}
.tabs .more{position:absolute;top:10px;right:0;}
.tabs .more a{color:#4a4a4a;}
@media (max-width: 767px){
	.tabs-nav li{height:38px;font-size:16px;margin-right:20px;}
	.tabs .more{top:5px;}
}