@charset "utf-8";

.tab{overflow:hidden;}
.tab li{background:#ccc; padding:7px 26.79px; float:left; margin-right:1.03px;box-sizing: border-box;}
.tab li:last-child{margin-right:0px;}
.tab li.select{background:#eee;}
.content{width:1019.5px;}
.content li{background:#eee; padding:20px;}
.hide {display:none;}

img{margin: 0;padding: 0;vertical-align: bottom;}

.number{background-color: #E2231A; color:#fff; padding:2px 10px; margin-right:10px; font-size:14px;}
.strong{font-weight:700;font-size:17px;}

.link{
	padding:10px 0 0 0;
	text-align: center;
	border:1px solid #B5B5B5;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);}

.link a p{color: #3696D4; font-size:18px;font-weight:600;}

.arrow{
	position:relative;
	padding:2px 3px 2px 12px;
	margin-right:25px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: #E2231A;
    font-size: 15px;
	font-weight:500;}

.arrow:after{content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #E2231A;/*背景色*/
    border-width: 13px 14px;
    width: 0;
    height: 0;}

.arrow01{
	position:relative;
	padding:2px 12px 2px 8px;
	margin-left:25px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background: #E2231A;
    font-size: 15px;
	font-weight:500;}

.arrow01:after{content: "";
    position: absolute;
    top: 0;
    left: -29%;
    border-style: solid;
    border-color: transparent;
    border-right-color: #E2231A;/*背景色*/
    border-width: 13px 14px;
    width: 0;
    height: 0;}

.next{text-align: center;}
.next li{display:inline-block; border:1px solid #B5B5B5; padding:1px 9px; border-radius: 2px; margin-right:3px;}
.next li a{color:#333;}