.module .module-box {
	padding: 50px 0
}

.module .title-module {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px
}

.module .title-module .more-btn {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	color: #cc0e19;
	border: 1px solid #cc0e19;
	padding: 2px 10px;
	border-radius: 20px
}

.module .title-module .more-btn:hover {
	background-color: #cc0e19;
	color: #fff
}

.module .title-module .title-center {
	text-align: center
}

.module .title-module .title-center.pc {
	display: block
}

.module .title-module .title-center.m {
	display: none
}

.module .title-module .title-center .title {
	font-size: 35px;
	color: #000
}

.module .title-module .title-center .title.text-white {
	color: #fff
}

.module .title-module .title-center .subtitle {
	font-size: 15px;
	color: #cc0e19
}

.module .title-module .title-center .subtitle.text-white {
	color: #fff
}

.module .title-module .title-center .subtitle.text-black {
	color: #474747
}

.module .m-more {
	display: none
}

.bg-module {
	position: relative
}

.bg-module .bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.bg-module .bg-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.bg-module .mask {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .8
}

.m-bg-module {
	position: relative
}

.m-bg-module .m-bg-img {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1
}

.m-bg-module .m-bg-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.m-bg-module .m-bg-img img.filter {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	-webkit-filter: blur(3px);
	filter: blur(3px)
}

.m-bg-module .mask {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .42
}

@media screen and (max-width:768px) {
	.module .module-box {
		padding: 20rem 0
	}

	.module .title-module {
		position: relative;
		width: 100%;
		max-width: 90%;
		margin: 0 auto 10rem
	}

	.module .title-module .more-btn {
		display: none
	}

	.module .title-module .title-center {
		text-align: center
	}

	.module .title-module .title-center.pc {
		display: none
	}

	.module .title-module .title-center.m {
		display: block
	}

	.module .title-module .title-center .title {
		font-size: 20rem;
		font-weight: 700;
		color: #474747
	}

	.module .title-module .title-center .title.m-white,
	.module .title-module .title-center .title.text-white {
		color: #fff
	}

	.module .title-module .title-center .subtitle {
		font-size: 7rem
	}

	.module .m-more {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #282828;
		margin: 0 auto;
		width: 56rem;
		height: 16rem;
		line-height: 16rem;
		letter-spacing: 5rem;
		border: 1rem solid #282828;
		border-radius: 30rem
	}

	.module .m-more.white {
		color: #fff;
		border: 1rem solid #fff
	}

	.m-bg-module .m-bg-img {
		display: block
	}
}

* {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, Open Sans, sans-serif
}

body {
	min-width: 1180px
}

@media screen and (max-width:768px) {
	body {
		min-width: auto
	}

	:root {
		font-size: .26667vw
	}
}

.container {
	max-width: 1400px;
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.dis-none {
	display: none
}

.dis-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.justify-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.justify-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.align-items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.justify-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.text-center {
	text-align: center
}

.pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.m {
	display: none
}

@media screen and (max-width:768px) {
	.pc {
		display: none
	}

	.m {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media screen and (max-width: 1350px) {
	body {
		min-width: 1180px
	}

	.container {
		max-width: 1180px;
		position: relative;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto
	}
}

@media screen and (max-width:1024px) {
	body {
		min-width: 100%
	}

	.container {
		max-width: 960px;
		position: relative;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto
	}
}

@media screen and (max-width:769px) {
	body {
		min-width: 100%
	}

	.container {
		max-width: 100%;
		position: relative;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto
	}
}

@media screen and (max-width:420px) {
	body {
		min-width: 100%
	}

	.container {
		max-width: 100%;
		position: relative;
		width: 100%;
		padding: 0 15px;
		margin: 0 auto
	}
}

.header .wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header .wrapper:after,
.sitelogo .logo_link .white {
	display: none
}

.sitelogo .logo_link .dasker {
	display: block;
	width: auto;
	height: auto;
	opacity: 1;
	max-width: 60%;
}

.fp-viewing-page1 .sitelogo .logo_link .white {
	display: block;
	max-width: 60%;
}

.fp-viewing-page1 .sitelogo .logo_link .dasker {
	display: none
}

.fp-viewing-page8 .header {
	opacity: 0
}

.xia {
	z-index: 5
}

.header-form h2 {
	font-size: 640px;
	font-size: 40rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: 192px;
	letter-spacing: 15rem;
	text-align: center;
}

.header-form .zixun {
	display: block;
	margin: 15px auto 0 40%;
	width: 70px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	float: none;
	text-align: center
}

.header-form .zixun:hover {
	background: #fff;
	color: #333
}

.tan {
	position: fixed;
	z-index: 666;
	top: 50%;
	left: 50%;
	width: 14720px;
	width: 920rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none
}

.tan .left_side {
	width: 45%
}

.tan .left_side .ico {
	position: relative;
	padding-top: 150%;
	width: 100%;
	overflow: hidden
}

.tan .left_side .ico img {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 100%;
	width: auto;
	max-width: none
}

.tan .right_side {
	width: 55%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5%
}

.tan .right_side .top_text {
	margin-bottom: 15rem
}

.tan .right_side .top_text h4 {
	font-size: 288px;
	font-size: 18rem;
	letter-spacing: 96px;
	letter-spacing: 6rem;
	font-weight: 500
}

.tan .right_side .top_text h2 {
	font-size: 416px;
	font-size: 26rem;
	margin: 5rem 0;
	font-weight: 500
}

.tan .right_side .top_text p {
	font-size: 256px;
	font-size: 16rem;
	font-weight: 500
}

.tan .right_side #form1 {
	width: 100%
}

.tan .right_side #form1 .input {
	margin-top: 15rem
}

.tan .right_side #form1 .input input,
.tan .right_side #form1 .input textarea {
	line-height: 640px;
	line-height: 40rem;
	height: 640px;
	height: 40rem;
	font-size: 256px;
	font-size: 16rem;
	color: #747373;
	outline: none;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #747373;
	width: calc(100% - 30px)
}

.tan .right_side #form1 button {
	margin-top: 24rem;
	width: 100%;
	border: 0;
	background-color: #747373;
	color: #fff;
	font-size: 256px;
	font-size: 16rem;
	line-height: 800px;
	line-height: 50rem;
	height: 800px;
	height: 50rem;
	cursor: pointer;
	width: calc(100% - 30px)
}

.tan .right_side #form1 button:hover {
	background-color: #666
}

.tan .right_side #form1 p {
	font-size: 256px;
	font-size: 16rem;
	margin-top: 20rem
}

.tan .close {
	position: absolute;
	right: 240px;
	right: 15rem;
	top: 240px;
	top: 15rem;
	cursor: pointer
}

.tan .close i {
	font-size: 384px;
	font-size: 24rem
}

.bg-mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #000;
	opacity: .5;
	z-index: 322;
	display: none
}

body.tan_open .tan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

body.tan_open .bg-mask {
	display: block
}

@media only screen and (max-width:1023px) {
	.nav {
		padding-top: 71px
	}

	.header-form {
		margin-top: 100rem
	}

	.header-form h2 {
		font-size: 120rem;
		color: #fff;
		font-weight: 600;
		letter-spacing: 12rem
	}

	.header-form .zixun {
		margin-left: 0
	}

	.tan {
		position: fixed;
		z-index: 666;
		top: 50%;
		left: 50%;
		height: 100vh;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #fff;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: none
	}

	.tan,
	.tan .left_side {
		width: 100%
	}

	.tan .left_side .ico {
		position: relative;
		padding-top: 80%;
		width: 100%;
		overflow: hidden
	}

	.tan .left_side .ico img {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 100%;
		width: auto;
		max-width: none
	}

	.tan .right_side {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5%;
		position: relative
	}

	.tan .right_side .top_text {
		margin-bottom: 15rem
	}

	.tan .right_side .top_text h4 {
		font-size: 100rem;
		letter-spacing: 18rem;
		font-weight: 500
	}

	.tan .right_side .top_text h2 {
		font-size: 120rem;
		margin: 25rem 0;
		font-weight: 500
	}

	.tan .right_side .top_text p {
		font-size: 70rem;
		font-weight: 500
	}

	.tan .right_side #form1 {
		width: 100%
	}

	.tan .right_side #form1 .input {
		margin-top: 80rem
	}

	.tan .right_side #form1 .input input,
	.tan .right_side #form1 .input textarea {
		line-height: 160rem;
		height: 160rem;
		font-size: 80rem;
		color: #747373;
		outline: none;
		background: rgba(0, 0, 0, 0);
		border: none;
		border-bottom: 1px solid #747373;
		width: calc(100% - 30px)
	}

	.tan .right_side #form1 button {
		margin-top: 100rem;
		width: 100%;
		border: 0;
		background-color: #747373;
		color: #fff;
		font-size: 80rem;
		line-height: 200rem;
		height: 200rem;
		cursor: pointer;
		width: calc(100% - 30px)
	}

	.tan .right_side #form1 button:hover {
		background-color: #666
	}

	.tan .right_side #form1 p {
		font-size: 70rem;
		margin-top: 100rem
	}

	.tan .right_side .close {
		position: absolute;
		right: 80rem;
		top: 0;
		cursor: pointer
	}

	.tan .right_side .close i {
		font-size: 120rem
	}
}

@media only screen and (max-width:1400px) {
	.header-form .zixun {
		margin-left: 0
	}
}

@media only screen and (max-width:740px) {
	:root {
		font-size: .26667vw
	}

	.header {
		border-bottom: 0 solid rgba(0, 0, 0, 0)
	}

	.header .sitelogo .dasker,
	.header .sitelogo .white {
		display: none;
		height: 40px !important
	}

	.header .san p {
		color: #fff
	}

	.header .san span {
		background: #fff
	}

	.header.bgfff {
		border-bottom: 1px solid #000;
		background-color: #fff;
		z-index: 9999
	}

	.header.bgfff .sitelogo .dasker,
	.header.bgfff .sitelogo .white {
		display: none;
		height: 40px !important
	}

	.header.bgfff .san p {
		color: #000
	}

	.header.bgfff .san span {
		background: #000
	}

	.new-nav.index-nav.nav li a span {
		font-size: 80rem !important
	}
}

@media (max-width: 1350px) {
	.new-footer .footer-top-nav a {
		position: relative;
		color: #fff;
		display: block;
		margin: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: auto;
		text-align: left;
		padding: 0 21px;
		border-right: 1px solid #fff;
		font-size: 16px
	}
}

@media (max-width:768px) {
	.new-footer .footer-top-nav a {
		width: 33.33%;
		padding-left: 0;
		font-size: 14px;
		border-right: 0 solid #fff
	}
}

@media only screen and (max-width:1200px) {
	.san .phone2 {
		font-size: 14px
	}
}

.new-nav {
	background: rgba(0, 0, 0, .6)
}

.new-nav .nice {
	height: auto;
	overflow: visible
}

.nav.index-nav.new-nav li>a,
.new-san.cur {
	color: #fff
}

.new-san.cur span {
	background: #fff
}

.new-nav.index-nav.nav li>a span {
	width: 4560px !important;
	width: 285rem !important;
	display: inline-block
}

.new-nav.index-nav.nav li>a span.font {
	font-size: 528px;
	font-size: 33rem;
	float: left
}

.new-nav.index-nav.nav li>a span.font-1 {
	font-weight: 700;
	font-size: 264px;
	font-size: 16.5rem;
	letter-spacing: 24px;
	letter-spacing: 1.5rem
}

@media only screen and (max-width:750px) {
	.new-nav.index-nav.nav li>a span {
		width: 240px !important;
		display: inline-block
	}
}

.header-form {
	margin-top: 100rem
}

.header-form .tel-num {
	font-size: 16px;
	font-weight: 700;
	color: #fff
}

.header-form .tel-num span {
	display: inline-block;
	width: 60px;
	vertical-align: middle
}

.header-form .tel-num font {
	display: inline-block;
	font-size: 400px;
	font-size: 25rem;
	line-height: 384px;
	line-height: 24rem;
	letter-spacing: 16px;
	letter-spacing: 1rem
}

.header-form .input {
	margin: 8rem 0 16rem
}

.header-form span {
	float: left;
	width: 960px;
	width: 60rem;
	font-weight: 700;
	line-height: 528px;
	line-height: 33rem;
	color: #fff;
	display: block;
	font-size: 256px;
	font-size: 16rem;
	letter-spacing: 48px;
	letter-spacing: 3rem
}

.header-form input,
.header-form textarea {
	line-height: 384px;
	line-height: 24rem;
	height: 384px;
	height: 24rem;
	font-size: 224px;
	font-size: 14rem;
	color: #fff;
	outline: none;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #fff;
	width: calc(84% - 30px)
}

.header-form .submit {
	display: block;
	margin: 15px auto 0 35%;
	width: 70px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	float: none
}

.header-form .submit:hover {
	background: #fff;
	color: #333
}

.header_phone {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 2;
	margin-top: 100rem
}

.header_phone span {
	font-size: 18px;
	margin-right: 10rem
}

.new-nav .ret {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	color: #fff;
	font-size: 16px
}

@media only screen and (max-width:740px) {
	:root {
		font-size: .26667vw
	}

	.nav.index-nav li img {
		width: 190px !important
	}

	.header {
		border-bottom: 1px solid #000;
		background-color: #fff;
		z-index: 999999
	}

	.header .sitelogo .dasker,
	.header .sitelogo .white {
		display: none;
		height: 40px !important
	}

	.header .san p {
		color: #000
	}

	.header .san span {
		background: #000
	}

	.header.bgfff {
		border-bottom: 1px solid #000
	}

	.header.bgfff .sitelogo .dasker,
	.header.bgfff .sitelogo .white {
		display: none;
		height: 40px !important
	}

	.header.bgfff .san p {
		color: #000
	}

	.header.bgfff .san span {
		background: #000
	}

	.new-nav.index-nav.nav li a span {
		font-size: 80rem !important
	}

	.hei100 {
		height: 330px
	}

	.contact .tel {
		text-align: center;
		width: 100%;
		margin-top: 46px
	}

	.team-detail .toux {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1350px) {
	.new-footer .footer-top-nav a {
		padding: 0 15px;
		font-size: 15px;
	}
}






@media screen and (min-width:2560px) {


	body {
		max-width: 100%
	}

	.w1600 {
		max-width: 85%;
	}

	.san {
		line-height: 36rem;
		font-size: 25rem;
		margin: 80px 0;
	}

	.san>div:nth-child(2) {
		width: 35rem;
		height: 23rem;
		margin-top: 10px;
		margin-left: 20px;
	}

	.san span {
		height: 8px;
	}

	.san span:nth-child(2) {
		top: 50%;
		margin-top: -5px;
	}

	.san.cur span:nth-child(2) {
		margin-top: -2px;
	}

	.nav {
		width: 1120px;
	}

	.header-form {
		margin-top: 30rem;
	}

	.header-form h2 {
		text-align: center;
	}

	.nav ul {
		margin: 100rem 0 30rem;
	}

	.header-form .zixun {
		margin: 15px auto 35%;
		width: 200px;
		line-height: 55px;
		height: 55px;
		font-size: 32px;
	}

	.sitelogo .logo_link img {
		max-width: 280rem !important;
	}

	.nav.index-nav li {
		padding: 10rem 0;
	}

	.nav.on li>a {
		line-height: 50rem;
	}

	.nav li img {
		width: 140rem !important;
	}




	.header-mar {
		height: 200px;
	}

	.team-detail .toux img {
		width: 90%;
	}

	.team-detail .wenz h2 {
		font-size: 50px;
	}

	.team-detail .wenz hr {
		width: 250px;
	}

	.team-detail .wenz h3 {
		font-size: 32px;
	}

	.team-detail .wenz p {
		font-size: 24px;
		line-height: 1.5 !important;
	}

	.swiper-container-android .swiper-slide .pic img {
		width: 100%;
	}




	.new-content07 .new-content07_img1 {
		margin-bottom: 0;
	}

	.new-content07 .new-content07_img1,
	.new-content07 .new-content07_img2 {
		height: 12rem;
		margin-bottom: 0;
		width: 280px;
	}

	.new-content07 .delay5 {
		font-size: 15px;
	}

	.new-content07 .input {
		margin-right: 15px;
	}

	.new-content07 .input input[type=text] {
		width: 250px !important;
		height: 45px;
	}

	.new-content07 .input textarea {
		height: 160px;
	}

	.new-content07 .new-tel_p {
		font-size: 16px;
	}

	.new-content07 form>div>span {
		font-size: 18px;
	}

	.new-content07 .new-code p {
		font-size: 18px;
	}

	.new-content07 .fp-tableCell .new-tel_p {
		margin-bottom: 0px;
	}

	.new-content07 .input span {
		font-size: 18px;
	}

	.new-code h1 {
		font-size: 30px;
	}

	.new-content07 .new-tel {
		margin-bottom: 10px;
	}

	.new-content07 .new-code {
		margin-top: 20px
	}

	.new-content07 .new-tel>img {
		width: 60px !important;
		height: 75px !important;
		margin-top: -20px
	}

	.footer-nav {
		max-width: 1024px;
	}

	.footer-top-nav a {
		font-size: 18rem;
	}

	.footer-page dd>a {
		font-size: 14rem;
		padding: 6rem 0;
		line-height: 34rem;
	}

	.footer-partner {
		font-size: 14rem;
		line-height: 34rem;
	}

	.icp {
		font-size: 14rem;
		line-height: 34rem;
		max-width: 600px;
	}
}



@media only screen and (min-width: 1981px) and (max-width: 2999px) {
	.header .wrapper {
		padding: 0 2% 0 6% !important;
	}

	.nav {
		width: 600rem;
	}

	.team-detail .wrapper {
		max-width: 2250px;
	}

	.san span:nth-child(2) {
		top: 50%;
		margin-top: -4px;
	}

	.san.cur span:nth-child(2) {
		margin-top: -2px;
	}













	.footer-nav {
		max-width: 900px;
	}

	.index-footer .wrapper {
		max-width: 2250px;
	}

	.footer-page dl {
		float: left;
		margin-right: 60px;
	}

	.index-footer .w1600 {
		max-width: 2248px;
	}

	.new-footer .footer-top-nav {
		margin-bottom: 35px;
	}

	.footer-page {
		padding: 0px 0 24px;
	}

	.footer-top-nav a {
		font-size: 19rem;
	}

	.new-footer .footer-page dd {
		font-size: 24px;
		line-height: 50px;
	}

	.footer-page dd>a {
		font-size: 19px;
		padding: 3px 0;
		color: #d4d4d4;
	}

	.footer-partner {
		font-size: 20px;
		color: #d4d4d4;
	}

	.footer-page dl {
		float: left;
		margin-right: 60px;
	}

	.icp {
		font-size: 20px;
		line-height: 50px;
		margin-right: 0 !important;
	}

	.new-code p {
		line-height: 36px;
		font-size: 17px;
	}

	.new-code h1 {
		font-size: 28px;
	}
}


.header .wrapper {
	padding: 0 7% 0 8%
}

.team-detail .toux img {
	width: 100%;
}


@media only screen and (max-width: 1600px) {
	.header .wrapper {
		padding: 0 7% 0 7%
	}

	.nav {
		width: 500px;
	}
}
