.website-header {
	padding: 20px 120px 240px;
	background: url(../images/website/banner1.png) center center;
	background-size: cover;
}

.website-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.website-nav-logo {
	flex: none;
	display: block;
	width: 230px;
}

.website-nav-logo img {
	display: block;
	width: 100%;
}

.website-nav-menu {
	display: flex;
	align-items: center;
}

.website-nav-menu ul {
	display: flex;
	align-items: center;
}

.website-nav-menu ul li {
	margin: 0 25px;
	flex: none;
}

.website-nav-menu ul li a {
	padding-bottom: 16px;
	font-size: 16px;
	color: #FFFFFF;
}

.website-nav-menu ul li.active a {
	border-bottom: 3px solid #0052CC;
}

.website-nav-menu-right {
	width: 329px;
	text-align: right;
	flex: none;
}

.website-nav-menu-right a {
	display: inline-block;
	font-size: 16px;
	padding: 9px 30px;
	color: #0052CC;
	border-radius: 23px;
	background: #FFFFFF;
}

.website-nav-menu-right a.login {
	background: #0052CC;
	color: #FFFFFF;
	margin-right: 24px;
}


.website-nav-title h1 {
	margin-top: 230px;
	font-size: 38px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
}

.website-nav-title p {
	margin-top: 10px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
}

.website-nav-title .start-server {
	display: block;
	width: 300px;
	height: 60px;
	margin-top: 32px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
	background: #0052CC;
	border-radius: 40px;
}



/* 优势 */
.website-advantage {
	display: flex;
	flex-wrap: wrap;
}

.website-advantage-item {
	position: relative;
	flex: none;
	width: 50%;
	min-height: 300px;
}

.website-advantage-item img {
	display: block;
	width: 100%;
}

/* 可信服务优势 */
.website-advantage-item .cover {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #BDC0C8;
	opacity: 0.2;
}

.website-advantage-item .cover.cover-l-b {
	left: 0;
	bottom: 0;
}

.website-advantage-item .cover.cover-r-t {
	right: 0;
	top: 0;
}

.website-advantage-item .pos-box {
	position: absolute;
	right: 99px;
	top: 5px;
}

.website-advantage-item .pos-box h3 {
	position: relative;
	margin-top: 80px;
	padding-right: 20px;
	font-size: 38px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
	text-align: right;
	z-index: 1;
}

.website-advantage-item .pos-box::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
	height: 280px;
	background: rgb(0, 82, 204);
	opacity: 0.7;
}

.website-advantage-item .title {
	position: relative;
	margin-bottom: 48px;
	padding-bottom: 24px;
	font-size: 28px;
	font-weight: 500;
	color: #2C3852;
	text-align: center;
}

.website-advantage-item .title::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 6px;
	background: #0052CC;
	border-radius: 4px;
}

.website-advantage-item .swiper-container .swiper-slide {
	padding: 0 80px;
	box-sizing: border-box;
}

.website-advantage-item .swiper-container .swiper-slide p {
	font-size: 18px;
	font-weight: 400;
	color: #7C8191;
	line-height: 30px;
}

.website-advantage-item .swiper-button-next,
.website-advantage-item .swiper-button-prev {
	width: 40px;
	height: 40px;
}

.website-advantage-item .swiper-button-prev {
	background: url(../images/website/icon-pre.png);
}

.website-advantage-item .swiper-button-next {
	background: url(../images/website/icon-next.png);
}

.website-advantage-item.df-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 120px;
	box-sizing: border-box;
}

.website-case {
	position: relative;
	padding-bottom: 100px;
	background: url(../images/website/cooperate-banner.png) center 240px no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.website-case-banner img {
	display: block;
	width: 100%;
}

.banner-main {
	display: inline-block;
	/* width: 692px; */
	/* height: 424px; */
	background: #0052CC;
	padding: 80px 120px;
	box-sizing: border-box;
}

.banner-main .title {
	font-size: 38px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
}

.website-case-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1400px;
	margin: 60px auto 0;
}

.website-case-list .case-item {
	flex: none;
	width: 200px;
	height: 82px;
	background: #FFFFFF;
	margin: 24px 12px 0 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.website-case-list .case-item img {
	display: block;
	width: 180px;
}

/* 哪些品牌需要做数字保护 */
.website-product-banner {
	display: flex;
}

.website-product-banner .left {
	flex: auto;
	width: 100%;
}

.website-product-banner .left img {
	display: block;
	width: 100%;
}

.website-product-banner .right {
	flex: none;
	width: 36%;
	padding: 92px 0 0 80px;
	background: #2C3852;
	opacity: 0.9;
	box-sizing: border-box;
}

.website-product-banner .right h3 {
	font-size: 38px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
}

.website-product-banner .right h3::after {
	content: '';
	display: block;
	margin-top: 135px;
	width: 88px;
	height: 6px;
	background: #FFFFFF;
}

@media screen and (max-width: 1660px) {
	.website-product-banner .right h3::after {
		margin-top: 80px;
	}
}

.website-product .product-list {
	position: relative;
	top: -120px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.website-product .product-list .item-box {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	max-width: 1280px;
}

.website-product .product-list-item {
	position: relative;
	width: 320px;
	line-height: 206px;
	;
}

.website-product .product-list-item.more {
	background: #303950;
}

.website-product .product-list-item img {
	display: block;
	width: 100%;
}

.website-product .product-list-item .desc-text {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 40px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}


/* 底部 */
.website-footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 120px;
	padding: 40px 0;
	border-top: 1px solid #BDC0C8;
}

.website-footer .left-top {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.website-footer .left-top img {
	display: block;
	width: 48px;
	margin-right: 12px;
}

.website-footer .left-top .phone {
	font-size: 22px;
	font-weight: 500;
	color: #7C8191;
	line-height: 28px;
}

.website-footer .left-top .time {
	font-size: 14px;
	font-weight: 400;
	color: #7C8191;
	line-height: 18px;
}

.website-footer .serve-item a {
	display: inline-block;
	margin-right: 40px;
	font-size: 18px;
	font-weight: 400;
	color: #7C8191;
	line-height: 24px;
}

.website-footer .right P,
.website-footer .right a {
	font-size: 18px;
	font-weight: 400;
	color: #7C8191;
	line-height: 24px;
}



/* 在线咨询 */
.online-service{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10001;
}

.online-service-btn{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 160px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #0052CC;
	cursor: pointer;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.online-service-btn span{
	display: inline-block;
	flex: none;
	width: 20px;
	margin: 6px 10px;
}

.online-service-message{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 416px;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgba(177,185,192,1);
}

.message-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background-color: #0052CC;
	color: #FFFFFF;
}
.message-header i{
	cursor: pointer;
}
.message-list{
	padding: 24px 20px 0 0;
}