@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'MiSans-R';
}

html {
	font-size: 62.5%;
	/* 1rem = 10px */
}

body {
	overflow-x: hidden;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

img {
	border: none;
}

li {
	list-style: none;
}

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

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}

.list.kongs,
.list.kongs:hover,
.item.kongs,
.item.kongs:after,
.item.kongs:hover{
	border: none !important;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.m-t-80 {
	margin-top: 80px;
}

.w_100 {
	width: 100%;
}

.w_1440 {
	width: 75%;
	max-width: 1440px;
	margin: auto;
}

img.img {
	display: block;
	width: 100%;
	transition: 0.3s all;
}

.index-more {
	width: 290px;
	height: 55px;
	line-height: 55px;
	font-size: 28px;
	color: #ffffff;
	background-color: #CCC3AE;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	transition: 0.3s all;
}

.index-more i {
	display: block;
	margin-left: 10px;
	font-size: 32px;
	transform: translateY(3px);
}

.index-more:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
	transition: 0.3s all !important;
}

.index-title p.t1 {
	text-align: center;
	font-size: 80px;
	color: #131E29;
}

.index-title p.t2 {
	display: block;
	margin: 15px auto 0;
	max-width: 55%;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	color: #9EA1A2;
	font-family: 'MiSans-Light';
}


/**/

.indexFirst {
	position: relative;
}

.header-w {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.header-w .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-w .logo img {
	display: block;
	height: 24px;
}
.header-w .logo i{
	display: block;
	color: #FFFFFF;
}

.header-w .nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: white;
	margin-left: 50px;
}

.header-w .nav p {
	margin: 0 25px;
	position: relative;
}

.header-w .nav p a {
	height: 60px;
	color: white;
	font-size: 18px;
	padding: 0 25px;
	line-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.header-w .nav p a i {
	display: block;
	color: #ffffff;
	line-height: 60px;
	transform: translateY(2px);
	margin-left: 6px;
}

.header-w .nav p span {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	/*min-width: 160px;*/
	z-index: 1;
	padding: 5px 0;
	background-color: #9EA1A2;
}

.header-w .nav p span a {
	color: white;
	height: 40px;
	line-height: 40px;
}

.header-w .nav p span a i {
	color: white;
}


/* 下拉菜单链接悬停样式 */

.header-w .nav p:hover>a,
.header-w .nav p.active>a{
	background-color: #9EA1A2;
}

.header-w .nav p span a:hover {
	background-color: #FFFFFF;
	color: #FF6B00;
}

.header-w .nav p span a:hover i {
	color: #FF6B00;
}

.header-w .nav-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-w .nav-right p {
	margin-left: 15px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-w .nav-right p a.lan {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF6B00;
	border-radius: 30px;
	padding: 0 15px;
	line-height: 36px;
	color: #FFFFFF;
}

.header-w .nav-right p a i {
	display: block;
	margin-left: 6px;
}

.header-w .nav-right p a.lan {
	background-color: #9EA1A2;
}

.header-w .nav-right p a.sou i {
	color: #ffffff;
	font-size: 26px;
	margin-right: 25px;
	transform: translateY(1px);
}

.indexBanner {
	height: calc(120vh + 0px);
	position: relative;
}

.indexBanner:after {
	content: "";
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.indexBanner .swiper-slide .item {
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 10s ease, opacity 1s ease;
	transform: scale(1);
	/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/
}

.indexBanner .swiper-slide-active .item {
	transform: scale(1.2);
}

.indexBanner .swiper-slide-prev .item,
.indexBanner .swiper-slide-next .item {
	opacity: 0;
}


/*.indexBanner .swiper-slide .item:after {
	content: "";
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}*/


/*.swiper-slide-active .item,
.swiper-slide-duplicate-active .item {
	animation: zoom 8s infinite alternate ease-in-out;
}*/

@keyframes zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

.index-banner-text {
	height: 45%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 9;
}

.index-banner-text p.t1 {
	color: #FFFFFF;
	font-size: 86px;
	line-height: 1;
}

.index-banner-text p.t2 {
	display: block;
	width: 70%;
	font-size: 26px;
	color: #FFFFFF;
	opacity: 0.6;
	margin-top: 40px;
	font-family: 'MiSans-Light';
}

.index-banner-text p.t3 a {
	width: 240px;
	line-height: 70px;
	margin-top: 80px;
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 60px;
	color: #000000;
	font-size: 36px;
	transition: 0.3s all;
}

.index-banner-text p.t3 a:hover {
	background-color: #000000;
	color: #FFFFFF;
	transition: 0.3s all;
}

.index-main01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -150px;
	position: relative;
	z-index: 99;
}

.index-main01 .list {
	width: 32%;
	background-color: #FFFFFF;
	box-shadow: 0 0 8px #999;
	border-radius: 2px;
	overflow: hidden;
	padding-bottom: 45px;
	transition: 0.3s all;
	position: relative;
}

.index-main01 .list p.t1 {
	display: block;
	overflow: hidden;
}

.index-main01 .list p.t2 {
	font-size: 22px;
	color: #000000;
	padding: 15px 30px 0;
	margin-bottom: 12px;
	font-family: 'MiSans-Medium';
}

.index-main01 .list p.t3 {
	font-size: 16px;
	color: #9EA1A2;
	padding: 0 30px;
	margin-bottom: 18px;
	font-family: 'MiSans-Light';
}

.index-main01 .list p.t4 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	color: #3E3E3F;
	font-size: 14px;
	padding: 0 30px;
	line-height: 24px;
	position: absolute;
	bottom: 15px;
}

.index-main01 .list p.t4 i {
	display: block;
	margin-left: 6px;
	color: #FF6B00;
	line-height: 22px;
}

.index-main01 .list:hover {
	background-color: #ededed;
	transition: 0.3s all;
}


/*.index-main01 .list:hover p.t2,
.index-main01 .list:hover p.t3,
.index-main01 .list:hover p.t4 {
	color: #FFFFFF;
	transition: 0.3s all;
}*/

.index-main01 .list:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.index-main01 .list:nth-child(2) p.t4 {
	display: none;
}

.index-main02-w {
	margin: 50px auto;
	background-image: url(../img/arc_logo_02.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.index-main02 {
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-main02 .left {
	width: 45%;
}

.index-main02 .left p.t1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.index-main02 .left p.t1 img {
	display: block;
	height: 45px;
	margin-right: 15px;
}

.index-main02 .left p.t1 span {
	display: block;
	font-size: 20px;
	color: #231815;
}

.index-main02 .left p.t2 {
	color: #231815;
	font-size: 8rem;
	line-height: 1.1;
	margin: 30px 0 40px;
}

.index-main02 .left p.t3 {
	color: #9EA1A2;
	font-size: 16px;
	margin-bottom: 40px;
	padding-right: 6%;
	text-align: justify;
	font-family: 'MiSans-Light';
}

.index-main02 .right {
	width: 40%;
}

.index-main03-w {
	position: relative;
}

.index-main03-w .pro-img {
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.index-main03-w .pro-img img {
	display: block;
	height: 100%;
}

.index-main03 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: right;
	z-index: 88;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
}

.index-main03 p.t1 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.index-main03 p.t1 img {
	display: block;
	height: 30px;
	margin-right: 15px;
}

.index-main03 p.t1 span {
	display: block;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
	font-family: 'objectivity-light';
}

.index-main03 p.t2 {
	color: #ffffff;
	font-size: 9.4rem;
	line-height: 1.1;
	margin: 20px 0 20px;
	text-align: right;
	font-weight: 500;
	font-family: 'objectivity-medium';
}

.index-main03 .index-more {
	width: 240px;
	float: right;
	background-color: #ffffff;
	color: #878787;
	font-size: 24px;
}

.index-main03 p.t4 img {
	display: inline-block;
	height: 70px;
	margin-top: 35px;
	margin-bottom: 80px;
}

.index-main04 {
	display: flex;
	justify-content: space-between;
	/*align-items: flex-start;*/
	margin: 150px auto;
}

.index-main04 .left {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.index-main04 .left p.t1 {
	color: #131E29;
	font-size: 8rem;
	margin-bottom: 40px;
	line-height: 1;
}

.index-main04 .left p.t2 {
	color: #9EA1A2;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 60px;
	font-family: 'MiSans-Light';
}

.index-main04 .index-more {
	background-color: #000000;
	/*position: absolute;*/
	/*bottom: 30px;*/
}

.index-main04 .index-more:hover {
	background-color: #CCC3AE !important;
}

.index-main04 .right {
	width: 52%;
	padding-bottom: 30px;
}

.index-main04 .right .swiper-pagination {
	bottom: 0;
}

.index-main04 .right .swiper-pagination-bullet {
	width: 100px;
	height: 3px;
	border-radius: 0;
	margin: 0 0 !important;
	background-color: #3E3E3F;
}

.index-main07-w {
	margin: 150px auto;
}

.index-main07 {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-main07 .list {
	width: 32%;
	background-color: #ECECEC;
	padding-bottom: 15px;
	overflow: hidden;
	transition: 0.3s all;
}

.index-main07 .list p.t1 {
	display: block;
	overflow: hidden;
}

.index-main07 .list p.t2 {
	color: #3E3E3F;
	font-size: 22px;
	padding: 10px 15px;
}

.index-main07 .list p.t3 {
	padding: 5px 15px;
}

.index-main07 .list p.t3 i {
	color: #3E3E3F;
	font-size: 26px;
}

.index-main07 .list:hover {
	box-shadow: 0 0 6px #999999;
	transform: translateY(-10px);
	transition: 0.3s all;
}

.index-main07 .list:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.index-main07-more a {
	width: 240px;
	text-align: center;
	display: block;
	margin: 50px auto 0;
	padding: 10px 0;
	border-radius: 200px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 40px;
	transition: 0.3s all;
}

.index-main07-more a:hover {
	background-color: #ECECEC;
	color: #000000;
	transition: 0.3s all;
}

.index-main08 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #ECECEC;
	margin-bottom: 80px;
}

.index-main08 .right {
	width: 50%;
}

.index-main08 .left {
	width: 50%;
	padding: 60px 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index-main08 .left p.t1 {
	font-size: 68px;
	color: #131E29;
	margin-bottom: 30px;
	line-height: 1.1;
}

.index-main08 .left p.t2 {
	color: #4d4d4d;
	font-size: 18px;
	text-align: justify;
	padding-right: 20%;
}

.index-main08 .left a.t3 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FF6B00;
	color: #FFFFFF;
	width: 280px;
	text-align: center;
	padding: 20px 0;
	font-size: 28px;
	border-radius: 280px;
	margin-top: 200px;
	/*position: absolute;
    bottom: 100px;
    left: 50px;*/
	transition: 0.3s all;
}

.index-main08 .left a.t3 i {
	font-size: 36px;
	margin-right: 7px;
	transform: translateY(3px);
}

.index-main08 .left a.t3:hover {
	background-color: #000000;
	transition: 0.3s all;
}

footer {
	background-color: #131E29;
	padding: 100px 0 0;
}

.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .left p.logo {
	height: 25px;
	margin-bottom: 160px;
}

.footer .left p.logo img {
	display: block;
	height: 100%;
}

.footer .left p.contact_item {
	display: flex;
	justify-content: flex-start;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.footer .left p.contact_item i {
	display: block;
	margin-right: 15px;
	font-size: 22px;
	color: #9EA1A2;
}

.footer .right {
	width: 420px;
}

.footer .right p.t1 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 20px;
}

.footer .right p.t2 {
	font-size: 20px;
	color: #999999;
	margin-bottom: 40px;
}

.footer .right .input {
	width: 80%;
	position: relative;
	overflow: hidden;
}

.footer .right .input input {
	display: block;
	width: 100%;
	height: 50px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	background-color: transparent;
	color: #ffffff;
	font-size: 18px;
	padding: 0 100px 0 10px;
}

.footer .right .input button {
	display: block;
	height: 100%;
	background-color: #9EA1A2;
	width: 100px;
	margin: auto;
	color: #ffffff;
	border: 2px solid #ffffff;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	cursor: pointer;
}

.footer .right .input button:hover {
	background-color: #000000;
}

.footer .right .policy {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 25px;
}

.footer .right .policy input {
	transform: scale(1.2);
	margin-right: 8px;
	margin-top: 4px;
}

.footer .right .policy span {
	display: block;
	flex: 1;
	color: #999999;
	font-size: 13px;
	line-height: 1.4;
}

.footer .right .policy span a {
	text-decoration: underline;
}

.footer .right .policy span a:hover {
	color: #CCC3AE;
}

.footer .center {
	margin-top: 100px;
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #ffffff;
}

.footer .center .icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.footer .center .icons .ico.share {
	width: 100%;
	margin-bottom: 15px;
}

.footer .center .icons .ico.share i {
	font-size: 22px;
}

.footer .center .icons .ico {
	display: block;
	margin-right: 15px;
	cursor: pointer;
}

.footer .center .icons .ico i {
	display: block;
	font-size: 26px;
	color: #ffffff;
}

.footer .center .icons .ico:hover i {
	color: #FF6B00;
}

.footer .center .copyright {
	width: 420px;
	color: #ffffff;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'MiSans-Light';
}

.footer .center .copyright a {
	display: block;
	background-color: #9EA1A2;
	border-radius: 30px;
	padding: 0 15px;
	line-height: 36px;
	color: #FFFFFF;
	margin-left: 40px;
}


/*page*/

.page_banner {
	height: 100vh;
	position: relative;
}

.page_banner .text {
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page_banner .text p.t1 {
	font-weight: 400;
	font-size: 76px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

.page_banner .text p.t2 {
	width: 80%;
	font-weight: 300;
	font-size: 22px;
	color: #FFFFFF;
	opacity: 0.7;
	font-family: 'MiSans-Light';
}

body.page .header-w {
	background-color: #000000;
}
.page_banner .zumVideo{
	width: 100%;
	height: calc(100% - 60px);
	overflow: hidden;
	padding-top: 60px;
}
#bg-video {
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.zum-main01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto;
}

.zum-main01 .left {
	width: 45%;
}

.zum-main01 .right {
	width: 55%;
}

.zum-main01 .right .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.zum-main01 .right .pic {
	width: 100px;
}

.zum-main01 .right .text {
	flex: 1;
	margin-left: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9EA1A2;
}

.zum-main01 .right .text .t1 {
	font-weight: 400;
	font-size: 56px;
	color: #5A5655;
	margin-bottom: 10px;
}

.zum-main01 .right .text .t2 {
	font-weight: 300;
	font-size: 22px;
	line-height: 1.4;
	color: #9EA1A2;
	font-family: 'MiSans-Light';
}

.zum-main01 .right .text .t2 span {
	font-weight: bold;
}

.zum-main02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 100px;
}

.zum-main02 .left {
	width: 45%;
}

.zum-main02 .left p.t1 {
	font-weight: 400;
	font-size: 56px;
	color: #5A5655;
	text-align: right;
	margin-bottom: 10px;
}

.zum-main02 .left p.t2 {
	font-weight: 300;
	font-size: 24px;
	color: #9EA1A2;
	text-align: right;
	font-family: 'MiSans-Light';
}

.zum-main02 .right {
	width: 40%;
}

.zum-main03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 50px auto 100px;
	background-color: #EDEDED;
}

.zum-main03 .pic {
	width: 50%;
}

.zum-main03 .text {
	width: 50%;
	background-color: #EDEDED;
	padding: 0 7%;
}

.zum-main03 .text p.t1 {
	font-weight: 400;
	font-size: 56px;
	color: #5A5655;
	margin-bottom: 20px;
}

.zum-main03 .text p.t2 {
	font-weight: 300;
	font-size: 24px;
	color: #9EA1A2;
	font-family: 'MiSans-Light';
	text-align: justify;
}
.zum-main03 .text p.t1.r,
.zum-main03 .text p.t2.r{
	text-align: right;
}

.zum-main04 {
	height: 500px;
	background-color: #999999;
	margin: 45px auto 120px;
}

.zum-main05 {
	margin: 0 auto 150px;
}

.zum-main05 .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #EDEDED;
	padding: 0 40px;
	height: 80px;
	margin-bottom: 50px;
}

.zum-main05 .top p.t1 {
	font-weight: 300;
	font-size: 32px;
	color: #9EA1A2;
}

.zum-main05 .top p.t2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.zum-main05 .top p.t2 span {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: 300;
	font-size: 32px;
	color: #9EA1A2;
	margin-left: 20px;
	cursor: pointer;
}

.zum-main05 .top p.t2 span:hover,
.zum-main05 .top p.t2 span.hover {
	background-color: #000000;
	color: #ffffff;
	border-radius: 100%;
	font-weight: bold;
	transition: 0.3s all;
}

.zum-main05 .content {
	position: relative;
}

.zum-main05 .content .item {
	display: none;
	justify-content: space-between;
	opacity: 0;
	transition: opacity 2s;
}

.zum-main05 .content .item.hover {
	display: flex;
	opacity: 1;
	transition: opacity 2s;
}

.zum-main05 .content .pic {
	width: 50%;
}

.zum-main05 .content .pic p.tit {
	font-weight: 300;
	font-size: 60px;
	color: #9EA1A2;
	text-align: center;
}

.zum-main05 .content .desc {
	width: 50%;
}

.zum-main05 .content .desc .t1 {
	width: 220px;
	display: flex;
	justify-content: center;
	background-color: #151D29;
	font-size: 26px;
	color: #ffffff;
	line-height: 50px;
	border-radius: 60px;
	margin-bottom: 20px;
}

.zum-main05 .content .desc .t1 i {
	font-size: 28px;
	display: block;
	margin-right: 12px;
	transform: translateY(1px);
}

.zum-main05 .content .desc .canshu {
	border-top: 1px solid #151D29;
	padding-top: 40px;
}

.zum-main05 .content .desc .canshu .li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #9EA1A2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.zum-main05 .content .desc .canshu .li .key {
	font-weight: 300;
	font-size: 18px;
	color: #231815;
	width: 220px;
}

.zum-main05 .content .desc .canshu .li .val {
	font-size: 18px;
	color: #9EA1A2;
	font-family: 'MiSans-Light';
}


/*shaping*/

.shaping-main01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px auto 70px;
}

.shaping-main01 .right {
	width: 50%;
}

.shaping-main01 .left {
	width: 50%;
}

.shaping-main01 p.t1 {
	font-weight: 400;
	font-size: 60px;
	color: #9EA1A2;
}

.shaping-main01 p.t2 {
	font-weight: 400;
	font-size: 80px;
	color: #131E29;
	line-height: 1;
	margin-bottom: 35px;
}

.shaping-main01 p.t3 {
	font-weight: 300;
	font-size: 22px;
	color: #9EA1A2;
	margin-bottom: 40px;
	padding-right: 5%;
	font-family: 'MiSans-Light';
	line-height: 1.4;
}

.shaping-main01 p.t4 span {
	display: block;
	position: relative;
	font-weight: 300;
	font-size: 22px;
	color: #9EA1A2;
	padding-left: 26px;
	font-family: 'MiSans-Light';
	margin-bottom: 10px;
}

.shaping-main01 p.t4 span:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin: auto;
	border-radius: 100%;
	background-color: #9EA1A2;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.shaping-main02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.shaping-main02 .item {
	width: 32.5%;
	margin-bottom: 10px;
}

.shaping-main02 .item:nth-child(7),
.shaping-main02 .item:nth-child(8) {
	width: 49.5%;
}


/*arc*/

body.arc {
	background-color: #EEEBE0;
}

body.arc .page_banner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-top: 60px;
}

.page_banner .arc-banner {
	height: 80%;
	margin: auto;
}

.page_banner .arc-banner img {
	display: block;
	height: 100%;
}

.arc-main01 {
	margin: 100px auto;
}

.arc-mian02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
}

.arc-mian02 .pic {
	width: 46%;
}

.arc-mian02 .text {
	width: 46%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 20px 0;
}

.arc-mian02 .text p.t1 {
	font-weight: 400;
	font-size: 56px;
	color: #131E29;
	line-height: 1.1;
	margin-bottom: 45px;
}

.arc-mian02 .text p.t2 {
	font-weight: 300;
	line-height: 1.4;
	font-size: 24px;
	color: #9EA1A2;
	font-family: 'MiSans-Light';
	text-align: justify;
}

.arc-mian02.two .text p.t1,
.arc-mian02.two .text p.t2 {
	text-align: right;
}

.arc-mian03 {
	margin: 100px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.arc-mian03 .left {
	width: 35%;
	position: relative;
}

.arc-mian03 .left .color {
	width: 240px;
	height: 240px;
	border-radius: 100%;
	background-color: #E9B43D;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
}

.arc-mian03 .right {
	width: 50%;
}

.arc-mian03 .right p.t1 {
	font-weight: 500;
	font-size: 56px;
	color: #131E29;
	border-bottom: 2px solid #9EA1A2;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.arc-mian03 .right .canshu {
	padding-top: 20px;
}

.arc-mian03 .right .canshu .li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 1px solid #9EA1A2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.arc-mian03 .right .canshu .li .key {
	font-weight: 300;
	font-size: 18px;
	color: #231815;
	width: 220px;
}

.arc-mian03 .right .canshu .li .val {
	font-size: 18px;
	color: #9EA1A2;
	font-family: 'MiSans-Light';
}

.arc-mian03 .right .canshu .li.c {
	margin-top: 25px;
	border-bottom: none;
}

.arc-mian03 .right .canshu .li .color {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.arc-mian03 .right .canshu .li .color p {
	
	margin: 0 30px 30px 0;
	
}
.arc-mian03 .right .canshu .li .color span.s1{
	width: 110px;
	height: 110px;
	display: block;
	border-radius: 100%;
	position: relative;
	padding: 10px;
	border: 1px solid transparent;
	transition: 0.3s all;
}

.arc-mian03 .right .canshu .li .color span.s2{
	font-style: normal;
	font-weight: 500;
	font-family: 'MiSans-ExtraLight';
	font-size: 18px;
	color: #231815;
	text-align: center;
	display: block;
	margin-top: 5px;
}
.arc-mian03 .right .canshu .li p.color span i {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #E9B43D;
}

.arc-mian03 .right .canshu .li .color p:hover span.s1,
.arc-mian03 .right .canshu .li .color p.hover span.s1{
	border: 1px solid #9EA1A2;
	transition: 0.3s all;
}


/*about*/

.page_banner.about {
	position: relative;
}

.page_banner.about .text {
	text-align: center;
	color: #FFFFFF;
	font-size: 56px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.about-main01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
}

.about-main01 .left {
	width: 48%;
}

.about-main01 .right {
	width: 48%;
	color: #9EA1A2;
	font-size: 24px;
	line-height: 1.7;
	font-family: 'MiSans-Light';
}

.about-main02 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 100px auto;
}

.about-main02 .item {
	width: 25%;
	text-align: center;
}

.about-main02 .item p.t1 {
	color: #131E29;
	font-size: 60px;
}

.about-main02 .item p.t2 {
	color: #9EA1A2;
	font-size: 22px;
	font-family: 'MiSans-Light';
}

.about-main03 {
	margin: 100px auto;
}

.about-main04 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
}

.about-main04 .left {
	width: 35%;
}

.about-main04 .right {
	width: 55%;
	color: #9EA1A2;
	font-size: 24px;
	line-height: 1.4;
	text-align: justify;
	font-family: 'MiSans-Light';
}

.about-main05 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
	background-color: #EEF1F4;
}

.about-main05 .right {
	width: 50%;
}

.about-main05 .left {
	width: 50%;
	color: #9EA1A2;
	font-size: 28px;
	padding: 0 10%;
	line-height: 1.6;
	font-family: 'MiSans-Light';
}

.about-main06 {
	width: 1200px;
	margin: 60px auto 60px;
	padding: 160px 0 0;
	position: relative;
}

.about-main06 .item {
	position: absolute;
}

.about-main06 .item p.time,
.about-main06 .item p.tit {
	color: #131E29;
	font-size: 28px;
	line-height: 1.2;
}

.about-main06 .item p.desc {
	color: #9EA1A2;
	font-size: 18px;
	line-height: 1.4;
	font-family: 'MiSans-Light';
}

.about-main06 .item_1 {
	width: 550px;
}

.about-main06 .item_1 p.desc {
	margin: 10px auto 15px;
}

.about-main06 .item_2 {
	width: 600px;
	display: flex;
	justify-content: flex-start;
}

.about-main06 .item_2 .right {
	flex: 1;
	margin-left: 30px;
}

.about-main06 .item_2 .right p.tit {
	margin-bottom: 15px;
}

.about-main06 .item_2 p.time {
	text-align: center;
}

.about-main06 .item_3 p.tit {
	margin: 10px auto 15px;
}

.about-main06 .item_11 {
	top: 0;
	left: 303px;
}

.about-main06 .item_22 {
	width: 570px;
	top: 295px;
	right: 0;
}

.about-main06 .item_33 {
	width: 620px;
	top: 545px;
	left: 303px;
}

.about-main06 .item_44 {
	width: 450px;
	top: 840px;
	left: 160px;
}

.about-main06 .item_55 {
	width: 450px;
	top: 840px;
	left: 720px;
}

.about-main06 .item_66 {
	width: 600px;
	bottom: 410px;
	left: 630px;
}

.about-main06 .item_77 {
	width: 600px;
	bottom: 237px;
	left: 630px;
}

.about-main06-t {
	width: 1200px;
	margin: 50px auto 0;
	color: #666666;
	font-size: 56px;
	padding-left: 303px;
}

.about-main06-b {
	width: 1200px;
	margin: 0 auto 150px;
	color: #666666;
	font-size: 38px;
	text-align: center;
}

.contact-main {
	height: 100%;
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.contact-main p.tit {
	color: #131E29;
	font-size: 80px;
	font-family: 'MiSans-Medium';
	margin-bottom: 40px;
}

.contact-main .list {
	width: 470px;
	margin: 0 auto;
	text-align: left;
}

.contact-main .list p.contact_item {
	display: flex;
	justify-content: flex-start;
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}

.contact-main .list p.contact_item i {
	display: block;
	margin-right: 15px;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}


/*case*/

.case-mian01 {
	color: #131E29;
	font-size: 68px;
	margin: 100px auto 50px;
}

.case-mian02 {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 80px;
}

.case-mian02 span.tit {
	color: #131E29;
	font-size: 22px;
	margin-right: 15px;
	line-height: 40px;
}

.case-mian02 span.list {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}

.case-mian02 .item {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 0 18px;
	color: #131E29;
	font-size: 22px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #9EA1A2;
	transition: 0.3s all;
}

.case-mian02 .item:hover {
	border: 1px solid #131E29;
	background-color: #131E29;
	color: #FFFFFF;
	transition: 0.3s all;
}

.case-mian03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px auto;
}

.case-mian03 .item {
	width: 32%;
	margin-bottom: 50px;
	transition: 0.3s all;
	position: relative;
	padding-bottom: 15px;
}

.case-mian03 p.t1 {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

.case-mian03 p.t2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #131E29;
	font-size: 22px;
}

.case-mian03 p.t2 i {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #131E29;
	border-radius: 100%;
	color: #FFFFFF;
}

.case-mian03 .item:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #131E29;
	position: absolute;
	bottom: 0;
	transition: 0.3s all;
}

.case-mian03 .item:hover:after {
	transition: 0.3s all;
	width: 100%;
}

.case-mian03 .item:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.page_banner.caseshow .show {
	display: inline-block;
	background-color: rgba(19, 30, 41, .4);
	padding: 40px 60px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 35%;
}

.page_banner.caseshow h1.title {
	font-size: 46px;
}

.page_banner.caseshow span.desc {
	font-size: 20px;
	margin-top: 25px;
	font-family: 'MiSans-Light';
}

.case-mian04 {
	margin: 100px auto;
	position: relative;
}

.case-mian04 .swiper-button-next {
	right: -40px;
}

.case-mian04 .swiper-button-prev {
	left: -40px;
}

.case-mian04 .swiper-button-prev:hover,
.case-mian04 .swiper-button-next:hover {
	color: #000000 !important;
}


/*news*/

.news-mian01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px auto;
}

.news-mian01 .item {
	width: 48%;
	margin-bottom: 50px;
	transition: 0.3s all;
	position: relative;
	padding-bottom: 15px;
}

.news-mian01 p.t1 {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.news-mian01 .item .tit {
	color: #131E29;
	font-size: 28px;
	line-height: 34px;
	height: 68px;
	font-family: 'Inter_18pt-ExtraLight';
	margin-bottom: 20px;
}

.news-mian01 p.t2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #222;
	font-size: 22px;
	font-family: 'Inter_18pt-ExtraLight';
}

.news-mian01 p.t2 i {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #131E29;
	border-radius: 100%;
	color: #FFFFFF;
}

.news-mian01 .item:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #131E29;
	position: absolute;
	bottom: 0;
	transition: 0.3s all;
}

.news-mian01 .item:hover:after {
	transition: 0.3s all;
	width: 100%;
}

.news-mian01 .item:hover img {
	transform: scale(1.1);
	transition: 0.3s all;
}

.news-main02 {
	margin: 100px auto 40px;
}

.news-main02 i {
	display: block;
	font-size: 48px;
	color: #9EA1A2;
}

.news-main03 {
	margin: 0 auto 50px;
}

.news-main03 .tit {
	color: #000000;
	font-size: 56px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.news-main03 .time {
	color: #9EA1A2;
	font-size: 25px;
	font-family: 'MiSans-Light';
}

.news-main05 {
	margin: 40px auto 140px;
	font-family: 'MiSans-Light';
	color: #9EA1A2;
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
}
.news-main05 p{
	font-family: 'MiSans-Light';
	color: #9EA1A2;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.6;
	text-align: justify;
}
.news-main05 table td{
	padding: 15px;
	font-family: 'MiSans-Light';
	color: #9EA1A2;
	font-size: 20px;
	text-align: justify;
	line-height: 1.6;
}
