@charset "utf-8";
.tabs {
	overflow: hidden;
}
/* title */
.tabs{
	width:1400px;
	margin:0 auto;
	margin-bottom:40px;
	border-top: 1px solid #eee;
}
.tabs .tabs-title {
	height:110px;
	border-bottom:1px solid #eee;
}
.tabs .tabs-title .tabs-list .tabs-option img{
	width:80px;
	height:60px;
	text-align:center;
	display:block;
	margin:0 auto;
	padding-top:10px;
	
}
.tabs .tabs-title .tabs-list .tabs-option {
	float: left;
	width:16.46666%;
	height: 110px;
	font-size: 12px;
	line-height: 30px;
	background:#fff;
	margin-right:0.2%
}
.tabs .tabs-title .tabs-list .tabs-option a{
	color:#222;
	font-size:18px;
	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: 30px;
	line-height: 30px;
	
}
/* selected */
.tabs .tabs-title .tabs-list li.selected a{
	color:#fff;
}
.tabs .tabs-title .tabs-list li.selected a span{
	color:#2966cc;
	font-weight:bold;
}
.tabs .tabs-title .tabs-list li.selected {
	background-color: #fff;

	
}
/* box */
.tabs .tabs-box {
	width:100%;
	overflow: hidden;
	margin-top:10px;
}

.tabs .tabs-box .tabs-content {
	
}
.tabs .tabs-box .tabs-content .tabs-left{
	width:46%;
	float:left;
	background:#fff;
	min-height:560px;
}
.tabs .tabs-box .tabs-content .tabs-left b{
	font-size:38px;
	color:#111;
	line-height:100px;
	padding-left:0px;
	font-weight:bold;
}
.tabs .tabs-box .tabs-content .tabs-left p{
	font-size:16px;
	color:#111;
	padding:0 40px 10px 0px;
	line-height:30px;
}
.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:0px;
	margin-top:60px;
	line-height:46px;
	text-decoration:none;
	margin-bottom:30px;
}
.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 20px 0px;
	
}
.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;
	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%;
	
}
.tabs .pro-list{
	width:100%;
}
.tabs .pro-list ul li{
	width:18%;
	margin:1%;
	float:left;
	
}
.tabs .pro-list ul li img{
	width:100%;
	height:116px;
	border:1px solid #eee;
}
.tabs .pro-list ul li a{
	display:block;
}
.tabs .pro-list ul li p{
	width:100%;
	text-align:center;
	margin-top:15px;
	font-size:12px !important;
	color:#666;
	line-height:1.2 !important;
	padding:0 !important;
}
.tabs .pro-list ul li:hover p{
	color:#db0101 !important;
}
.tabs.tabls1 .pro-list ul li{
	width:9%;
}
.tabs.tabls1 .tabs-box .tabs-content .tabs-left b{
	line-height:120px;
	margin-top:60px;
	display:block;
}
.tabs.tabls1 {
	border:none;
}