.t-1 {
    height: 500px;
}
.t-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.t-h-1 {
    font-weight: 600;
    font-size: 20px;
    color: #2f8aef;
    margin-top: 60px;
}
.t-h-2 {
    font-size: 16px;
    color: #666666;
    margin-top: 25px;
    width: 560px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}
.t-h-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #2f8aef;
    width: 80px;
}
.t-b {
    float: left;
    width: 50%;
}
.t-c {
    width: 530px;
    height: 258px;
    background: #f4f9ff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
    text-align: left;
    display: inline-block;
}
.t-c-h {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #2f8aef;
}
.t-c-b {
    width: 453px;
    height: 118px;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.t-c::after {
    content: "";
    bottom: -6px;
    height: 6px;
    width: 510px;
    background: #0c84fe;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    position: absolute;
    left: 50%;
    margin-left: -255px;
}
.t-b2 {
    float: left;
    position: relative;
    text-align: center;
    margin-left: 125px;
	z-index: 111;
}
.t-b2:first-child{
    margin-left: 0;
}
.t-h-c {
	position: relative;
}
.t-h-l {
	width: 100%;
	height: 1px;
	border: 0.5px dashed #999999;
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 1;
}
/* .t-b2:first-child::after {
    content: none;
}
.t-b2::after {
    content: "";
    height: 1px;
    border: 1px dashed #999999;
    position: absolute;
    width: 145px;
    top: 75px;
}
.t-b2:nth-child(2)::after {
    left: -118px;
}
.t-b2:nth-child(3)::after {
    left: -148px;
}
.t-b2:nth-child(4)::after {
    left: -145px;
}
.t-b2:nth-child(5)::after {
    left: -145px;
} */
.t-b2 img {
    width: 132px;
    height: 152px;
    background: #ffffff;
    margin-bottom: 10px;
}
.t-b2 div {
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
    text-align: center;
}
.t-b3 {
    float: left;
    width: 360px;
    height: 100px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    margin-right: 25px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 15px;
}
.t-b3:last-child {
    margin-right: 0;
}
.t-b3:first-child {
    margin-left: 15px;
}
.t-b3 img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
}
.t-b3-t {
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 2px solid #2f8aef;
    display: inline-block;
}
