body {
	background: #e6e6e6;
}

.CommonIndexMore {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.CommonIndexMore.active a {
	color: #2897c2;
}

.CommonIndexMore.active a::before {
	background: #fff;
	border: 1px solid #2897c2;
}

.CommonIndexMore a {
	width: 160px;
	height: 50px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	outline: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition: .5s ease-in;
	transition: .5s ease-in;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.CommonIndexMore a:hover {
	background-color: #2897c2;
	color: #FFF;
	border: 1px solid #2897c2;
}

.CommonIndexMore a:hover::before {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.CommonIndexMore a::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #464c52;
	border: 1px solid #666666;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

@media (max-width: 1599px) {
	/* .banner .title{font-size: 40px;} */
	/* .banner .subtitle{font-size: 20px;}
	.banner .list ul li .num{font-size: 30px;} */
}

.marketingPlan {
	margin-top: 50px;
}

.marketingPlan .container {
	background: url(../image/index/ser_title_bg.jpg) center top no-repeat;
	background-color: #ffffff;
	padding-bottom: 60px;
}

.marketingPlan .container .contentBlock {
	padding-top: 150px;
	padding-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.marketingPlan .container .pongeimg {
	background: #464c52;
	width: 380px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.marketingPlan .container .pongeimg .title,
.marketingPlan .container .pongeimg .desc,
.marketingPlan .container .pongeimg .CommonIndexMore {
	padding: 0 40px;
}

.marketingPlan .container .pongeimg .title {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	padding-bottom: 20px;
}

.marketingPlan .container .pongeimg .title::after {
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: 40px;
	content: '';
}

.marketingPlan .container .pongeimg .desc {
	font-size: 14px;
	color: #fff;
	width: 240px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.marketingPlan .container .pongeimg .rotate {
	position: relative;
}

.marketingPlan .container .pongeimg .rotate a {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.marketingPlan .container .pongeimg .rotate img {
	position: relative;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	z-index: 0;
	-webkit-animation: progress360 16s ease-in infinite;
	animation: progress360 16s ease-in infinite;
}

.marketingPlan .container .pongeimg .rotate span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: 0;
	margin: auto;
	font-size: 14px;
	color: #0080ff;
	font-weight: bold;
	line-height: 1.2;
}

.marketingPlan .container .pongeimg .CommonIndexMore {
	margin-top: 40px;
	margin-bottom: 27px;
}

.marketingPlan .container ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding-top: 190px;
}

.marketingPlan .container ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 40px;
	box-shadow: 0px 0px 13.45px 0.55px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.marketingPlan .container ul li:last-child {
	margin-right: 40px;
}

.marketingPlan .container ul li .pongetitle {
	padding-left: 20px;
	height: 51px;
	border-bottom: 1px solid #f3f3f3;
}

.marketingPlan .container ul li .pongetitle.active {
	background: url(../image/index/ser_li_title.png) center center no-repeat;
	background-size: 100% 100%;
	border-bottom: 0;
}

.marketingPlan .container ul li .pongetitle.active span {
	border: 1px solid rgba(255, 255, 255, .5);
	border-top: 0;
}

.marketingPlan .container ul li .pongetitle.active span {
	background: none;
}

.marketingPlan .container ul li .pongetitle span {
	width: 150px;
	display: block;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	background: url(../image/index/ser_li.png) center center no-repeat;
}

.marketingPlan .container ul li .list {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.marketingPlan .container ul li .list a {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	padding-left: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 35px;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
}

.marketingPlan .container ul li .list a:hover {
	background: url(../image/index/ser_li_a.png) no-repeat;
	background-size: cover;
}

.marketingPlan .container ul li .list a:hover .img img:nth-of-type(1) {
	display: none;
}

.marketingPlan .container ul li .list a:hover .img img:nth-of-type(2) {
	display: block;
}

.marketingPlan .container ul li .list a:hover .text .title {
	color: #fff;
}

.marketingPlan .container ul li .list a:hover .text .desc {
	color: #fff;
}

.marketingPlan .container ul li .list a .img {
	margin-right: 10px;
}

.marketingPlan .container ul li .list a .img img:nth-of-type(1) {
	display: block;
}

.marketingPlan .container ul li .list a .img img:nth-of-type(2) {
	display: none;
}

.marketingPlan .container ul li .list a .text .title {
	font-size: 18px;
	color: #212121;
	margin-bottom: 15px;
}

.marketingPlan .container ul li .list a .text .desc {
	font-size: 14px;
	color: #767676;
	line-height: 1.8;
}

.marketingPlan .container ul li .list a .rightj {
	position: absolute;
	right: 20px;
	top: 30px;
}

@media(max-width:1599px) {
	.marketingPlan .container .pongeimg .title {
		font-size: 24px;
	}

	.marketingPlan .container ul li .pongetitle span {
		font-size: 18px;
	}

	.marketingPlan .container ul li .list a .text .title {
		font-size: 16px;
	}

	.marketingPlan .container ul {}

	.marketingPlan .container .pongeimg .rotate img {
		width: 250px;
		height: 250px;
	}

	.marketingPlan .container ul li .list a {
		padding-top: 20px;
	}

	.marketingPlan .container .pongeimg .rotate span {
		font-size: 12px;
	}

	.marketingPlan .container ul li .list a .text .desc {
		font-size: 12px;
	}
}

@-webkit-keyframes progress360 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	10% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	20% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	30% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	40% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	60% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	70% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	90% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes progress360 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	10% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	20% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	30% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	40% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	60% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	70% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	90% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media (max-width: 1599px) {
	.marketingPlan .container ul li {
		margin-left: 10px;
		box-shadow: 0px 0px 13.45px 0.55px rgba(0, 0, 0, 0.1);
	}

	.marketingPlan .container ul li:last-child {
		margin-right: 0px;
	}

	.marketingPlan .container ul li .list a .rightj {
		display: none;
	}
}

@media (max-width: 1599px) {}

.ContactUs {
	margin-top: 30px;
}

.ContactUs .container {
	padding: 0;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ContactUs .form {
	padding-top: 55px;
	background: url(../images/2298308bb64499233d27752e27cf6cd9.jpg) center center no-repeat;
	background-size: cover;
	width: 670px;
}

.ContactUs .form form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ContactUs .form form .title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.ContactUs .form form .title::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	content: '';
	margin: auto;
	background: #fff;
}

.ContactUs .form form .submit {
	width: 100%;
	margin-top: 20px;
}

.ContactUs .form form .submit input {
	outline: none;
	border: 0;
	background: url(../images/be91e48dae96888ef374df4c232e9bf7.png) center center no-repeat;
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #ffffff;
}

.ContactUs .form form .styleblock {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 550px;
	height: 60px;
	background: rgba(255, 255, 255, 0.3);
}

.ContactUs .form form .styleblock .img {
	padding-left: 20px;
	margin-right: 15px;
}

.ContactUs .form form .styleblock select {
	outline: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	background: none;
	color: #fff;
	border: 0;
	font-size: 16px;
	text-indent: 0.01px;
	background: url(../images/d55e47653f701477af250e1122bcb83a.png) no-repeat right center;
	background-position: right 20px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.ContactUs .form form .styleblock option {
	outline: none;
	font-size: 16px;
	color: #000;
	border: 0;
}

.ContactUs .form form .styleblock input {
	outline: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 20px;
	color: #fff;
	background: none;
	font-size: 16px;
	border: 0;
}

.ContactUs .form form .styleblock input::-webkit-input-placeholder {
	color: #fff;
}

.ContactUs .form form .styleblock input::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #fff;
}

.ContactUs .form form .styleblock input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #fff;
}

.ContactUs .form form .styleblock input:-ms-input-placeholder {
	/* Internet Explorer 10-11*/
	color: #fff;
}

.ContactUs .concat {
	padding-top: 55px;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.ContactUs .concat .title {
	font-size: 36px;
	padding-bottom: 12px;
	color: #1d1d1d;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.ContactUs .concat .title::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	content: '';
	margin: auto;
	background: #2898c2;
}

.ContactUs .concat .desc {
	width: 360px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #1f1f1f;
	margin-top: 20px;
	margin-bottom: 40px;
}

.ContactUs .concat .subdesc {
	font-size: 14px;
	color: #7d7d7d;
}

.ContactUs .concat ul {
	padding-bottom: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 80px;
}

.ContactUs .concat ul li {
	margin-left: 40px;
	box-shadow: 0px 0px 10.45px 5.55px rgba(0, 0, 0, 0.1);
	width: 250px;
	height: 240px;
	padding-top: 45px;
	position: relative;
}

.ContactUs .concat ul li .img {
	margin-bottom: 25px;
}

.ContactUs .concat ul li .name {
	font-size: 14px;
	color: #242424;
	margin-bottom: 20px;
}

.ContactUs .concat ul li .con {
	width: 180px;
	text-align: center;
	margin: 0 auto;
}

.ContactUs .concat ul li::after {
	position: absolute;
	width: 100%;
	content: '';
	height: 4px;
	background: url(../images/b664a5b4fd93bc793b915684d6d715be.png) center center no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 1599px) {
	.ContactUs .form {
		width: auto;
	}

	.ContactUs .form form .styleblock {
		width: 100%;
	}

	.ContactUs .concat {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.ContactUs .form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ContactUs .concat ul li:last-child {
		margin-right: 40px;
	}

	.ContactUs .concat ul li {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: auto;
	}

	.ContactUs .form {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.commonIndexHeaderTop .title {
	color: #1b1b1b;
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 15px;
	position: relative;
}

.commonIndexHeaderTop .title::after {
	width: 60px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2898c2;
	content: '';
}

.commonIndexHeaderTop .desc {
	font-size: 14px;
	color: #828282;
	margin-top: 15px;
	margin-bottom: 40px;
}

.commonIndexHeaderTop .navlist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.commonIndexHeaderTop .navlist .left ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.commonIndexHeaderTop .navlist .left ul li {
	cursor: pointer;
	margin-right: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ededed;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 150px;
	height: 50px;
}

.commonIndexHeaderTop .navlist .left ul li.active,
.commonIndexHeaderTop .navlist .left ul li:hover {
	background: url(../images/cb670b279196b1ef051a8a3ea0f9d621.png);
}

.commonIndexHeaderTop .navlist .left ul li.active .text,
.commonIndexHeaderTop .navlist .left ul li:hover .text {
	color: #fff;
}

.commonIndexHeaderTop .navlist .left ul li.active .img img:nth-of-type(1),
.commonIndexHeaderTop .navlist .left ul li:hover .img img:nth-of-type(1) {
	display: none;
}

.commonIndexHeaderTop .navlist .left ul li.active .img img:nth-of-type(2),
.commonIndexHeaderTop .navlist .left ul li:hover .img img:nth-of-type(2) {
	display: block;
}

.commonIndexHeaderTop .navlist .left ul li .img {
	-webkit-transition: 0.5s ease all;
	transition: 0.5s ease all;
	margin-right: 6px;
}

.commonIndexHeaderTop .navlist .left ul li .img img:nth-of-type(1) {
	display: block;
}

.commonIndexHeaderTop .navlist .left ul li .img img:nth-of-type(2) {
	display: none;
}

.commonIndexHeaderTop .navlist .left ul li .text {
	color: #202020;
	font-size: 16px;
}

.new_ContactUs {
	margin-top: 50px;
}

.new_ContactUs .container {
	padding: 0;
	display: flex;
}

.new_ContactUs .left {
	width: 50%;
	background: url(../image/index/message_left.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.new_ContactUs .left .contentBlock {
	background: #333;
	max-width: auto;
	width: 635px;
	position: absolute;
	padding: 0 40px;
	bottom: 0;
	right: 0;
	padding: 0 6%;
}

.new_ContactUs .left .contentBlock ul {
	display: flex;
}

.new_ContactUs .left .contentBlock ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 20px;
}

.new_ContactUs .left .contentBlock ul li .en {
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
}

.new_ContactUs .left .contentBlock ul li .text {
	margin: 15px auto 0;
	max-width: 160px;
	line-height: 18px;
	font-size: 13px;
	color: #eeeeee;
	text-align: center;
}

.new_ContactUs .right {
	width: 50%;
	padding: 60px 50px;
	background: #fff;
}

.new_ContactUs .right .title {
	color: #333333;
}

.new_ContactUs .right .desc {
	margin-top: 25px;
	font-size: 18px;
	color: #666;
	margin-bottom: 0;
}

.new_ContactUs .right .en {
	margin-top: 10px;
	color: #999999;
	font-size: 12px;
	font-size: 10px;
	text-transform: uppercase;
}

.new_ContactUs .right .form {
	margin-top: 40px;
}

.new_ContactUs .right .form form {
	display: flex;
	flex-flow: wrap;
}

.new_ContactUs .right .form .styleblock {
	margin-bottom: 30px;
	width: 50%;
	padding-right: 10px;
}

.new_ContactUs .right .form .styleblock:nth-of-type(2n+0) {
	padding-right: 0;
	padding-left: 10px;
}

.new_ContactUs .right .form .styleblock .parent {
	background: #eeeeee;
	display: flex;
	width: 100%;
	line-height: 30px;
	height: 60px;
	border: none;
	font-size: 16px;
	color: #333;
	justify-content: space-between;
}

.new_ContactUs .right .form .styleblock .parent>input {
	outline: none;
	flex: 1;
	padding-left: 20px;
	min-width: 0;
	padding-right: 10px;
	border: 0;
	background: none;
	color: #333;
}

.new_ContactUs .right .form .styleblock .iconimg {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.new_ContactUs .right .form .styleblock .text {
	font-size: 16px;
	color: #666;
	line-height: 60px;
	height: 60px;
	padding-left: 20px;
}

.new_ContactUs .right .form .submit {
	width: 100%;
	background: #2897c2;
}

.new_ContactUs .right .form .submit input {
	outline: none;
	border: 0;
	background: none;
	color: #fff;
	text-align: center;
	flex: 1;
	height: 54px;
	width: 100%;
}

.new_ContactUs .right .form .checkbox .parent {
	cursor: pointer;
	position: relative;
}

.new_ContactUs .right .form .checkbox .parent .block {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.new_ContactUs .right .form .checkbox .parent ul {
	position: absolute;
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	border: 1px solid #c5c5c5;
	background: #fff;
	border-radius: 0 0 5px 5px;
}

.new_ContactUs .right .form .checkbox .parent ul li {
	display: flex;
	align-items: center;
	padding: 0px 10px;
	cursor: pointer;
	transition: 0.3s ease all;
}

.new_ContactUs .right .form .checkbox .parent ul li:hover {
	background: #ededed;
}

.new_ContactUs .right .form .checkbox .parent ul li input {
	cursor: pointer;
	position: absolute !important;
	opacity: 0 !important;
}

.new_ContactUs .right .form .checkbox .parent ul li label {
	cursor: pointer;
	margin-bottom: 0;
	margin-left: 5px;
	flex: 1;
	min-width: 0;
	font-size: 14px;
}

@media (max-width: 1599px) {}

/* 新增1*/
.marketingPlan .container {
	background-image: url(../image/index/ser_title_bg.jpg);
}

.marketingPlan .enBg {
	opacity: 0.4;
}

.marketingPlan .enBg img {
	display: block;
}

.marketingPlan .contentChildren {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.marketingPlan .contentChildren .enBg {
	/* display: flex;align-items: center;justify-content: center;*/
	padding-left: 40px;
}

.marketingPlan .contentChildren ul {
	padding-top: 40px;
}

.marketingPlan .container .contentBlock {
	padding-top: 153px;
}

@media (max-width: 1599px) {
	.marketingPlan .container .contentBlock {
		padding-top: 122px;
	}

	.marketingPlan .container {
		background-size: 100% auto;
	}

	.marketingPlan .container .pongeimg {
		width: 300px;
	}

	.marketingPlan .container .contentBlock {
		padding-right: 30px;
	}

	.marketingPlan .container ul li .pongetitle span {
		width: 100px;
	}

	.marketingPlan .container ul li .pongetitle span {
		height: 40px;
	}

	.marketingPlan .container ul li .pongetitle {
		height: 40px;
	}

	.marketingPlan .contentChildren ul {
		padding-left: 30px;
	}

	.marketingPlan .contentChildren .enBg {
		padding-left: 40px;
		height: 104px;
	}

	.marketingPlan .container .contentBlock {
		padding-right: 30px;
		padding-left: 30px;
	}

	.marketingPlan .contentChildren ul {
		padding-left: 20px;
	}

	.marketingPlan .container ul li {
		margin-left: 20px;
	}

	.marketingPlan .container .pongeimg .rotate img {
		width: 280px;
		height: 280px;
	}

	.marketingPlan .container ul li .list a .img img {
		width: 28px;
	}

	.marketingPlan .container ul li .list a .text .desc {}

	.marketingPlan .container ul li .list a .text .desc {
		padding-right: 10px;
	}

	.marketingPlan .container .pongeimg .CommonIndexMore {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.marketingPlan .container .pongeimg .desc {
		margin-bottom: 20px;
	}

	.marketingPlan .container .pongeimg {}

	.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img {
		width: 70%;
	}

	.new_ContactUs .left .contentBlock {
		width: 485px;
		padding: 0 4%;
	}

	.new_ContactUs .left .contentBlock ul li {
		padding-left: 0;
		padding-right: 0;
	}
}

.footer {
	margin-top: 50px;
}

.NewSiteStyle {
	display: flex;
	flex-flow: wrap;
	padding: 0 30px;
	margin-top: 20px;
}

.NewSiteStyle li {
	margin-right: 40px;
	margin-bottom: 40px;
}

.NewSiteStyle li:nth-of-type(3n+0) {
	margin-right: 0;
}

.NewSiteStyle li .parent .img {
	background: linear-gradient(-45deg, #004776 0%, #000000 100%);
	position: relative;
	text-align: center;
	overflow: hidden;
	background: linear-gradient(-45deg, #004776 0%, #000000 100%);
}

.NewSiteStyle li .parent .img a {
	display: block;
}

.NewSiteStyle li .parent .img a:hover img {
	transform: scale3d(1.05, 1.05, 1);
	opacity: 0.3;
}

.NewSiteStyle li .parent .img a:hover figcaption::after {
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	opacity: 0.8;
}

.NewSiteStyle li .parent .img a:hover figcaption p {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.NewSiteStyle li .parent .img a img {
	width: 480px;
	height: 280px;
	transition: opacity 0.35s, transform 0.35s;
	display: block;
}

.NewSiteStyle li .parent .img a figcaption {
	position: absolute;
	top: -15%;
	left: -15%;
	width: 130%;
	height: 130%;
	color: #fff;
	text-transform: uppercase;
	backface-visibility: hidden;
}

.NewSiteStyle li .parent .img a figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
	opacity: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition: opacity 0.35s, transform 0.35s;
}

.NewSiteStyle li .parent .img a figcaption p {
	position: absolute;
	top: 50%;
	transition: opacity 0.35s, transform 0.35s;
	left: 0;
	width: 100%;
	line-height: 30px;
	margin-top: -15px;
	text-transform: uppercase;
	font-size: 10px;
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
}

.NewSiteStyle li .parent .text a {
	padding: 20px 25px 0;
	display: block;
	border: 1px solid #f5f5f5;
}

.NewSiteStyle li .parent .text a:hover {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.NewSiteStyle li .parent .text a:hover .more .write {
	transform: translateX(-20px);
}

.NewSiteStyle li .parent .text a:hover .more .write img:nth-of-type(1) {
	display: none;
}

.NewSiteStyle li .parent .text a:hover .more .write img:nth-of-type(2) {
	display: block;
}

.NewSiteStyle li .parent .text a:hover .title {
	color: #2897c2;
}

.NewSiteStyle li .parent .text a:hover .position {
	color: #2897c2;
}

.NewSiteStyle li .parent .text a:hover .more {
	color: #2897c2;
}

.NewSiteStyle li .parent .text a .title {
	font-size: 20px;
	color: #333333;
	transition: opacity 0.35s, transform 0.35s;
	transition: 0.3s ease all;
}

.NewSiteStyle li .parent .text a .title h3 {
	font-size: 20px;
	width: 294px;
}

.NewSiteStyle li .parent .text a .position {
	font-size: 15px;
	transition: 0.3s ease all;
	color: #999999;
	margin: 12px 0 20px;
}

.NewSiteStyle li .parent .text a .more {
	border-top: 1px solid #e0e0e0;
	line-height: 42px;
	position: relative;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	color: #666;
	align-items: center;
}

.NewSiteStyle li .parent .text a .more .write {
	transition: opacity 0.35s, transform 0.35s;
}

.NewSiteStyle li .parent .text a .more .write img:nth-of-type(1) {
	display: block;
}

.NewSiteStyle li .parent .text a .more .write img:nth-of-type(2) {
	display: none;
}

@media (min-width:1600px) and (max-width:1617px) {
	.NewSiteStyle {
		justify-content: space-between;
	}

	.NewSiteStyle li {
		margin-right: 31px;
	}
}

@media (max-width: 1599px) {
	.NewSiteStyle li .parent .img a img {
		width: 346px;
		height: 250px;
	}
}

.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img {
	overflow: hidden;
}

section {
	visibility: visible !important;
}

.marketingPlan .container ul li {
	visibility: visible !important;
}

.marketingPlan .container .pongeimg {
	visibility: visible !important;
}

/*2020-05-15 */

/*news_box*/
.picfocus {
	overflow: hidden;
}

.picfocus img {
	-webkit-transition: 0.36s ease;
	-moz-transition: 0.36s ease;
	-o-transition: 0.36s ease;
	-ms-transition: 0.36s ease;
}

.picfocus:hover img,
a:hover .picfocus img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


/*news_box*/
.news_box {
	margin: 50px 0;
}

.news_box .container {
	padding: 40px;
	background: #fff;
}

.news_box .commonIndexHeaderTop {
	position: relative;
}

.news_box .rightMore {
	position: absolute;
	right: 30px;
	top: 54px;
}

.news_box .rightMore .CommonIndexMore {
	display: none;
}

.news_box .rightMore .CommonIndexMore.active {
	display: block;
}

.news_box .tabs {
	margin: 0 -8px;
	width: 100%;
	overflow: hidden;
}

.news_box .tabs li {
	float: left;
	width: 12.5%;
	padding: 0 8px;
	margin-bottom: 8px;
}

.news_box .tabs a {
	display: block;
	background: #ededed;
	text-align: center;
	font-size: 16px;
	color: #202020;
	line-height: 50px;
	cursor: pointer;
}

.news_box .tabs li.on a,
.news_box .tabs li a:hover {
	background: linear-gradient(210deg, #2684BE, #2AB9C9);
	color: #fff;
}

.news_box .tabs_cont {
	margin: 30px 0 0;
	overflow: hidden;
}

.news_box .tabs_cont ul {
	margin: 0 -5px;
}

.news_box .tabs_cont li {
	float: left;
	width: 50%;
	margin-top: 10px;
	padding: 0 5px;
}

.news_box .item {
	display: flex;
	border: 1px solid #E5E5E5;
	padding: 23px 30px;
	/* height: 120px; */
}

.news_box .item .info {
	flex: 1;
	overflow: hidden;
}

.news_box .item .tit {
	line-height: 24px;
	color: #1D1D1D;
	font-size: 18px;
	white-space: nowrap;
	/* text-overflow: ellipsis;
	overflow: hidden; */
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.news_box .item .tit::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	margin: 8px 0 0;
	background: #C2C2C2;
	vertical-align: top;
}

.news_box .item .desc {
	font-size: 14px;
	height: 63px;
	margin: 15px 0 0;
	color: #828282;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.news_box .item .date {
	width: 64px;
	height: 64px;
	margin: 6px 0 0 80px;
	text-align: center;
}

.news_box .item .day {
	line-height: 43px;
	font-size: 36px;
	color: #212121;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.news_box .item .year {
	line-height: 18px;
	font-size: 12px;
	color: #818181;
	border: 1px solid #e5e5e5;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.news_box .item:hover .tit {
	color: #2897c3;
}

.news_box .item:hover .day {
	border-color: #37C0D3;
	color: #fff;
	background: #37C0D3;
}

.news_box .item:hover .year {
	border-color: #2995c3;
	color: #fff;
	background: #2995c3;
}

.news_box .item_left {
	background: #F3F3F3;
	padding: 20px;
	display: block;
	height: 380px;
	border: none;
}

.news_box .item_left .picfocus {
	width: 100%;
	height: 260px;
}

.news_box .item_left .picfocus img {
	width: 100%;
}

.news_box .item_left .info {
	padding: 10px 0 0;
	/* height: 100px; */
}

.news_box a.item_left {
	color: #1D1D1D;
}

.news_box .item_left .ztit {
	float: left;
	width: 75%;
	margin: 8px 0 0;
	/* display: -webkit-box; */
	/* white-space: initial;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; */
}

.news_box .item_left .ztit .tit_title {
	font-size: 16px;
	/* text-overflow: ellipsis; */
	white-space: nowrap;
	overflow: hidden;
}

.news_box .item_left .ztit .tit_title::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	margin: 8px 0 0;
	background: #C2C2C2;
	vertical-align: top;
}

.news_box .item_left .ztit .tit_desc {
	font-size: 14px;
	height: 65px;
	color: #828282;
	word-wrap: break-word;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_box .item_left .tit::after {
	content: none;
}

.news_box .item_left .date {
	float: right;
	margin: 0;
}

.news_box .item_left .day,
.news_box .item_left .year {
	/* border-color: transparent; */
	border: 1px solid #e5e5e5;
}

/* .news_box .item_left:hover .day,
.news_box .item_left:hover .year {
	color: #2895c3;
	border-color: transparent;
	background: none;
} */

.news_box .item_left:hover .day {
	border-color: #37C0D3;
	color: #fff;
	background: #37C0D3;
}

.news_box .item_left:hover .year {
	border-color: #2995c3;
	color: #fff;
	background: #2995c3;
}

@media (max-width: 1599px) {
	.news_box .rightMore {
		top: 35px;
	}

	.news_box .tabs_cont {
		margin-top: 20px;
	}

	.news_box .item {
		padding: 10px 15px;
		/* height: 92px; */
	}

	.news_box .item .desc {
		margin: 10px 0 0;
	}

	.news_box .item .tit {
		font-size: 16px;
	}

	.news_box .item .date {
		margin-left: 40px;
	}

	.news_box .item .day {
		font-size: 30px;
	}

	.news_box .item_left {
		height: 404px;
	}

	.news_box .item_left .picfocus {
		/* height: 190px; */
	}
}