﻿@charset "UTF-8";

/*banner*/
.inside_banner {
	position: relative;
	width: 100%;
	height: calc(100vh - 150px);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

.inside_banner .container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.inside_banner .cont {
	width: 50%;
}

.inside_banner .cont .cont-h6 {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.inside_banner .cont h2 {
	color: #fff;
	font-size: 60px;
	font-weight: bold;
}

.inside_banner .cont .cont-space {
	color: #fff;
	font-size: 24px;
	margin-top: 50px;
}

.inside_banner .nb-menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .35);
}

.inside_banner .nb-menu .breadcrumbs {
	position: absolute;
	right: 15px;
	bottom: 0;
	line-height: 60px;
	font-size: 14px;
	color: #dcdcdc;
	letter-spacing: 0px;
	padding-left: 25px;
	background: url(../images/seo/breadcrumbs.png) left center no-repeat;
}

.inside_banner .nb-menu .breadcrumbs a {
	font-size: 14px;
	color: #dcdcdc;
	transition: all ease .3s;
}

.inside_banner .nb-menu .breadcrumbs a:hover {
	color: #fff;
}

.inside_banner .nb-menu .breadcrumbs span {
	color: #fff;
	font-size: 14px;
}


.son-floor {
	padding: 80px 0px;
}

.son-floor.bg {
	background-color: #f5f5f5;
}

.son-floor .floor-title {
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.son-floor .floor-title p {
	color: #353535;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.son-floor .floor-title p.h5 {
	color: #353535;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

.son-floor .floor-title span.subtitle {
	color: #888;
	font-size: 15px;
	position: relative;
	z-index: 2;
}

.seo-section01-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.seo-section01-cont .item {
	position: relative;
	display: block;
	width: 22.8%;
	height: 400px;
	margin-bottom: 3%;
	overflow: hidden;
	transition: all 0.35s ease;
	cursor: pointer;
}

.seo-section01-cont .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.seo-section01-cont .item .item_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 50px 30px;
	color: #fff;
	transition: all 0.35s ease;
	background: rgba(0, 0, 0, 0.3);
}

.seo-section01-cont .item .item_text h4 {
	font-size: 32px;
}

.seo-section01-cont .item .item_text h4:after {
	display: block;
	width: 60px;
	height: 5px;
	margin: 25px 0px 20px;
	background: #fff;
	content: '';
}

.seo-section01-cont .item .item_text p {
	font-size: 16px;
	color: #fff;
}

.seo-section01-cont .item:hover {
	transform: translateY(-16px);
	box-shadow: 0 1.625rem 2.5rem 0 rgba(52, 52, 52, 0.28);
}

.seo-section01-cont .item:hover .seo-section01-cont .item .item_text {
	background: rgba(0, 0, 0, 0.1);
}

.seo-section02-cont {
	display: flex;
	justify-content: center;
}

.seo-section02-cont .seo-section02-cont_left,
.seo-section02-cont .seo-section02-cont_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 0px;
	position: relative;
	z-index: 2;
}

.seo-section02-cont .seo-section02-cont_img {}

.seo-section02-cont .seo-section02-cont_list {
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}

.seo-section02-cont .seo-section02-cont_list h4 {
	color: #353535;
	font-size: 24px;
}

.seo-section02-cont .seo-section02-cont_list p {
	color: #888;
	font-size: 16px;
}

.seo-section02-cont .seo-section02-cont_left .seo-section02-cont_list {
	text-align: right;
	padding-right: 120px;
}

.seo-section02-cont .seo-section02-cont_left .seo-section02-cont_list {
	background-image: url(../images/seo/seo-section02-cont_left_01.png);
	background-position: right top;
}

.seo-section02-cont .seo-section02-cont_left .seo-section02-cont_list:nth-child(1) {
	right: -80px;
}

.seo-section02-cont .seo-section02-cont_left .seo-section02-cont_list:nth-child(2) {
	right: -20px;
}

.seo-section02-cont .seo-section02-cont_left .seo-section02-cont_list:nth-child(3) {
	background-image: url(../images/seo/seo-section02-cont_left_02.png);
	right: -80px;
}

.seo-section02-cont .seo-section02-cont_right .seo-section02-cont_list {
	text-align: left;
	padding-left: 120px;
}

.seo-section02-cont .seo-section02-cont_right .seo-section02-cont_list {
	background-image: url(../images/seo/seo-section02-cont_right_01.png);
}

.seo-section02-cont .seo-section02-cont_right .seo-section02-cont_list:nth-child(1) {
	left: -100px;
}

.seo-section02-cont .seo-section02-cont_right .seo-section02-cont_list:nth-child(2) {
	left: -20px;
}

.seo-section02-cont .seo-section02-cont_right .seo-section02-cont_list:nth-child(3) {
	background-image: url(../images/seo/seo-section02-cont_right_02.png);
	left: -80px;
}

.seo-section03 {
	background: url(../images/seo/seo-section03.jpg) no-repeat center;
	background-size: cover;
}

.seo-section03 .floor-title p,
.seo-section03 .floor-title span.subtitle {
	color: #fff;
}

.seo-section03-cont {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.seo-section03-cont .compared_left,
.seo-section03-cont .compared_right {
	width: calc(50% - 100px);
}

.seo-section03-cont h2 {
	font-size: 38px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-align: center;
}

.seo-section03-cont .compared_right h2 {
	background-image: linear-gradient(45deg, #fd5d3b, #e444e3);
	-webkit-background-clip: text;
	color: transparent;
}

.seo-section03-cont .tradition .tradition_item {
	display: flex;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 140px;
	margin-top: 30px;
	padding: 20px 0px;
}

.seo-section03-cont .tradition .tradition_item .headers {
	width: 168px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
}

.seo-section03-cont .tradition .tradition_item .headers p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.seo-section03-cont .tradition .tradition_item .headers h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.seo-section03-cont .tradition .tradition_item .u-flex-1 {
	flex: 1;
	padding: 0 20px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.seo-section03-cont .compared_left .tradition .tradition_item {
	background-color: #242424;
	box-shadow: -5px 4px 0px #357cff;
	border-top-left-radius: 50px;
}

.seo-section03-cont .compared_left .tradition .tradition_item .head {
	border-right: 1px solid #444444;
}

.seo-section03-cont .compared_right .tradition .tradition_item {
	background-color: #242424;
	box-shadow: 5px 4px 0px #357cff;
	border-top-right-radius: 50px;
}

.seo-section03-cont .compared_right .tradition .tradition_item .head {
	border-left: 1px solid #ed7fc5;
}

.seo-section03-cont ul li a {
	display: block;
	padding: 40px 30px;
	border-radius: 6px;
	transition: all .4s ease;
}

.seo-section03-cont ul li a .img {
	width: 107px;
	height: 107px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
	transition: all .4s ease;
}

.seo-section03-cont ul li:nth-child(1) a .img {
	background-color: #49f1c7
}

.seo-section03-cont ul li:nth-child(2) a .img {
	background-color: #57c9fe
}

.seo-section03-cont ul li:nth-child(3) a .img {
	background-color: #fe7e23
}

.seo-section03-cont ul li:nth-child(4) a .img {
	background-color: #4e90fb
}

.seo-section03-cont ul li:nth-child(5) a .img {
	background-color: #dd1c31
}

.seo-section03-cont ul li:nth-child(6) a .img {
	background-color: #e349f1
}

.seo-section03-cont ul li a .cont {
	margin-top: 40px;
	text-align: center;
}

.seo-section03-cont ul li a .cont h4 {
	color: #333;
	font-size: 24px;
	margin-bottom: 10px;
	transition: all .4s ease;
}

.seo-section03-cont ul li a .cont p {
	color: #999;
	font-size: 16px;
	transition: all .4s ease;
}

.seo-section03-cont ul li:nth-child(1) a:hover {
	background-color: #49f1c7
}

.seo-section03-cont ul li:nth-child(2) a:hover {
	background-color: #57c9fe
}

.seo-section03-cont ul li:nth-child(3) a:hover {
	background-color: #fe7e23
}

.seo-section03-cont ul li:nth-child(4) a:hover {
	background-color: #4e90fb
}

.seo-section03-cont ul li:nth-child(5) a:hover {
	background-color: #dd1c31
}

.seo-section03-cont ul li:nth-child(6) a:hover {
	background-color: #e349f1
}

.seo-section03-cont ul li a:hover .cont h4,
.seo-section03-cont ul li a:hover .cont p {
	color: #fff;
}

.seo-section04 {}

.seo-section04 .seo-section04-cont_list {
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	padding: 60px 0;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.seo-section04 .seo-section04-cont_list:nth-child(-n+2) {
	border-top: 0px;
}

.seo-section04 .seo-section04-cont_list:nth-child(2n+1) {
	border-left: 0px;
}

.seo-section04 .seo-section04-cont_list>img {
	display: inline-block;
	height: 92px;
}

.seo-section04 .seo-section04-cont_list .cont_text {
	width: 53.5%;
	margin: 0 auto;
}

.seo-section04 .seo-section04-cont_list .cont_text .t {
	font-size: 24px;
	color: #333;
	margin: 40px 0 30px;
}

.seo-section04 .seo-section04-cont_list .cont_text .b {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}


.seo-section05 {
	background: url(../images/seo/seo-section05_bg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}

.seo-section05_left {
	float: left;
	width: 35.33%;
}

.seo-section05_left_title .indextitle_t {
	font-size: 36px;
	color: #fff;
}

.seo-section05_left_title .indextitle_b {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 30px;
}

.seo-section05_left_title .indextitle_line {
	width: 100%;
	height: 5px;
	background: #fff;
	position: relative;
}

.seo-section05_right {
	float: right;
	width: 60.66%;
}

.seo-section05 .indextitle_line {
	width: 18px;
	height: 4px;
}

.seo-section05 .indextitle .indextitle_line::after {
	display: none;
}

.seo-section05_left .seo-section05_left_top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 80px 0;
}

.seo-section05_left .seo-section05_left_top .t {
	color: #fff;
	font-size: 100px;
}

.seo-section05_left .seo-section05_left_top .t span {
	color: #fff;
	font-size: 100px;
	font-family: impact;
}

.seo-section05_left .seo-section05_left_top .t sup {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	transform: translateY(20px);
}

.seo-section05_left .seo-section05_left_top .b {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.seo-section05_left .seo-section05_left_b {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 80px;
}

.seo-section05_right_ilst {
	float: left;
	width: calc(50% - 5px);
	margin-top: 10px;
	padding: 50px;
	background: #fff;
}

.seo-section05_right_ilst:hover{
	background: #212dbf;
}
.seo-section05_right_ilst.on {
	background: #212dbf;
}

.seo-section05_right_ilst:nth-child(2n) {
	float: right;
}

.seo-section05_right_ilst:nth-child(-n+2) {
	margin-top: 0px;
}

.seo-section05_right_ilst .img img {
	height: 60px;
}

.seo-section05_right_ilst .img img:first-child,
.seo-section05_right_ilst.on .img img:last-child {
	display: inline-block;
}

.seo-section05_right_ilst .img img:last-child,
.seo-section05_right_ilst.on .img img:first-child {
	display: none;
}



.seo-section05_right_ilst .img img:first-child,
.seo-section05_right_ilst:hover .img img:last-child {
	display: inline-block;
}

.seo-section05_right_ilst .img img:last-child,
.seo-section05_right_ilst:hover .img img:first-child {
	display: none;
}

.seo-section05_right_ilst .t {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin: 35px 0 15px;
}

.seo-section05_right_ilst .b {
	min-height: 100px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.seo-section05_right_ilst .b span {
	font-weight: bold;
	color: #212dbf;
}

.seo-section05_right_ilst.on .t,
.seo-section05_right_ilst.on .b,
.seo-section05_right_ilst.on .b span {
	color: #fff;
}

.seo-section05_right_ilst:hover .t,
.seo-section05_right_ilst:hover .b,
.seo-section05_right_ilst:hover .b span {
	color: #fff;
}

.seo_promise_text {
	width: 100%;
	position: relative;
}

.seo_promise_text .promise_num {
	width: 520px;
	height: 230px;
	margin: 30px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color: #f3f4f8;
}

.seo_promise_text .promise_num:hover {
	color: #ffffff;
	background-image: linear-gradient(45deg, #fd5d3b, #e444e3);
}

.seo_promise_text p {
	font-size: 28px;
}

.seo_promise_text .promise_one,
.seo_promise_text .promise_three {
	float: left;
}

.seo_promise_text .promise_two,
.seo_promise_text .promise_four {
	float: right;
}

.seo_promise_text .promise_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 340px;
}

.seo-section07 {
	background-color: #000;
	background-image: url(../images/seo/seo-process-bg.jpg);
}

.seo-section07 .floor-title p,
.seo-section07 .floor-title span.subtitle {
	color: #fff;
}

.serwzlc-loop {
	width: 100%;
	margin-top: 42px;
	position: relative;
}

.serwzlc-loop .swiper-container {
	padding-top: 20px;
}

.serwzlc-item {
	width: 100%;
	text-align: center;
}

.serwzlc-num {
	width: 100%;
	position: relative;
	padding-bottom: 53px;
}

.serwzlc-num img {
	max-width: 100%;
}

.serwzlc-num::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #de1c31;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.serwzlc-cont {
	width: 100%;
	margin: 32px 0px;
}

.serwzlc-cont p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.serwzlc-loop::after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #de1c31;
	position: absolute;
	left: 0;
	top: 148px;
}

/*.serwzlc-loop::after{content: "";display: block;width: 100%;height: 100%;
position: absolute;left: 0;top: 0;
background-image: url(../images/process-line.png);
background-repeat: no-repeat;
background-position: center top;
}
.serwzlc-item:nth-child(1) {
	margin-top: -17px;
}*/
.serwzlc-loop .swiper-pagination {
	bottom: 0;
	position: static;
}

.serwzlc-loop .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1
}

.serwzlc-loop .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d4231d;
}

/* ----dh---- */
.serwzlc-loop::after {
	width: 0;
}

.serwzlc-loop.startAnimate::after {
	animation: serwzlcLine 2s ease both 0.2s;
}

@keyframes serwzlcLine {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.serwzlc-item {
	opacity: 0;
}

.serwzlc-loop.startAnimate .serwzlc-item {
	animation: serwzlcCt 1s ease both;
}

@keyframes serwzlcCt {
	0% {
		opacity: 0;
		transform: translateY(-16px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.serwzfw-item {
	opacity: 0;
}

.serwzfw-loop.startAnimate .serwzfw-item {
	animation: serwzfwCt 1s ease both;
}

@keyframes serwzfwCt {
	0% {
		opacity: 0;
		transform: translateY(-16px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ----dh---- */

.seo-section08-cont {
	position: relative;
}

.seo-section08-cont_left {
	width: 12.66%;
	float: left;
}

.seo-section08-cont_left a {
	display: block;
	text-align: center;
	border: 1px solid #333;
	border-radius: 200px;
	font-size: 20px;
	color: #333;
	padding: 10px 0;
	margin-top: 30px;
}

.seo-section08-cont_left a:first-child {
	margin-top: 0px;
}

.seo-section08-cont_left a.on {
	background: #1740bc;
	border: 1px solid #1740bc;
	font-weight: bold;
	color: #fff;
}

.seo-section08-cont_right {
	width: 82.66%;
	float: right;
}

.seo-section08-cont_right_list {
	display: none;
}

.seo-section08-cont_right_list.on {
	display: block;
}

.seo-section08-cont_right_slist {
	display: block;
	float: left;
	width: calc(33.33% - 14px);
	margin-left: 21px;
	position: relative;
	padding: 23.7% 0;
	overflow: hidden;
}

.seo-section08-cont_right_slist:first-child {
	margin-left: 0px;
}

.seo-section08-cont_right_slist>img {
	position: absolute;
	height: 100%;
	min-width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
}

.seo-section08-cont_right_slist .text {
	position: absolute;
	width: calc(100% - 80px);
	left: 40px;
	z-index: 2;
	bottom: 40px;
}

.seo-section08-cont_right_slist .text .t {
	font-size: 22px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.seo-section08-cont_right_slist .text .line {
	width: 70px;
	height: 2px;
	background: #fff;
	margin-top: 15px;
}

.seo-section08-cont_right_slist:after {
	content: '';
	display: block;
}

.seo-section08_more {
	text-align: center;
	margin-top: 60px;
}

a.seo_more {
	display: inline-block;
	background: #212dbf;
	border-radius: 200px;
	padding: 12px 20px;
	min-width: 140px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/*谷歌*/
.google-section01-cont ul li {
	margin: 25px 0px;
}

.google-section01-cont ul li a {
	display: block;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 5px 3px 16px 0 rgba(0, 0, 0, .1);
	transition: all .4s ease;
}

.google-section01-cont ul li a:hover {
	transform: translateY(-16px);
	transition: all .4s ease;
}

.google-section01-cont ul li a .content {
	border: 2px solid #4b8bf5;
	border-radius: 8px;
	padding: 30px;
	height: 200px;
	position: relative;
}

.google-section01-cont ul li a .content .icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #4b8bf5;
	position: absolute;
	right: 30px;
	top: -35px;
}

.google-section01-cont ul li a .content .title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #4b8bf5;
}

.google-section01-cont ul li a .content .cont {
	color: #999;
	font-size: 14px;
	line-height: 1.75;
}

.google-section02 {
	background-image: url(../images/seo/google-section02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.google-section02 .floor-title p,
.google-section02 .floor-title span.subtitle {
	color: #fff;
}

.google-section02-cont ul li a {
	display: block;
	padding: 45px;
	background-color: #fff;
	transition: all .4s ease;
}

.google-section02-cont ul li a:hover {
	background-color: #4b8bf5;
}

.google-section02-cont ul li a .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	/*background-image: url(../images/google_s2_01.png);*/
}

.google-section02-cont ul li a:hover .icon {
	/*background-image: url(../images/google_s2_01_hover.png);*/
}

.google-section02-cont ul li a .icon1 {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/seo/google_s2_01.png);
}

.google-section02-cont ul li a:hover .icon1 {
	background-image: url(../images/seo/google_s2_01_hover.png);
}

.google-section02-cont ul li a .icon2 {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/seo/google_s2_02.png);
}

.google-section02-cont ul li a:hover .icon2 {
	background-image: url(../images/seo/google_s2_02_hover.png);
}

.google-section02-cont ul li a .icon3 {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/seo/google_s2_03.png);
}

.google-section02-cont ul li a:hover .icon3 {
	background-image: url(../images/seo/google_s2_03_hover.png);
}

.google-section02-cont ul li a .icon4 {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/seo/google_s2_04.png);
}

.google-section02-cont ul li a:hover .icon4 {
	background-image: url(../images/seo/google_s2_04_hover.png);
}

.google-section02-cont ul li a .cont {
	text-align: center;
}

.google-section02-cont ul li a .cont h4 {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
	transition: all .4s ease;
}

.google-section02-cont ul li a .cont p {
	color: #666666;
	font-size: 16px;
	transition: all .4s ease;
}

.google-section02-cont ul li a:hover .cont h4,
.google-section02-cont ul li a:hover .cont p {
	color: #fff;
}

.google-section04 {
	background-image: url(../images/seo/google-section04.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.google-section03-cont {
	width: 100%;
	position: relative;
	margin-top: 46px;
}

.google-section03-cont li {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.joinyslb-item {
	width: 50%;
	position: relative;
	background-repeat: no-repeat;
	min-height: 104px;
}

.google-section03-cont li:nth-child(2n+1) .joinyslb-item {
	float: left;
	padding: 0 150px 16px 24px;
	background-image: url('../images/seo/busiqdic2.png');
	text-align: right;
	background-position: left bottom;
}

.google-section03-cont li:nth-child(2n) .joinyslb-item {
	float: right;
	padding: 0 24px 16px 150px;
	background-image: url('../images/seo/busiqdic2f.png');
	text-align: left;
	background-position: right bottom;
}

.joinyslb-icon {
	width: 74px;
	height: 74px;
	position: absolute;
	bottom: 0;
}

.google-section03-cont li:nth-child(2n+1) .joinyslb-icon {
	right: 50px;
}

.google-section03-cont li:nth-child(2n) .joinyslb-icon {
	left: 50px;
}

.joinyslb-num {
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: 21px;
	text-align: center;
	border-radius: 50%;
	background: #4b8bf5;
	color: #fff;
	font-size: 24px;
	font-family: Arial;
}

.google-section03-cont li:nth-child(2n+1) .joinyslb-num {
	right: -16px;
}

.google-section03-cont li:nth-child(2n) .joinyslb-num {
	left: -16px;
}

.joinyslb-wd {
	width: 100%;
}

.joinyslb-wd h3 {
	font-size: 22px;
	color: #333;
	line-height: 1.4em;
}

.joinyslb-wd p {
	font-size: 16px;
	color: #888;
	line-height: 26px;
	margin-top: 5px;
}

.google-section03-cont ul::after {
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	margin-left: -1px;
	top: 10px;
	border: 1px dashed #4b8bf5;
}

.google-section04-cont {
	position: relative;
	width: 50%;
}

.google-section04 .tit {
	position: relative;
	padding-right: 50px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 48px;
	text-align: center;
	color: #fff;
}

.google-section04 .tit:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23px;
	width: 6px;
	height: 46px;
	content: "";
	background: #fff;
}

.google-section04 .list {
	width: 100%;
	text-align: right;
	position: relative;
	padding-right: 100px;
}

.google-section04 .list .item {
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	transition: all 1s ease-in-out;
	position: relative;
	margin: 60px 0px 0px;
}

.google-section04 .list .item p {
	position: relative;
	top: 50%;
}

.google-section04 .list .item .icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 4px solid rgba(0, 0, 0, 0.5);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -136px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: content-box;
	cursor: pointer;
}

.google-section04 .list .item .icon {
	background-image: url(../images/seo/google_s4_01.png);
}

.google-section04 .list .item .icon_1 {
	background-position: 0px 0px;
}

.google-section04 .list .item .icon_2 {
	background-position: 0px -64px;
}

.google-section04 .list .item .icon_3 {
	background-position: 0px -128px;
}

.google-section04 .list .item .icon_4 {
	background-position: 0px -192px;
}

.google-section04 .list .item .icon:hover {
	background-image: url(../images/seo/google_s4_01_hover.png);
	background-color: #4b8bf5;
}

/*.google-section04 .list .item .icon_1:hover {background-position: 0px 0px;}
.google-section04 .list .item .icon_2:hover {background-position: 0px -64px;}
.google-section04 .list .item .icon_3:hover {background-position: 0px -128px;}
.google-section04 .list .item .icon_4:hover {background-position: 0px -192px;}*/


/*头条*/
.tt_left {
	width: 55%;
	padding-left: 15px;
	float: left;
}

.ll_left_top2 {
	padding: 26px 0 40px;
}

.ll_left_text {
	float: left;
	line-height: 1;
}

.ll_left_text {
	padding-right: 20px;
	border-right: 1px solid #ea2d3b;
	margin-right: 20px;
}

.ll_left_text:nth-last-of-type(1) {
	padding-right: 0px;
	border-right: none;
	margin-right: 0px;
}

.ll_left_text .words1 {
	font-size: 60px;
	color: #ea2d3b;
}

.ll_left_text .words2 {
	color: #ea2d3b;
	font-size: 18px
}

.tt_left_info {
	font-size: 18px;
	color: #323232;
	line-height: 1.8;
	text-indent: 2em
}

.tt_left_info span {
	color: #ea2d3b;
	font-weight: 600
}

.tt_right {
	width: 35%;
	float: right;
	text-align: center;
}

.tt_right img {
	margin-top: -25px
}

.toutiao-section02-cont ul li {
	width: 50%;
	float: left;
	padding-left: 6%;
	padding-bottom: 50px;
	padding-top: 30px
}

.xz_ttItems1 {
	margin-bottom: 25px;
}

.xz_ttItems1 span {
	display: inline-block;
	vertical-align: middle;
}

.xz_ttItems1 i {
	font-size: 30px;
	color: #ea2d3b;
	display: inline-block;
	vertical-align: middle;
	line-height: 64px
}

.xz_ttItemInfo {
	font-size: 18px;
	color: #2f2f2f;
	line-height: 1.6
}

.xz_ttItemInfo span {
	color: #ea2d3b;
}


.toutiao-section03-cont .item {
	margin: 15px 0px;
}

.toutiao-section03-cont .item .cont {
	position: relative;
}

.toutiao-section03-cont .item .cont .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(221, 28, 49, 0.6);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px;
	transition: all 0.4s ease 0s;
}

.toutiao-section03-cont .item .cont .inner h3 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

.toutiao-section03-cont .item .cont .inner p {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}

.toutiao-section03-cont .item .cont:hover .inner {
	background-color: rgba(221, 28, 49, 1);
}

.toutiaolc-loop {
	width: 100%;
	margin-top: 42px;
	position: relative;
}

.toutiaolc-loop .swiper-container {}

.toutiaolc-loop::after {
	content: "";
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #de1c31;
	position: absolute;
	left: 0;
	top: 50%;
}

.toutiaolc-loop .swiper-pagination {
	bottom: 0;
	position: static;
	display: none;
}

.toutiaolc-loop .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1
}

.toutiaolc-loop .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d4231d;
}


.toutiaolc-item {
	width: 100%;
	position: relative;
}

.toutiaolc-cont {
	width: 100%;
	height: 140px;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	padding: 10px 20px;
}

.toutiaolc-cont .h {
	font-size: 24px;
}

.toutiaolc-cont p {
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}

.toutiaolc-item.item1,
.toutiaolc-item.item3,
.toutiaolc-item.item5,
.toutiaolc-item.item7 {
	margin-bottom: 100%;
}

.toutiaolc-item.item2,
.toutiaolc-item.item4,
.toutiaolc-item.item6,
.toutiaolc-item.item8 {
	margin-top: 100%;
}

.toutiaolc-item.item1:after,
.toutiaolc-item.item3:after,
.toutiaolc-item.item5:after,
.toutiaolc-item.item7:after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #de1c31;
	margin: 10px auto;
}

.toutiaolc-item.item1:before,
.toutiaolc-item.item3:before,
.toutiaolc-item.item5:before,
.toutiaolc-item.item7:before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -35px;
	border: 4px solid #de1c31;
}

.toutiaolc-item.item2:before,
.toutiaolc-item.item4:before,
.toutiaolc-item.item6:before,
.toutiaolc-item.item8:before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #de1c31;
	margin: 10px auto;
}

.toutiaolc-item.item2:after,
.toutiaolc-item.item4:after,
.toutiaolc-item.item6:after,
.toutiaolc-item.item8:after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -33px;
	border: 4px solid #de1c31;
}

/* ----dh---- */
.toutiaolc-loop::after {
	width: 0;
}

.toutiaolc-loop.startAnimate::after {
	animation: serwzlcLine 2s ease both 0.2s;
}

@keyframes serwzlcLine {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.toutiaolc-item {
	opacity: 0;
}

.toutiaolc-loop.startAnimate .toutiaolc-item {
	animation: serwzlcCt 1s ease both;
}

@keyframes serwzlcCt {
	0% {
		opacity: 0;
		transform: translateY(-16px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.toutiaolc-item {
	opacity: 0;
}

.toutiaolc-loop.startAnimate .toutiaolc-item {
	animation: serwzfwCt 1s ease both;
}

@keyframes serwzfwCt {
	0% {
		opacity: 0;
		transform: translateY(-16px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ----dh---- */

.tout-section5 {
	background-color: #c91d30;
}

.tout-section5 .tout-section5-cont {
	display: flex;
	align-items: center;
}

.tout-section5 .tout-section5-cont .section-img {
	width: 50%;
	height: 100%;
}

.tout-section5 .tout-section5-cont .section-cont {
	flex: 1;
	margin-left: 60px;
}

.tout-section5 .tout-section5-cont .section-cont .section-cont-list {
	color: #fff;
	display: flex;
	align-items: center;
	margin: 30px 0px;
}

.tout-section5 .tout-section5-cont .section-cont .section-cont-list .num {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c91d30;
	font-size: 38px;
	font-family: 'Din';
	font-style: italic;
	font-weight: bold;
	text-indent: -8px;
	margin-right: 20px;
}

.tout-section5 .tout-section5-cont .section-cont .section-cont-list .cont {
	flex: 1;
}

.tout-section5 .tout-section5-cont .section-cont .section-cont-list .cont h4 {
	font-size: 30px;
	margin-bottom: 10px;
}

.tout-section5 .tout-section5-cont .section-cont .section-cont-list .cont p {
	color: #f7e7e8;
	font-size: 14px;
	line-height: 1.75
}




/*微信*/
.weixin-section01-cont ul li a {
	display: block;
	padding: 30px;
	background-color: #fff;
	transition: background-color .4s ease;
	background-image: url(../images/seo/weixin-section01-cont.png);
	background-repeat: no-repeat;
	;
	background-position: 200px 80px;

}

.weixin-section01-cont ul li a:hover {
	background-color: #0e7135;
	background-image: url(../images/seo/weixin-section01-cont_hover.png);
}

.weixin-section01-cont ul li a .cont {
	/*text-align: center;*/
	margin-bottom: 20px;
}

.weixin-section01-cont ul li a .cont h4 {
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
	transition: all .4s ease;
}

.weixin-section01-cont ul li a .cont p {
	color: #666666;
	font-size: 16px;
	transition: all .4s ease;
}

.weixin-section01-cont ul li a:hover .cont h4,
.weixin-section01-cont ul li a:hover .cont p {
	color: #fff;
}

.weixin-section01-cont ul li a .num {
	color: #efefef;
	font-size: 64px;
	font-family: 'DIN';
	line-height: 1;
}

.weixin-section01-cont ul li a:hover .num {
	opacity: 0.2
}

.weixin-section02-cont .flexbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 70px 0;
}

@media (max-width: 1199px) {
	.weixin-section02-cont .flexbox {
		margin: 0 0 80px 0;
	}
	.seo-section05_left .seo-section05_left_top .t span {
		color: #fff;
		font-size: 60px;
		font-family: impact;
	}
}

@media (max-width: 991px) {
	.weixin-section02-cont .flexbox {
		display: block;
	}
}

@media (max-width: 575px) {
	.weixin-section02-cont .flexbox {
		margin: 30px 0 0;
	}
}

.weixin-section02-cont .flexbox.rtl {
	flex-direction: row-reverse;
}

.weixin-section02-cont .flexbox .leftbox {
	width: 44.3%;
}

@media (max-width: 1599px) {
	.weixin-section02-cont .flexbox .leftbox {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.weixin-section02-cont .flexbox .leftbox {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.weixin-section02-cont .flexbox .leftbox {
		width: 100%;
		margin: 0 0 10px;
	}
}

.weixin-section02-cont .flexbox .leftbox .num {
	font-size: 60px;
	color: #27282a;
	font-family: "DIN";
	margin: 0 0 8px;
}

@media (max-width: 1599px) {
	.weixin-section02-cont .flexbox .leftbox .num {
		font-size: 48px;
		margin: 0 0 5px;
	}
}

@media (max-width: 640px) {
	.weixin-section02-cont .flexbox .leftbox .num {
		font-size: 30px;
	}
}

.weixin-section02-cont .flexbox .leftbox h3 {
	font-size: 48px;
	color: #27282a;
	margin: 0 0 90px;
}

@media (max-width: 1599px) {
	.weixin-section02-cont .flexbox .leftbox h3 {
		font-size: 45px;
		margin: 0 0 70px;
	}
}

@media (max-width: 1280px) {
	.weixin-section02-cont .flexbox .leftbox h3 {
		font-size: 40px;
	}
}

@media (max-width: 992px) {
	.weixin-section02-cont .flexbox .leftbox h3 {
		font-size: 35px;
		margin: 0 0 40px;
	}
}

@media (max-width: 768px) {
	.weixin-section02-cont .flexbox .leftbox h3 {
		font-size: 30px;
	}
}

@media (max-width: 640px) {
	.weixin-section02-cont .flexbox .leftbox h3 {
		font-size: 20px;
		margin: 0 0 30px;
	}
}

.weixin-section02-cont .flexbox .leftbox h3 span {
	color: #0e7135;
}

.weixin-section02-cont .flexbox .rightbox {
	position: relative;
	width: 38.2%;
	overflow: hidden;
}

@media (max-width: 1199px) {
	.weixin-section02-cont .flexbox .rightbox {
		width: 35%;
	}
}

@media (max-width: 991px) {
	.weixin-section02-cont .flexbox .rightbox {
		width: 100%;
		height: 500px;
	}
}

@media (max-width: 767px) {
	.weixin-section02-cont .flexbox .rightbox {
		height: 400px;
	}
}

@media (max-width: 575px) {
	.weixin-section02-cont .flexbox .rightbox {
		height: 300px;
	}
}

.weixin-section02-cont .flexbox .rightbox .img-mask {
	display: block;
	position: absolute;
	z-index: 9;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background-color: #fff;
}

.weixin-section02-cont .flexbox .rightbox img {
	/*width: 100%;*/
}

@media (max-width: 991px) {
	.weixin-section02-cont .flexbox .rightbox img {
		height: 100%;
		object-fit: cover;
	}
}

.weixin-section02-cont .inner-flexbox {
	overflow: hidden;
}

@media (max-width: 1599px) {
	.weixin-section02-cont .inner-flexbox {
		margin: 0 0 15px;
	}
}

@media (max-width: 575px) {
	.weixin-section02-cont .inner-flexbox {
		margin: 0;
	}
}

.weixin-section02-cont .inner-flexbox .box-row {
	margin: 0 -6.3%;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 1599px) {
	.weixin-section02-cont .inner-flexbox .box-row {
		margin: 0 -25px;
	}
}

@media (max-width: 1199px) {
	.weixin-section02-cont .inner-flexbox .box-row {
		margin: 0 -15px;
	}
}

.weixin-section02-cont .inner-flexbox .box-col {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 6.3%;
	margin: 0 0 50px;
}

@media (max-width: 1599px) {
	.weixin-section02-cont .inner-flexbox .box-col {
		padding: 0 25px;
	}
}

@media (max-width: 1199px) {
	.weixin-section02-cont .inner-flexbox .box-col {
		padding: 0 15px;
	}
}

@media (max-width: 575px) {
	.weixin-section02-cont .inner-flexbox .box-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 30px;
	}
}

.weixin-section02-cont .inner-flexbox .item .ico {
	height: 35px;
	margin: 0 0 14px;
}

@media (max-width: 575px) {
	.weixin-section02-cont .inner-flexbox .item .ico {
		height: 25px;
	}
}

.weixin-section02-cont .inner-flexbox .item .ico img {
	height: 100%;
}

.weixin-section02-cont .inner-flexbox .item h4 {
	font-size: 20px;
	color: #666;
	margin: 0 0 18px;
}

@media (max-width: 1199px) {
	.weixin-section02-cont .inner-flexbox .item h4 {
		font-size: 18px;
		margin: 0 0 15px;
	}
}

@media (max-width: 575px) {
	.weixin-section02-cont .inner-flexbox .item h4 {
		font-size: 16px;
		margin: 0 0 10px;
	}
}

.weixin-section02-cont .inner-flexbox .item p {
	line-height: 1.8;
	font-size: 14px;
	color: #666;
}

@media (max-width: 575px) {
	.weixin-section02-cont .inner-flexbox .item p {
		line-height: 1.6;
	}
}


.weixin-section03 {
	background-color: #0e7135;
}

.weixin-section03 .floor-title p,
.weixin-section03 .floor-title p.h5,
.weixin-section03 .floor-title span.subtitle {
	color: #fff;
}

.weixin-section03-cont ul li a {
	display: block;
	padding: 45px;
	background-color: #fff;
	transition: all .4s ease;
}

.weixin-section03-cont ul li a:hover {
	transform: translateY(-16px);
	transition: all .4s ease;
}

.weixin-section03-cont ul li a .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-color: #0e7135;
	border-radius: 50%;
}

.weixin-section03-cont ul li a:hover .icon {}

.weixin-section03-cont ul li a .cont {
	text-align: center;
}

.weixin-section03-cont ul li a .cont h4 {
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
	transition: all .4s ease;
}

.weixin-section03-cont ul li a .cont p {
	color: #666666;
	font-size: 16px;
	transition: all .4s ease;
}


/*抖音*/
.douyin-section01-cont .imgs {
	text-align: center;
}

.douyin-section02 {
	background-image: url(../images/seo/douyin-section02-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.douyin-section02 .floor-title p,
.douyin-section02 .floor-title span.subtitle {
	color: #fff;
}

.douyin-section02-cont ul li.item a {
	display: block;
	background-color: #fff;
}

.douyin-section02-cont ul li.item a .img {
	width: 100%;
}

.douyin-section02-cont ul li.item a .img img {
	width: 100%;
}

.douyin-section02-cont ul li.item a .cont {
	padding: 30px;
}

.douyin-section02-cont ul li.item a .cont .title {
	color: #353535;
	font-size: 18px;
	margin-bottom: 20px;
}

.douyin-section02-cont ul li.item a .cont .text {
	color: #666666;
	font-size: 15px;
}

.douyin-section03-cont ul li {
	position: relative;
	padding: 40px 0px;
	width: 25%;
	transition: all .5s ease;
}

.douyin-section03-cont ul li>a {
	text-align: center;
}

.douyin-section03-cont ul li>a>img {
	margin-left: auto;
	margin-right: auto;
	transition: all .5s ease;
}

.douyin-section03-cont ul li>a .h4 {
	color: #353535;
	font-size: 20px;
}

.douyin-section03-cont ul li>a p {
	color: #353535;
	font-size: 16px;
}

.douyin-section03-cont ul li:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/seo/douyin-section03-cont-arrow.png) no-repeat center;
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 50%;
	transform: translate(0%, -50%);
}

.douyin-section03-cont ul li:nth-child(4n):after {
	display: none;
}

.douyin-section03-cont ul li:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}

.douyin-section04 {
	background: url(../images/seo/douyin-section04-bg.png) no-repeat center top/100% auto;
}

.douyin-section04-cont ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.douyin-section04-cont ul li.rtl {
	flex-direction: row-reverse;
}

.douyin-section04-cont ul li .img {
	width: 50%;
}

.douyin-section04-cont ul li .cont {
	flex: 1;
	padding: 50px;
}

.douyin-section04-cont ul li .cont .h4 {
	font-size: 40px;
	color: #353535;
}

.douyin-section04-cont ul li .cont .h4 i {
	font-size: 40px;
	color: #4F98F3;
	font-style: italic;
}

.douyin-section04-cont ul li .cont .h5 {
	font-size: 40px;
	color: #353535;
}

.douyin-section04-cont ul li .cont .text {
	margin-top: 25px;
	padding-top: 50px;
	background: url(../images/seo/douy-sec4-bg01.png) no-repeat left top;
}

.douyin-section04-cont ul li .cont .text p {
	font-size: 18px;
	color: #353535;
}



@media all and (max-width:1599px) {
	.inside_banner .cont {
		width: 100%;
	}

	.son-floor {
		padding: 50px 0px;
	}

	.son-floor .floor-title {
		margin-bottom: 40px;
	}

	.son-floor .floor-title p {
		font-size: 42px;
	}

	.son-floor .floor-title span.subtitle {
		font-size: 14px;
	}

	.google-section04 .tit {
		font-size: 42px;
	}

	.joinyslb-item {
		background-size: calc(100% - 112px) auto;
	}


	.toutiaolc-cont {
		padding: 10px;
	}

	.toutiaolc-cont p {
		font-size: 14px;
	}
}


@media all and (max-width:1280px) {
	.inside_banner {
		height: 640px;
	}

	.inside_banner .cont .cont-h6 {
		font-size: 42px;
	}

	.inside_banner .cont h2 {
		font-size: 50px;
	}

	.inside_banner .cont .cont-space {
		font-size: 14px;
	}


	.seo-section01-cont .item {
		height: 300px;
	}

	.seo-section01-cont .item .item_text {
		padding: 40px 15px;
	}

	.seo-section01-cont .item .item_text h4 {
		font-size: 24px;
	}

	.seo-section01-cont .item .item_text h4:after {
		height: 3px;
	}

	.seo-section01-cont .item .item_text p {
		font-size: 14px;
	}


	.seo-section02-cont .seo-section02-cont_list h4 {
		font-size: 18px;
	}

	.seo-section02-cont .seo-section02-cont_list p {
		font-size: 12px;
	}

	.seo-section03 .container {
		max-width: 100%;
	}

	.seo-section04 .seo-section04-cont_list {
		padding: 30px 0px;
	}

	.seo-section04 .seo-section04-cont_list>img {
		height: 72px;
	}

	.seo-section04 .seo-section04-cont_list .cont_text .t {
		font-size: 20px;
		margin: 20px 0px 15px;
	}

	.seo-section04 .seo-section04-cont_list .cont_text .b {
		font-size: 14px;
	}

	.seo-section05_left .seo-section05_left_top {
		margin: 50px 0px;
	}

	.seo-section05_right_ilst {
		padding: 30px;
	}

	.seo-section05_right_ilst .img img {
		height: 50px;
	}

	.seo_promise_text {
		width: 100%;
		position: relative;
	}

	.seo_promise_text .promise_num {
		width: 49%;
		height: 200px;
		margin: 1% 0px;
		padding: 20px;
		background-image: linear-gradient(45deg, #fd5d3b, #e444e3);
	}

	.seo_promise_text .promise_num:hover {
		color: #ffffff;
		background-image: linear-gradient(45deg, #fd5d3b, #e444e3);
	}

	.seo_promise_text p {
		font-size: 24px;
	}

	.seo_promise_text .promise_img {
		display: none;
	}

	.seo-section08-cont_left {
		width: 100%;
	}

	.seo-section08-cont_left a {
		float: left;
		width: 48%;
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.seo-section08-cont_left a:first-child {
		margin-top: 0px;
		margin-bottom: 20px
	}

	.seo-section08-cont_left a:nth-child(2n) {
		margin-left: 4%;
	}

	.seo-section08-cont_right {
		width: 100%;
	}

	/*Goole*/

	.google-section02-cont ul li a {
		padding: 15px;
	}

	.google-section02-cont ul li a .cont h4 {
		font-size: 18px;
	}

	.google-section02-cont ul li a .cont p {
		font-size: 14px;
		height: 105px;
	}


	/*微信*/
	.weixin-section01-cont ul li a .cont p {
		font-size: 14px;
		min-height: 84px;
	}

	.weixin-section03-cont ul li a {
		padding: 20px;
	}

	.weixin-section03-cont ul li a .cont h4 {
		font-size: 20px;
		min-height: 60px;
	}

	/*头条*/
	.toutiao-section03-cont .item .cont .inner h3 {
		font-size: 32px;
	}



	/*抖音*/

	.douyin-section02-cont ul li.item {
		margin-bottom: 30px;
	}

	.douyin-section02-cont ul li.item a .cont {
		padding: 20px;
	}

	.douyin-section03-cont ul li {
		width: 50%;
		padding: 0px 0px 30px 0px;
	}

	.douyin-section03-cont ul li:after {
		display: none;
	}


	.douyin-section04-cont ul li {
		padding: 30px 0px;
	}

	.douyin-section04-cont ul li .cont {
		padding: 0px 0px 0px 30px;
	}

	.douyin-section04-cont ul li .cont .h4 {
		font-size: 24px;
	}

	.douyin-section04-cont ul li .cont .h5 {
		font-size: 20px;
	}
}

@media all and (max-width:992px) {
	.inside_banner {
		height: 440px;
	}

	.inside_banner .cont .cont-h6 {
		font-size: 36px;
	}

	.inside_banner .cont h2 {
		font-size: 36px;
	}

	.inside_banner .cont .cont-space {
		margin-top: 20px;
	}

	.son-floor .floor-title p {
		font-size: 32px;
	}


	.seo-section01-cont .item {
		width: 48.6%;
		height: 200px;
	}

	.seo-section01-cont .item .item_text {
		padding: 30px 15px;
	}

	.seo-section02-cont {
		display: block;
	}

	.seo-section02-cont .seo-section02-cont_img {
		display: none;
	}

	.seo-section02-cont .seo-section02-cont_left,
	.seo-section02-cont .seo-section02-cont_right {
		padding: 0;
	}

	.seo-section02-cont .seo-section02-cont_left .seo-section02-cont_list,
	.seo-section02-cont .seo-section02-cont_right .seo-section02-cont_list {
		padding: 20px;
		margin-bottom: 15px;
		position: static;
		background-image: none !important;
		text-align: left;
		background-color: #fff;
		border-radius: 6px;
	}

	.seo-section03 {
		display: none;
	}

	.seo-section04 .seo-section04-cont_list {
		padding: 15px;
	}

	.seo-section04 .seo-section04-cont_list>img {
		height: 40px;
	}

	.seo-section04 .seo-section04-cont_list .cont_text {
		width: 100%;
	}

	.seo-section04 .seo-section04-cont_list .cont_text .t {
		font-size: 18px;
	}


	.seo-section05_left {
		width: 100%;
	}

	.seo-section05_left_title .indextitle_t {
		font-size: 24px;
	}

	.seo-section05_left_title .indextitle_b {
		margin: 5px 0 10px;
	}

	.seo-section05_left .seo-section05_left_top {
		margin: 30px 0px;
	}

	.seo-section05_left .seo-section05_left_top .t {
		font-size: 72px;
	}

	.seo-section05_left .seo-section05_left_top .b {
		margin-top: 10px;
	}

	.seo-section05_left .seo-section05_left_b {
		margin-bottom: 30px;
	}

	.seo-section05_right {
		width: 100%;
		margin-top: 35px;
	}

	.serwzlc-item {
		opacity: 1
	}


	/*Goole*/
	.google-section02-cont ul li {
		margin-top: 30px;
	}

	.google-section02-cont ul li a {
		padding: 15px;
	}

	.google-section02-cont ul li a .cont h4 {
		font-size: 18px;
	}

	.google-section02-cont ul li a .cont p {
		font-size: 14px;
		min-height: 64px;
		height: auto;
	}

	.google-section03-cont ul::after {
		display: none;
	}

	.joinyslb-item {
		width: 100%;
		min-height: auto;
		padding: 0 0 16px 150px !important;
		text-align: left !important;
		background: url('../images/seo/busiqdic2f.png') no-repeat right bottom /calc(100% - 116px) auto !important;
		margin-bottom: 30px;
	}

	.joinyslb-num {
		right: auto !important;
		left: 0 !important;
	}

	.joinyslb-icon {
		right: auto !important;
		left: 50px !important;
	}

	.joinyslb-wd h3 {
		font-size: 20px;
	}

	.joinyslb-wd p {
		font-size: 14px;
	}

	.google-section04 .tit {
		font-size: 32px;
	}

	.google-section04 .list {
		padding-right: 70px;
	}

	.google-section04 .list .item {
		font-size: 16px;
	}

	.google-section04 .list .item .icon {
		width: 52px;
		height: 52px;
		right: -98px;
		background-size: 52px auto;
	}

	.google-section04 .list .item .icon_1 {
		background-position: 0px 0px;
	}

	.google-section04 .list .item .icon_2 {
		background-position: 0px -52px;
	}

	.google-section04 .list .item .icon_3 {
		background-position: 0px -104px;
	}

	.google-section04 .list .item .icon_4 {
		background-position: 0px -156px;
	}

	/*微信*/
	.weixin-section01-cont ul li {
		margin-bottom: 30px;
	}

	.weixin-section01-cont ul li a .cont h4 {
		font-size: 20px;
	}

	.weixin-section01-cont ul li a .cont p {
		min-height: 42px;
	}

	.weixin-section03-cont ul li {
		margin-bottom: 20px;
	}

	.weixin-section03-cont ul li a .cont h4 {
		font-size: 18px;
		min-height: 24px;
	}

	/*头条*/
	.tt_left {
		width: 100%;
	}

	.tt_right {
		width: 100%;
		margin-top: 30px;
	}

	.toutiaolc-item {
		opacity: 1;
	}

	.toutiaolc-loop .swiper-pagination {
		display: block;
	}

	.toutiaolc-loop::after {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.inside_banner {
		height: 360px;
	}

	.inside_banner .cont .cont-h6 {
		font-size: 24px;
	}

	.inside_banner .cont h2 {
		font-size: 24px;
	}

	.inside_banner .nb-menu {
		height: 40px;
	}

	.inside_banner .nb-menu .breadcrumbs {
		line-height: 40px;
	}

	.son-floor {
		padding: 35px 0px;
	}

	.son-floor .floor-title {
		margin-bottom: 20px;
	}

	.son-floor .floor-title p {
		font-size: 20px;
	}

	.seo-section05_right_ilst {
		padding: 20px;
	}

	.seo-section05_right_ilst .img img {
		height: 40px;
	}

	.seo-section05_right_ilst .t {
		font-size: 18px;
		margin: 20px 0 10px;
	}

	.seo-section05_right_ilst .b {
		font-size: 14px;
	}


	.seo_promise_text .promise_num {
		height: 150px;
	}

	.seo_promise_text p {
		font-size: 18px;
	}

	.serwzlc-num {
		padding-bottom: 0;
	}

	.serwzlc-num::after {
		display: none;
	}

	.serwzlc-cont {
		margin: 10px 0px;
	}

	/*Goole*/
	.google-section02-cont ul li a .cont h4 {
		font-size: 16px;
		min-height: 48px;
		margin-bottom: 10px;
	}

	.google-section04 {
		background-position: right center;
		position: relative;
	}

	.google-section04::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.35);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.google-section04-cont {
		width: 100%;
		position: relative;
		z-index: 2;
	}

	.google-section04 .tit {
		font-size: 24px;
		padding-right: 20px;
		height: auto;
		line-height: 1.5;
	}

	.google-section04 .tit:after {
		display: none;
	}

	.google-section04 .list {
		padding-right: 0;
	}

	.google-section04 .list .item {
		padding-right: 70px;
	}

	.google-section04 .list .item .icon {
		right: 0;
	}

	.joinyslb-wd h3 {
		font-size: 18px;
	}

	/*头条*/
	.toutiao-section02-cont ul li {
		width: 100%;
		padding: 15px 0px;
	}

	.xz_ttItems1 {
		margin-bottom: 15px;
	}

	.xz_ttItems1 span img {
		width: 70px;
	}

	.xz_ttItems1 i {
		font-size: 20px;
	}

	.toutiao-section03-cont .item .cont .inner h3 {
		font-size: 24px;
	}

	.toutiao-section03-cont .item .cont .inner p {
		font-size: 16px;
	}


	.douyin-section04-cont ul li {
		display: block;
		padding: 15px 0px;
	}

	.douyin-section04-cont ul li .cont {
		padding: 0px 0px 10px;
	}

	.douyin-section04-cont ul li .cont .text {
		margin-top: 10px;
		padding-top: 30px;
		background-size: auto 28px;
	}

	.douyin-section04-cont ul li .cont .h4 {
		font-size: 20px;
	}

	.douyin-section04-cont ul li .cont .h4 i {
		font-size: 32px;
	}

	.douyin-section04-cont ul li .cont .h5 {
		font-size: 16px;
	}

	.douyin-section04-cont ul li .cont .text p {
		font-size: 16px;
	}

	.douyin-section04-cont ul li .img {
		width: 100%;
		margin-top: 15px;
	}

}

@media (max-width: 640px) {
	.seo-section01-cont .item .item_text {
		padding: 15px;
	}

	.seo-section01-cont .item .item_text h4 {
		font-size: 16px;
	}

	.seo-section01-cont .item .item_text h4:after {
		width: 45px;
		height: 1px;
		margin: 15px 0px;
	}

	.seo-section05_left .seo-section05_left_top .b {
		font-size: 14px;
	}

	.seo-section05_right_ilst {
		padding: 10px;
	}

	.seo-section05_right_ilst .b {
		height: 140px;
	}

	.seo-section08-cont_left {
		padding-bottom: 10px;
	}

	.seo-section08-cont_left a {
		padding: 8px 0px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.seo-section08-cont_left a:first-child {
		margin-bottom: 15px;
	}



	.google-section01-cont ul li a .content {
		height: 160px;
		padding: 20px;
	}

	.google-section01-cont ul li a .content .icon {
		width: 70px;
		height: 70px;
	}

	.google-section01-cont ul li a .content .title {
		font-size: 18px;
	}

	/*头条*/
	.ll_left_text {
		border-right: 0;
	}

	.ll_left_text .words1 {
		font-size: 48px;
	}
}