﻿
/*案例详情页*/
.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(http://sxzx.cn.szsysx.net/Public/Home/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;
	
	text-align: center;
    color: #337ab7;
}

/*客户*/
.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;}

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

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

.more>a:first-of-type {
    left: 0;
    right: auto;
    background: url(../image/case_prev.png) no-repeat 0% 55%;
    text-align: right;
}
.more>a:last-of-type {
    left: auto;
    right: 0;
    background: url(../image/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;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
}