img {
	max-width: 100%;
}

.Characteristic_service {
	max-width: 1300px;
	margin: 0 auto;
}

.Characteristic_service ul {
	display: flex;
}

.Characteristic_service ul li {
	width: 20%;
	padding: 0px;
	border: 1px solid #d1d1d1;
	border-left: none;
	box-sizing: border-box;
	background: #fff;
	transition: all 0.3s;
}

.Characteristic_service ul li:first-child {
	border-left: 1px solid #d1d1d1;
}

.Characteristic_service ul li .Characteristic_top {
	background: #ebebeb;
}

.Characteristic_service ul li:nth-child(2n) .Characteristic_top {
	background: #f2f2f2;
}

.Characteristic_service ul li .Characteristic_top {
	text-align: center;
	padding: 20px 20px;
	box-sizing: border-box;
}

.Characteristic_service ul li .Characteristic_top p {
	height: 50px;
}

.Characteristic_service ul li .Characteristic_top h1 {
	font-size: 20px;
}

.Characteristic_service ul li .Characteristic_bottom {
	padding: 20px 20px;
	box-sizing: border-box;
}

.Characteristic_service ul li .Characteristic_bottom>div {
	height: 150px;
	overflow: hidden;
}

.Characteristic_service ul li a {
	display: none;
	padding: 5px 10px;
	border: 1px solid #30c1de;
	text-align: center;
}

.Characteristic_service ul li i {
	font-style: normal;
	display: block;
	text-align: center;
}

.Characteristic_service ul li:hover {
	width: 25%;
	z-index: 999;
	border: 1px solid #30c1de;
	box-shadow: 0px 0px 10px -2px #30c1de;
}

.Characteristic_service ul li:hover .Characteristic_top {
	color: #f2f2f2;
	background: #30c1de;
}

.Characteristic_service ul li:hover .Characteristic_top img {
	filter: brightness(10);
}

.Characteristic_service ul li:hover .Characteristic_bottom a {
	color: #30c1de;
	display: inline-block;
}

.Characteristic_service ul li:hover .Characteristic_bottom i {
	display: none;
}

.top_share_content {}

.top_share_content ul {}

.top_share_content ul li {
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}

.ServiceWebsite_newClass {}

.ServiceWebsite_newClass .ServiceWebsite_left {
	width: 240px;
	float: left;
	margin-right: 20px;
	font-size: 18px;
}

.ServiceWebsite_newClass .ServiceWebsite_right {
	width: 1240px;
	float: left;
}

.ServiceWebsite_newClass .ServiceWebsite_right .ser_video {
	background: #fafafa;
	padding: 0 20px;
	box-sizing: border-box;
}

.ServiceWebsite_newClass .ServiceWebsite_right .ser_video video {
	height: 1px !important;
}

.product_advantage {}

.product_advantage ul {
	/* margin-left: -20px!important;margin-right: -20px!important; */
}

.product_advantage ul li {
	width: calc((100% - 180px)/3);
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 30px;
	padding: 10px 10px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #ccc;
	transition: all 0.5s;
}

.product_advantage ul li>div:nth-child(1) {
	width: 15%;
}

.product_advantage ul li>div:nth-child(2) {
	width: 84%;
}

.product_advantage ul li div h1 {
	color: #24537c;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}

.product_advantage ul li div p {}

.product_advantage ul li:hover {
	transform: scale3d(1.1, 1.1, 1.1);
	border: 1px solid #24537c;
}

.product_advantage ul li:hover img {
	animation: xuanz 1s;
}

.application_system {
	max-width: 1300px;
	margin: 0 auto;
}

.application_system ul {
	display: flex;
}

.application_system ul li {
	color: #fff;
	margin: 5px;
	padding: 10px 0;
	width: calc(100%/7);
	text-align: center;
	background: #9fbee9;
	box-sizing: border-box;
}

.application_system ul li p {
	margin-top: 5px;
}

.application_system ul li:first-child {
	background: #8ed6d2;
}

.application_system ul li:hover img {
	animation: xuanz 1s;
}

.product_successful_cases {}

.product_successful_cases ul {
	margin-left: -5px;
	margin-right: -5px;
}

.product_successful_cases ul li {
	text-align: center;
	display: inline-block;
	width: calc((100% - 40px)/4);
	float: left;
	line-height: 35px;
	border: 1px solid #ccc;
	margin: 5px 5px;
	transition: all 0.4s;
}

.product_successful_cases ul li:hover {
	background: #000;
	color: #fff;
}

.Presale_service {}

.Presale_service ul {
	text-align: center;
}

.Presale_service ul li {
	background: #f5f9fc;
	display: inline-block;
	width: 17%;
	margin: 0 10px;
	padding: 4% 0;
	box-sizing: border-box;
	transition: all 0.2s;
}

.Presale_service ul li>div {
	height: 110px;
}

.Presale_service ul li p {
	color: #6c6c6c;
	font-size: 30px;
	margin-top: 15px;
}

.Presale_service ul li:hover {
	box-shadow: 0px 0px 8px 1px #6bbcf1;
}

.cooperate_with {}

.cooperate_with ul {
	text-align: center;
}

.cooperate_with ul li {
	display: inline-block;
	width: 17%;
	margin: 0 10px;
	padding: 4% 0;
	box-sizing: border-box;
	transition: all 0.2s;
}

.cooperate_with ul li img {
	transition: all 0.2s;
}

.cooperate_with ul li>div {
	width: 190px;
	height: 190px;
	line-height: 190px;
	margin: 0 auto;
	border-radius: 50%;
	background: #53b5ff;
}

.cooperate_with ul li p {
	color: #6c6c6c;
	font-size: 30px;
	margin-top: 15px;
}

.cooperate_with ul li:hover img {
	transform: rotateZ(11deg);
}

.Platform_maintenance {}

.Platform_maintenance ul {
	text-align: center;
}

.Platform_maintenance ul li {
	display: inline-block;
	width: 17%;
	margin: 0 10px;
	padding: 4% 0;
	box-sizing: border-box;
}

.Platform_maintenance ul li img {
	transition: all 0.2s;
}

.Platform_maintenance ul li>div {}

.Platform_maintenance ul li p {
	color: #6c6c6c;
	font-size: 30px;
	margin-top: 15px;
	font-weight:normal;
}

.Platform_maintenance ul li:hover img {
	transform: translateY(6px) translateX(10px);
}

.about_mian {
	font-size: 18px;
}

.about_mian p {
	font-size: 14px;
	text-indent: 2rem;
	line-height: 24px;
}
.about_mian p:last-child{
	margin-bottom: 0;
}

.development_course {}

.development_course .mySwiper2 {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
}

.development_course .mySwiper2 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0;
	box-sizing: border-box;
}

.development_course .mySwiper2 .swiper-slide div h1 {
	font-size: 98px;
	color: #d3ae79;
	margin-right: 47px;
}

.development_course .mySwiper2 .about_project {}

.development_course .mySwiper2 .about_project dl {}

.development_course .mySwiper2 .about_project dl dt {
	font-size: 24px;
	line-height: 35px;
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}

.development_course .mySwiper2 .about_project dl dt::after,
.development_course .mySwiper2 .about_project dl dt::before {
	content: "";
	width: 16px;
	height: 3px;
	position: absolute;
	top: 17px;
	left: 0;
	background: #878787;
}

.development_course .mySwiper2 .about_project dl dt::before {}

.development_course .mySwiper2 .about_project dl dt::after {
	transform: rotate(90deg);
}

.development_course .mySwiper {
	background: #eaeaea;
}

.development_course .mySwiper .swiper-slide {
	cursor: pointer;
	text-align: center;
	line-height: 25px;
}

.development_course .mySwiper .swiper-slide.swiper-slide-thumb-active {
	background: #d3ae79;
	color: #fff;
}

.Enterprise_culture {
	display: flex;
	justify-content: center;
}

.Enterprise_culture_left {}

.Enterprise_culture_right {
	width: 56%;
	display: flex;
	justify-items: center;
	align-items: center;
	padding-left: 30px;
}

.Enterprise_culture_right ul {}

.Enterprise_culture_right ul li {}

.Enterprise_culture_right ul li h1 {
	font-size: 36px;
}

.Enterprise_culture_right ul li h1 span {
	color: #0362ff;
	display: inline-block;
	margin-right: 21px;
}

.Inside_general {
	padding: 20px 50px;
}

.insi_banner {
	position: relative;
}

.insi_banner img {
	width: 100%;
}

.insi_banner .insi_banner_text {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.insi_banner .insi_banner_text h1 {
	color: #000;
	font-size: 45px;
	line-height: 45px;
	font-weight: normal;
}

.insi_banner .insi_banner_text h2 {
	color: #e2e2e2;
	font-size: 62px;
	line-height: 62px;
	font-weight: normal;
}

.NewsDetil_content {}

.NewsDetil_content_pan {
	padding: 0 0;
	border-bottom: 1px solid #ccc;
}

.NewsDetil_content .NewsDetil_content_top {
	text-align: center;
	margin-top: 50px;
}

.NewsDetil_content .NewsDetil_content_top h1 {
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 10px;
}

.NewsDetil_content .NewsDetil_content_top div span {
	font-size: 12px;
	display: inline-block;
}

.NewsDetil_content .NewsDetil_content_main {
	margin-top: 50px;
	margin-bottom: 50px;
}

.NewsDetil_content .NewsDetil_content_main p {
	line-height: 28px;
	font-size:16px;
}

.NewsDetil_content_next {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
}

.NewsDetil_content_next .sd_left {}

.NewsDetil_content_next .sd_left p {
	line-height: 23px;
}

.NewsDetil_content_next .sd_right a {
	color: #0067ed;
}

.NewsDetil_content_next a:hover {
	color: #0067ed;
}

.setHeight {
	height: 90px;
}

.customer_main_bg {
	padding: 10% 0;
}

.customer_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.customer_main .customer_main_left {
	position: relative;
	width: 65%;
	margin-right: 120px;
}

.customer_main .customer_main_left img {
	position: relative;
	width: 100%
}

.customer_main .customer_main_left ul.markPinot {
	width: 100%;
	height: 100%;
}

.customer_main .customer_main_left ul.markPinot li {
	width: 10px;
	height: 10px;
	padding: 0;
	position: absolute;
	background: #0362ff;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}

.customer_main .customer_main_left ul.markPinot li::before {
	content: "";
	background: rgb(3, 98, 255, 0.5);
	display: inline-block;
	border-radius: 50%;
	animation: myfirst 2s infinite;
	-webkit-animation: myfirst 2s infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

ul.markPinot li ._text {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 123px;
	background: #0362ff;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
}

ul.markPinot li ._text i {
	display: inline-block;
	font-style: normal;
	float: right;
	position: absolute;
	top: -10px;
	right: -5px;
	background: #4488f9;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

ul.markPinot li ._text h1 {
	font-size: 13px;
	letter-spacing: 1px;
}

ul.markPinot li ._text.ac {
	display: block;
}

ul.markPinot li:nth-child(1) {
	top: 55%;
	right: 18%;
}

ul.markPinot li:nth-child(2) {
	top: 28%;
	right: 30%;
}

ul.markPinot li:nth-child(3) {
	top: 40%;
	right: 33%;
}

ul.markPinot li:nth-child(4) {
	top: 30%;
	right: 13%;
}

ul.markPinot li:nth-child(5) {
	top: 13%;
	right: 12%;
}

ul.markPinot li:nth-child(6) {
	top: 58%;
	right: 32%;
}

ul.markPinot li:nth-child(7) {
	top: 32%;
	right: 27%;
}

ul.markPinot li:nth-child(8) {
	top: 23%;
	right: 10%;
}

ul.markPinot li:nth-child(9) {
	top: 80%;
	right: 30%;
}

ul.markPinot li:nth-child(10) {
	top: 63%;
	right: 18%;
}

ul.markPinot li:nth-child(11) {
	top: 35%;
	right: 26%;
}

ul.markPinot li.ac {
	background-color: #ffaa00 !important;
	z-index: 9999;
}

ul.markPinot li.ac ._text {
	display: block;
	background-color: #ffaa00;
}

.part_title {
	color: #ffaa00;
	margin-bottom: 50px;
}

.part_smtitle {
	margin-top: 30px;
}

.map-content {
	overflow: hidden;
	background-color: #fff;
	padding: 10px 0;
}

.map-main {
            margin:0 auto;
            max-width:1200px;
			border: 1px solid #BBBBBB;
			border-radius: 10px;
			box-shadow: 0 0 5px rgba(187, 187, 187, .5);
			overflow: hidden;
			height: 400px;
			margin-top: 30px;
			margin-bottom: 30px;
}

.bgf {
	background-color: #fff;
}

.cbo {
	overflow: hidden;
}

.company_des {
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}

.company_des li {
	width: 640px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left
}

.customer_main .customer_main_right {
	width: 35%;
	color: #fff;
	height: 650px;
	overflow-y: auto;
}

.Honorary_certificate li{text-align: center;}

/*滚动条美化*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background-color: #f7f7f7;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px #cfcfd1;
	-webkit-box-shadow: inset 0 0 6px #cfcfd1;
	border-radius: 10px;
	background-color: #f7f7f7;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px #cfcfd1;
	-webkit-box-shadow: inset 0 0 6px #cfcfd1;
	background-color: #cfcfd1;
}

.customer_main .customer_main_right h1 {}

.customer_main .customer_main_right p {
	padding: 10px 0;
	line-height: 25px;
}

.customer_main .customer_main_right a {
	display: inline-block;
	color: #fff;
	float: right;
	padding: 5px 15px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 5px;
}

@keyframes myfirst {
	from {
		width: 10px;
		height: 10px;
		opacity: 1;
	}

	to {
		width: 20px;
		height: 20px;
		opacity: 0.1;
	}
}

@-webkit-keyframes myfirst

/* Safari 与 Chrome */
	{
	from {
		width: 10px;
		height: 10px;
		opacity: 1;
	}

	to {
		width: 20px;
		height: 20px;
		opacity: 0.1;
	}
}

@keyframes xuanz {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(180deg);
	}
}

.recruitment_content {
	position: relative;
	padding: 10px 10px;
	box-sizing: border-box;
}

.recruitment_content a.join {
	font-size: 17px;
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	color: #fff;
	padding: 5px 20px;
	background: #0067ed;
	border-radius: 3px;
}
.map-text p {
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
.map-text h1{padding-bottom:20px}
@media screen and (max-width: 1065px) {
	.pc_header .pc_header_content {
		width: 100%;
	}

	.header_content_right {
		top: 50px;
	}

	.header_content_logo img {
		margin-left: 5px;
		/* filter: brightness(0) !important; */
	}

	.menu ul::after {
		content: "";
		display: block;
		clear: both;
	}

	.menu ul li {
		background: #fff;
		position: relative !important;
		top: 0 !important;
	}
	.map-text p {
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
.map-text h1{padding-bottom:20px}
}

@media screen and (max-width:768px) {
	.map-main {
		max-width: 95% !important;
		width: 95% !important;
		height: auto !important;
	}

	.map-area {
		width: 100% !important;
		height: 400px !important;
	}

	.map-text {
		width: 100% !important;
		height: 300px !important;
		box-sizing: border-box;
		padding: 30px;
	}
.map-text p {
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
.map-text h1{padding-bottom:20px}
	.company_des {
		width: 100% !important;
	}

	.company_des li {
		width: 100% !important;
		padding-right: 0px !important;
	}

	.company_des li img {
		display: block;
		width: 100% !important;
		height: auto;
	}

	.map-main {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: 50vh;
	}

	.about_content {
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 !important;
	}

	.video_content {
		width: 100% !important;
		position: relative;
	}

	.ServiceWebsite_newClass .ServiceWebsite_left {
		display: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right {
		width: 100%;
		float: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right .ser_video {
		padding: 0%;
	}

	.contentInfo02 img {
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width:414px) {
	.map-main {
		width: 100% !important;
		height: auto !important;
	}
 
	.map-area {
		width: 100% !important;
		height: 400px !important;
	}

	.map-text {
		width: 100% !important;
		height: 300px !important;
		box-sizing: border-box;
		padding: 30px;
	}
	.map-text h1{padding-bottom:20px}
.map-text p {
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
	.company_des {
		width: 100% !important;
	}

	.company_des li {
		width: 100% !important;
		padding-right: 0px !important;
	}

	.company_des li img {
		display: block;
		width: 100% !important;
		height: auto;
	}

	.map-main {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: 50vh;
	}

	.about_content {
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 !important;
	}

	.video_content {
		width: 100% !important;
		position: relative;
	}

	.ServiceWebsite_newClass .ServiceWebsite_left {
		display: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right {
		width: 100%;
		float: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right .ser_video {
		padding: 0%;
	}

	.contentInfo02 img {
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width:375px) {
	.map-main {
		width: 100% !important;
		height: auto !important;
	}

	.map-area {
		width: 100% !important;
		height: 400px !important;
	}

	.map-text {
		width: 100% !important;
		height: 300px !important;
		box-sizing: border-box;
		padding: 30px;
	}
.map-text p {
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
.map-text h1{padding-bottom:20px}
	.company_des {
		width: 100% !important;
	}

	.company_des li {
		width: 100% !important;
		padding-right: 0px !important;
	}

	.company_des li img {
		display: block;
		width: 100% !important;
		height: auto;
	}

	.map-main {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: 50vh;
	}

	.about_content {
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 !important;
	}

	.video_content {
		width: 100% !important;
		position: relative;
	}

	.ServiceWebsite_newClass .ServiceWebsite_left {
		display: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right {
		width: 100%;
		float: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right .ser_video {
		padding: 0%;
	}

	.contentInfo02 img {
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width:320px) {
	.map-main {
		width: 100% !important;
		height: auto !important;
	}

	.map-area {
		width: 100% !important;
		height: 400px !important;
	}

	.map-text {
		width: 100% !important;
		height: 300px !important;
		box-sizing: border-box;
		padding: 30px;
	}
.map-text p {
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
.map-text h1{padding-bottom:20px}
	.company_des {
		width: 100% !important;
	}

	.company_des li {
		width: 100% !important;
		padding-right: 0px !important;
	}

	.company_des li img {
		display: block;
		width: 100% !important;
		height: auto;
	}

	.map-main {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: 50vh;
	}

	.about_content {
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 !important;
	}

	.video_content {
		width: 100% !important;
		position: relative;
	}

	.ServiceWebsite_newClass .ServiceWebsite_left {
		display: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right {
		width: 100%;
		float: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right .ser_video {
		padding: 0%;
	}

	.contentInfo02 img {
		width: 100% !important;
		height: auto !important;
	}
}

@media screen and (max-width:868px) {
	.map-main {
		width: 100% !important;
		height: auto !important;
	}

	.map-area {
		width: 100% !important;
		height: 400px !important;
	}

	.map-text {
		width: 100% !important;
		height: 300px !important;
		box-sizing: border-box;
		padding: 30px;
	}
.map-text p {
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
.map-text h1{padding-bottom:20px}
	.company_des {
		width: 100% !important;
	}

	.company_des li {
		width: 100% !important;
		padding-right: 0px !important;
	}

	.company_des li img {
		display: block;
		width: 100% !important;
		height: auto;
	}

	.map-main {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: 50vh;
	}

	.about_content {
		width: 100% !important;
		box-sizing: border-box;
		padding: 0 !important;
	}

	.video_content {
		width: 100% !important;
		position: relative;
	}

	.ServiceWebsite_newClass .ServiceWebsite_left {
		display: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right {
		width: 100%;
		float: none;
	}

	.ServiceWebsite_newClass .ServiceWebsite_right .ser_video {
		padding: 0%;
	}

	.contentInfo02 img {
		width: 100% !important;
		height: auto !important;
	}

	.product_advantage ul li {
		width: 47%;
		margin: 5px 5px;
	}

	.product_advantage ul li>div:nth-child(1) {
		display: none;
	}

	.Presale_service ul li {
		width: 45%;
		margin: 5px;
	}

	.application_system ul {
		display: block;
	}

	.application_system ul li:first-child {
		width: 100%;
	}

	.application_system ul li {
		float: left;
		margin: 3px;
	}

	.application_system ul li:first-child p {
		height: auto;
	}

	.application_system ul li p {
		height: 54px;
	}

	.product_successful_cases ul li {
		width: calc((100% - 40px)/3);
	}

	.cooperate_with ul li {
		width: 45%;
		margin: 5px;
	}

	.cooperate_with ul li>div {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}

	.cooperate_with ul li>div img {
		max-width: 46%;
	}

	.Platform_maintenance ul li {
		width: 45%;
		margin: 5px;
	}

	.insi_banner .insi_banner_text h2 {
		font-size: 25px;
		line-height: 25px;
	}

	.insi_banner .insi_banner_text h1 {
		font-size: 22px;
		line-height: 22px;
	}

	.insi_banner .insi_banner_text h1 {
		margin-top: 5px;
	}

	.ContactBanner .ContactBanner_infos_bottom {
		display: none;
	}

	.setHeight {
		height: 0px;
	}

	.NewsDetil_content_pan {
		padding: 0;
	}

	.NewsDetil_content_next {
		padding: 0;
	}

	.NewsDetil_content .NewsDetil_content_top h1 {
		font-size: 21px;
	}

	.NewsDetil_content .NewsDetil_content_main {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.NewsDetil_content .NewsDetil_content_main p {
		line-height: 28px;
	}

	.NewsDetil_content .NewsDetil_content_main img {
		width: 100%!important;
		height: auto!important;
		display: block;
	}

	.customer_main {
		display: block;
	}

	.customer_main_left,
	.customer_main_right {
		width: 98% !important;
		margin: 0 auto;
	}

	.development_course .mySwiper2 .swiper-slide div h1 {
		margin: 0;
	}

	.development_course .mySwiper2 .swiper-slide {
		flex-flow: column;
	}

	.Enterprise_culture {
		display: block;
	}

	.Enterprise_culture_right {
		width: 100%;
		padding-top: 10px;
	}

	.Enterprise_culture_right ul li h1 {
		font-size: 22px;
	}

	.about_mian {
		padding: 5px;
	}
}

.about_content {
	width: 52%;
	float: left;
	box-sizing: border-box;
	padding-right: 20px;
}

.video_content {
	width: 48%;
	float: right;
	position: relative;
}
.setmobli .list {
	width:calc((100% - 20px)/2);
	padding-left:20px;
	padding-right:20px;
	height:0px;
	padding-bottom:110px;
	padding-top:20px;
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
.setmobli .contentBox {
	top:18px;
	left:0px;
	overflow:hidden;
	width:100%;
}
.setmobli .picBox {
	width:40%;
	height:100%;
	overflow:hidden;
}
.setmobli .pic {
	width:100%;
	height:100%;
}
.setmobli .content {
	width:calc((100% - 84px)/1);
	padding-left:3%;
	padding-top:1.2%;
	float:left;
}
.setmobli .titleLink {
	width:100%;
	display:block;
	color:#262626;
	transition:all 0.3s;
}
.setmobli .sumrry {
	display:-webkit-box;
	overflow:hidden;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	color:#595959;
	margin-top:10px;
	-webkit-line-clamp:3;
}
.setmobli .time {
	margin-top:6%;
	font-size:0.75rem;
	color:#8c8c8c;
}
@media only screen and (min-width:1024px) {
	.setmobli .list:nth-child(1) {
	background:#fff;
}
.setmobli .list:nth-child(2) {
	background:#fff;
}
.setmobli .list:nth-child(3) {
	background:#fff;
}
.setmobli .list:nth-child(4) {
	background:#fff;
}
.setmobli .list:nth-child(1) .left {
	background:#fff;
}
.setmobli .list:nth-child(2) .left {
	background:#fff;
}
.setmobli .list:nth-child(3) .left {
	background:#fff;
}
.setmobli .list:nth-child(4) .left {
	background:#fff;
}
.setmobli .list:nth-child(5) {
	background:#fff;
}
.setmobli .list:nth-child(6) {
	background:#fff;
}
.setmobli .list:nth-child(7) {
	background:#fff;
}
.setmobli .list:nth-child(8) {
	background:#fff;
}
.setmobli .list:nth-child(9) {
	background:#fff;
}
.setmobli .list:nth-child(10) {
	background:#fff;
}
.setmobli .list:nth-child(5) .left {
	background:#fff;
}
.setmobli .list:nth-child(6) .left {
	background:#fff;
}
.setmobli .list:nth-child(7) .left {
	background:#fff;
}
.setmobli .list:nth-child(8) .left {
	background:#fff;
}
.setmobli .list:nth-child(9) .left {
	background:#fff;
}
.setmobli .list:nth-child(10) .left {
	background:#fff;
}
.setmobli .list {
	float:left;
}
.setmobli .list:not(:nth-child(2n)) {
	margin-right:20px;
}
.setmobli .titleLink {
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#333;
}
.setmobli .sumrry {
	-webkit-line-clamp:3;
	font-size:14px;
	color:#595959;
	line-height:1.42857143;
}
.setmobli .title:hover .titleLink {
	color:#4ab344;
}
}@media only screen and (max-width:1024px) and (min-width:769px) {
	.setmobli .list {
	float:left;
}
.setmobli .list:not(:nth-child(2n)) {
	margin-right:20px;
}
.setmobli .titleLink {
	font-size:1rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.setmobli .sumrry {
	font-size:0.75rem;
	-webkit-line-clamp:1;
}
.setmobli .contentBox {
	top:14px;
	left:12px;
	right:12px;
	bottom:14px;
}
.setmobli .title:hover .titleLink {
	color:#1890FF;
}
}@media only screen and (max-width:768px) {
	.setmobli .content {
	width:calc((100% - 130px)/1);
}
.setmobli .p_page {
	display:none;
}
.setmobli .p_news {
	padding:0px 0;
}
.setmobli .list {
	position:relative;
	width:100%;
	padding-bottom:32%;
	margin-bottom:0;
}
.setmobli .contentBox {
	position:absolute;
	left:5%;
	top:10%;
}
.setmobli .titleLink {
	font-size:0.875rem;
	color:#262626;
	display:-webkit-box;
	overflow:hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	text-overflow:ellipsis;
	line-height:130%;
}
.setmobli .sumrry {
	}.setmobli .title {
	position:relative;
}
.setmobli .time {
	font-size:0.75rem;
	color:#8c8c8c;
}
}
.setmobli .p_hot .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.setmobli .p_new .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.setmobli .p_page .pre .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.setmobli .p_page .next .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.setmobli .p_more .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.setmobli .p_loading .iconfont:before {
	shadow-angle:0px;
	shadow-distance:0px;
	shadow-angle-ofInset:0px;
	shadow-distance-ofInset:0px;
}
.setmobli .p_page .pageNum.active {
	text-decoration:none;
	background-color:#c2a644;
	color:#fff;
	border-color:#c2a644;
}
@media only screen and (min-width:768px) {
	.setmobli .p_page {
	display:inline-block !important;
}
.setmobli .p_page .pageNum:hover {
	text-decoration:none;
	background-color:#c2a644;
	color:#fff;
	border-color:#c2a644;
}
}
.setmobli .time1 {
	margin-top:14px;
	font-size:26px;
	color:#777;
	font-weight:bold;
	text-align:center;
}
.setmobli .left {
	width:84px;
	height:78px;
	text-align:center;
	color:#666;
	font-size:14px;
	background:#f2f2f2;
	transition:all 0.3s;
	float:left;
}
.setmobli .time3 {
	transition:all 0.3s;
}
.setmobli .list:nth-child(1) .title {
	position:relative;
}
.setmobli .list:nth-child(2) .title {
	position:relative;
}
.setmobli .list:nth-child(3) .title {
	position:relative;
}
.setmobli .list:nth-child(4) .title {
	position:relative;
}
.setmobli .list:nth-child(1) .title .titleLink:after {
	background:url(../images/ico6_10.png) no-repeat center left;
	width:25px;
	height:17px;
	display:block;
	float:left;
	content:'';
	margin-right:5px;
	margin-top:2px;
	position:absolute;
	top:0px;
	left:0px;
}
.setmobli .list:nth-child(2) .title .titleLink:after {
	background:url(../images/ico6_10.png) no-repeat center left;
	width:25px;
	height:17px;
	display:block;
	float:left;
	content:'';
	margin-right:5px;
	margin-top:2px;
	position:absolute;
	top:0px;
	left:0px;
}
.setmobli .list:nth-child(3) .title .titleLink:after {
	background:url(../images/ico6_10.png) no-repeat center left;
	width:25px;
	height:17px;
	display:block;
	float:left;
	content:'';
	margin-right:5px;
	margin-top:2px;
	position:absolute;
	top:0px;
	left:0px;
}
.setmobli .list:nth-child(4) .title .titleLink:after {
	background:url(../images/ico6_10.png) no-repeat center left;
	width:25px;
	height:17px;
	display:block;
	float:left;
	content:'';
	margin-right:5px;
	margin-top:2px;
	position:absolute;
	top:0px;
	left:0px;
}
.setmobli .time2 {
	position:relative;
	top:-1px;
}
.setmobli {
	width:100%;
	max-width:none;
	min-width:320px;
	height:auto;
	max-height:none;
	min-height:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}