.banner-one {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background: #f8f8f8;
	background: linear-gradient(180deg,rgba(248,248,248,1) 0,rgba(248,248,248,1) 33%,rgba(248,248,248,1) 59%,rgba(248,248,248,0.26094187675070024) 86%,rgba(248,248,248,0) 100%);
	z-index: 1
}

.banner-one__inner {
	position: relative;
	display: block
}

.banner-one__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.banner-one__top-left {
	position: relative;
	display: block
}

.banner-one__top-left-title {
	position: relative;
	display: block
}

.banner-one__top-left-title p {
	color: var(--reroof-black);
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--reroof-font-two)
}

.banner-one__top-left-title h2 {
	font-size: 90px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 30px
}

.banner-one__top-left-text {
	position: relative;
	display: block;
	margin-top: 47px
}

.banner-one__top-left-text p {
	color: var(--reroof-black)
}

.banner-one__top-right {
	position: relative;
	display: block
}

.banner-one__top-right h2 {
	font-size: 60px;
	line-height: 1.2em;
	font-weight: 500
}

.banner-one__menu {
	position: relative;
	display: block;
	margin-top: 44px
}

.banner-one__menu ul {
	position: relative;
	display: block;
	overflow: hidden
}

.banner-one__menu ul li {
	position: relative;
	display: inline-block
}

.banner-one__menu ul li+li {
	margin-left: 6px
}

.banner-one__menu ul li a {
	position: relative;
	display: inline-block;
	border: 1px solid var(--reroof-bdr-color);
	border-radius: 8px;
	color: var(--reroof-black);
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 7px 15px 8px
}

.banner-one__menu ul li a:hover {
	color: var(--reroof-white);
	background: var(--reroof-base);
	border-color: var(--reroof-base)
}

.banner-one__bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 43px
}

.banner-one__bottom-left {
	position: relative;
	display: block
}

.banner-one__bottom-left-img {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	width: 100%
}

.banner-one__bottom-left-img img {
	width: 100%
}

@media (min-width: 992px) {
	.banner-one__bottom-left-img {
		width: 960px;
		height: 390px;
		margin: 0 auto
	}
	
	.banner-one__bottom-left-img img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
}

.banner-one__bottom-right {
	position: relative;
	display: block
}

.banner-one__bottom-right-content {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid var(--reroof-bdr-color);
	padding: 20px 22px 21px;
	border-radius: 10px;
	margin-bottom: 28px
}

.banner-one__bottom-right-content-img {
	position: relative;
	display: flex;
	align-items: center
}

.banner-one__bottom-right-content-img li {
	position: relative;
	display: block
}

.banner-one__bottom-right-content-img li+li {
	margin-left: -25px
}

.banner-one__bottom-right-content-img li .img-box {
	position: relative;
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--reroof-white);
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.14);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.14)
}

.banner-one__bottom-right-content-img li .img-box img {
	width: 100%
}

.banner-one__bottom-right-content .text-box {
	position: relative;
	display: block;
	margin-left: 20px;
	flex: 1
}

.banner-one__bottom-right-content .text-box .count-box {
	position: relative;
	display: flex;
	align-items: center
}

.banner-one__bottom-right-content .text-box .count-box h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 500
}

.banner-one__bottom-right-content .text-box .count-box .plus {
	color: var(--reroof-black);
	font-size: 30px;
	font-weight: 700
}

.banner-one__bottom-right-content .text-box p {
	color: var(--reroof-black)
}

.banner-one__bottom-right-img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	width: 100%
}

.banner-one__bottom-right-img::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
	mix-blend-mode: multiply
}

.banner-one__bottom-right-img img {
	width: 100%
}

@media (min-width: 992px) {
	.banner-one__bottom-right-img {
		width: 300px;
		height: 255px
	}
	
	.banner-one__bottom-right-img img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}
}

.css3 {
	box-shadow: 0 0;
	width: calc(100% + 2em);
	font-size: 24px;
}

/*   以下是演示代码				*/

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

address, ctoolion, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

code, kbd, samp, tt {
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

body {
	line-height: 1.5;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ctoolion, th {
	text-align: left;
}

sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}