@charset "utf-8";

html{
	*font-family: "Microsoft YaHei"!important;
	font-family: "Microsoft YaHei"\9 !important;
}
a:link,
a:visited {
	color: #333;
}

a:hover,
a:active {
	color: #333;
	text-decoration: none;
}


a {
	color: #fff;
}

.banner,
.banner img {
	width: 100%;
	margin: 0 auto;
}

.wrapper {
	width: 100%;
	background: url(images/bg.jpg) no-repeat center top;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
}


.banner,
.banner img {
	width: 1200px;
}

.phone {
	display: none;
}

.pc {
	display: block;
}

p {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}

p a:link,
p a:visited {
	color: #333;
}

.wrapper {
	background-color: #fff;
}


.nav-box {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.nav-box .logo {
	margin-left: 90px;
	float: left;
}

.nav-box .nav {
	float: left;
	width: 1040px;
}

.nav-box .nav li {
	float: left;
	width: 70px;
	margin-left: 34px;
	font-size: 15px;
	line-height: 93px;
}


.p1 {
	position: relative;
	width: 100%;
	height: 818px;
	overflow: hidden;
}


.p1 .p1-bg {
	width: 100%;
	height: 818px;
	overflow: hidden;
	-webkit-transition: transform 7s;
	-moz-transition: transform 7s;
	-ms-transition: transform 7s;
	-o-transition: transform 7s;
	transition: transform 7s
}

.p1-text {
	position: absolute;
	top: 150px;
	right: 50%;
	margin-right: -487px;
	width: 610px;
	height: 240px;
	text-align: right;
}

.p1-text .tit p {
	font-size: 60px;
	line-height: 80px;
	color: #606b7d;
}

.p1-text .abst {
	margin-top: 20px;
}

.p1-text .abst p {
	font-size: 16px;
	line-height: 32px;
	color: #606b7d;
}

.p1-click {
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -32px;
	width: 44px;
	height: 46px;
	-webkit-animation: tipmove 1.5s infinite ease-in-out;
}


@-webkit-keyframes tipmove {
	0% {
		bottom: 30px;
		opacity: 0;
	}

	50% {
		bottom: 40px;
		opacity: 1;
	}

	100% {
		bottom: 45px;
		opacity: 0;
	}
}



.p2 {
	overflow: hidden;
	margin: 63px auto 0;
	width: 1200px;
	position: relative;
	overflow: hidden;

}

.p2 .text-area {
	float: left;
	width: 633px;
}

.p2 .text-area .sub {
	font-size: 12px;
	color: #939796;
}

.p2 .text-area .tit {
	font-size: 24px;
	margin-top: 20px;
	color: #968370;
}

.p2 .text-area .abst {
	width: 496px;
	margin-top: 40px;
	font-size: 16px;
	line-height: 33px;
	color: #333;
	text-indent: 2em;
}

.p2 .text-area .btn {
	margin-top: 140px;
	width: 254px;
	height: 63px;
	border: 2px solid #333;
	font-size: 20px;
	line-height: 62px;
	text-align: center;
	letter-spacing: 5px;
}

.p2 .text-area .btn a {
	color: #333;
	width: 100%;
	display: block;
}

.p2 .img-area {
	float: right;
	overflow: hidden;
	position: relative;
}

.p2 .img-area img {
	width: 1196px;
	height: 498px;
	overflow: hidden;
}

.p3 {
	width: 1196px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 108px auto 0;
}

.p3-left {
	width: 50%;
	position: relative;
	float: left;
	overflow: hidden
}

.p3-right {
	width: 50%;
	position: relative;
	float: right;
	overflow: hidden
}

.p3-left2 {
	width: 50%;
	position: relative;
	float: left;
	overflow: hidden
}

.p3-right2 {
	width: 50%;
	position: relative;
	float: right;
	overflow: hidden
}

.p3 .p3-text {
	width: 226px;
	height: 180px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -129px;
	color: white;
	text-align: center;
	line-height: 24px;
}

.p3 .p3-text h2 {
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.p3 .p3-text p {
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	margin: 0 auto 0px auto;
	color: #fff;
}

.p3 .p3-btn {
	width: 124px;
	height: 20px;
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 50%; */
	/* margin-left: -94px; */
	line-height: 20px;
	font-size: 12px;
	border: 2px solid white;
	color: white;
	/* letter-spacing: 5px; */
	display: block;
	text-align: center;
	margin: 14px auto 0;
}

.p3 .p3-btn:hover {
	background: #13a78e;
	color: white;
	transition: 0.5s;
}


.p3-left .p3-left-bg {
	width: 100%;
	height: 250px;
	overflow: hidden;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s
}

.p3-right .p3-right-bg {
	width: 100%;
	height: 250px;
	overflow: hidden;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s
}

.p3-left2 .p3-left-bg {
	width: 100%;
	height: 250px;
	overflow: hidden;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s
}

.p3-right2 .p3-right-bg {
	width: 100%;
	height: 250px;
	overflow: hidden;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s
}

.p3-mb {
	width: 100%;
	height: 250px;
	display: block;
	position: relative
}

.p3-mb span {
	width: 100%;
	height: 250px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.p3-mb .animated {
	width: 45px;
	height: 45px;
	display: none;
	background: url("images/arrow-right.png")no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22.5px;
	margin-left: -22.5px;
}

.p3-left:hover .p3-bg,
.p3-left2:hover .p3-bg,
.p3-right:hover .p3-bg,
.p3-right2:hover .p3-bg {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}


.p3-left:hover .p3-left-bg,
.p3-left2:hover .p3-left-bg {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.p3-right:hover .p3-right-bg,
.p3-right2:hover .p3-right-bg {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}


.p3-right:hover img .p3-right2:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.p3-right .animated,
.p3-right2 .animated {
	background: url("images/arrow-right.png")no-repeat center;
}

.p3-left:hover .p3-mb span,
.p3-left2:hover .p3-mb span {
	background: rgba(0, 0, 0, 0);
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}

.p3-left:hover .p3-mb p,
.p3-left2:hover .p3-mb p {
	display: block
}

.p3-right:hover .p3-mb span,
.p3-right2:hover .p3-mb span {
	background: rgba(0, 0, 0, 0);
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
}

.p3-right:hover .p3-mb p,
.p3-right2:hover .p3-mb p {
	display: block
}



.p4 {
	position: relative;
	background: url(images/f3.jpg) no-repeat center top;
	height: 409px;
	overflow: hidden;
}

.p4 .upbox {
	width: 1200px;
	margin: 62px auto 0;
	overflow: hidden;
	text-align: center;
}

.p4 .upbox li {
	display: inline-block;
	width: 109px;
	margin-left: 9px;
	text-align: center;
	color: #fff;
}

.p4 .upbox li:first-child {
	margin-left: 0;
}

.p4 a {
	color: #fff;
}

.p4 .upbox h2 {
	font-size: 16px;
}

.p4 .upbox p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	margin-top: 16px;
}

.p4 .upbox .more {
	display: block;
	margin-top: 33px;
	width: 100%;
	height: 24px;
	border-radius: 2px;
	background-color: #606b7d;
	font-size: 12px;
	line-height: 24px;
}

.footer {
	margin: 26px auto 0;
	display: block;
	overflow: hidden;
}

.footer img {
	display: block;
	margin: 0 auto;
}

.special .special-banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.special .special-banner .bannerimg {
	/* width: 100%; */
	height: auto;
	display: block;
	margin: 0 auto;
	animation-duration: 10s;
}

.special .special-banner .text img {
	position: absolute;
}

.page2 .special-banner.pc{
	background: url("../52893/images/page2-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.page3 .special-banner.pc{
	background: url("../52893/images/page3-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.page4 .special-banner.pc{
	background: url("../52893/images/page4-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.page5 .special-banner.pc{
	background: url("../52893/images/page5-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.page6 .special-banner.pc{
	background: url("../52893/images/page6-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.page7 .special-banner.pc{
	background: url("../52893/images/page7-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.page8 .special-banner.pc {
	background: url("../52893/images/page8-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.page9 .special-banner.pc {
	background: url("../52893/images/page9-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.page10 .special-banner.pc {
	background: url("../52893/images/page10-banner-b.jpg") no-repeat center top;
	height: 467px;
}

.special-content {
	display: block;
	overflow: hidden;
	margin: 55px auto 0;
	width: 1200px;
}

.special-content img {
	display: block;
	margin: 0 auto;
}

.special-footer {
	display: block;
	width: 100%;
	margin: 86px auto 0;
	padding-bottom: 60px;
}

.special-footer img {
	display: block;
	margin: 0 auto;
}

.page2 .special-banner .text img {
	top: 77px;
	right: 50%;
	margin-right: -5rem;
}

.page3 .special-banner .text img {
	top: 1.5rem;
	left: 50%;
	margin-left: -3.1rem;
}

.page4 .special-banner .text img {
	top: 1.5rem;
	right: 50%;
	margin-right: -6rem;
}

.page5 .special-banner .text img {
	top: 97px;
	left: 50%;
	margin-left: -4.1rem;
}

.page6 .special-banner .text img {
	top: 88px;
	right: 50%;
	margin-right: -7rem;
}

.page7 .special-banner .text img {
	top: 77px;
	left: 50%;
	margin-left: 2.3rem;
}

.page8 .special-banner .text img {
	top: 2rem;
	right: 50%;
	margin-right: -7.6rem;
}

.page9 .special-banner .text img {
	top: 77px;
	left: 50%;
	margin-left: -5rem;
}

.page10 .special-banner .text img {
	top: 103px;
	left: 50%;
	margin-left: -3.3rem;
}



.nav-box .logo img {
	margin-top: 7px;
}

.article {
	overflow: hidden;
	width: 1142px;
	margin: 0 auto;
}

.article span {
	font-size: 10px;
	line-height: 16px;
	color: #808080;
	display: block;
	overflow: hidden;
	/* transform: scale(0.833333);
	position: relative;
	left: -96px; */
	text-align: justify;
}

.article h3 {
	font-size: 24px;
	line-height: 30px;
	color: #968370;
	font-weight: normal;
}

.article h4 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
}

.article p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	text-indent: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.article .imgbox {
	overflow: hidden;
}

.article .line {
	width: 100%;
	height: 1px;
	background-color: #aab0ba;
	border-top: 1px solid #b5bac2;
}

.special-content .article-logo {
	width: 108px !important;
	height: 71px !important;
	float: left !important;
}

.article-logo-box {
	width: 1200px;
	margin: 75px auto 0;
}

.article-logo-box img {
	margin-left: -20px;
}

/* page4 */
.page4 .text-area {
	position: relative;
	width: 584px;
	padding: 19px 0;
	border-bottom: 1px solid #808997;
}

.page4 h5 {
	font-size: 16px;
	color: #968370;
	font-weight: normal;
}

.page4 .text-area p {
	margin-top: 23px;
}

.page4 .text-area::after {
	content: "01";
	position: absolute;
	padding: 0 10px;
	background-color: #fff;
	bottom: -10px;
	right: 0;
	font-size: 16px;
	color: #808080;
}

.page4 .text-area+.text-area::after {
	content: "02";
}

.page4 .text-area+.text-area+.text-area::after {
	content: "03";
}

.page5 .article,
.page8 .article {
	width: 1160px;
}

.page9 .img-item {
	width: 100%;
	text-align: center;
}

.page9 .img-item li {
	display: inline-block;
	width: 255px;
	height: 366px;
	overflow: hidden;
}

.page9 .img-item img {
	width: 119px;
	height: 136px;
}

.page9 .img-item p {
	height: 202px;
	text-align: left;
	margin-top: 20px;
}

.page9 .vertical-list {
	position: relative;
	top: 0px;
	width: 100%;
	text-align: center;
}

.page9 .vertical-list li {
	display: inline-block;
	overflow: hidden;
	width: 226px;
	vertical-align: top;
	margin: 0 18px;
	position: relative;
}

.page9 .vertical-list li {
	top: 60px;
}

.page9 .vertical-list li+li {
	top: 115px;
}

.page9 .vertical-list li+li+li {
	top: -107px;
}

.page9 .vertical-list li+li+li+li {
	top: -48px;
}

.page9 .vertical-list span {
	margin-top: 14px;
	text-align: center;
}

.page9 .vertical-list h3 {
	margin-top: 5px;
	font-size: 20px;
}

.page9 .vertical-list h4 {
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.page9 .vertical-list p {
	margin-top: 20px;
	text-align: left;
}

.page10 {
	padding-bottom: 50px;
}

.transtionNone .bgDiv div {
	transition: none !important;
}

.transitionLable {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 1rem, 0);
	transform: translate3d(0, 1rem, 0);
	-webkit-transition: -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98),
		opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
	transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98),
		opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.transitionLable.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.pc.pc.pc {
	display: block;
}

.phone.phone.phone {
	display: none;
}

@media screen and (max-width: 1640px) {
	.p2 .text-area {
		/* float: none; */
		margin: 0 auto;
	}

	.p2 .text-area .btn {
		margin: 100px auto 0;

	}

	.p2 .img-area {
		/* float: none; */
		margin: 20px auto 0;
	}

	.p2 .img-area img {
		display: block;
		margin: 0 auto;
	}

	.p1-text img {
		width: 80%;
	}

	.p1-text {
		margin-right: -535px;
	}
}


@media screen and (max-width: 768px) {


	.header {
		width: auto;
		margin: 0;
		padding: 0;
		margin-bottom: 20px;
		display: block
	}

	.dy-i-nav>a,
	.header .search .search-btn {
		background-image: url(images/nav.png);
		background-repeat: no-repeat;
		-webkit-background-size: 24px auto;
		background-size: 24px auto;
	}

	.dy-i-nav {
		position: relative;
		width: 100%;
		/* height: 60px; */
		background-color: #fff;
	}

	.dy-i-nav>a {
		display: block !important;
		position: absolute;
		top: 6px;
		width: 24px;
		height: 24px;
	}

	.dy-i-nav>a#i_home {
		left: 10px;
		background-position: 0 -60px;
	}

	.dy-i-nav>a#i_menu {
		right: 10px;
		background-position: 0 -30px;
	}

	.dy-i-nav .dy-logo {
		width: 59px;
		/* position: absolute; */
		/* left: 56%; */
		/* top: 9px; */
		margin-left: 16px;
		margin-top: 10px;
		overflow: hidden;
	}

	.dy-i-nav .dy-logo a {
		height: 12px;
		margin-top: 12px;
	}

	.dy-i-nav .column-name {
		width: 53px;
		margin-left: 5px;
	}

	.dy-i-nav .column-name span:first-child {
		font-size: 17px;
		top: 1px;
	}

	.dy-i-nav .column-name span {
		font-size: 7px;
		top: 19px;
	}

	.dy-i-nav .dy-logo img {
		width: 59px;
		height: 69px;
		float: left;
		background-size: cover;
	}

	.dy-i-nav .dy-logo .phone img {
		width: 100%;
		height: auto;
	}

	.nav {
		position: absolute;
		right: 0px;
		top: 0;
		width: 100px;
		height: 100%;
		background: #80664b;
		z-index: 9999;
	}

	.nav ul li {
		float: none;
		text-align: center;
	}

	.nav ul li a {
		display: block;
		width: auto;
		font-size: 14px;
		line-height: 42px;
		border-bottom: 1px solid #ab8e6f;
		text-align: center;
		color: #fff;
		text-decoration: none;
	}

	.nav ul li a:link,
	.nav ul li a:visited {
		color: #fff;
	}

	.nav ul li a:hover {
		background-color: #ab9075;
		border-left: 2px solid #fff;
	}

	.showmenu {
		-webkit-transform: translate3d(-100px, 0px, 0px);
		transition: all 0.2s;
	}

	.sidenavHid-ph.sidenavHid-ph.sidenavHid-ph.sidenavHid-ph {
		display: none;
		transition: all 0.3s;
	}

	* {
		outline: 0;
		-webkit-text-size-adjust: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
	}

	.wrapper {
		background: none;
	}

	body {
		position: relative;
	}

	.p1-text {
		width: 100%;
		top: 10px;
	}

	.p1-text {
		right: 20px;
		margin-right: 0;
	}

	.p1-text .abst {
		margin-top: 10px;
	}

	.p1-text .tit p {
		font-size: .8rem;
		line-height: 16px;
	}

	.p1-text .abst p {
		font-size: .2rem;
	}

	.p1 .p1-bg {
		height: 100% !important;
		width: 100% !important;
	}

	.p1 {
		height: auto;
	}

	.p2,
	.p3,
	.p4 {
		margin-top: 20px;
		width: auto;
		padding: 10px;
	}

	.p2 .text-area {
		width: 100%;
	}

	.p2 .text-area .btn {
		margin: 20px auto;
	}

	.p3 {
		height: auto;
	}

	.p3-left,
	.p3-right,
	.p3-left2,
	.p3-right2 {
		width: 100%;
	}

	.p3 .p3-text {
		margin-left: 0;
		left: 0;
		width: 100%;
	}

	.p4 .upbox {
		width: 100%;
		margin: 10px auto 0;
	}

	.p4 .upbox li {
		width: 44%;
		margin: 10px 2.5%;
	}

	.special .special-banner .bannerimg,
	.special .special-banner {
		width: 100%;
	}

	.page2 .special-banner .text img {
		top: 20px;
		left: 45%;
		width: 30%;
		margin-left: 0;
	}

	.special-content,
	.special-footer {
		margin: 20px 20px;
		width: auto;
	}

	.special-content img {
		width: 100%;
		margin: 15px auto;
	}

	.special-footer img {
		width: 100%;
	}

	.special-footer {
		padding-bottom: 0;
	}

	.p2 .img-area img {
		width: 100%;
		height: 450px;
	}

	.p4 {
		height: auto;
		background-color: #212a36;
	}

	.footer img {
		width: 100%;
	}

	.footer {
		margin-top: 10px;
	}

	.article {
		width: 100% !important;
	}

	.special-content .article-logo {
		width: 108px !important;
		height: 71px !important;
		float: left !important;
	}


	.article span,
	.article h3,
	.article h4,
	.article p {
		width: 100%;
		float: none !important;
	}

	.special-content img {
		width: 100% !important;
		float: none !important;
		height: auto !important;
	}

	.article .area {
		width: 100% !important;
		margin-top: 20px !important;
	}

	.article .area.transitionLable {
		margin-top: 0 !important;
	}

	.article span,
	.article h3,
	.article h4,
	.article p,
	.article img,
	.article .imgbox {
		margin: 15px auto !important;
	}

	.special .special-banner .text img {
		top: -10px;
		left: 40%;
		transform: scale(0.5);
		margin-left: 0;
	}

	.text2 {
		position: absolute;
		left: 0;
		bottom: 100px;
		margin-left: -1.5rem;
		width: 100%;
		text-align: center;
	}

	.text2 p{
		color: #836749;
		font-size: 16px;
		line-height: 20px;
	}

	.text2 p:last-child{
		margin-top: 5px;
	}

	.pc.pc.pc {
		display: none;
	}

	.phone.phone.phone {
		display: block;
	}

	/* .page2 span {
		letter-spacing: -0.05rem;
		word-spacing: -2px
	} */

	.text2 img {
		width: 35%;
	}

	.article-logo-box {
		width: 90%;
	}

	.p2 .text-area .abst {
		width: auto;
		margin: 20px;
	}

	.p2 .img-area img {
		width: 70% !important;
		height: auto !important;
	}

	.article-logo-box img {
		margin-left: 0;
	}

	.area .text {
		width: 100% !important;
	}

	.special-content .imgmobile {
		width: 60% !important;
	}

	.page9 .img-item li {
		width: 45%;
		height: auto;
	}

	.page9 .vertical-list li {
		width: 100%;
		position: relative;
		top: auto !important;
		left: auto !important;
		margin: 0 auto;
	}

	.p3-left-bg.p3-left-bg,
	.p3-right-bg.p3-right-bg {
		height: auto;
	}

	.p3-mb span,
	.p3-mb {
		height: auto;
	}

	.p3 .p3-text{
		top: 15%;
	}

	.p1-click {
		position: absolute;
		bottom: 5%;
		left: 50%;
		margin-left: -22px;
		width: 32px;
		height: 33px;
		-webkit-animation: tipmove 1.5s infinite ease-in-out;
	}

	.page10 .text2{
		margin-left: -.5rem;
	}

	.page9 .text2 {
		margin-left: -.5rem;
	}

	.page4 .text2 {
		margin-left: -.7rem;
	}

	.p2 .text-area .sub,
	.p2 .text-area .tit {
		margin: 20px;
	}

	.p3-mb span,
	.p3-mb{
		height: 100%;
	}

	.p3-mb span{
		background: rgba(0, 0, 0, 0.5);
	}

	.phone-mt{
		margin-top: 10px!important;
	}

	.area-phone{
		margin-top: 10px!important;
	}

	.area-phone .area{
		margin-top: 10px!important;
	}

	.article .line{
		margin: 10px auto!important;
	}
}

@media screen and (max-width: 1440px) {
	.page2 .special-banner .text img {
		margin-right: -9rem;
	}

	.page3 .special-banner .text img {
		margin-left: -2.1rem;
	}

	.page4 .special-banner .text img {
		top: 1.8rem;
	}

	.page6 .special-banner .text img {
		top: 2rem;
		right: 50%;
		margin-right: -9rem;
	}

	.page7 .special-banner .text img {
		top: 1.6rem;
	}

	.page9 .special-banner .text img {
		top: 2rem;
	}

	.page10 .special-banner .text img {
		top: 1.3rem;
	}

	.page10 .special-content img:last-child {
		width: 40% !important;
	}


}