* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #555;
	border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}

html,
body {
	height: 100%;
	position: relative;
	cursor: none;
}

@font-face {
	font-family: 'AcidGroteskMedium';
	src: url('AcidGroteskMedium.eot');
	src: url('AcidGroteskMedium.eot') format('embedded-opentype'),
		url('AcidGroteskMedium.woff2') format('woff2'),
		url('AcidGroteskMedium.woff') format('woff'),
		url('AcidGroteskMedium.ttf') format('truetype'),
		url('AcidGroteskMedium.svg#AcidGroteskMedium') format('svg');
}



@font-face {
	font-family: 'PingFangmedium';
	src: url('PingFangmedium.eot');
	src: url('PingFangmedium.eot') format('embedded-opentype'),
		url('PingFangmedium.woff2') format('woff2'),
		url('PingFangmedium.woff') format('woff'),
		url('PingFangmedium.ttf') format('truetype'),
		url('PingFangmedium.svg#PingFangmedium') format('svg');
}


body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: 'PingFangmedium';
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #000;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}


.custom-mouse {
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #cbfb1c;
	border-radius: 50%;
	cursor: none;
	z-index: 10;
	transition: transform 0.1s ease-out;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	padding: 0 40px
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.3s;
	z-index: 999;
	font-family: 'AcidGroteskMedium';
}

.header .logo {
	float: left;
	display: flex;
  margin-left:-12px !important;
	height: 73px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
}


.header .logo a {
	width: 180px;
	display: block;
}

.header .logo a img {
	width: 125%;
}

.mobile-logo {
	display: none;
}

.header .menu {
	float: right;
}

.header .menu ul.menu-ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	display: flex;
	margin-left: 50px;
	align-items: center;
	justify-content: center;
	height: 73px;
}

.header .menu-a {
	display: inline-block;
	position: relative;
	font-size: 25px;
	line-height: 37px;
}

/*.header .menu-a::before {
	content: '';
	bottom: 0;
	z-index: 20;
	position: absolute;
	left: 0;
	height: 2px;
	width: 0;
	transition: ease-in-out 0.3s;
}
*/

.indexheader .menu-a {
	color: #000;
}

/*.indexheader .menu-a:hover::before {
	width: 100%;
	background: #000;
}
*/
.indexheader .menu-a:hover {
    color: #a5a5a5; /* 灰色 */
}

.innerheader .menu-a {
	color: #a5a5a5;
}

.innerheader .menu-a:hover,
.innerheader .on .menu-a {
	color: #000;
}

.innerheader .menu-a:hover::before,
.innerheader .on .menu-a::before {
	width: 100%;
	background: #000;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 40px;
	position: absolute;
	right: 10px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
	z-index: 999;
}


.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	margin: 6px 0;
	background: #000;
}


.m_menu.on .line3 {
	transform: translateY(-10px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.fixnav {
	background: #fff;

}


.mobile-menu-wrap {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	display: none;
	z-index: 100;
}

.mobile-menu-wrap ul {
	width: 100%;
	margin-top: 80px;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}

.mobile-menu-wrap ul li {
	width: 100%;
}

.mobile-menu-wrap ul li a {
	font-size: 30px;
}

.mobile-menu-wrap a {
	color: #fff;
}

.mobile-menu-wrap a:hover {
	opacity: 0.7;
}

.mobile-link {
	padding: 20px 0;
}

.mobile-link a {
	font-size: 18px;
}

.mobile-contact {
	position: absolute;
	left: 15px;
	bottom: 4%;
	z-index: 10;
}

.mobile-contact a {
	font-size: 15px;
}

.mobile-contact h4 {
	margin: 10% 0 5% 0;
}

.hide {
	top: -100px;
}




.Placeholder {
	height: 168px;
	width: 100%;
	overflow: hidden;
}

.Placeholderr {
	height: 180px;
	width: 100%;
	overflow: hidden;
}

.ndl-background-video-container {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;

}

.video-back {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.vidbacking-active-block-back {
	/* position: absolute; */
	/* 	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto; */
	width: auto;
	height: 100%;
	z-index: 10;
	/* 	left: 0;
	top: 0; */
	/* 	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%); */
}

.vidbacking {
	display: none;
}

.vidmask-body-back {
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}

.vidmask-block-back {
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}

.index-more {
	padding: 50px 0;
}

.index-more a {
	color: #000;
	font-size: 28px;
}


.ndlcontent {
	margin-top: 105px;
	margin-bottom: 45px;
	overflow: hidden;
	display: none;
}

.ndlcontent h1 {
	font-size: 7vw;
	line-height: 1;
	font-weight: bold;
	font-family: 'AcidGroteskMedium';
}

.ndlcontent img.redesignimg {
	width: 65%;
}

.ndlcontent img.lookingimg {
	width: 86.35%;
}

.ndlcontent img.creativeimg {
	width: 58%;
}

.mobile-indexowrk {
	display: none;
	overflow: hidden;
}



.inner-txt {
	width: 100%;
	margin: 0 0 100px 0;
}

.about-txt {
	margin: 168px 0 100px 0;
}

.maintxt {
	width: 100%;
	color: #000;
	overflow: hidden;
	font-family: 'AcidGroteskMedium';
}

.maintxt i {
	display: block;
	float: left;
	font-style: normal;
	opacity: 0;

}

.maintxt i.x01 {
	width: 9.2%;
}

.maintxt i.x02 {
	width: 9.22%;
	transition: 0.1s;
}

.maintxt i.x03 {
	width: 11.19%;
	transition: 0.2s;
}

.maintxt i.x04 {
	width: 9.94%;
}

.maintxt i.x05 {
	width: 8.71%;
	transition: 0.1s;
}

.maintxt i.x06 {
	width: 7.47%;
	transition: 0.2s;
}

.maintxt i.x07 {
	width: 2.34%;
	transition: 0.3s;
}

.maintxt i.x08 {
	width: 8.625%;
	transition: 0.4s;
}

.maintxt i.x09 {
	width: 7.82%;
	transition: 0.5s;
}

.maintxt i.x10 {
	width: 7.87%;
}

.maintxt i.x11 {
	width: 8.62%;
	transition: 0.1s;
}

.maintxt i.x12 {
	width: 8.94%;
	transition: 0.2s;
}

.maintxt i.xs {
	opacity: 1;
}

.maintxt:hover i {
	opacity: 1;
}

.about-txt .maintxt img {
	width: 88%;
}

.inner-txt .maintxt {
	width: 100%;
}


.inner-work {
	overflow: hidden;
}

.work-class {
	overflow: hidden;
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.work-class a {
	color: #a5a5a5;
	font-size: 24px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.work-class a.choose,
.work-class a.on,
.work-class a:hover {
	color: #000;
}


.work-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.work-list ul li {
	width: 32.666%;
	margin: 20px 0;
}

.work-list ul li .box {
	margin-bottom: 12px;
}

.work-list ul li h3 {
	color: #000;
	font-size: 24px;
	margin-bottom: 2px;
}

.work-list ul li span {
	color: #8e8e8e;
	font-size: 14px;
}

.work-list ul li img {
	width: 100%;
	transition: transform .7s
}

.work-list ul li a:hover img {
	transform: scale(1.1);
}

.work-list ul li a:hover {
	color: #a5a5a5;
}

.work-list ul li:nth-child(3n-1) {
	margin: 20px 1%;
}


.inner-detail {
	overflow: hidden;
}

.inner-detail img {
	width: 100%;
	margin: 15px 0;
}

.detail-intro {
	margin-bottom: 230px;
}

.detail-intro .box {
	padding: 30px 0;
}

.detail-title {
	width: 32%;
	float: left;
	font-size: 22px;
	line-height: 42px;
}

.detail-title h3 {
	font-size: 48px;
	color: #000;
	margin-bottom: 78px;
}

.detail-title h4 {
	font-size: 21px;
	color: #A5A5A5;
	line-height: 30px;
	font-weight: inherit;
}

.detail-txt {
	width: 65%;
	max-width: 1195px;
	float: right;
}

.detail-china {
	width: 47%;
	max-width: 555px;
	float: left;
	font-size: 24px;
	line-height: 42px;
}

.detail-china p {
	margin-bottom: 50px;
}

.detail-en {
	width: 47%;
	max-width: 500px;
	float: right;
	font-size: 22px;
	line-height: 33px;
}

.detail-en p {
	margin-bottom: 42px;
}

.inner-about {
	overflow: hidden;
}

.about-ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 160px;
}

.about-slide .txt {
	margin-top: 20px;
	font-size: 24px;
}

.about-slide img {
	width: 100%;
}


.inner-news {
	overflow: hidden;
}

.grid li .box {
	margin-bottom: 20px;
}


.grid li span {
	color: #A5A5A5;
	font-size: 18px;
}

.grid li h3 {
	color: #000;
	margin-bottom: 7px;
	font-size: 24px;
}

.grid li p {
	color: #000;
	font-size: 18px;
}

.news-link {
	font-size: 18px;
	color: #A5A5A5;
	display: inline-block;
}

.news-link i {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 5px;
	transition: 0.3s;
	margin-top: 10px;
	background-image: url(../link-icon.png);
	background-size: 100%;
}

.news-link:hover i {
	-webkit-transform: rotate(45deg) translatez(0);
	transform: rotate(45deg) translatez(0);
	-webkit-transform-origin: 50% 51%;
}

.grid li img {
	width: 100%;
	transition: transform .3s
}

.grid li a:hover img {
	transform: scale(1.1);
}


.inner-contact {
	overflow: hidden;
	padding: 0 0 100px 0;
}


.service-list {
	width: 100%;
	overflow: hidden;
}

.service-list ul {
	width: 100%;
	overflow: hidden;
}

.service-list ul li {
	width: 100%;
	border-top: 1px solid #000000;
	padding: 60px 0 200px 0;
	overflow: hidden;
}

.service-title {
	width: 32%;
	float: left;
	font-size: 48px;
	color: #000;
	font-family: 'AcidGroteskMedium';
}


.service-content {
	float: right;
	width: 65%;
	font-size: 24px;
	max-width: 1195px;

}


.service-content-left,
.service-service-left,
.service-contact-left,
.service-follow-left {
	width: 47%;
	max-width: 555px;
	float: left;
}



.service-content-right,
.service-service-right,
.service-contact-right,
.service-follow-right {
	width: 47%;
	max-width: 500px;
	float: right;
}


.service-content h3 {
	margin-bottom: 75px;
	font-size: 24px;
}

.service-content h4 {
	margin-bottom: 55px;
	font-size: 24px;
}


.service-contact-content h5,
.service-contact-content .mobile-cn-adr {
	display: none;
}

.mobile-cn-adr a {
	margin-left: 10px;
}




.service-content-right .wechat-img {
	margin-top: 3.5%;
}

.follow-link a,
.service-contact-content {
	line-height: 33px;
}

.map-link {

	line-height: 35px;
	color: #A5A5A5;
	display: inline-block;
}

.map-link span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	transition: 0.3s;
	margin-top: 10px;
	background-image: url(../link-icon.png);
	background-size: 100%;
}

.map-link:hover span {
	-webkit-transform: rotate(45deg) translatez(0);
	transform: rotate(45deg) translatez(0);
	-webkit-transform-origin: 50% 51%;
}

.follow-link a:hover,
.service-content h3 a:hover {
	color: #A5A5A5;
}

.service-follow-right p {
	margin-bottom: 18px;
}

.line-height38 {
	line-height: 38px;
}

.line-height36 {
	line-height: 36px;
}

.load-more {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 200px 0 320px 0;
}

.load-more a {
	display: inline-block;
	font-size: 32px;
	color: #000;
	border-bottom: 1px solid #000;
}

.load-more a:hover {
	color: #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

.load-more p {
	color: #ccc;
}

/*foot-copyright*/
.foot-copyright {
	overflow: hidden;
	color: #000;
	float: left;
	font-family: 'AcidGroteskMedium';
}


a.copyright-mail {
	float: right;
	color: #000;
	display: inline-block;
}

.index-icp {
	display: none;
}

.copyright-icp {
	width: 47%;
	max-width: 500px;
	float: right;
	color: #000;
	font-size: 14px;
	font-family: 'PingFangmedium';
	display: inline-block;
}

a.copyright-mail:hover,
.copyright-icp a:hover {
	color: #a5a5a5;
}

.copyright-icon-icp {
	width: 65%;
	max-width: 1195px;
	float: right;
}

.copyright-icon {
	width: 47%;
	max-width: 555px;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.copyright-icon a {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	width: 14%;
	max-width: 30px;
}

.copyright-icon img {
	width: 100%;
}

.copyright-icon img.img02 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	transition: 0.3s;
}

.copyright-icon a:hover img.img02 {
	opacity: 1;
}

.copyright-icon a:hover img.img01 {
	opacity: 0;
}


.index-foot-copyright {
	position: fixed;
	bottom: 3%;
	left: 0;
	width: 100%;
	font-family: 'AcidGroteskMedium';
	z-index: 20;
	line-height: 35px;
	font-size: 28px;
}

.inner-foot-copyright {
	width: 100%;
	font-size: 18px;
	line-height: 31px;
	padding-bottom: 30px;
	font-family: 'AcidGroteskMedium';
	overflow: hidden;
}




@media (max-width:1600px) {

	.service-title,
	.detail-title {
		width: 25%;
	}

	.service-content,
	.detail-txt,
	.copyright-icon-icp {
		width: 70%;
	}

	.section {
		padding: 0 25px;
	}

	.header .menu-a {
		font-size: 20px;
	}

	.index-foot-copyright {
		font-size: 25px;
	}

	.work-class a,
	.work-list ul li h3,
	.service-content,
	.service-content h3,
	.service-content h4,
	.about-slide .txt,
	.map-link,
	.news-list ul li h3,
	.detail-china {
		font-size: 21px;
	}

	.detail-en {
		font-size: 19px;
	}



	.load-more a {
		font-size: 28px;
	}

	.news-list ul li span,
	.news-list ul li p,
	.inner-foot-copyright {
		font-size: 16px;
	}

	.service-title,
	.detail-title h3 {
		font-size: 44px;
	}

	.detail-title h4 {
		font-size: 18px;
	}

	.load-more {
		margin: 150px 0 270px 0;
	}
}

@media (max-width:1460px) {

	.service-content,
	.service-content h3,
	.service-content h4 {
		font-size: 20px;
	}

	.section {
		padding: 0 20px;
	}

	.header .menu-a {
		font-size: 18px;
	}

	.index-foot-copyright {
		font-size: 22px;
	}

	.work-class a,
	.work-list ul li h3,
	.about-slide .txt,
	.map-link,
	.news-list ul li h3,
	.detail-china {
		font-size: 20px;
	}

	.detail-en {
		font-size: 18px;
	}



	.load-more a {
		font-size: 25px;
	}

	.news-list ul li span,
	.news-list ul li p,
	.inner-foot-copyright {
		font-size: 15px;
	}

	.service-title,
	.detail-title h3 {
		font-size: 38px;
	}

	.detail-title h4 {
		font-size: 16px;
	}

	.load-more {
		margin: 100px 0 220px 0;
	}

	.service-title,
	.detail-title {
		width: 25%;
	}

	.service-content,
	.detail-txt,
	.copyright-icon-icp {
		width: 72%;
	}

}

@media (max-width:1200px) {
	.load-more {
		margin: 78px 0 170px 0;
	}

	.service-title,
	.detail-title h3 {
		font-size: 34px;
	}

	.service-content h4 {
		margin-bottom: 42px;

	}

	.service-list ul li {
		padding: 50px 0 140px 0;
	}

}

@media (max-width:920px) {
	.ndl-background-video-container {
		display: none;
	}

	.Placeholder {
		display: none;
	}

	.Placeholderr {
		height: 105px;
	}

	.detail-title h3 {
		margin-bottom: 5px;
	}

	.about-txt {
		margin-top: 105px;
		margin-bottom: 45px;
	}

	.ndlcontent {
		display: block;
	}

	.about-txt .maintxt img {
		width: 68%;
	}

	.service-list ul li {
		padding: 40px 0 90px 0;
	}

	.service-content h4 {
		margin-bottom: 35px;

	}

	.index-foot-copyright {
		position: static;
	}

	.header .section {
		width: 100%;
	}

	.hide {
		top: 0;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #fff;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul.menu-ul {
		display: block;
		padding: 50px 0;
	}

	.header .menu ul li {
		width: 100%;
		margin: 0;
		display: block;
		height: 55px;
		padding: 0 20px;
		border-bottom: 1px solid #fff;
	}


	.onbody .fixnav {
		background: #000;
	}

	.header .menu-a {
		padding: 0;
		font-size: 24px;
		color: #000;
	}

	.header .logo {
		padding: 0;
		height: 78px;
	}

	.mobile-indexowrk {
		display: block;
	}


	.service-title,
	.detail-title {
		width: 100%;
		margin-bottom: 25px;
	}

	.service-content,
	.detail-txt,
	.copyright-icon-icp {
		width: 100%;
	}

	.work-list ul {
		justify-content: space-between;
	}

	.work-list ul li:nth-child(3n-1) {
		margin: 20px 0;
	}

	.work-list ul li {
		width: 49%;
		margin: 20px 0;
	}

	.onbody .pc-logo {
		display: none;
	}

	.onbody .mobile-logo {
		display: block;
	}

	.onbody .m_menu span {
		background: #fff;
	}

	.copyright-icon {
		display: none;
	}

	.copyright-icp {
		width: 100%;
		max-width: 100%;
	}

	.foot-copyright {
		width: 100%;
	}

	a.copyright-mail {
		float: left;
		display: none;
	}

	.index-icp {
		display: inline-block;
	}

	.index-foot-copyright {
		line-height: 28px;
		font-size: 18px;
		padding-bottom: 30px;
		overflow: hidden;
	}

	.work-class,
	.inner-txt {
		display: none;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {


	.service-list ul li {
		padding: 35px 0 150px 0;
	}
}


@media (max-width:658px) {

	.work-list ul li h3 {
		font-size: 18px;
	}

	.about-slide .txt,
	.map-link,
	.news-list ul li h3,
	.detail-china,
	.service-content,
	.service-content h3,
	.service-content h4,
	.about-slide .txt,
	.detail-en,
	.service-contact-content h5 {
		font-size: 16px;
	}

	.inner-contact {
		padding: 0 0 100px 0;
	}

	.section {
		padding: 0 18px;
	}

	.header .logo a {
		width: 120px;
                    margin-left: 4px;
	}
         .onbody .mobile-logo{filter: invert(100%);}


	.detail-china,
	.detail-en {
		width: 100%;
		float: none;
	}

	.service-content-left,
	.service-content-right {
		width: 100%;
		float: none;
		max-width: 100%;
		overflow: hidden;
	}

	.map-link {
		line-height: 26px;
	}

	.map-link span {
		width: 12px;
		height: 12px;
	}

	.service-content-right {
		margin-top: 20px;
	}

	.work-list ul li {
		width: 48%;
	}

	.inner-foot-copyright,
	.index-foot-copyright {
		line-height: 22px;
	}


	.index-foot-copyright,
	.inner-foot-copyright {
		font-size: 14px;
	}

	.load-more a {
		font-size: 20px;
	}

	.service-list ul li {
		padding: 30px 0 100px 0;
	}

	.about-ul {
		margin-bottom: 120px;
	}

	.detail-china {
		line-height: 28px;
	}

	.detail-en {
		line-height: 26px;
	}

	.detail-china p {
		margin-bottom: 25px;
	}

	.detail-en p {
		margin-bottom: 22px;
	}

	.line-height38 {
		line-height: 26px;
	}

	.line-height36 {
		line-height: 24px;
	}

	.follow-link a,
	.service-contact-content {
		line-height: 24px;
	}

	.about-slide .txt {
		margin-top: 8px;
	}

	.service-title,
	.detail-title h3 {
		font-size: 30px;
	}

	.service-contact-content .pc-cn-adr,
	.service-contact-content .service-content-right h3 {
		display: none;
	}

	.service-contact-content h5,
	.service-contact-content .mobile-cn-adr {
		display: block;
	}

	.service-contact-content .mobile-cn-adr br {
		display: none;
	}


	.service-content h4 {
		margin-bottom: 20px;
	}

	.service-content h3 {
		margin-bottom: 0;
	}

	.work-list ul li span {
		font-size: 14px;
	}

	.detail-title h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.service-follow-right p {
		margin-bottom: 5px;
	}

	.service-follow-right img.wechat-img {
		width: 98px;
	}

	.about-ul {
		margin-bottom: 60px;
	}

	.news-link i {
		width: 10px;
		height: 10px;
	}
}

@media (max-width:575px) {

	.about-ul {
		margin-bottom: 50px;
	}

	.work-list ul li {
		width: 100%;
		margin: 15px 0;
	}

	.work-list ul li:nth-child(3n-1) {
		margin: 15px 0;
	}

	.load-more {
		margin: 45px 0 90px 0;
	}

	.service-list ul li {
		padding: 20px 0 70px 0;
	}

}