﻿#guarantee{
    width: 100%;
    display: block;
  	overflow: hidden;
    position: relative;
}
.guarantee-bg{
	width: 100%;
	height: 120%;
	background-image: url('../img/guarantee-bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    transition: all .4s linear;
    top: 0;
    left: 0;
}
.guarantee-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 30px 0;
}

.guarantee-title{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #FFF;
}

.teko{
	font-family: 'Teko';
}


.size-title{
	font-size: 80px;
}
.size-list-num{
	font-size: 30px;
	margin-right: 10px;
}
.guarantee-info-box{
	width: 650px;
	display: block;
	max-width: 100%;
	float: right;
	padding-left: 50px;
	box-sizing: border-box;
}

.guarantee-mask{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.guarantee-list-box{
	color: #FFF;
}
.guarantee-list-box li{
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	letter-spacing: 3px;
}
.guarantee-list-box li span:nth-child(2){
	font-size: 18px;
}