body {
	background: #FFFFFF;
}

.main {
	min-width: 1024px;
	max-width: 1920px;
	margin: 0 auto;
}

.content {
	width: 1272px;
}
.content-news,.content-awards {
	width: 1272px;
}
.awards-logo {
	width: 1272px;
	overflow: hidden;
}

.header-wrapper {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

button.consulting-button {
	width: 390px; 
	height: 60px; 
	background: #E10600; 
	color: #FFFFFF; 
	font-size: 28px;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
}

button.consulting-button div {
	/* background: url(/images/arrow2.png) no-repeat;  */
	background: url('../images/arrow2.png') no-repeat; 
	background-position: -2px 6px; 
	display: inline-block; 
	background-size: 35px; 
	padding-left: 38px;
	position: relative;
	z-index: 10;
}

.consulting-button::after {
	content: '';
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1); 
}

.consulting-button:hover::after {
	display: block;
}

.content,.content-news,.content-awards,.awards-logo,.content-questions {
	margin: 0 auto; position: relative;
}

.content-award{
	position: relative;
	/* 没有价格的样式 */
	/* padding-top: 130px; */ 
	/* 有价格的样式 */
	padding-top: 60px;
	height: 556px;
	z-index: 11;
}

 .award-bg-right {
	position: absolute;
	width: 1272px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);

}

.award-bg-right > div {
	position: absolute;
	z-index: -1;
	display: block;
	right: -325px;
	top: 0;
	width: 935px;
	height: 556px;
	background: url('../images/consulting-bg.png') no-repeat;
	-webikit-background-size: 935px 556px;
    background-size: 935px 556px;
} 





.award {	
	/* background: linear-gradient(180deg, rgba(232, 241, 248, 0) 0%, #E8F1F8 100%);  */
	height: 556px;
}

.award-bg {
	position: relative;
	/* background: url("/images/consulting-bg.png") no-repeat;  */
	/* background: url("../images/consulting-bg.png") no-repeat; 
	background-size: 935px 556px; 
	background-position: right; */
	height: 556px;
}

.award-bg::before,.award-bg::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
}

.award-bg::before {
	top: 0;
	height: 80px;
	background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	z-index: 10;
}

 .award-bg::after {
	bottom: 0;
	height: 296px;
	z-index: 10;
	background: linear-gradient(180deg, rgba(232, 241, 248, 0) 0%, #E8F1F8 100%);
}  

.award button {
	/* 没有价格的样式 */
	/* margin-top: 28px; */
	/* 有价格的样式 */
	margin-top: 41px;
}

.award-title1 {
	font-size: 80px; color: #333333;
}

.award-title2 {
	font-size: 28px; 
	font-weight: 400; 
	color: #333333; 
	margin: -3px 0 29px 0;
}

.award-price-des {
	font-size: 28px; 
	font-weight: 400; color: #FF4D4D; 
	margin-top: -3px;
}

.content-award .award-price {
	top: 0;
} 

.award-price {
	position: relative;
	top: -10px;
}

.award-price-unit {
	font-size: 24px; 
	font-weight: 400; 
	color: #FF4D4D; 
	position: absolute; 
	top: 10px;
}

.award-price-amount {
	font-size: 48px; color: #E10600; margin-left: 24px;
}

.award-price-year {
	font-weight: 400; 
	color: #FF4D4D; 
	font-size: 24px;
	position: relative;
    left: -3px;
}

.award-price-original {
	font-size: 24px; margin-left: 18px; font-weight: 400; color: #AAAAAA;
}

.award-price-original-unit {
	position: relative;
	font-weight: 400; 
	left: -7px;
	top: 2px;
	font-size: 16px; 
}

.award-price-original-amount {
	font-weight: 400; 
	font-size: 24px; 
	text-decoration: line-through;
	position: relative;
    left: -14px;
}

.award-price-original-year {
	font-weight: 400; 
	font-size: 16px;
	position: relative;
    left: -20px;
}

.content-award .award-price-original-unit {
	left: 10px;
}

.content-award .award-price-original-amount {
	left: 3px;
}

.content-award .award-price-original-year{
	left: -3px;
}

.award-index {
	width: 100%;
	margin: 0 auto;
	z-index: 20;
	position: absolute; 
	bottom: -51px;
	left: 50%;
	transform: translateX(-50%);
	color: #A1C7E6; 
}


.award-index span {
	font-size: 48px;
}

.award-index p {
	font-size: 28px; font-weight: 400;margin-top: 8px;
}

.award-index div {
	display: inline-block; text-align: center;
}

.award-index1 > span,
.award-index2 > span,
.award-index3 > span,
.award-index4 > span
{
	position: relative;
	height: 64px;
	display: inline-block;
	line-height: 1;
}

.award-index1 > span sup,
.award-index2 > span sup,
.award-index3 > span sup,
.award-index4 > span sup {
	position: absolute;
	font-size: 28px;
}

.award-index1 > span sup {	
    right: -15px;
    top: -1px;  
}

/* .award-index .award-index-num {
	position: relative;
} */

.award-index .award-index-num:after {
	position: absolute;
	content: " ";
	bottom: 0px; 
	width: 48px; 
	height: 2px; 
	left: 50%; 
	transform: translateX(-50%); 
	background-color: #A1C7E6;  
	display: block; 
}

.award-index .award-index2 {
	position: absolute; 
	left: 414px;
}

.award-index .award-index3 {
	position: absolute; 
	left: 772px;
}

.award-index .award-index4 {
	position: absolute; 
	right: 15px;
}

.declare-title {
	color: #2C3E50; 
	font-size: 48px;
	letter-spacing: 1px;
	position: relative;
    left: -15px;
}

/* .awards-logo {
	margin-top: 40px;
} */

.awards-logo .declare-title {
	position: relative;
	margin-top: 122px; 
	margin-bottom: 28px;
	letter-spacing: 1px;
	left: 0;
}

.content-awards-logo {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
	width: 1296px;
	margin-left: -12px;
}

.awards-logo a {
	position: relative;
	display: block;
	width: 138px; 
	height: 60px;
	margin: 0 12px 24px;
	cursor: pointer;
	/* display: inline-block; 
	margin: 0 10px 20px 10px; */
}


.awards-logo a:hover::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, .02);
}

.awards-logo a img {
	width: 138px; height: 60px;
}

.service {
	height: 240px; 
	background: linear-gradient(270deg, #FF343E 0%, #FF5C63 100%); 
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1); 
	margin-top: 26px; position: relative;
}

.service-img {
	/* background: url("/images/service-team.png") no-repeat;  */
	background: url("../images/service-team1.png") no-repeat; 
	background-size: 316px; 
	height: 100%; 
	background-position: 100px 21px;
}

.service-img::after {
    content: '';
    position: absolute;
    left: 112px;
    top: 94px;
    display: block;
    width: 301px;
    height: 56px;
    background: url('../images/service-team1-name.svg') 0 0 no-repeat;
}

.service-content {
	position: absolute; left: 514px; top: 0;
}

.service-content .service-content-title {
	font-size: 48px; 
	color: #FFFFFF; 
	/* 没有价格的样式 */
	/* margin-top: 52px; */
	/* 有价格的样式 */
	margin-top: 40px;
	line-height: 1;
}

.service-content-price {
	margin: 0 0 0 0;
}

.service-content .service-content-button {
	/* 没有价格的样式 */
	/* margin: 40px 0 0 0;  */
	/* 有价格的样式 */
	margin: 22px 0 0 0;
	font-size: 48px; 
	color: #FFFFFF; 
	width: 450px; 
	height: 60px; 
	background: #FFFFFF; 
	text-align: center; 
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.service-content .service-content-button div {
	font-size: 24px; 
	color: #E10600; 
	/* background: url(/images/arrow.png) no-repeat;  */
	background: url('../images/arrow.png') no-repeat; 
	padding: 0 0 0 32px; 
	letter-spacing: 1px;
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	display: inline-block; 
	background-position-y: 6px;
	z-index: 10;
}

.service-content-button::after {
	content: '';
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .05); 
}

.service-content-button:hover::after {
	display: block;
}

.service-content-price {
	margin-top: 1px;
	color: #FFFFFF; 
	font-size: 16px;
}

.price-unit1 {
	font-size: 12px; 
	font-weight: 400; 
	width: 12px; 
	height: 12px;
	position: relative;
    top: -3px;
}

.price-unit2 {
	position: relative;
	left: -5px;
	top: 2px;
	color: rgba(255, 255, 255, 0.6);
}

.price-unit3 {
	position: relative;
    left: -9px;
}

.price-num {
	font-size: 24px; 
	font-weight: bold;
	position: relative;
    left: -5px;
}

.price-original {
	font-size: 16px; font-weight: 400; margin: 0 0 0 11px;
	color: rgba(255, 255, 255, 0.6);
}

.price-original-num {
	font-size: 16px; font-weight: 400; 
	text-decoration: line-through;
	position: relative;
    left: -10px;
    top: -1px;
	color: rgba(255, 255, 255, 0.6);
}

.price-original-year {
	font-weight: 400; 
	font-size: 12px;
	position: relative;
    left: -14px;
	color: rgba(255, 255, 255, 0.6);
}

.declare-title3 {
	color: #2C3E50; margin-top: 24px; font-size: 24px;
}

.content-result {
	margin-top: 88px;
}

.content-result .declare-title{
	left: 0;
}

.content-result .declare-title3 {
	margin-top: 6px;
}

.result {
	margin-top: 34px;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.result-item {
	width: 408px; 
	height: 332px; 
	position: relative;
}

.result-item1 {
	/* background: url("/images/group1.png") no-repeat top;  */
	background: url("../images/group1_2x.png") no-repeat top; 
	background-size: 408px 240px;
}

.result-item2 {
	/* background: url("/images/group2.png") no-repeat top;  */
	background: url("../images/group2_2x.png") no-repeat top; 
	background-size: 408px 240px;
}

.result-item3 {
	/* background: url("/images/group3.png") no-repeat top;  */
	background: url("../images/group3_2x.png") no-repeat top; 
	background-size: 408px 240px; 
	margin-right: 0;
}

.result-item-content {
	width: 328px; height: 172px; background: #FFFFFF; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); border-radius: 8px; position: absolute; bottom: 0px; left: 40px;
}

.result-item-content-img {
	color: #9CA1AE; margin-top: 22px;
}

.result-item-content-img img {
	width: 77px; margin-right: 10px; display: inline-block;
}

.result-item-content-img span {
	position: relative;
	top: -1px;
    left: -2px;
}

.result-item-title {
	color: #333333; 
	font-size: 20px; 
	margin-top: 7px; 
	text-align: center;
	letter-spacing: 1px;
}

.result-item-des {
	margin-top: 4px; color: #AAAAAA; padding: 0 28px; line-height: 24px;
}

.content-result .consulting-button {
	margin-top: 40px; 
	font-size: 24px;
	width: 450px;	
}

.content-result .consulting-button > div{
	padding-left: 32px;
	background-size: 30px;
	background-position: -3px 5px;
}

.content-apply {
	margin-top: 88px;
}

.content-apply .declare-title {
	left: 0;
}

.content-apply .declare-title3 {
	margin-top: 6px;
}

.apply {
	height: 768px; background: #F3F8FB; margin-top: 34px;
}

.apply-bullets {
	position: relative;
	height: 190px; 
	font-weight: 400; 
	color: #767676;
	overflow: hidden;
}

/* .apply-bullets div {
	padding: 5px 0;
} */

.apply-bullet {
	position: absolute;
	white-space: nowrap; overflow: hidden; box-sizing: border-box;
}

.bullet1{
	font-size: 14px;
}

.bullet2{
	font-size: 20px;
}

.bullet3{
	font-size: 24px;
}

.bullet1 i,
.bullet2 i,
.bullet3 i{
	border-radius: 50%;
	color: #B0C4FB; 
	background-color: #EFF2FE; 
	display: inline-block; 
	text-align: center; 
	font-style: normal; 
	margin-right: 8px;
}

.bullet1 i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

.bullet2 i {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	position: relative;
    top: -3px;
    left: -1px;
}

.bullet3 i {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	position: relative;
    top: -3px;
}

.apply-bullet1 {
	left: 214px;
    top: 23px;	
}


.apply-bullet2 {
	left: 596px;
    top: 39px;
	opacity: .9;
}



.apply-bullet3 {
	left: 993px;
    top: 38px;
	opacity: .5;
}


.apply-bullet4 {
	left: 58px;
    top: 85px;
	opacity: .9;
}

.apply-bullet5 {
	left: 487px;
    top: 86px;
}

.apply-bullet6 {
	left: 1027px;
    top: 96px;
	opacity: .7;
}



.apply-bullet7 {
	left: 295px;
    top: 142px;
}

.apply-bullet8 {
	left: 703px;
    top: 145px;
	opacity: .8;
}


.apply-bullet9 {
	left: -2px;
    top: 22px;
	opacity: .5;
}

.apply-bullet10 {
	left: 5px;
    top: 139px;
	opacity: .4;
}



.apply-bullet span {
	display: inline-block; 	
}

/* .apply-bullet i {
	font-style: normal; 
	border-radius: 50px; 
	font-weight: 800; 
	color: #B0C4FB; 
	background-color: #EFF2FE; 
	display: inline-block; 
	text-align: center; 
	margin-right: 8px;
} */

/* .apply-bullet .bullet1 {
	animation: marquee 15s linear infinite; animation-delay: 1s; font-size: 20px;
} */

.apply-bullet .bullet1 i {
	width: 28px; height: 28px;
}

/* .apply-bullet .bullet2 {
	animation: marquee 15s linear infinite; animation-delay: 3s; font-size: 24px;
} */

/* .apply-bullet .bullet3 {
	animation: marquee 15s linear infinite; animation-delay: 5s; font-size: 20px;
} */

/* .apply-bullet .bullet4 {
	animation: marquee 10s linear infinite; animation-delay: 4s; font-size: 20px;
} */

/* .apply-bullet .bullet5 {
	animation: marquee 10s linear infinite; animation-delay: 6s; font-size: 14px;
} */

/* .apply-bullet span:hover {
	animation-play-state: paused
} */

@keyframes marquee { 
	0% {
		transform: translate(0, 0);
	}
	100%{
		transform:translate(-100%,0);
	}
}

.apply-content {
	margin: 0 100px; border-top: 2px dashed #E5E5E5; padding: 40px 0 0 0;
}

.apply-content .fl {
	position: relative;
	color: #767676; 
	font-size: 16px; 
	width: 500px; 
	font-weight: 400;
}

.apply-content .fl::after {
	content: '';
    position: absolute;
    left: 33px;
    top: 121px;
    display: block;
    width: 439px;
    height: 74px;
    background: url('../images/service-team2-name.svg') 0 0 no-repeat;
}

.apply-left-title {
	margin-top: 12px;
}

.apply-content .fl img {
	width: 496px; 
	height: 344px;
}

.apply-content .fl ul {
	padding: 4px 0 0 0; margin: 0;
}

.apply-content .fl ul li {
	position: relative;
	padding: 4px 0 4px 12px;
}

.apply-content .xianshi {
	margin-right: 3px;
}

.apply-content .baohan {
	margin-left: -12px;
}


.apply-content .fl ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 4px;
	height: 4px;	
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #AAAAAA;
}

.apply-content .fr {
	width: 450px;
}

.apply-vip {
	font-weight: 400; 
	color: #AAAAAA; 
	font-size: 16px; 
	margin-top: 12px;
}

.apply-title {
	font-weight: bold; 
	color: #333333; 
	font-size: 34px;
	line-height: 1;
	margin-top: 4px;
}

.apply-content .apply-title3 {
	margin-top: 8px;
}

.apply-title2 {
	margin: 18px 0 0 0; font-weight: 400; color: #FF4D4D; font-size: 24px;
}

.apply-title2 span {
	padding-left: 38px;
	position: relative;
}

.apply-title2 span::after {
	content: '';
	position: absolute;
	left: 16px;
	top: 9px;
	width: 6px;
	height: 6px;
	background: #FF4D4D;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.apply-title3 span:first-child {
	position: relative;
	left: -14px;
}

.apply-title3 span:last-child {
	position: relative;
	left: -38px;
}

.apply form {
	/* 没有价格的样式 */
	/* margin-top: 50px; */
	/* 有价格的样式 */
	margin-top: 2px;
	position: relative;
}

.apply .input {
	position: relative;
}

.apply input {
	width: 450px; 
	height: 48px; 
	background: #FFFFFF; 
	color: #333333;
	border: 1px solid #E5E5E5;
	padding-left: 16px; 
	margin-bottom: 16px; 
	position: relative;
	font-size: 16px;
	font-family: "SourceHanSansSC-Regular";
}

.apply .inputBase {
	border-radius: 0;
} 

.apply .inputBase.borderColor {
	border-color: #333333;
}

.apply .inputBase.defaultColor {
	border-color: #E5E5E5;
}

.apply input:focus-visible {
	outline: none;
}

.apply input::-webkit-input-placeholder {
	color: #B4B4B4;
}

.apply input:focus {
    border-color: #333333;
}

.apply .input:nth-of-type(3) input{
	margin-bottom: 16px;
}

/* .apply input {
	background: #FFFFFF; 
	outline-style: none; 
	height: 46px; 
	line-height: 46px; 
	font-weight: 400; 
	color: #AAAAAA; font-size: 16px; width: 414px; padding: 0 16px;
} */

.apply .input .check {
	width: 16px; height: 16px; position: absolute; right: 16px; top: 16px;
}
.submitBtn {
	position: relative;
}
.apply form button {
	width: 450px; 
	height: 60px; 
	line-height: 60px;
	background: #E10600; 
	color: #FFFFFF; 
	font-size: 28px;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
}


.apply .messageTip {
	position: absolute;
	width: 450px;
	bottom: -32px;
	text-align: left;
	color: #ff4d4d;
	font-size: 16px;
	padding-left: 10px;
}

.apply .messageTip::after {
	content: '*';
	position: absolute;
	display: inline-block;
	width: 5px;
    height: 5px;
	left: 0;
	top: 3px;
}

.apply form button::after {
	content: '';
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1); 
}

.apply form button:hover::after {
	display: block;
}


.content-process{
	margin-top: 88px;
}

.process {
	/* background: url("/images/process-step-bg.png") no-repeat;  */
	background: url("../images/process-step-bg.png") no-repeat; 
	background-size: 880px 300px; 
	background-position: 52px 36px;
	margin-top: 28px;
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
}

.process-step {
	width: 400px; 
	height: 122px; 
	background: transparent; 
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05); 
	border-radius: 4px; 
	/* display: inline-block;  */
	margin: 0 36px 24px 0; 
}

.process-step.nomr {
	margin-right: 0;
}

.process-step-title {
	padding: 24px 0 0 0;
}

.process-step-title span {
	font-weight: 400; color: #333333; font-size: 20px; margin-left: 12px;
}

.process-step-title-num {
	width: 32px; height: 32px; border-radius: 50px; background-color: #E9EEFE; display: inline-block; font-size: 16px; font-weight: 800; line-height: 32px; color: #235DFE; text-align: center; margin: 0 0 0 40px;
}

.process-step-des {
	font-weight: 400; 
	color: #AAAAAA; 
	line-height: 20px; 
	height: 20px; 
	margin: 5px 36px 0 89px;
}

.works-collection {
	/* background: url("/images/works-collection-bg.png") no-repeat;  */
	background: url("../images/works-collection-bg.png") no-repeat; 
	height: 160px; 
	background-size: 100% 160px; 
	margin-top: 76px;
	text-align: center;
}

.works-collection .consulting-button{
	width: 268px;
	position: relative;
	top: -7px;
	left: 6px;
	height: 68px;
}

.works-collection .consulting-button div{
	position: relative;
    top: -2px;
    left: -3px;
    letter-spacing: 0;
	font-size: 24px;
	background-position: 3px 4px;
	-webkit-background-size: 30px;
    background-size: 30px;
	-webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.works-collection .declare-title {
	display: inline-block; height: 160px; line-height: 160px;letter-spacing: 4px;
}

.declare-title span {
	position: relative;
	left: -1px;
}

.declare-title span:first-child {
	left: 8px;
}

.declare-title span:nth-child(2) {
	left: 2px;
}

.content-news{
	margin-top: 90px;
}
.news-title {
	font-size: 48px; font-weight: bold; letter-spacing: 1px; margin: 90px 12px 0 12px; text-align: center;
}

.news-item-content-des {
	margin-top: 20px;
}

.news-list {
	margin: 22px 0 28px 0;
}

.news-title div {
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 1010px; display: inline-block;
}

.news-title span {
	position: absolute;
}

.news-item {
	width: 366px; height: 150px; background: #F8F8F8; margin: 10px 12px 14px 10px; display: inline-block; padding: 20px 16px 24px 24px;
}

.news-item-content {
	height: 110px;
}

.news-item-content-left {
	float: left;
}

.news-item-content-left img {
	width: 78px; height: 110px;
}

.news-item-content-right {
	float: left; width: 264px; margin-left: 16px;
}

.news-item-bottom {
	margin: 20px 0 0 0; position: relative;
}

.news-item-bottom span {
	display: inline-block; line-height: 28px; height: 28px;
}

.news-item-icon {
	width: 28px; background: #FFFFFF; border-radius: 50px; position: relative;
}

.news-item-icon img {
	width: 16px; height: 16px; position: absolute; top: 6px; left: 6px; border-radius: 50px;
}

.news-item-content-title {
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px;
}
.news-item-content-title a{
	color: #333333;
}

.news-item-content-title1 {
	width: 230px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 400; color: #202124;
}

.news-item-content-likes,.news-item-content-views {
	font-weight: 400; color: #AAAAAA; position: absolute; padding: 0 18px 0 0; width: 22px;
}

.news-item-content-likes {
	right: 52px; background: url("/images/heart.png") no-repeat; background-size: 14px 12px; background-position: right;
}

.news-item-content-views {
	right: 0px; background: url("/images/views.png") no-repeat; background-size: 14px 12px; background-position: right;
}

.customer-tabs {
	text-align: center; margin-top: 12px;
}

.customer-tabs div {
	display: inline-block; width: 40px; height: 2px; background: rgba(0, 0, 0, 0.1); cursor: pointer;
}

.customer-tabs div.activated {
	background: #999999;
}

.customers-title {
	margin: 90px 0 0 0; font-size: 48px; letter-spacing: 1px; color: #333333; text-align: center;
}

.customer-list {
	margin: 34px 0 0 0;
}

.customer {
	width: 420px; display: inline-block; height: 270px;padding-top: 6px;
}

.customer-words {
	position: relative; height: 90px;
}

.customer-words .quotation1,.customer-words .quotation2 {
	width: 64px; height: 64px; display: inline-block;
}

.customer-words .quotation1 {
	background: url(/images/quotation1.png) no-repeat; background-position: top right; position: absolute; top: 10px; left: 0;
}

.customer-words .quotation2 {
	background: url(/images/quotation2.png) no-repeat; background-position: bottom left; position: absolute; top: 20px; right: 0;
}

.customer-words .customer-word {
	width: 250px; display: inline-block; position: absolute; left: 64px; line-height: 30px; padding: 0 22px;
}

.customer-name,.customer-rank {
	font-size: 20px; font-weight: 400; color: #333333; text-align: center;
}

.customer-name {
	margin: 30px 0 0 0;
}

.customer-rank,.customer-logo {
	margin: 10px 0 0 0;
}

.customer-rank img {
	width: 112px; display: inline-block;
}

.customer-logo {
	text-align: center;
}

.customer-logo img {
	width: 60px; height: 60px; border-radius: 50px; display: inline-block;
}

.customer-border {
	border-right: 2px solid #F0F0F0;
}

.consulting {
	background: url("/images/consulting-bg2.png") no-repeat; text-align: center; height: 352px;background-size: auto 352px;margin-top: 100px;
}

.consulting-title1 {
	letter-spacing: 4px; color: #333333; font-size: 48px;padding-top: 30px;
}

.consulting-title2 {
	font-weight: 400; color: #333333; font-size: 34px; margin: 10px 0 0 0;
}

.consulting-title3 {
	font-size: 16px; font-weight: 400; color: #FF4D4D; margin: 16px 0 0 0;
}

.consulting-button2 {
	margin-top: 38px;
}

.consulting-button2 a {
	font-size: 34px; font-weight: bold; color: #FFFFFF; background: #FF1A1A;     padding: 24px 100px 24px 144px; display: inline-block; position: relative;
}

.consulting-button2 a img {
	position: absolute; left: 100px; top: 36px;
}

.questions {
	margin: 96px 0 0 0;
}

.questions-title {
	color: #303030; font-size: 20px;
}

.ask {
	font-weight: 400; color: #333333; font-size: 14px; margin: 20px 0 0 0;
}

.answer {
	font-weight: 400; color: #767676; font-size: 14px; margin: 16px 0 0 0;
}

.awards {
	padding: 0 0 93px 0;
}

.awards-head {
	font-size: 16px; color: #333333; border-bottom: 1px solid #F0F0F0; padding: 0 0 17px 0; margin: 0 12px;
}

.awards-head span {
	font-size: 12px; font-weight: 400; color: #AAAAAA;
}

.awards-head a {
	font-weight: 400; color: #999999; float: right;
}

.awards ul {
	margin: 6px 6px 0 6px; padding: 0;
}

.awards ul li {
	list-style: none; width: 202px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left; margin: 4px 6px;
}

.awards ul li a {
	font-size: 14px; font-weight: 400; color: #333333;
}


@media screen and (max-width: 1919px) {
	.content-award {
		padding-left: 136px;
	}
}

@media screen and (max-width: 1439px) {

	.content-award {
		padding-left: 194px;
	}	

	.content {
		width: 1272px;
	}

	.content-news {
		width: 1296px;
	}

	.content-award {
		margin: 0 auto;
	}
	
	.awards-logo {
		width: 1110px;
	}
	
	.content-awards-logo {
		width: 1134px;    
	}

	.content-questions {
		width: 1156px; margin: 0 auto;
	}

	.content-awards {
		width: 962px;
	}

	.award-index {
		left: 80px;		
		transform: translateX(0);
	}

	.award-index .award-index2 {
		left: 360px;
	}

	.award-index .award-index3 {
		left: 665px;
	}

	.award-index .award-index4 {
		right: 176px;
	}

	.awards-logo .declare-title {
		font-size: 34px;
		margin: 126px 0 31px;
	}

	.content-result {
		margin-top: 92px;
	}

	.content-result .declare-title {
		font-size: 34px;
	}

	.content-result .declare-title3 {
		margin-top: 11px;
		font-size: 20px;
		position: relative;
    	left: 10px;
	}

	.content-apply .declare-title {
		font-size: 34px;
		top: -4px;
	}

	.content-apply .declare-title3 {
		font-size: 20px;
	}

	.content-apply {
		margin-top: 96px;
	}

	.apply .input:nth-of-type(3) input {
		margin-bottom: 17px;
	}

	.content-process {
		margin-top: 93px;
	}

	.content-process .declare-title {
		font-size: 34px;
		left: -11px;
	}
	.process {
		margin-top: 32px;
	}
	
	.award-bg{
		background-position: 660px  0 !important;
	}

	.hide1280{
		display: none !important;
	}
	.works-collection .declare-title{
		font-size: 42px;
		letter-spacing: 3.5px;
	}
	.works-collection button div{
		font-size: 24px!important;
	}
	.works-collection button{
		top: -6px!important;
	}
}

@media screen and (max-width: 1279px) {
	.content,.award,.awards-logo {
		width: 1024px !important;
	}

	.content-result {
		width: 1016px !important;
	}
	
	.awards-logo {
		width: 948px !important;
	}

	.content-awards-logo {
		width: 972px;
	}

	.awardMain .main .award,
	.awardMain .main .award .content
	{
		width: 100% !important;
	}
	
	.content-award {
		width: 950px;
		padding-left: 161px;
	}

	.content-award::after {
		right: -485px;
	}

	.content-awards {
		width: 962px;
	}

	.service-img {
		background-position: -27px 24px !important;
	}
	.service .service-content {
		left: 390px !important;
	}

	.award-index{
		left: 25px;
	}

	.award-index .award-index2{
		left: 290px;
	}

	.award-index .award-index3 {
		left: 524px;
	}

	.award-index .award-index4 {
		right: 65px;
	}

	.process {
		background-image: url('../images/process-step-bg_1024.png');
		-webkit-background-size: 444px 578px;
		background-size: 444px 578px;
	}


	.award-price-original-unit {
		left: -7px;
	}

	.award-price-original-amount {
		left: -14px;
	}

	.award-price-original-year {
		left: -20px;
	}

	.commonmiddle .customer-words .customer-word {
		left: 89px;
	}

	.process {
		width: 836px;
		margin: 32px auto 0;
	}

	.process .process-step:nth-child(1) {
		order: 1;
		margin-right: 36px;
	}

	.process .process-step:nth-child(2) {
		order: 2;
		margin-right: 0;
	}

	.process .process-step:nth-child(3) {
		order: 4;
		margin-right: 0;
	}

	.process .process-step:nth-child(4) {
		order: 6;
		margin-right: 0;
	}

	.process .process-step:nth-child(5) {
		order: 5;
		margin-right: 36px;
	}

	.process .process-step:nth-child(6) {
		order: 3;
		margin-right: 36px;
	}

	.process .process-step:nth-child(7) {
		order: 8;
		margin-right: 0;
	}

	.process .process-step:nth-child(8) {
		order: 7;
		margin-right: 36px;
	}

	.process .process-step:nth-child(9) {
		order: 9;
	} 

	 .apply-bullet1 {
		left: 87px;
	}

	.apply-bullet2 {
		left: 472px;
	}

	.apply-bullet3 {
		left: 869px;
	}

	.apply-bullet4 {
		left: -66px;
	}

	.apply-bullet5 {
		left: 363px;
	}

	.apply-bullet6 {
		left: 903px;
	}

	.apply-bullet7 {
		left: 171px;
	}

	.apply-bullet8 {
		left: 579px;
	}

	.apply-bullet9 {
		left: -126px;
	}
	.apply-bullet10 {
		left: -40px;
	}

	.apply-content .fl::after {
		left: -17px;
    	top: 150px;
	}
	
	.service-img::after {
		top: 97px;
		left: 2px;
	}

	.result-item {
		width: 328px;
	}
	.result-item-content {
		left: 0 !important;
	}
	.apply-content {
		margin: 0 !important;
	}
	.apply-content .fl {
		width: 400px; 
		padding: 45px 0 0 0;    
		margin-left: 82px;
	}
	.apply-content .fl img {
		width: 400px !important; height: 274px !important;
	}
	
	.apply-content .fr {
   		width: 462px;
	}
	.content-news {
		width: 864px;
	}
	.customers {
		width: 846px; margin: 0 auto;
	}
	.customer2 {
		border-right: 0 !important;
	}
	.customer3 {
		display: none !important;
	}
	.award-bg{
		background-position: 534px  0 !important;
	}

	.hide1280,.hide1024 {
		display: none !important;
	}

	.declare-title span:nth-child(3) {
		display: block;
		top: 4px;
    	left: 6px;
	}

	.works-collection {
		background-position:center;
		height: 280px!important;
		background-size: 100% 280px !important;
	}

	.works-collection > div {
		width: 550px;
		margin: 0 auto;
		position: relative;
		top: 31px;
	}

	.works-collection .declare-title{		
		line-height: normal;
		font-size: 42px;
		letter-spacing: 3.5px;
		height: 136px;
		left: -7px;
		top: -2px;
	}
	.works-collection button div{
		font-size: 24px!important;
	}
	.works-collection .consulting-button{
		left: 0;
		top: 4px !important;
	}
	.apply .input{
		width: 378px!important;
	}
	.apply input{
		width: 380px;
	}
	.apply form button{
		width: 380px!important;
	}
		
}