﻿/* 客户案例 */
.project-adv-pic-phone02 {
	display: none;
}

.tab_list .insideCase-wrap {
	padding: 90px 0 50px 0;
}

.insideCase .insideCase-wrap {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.insideCase .insideCase-wrap li {
	cursor: pointer;
}

.current {
	color: #f70f10;
	position: relative;
}

.current::after {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f70f10;
}

.insideCase-main {
	height: auto;
	overflow: hidden;
}

.insideCase-main-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.insideCase-main-wrap li {
	margin-bottom: 4%;
	width: 32%;
}

.insideCase-pic {
	max-height: 388px;
	overflow: hidden;
}

.insideCase-pic img {
	transition: all .6s;
}

.insideCase-main-wrap li:hover img {
	transform: scale(1.05);
}

.caseSort {
	margin: 30px 0 20px 0;
}

.caseSort u {
	color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: list-item;
}

.insideCase-main-wrap li h2 {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	height: 56px;
}

.insideCase-main-wrap li h2::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5b5b5b;
}

.insideCase-main-wrap li:hover h2::after {
	background-color: #d81e06;
}

.caseConsult {
	text-align: center;
	padding: 30px;
}

.caseConsult h2,
.caseConsult h3 {
	font-weight: 500;
}

.caseConsult h2 {
	font-size: 18px;
	color: #999;
}

.caseConsult h3 {
	font-size: 44px;
	margin: 30px 0 40px 0;
}

.caseConsult a {
	display: block;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	width: 152px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background-color: #dc0303;
}

/* 联系我们 */
.insideContact {}

.insideContact-tit h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 88px 0 34px 0;
}

.insideContact-tit p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 70px;
}

.insideContact-main {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fafafa;
	padding:5% 8%;
}

.message_form {
	width: 65%;
}

.message_form-option,
.form-control,
.message_form button {
	width: 100%;
}

.message_form-option,
.message_form input,
.message_form button {
	height: 62px;
}

.message_form input {
	width: 48.6%;
}

.message_form input:nth-of-type(2n) {
	margin-right: 0;
}

.form-control {
	height: 263px;
}

.message_form-option,
.message_form input,
.form-control {
	border: 1px solid #ced4da;
	font-size: 14px;
	color: #999;
	margin: 0 24px 18px 0;
	padding: 0 28px;
}

.form-control {
	padding-top: 28px;
	resize: none;
}

.message_form-option:focus,
.message_form input:focus,
.form-control:focus {
	outline: none;
	border: 1px solid #0073f4;
}

.message_form button {
	background-color: #0073f4;
	border: #fff solid 0;
	color: #fff;
}

.message_form-option option {
	height: 200px;
}

.information h3 {
	font-size: 24px;
	margin-bottom: 42px;
}

.information p span {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 16px;
	margin-right: 16px;
	line-height: 20px;
}

.information p i,
.information p u {
	display: inline-block;
	margin-top: 16px;
}

.information p i {
	color: #0073f4;
	font-size: 20px;
}

.information p u {
	font-size: 14px;
	color: #0073f4;
	margin-left: 6px;
}

/* 新闻中心 */
.insideNews {
	margin-bottom: 60px;
}

.insideNews-wrap {
	width: 31%;
	margin: 30px;
	display: flex;
	justify-content: space-between;
}

.insideNews-wrap li:hover {
	cursor: pointer;
}

.insideNews-main-pic {
	width: 28%;
}

.insideNews-main-txt {
	width: 70%;
}

.insideNews-main-wrap li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	transition: all .6s;
	margin-top: 50px;
}

.insideNews-main-wrap li:hover {
	box-shadow: #e3e3e3 0 0 10px;
	/* margin-top: 30px;
	cursor: pointer; */
}
.insideNews-main-wrap li:hover a {
	color:#e50000;
}
.insideNews-main-wrap li:hover span {color:#e50000;}
.insideNews-main-wrap li:hover i {color:#e50000;}
.insideNews-main-pic {
	overflow: hidden;
}

.insideNews-main-wrap li .insideNews-main-pic img {
	transition: all .6s;
}

.insideNews-main-wrap li:hover .insideNews-main-pic img {
	transform: scale(1.1);
}

.insideNews-main-txt {
	padding-right: 40px;
}

.insideNews-main-txt u {
	display: inline-block;
	color: #999;
	font-size: 14px;
	padding: 0 10px;
	border: #e2e2e2 solid 1px;
	border-radius: 3px;
	line-height: 24px;
}

.insideNews-main-txt h2 {
	font-size: 20px;
	margin: 24px 0 36px 0;
}

.insideNews-main-txt p {
	padding-bottom: 40px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	border-bottom: #e2e2e2 solid 1px;
}

.insideNews-main-txt-more {
	margin-top: 3%;
}

.insideNews-main-txt-more a:hover span,
.insideNews-main-txt-more a:hover i {
	color: #dc0506;
}

/* 关于我们 */
.inside-about-top {
	background-color: #1a1a1a;
}

.inside-about-banner {
	margin-top: 70px;
	height: 715px;
	background-color: #232323;
}

.inside-about-banner-pic {
	width: 920px !important;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.aboutus-tit h2 {
	text-align: center;
	font-size: 90px;
	color: #fff;
	font-weight: 600;
	position: relative;
	top: -50px;
	left: 0;
	z-index: 2;
	position: relative;
}

.aboutus-tit h2::after {
	content: '';
	width: 1px;
	height: 100px;
	background-color: #414141;
	position: absolute;
	top: 190px;
	left: 50%;
}

.profile {
	height: 830px;
	background:#000 url(../image/about_boxbg.jpg)center no-repeat;
	background-size:cover;
	margin-top: -100px;
}

.profile-main {
	padding: 18% 8% 0 8%;
	display: flex;
	justify-content: space-between;
}

.profile-l {
	width: 28%;
}

.profile-l h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 40px;
}

.profile-l p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 32px;
	letter-spacing: 2px;
}

.profile-r {
	width: 47%;
}

.profile-r p {
	color: #fff;
	line-height: 48px;
}

.vision-pic {
	background: #000 url(../image/insideAbout-bg02.jpg) no-repeat center;
	height: 690px;
	background-size: 100% 100%;
}

.vision h2 {
	font-size: 70px;
	margin-top: -40px;
}

.vision-txt {
	width: 48%;
	margin: 0 auto;
	margin-top: 10%;
	padding-bottom: 8%;
}

.vision-txt h3 {
	font-size: 30px;
	margin-bottom: 60px;
}

.vision-txt p {
	line-height: 36px;
	color: #666;
}

/* 发展历程 */
.history {
	padding: 10% 0;
	background-color: #f8f8f8;
}

.history .cw {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.history-tit {
	margin-top: 10%;
	width: 3%;
}


.history-tit h2 {
	font-size: 48px
}

.history-main {
	width: 76%;
}

.history-main::after {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #c0c0c0;
	position: absolute;
	top: 8px;
	left: 579px;
}

.history-main-list {
	margin-top: 48px;
}

.history-main-txt {
	display: flex;
}

.history-main-txt h3 {
	font-size: 36px;
	margin-right: 158px;
	position: relative;
}

.history-main-txt h3::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: #000;
	position: absolute;
	top: 6px;
	left: 188px;
	z-index: 1;
}

.history-main-txt h4 {
	font-size: 24px;
}

.history-main-txt p {
	margin-top: 20px;
	letter-spacing: 1px;
	color: #666;
	line-height: 28px;
}


/* 横幅 */
.hengfu ul {
	display: flex;
}

.hengfu ul li {
	width: 25%;
	overflow: hidden;
}

.hengfu ul li img {
	transition: all .6s;
}

.hengfu ul li:hover img {
	transform: scale(1.1);
}

/* 团队 */
.team {
	margin-top: 9vw;
}

.teamc {
	display: flex;
	justify-content: space-between;
	padding: 0 5%;

}

.team-tit h2 {
	font-size: 48px;
	margin-bottom: 20px;
}

.team-tit h3 {
	font-size: 24px;
	font-weight: 500;
}

.team-main {
	width: 70%;
	overflow: hidden;
}

.team-main ul {
	display: flex;
	justify-content: space-between;
}

.team-main ul li {
	width: 16%;
	margin-right: 10%;
}

.team-main ul li h4 {
	font-size: 18px;
	margin: 14px 0;
}

.team-main ul li p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
}


/* 解决方案 */
.project-web {
	background-color: #f6f8f9;
}

/*.project-header .navbar_nav li a {*/
/*	color: #666;*/
/*}*/

.project-banner {
	height: 662px;
	background:url(../image/solu_bn.jpg)center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

.project-cw {
	width: 95% !important;
	max-width: 1600px;
	margin: 0 auto;
}


.project-banner-txt span {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}

.project-banner-txt h2 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 55px;
	line-height: 54px;
}

.project-banner-txt p {
	font-size: 24px;
	color: #666;
	margin-bottom: 64px;
	line-height: 36px;
}

.project-banner-txt a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 110px;
	line-height: 48px;
	border-radius: 3px;
	background-image: linear-gradient(to right, #3b82ff, #0078ff);
}


.project-banner-txt a:hover {
	background-image: linear-gradient(to right, #ea833e, #ff2913);
}

.project-adv ul {
	padding:8% 0;
}

.project-adv ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10%;
	border-bottom:1px solid #e9e9e9;
}

.project-adv ul li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.project-adv-txt {
	margin-right: 8%;
}

.project-adv-txt h2 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 56px;
}

.project-adv-txt p {
	color: #666;
	font-size:18px;
	line-height: 30px;
	margin-bottom: 88px;
}

.project-adv-txt a {
	color: #0073f4;
}

.project-web-con {
	padding-bottom: 100px;
}

.project-web-con,
.project-banner-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.project-web-tit {
	text-align: center;
	padding: 100px 0 120px 0;
}

.project-web-tit h2 {
	font-size: 30px;
	font-weight: bold;
}

.project-web-tit p {
	font-size: 12px;
	color: #999;
	margin-top: 14px;
}

.project-tab_con {
	width: 60%;
	height: 556px;
	overflow: hidden;
}

.project-tab_con .item {
	box-shadow: #dcdcdc 0 0 20px;
}
.project-current .project-list{display:none}
.project-list-no{display:none;}
.project-list-hover {
	display:block;
	width: 100%;
	height: 210px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: #dcdcdc 0 0 5px;
	padding: 8% 10%;
	border-top: #0073f4 solid 3px;
}

.project_h3 {
	font-weight: 500;
}

.project_p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin: 22px 0 30px 0;
}

.project_a{
	font-size: 14px;
	color: #0073f4;
}

.project-tab_list{width:35%;}

.project-list {
	width: 100%;
}

.project-list h3 {
	font-weight: 500;
	line-height: 60px;
	padding: 0 10%;
	border-bottom: #e2e7e9 solid 1px;
}

.project-list-hover i,
.project-list i {
	display: inline-block;
	font-size: 12px;
}

.project-list i {
	line-height: 60px;
}

.project-area {
	margin: 0;
	height: 734px;
	background-color: #f6f8f9;
}

.project-web-tit2 {
	padding-top: 10px;
	padding-bottom: 0;
}

.project-web-title p {
	margin-top: 37px;
	font-size: 18px;
	margin-left: 12%;
}

.project-area-main {
	margin-top: 20px;
	margin-left: 12% !important;
}

.project-area-main-single {
	width: 30% !important;
}

/* 精简化流程 */
.streamline-process {
	display: flex;
	justify-content: space-between;
	padding: 100px 0;
}

.streamline-process-l {
	width: 37%;
}

.streamline-process-l h2 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 26px;
}

.streamline-process-l p {
	line-height: 24px;
	margin-bottom: 56px;
}

.streamline-process-l a {
	display: block;
	text-align: center;
	width: 108px;
	line-height: 47px;
	color: #fff;
	border-radius: 5px;
	background-color: #0d0e10;
}

.streamline-process-r {
	width: 40%;
	display: flex;
	justify-content: space-between;
}

.streamline-process-r ul li {
	color: #666;
	display: block;
	margin-bottom: 32px;
}

.streamline-process-r ul li i {
	color: #00bf9c;
	margin-right: 10px;
}


/* 服务范围 */
:root {
	--heading-font: 'Oswald', sans-serif;
	--para-font: 'Open Sans', sans-serif;
	--heading-color: #fff;
	--para-color: #dedee2;
	--main-color: #05c3de;
	--bg-main-color: #171744;
	--bg-second-color: #1c1d55
}

.bg {
	background-color: var(--bg-main-color)
}

.bg-overlay-black {
	position: relative
}

.bg-overlay-black:before {
	content: "";
	position: absolute;
	background-color: #171744;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: .6
}

.bg-overlay-black>div {
	position: relative;
	z-index: 2
}

.inside-service-section {
	position: relative;
	overflow: hidden;
	height: 960px;
}

.inside-service-element-one {
	position: absolute;
	top: 0;
	left: 40%;
	animation: giraffe 3s linear infinite
}

.inside-service-element-two {
	position: absolute;
	bottom: 0;
	left: 20%;
	animation: giraffe 3s linear infinite
}

.inside-service-element-three {
	position: absolute;
	top: 30%;
	left: 20%;
	animation: lineThree 10s infinite linear
}

.inside-service-element-four {
	position: absolute;
	top: 30%;
	left: 19%;
	animation: lineThree 20s infinite linear
}

.inside-service-element-five {
	position: absolute;
	top: 30%;
	left: 22%;
	animation: lineThree 8s infinite linear
}

.inside-service-element-six {
	position: absolute;
	top: 10%;
	right: 10%;
	animation: lineThree 10s infinite linear
}

.inside-service-element-seven {
	position: absolute;
	top: 10%;
	right: 9%;
	animation: lineThree 20s infinite linear
}

.inside-service-element-eight {
	position: absolute;
	top: 10%;
	right: 12%;
	animation: lineThree 8s infinite linear
}




@keyframes giraffe {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(20px)
	}

	100% {
		transform: translateY(0px)
	}
}



@-webkit-keyframes lineThree {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0
	}

	20% {
		-webkit-transform: translate3d(-70px, 80px, 0);
		transform: translate3d(-70px, 80px, 0);
		opacity: 1
	}

	90% {
		opacity: 1;
		-webkit-transform: translate3d(-300px, 310px, 0);
		transform: translate3d(-300px, 310px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-360px, 380px, 0);
		transform: translate3d(-360px, 380px, 0)
	}
}

@keyframes lineThree {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 0
	}

	20% {
		-webkit-transform: translate3d(-70px, 80px, 0);
		transform: translate3d(-70px, 80px, 0);
		opacity: 1
	}

	90% {
		opacity: 1;
		-webkit-transform: translate3d(-300px, 310px, 0);
		transform: translate3d(-300px, 310px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-360px, 380px, 0);
		transform: translate3d(-360px, 380px, 0)
	}
}

.inside-service {}

.inside-service-cw {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 960px;
}

.inside-service-l {
	width: 600px;
	height: 600px;
	border-radius: 100%;
	background-image: linear-gradient(to right, #d196ef, #8562f3);
	position: relative;
	margin-right: 60px;
}

.inside-service-l .swiper-container {
	border-radius: 50%;
}


.inside-service-qh {
	padding: 20% 14% 0 14%;
}


.inside-service-qh:hover {
	cursor: pointer;
}

.inside-service-qh .icon {
	display: block;
	width: 100px;
	margin: 0 auto;
}


.inside-service-qh h2 {
	text-align: center;
	color: #fff;
	margin: 40px 0;
}

.inside-service-qh p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.inside-service-qh a {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	color: #fff;
	text-align: center;
	background-color: #8662d9;
	width: 140px;
	line-height: 40px;
	border-radius: 36px;
}

.inside-service-qh-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.inside-service-qh-next:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '' !important;
}

.inside-service-qh-prev,
.inside-service-qh-next {
	background-color: rgba(48, 48, 140, .4);
	border-radius: 3px;
	width: 40px !important;
	height: 40px !important;
	position: absolute !important;
	top: 56% !important;
}


.inside-service-r h3 {
	color: #05c3de;
	margin-bottom: 10px;
}

.inside-service-r h2 {
	color: #fff;
	font-size: 36px;
	line-height: 52px;
	letter-spacing: 3px;
}

.inside-service-r p {
	color: #fff;
	font-weight: 100;
	line-height: 28px;
	margin-top: 20px;
}

.inside-service-r a {
	display: block;
	text-align: center;
	margin-top: 40px;
	line-height: 42px;
	width: 180px;
	color: #fff;
	border-radius: 100px;
	background-image: linear-gradient(to right, #b860e0, #662dfb);
}

/* 优势 */
.service-main02 {
	margin-top: 120px;
	background: #fff url(../image/service-bg01.jpg) no-repeat center;
	width: 100%;
	background-size: 100%;
	height: 1520px;
}

.service-adv .cw {
	display: flex;
	justify-content: space-between;
}

.service-adv-l {
	width: 60%;
	margin-top: 60px;
}

.service-adv-l h2 {
	font-size: 30px;
	line-height: 36px;
}

.service-adv-l p {
	color: #666;
	margin-top: 20px;
}

.service-adv-l ul {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	flex-wrap: nowrap;
}

.service-adv-l ul li {
	height: 265px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	box-shadow: #f1f1f1 0 0 24px;
	background-color: #fff;
}

.service-adv-l ul li:nth-last-child(1) {
	margin-right: 0;
}

.service-adv-l ul li h3 {
	font-size: 50px;
}

.service-adv-l ul li p {
	margin-top: 20px;
	font-size: 18px;
}

.service-adv-r {
	width: 38%;
}

.service-adv-l .numU .unitC,
.service-adv-l .numU .numCX,
.service-adv-l .indc {
	color: #333;
}

/* 流程 */

.service-process {
	margin-top: 100px;
}

.service-process-main {
	display: flex;
	justify-content: space-between;
}

.service-process-l {
	width: 43%;
}

.service-process-l h2 {
	font-size: 32px;
}

.service-process-l .service-tit-p {
	color: #696969;
	margin-top: 26px;
	line-height: 24px;
}

.service-process-l ul {
	margin-top: 60px;
}

.service-process-l-list-tit {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}


.service-process-l-list li {
	margin-bottom: 34px;
}

.service-process-l-list-tit i {
	color: #6758f7;
	margin-right: 10px;
}

.service-process-l-list li p {
	line-height: 24px;
}

.service-process-r {
	width: 48%;
}

.service-case-tit {
	font-size: 32px;
	margin-bottom: 26px;
}

.service-case-p {
	margin-bottom: 60px;
	line-height: 24px;
}

.service-case .insideCase-main {
	height: auto;
}

.img01 {
	height: 388px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}

.info {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.slide img {
	max-height: inherit;
	max-height: none;
	position: absolute;
	top: 0;
}

.service-case-wrap li {
	width: 32%;
}

/* 详情页 */

.detail-cw {
	width: 1200px;
	margin: 0 auto;
}

.detail-main {
	margin-bottom: 60px;
}

.detail-main-tit {
	text-align: center;
}

.detail-main {
	margin-top: 100px;
}

.detail-main-tit {
	margin-bottom: 60px;
}

.detail-main-tit h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.detail-main p {
	text-indent: 2em;
	line-height: 2em;
	color: #666;
	margin-bottom: 20px;
}

.recommend-news {
	padding-top: 60px;
}



@media (max-width:1600px) {
	.service-process-l ul {
		margin-top: 30px;
	}

	.service-process-l-list li {
		margin-bottom: 20px;
	}

	.project-adv ul li {
		margin-bottom: 4%;
	}

	.project-adv ul {
		padding: 6% 0;
	}

	.profile-main {
		padding: 18% 0% 0 8%;
	}

	.history-main::after {
		left: 537px;
	}

	.team-main ul li {
		width: 20%;
	}

	.insideNews-main-txt p {
		padding-bottom: 14px;
	}

	.message_form input {
		width: 48%;
	}

	.information {
		width: 33%;
	}

}

@media (max-width:1440px) {
	.numCount li .numCX {
		font-size: 46px;
	}

	.service-process {
		margin-top: 0px;
	}

	.service-main02 {
		height: 1312px;
	}

	.service-process-r {
		margin-top: 40px;
	}

	.insideCase-main {
		height: 1360px;
	}

	.project-cw {
		width: 1200px !important;
	}

	.project-tab_con {
		width: 660px;
		height: 470px;
	}

	.project-web-tit {
		text-align: center;
		padding: 100px 0 70px 0;
	}

	.project-web-con {
		padding-bottom: 10px;
	}

	.project-web-title p {
		margin-top: 0;
	}

	.profile-l {
		width: 36%;
	}

	.history-main::after {
		left: 479px;
	}

	.vision-txt {
		width: 60%;
	}

	.insideNews-wrap {
		width: 30%
	}

	.insideNews-main-pic {
		width: 32%;
	}

	.insideNews-main-txt {
		width: 64%;
	}

	.insideNews-main-txt h2 {
		margin: 24px 0 10px 0;
	}

	.message_form {
		width: 60%;
	}

	.information {
		width: 35%;
	}

	.message_form input {
		width: 47.5%;
	}
}

@media (max-width:1366px) {
	.information {
		width: 37%;
	}
}


@media (max-width:1280px) {
	.inside-service-cw {
		width: 1148px;
	}

	.service-main02 {
		margin-top: 40px;
	}

	.numCount li .numU .unitC {
		font-size: 30px;
	}

	.service-adv-l ul {
		margin-top: 40px;
	}

	.service-adv-l ul li {
		height: 190px;
	}

	.service-process-r {
		margin-top: 68px;
	}

	.service-main02 {
		height: 1170px;
	}

	.insideCase-main {
		height: 1200px;
	}

	.project-cw {
		width: 1024px !important;
	}

	.project-tab_con {
		width: 556px;
		height: 395px;
	}

	.project-list-hover {
		width: 430px;
	}

	.history-main::after {
		left: 437px;
	}

	.insideNews-main-txt h2 {
		margin: 10px 0 10px 0;
	}

	.message_form input {
		width: 47.2%;
	}

	.information {
		width: 39%;
	}
}

@media (max-width:980px) {
	.cw {
		width: 90%;
	}

	.service-case-wrap li {
		width: 100%;
	}

	.service-case-wrap .slide {
		height: 300px;
		overflow: hidden;
	}

	.service-adv-l ul li {
		margin-right: 10px;
	}

	.numCount li .numU .unitC {
		font-size: 20px;
	}

	.numCount li .numCX {
		font-size: 26px;
	}

	.numCount li .numU .unitC {
		font-size: 16px;
	}

	.indc {
		font-size: 17px;
	}

	.indc,
	.unitC {
		color: #fff;
		margin-top: 16px;
	}

	.numCount li {
		width: 50%;
		margin-bottom: 46px;
	}

	.service-case {
		margin-top: 90px;
	}

	.inside-service-r {
		display: none;
	}

	.inside-service-cw {
		width: 100%;
	}

	.inside-service-l {
		width: 96%;
		margin: 0 auto;
		border-radius: 5px;
	}

	.inside-service-qh {
		padding: 14% 14% 0 14%;
	}

	.inside-service-cw,
	.inside-service-section {
		height: 800px;
	}

	.insideCase-main-wrap li {
		width: 100%;
	}

	.insideCase-main {
		height: auto;
	}

	.insideCase .tab_list {
		height: 30px;
	}

	.inside-about-banner-pic {
		width: 100% !important;
		padding: 0 10%;
	}

	.inside-about-banner {
		height: auto;
		padding: 20% 0 !important;
	}

	.profile-main {
		flex-wrap: wrap;
	}

	.profile-l,
	.profile-r {
		width: 100%;
	}

	.insideNews-wrap {
		width: 100%;
	}

	.insideNews-wrap {
		margin: 0;
		margin-top: 20px;
	}

	.insideNews-main-wrap li {
		flex-wrap: wrap;
	}

	.insideNews-main-pic,
	.insideNews-main-txt {
		width: 100%;
	}

	.insideNews-main-txt u {
		display: none;
	}

	.insideNews-main-txt {
		padding: 5%;
	}

	.insideContact-main {
		flex-wrap: wrap;
	}

	.message_form,
	.message_form-option {
		width: 100%;
	}

	.message_form input {
		width: 100%;
	}

	.information {
		width: 100%;
		margin-top: 30px;
	}

	.information h3 {
		font-size: 20px;
	}

	.insideContact-main {
		width: 100%;
		margin: 0;
		padding: 5%;
	}

	.form-control {
		line-height: 24px;
	}

	.insideContact-tit p {
		line-height: 28px;
	}

	.insideContact-tit p {
		margin-bottom: 36px;
	}

	.project-adv ul li {
		flex-wrap: wrap;
		margin-top: 60px;
	}

	.project-adv-txt,
	.project-adv-pic {
		width: 100%;
	}

	.project-tab_con {
		display: none;
	}

	.streamline-process {
		flex-wrap: wrap;
		width: 100% !important;
	}

	.streamline-process-l,
	.streamline-process-r {
		width: 100%;
		margin-top: 40px;
	}

	.project-cw {
		width: 90% !important;
	}

	.project-banner-txt h2 {
		font-size: 32px;
	}

	.project-banner-con {
		flex-wrap: wrap;
		padding: 0 5%;
	}

	.project-banner-pic {
		display: none;
	}

	.project-banner {
		margin-top: 80px;
	}

	.project-adv-pic-phone02 {
		display: block;
	}

	.project-adv-pic02 {
		display: none;
	}

	.project-adv-pic {
		margin-top: 40px;
	}

	.project-adv-txt {
		margin: 0 5%;
	}

	.project-adv-txt p {
		margin-bottom: 42px;
	}

	.project-adv {
		margin-top: 0;
	}

	.project-adv-txt h2 {
		margin-bottom: 34px;
	}

	.project-list-hover {
		width: 100%;
	}

	.project-web-tit h2 {
		font-size: 26px;
	}

	.project-area-main-single {
		width: 80% !important;
	}

	.project-web-tit {
		padding: 70px 0 40px 0;
	}

	.project-area {
		height: auto;
		padding-bottom: 40px;
	}

	.project-adv-pic02 {
		width: 70%;
	}

	.streamline-process {
		padding: 0;
	}

	.history-main::after {
		width: 0;
	}

	.history-tit {
		width: 20%;
	}

	.history-main-txt h3 {
		font-size: 30px;
	}

	.history-main-txt h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.profile {
		height: auto;
		margin-top: -182px;
		padding-bottom: 5%;
	}

	.profile-main {
		padding: 42% 5% 10% 5%;
	}

	.aboutus-tit h2 {
		font-size: 60px;
	}

	.profile-l h2 {
		font-size: 32px;
	}

	.profile-l p {
		line-height: 26px;
	}

	.profile-l p {
		font-size: 16px;
	}

	.vision-pic {
		height: 200px;
	}

	.vision h2 {
		font-size: 46px;
		margin-top: -24px;
	}

	.vision-txt {
		width: 86%;
	}

	.vision-txt h3 {
		font-size: 24px;
		margin-bottom: 28px;
	}

	.history-main-txt h3::after {
		width: 0;
	}

	.history-main-txt {
		flex-wrap: wrap;
	}

	.history-main-txt h3 {
		width: 100%;
	}

	.history-main {
		width: 94%;
		margin: 22% auto;
	}

	.history-tit h2 {
		font-size: 30px;
	}

	.hengfu {
		display: none;
	}

	.team {
		margin-top: 40px;
	}

	.teamc {
		padding: 0;
	}

	.team-tit h2 {
		font-size: 34px;
	}

	.team-main ul li {
		width: 80%;
		margin-right: 20px !important;
	}

	.adv-wrap,
	.adv {
		height: 345px;
	}

	.profile-r p {
		line-height: 32px;
	}

	.vision-txt p {
		line-height: 32px;
	}

	.history {
		padding: 0;
	}

	.history-main-list {
		margin-top: 20px;
	}

}
