@charset "utf-8";
.tabs {
	overflow: hidden;
}
/* title */
.tabs{
	width:1400px;
	margin:0 auto;
	margin-bottom:40px;
}
.tabs .tabs-title {
	height:80px;
}
.tabs .tabs-title .tabs-list{

}
.tabs .tabs-title .tabs-list .tabs-option {
	float: left;
	width:16.46666%;
	height: 80px;
	font-size: 16px;
	line-height: 80px;
	background:#f0f0f0;
	margin-right:0.2%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:inline-block;
	 max-width: 100%; /* 限制最大宽度不超过父容器（避免溢出父容器） */
  box-sizing: border-box;
}
.tabs .tabs-title .tabs-list .tabs-option a{
	color:#222;
	font-size:14px;
	width:100%;
	text-align:center;
	text-decoration:none;
	display:block;
	font-family:"微软雅黑";

}
.tabs .tabs-title .tabs-list .tabs-option:last-child{
	margin-right:0;
	width: 16.66666%;
}
.tabs .tabs-title .tabs-list .tabs-option .tabs-option-lbg, .tabs .tabs-title .tabs-list .tabs-option .tabs-option-rbg {	
	height: 31px;
	width: 5px;
	display: block;
	float: left;
}
.tabs .tabs-title .tabs-list .tabs-option .tabs-option-text{
	height: 80px;
	line-height: 80px;
	font-size:14px;
}
/* selected */
.tabs .tabs-title .tabs-list li.selected a{
	color:#fff;
}
.tabs .tabs-title .tabs-list li.selected a span{
	color:#fff;
	font-weight:bold;
}
.tabs .tabs-title .tabs-list li.selected {
	background-color: #db0101;
	
}
/* box */
.tabs .tabs-box {
	width:100%;
	height:560px;
	overflow: hidden;
	margin-top:10px;
}

.tabs .tabs-box .tabs-content {
	
}
.tabs .tabs-box .tabs-content .tabs-left{
	width:46%;
	float:left;
	background:#f1f1f1;
	height:560px;
}
.tabs .tabs-box .tabs-content .tabs-left b{
	font-size:38px;
	color:#111;
	line-height:100px;
	padding-left:40px;
	font-weight:bold;
	padding-top:20px;
	display:block;
}
.tabs .tabs-box .tabs-content .tabs-left p{
	font-size:15px;
	color:#111;
	padding:0 40px 40px 40px;
}
.tabs .tabs-box .tabs-content .tabs-left .tabs-button{
	width:200px;
	height:46px;
	border-radius:50px;
	border:2px solid #2966cc;
	display:block;
	color:#2966cc;
	text-align:center;
	font-size:20px;
	margin-left:40px;
	margin-top:40px;
	line-height:46px;
	text-decoration:none;
}
.tabs .tabs-box .tabs-content .tabs-left .tabs-phone{
	font-size:40px;
	font-family:Impact;
	color:#db0101;
	background:url(../images/tabsphone.png) no-repeat left center;
	padding-left:60px;
	line-height:60px;
	margin:20px 40px 40px 40px;
	
}
.tabs .tabs-box .tabs-content .tabs-left:hover .tabs-button{
	background:#2966cc;
	color:#fff;
}
.tabs .tabs-box .tabs-content .tabs-right{
	width:54%;
	float:right;
	background:url(../images/rightbg.jpg) no-repeat center;
	height:560px;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center; 
}
.tabs .tabs-box .tabs-content .tabs-right img{
	vertical-align: middle;
	width:100%;
	
}