 *{transition: all 0.5s linear;text-decoration: none;}
 li{ list-style: none;}
 
input::-webkit-input-placeholder {color: #666;}
input::-moz-placeholder {color: #666;}
input:-moz-placeholder {color: #666;}
input:-ms-input-placeholder {color: #666;}
textarea::-webkit-input-placeholder {color: #666;}
textarea:-moz-placeholder {color: #666; }
textarea::-moz-placeholder {color: #666;}
textarea::-ms-input-placeholder {color: #666;}
 
 
 
.fr{float:right;}
.fl{float:left;}
.clear {clear: both;}




.pages{text-align: center;padding: 35px 0 10px 0;}
.pages>div>a,.pages>div>.current{display:inline-block!important;line-height:2.604166666666667vw!important;height:2.604166666666667vw!important;width:2.604166666666667vw;padding-top:0!important;text-align:center;font-size:16px;margin:0 0.3125vw 0 0;background:#fff;color:#000;transition: all 0.3s linear;}
.pages>div>.current,.pages>div>a:hover{color:rgb(255,255,255);background:#da0502;border: 1px solid #da0502;border-radius: 50px;}
.pages>div>l{font-size:0.8333333333333333vw;margin:0 1.5625vw 0 1.25vw;margin-bottom:4.166666666666667vw}
.pages>div>.first{color:#000;margin-right:15px;border:0px;}
.pages>div>.first:hover{color:#da0502;background:#fff;}
.pages>div>.end{margin-right:0;color:#000;margin-left:15px;border:0px;}
.pages>div>.end:hover{margin-right:0;background:#fff ;color:#da0502}
.pages>div>.prev{background-size:100%;}


/*关于我们*/
.about{ overflow: hidden;/*  padding-bottom: 70px; */ }
.about .leftCon{ width: 450px; }
.about .txt1{ font-size: 24px; color: #29292c; padding: 20px 0 10px;}
.about .txt2{ font-size: 46px; color: #29292c; text-transform: uppercase; padding-bottom: 40px; }
.about .content{ font-size: 16px; color: #a0a3a8; line-height: 30px; }
.about .content span{ font-size: 16px!important; color: #666!important; line-height: 30px!important; }
.about .content p{ font-size: 16px!important; color: #666!important; line-height: 30px!important; }
.about .rightDiv{ width: 600px; }
.aboutPic{ position: relative; }
.aboutPic .imgDiv img{ width: 100%; }
.aboutPic .slick-prev{ position: absolute; left: -62px; bottom: 0px; display: block; width: 62px; height: 62px; background: url(../IMAGES/nimg62_left.png) no-repeat center; z-index: 3;}
.aboutPic .slick-next{ position: absolute; left: 0px; bottom: 0px; display: block; width: 62px; height: 62px; background: url(../IMAGES/nimg62_right.png) no-repeat center; z-index: 3;}
.aboutPic .slick-prev:hover{ background: url(../IMAGES/nimg62_lefton.jpg) no-repeat center;}
.aboutPic .slick-next:hover{ background: url(../IMAGES/nimg62_righton.jpg) no-repeat center;}


/* 发展历程 */
.history {
	padding: 5% 6% 10% 6%;
	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: 54px;
	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 {
	width: 100%;
	transition: all .6s;
}

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

/* 团队 */
.team {
	margin-top: 200px;
}

.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;
}

/* 优势 */
.adv {
	height: 667px;
	background-color: #01010d;
}

.adv-wrap {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 667px;
}
/* 计数器 */
.count {
	width: 50%;
}

.numCount {
	margin: 0 -10px;
}

.numCount ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.numCount li {
	width: 50%;
	margin-bottom: 86px;
	text-align: center;
}

.numCount li:nth-of-type(3),
.numCount li:nth-of-type(4) {
	margin-bottom: 0;
}

.numCount li .item {
	margin: 0 10px;
}

.numCount li .numU {
	line-height: 1.3;
}

.numCount li .numCX {
	font-size: 54px;
	color: #fff;
}

.numCount li .numU .unitC {
	font-size: 42px;
	line-height: 1.3;
	margin-left: 0.3em;
}

.numCount li .numU sup {
	vertical-align: top;
}

.numCount li .numU sub {
	vertical-align: baseline;
}

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

.indc {
	font-size: 22px;
}
/* 进度条 */
.bar-content {
	width: 600px;
	margin: 50px auto;
}

.bar-content h2 {
	font-size: 36px;
	color: #fff;
}

.bar-single>h3 {
	margin-bottom: 20px;
}

.bar-content h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.bar-single {
	margin-top: 50px !important;
}

.m-percent-include {
	width: calc(100% - 70px);
	background: #11244b;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.m-percent-include .m-no-percent {
	width: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
}

.m-bg-percent {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

.m-percent {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
}
/*团队*/
.all_bg {
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.about_title {
    width: 100%;
    text-align: center;
    padding: 8% 0 2% 0;
}
.about_title p {
    font-size: 2vw;
    letter-spacing: 1px;
    color: #333;
}
.sy_consultant_bottom {
    width: 100%;
    height: 540px;
    margin-top: 30px;
    position: relative;
    visibility: visible;
    animation-name: fadeInUp;
	margin-bottom: 5%;
}
.sy_consultant_one {
    width: 100%;
    height: 180px;
}
.sy_consultant_one_fl {
    width: 50%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 180px;
    left: 0;
}
.sy_consultant_one_fl p {
    color: #d4141a;
    opacity: 0.3;
    font-size: 60px;
    text-transform: uppercase;
    padding-top: 12px;
}
.sy_consultant_one_fr {
    width: 50%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.sy_consultant_one_fr b {
    display: block;
    color: #666;
    font-size: 90px;
    margin-top: -20px;
}
.sy_consultant_one_fr a {
    display: block;
    width: 374px;
    height: 50px;
    margin: 0 auto;
    background-color: #d4141a;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 6px;
    margin-top: 10px;
}

.sy_consultant_two {
    width: 100%;
    height: 360px;
}
.sy_consultant_two ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sy_consultant_two li {
    width: 149px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin: 0 1px 1px 0;
    position: relative;
}
.sy_consultant_two li:first-child {
    position: absolute;
    top: 0;
    left: 0;
}
.sy_consultant_two li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 150px;
}
.sy_consultant_two li:nth-child(3) {
    position: absolute;
    top: 0;
    left: 300px;
}
.sy_consultant_two li:nth-child(4) {
    position: absolute;
    top: 0;
    left: 450px;
}
.sy_consultant_two li:nth-child(5) {
    margin-left: 50%;
}
.sy_consultant_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sy_consultant_img a {
    width: 100%;
    height: 100%;
    display: block;
}
.sy_consultant_img a img {
    width: 100%;
    height: auto;
    transition: 0.6s;
}
.sy_consultant_img a img:hover {-webkit-transform:scale(1.08)}
.sy_consultant_font {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255,20,36,0.5);
}
.sy_consultant_font a {
    width: 90%;
    height: 100%;
    display: block;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
}


/*案例列表*/
.case_tit{font-size: 1.5vw;
    text-align: center;
    line-height: 2.5vw;
   margin-top:3%;
    bottom: 0%;
    width: 100%;
}
.case_tit>c {
    font-size: 1.5vw;
}
.case_tit>x {
    font-size: 1vw;
}

.ntitle>h1 {
    font-size: 14px;
    text-align: center;
    margin: 3.5vw 0 0.5vw 0;
}
.ntitle>h1>.ahover {
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
    padding: 0 42px;
    border-right: 0px;
    background-color: rgb(56,54,53);
    color: #fff;
}
.ntitle>h1>a {
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding: 0 18px;
	color:#333;
    border-right: 1px solid rgb(237,237,237);
}
.ntitle>h1 a:hover {
    color:#da0502;transition: all 0.3s linear;
}

/*案例详情页*/
.case_info {
	width: 94%;
    max-width: 1400px;
    margin: auto;
	position: relative;
    z-index: 1;
	top: -240px;
}
.case_info .link {
    width: 300px;
    height: 60px;
    font: 16px/60px 'SourceHanSansCBold';
    background: #da0502;
    color: #fff;
    text-indent: 40px;
	display: block;
	position: relative;
    z-index: 1;
}

.case_info .link span {
    width: 40px;
    height: 7px;
    background: url(../IMAGES/21.png) no-repeat;
    right: 40px;
    top: 50%;
    margin: -3.5px 0 0;
	position: absolute;
}

.case_info .survey {
    height: 180px;
    background: #fff;
    padding: 0 7.14%;
	display: flex;
	align-items: center;
}
.case_info .name {
    font: 18px/40px 'SourceHanSansCBold';
}
.maxw {
    width: 100%;
}
.table-cell {
    display: table-cell;
}
.case_info .survey .left {
    width: 33.33%;
}
.case_info .survey .brief {
    width: 58.333%;
    font: 14px/24px 'SourceHanSansCRegular';
    color: #a7a7a7;
	
	display: -webkit-box;-webkit-box-orient: vertical; overflow: hidden;-webkit-line-clamp:4;
	
}
.case_info .detail {
    background: #fff;
    padding: 0 7.14%;
	position: inherit;
    top: -15px;
}

.case_info .detail * {
    max-width: 100% !important;
	box-shadow: 0 0 18px #cbcbcb;
}
.case_info .return {
    width: 178px;
    border: 1px solid #dadada;
    font: 14px/40px 'SourceHanSansCBold';
    margin: 40px auto;
	display:block;
}

/*客户*/
.index_hzhw{width:85%;min-height:200px;margin:0 auto;padding:10px;box-sizing: border-box;overflow: hidden;margin:100px auto;    box-shadow: 0 42px 95px rgb(0 0 0 / 15%);background:#fff;padding:65px;}
.index_hzhw li{float: left;width: 20%;height: auto;border: 1px solid #d7d7d7;line-height: inherit;text-align: center;box-sizing: border-box;margin-left: -1px;margin-bottom: -1px;}
.index_hzhw li a{    display: block;}
.index_hzhw li img{width: 100%;height:auto;}
.index_hzhw li:hover {background-color: #fff;}
.index_hzhw li:hover img {opacity: 1;-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);-o-filter: grayscale(0);filter: grayscale(0);filter: none;-webkit-transform: scale(0.9) translateY(-8px);-moz-transform: scale(0.9) translateY(-8px);transform: scale(0.9) translateY(-8px);-webkit-transform:scale(1.03) }
/*新闻内页*/
.art_content>h1>p {
    line-height: 60px;
    height: 60px;
}
.art_content>h1>p>a {
    font-size: 24px;
    line-height: 60px;
    float: left;
    height: 60px;
	color:#666;
}
.art_content>h1>div>span {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
}
.art_content>.content {
    padding: 20px 0 40px 0;
    width: 100%;
    color: rgb(86, 84, 83);
    line-height: 22px;
}

.art_content>.content {
    padding: 20px 0 40px 0;
    width: 100%;
    color: #666!important;
    line-height: 25px!important;
	font-size:14px!important;
}
.art_content>.content p{ color: #666!important;line-height: 25px!important;font-size:14px!important;}
.art_content>.content span{ color: #666!important;line-height: 25px!important;font-size:14px!important;}
.art_content>.content img{ width: 100%!important;height:auto!important;}

.art_content>.more {
    line-height: 80px;
    height: 80px;
    border-top: 1px solid rgb(236,236,236);
    font-size: 0;
    position: relative;
}
.more>span {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 100px;
    text-align: center;
    padding: 0 10px;
    background: rgb(56,54,53);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.more>span>a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

.art_content>.more>a {
    display: inline-block;
    line-height: 30px;
    height: 27px;
    width: 85px;
    font-size: 14px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
	color:#666;
}

.art_content>.more>a:first-of-type {
    left: 0;
    right: auto;
    background: url(../IMAGES/case_prev.png) no-repeat 0% 55%;
    text-align: right;
}
.art_content>.more>a:last-of-type {
    left: auto;
    right: 0;
    background: url(../IMAGES/case_next.png) no-repeat 100% 55%;
    text-align: left;
}


@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) {
	.case_info {
		top: -185px;
		width: 94%;
	}
	
	.adv-wrap {
		height: 568px;
	}
	.adv {
		height: 568px;
		background-color: 
	}
	
	.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%;
	}
	
	.index_hzhw {
		width: 90%;
		
		margin: 50px auto;
		padding:50px;
	}
	
}

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


@media (max-width:1280px) {
	.count {
		width: 47%;
	}
	.bar {
		width: 53%;
	}
	.bar-content {
    width: 100%;
    margin: 30px auto;
}
	.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:640px) {
	.ntitle>h1>.ahover {
		font-size: 14px;
		line-height: 30px;
		padding: 0 12px;
	}
	.ntitle>h1>a{padding: 0px 4px;}
	.pages>div>a, .pages>div>.current {
		line-height: 25px!important;
		height:25px!important;
		min-width: 25px;
		font-size: 12px;
	}
	.pages>div>.first {
		width: 38px;
	}
	.pages>div>.end {
		width: 38px;
	}
	.case_info {
		top: -124px;
	}
	
	.case_info .link {
		width: 52%;
		height: 45px;
		font: 14px/45px 'SourceHanSansCBold';
		background: #da0502;
		color: #fff;
		text-indent: 27px;
		display: block;
		position: relative;
		z-index: 1;
	}
	
	.adv,.adv-wrap {
		height: auto;
	}
	.index_hzhw {
		width: 92%;
		margin: 20px auto;
		padding: 10px;
	}
	.index_hzhw li {
		width: 33.33%;
	}
	.newsRig{display:none;}
	.news{padding:0px;}
	.about .txt2{font-size: 33px;padding-bottom: 14px;}
	.count {
		width: 100%;
		padding-top: 20px;
	}
	.bar {
		width: 94%;margin:0 auto;
	}
	.bar-single {
		margin-top: 14px !important;
	}
	.bar-single>h3 {
		margin-bottom: 5px;
	}
	.bar-content h2 {
		font-size: 26px;
		color: #fff;
	}
	.indc, .unitC {
		color: #fff;font-size: 15px;
		margin-top: 0px;
	}
	.numCount li {
		margin-bottom: 26px;
	}
	.history-main-txt {
		display: block;
	}
	.about_title{padding:0px;display:none;}
	.all_bg  {display:none;}
	
	.about .leftCon {
		width: 100%;
	}
	
	.about .content p {
		font-size: 14px!important;
		color: #666!important;
		line-height: 26px!important;
	}
	/* .fadeInRight{display:none;}
	.fadeInRight_ph{display:block;width:100%} */
	
	.numCount {margin: 0;}
	
	
	
	
	.history-main::after {
    display:none;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
}