/* 轮播 */

.carousel {
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.carousel .img {
	width: 100%;
	height: 100%;
}

.carousel .center {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 144px;
	transform: translateX(-50%);
}

.carousel .center .content {
	width: 530px;
	position: absolute;
	right: 180px;
	top: 0;
}

.carousel .center .content .rubric {
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

.carousel .center .content .refer {
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}

/* 关于利来国际 */

.about {
	background: url(/static/huapai/pc/images/about-bg-1.png) no-repeat center top, url(/static/huapai/pc/images/about-bg-2.png) no-repeat center bottom;
	background-color: #ffffff;
	position: relative;
}

.about #about {
	position: absolute;
	top: -120px;
	left: 0;
}

.about .center {
	width: 1200px;
	padding: 85px 0 93px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.about .center .left {
	width: 568px;
	padding: 24px 0 0 0;
}

.about .center .left .img {
	margin-bottom: 74px;
}

.about .center .left .rubric {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333333;
}

.about .center .left .refer {
	font-size: 14px;
	color: #666666;
	text-align: justify;
	line-height: 24px;
}

.about .center .right {
	width: 540px;
	height: 520px;
	overflow: hidden;
}

.about .center .right .img {
	width: 100%;
	height: 100%;
}

.about .center .right .rubric {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	text-align: center;
	line-height: 78px;
	font-size: 24px;
	font-weight: bold;
	background: #3e99df;
	color: #ffffff;
}

/* 介绍 */

.introduce {
	background: #3e99df;
}

.introduce ul {
	width: 1200px;
	margin: 0 auto;
	background: #0e80d7;
	display: flex;
}

.introduce ul li {
	flex: 1;
	display: flex;
	border-left: 2px solid #3e99df;
	padding: 60px 0 60px 56px;
	box-sizing: border-box;
}

.introduce ul li:nth-child(1) {
	border-left: none;
}

.introduce ul li .left {
	margin-right: 28px;
}

.introduce ul li .right {
	padding: 4px 0 0 0;
}

.introduce ul li .right .rubric {
	padding-bottom: 8px;
	font-size: 18px;
	color: #ffffff;
	position: relative;
	margin-bottom: 18px;
}

.introduce ul li .right .rubric::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #ffffff;
}

.introduce ul li .right .refer {
	width: 240px;
	text-align: justify;
	line-height: 24px;
	font-size: 14px;
	color: #ffffff;
}

/* 产品展示 */

.product {
	background: url(/static/huapai/pc/images/product-bg-1.png) no-repeat center top;
	background-color: #ffffff;
}

.product .center {
	width: 1200px;
	margin: 0 auto;
	padding: 86px 0 38px 0;
}

.product .center .upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 42px;
}

.product .center .upper span {
	position: relative;
	padding: 28px 0 9px 0;
	color: #0e80d7;
	font-size: 18px;
	font-weight: bold;
}

.product .center .upper span::after {
	content: '';
	width: 45px;
	height: 2px;
	background: #0e80d7;
	position: absolute;
	right: 0;
	bottom: 0;
}

.product .center .centre {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.product .center .centre li {
	width: 577px;
	position: relative;
	cursor: pointer;
	margin-top: 44px;
}

.product .center .centre li:nth-child(1) {
	margin-top: 0;
}

.product .center .centre li:nth-child(2) {
	margin-top: 0;
}

.product .center .centre li .img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}

.product .center .centre li .rubric {
	display: flex;
	align-items: center;
	padding: 18px 46px;
	background: #3e99df;
}

.product .center .centre li .rubric b {
	color: #ffffff;
	font-size: 30px;
	margin-right: 66px;
	line-height: 40px;
	max-width: 100%;
	flex: 0 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product .center .centre li .rubric span {
	color: #ffffff;
	font-size: 22px;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 24%;
}

.product .center .centre li .details {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	transform: scale(0);
	transition: transform 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.product .center .centre li:hover .details {
	transform: scale(1, 1);
}

.product .center .centre li .details img {
	margin-bottom: 40px;
}

.product .center .centre li .details p {
	width: 460px;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #ffffff;
}

.product .center .below {
	display: flex;
	justify-content: center;
	align-items: center;
}

.product .center .below a {
	display: flex;
	align-items: center;
}

.product .center .below a span {
	font-size: 18px;
	font-weight: bold;
	color: #0e80d7;
	margin-right: 7px;
}

/* 新闻资讯 */

.news {
	background: url(/static/huapai/pc/images/news-bg-1.png) no-repeat center top;
	background-color: #ffffff;
}

.news .center {
	width: 1200px;
	margin: 0 auto;
	padding: 42px 0 68px 0;
}

.news .center .upper {
	margin: 0 auto 60px;
}

.news .center .centre {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 66px;
}

.news .center .centre .left {
	width: 520px;
}

.news .center .centre .left img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	display: block;
}

.news .center .centre .left .content {
	background: #f5f5f5;
	padding: 18px 38px 18px 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .center .centre .left .content .the-left {
	width: 72px;
	height: 72px;
	background: #0e80d7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.news .center .centre .left .content .the-left .years {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 4px;
}

.news .center .centre .left .content .the-left .day {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
}

.news .center .centre .left .content .the-right {
	width: 360px;
}

.news .center .centre .left .content .the-right .rubric {
	font-size: 16px;
	font-weight: bold;
	color: #0e80d7;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}

.news .center .centre .left .content .the-right .refer {
	text-align: justify;
	line-height: 20px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .center .centre .right {
	width: 645px;
}

.news .center .centre .right li {
	padding: 16px 0;
	border-bottom: 1px dashed #d9d9d9;
}

.news .center .centre .right li:nth-child(1) {
	padding: 0 0 16px 0;
}

.news .center .centre .right li:nth-child(4) {
	padding: 16px 0 0 0;
	border-bottom: none;
}

.news .center .centre .right li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .center .centre .right li img {
	width: 128px;
	height: 90px;
	object-fit: cover;
	display: block;
}

.news .center .centre .right li .content {
	width: 500px;
}

.news .center .centre .right li .content .rubric {
	font-size: 16px;
	font-weight: bold;
	color: #0e80d7;
	margin-bottom: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .center .centre .right li .content .time {
	font-size: 12px;
	color: #cccccc;
	margin-bottom: 6px;
}

.news .center .centre .right li .content .refer {
	line-height: 20px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .center .below {
	display: flex;
	justify-content: center;
	align-items: center;
}

.news .center .below a {
	display: flex;
	align-items: center;
}

.news .center .below a span {
	font-size: 18px;
	font-weight: bold;
	color: #0e80d7;
	margin-right: 7px;
}

/* 视频动态 */

.video {
	background: url(/static/huapai/pc/images/video-bg-1.png) no-repeat center top;
	background-color: #0e80d7;
}

.video .center {
	width: 1200px;
	margin: 0 auto;
	padding: 84px 0 88px 0;
}

.video .center .upper {
	margin: 0 auto 82px;
}

.video .center .centre {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 44px;
}

.video .center .centre li {
	position: relative;
	cursor: pointer;
	width: 372px;
}

.video .center .centre li:nth-child(1) {
	margin-bottom: 50px;
}

.video .center .centre li:nth-child(2) {
	margin-bottom: 50px;
}

.video .center .centre li:nth-child(3) {
	margin-bottom: 50px;
}

.video .center .centre li .img-box {
	position: relative;
	overflow: hidden;
}

.video .center .centre li .img-box .img {
	width: 100%;
	height: 226px;
	object-fit: cover;
	transition: all 0.5s;
	display: block;
}

.video .center .centre li .img-box .img:hover {
	transform: scale(1.2);
}

.video .center .centre li .img-box .play {
	width: 52px;
	height: 52px;
	position: absolute;
	right: 33px;
	bottom: 22px;
}

.video .center .centre li .rubric {
	padding: 0 32px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background: #4cadff;
	color: #ffffff;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video .center .below {
	display: flex;
	justify-content: center;
	align-items: center;
}

.video .center .below a {
	display: flex;
	align-items: center;
}

.video .center .below a span {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-right: 7px;
}

/* 右侧悬浮 */

.offside-suspend {
	position: fixed;
	right: 2%;
	bottom: 18%;
	z-index: 10000;
}

.offside-suspend li {
	width: 110px;
	height: 110px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.offside-suspend li:nth-child(1) {
	background: #0e80d7;
}

.offside-suspend li:nth-child(2) {
	background: #34353e;
}

.offside-suspend li:nth-child(1) img {
	margin-bottom: 8px;
}

.offside-suspend li:nth-child(2) img {
	margin-bottom: 14px;
}

.offside-suspend li span {
	color: #ffffff;
}

.offside-suspend li:nth-child(1) span {
	font-size: 16px;
}

.offside-suspend li:nth-child(2) span {
	font-size: 14px;
}

/* 在线留言 */

.online-message {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10001;
	display: none;
}

.online-message .center {
	width: 640px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.online-message .center .content {}

.online-message .center .content .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	height: 80px;
	background: #2f98fb;
	border-radius: 8px 8px 0 0;
}

.online-message .center .content .top span {
	font-size: 24px;
	color: #ffffff;
}

.online-message .center .content .top img {
	cursor: pointer;
}

.online-message .center .content .bottom {
	padding: 80px 52px 120px 72px;
	background: #ffffff;
	border-radius: 0 0 8px 8px;
}

.online-message .center .content .bottom .input-box {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.online-message .center .content .bottom .input-box:nth-child(1) {
	margin-top: 0;
}

.online-message .center .content .bottom .input-box .label {
	width: 120px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 30px;
	color: #666666;
}

.online-message .center .content .bottom .input-box span {
	width: 84px;
	text-align: justify;
	text-align-last: justify;
	font-size: 20px;
}

.online-message .center .content .bottom .input-box b {
	color: #f31c1c;
	margin-right: 12px;
	font-size: 20px;
}

.online-message .center .content .bottom .input-box strong {
	font-weight: normal;
	font-size: 20px;
	white-space: pre;
}

.online-message .center .content .bottom .input-box input {
	flex: 1;
	height: 58px;
	line-height: 58px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 18px;
	box-sizing: border-box;
	font-size: 20px;
	color: #000000;
}

.online-message .center .content .bottom .input-box textarea {
	flex: 1;
	min-height: 58px;
	height: 116px;
	line-height: 58px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 18px;
	box-sizing: border-box;
	font-size: 20px;
	color: #000000;
}

.online-message .center .content .bottom .input-box input::-moz-placeholder {
	font-size: 20px;
	color: #cccccc;
}

.online-message .center .content .bottom .input-box input::-webkit-input-placeholder {
	font-size: 20px;
	color: #cccccc;
}

.online-message .center .content .bottom .input-box input:-ms-input-placeholder {
	font-size: 20px;
	color: #cccccc;
}

.online-message .center .content .bottom .input-box textarea::-moz-placeholder {
	font-size: 20px;
	color: #cccccc;
}

.online-message .center .content .bottom .input-box textarea::-webkit-input-placeholder {
	font-size: 20px;
	color: #cccccc;
}

.online-message .center .content .bottom .input-box textarea:-ms-input-placeholder {
	font-size: 20px;
	color: #cccccc;
}

.online-message .center .content .bottom .btn-box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 80px 0 0 0;
	padding: 0 20px 0 0;
}

.online-message .center .content .bottom .btn-box .submit {
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 8px;
	background: #2f98fb;
	color: #ffffff;
	font-size: 20px;
	cursor: pointer;
	margin-right: 60px;
}

.online-message .center .content .bottom .btn-box .close {
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	border-radius: 8px;
	background: #f0f0f0;
	color: #666666;
	font-size: 20px;
	cursor: pointer;
}<!--0.00017714500427246-->