* {
	padding: 0;
	margin: 0;
}

ul,
ol {
	list-style: none;
}

.clearfix {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

em {
	font-style: normal;
}

.content {
	max-width: 1400px;
	margin: auto;
}

@font-face {
	font-family: 'Bask';
	font-display: swap;
	src: url('../fonts/BaskervilleMTStd-Regular.otf');
	/* IE9*/
	src: url('../fonts/BaskervilleMTStd-Regular.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/BaskervilleMTStd-Regular.woff2') format('woff2'), url('../fonts/BaskervilleMTStd-Regular.woff') format('woff'), /* iOS 4.1- */
}
@font-face {
	font-family: 'Bask_b';
	font-display: swap;
	src: url('../fonts/AkzidenzGrotesk-ExtraBoldCondItalic.otf');
	/* IE9*/
	src: url('../fonts/AkzidenzGrotesk-ExtraBoldCondItalic.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/AkzidenzGrotesk-ExtraBoldCondItalic.woff2') format('woff2'), url('../fonts/AkzidenzGrotesk-ExtraBoldCondItalic.woff') format('woff'), /* iOS 4.1- */
}
@font-face {
	font-family: 'akzid';
	font-display: swap;
	src: url('../fonts/AkzidenzGrotesk-ExtraBoldCond.otf');
	/* IE9*/
	src: url('../fonts/AkzidenzGrotesk-ExtraBoldCond.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
}


/*@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_2355859_g6hfdwp66l.eot');
  src: url('//at.alicdn.com/t/font_2355859_g6hfdwp66l.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2355859_g6hfdwp66l.woff2') format('woff2'), url('//at.alicdn.com/t/font_2355859_g6hfdwp66l.woff') format('woff'), url('//at.alicdn.com/t/font_2355859_g6hfdwp66l.ttf') format('truetype'), url('//at.alicdn.com/t/font_2355859_g6hfdwp66l.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro/fonteditor');
  src: url('../fonts/DINPro/fonteditor?#iefix') format('embedded-opentype'), url('../fonts/DINPro/fonteditor.woff2') format('woff2'), url('../fonts/DINPro/fonteditor.woff') format('woff'), url('../fonts/DINPro/fonteditor.ttf') format('truetype'), url('../fonts/DINPro/fonteditor.svg#iconfont') format('svg');
}*/


/*@font-face {
	font-family:'akzid';
	src:url('../fonts/AkzidenzGrotesk-ExtraBoldCond.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'Bask';
	src:url('../fonts/BaskervilleMTStd-Regular.otf');
	font-weight: normal;
	font-style: normal;
}*/

::-webkit-scrollbar {
	width: 5px;
	/*对垂直流动条有效*/
	height: 5px;
	/*对水平流动条有效*/
}


/*定义滚动条的轨道颜色、内阴影及圆角*/

::-webkit-scrollbar-track {
	background-color: #161312;
	border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/

::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background-color: #FFC200;
}


/*定义右下角汇合处的样式*/

::-webkit-scrollbar-corner {
	background: khaki;
}

header {
	position: fixed;
	width: 100%;
	overflow: hidden;
	top: 0;
	z-index: 10;
	padding: 30px 3vw 30px 4vw;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 16px;
	/*max-width: 1920px;*/
	transition: all 0.35s;
}

header img {
	display: block;
	/*max-width: 100%;*/
}



@media screen and (max-width:767px) {
	header {
		padding: 0 0 0 25px;
	}
}

header::after {
	content: '';
	width: 100%;
	top: 0;
	height: 1px;
	box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.8);
	position: absolute;
	z-index: -1;
	opacity: 0;
	transition: all 0.35s;
}

@media screen and (max-width:1200px) {
	header::after {
		box-shadow: 0 0 5vw 8vw rgba(0, 0, 0, 0.8);
	}
}

@media screen and (max-width:767px) {
	header::after {
		display: none;
	}
}

header.active {
	padding-top: 1vw;
}

header.active::after {
	opacity: 1;
}

@media screen and (max-width:767px) {
	header.active {
		padding-top: 0;
	}
}

header.open a {
	opacity: 1;
	visibility: visible;
}

.menu-open {
	width: 0;
	height: 100vh;
	position: fixed;
	right: 0%;
	top: 0%;
	background: rgba(0, 0, 0, 0.08);
	/*background: #161312;*/
	backdrop-filter: blur(13.5px);
	-webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1) .1s;
	overflow: hidden;
}
header.open .right{
	position: fixed;
	top: 16px;
	right: 3vw;
}
header.open .menu-open {
	width: 400px;
}
@media (max-width: 1400px) {
	header{
		 padding: 16px 3vw 16px 4vw;
	}
	header img{
		height: 60px;
	}
}
.menu-open .menu-wrapper {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0%;
	overflow: auto;
}

.menu-open .menu-wrapper .menu-left {
	margin: 0 40px;
	text-align: right;
	padding-top: 160px;
}

.menu-open .menu-wrapper .menu-left a {
	color: #fff;
	font-weight: normal;
}

.menu-open .menu-wrapper .menu-left a:hover {
	color: #FFC200;
}

.menu-open .menu-wrapper .menu-left li {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	line-height: 52px;
	text-align: left;
}

.menu-open .menu-wrapper .menu-left li>a {
	font-size: 32px;
	line-height: 60px;
	font-weight: 700;
	/*display: inline-block;*/
	white-space: nowrap;
}

.menu-open .menu-wrapper .menu-left li .erji {
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	transition: 1s all;
	font-size: 20px;
	padding-left:10%;
}

.menu-open .menu-wrapper .menu-left li:hover .erji,.menu-open .menu-wrapper .menu-left li.on .erji {
	/*min-height: 300px;*/
	height: 300px;
}
.menu-open .menu-wrapper .menu-left li:nth-child(3):hover .erji,.menu-open .menu-wrapper .menu-left li:nth-child(3).on .erji {
	/*min-height: 300px;*/
	height: 350px
}
.menu-open .menu-wrapper .menu-left li:nth-child(4):hover .erji,.menu-open .menu-wrapper .menu-left li:nth-child(4).on .erji {
	/*min-height: 300px;*/
	height: 180px;
}
.menu-open1 {
	width: 0;
	height: 100vh;
	position: fixed;
	right: 0%;
	top: 0%;
	background: #161312;
	/*background: #161312;*/
	backdrop-filter: blur(13.5px);
	-webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1) .1s;
	overflow: hidden;
	
}

@media (max-width: 1400px) {
	header{
		 padding: 16px 3vw 16px 4vw;
	}
	header img{
		height: 60px;
	}
}
.menu-open1 .menu-wrapper {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0%;
	overflow: auto;
}

.menu-open1 .menu-wrapper .menu-left {
	margin: 0 40px;
	text-align: right;
	padding-top: 160px;
}

.menu-open1 .menu-wrapper .menu-left a {
	color: #fff;
	font-weight: normal;
}
.menu-open .menu-wrapper .menu-left a:hover {
	color: #FFC200;
}

.menu-open1 .menu-wrapper .menu-left li {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	line-height: 52px;
	text-align: left;
	background: url(../img/right_jt1.png) no-repeat top 33px right;
	background-size: 8px;
}
.menu-open1 .menu-wrapper .menu-left li:nth-child(1){
	background: none;
}
.menu-open1 .menu-wrapper .menu-left li>a {
	font-size: 32px;
	line-height: 60px;
	font-weight: 700;
	/*display: inline-block;*/
	white-space: nowrap;
}

.menu-open1 .menu-wrapper .menu-left li .erji {
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	transition: 1s all;
	font-size: 20px;
	padding-left:10%;
}

.menu-open1 .menu-wrapper .menu-left li.on .erji {
	/*min-height: 300px;*/
	height: 248px;
}
.menu-open1 .menu-wrapper .menu-left li:nth-child(3).on .erji {
	/*min-height: 300px;*/
	height: 280px
}
.menu-open1 .menu-wrapper .menu-left li:nth-child(4).on .erji {
	/*min-height: 300px;*/
	height: 130px;
}
header>a {
	position: relative;
	z-index: 5;
}
/*
@media screen and (max-width: 1440px) {
	header>a img {
		width: 140px;
	}
}

@media screen and (max-width:1200px) {
	header>a img {
		width: 125px;
	}
}*/

@media screen and (max-width:767px) {
	header>a {
		width: 100px;
		opacity: 1;
		/*visibility: hidden;*/
		transition: all 0.25s;
	}
}

header .right {
	display: flex;
	align-items: center;
	font-weight: 700;
}

header .right .menu {
	width: 90px;
	line-height: 90px;
	text-align: center;
	position: relative;
	z-index: 5;
	cursor: pointer;
}

@media screen and (max-width:1400px) {
	header .right .menu {
		font-size: 13px;
		width: 80px;
		line-height: 80px;
	}
}

header .right .menu .ccc {
	position: absolute;
	width: 76px;
	height: 76px;
	left: 50%;
	top: 50%;
	margin: -38px 0 0 -38px;
	border: 1px solid #ffc200;
	background-color: #ffc200;
	border-radius: 50%;
	pointer-events: none;
	transition: background-color 0.25s, border-color 0.25s;
	animation: zhuan linear 4000ms infinite;
	-webkit-animation: zhuan linear 4000ms infinite;
	-moz-animation: zhuan linear 4000ms infinite;
	/*transform: skewX(5deg) rotate(0deg);*/
}
/*header.open .right .menu .ccc{
	background: #161312;
}*/
@keyframes zhuan {
	0%{
		transform:rotate(0deg) skewX(5deg) ;
	}
	25%{
		transform:rotate(90deg) skewX(15deg) ;
	}
	50%{
		transform:rotate(180deg) skewX(5deg) ;
	}
	75%{
		transform:rotate(270deg) skewX(15deg) ;
	}
	100%{
		transform:rotate(360deg) skewX(5deg) ;
	}
}

header .right .menu p {
	position: relative;
	z-index: 2;
}

header .right .menu:hover .ccc {
	background-color: #d4b47e;
	border-color: #d4b47e;
}

header .right .menu.active .ccc {
	background-color: #3a3a3a;
	border-color: #3a3a3a;
}

.header {
	background: url(img/btm.png) repeat-x center;
	position: fixed;
	top: -2px;
	width: 100%;
	padding: 24px 0;
	height: 55px;
	z-index: 50;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header .logo_box {
	float: left;
}

.header .logo_box .logo1 {
	display: none;
}


/*.baise .logo_box .logo{
	display: none;
}
.baise .logo_box .logo1{
	display: block;
}*/

.header .logo_box img {
	height: 55px;
}

.top_nav {
	float: right;
	width: 880px;
}

.top_nav li {
	line-height: 55px;
	float: left;
	width: 14.28%;
	text-align: center;
	font-size: 16px;
}

.top_nav li a {
	color: #fff;
}

.top_nav li:hover a {
	color: #FFAA00;
}

.header .ss_box {
	float: right;
	margin-left: 30px;
	margin-top: 18px;
}

.sousuo {
	position: absolute;
	top: 100px;
	right: 0px;
	background: rgba(0, 0, 0, .4);
	padding: 14px;
	display: none;
}

.sousuo input {
	line-height: 40px;
	background: #fff;
	padding: 0 10px;
	width: 220px;
	float: left;
	border: none;
}

.sousuo button {
	background: #FFAA00;
	height: 40px;
	width: 60px;
	float: left;
	border: none;
}

.top_nav li .erji {
	position: absolute;
	left: 50%;
	display: none;
	opacity: 0;
	top: 80px;
	transform: translate(-50%, 0);
	padding-top: 24px;
	transition: all 0.5s;
}

.top_nav li .erji .erji_box {
	background: #fff;
	width: 100%;
	width: 1920px;
	box-sizing: border-box;
	padding: 20px 0;
}

.top_nav li:hover .erji {
	display: block;
	opacity: 1;
	top: 54px;
}

.top_nav li .erji dl {
	width: 1400px;
	margin: auto;
	text-align: center;
}

.top_nav li .erji dl dd {
	text-align: center;
	display: inline-block;
	line-height: 40px;
	margin: 0 20px;
}

.top_nav li .erji dl dd a {
	color: #333;
}

.top_nav li .erji dl dd:hover a {
	color: #FFAA00;
}


/*.banner{
	position: relative;
	overflow: hidden;
}
.banner_wz{
	position: absolute;
	padding-top: 30px;
	transform: translate(-50%,-50%);
}*/
@media screen and (max-width:1000px) {
	header {
		padding: 20px;
	}
}
.swiper1 .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


/*banner*/

.img-swiper {
	width: 100%;
	height: 100%;
}

.img-swiper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #161312;
}

.img-swiper .swiper-slide .zhezhao {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.img-swiper .swiper-slide #my-video {}

.pagination12 {
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.pagination12 .swiper-pagination-bullet {
	width: 4px;
	height: 40px;
	background: #fff;
	border: none;
	display: block;
    margin: 4px 0;
}

.pagination12 .swiper-pagination-bullet-active {
	background: #FFAA00;
}

.banner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width:1200px) {
	.banner {
		height: 50vw;
	}
}

@media screen and (max-width:1000px) {
	.banner {
		height: 60vw;
	}
}

@media screen and (max-width:767px) {
	.banner {
		height: 80vw;
	}
}

.banner .look {
	position: absolute;
	left: 50%;
	bottom: 6vh;
	width: 96px;
	margin-left: -48px;
	z-index: 10;
	height: 96px;
	padding: 10px;
	cursor: pointer;
	z-index: 3;
}

@media screen and (max-width:1200px) {
	.banner .look {
		display: none;
	}
}

.banner .look::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.banner .look img {
	width: 96px;
	pointer-events: none;
}

.banner .look .circle-svg {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 96px;
	animation: circle 10s linear infinite;
	animation-play-state: paused;
}

.banner .look:hover .circle-svg {
	animation-play-state: running;
}

@keyframes circle {
	0% {
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
	100% {
		transform: rotate(360deg) translate3d(0, 0, 0);
	}
}

.banner {
	background-position: center center;
	background-size: cover;
}

.banner .center {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 13.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

.banner .text-list,
.banner .text {
	width: 100%;
	font-size: 0.84rem;
	line-height: 1.3;
	font-family: 'webfontb';
	position: relative;
}

.banner .text {
	position: absolute;
	left: 13.5%;
	z-index: 2;
	bottom: 52%;
	width: auto;
}

.banner .text p:nth-child(2) {
	font-size: 0.6rem;
}

.banner .text-list {
	opacity: 0;
	visibility: hidden;
}

.banner .des-list {
	width: 100%;
	font-size: 0.24rem;
	margin-top: 0.5rem;
}

.banner .des-list li:nth-child(n+2) {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.banner .video-list {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.banner .video-list li {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
}

.banner .video-list .bg {
	height: 100%;
	background-position: center center;
	background-size: cover;
	opacity: 0.6;
}

.banner .video-list .bg video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center center;
	pointer-events: none;
}

.banner .video-list .bg .video-loader {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 12px;
	display: flex;
	align-items: center;
}

.banner .video-list .bg .video-loader.loaded {
	display: none;
}

.banner .video-list .bg .video-loader img {
	width: 30px;
	margin-right: 5px;
}

.banner .thumb-list {
	width: 100%;
	padding-top: 0.55rem;
}

.banner .thumb-list #banner {
	position: absolute;
	width: calc(100% - 230px);
	left: 115px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	top: 46px;
	transform-origin: right center;
}

.banner .thumb-list #banner .pp {
	height: 1px;
	width: 100%;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left center;
}

.banner .thumb-list ul {
	position: relative;
	display: flex;
	height: 92px;
}

.banner .thumb-list li {
	position: absolute;
	right: 0;
	cursor: pointer;
}

.banner .thumb-list li.active {
	pointer-events: none;
}

.banner .thumb-list li:hover .thumb {
	transform: translateY(-40%) translate3d(0, 0, 0);
}

.banner .thumb-list li.active:hover .thumb {
	transform: translateY(0) translate3d(0, 0, 0);
}

.banner .thumb-list li .thumb {
	background-color: #575757;
	border-radius: 50%;
	position: relative;
	width: 92px;
	height: 92px;
	overflow: hidden;
	transform: translateY(0) translate3d(0, 0, 0);
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.15);
	transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.banner .thumb-list li .thumb .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	transform: scale(1.05);
}

@media screen and (max-width:1200px) {
	.banner .swiper-container {
		display: block !important;
	}
	.banner .swiper-container .swiper-slide {
		height: 50vw;
	}
	.banner .swiper-container .swiper-slide .bg {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center center;
	}
	.banner .swiper-container .swiper-slide ._text {
		height: 100%;
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		padding: 5vw;
		font-size: 16px;
	}
	.banner .swiper-container .swiper-slide ._text h3 {
		font-size: 26px;
		margin-bottom: 8px;
	}
	.banner .pc-banner {
		display: none;
	}
}

@media screen and (max-width:1000px) {
	.banner .swiper-container .swiper-slide {
		height: 70vw;
	}
	.banner .swiper-container .swiper-slide ._text h3 {
		font-size: 22px;
		margin-bottom: 3px;
	}
}

@media screen and (max-width:767px) {
	.banner {
		height: auto;
	}
	.banner .swiper-container .swiper-slide {
		height: 70vw;
		/*text-align: center;*/
		overflow: hidden;
	}
	.banner .swiper-container .swiper-slide ._text {
		height: auto;
		top: auto;
		bottom: 0;
		position: absolute;
		width: 100%;
		left: 0;
		display: block;
		font-size: 14px;
		padding: 20px 25px;
	}
	.banner .swiper-container .swiper-slide ._text h3 {
		font-size: 20px;
		font-family: 'webfontb';
		font-weight: 400;
	}
	.banner .swiper-container .swiper-slide ._text::after {
		content: '';
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		box-shadow: 0 0 15vw 15vw #2d2d2d;
		z-index: -1;
	}
}

#mac-video {
	position: relative;
}

#title {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	overflow: hidden;
}

#title .swiper-slide {
	color: #fff;
}

#title .photographer {
	width: 900px;
}

#title .coder {
	width: 510px;
}

#title .musician {
	width: 660px;
}

#title .swiper-slide h3 {
	font-size: 120px;
	margin-top: 10vw;
	line-height: .91667;
	font-weight: 600;
	letter-spacing: -.015em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	transition: opacity .3s;
	cursor: pointer;
}

#title .swiper-slide h3:hover {
	opacity: 1;
}

#title .prev h3 {
	opacity: 0;
}

#title .next h3 {
	opacity: 0.25;
}

#title .swiper-pagination {
	width: 980px;
	left: calc(50% - 490px);
	text-align: left;
	bottom: 30px;
}

#title .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
	background: #fff;
	outline: none;
}

#videos {
	width: 100%;
}

#videos .swiper-slide {
	position: relative;
}

#videos video {
	width: 100%;
}

#videos .swiper-slide .txt {
	color: #fff;
	position: absolute;
	top: 18vw;
	width: 700px;
	margin-left: calc(50% - 490px);
	font-size: 28px;
	line-height: 1.28595;
	font-weight: 600;
	letter-spacing: .007em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

#fwly {
	background: url(img/bgi-about.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}

#fwly .fl {
	width: 74%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#fwly .fr {
	width: 26%;
	height: 100%;
	float: left;
}

.fwxm_celan {
	width: 100%;
	height: 100%;
	background: #161312;
}

#fwly .mySwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

#fwly .mySwiper .swiper-slide {
	width: 25%;
	height: 100vh;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	transition: all 0.8s;
}


/*#fwly .mySwiper .swiper-slide:hover{
	width: 40% !important;
	background: #FFC200;
}*/

.mySwiper .swiper-slide .fwxm_box {
	width: 100%;
	margin: auto;
	height: 100%;
	position: relative;
}

.fwxm_cent {
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	position: absolute;
	transition: all 0.8s;
	z-index: 5;
	/*overflow: hidden;*/
}

.mySwiper .swiper-slide:hover {
	padding: 10px;
	box-sizing: border-box;
	background: #161312;
	width: 40% !important;
}

.mySwiper .swiper-slide:hover .fwxm_cent {
	height: 40%;
	padding: 20px 40px;
	margin-top: -100px;
	z-index: 50;
}

.mySwiper .swiper-slide .fwxm_box .icon {
	display: block;
	margin: 0 auto 0 auto;
	width: 80px;
	height: 80px;
}

.mySwiper .swiper-slide .fwxm_box .xmtp1 {
	width: 100%;
	height: 60%;
	overflow: hidden;
	opacity: 0;
	border-radius: 0;
	transition: all 0.5s;
}

.mySwiper .swiper-slide .fwxm_box .xmtp1 img {
	width: 100%;
}

.mySwiper .swiper-slide:hover .fwxm_box .xmtp1 {
	border-radius: 4px;
	opacity: 1;
}

.mySwiper .swiper-slide:nth-child(1) .fwxm_box .icon {
	background: url(../img/fwxm1@2x.png) no-repeat center;
}

.mySwiper .swiper-slide:nth-child(2) .fwxm_box .icon {
	background: url(../img/fwxm2@2x.png) no-repeat center;
}

.mySwiper .swiper-slide:nth-child(3) .fwxm_box .icon {
	background: url(../img/fwxm3@2x.png) no-repeat center;
}

.mySwiper .swiper-slide:nth-child(4) .fwxm_box .icon {
	background: url(../img/fwxm4@2x.png) no-repeat center;
}

.mySwiper .swiper-slide:nth-child(1):hover .fwxm_box .icon {
	background: url(../img/fwxm1b@2x.png) no-repeat center;
}

.mySwiper .swiper-slide:nth-child(2):hover .fwxm_box .icon {
	background: url(../img/fwxm2b@2x.png) no-repeat center;
}

.mySwiper .swiper-slide:nth-child(3):hover .fwxm_box .icon {
	background: url(../img/fwxm3b@2x.png) no-repeat center;
}

.mySwiper .swiper-slide:nth-child(4):hover .fwxm_box .icon {
	background: url(../img/fwxm4b@2x.png) no-repeat center;
}

.mySwiper .swiper-slide .fwxm_box .fwxm_text {
	text-align: left;
	position: relative;
}

.mySwiper .swiper-slide .fwxm_box .fwxm_text h2 {
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 34px;
	line-height: 1.6;
	transition: all 4s;
	color: #fff;
}

.mySwiper .swiper-slide .fwxm_box .fwxm_text h6 {
	font-family: 'Bask_b';
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

.mySwiper .swiper-slide .fwxm_box .fwxm_text p {
	margin-top: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.mySwiper .swiper-slide:hover .fwxm_box .fwxm_text h2 {
	width: 100%;
}

.mySwiper .swiper-slide:hover .fwxm_box .fwxm_text p {
	color: #fff;
}

.mySwiper .swiper-slide .fwxm_box .com-more-add {
	width: 54px;
	height: 54px;
	display: none;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -27px;
	transition: all 1s;
	transform: rotateZ(0deg);
}

.mySwiper .swiper-slide:hover .fwxm_box .com-more-add {
	display: block;
}

.mySwiper .swiper-slide .fwxm_box .com-more-add:before {
	width: 23px;
	height: 2px;
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: #fff;
	transition: all 1s;
	transform: translate(-50%, -50%);
}

.mySwiper .swiper-slide .fwxm_box .com-more-add:after {
	width: 2px;
	height: 23px;
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: #fff;
	transition: all 1s;
	transform: translate(-50%, -50%);
}

.mySwiper .swiper-slide .fwxm_box .com-more-add:hover {
	transform: rotateZ(180deg);
	border-color: #FFC200;
}

.mySwiper .swiper-slide .fwxm_box .com-more-add:hover:after,
.mySwiper .swiper-slide .fwxm_box .com-more-add:hover:before {
	background: #FFC200;
}

.mySwiper .swiper-slide .fwxm_box .yema {
	font-family: 'akzid';
	text-align: left;
	margin-top: 20%;
}

.mySwiper .swiper-slide .fwxm_box .yema h1 {
	display: inline-block;
	font-size: 36px;
}

.mySwiper .swiper-slide .fwxm_box .yema em {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background: url(../img/xg@2x.png) no-repeat center;
}

.mySwiper .swiper-slide .fwxm_box .yema h6 {
	display: inline-block;
	font-size: 16px;
	color: #666;
	transition: all 1s;
}

.mySwiper .swiper-slide .fwxm_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: all 0.8s;
}

.mySwiper .swiper-slide:hover .fwxm_img {
	opacity: 0;
}

.mySwiper .swiper-slide .fwxm_box {
	height: 100%;
	width: ;
}

.mySwiper .swiper-slide.on .fwxm_box {
	color: #fff;
}

.mySwiper .swiper-slide.on .fwxm_box .yema,
.mySwiper .swiper-slide.on .fwxm_box .yema h6,
.mySwiper .swiper-slide.on .fwxm_box .fwxm_text h6 {
	color: #fff;
}

.mySwiper .swiper-slide .more {
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -123px;
	width: 246px;
	opacity: 0;
	overflow: hidden;
	transition: all 1s;
}

.mySwiper .swiper-slide.on .more {
	opacity: 1;
	bottom: 10%;
}

.mySwiper .swiper-slide .more a {
	display: block;
	margin: auto;
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 4px;
	line-height: 50px;
	color: #fff;
	transition: all 1s;
	font-size: 15px;
}

.mySwiper .swiper-slide .more a span {
	display: block;
	width: 70%;
	margin: 0 auto;
	background: url(../img/jiantou.png) no-repeat center right;
	text-align: left;
}

.mySwiper .swiper-slide .more a:hover {
	background: #ffaa00;
	border-color: #ffaa00;
	border-radius: 50px;
}

.mySwiper .swiper-slide.on .fwxm_box .icon {
	position: relative;
	animation: fanzhuan 1s infinite;
	-webkit-animation: fanzhuan 1s infinite;
	/* transform: rotate(90deg) */
}

@keyframes fanzhuan {
	from,
	25%,
	to {
		transform: rotate(90deg)
	}
	;
	50% {
		transform: rotate(180deg)
	}
	;
	75% {
		transform: rotate(270deg)
	}
	;
	100% {
		transform: rotate(360deg)
	}
	;
}

#fwly .mySwiper .next3,
#fwly .mySwiper .prev3 {
	background: none;
	height: 60%;
	top: 20%;
	width: 74px;
}

#fwly .mySwiper .next3 img,
#fwly .mySwiper .prev3 img {
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	transform-origin: center;
}

#fwly .mySwiper .prev3 img {
	transform: rotate(180deg);
}

#fwly .fwxm_celan {
	padding: 15px 0 15px 5%;
	display: flex;
	height: 100%;
	float: left;
	flex-direction: column;
	box-sizing: border-box;
	background: #161312;
}

.fwxm_celan h3 {
	margin-top: 30%;
	margin-bottom: 0;
	font-size: 48px;
	color: #fff;
	text-align: left;
	margin-left: 14%;
}

.fwxm_celan hr {
	display: block;
	height: 2px;
	border: none;
	background: #FFC200;
	width: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 14%;
}

.fwxm_celan span {
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	opacity: .6;
	margin-left: 14%;
	text-align: left;
	font-family: 'akzid';
}

.fwxm_celan .nav {
	margin-top: 10%;
	flex: 1;
	display: flex;
	flex-direction: column;
	/*justify-content: flex-end;*/
	margin-bottom: 5%;
	text-align: left;
}

.fwxm_celan .nav li {
	line-height: 60px;
	font-size: 22px;
	text-align: center;
	/*font-weight: bold;*/
}

.fwxm_celan .nav li:hover a {
	color: #fff;
}

.fwxm_celan .nav li.active a {
	color: #FFC200;
}

.fwxm_celan .nav li a {
	display: block;
	position: relative;
	color: #999;
}

.fwxm_celan .nav li.last {
	margin-top: 10px;
}

.fwxm_celan .nav li a.com-more {
	margin: auto;
	display: flex;
	font-size: 16px;
	align-items: center;
	color: #999;
	transition: color .3s;
	justify-content: center;
}

.fwxm_celan .nav li .icon {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-left: 10px;
	background-size: 100% 100%;
	opacity: .8;
	background: url(img/left_jt.png) no-repeat center;
	background-size: cover;
}

.about {
	position: relative;
	background: #000 !important;
	padding-top: 200px;
}

.about canvas {
	width: 100%;
	height: 100%;
}

.about_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.about_box .abour_nr {
	width: 80%;
	float: left;
	padding: 0 6%;
	box-sizing: border-box;
}

.about_lm {
	width: 20%;
	float: right;
}

.gsjs {
	margin-top: 120px;
	padding-top: 10%;
	position: relative;
}

.js_left {
	width: 340px;
	float: left;
	text-align: left;
}

.right_js {
	width: calc(100% - 400px);
	float: right;
	text-align: left;
	position: relative;
	padding-top: 103px
}

.about_bt {
	margin-bottom: 60px;
}

.about_bt h1 {
	font-family: 'akzib';
	color: #FFAA00;
	font-size: 60px;
	text-transform: uppercase;
}

.about_bt h3 {
	font-size: 38px;
}

.about_shuju {
	padding-top: 40px;
}

.about_shuju li {
	margin: 40px 0;
	line-height: 72px;
}

.about_shuju li p {
	display: inline-block;
	width: 120px;
	line-height: 72px;
}

.about_shuju li h1 {
	font-family: 'akzib';
	color: #FFAA00;
	font-size: 60px;
	display: inline-block;
}

.about_shuju li span {
	color: #FFAA00;
	display: inline-block;
	line-height: 72px;
}

.about_lm {
	background: rgba(255, 255, 255, .2);
	height: 100%;
}

.about_lm ul {
	padding-top: 120px;
	height: 100%;
	box-sizing: border-box;
}

.about_lm ul li {
	height: 25%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about_lm ul li a {
	color: #fff;
	padding: 20px;
}

.about_lm ul li em {
	display: block;
	margin: 2em auto;
	width: 48px;
	height: 48px;
	transform: rotateY(0deg);
	transition: all 0.5s;
}

.about_lm ul li:nth-child(1) em {
	background: url(img/about_icon1@2x.png) no-repeat center;
}

.about_lm ul li:nth-child(2) em {
	background: url(img/about_icon2@2x.png) no-repeat center;
}

.about_lm ul li:nth-child(3) em {
	background: url(img/about_icon3@2x.png) no-repeat center;
}

.about_lm ul li:nth-child(4) em {
	background: url(img/about_icon4@2x.png) no-repeat center;
}

.about_lm ul li:hover {
	background: #FFAA00;
}

.about_lm ul li:hover em {
	transform: rotateY(180deg);
}

.abour_nr {
	position: relative;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.abour_nr .hua {
	position: absolute;
	top: -200px;
	right: 0;
	z-index: 1;
	transform: scale(1);
	animation: hua 2s infinite;
	-webkit-animation: hua 2s infinite;
	-moz-animation: hua 2s infinite;
}

.abour_nr .hua img {
	display: block;
	/*transform: scale(1);
	opacity: 1;
	transition: all 3s;*/
	/*animation: hua 2s infinite;
    -webkit-animation: hua 2s infinite;
    -moz-animation: hua 2s infinite;*/
}


/*.abour_nr .hua:hover img{
	transform: scale(2);
	opacity: 0.2;
}*/

@keyframes hua {
	from {
		transform: scale(1);
		opacity: 1;
	}
	to {
		transform: scale(2);
		opacity: 0.2;
	}
}

.about .about_move {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 180px;
	height: 48px;
	line-height: 48px;
}

.about_move a {
	display: block;
	background: #FFAA00;
	color: #fff;
	border-radius: 30px;
	font-size: 15px;
}

.about_move a span {
	display: block;
	width: 70%;
	margin: auto;
	box-sizing: border-box;
	padding-left: 0;
	transition: all 0.5s;
	background: url(../img/jiantou.png) no-repeat center right;
}

.about_move a:hover span {
	padding-left: 10px;
	background: url(../img/jiantou.png) no-repeat center right 10px;
}

.about_logo {
	position: relative;
	z-index: 4;
	width: 158px;
}

.about_logo img {
	width: 158px;
}

.about_bt1 {
	margin: 30px 0 40px;
}

.about_bt1 h3 {
	font-size: 36px;
	line-height: 1.8;
	font-weight: normal;
}

.about_bt1 h5 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.about_js {
	font-size: 15px;
	line-height: 30px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}


/* 合作 */

.hezuo {
	position: relative;
	background: url(img/hezu_bg.jpg) no-repeat center;
	background-size: cover;
}

.hezuo_big_box {
	/*width: 86%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	transform: translate(-50%, -50%);
}

.biaoti {
	text-align: left;
	margin-bottom: 30px;
}

.biaoti h2 {
	color: #fff;
	font-size: 48px;
}

.biaoti p {
	font-size: 18px;
	color: #e2e0e0;
	text-transform: uppercase;
	margin: 10px 0 30px;
}

.biaoti em {
	width: 60px;
	height: 5px;
	display: block;
	background: #FFC200;
}

.hezuo_box {
	width: 1400px;
	margin: auto;
}

.hezuo_box li {
	width: 240px;
	overflow: hidden;
	height: 120px;
	position: relative;
	float: left;
	margin: 0 19px;
}

.hezuo_box li .yuantu {
	width: 240px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: rotateY(180deg);
	transition: all 1s;
}

.hezuo_box li .huangse {
	width: 240px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: all 1s;
}

.hezuo_box li:hover .yuantu {
	opacity: 1;
	background: #fff;
	transform: rotateY(0deg);
}

.hezuo_box li:hover .huangse {
	opacity: 0;
}

.hezuo .partners {
	font-family: 'akzid';
	font-size: calc(100vw / 8);
	text-transform: uppercase;
	line-height: 1;
	overflow: hidden;
	font-style: italic;
	color: #fff;
	opacity: .2;
	position: absolute;
  top: 2%;
}

.hezuo .partners .box {
	display: flex;
	animation: pp linear 10s infinite;
	justify-content: space-between;
}

.hezuo .partners .box.active {
	animation-play-state: running;
}

.hezuo .partners .box p {
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
	width: 75vw;
}

.hezuo .partners .box p::before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, rgba(22, 19, 18, 0), rgba(22, 19, 18, 0.8));
}

@keyframes pp {
	0% {
		transform: translateX(0) translate3d(0, 0, 0);
	}
	100% {
		transform: translateX(-75vw) translate3d(0, 0, 0);
	}
}


/*#case{
	background: url(../img/case_bg@2x.png) no-repeat top center;
	background-size: cover 70%;	
}
.case-banner{
	margin-left: calc(50% - 200px);
	width: calc(50% + 200px);	
	position: relative;
}
#case .left_case_ms{
	color: #fff;
	width: 340px;
	position: absolute;
	left:50%;
	margin-left: -700px;
	text-align: left;
	top: 180px;
}
#case .left_case_ms h2{
	font-size: 38px;
}
#case .left_case_ms h5{
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin:20px 0 60px;
}
#case .left_case_ms .miaoshu{
	font-size: 18px;
	line-height: 34px;
}*/


.case-banner {
	margin-top: 140px;
}

.case-banner .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

@media screen and (max-width: 668px) {
	.case-banner .swiper-slide {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.case-banner .swiper-slide-active,
.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 668px) {
	.case-banner .swiper-slide-active,
	.swiper-slide-duplicate-active {
		-webkit-transform: scale(0.97);
		transform: scale(0.97);
	}
}

.case-banner .none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.case-banner .swiper-slide a {
	display: block;
	border-radius: 14px;
}

@media screen and (min-width: 668px) {
	.case-banner .swiper-slide a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		box-sizing: border-box;
		content: "";
		width: 100%;
		height: 100%;
	}
}

.case-banner .swiper-slide-active a:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.case-banner .swiper-slide a {
		padding: 5px;
		border-radius: 7px;
	}
}

.case-banner .swiper-slide img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 668px) {
	.case-banner .swiper-slide img {
		border-radius: 7px;
	}
}

.case-banner .pagination2 {
	position: absolute;
	left: -440px;
	bottom: 26%;
}

.case-banner .swiper-pagination-bullet {
	color: #fff;
	margin: 0 10px;
	width: 17px;
	height: 17px;
	opacity: 1;
	border: none;
	margin-bottom: 4px;
}

.case-banner .swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	color: #fff;
	font-size: 36px;
	margin-bottom: 0;
	background: none;
}

@media screen and (max-width: 668px) {
	.case-banner .swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}
	.case-banner .swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}
	.case-banner .swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 3px solid #00a0e9;
		margin-bottom: 0;
	}
}

.case-banner .pagination2 {}

.case-banner .button {
	position: absolute;
	left: -100px;
	bottom: 0;
	margin: 0 auto;
}

.case-banner .button .prev1,
.case-banner .button .next1 {
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, .3);
	transition: all 0.5s;
}

.case-banner .button .prev1 img,
.case-banner .button .next1 img {
	margin: auto;
}

.case-banner .button .prev1:hover,
.case-banner .button .next1:hover {
	background: #FFAA00;
	border-radius: 10px;
}

.case_wz {
	position: absolute;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	line-height: 30px;
}

.left_case_ms .case_zs {
	position: absolute;
	top: -180px;
	left: -80px;
}


/*媒体源*/

.peijianlist_wz {
	position: absolute;
	left: 7.8%;
	top: 50%;
	width: 84%;
	margin-top: -110px;
	pointer-events: auto;
}

.peijianlist2 {
	font-size: 0;
	z-index: 2;
	zoom: 1;
	position: relative;
}

.peijianlist2 li {
	/*position: absolute;*/
	width: 560px;
	max-width: 100%;
	opacity: 1;
	text-align: left;
	pointer-events: auto;
	transition: all 0.5s;
	/*-webkit-transform: translateX(60px);
          transform: translateX(60px);*/
}

.peijianlist2 li h3 {
	font-size: 46px;
	color: #fff;
	line-height: 80px;
	padding-left: 114px;
	position: relative;
	height: 80px;
	overflow: hidden;
	background: url('img/zaominxx.png') 72px center no-repeat;
	text-align: left;
}

.peijianlist2 li h3 label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	font-size: 52px;
	color: #fff;
}

.peijianlist2 li h3 label img {
	vertical-align: top;
}
.peijianlist2 li h3 a{
	color: #fff;
}
.peijianlist2 li h3 a:hover{
	color: #ffc200;
}
.peijianlist2 li .txt {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	margin-top: 18px;
}

.peijianlist2 li.on {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: .5s;
	transition: .5s;
}

/*@media screen and (max-width: 1540px) {
	.peijianlist li {
		margin-right: 120px;
	}
}

@media screen and (max-width: 1400px) {
	.peijianlist li {
		margin-right: 80px;
	}
}

@media screen and (max-width: 1200px) {
	.peijianlist li {
		margin-right: 60px;
	}
}*/

@media screen and (max-width: 900px) {
	.fcate1 {
		margin-top: -350px;
	}
	.peijianlist2 {
		top: 40%;
	}
	.peijianlist {
		bottom: 120px;
	}
}

@media screen and (max-width: 750px) {
	.peijianlist {
		width: 96%;
		left: 2%;
	}
	.peijianlist li {
		margin-right: 0;
		width: 20%;
	}
}

@media screen and (max-width: 640px) {
	.peijianlist2 li .txt {
		height: 104px;
	}
}

.cvbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.cvbanner:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 95px;
	z-index: 2;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.chepic-scroll {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.chepic-scroll .flex-viewport {
	width: 100%;
	height: 100%;
}

.chepic-scroll .slides {
	overflow: hidden;
	height: 100%;
}

.chepic-scroll .slides li {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.chepic-scroll .slides li>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.chepic-scroll .flex-direction-nav a {
	width: 40px;
	height: 80px;
	margin-top: -40px;
	display: block;
	font-size: 38px;
	color: #bfbfbf;
	line-height: 80px;
	text-align: center;
	font-family: 'simsun';
	position: absolute;
	top: 50%;
	z-index: 4;
	background-color: rgba(0, 0, 0, 0.2);
}

.chepic-scroll .flex-direction-nav a.flex-prev {
	left: 4%;
}

.chepic-scroll .flex-direction-nav a.flex-next {
	right: 4%;
}

.chepic-scroll .flex-direction-nav a:hover {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.chepic-scroll .flex-control-paging {
	width: 100%;
	text-align: center;
	height: 3px;
	font-size: 0;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 3;
}

.chepic-scroll .flex-control-paging li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	width: 40px;
	height: 3px;
	margin-right: 10px;
}

.chepic-scroll .flex-control-paging li a {
	width: 40px;
	height: 3px;
	display: block;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.4);
	position: relative;
}

.chepic-scroll .flex-control-paging li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 0;
	height: 3px;
	background-color: #fff;
}

.chepic-scroll .flex-control-paging li.ac a:before {
	-webkit-transition: linear 5.5s;
	transition: linear 5.5s;
	width: 100%;
}

.cvbanner .pagination {
	position: absolute;
	left: 7.8%;
	top: 50%;
	margin-top: 100px;
	z-index: 20;
	height: 2px;
	font-size: 0;
}

.cvbanner .pagination li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 2px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 0.4);
}

.cvbanner .pagination li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 0;
	height: 2px;
	background-color: #fff;
}

.cvbanner .pagination li.on:before {
	-webkit-transition: linear 4s;
	transition: linear 4s;
	width: 100%;
}

.cvbanner .ctrbox {
	z-index: 20;
	position: absolute;
	right: 7.8%;
	bottom: 120px;
	white-space: nowrap;
	font-size: 0;
	font-family: "SimSun", "宋体";
	line-height: 26px;
}

.cvbanner .ctrbox>s {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	margin-left: 30px;
	margin-right: 30px;
	font-family: "SimSun", "宋体";
	line-height: 26px;
}

.cvbanner .ctrbox .ctr img {
	width: 16px;
}

.cvbanner .ctrbox .ctr {
	position: relative;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 26px;
	text-align: center;
	cursor: pointer;
}

.cvbanner .ctrbox .ctr s {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.cvbanner .ctrbox .ctr s {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.cvbanner .ctrbox .ctr:hover s {
	color: #1d6bdd;
}

@media screen and (max-width: 900px) {
	.cvbanner .ctrbox {
		right: 0;
		bottom: 50px;
		width: 100%;
		text-align: center;
	}
	.cvbanner:before {
		bottom: 120px;
	}
}

.peijianlist {
	font-size: 0;
	text-align: center;
	height: 130px;
	position: absolute;
	left: 7.8%;
	bottom: 95px;
	width: 70%;
	display: flex;
	justify-content:space-between;
	z-index: 2;
	pointer-events: auto;
}

.peijianlist li {
	/*display: inline-block;*/
	width: 90px;
	/*margin-right: 8vw;*/
	vertical-align: top;
	pointer-events: auto;
}

.peijianlist li:last-child {
	margin-right: 0;
}

.peijianlist li .box {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 82px;
	padding-bottom: 7px;
	min-width: 104px;
}

.peijianlist li i {
	position: absolute;
	left: 50%;
	bottom: -5px;
	z-index: 0;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 170, 0, 0.2);
	box-shadow: 0 0 0 1px rgba(255, 170, 0, 0.2);
	-webkit-transition: .3s;
	transition: .3s;
}

.peijianlist .pic {
	width: 100%;
	overflow: hidden;
	font-size: 0;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	transition: linear 0.5s;
}

.peijianlist .pic.i1 {
	z-index: 0;
}

.peijianlist .pic.i2 {
	z-index: 1;
	height: 0;
	opacity: 0;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.peijianlist img {
	width:  50px;
	height: 50px;
	padding: 15px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .8);
	transition: linear 0.5s;
}

.peijianlist li.on .pic img {
	border-color: #FFAA00;
	background: #ffc200;
}

.peijianlist li.on .pic {
	top: -10px;
	transform: scale(1.2);
}

.peijianlist li h3 {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	/*margin-top: 6px;*/
	-webkit-transition: .3s;
	transition: .3s;
}


/*.peijianlist li:hover .pic.i2,.peijianlist li.on .pic.i2{ height: 50px; opacity: 1;}
.peijianlist li:hover h3,.peijianlist li.on h3{ color: #f70;}*/

.peijianlist li:hover i,
.peijianlist li.on i {
	background-color: #FFAA00;
	-webkit-box-shadow: 0 0 0 7px rgba(255, 170, 0, 0.2);
	box-shadow: 0 0 0 7px rgba(255, 170, 0, 0.2);
}

.peijianlist li.fenge {
	width: 3px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.peijianlist li.fenge:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 6px;
	z-index: 0;
	width: 1px;
	height: 130px;
	background-color: rgba(255, 255, 255, 0.2);
}

.peijianlist li.fenge .in,
.peijianlist li.fenge .in2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 3px;
	height: 40px;
	background-color: #fff;
	-webkit-animation: move4 2s infinite;
	animation: move4 2s infinite;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.peijianlist li.fenge .in2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

@-webkit-keyframes move4 {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	90%,
	100% {
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}
}

@keyframes move4 {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	90%,
	100% {
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}
}

.fcate1 {
	position: absolute;
	right: 7.8%;
	top: 50%;
	margin-top: -250px;
	z-index: 20;
}

.fcate1 .cn {
	font-size: 36px;
	color: #fff;
	line-height: 48px;
	height: 48px;
	padding-left: 64px;
}

.fcate1:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0;
	width: 40px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.4);
}

.focus_nav {}

.focus_nav .peijianlist {}


/*xinwen*/



.picScroll-left {
	margin-top: -48px;
	padding-top: 48px;
	width: 790px;
	position: relative;
}

.picScroll-left .prev,
.picScroll-left .next {
	background: rgba(255, 255, 255, .1);
	padding: 16px;
	position: absolute;
	top: -48px;
	right: 0;
}

.picScroll-left .prev img,
.picScroll-left .next img {
	display: block;
	height: 14px;
}

.picScroll-left .next {
	right: 80px;
}

.picScroll-left .prevStop {
	background: #FFAA00;
}

.picScroll-left .nextStop {
	background: #FFAA00;
}

.picScroll-left .prev:hover,
.picScroll-left .next:hover {
	background: #FFAA00;
}

.picScroll-left .bd {}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	width: 368px;
	margin: 0 20px;
	overflow: hidden;
	text-align: center;
	text-align: left;
}

.picScroll-left .bd ul li .shijian {
	font-size: 16px;
	color: #999;
	margin-bottom: 20px;
}

.picScroll-left .bd ul li h3 {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.picScroll-left .bd ul li .pic {
	width: 368px;
	height: 207px;
}

.picScroll-left .bd ul li .pic img {
	width: 368px;
	display: block;
	transition: linear .8s;
}

.picScroll-left .bd ul li:hover .pic a img {
	transform: scale(1.1);
}

.picScroll-left .bd ul li .title {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.picScroll-left .bd ul li em {
	display: block;
	width: 60px;
	height: 2px;
	background: #eee;
	margin: 30px 0;
}


/*底部*/

#foot {
	background: #161312;
	background-size: cover;
	position: relative;
}
#foot .footer{
	width: 100%;
	color: #fff;
}
#foot .top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8vw;
    position: relative;
    cursor: pointer;
}
#foot .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8vw;
  position: relative;
  cursor: pointer;
}
#foot a{
	color: #fff;
}
#foot a:hover{
	color: #d4b47e;
}
@media screen and (max-width:767px) {
  #foot .top {
    padding-top: 80px;
  }
  #foot .top img {
    width: 40px;
  }
}
#foot .top::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 8vw;
  left: 50%;
  top: 0;
  background-color: #d4b47e;
}
@media screen and (max-width:767px) {
  #foot .top::before {
    height: 80px;
  }
}
#foot .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 70px;
}
@media screen and (max-width:767px) {
  #foot .contact {
    padding-bottom: 50px;
    white-space: nowrap;
  }
}
#foot .contact .title {
  font-family: arial;
  color: #d4b47e;
  font-size: 20px;
  text-transform: uppercase;
  font-style: italic;
}
@media screen and (max-width:767px) {
  #foot .contact .title {
    font-size: 18px;
  }
}
#foot .contact .phone {
  font-family: "arial";
  font-size: 48px;
  line-height: 1;
  padding: 20px 0 10px;
}
#foot .contact .phone1 {
  font-family: "arial";
  font-size: 48px;
  line-height: 1;
  padding: 10px 0 20px;
}
@media screen and (max-width:1200px) {
  #foot .contact .phone {
    font-size: 30px;
    padding: 15px 0 0;
  }
}
@media screen and (max-width:767px) {
  #foot .contact .phone {
    font-size: 30px;
    padding: 10px 0 15px;
   font-family: 'arial';
  }
}
#foot .contact .mail {
  font-family: 'arial';
  font-size: 30px;
  padding: 10px 0;
}
@media screen and (max-width:1200px) {
  #foot .contact .mail {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  #foot .contact .mail {
    font-size: 16px;
    font-family: inherit;
    margin-bottom: 5px;
  }
}
#foot .contact .address {
  font-size: 19px;
}
@media screen and (max-width:1200px) {
  #foot .contact .address {
    font-size: 17px;
  }
}
@media screen and (max-width:767px) {
  #foot .contact .address {
    font-size: 14px;
  }
}
#foot .contact .imgs{
	display: flex;
	width: 440px;
	margin: auto;
    text-align: center;
    justify-content: center;
}
#foot .contact .imgs .img-box{
	margin: 0 30px;
}
#foot .contact .imgs p {
 font-size: 16px;
 color: #fff;
}
#foot .contact img {
  margin-top: 35px;
  width: 140px;
  height: 140px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  #foot .contact .imgs {
    display: flex;
    text-align: center;
    font-size: 13px;
  }
  #foot .contact .imgs img {
    margin-top: 25px;
    width: 100px;
    height: 100px;
  }
  #foot .contact .imgs p {
    display: block;
    margin-top: 8px;
    font-size: 12px;
  }

}
#foot .bottom {
	position: absolute;
	bottom: 10px;
	width: 100%;
  border-top: 1px solid rgba(212, 180, 126, 0.5);
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 0 13.5%;
  box-sizing: border-box;
  align-items: center;
}
@media screen and (max-width:1200px) {
  #foot .bottom {
    padding: 0 5vw;
  }
}
#foot .bottom p {
  width: 30%;
  color: #fff;
  font-size: 15px;
  opacity: .7;
  padding: 20px 0;
  line-height: 1.8;
}
@media screen and (max-width:767px) {
  #foot .bottom {
    line-height: 1.8;
    padding: 15px 25px;
    display: block;
    text-align: center;
    font-size: 12px;
    opacity: 0.6;
  }
  #foot .bottom p {
    width: 100%;
  }
  #foot .bottom > a {
    display: none;
  }
}
.font-box {
	color: #fff;
	width: 86%;
	position: relative;
}

.font_left {
	float: left;
	width: 950px;
}

.font_nav {}

.font_nav dl {
	float: left;
	margin-right: 30px;
	width: calc(20% - 25px);
	text-align: left;
}

.font_nav dl a {
	color: #fff;
	opacity: 1;
}

.font_nav dl:nth-child(5) {
	margin-right: 0;
}

.font_nav dl dt {
	font-size: 18px;
	margin-bottom: 20px;
}

.font_nav dl dd {
	font-size: 15px;
	line-height: 44px;
}

.font_nav dl dd a {
	opacity: .6;
}

.font_nav dl dd a:hover {
	color: #FFAA00;
	opacity: 1;
	transition: all .5s;
}

.foot_right {
	float: right;
}

.f_lxdh {
	color: #fff;
	text-align: left;
}

.f_lxdh span {
	font-size: 16px;
}

.f_lxdh h1 {
	font-size: 30px;
	color: #FFAA00;
}

.f_lxdh p {
	margin-top: 6px;
	font-size: 15px;
	opacity: .6;
}

.f_ewm {
	margin: 10px 0 40px 0;
}

.f_ewm li {
	width: 168px;
	margin: 20px 10px;
	position: relative;
	border: 1px dashed rgba(255, 255, 255, .2);
	float: left;
}

.f_ewm li em {
	position: absolute;
	width: 168px;
	height: 195px;
	display: block;
	background: url(img/kuang.png) no-repeat center;
	background-size: 100% 100%;
	top: 0;
	left: 0;
}

.f_ewm li .f_ewm_pic {
	width: 136px;
	height: 136px;
	overflow: hidden;
	margin: 16px;
}

.f_ewm li .f_ewm_pic img {
	width: 100%;
}

.f_ewm li p {
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	margin-bottom: 6px;
}

.gsdz {
	text-align: left;
	margin: 40px 0;
	width: 70%;
}

.gsdz h5 {
	font-weight: normal;
	font-size: 26px;
	line-height: 2;
	color: #d4b47e;
	margin: 10px 0;
}

.gsdz p {
	font-size: 18px;
	line-height: 56px;
	color: rgba(255, 255, 255, .6);
}

.foot_right .share {
	text-align: right;
}

.foot_right .share li {
	display: inline-block;
	position: relative;
}

.foot_right .share li .share_box {
	background: rgba(255, 255, 255, .1);
	border-radius: 50%;
	transition: all .5s;
}

.foot_right .share li .share_box img {
	display: block;
	width: 44px;
	height: 44px;
}

.foot_right .share li .tanchuang {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	opacity: 0;
	transition: all .5s;
}

.foot_right .share li .tanchuang img {
	width: 100%;
}

.foot_right .share li em {
	position: absolute;
	display: block;
	width: 12px;
	height: 6px;
	background: url(img/jiao.png) no-repeat center;
	transform: rotateY(180deg);
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}

.foot_right .share li:hover .tanchuang {
	opacity: 1;
	bottom: 60px;
}

.foot_right .share li:hover .share_box {
	background: #FFAA00;
}

.copyright {
	position: absolute;
	line-height: 80px;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 16px;
	color: #161312;
	background: rgba(255, 194, 0, 1);
}

.copyright .bp_box {
	width: 86%;
	margin: auto;
}

.copyright p {
	float: left;
	opacity: 0.6;
}

.copyright a {
	color: #fff;
	float: right;
	opacity: 0.6;
}

.copyright a:hover {
	color: #FFAA00;
}

.mouse-top {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 10;
}

.mouse-top span {
	display: block;
	margin: auto;
	position: relative;
	width: 30px;
	height: 52px;
	background: url(../img/mouse.png) center no-repeat;
}

.mouse-top span i {
	display: block;
	width: 2px;
	height: 10px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 7px;
	animation: moveDownSpot 1000ms infinite;
	-webkit-animation: moveDownSpot 1000ms infinite;
	-moz-animation: moveDownSpot 1000ms infinite;
}

.mouse-down {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 10;
}

.mouse-down span {
	display: block;
	margin: auto;
	position: relative;
	width: 30px;
	height: 52px;
	background: url(img/mouse1.png) center no-repeat;
}

.mouse-down span i {
	display: block;
	width: 2px;
	height: 10px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 7px;
	animation: moveDownSpot1 1000ms infinite;
	-webkit-animation: moveDownSpot 1000ms infinite;
	-moz-animation: moveDownSpot 1000ms infinite;
}

@keyframes moveDownSpot {
	from {
		opacity: 1;
		top: 18px;
	}
	to {
		opacity: 0.1;
		top: 28px;
	}
}

@keyframes moveDownSpot1 {
	from {
		opacity: 1;
		top: 6px;
	}
	to {
		opacity: 0.1;
		top: 16px;
	}
}


/*about*/

#about {
	background: url(img/about_bg.jpg) no-repeat center;
	background-size: cover;
}

#about .intro {
	width: 80%;
	position: relative;
	z-index: 2;
}

.common-title {
	line-height: 1.2;
	color: #ffc200;
	text-align: left;
}

.common-title.center {
	text-align: center;
}

@media screen and (max-width:1200px) {
	.common-title {
		text-align: center;
		line-height: 1.5;
	}
}

@media screen and (max-width:767px) {
	.common-title {
		text-align: center;
	}
}

.common-title .cn {
	font-weight: bold;
	font-size: 48px;
	text-align: left;
}

@media screen and (max-width:1200px) {
	.common-title .cn {
		font-size: 30px;
	}
}

@media screen and (max-width:767px) {
	.common-title .cn {
		font-size: 30px;
		/*text-align: center;*/
	}
}

.common-title .en {
	font-family: arial;
	color: #fff;
	opacity: .8;
	font-size: 22px;
	text-transform: uppercase;
}

@media screen and (max-width:1200px) {
	.common-title .en {
		font-size: 26px;
		text-align: left;
	}
}

@media screen and (max-width:767px) {
	.common-title .en {
		font-size: 15px;
		/*text-align: center;*/
	}
	
}

.see-more {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 50%;
	background-color: #d4b47e;
	padding-left: 30px;
	display: block;
	cursor: pointer;
	pointer-events: all;
	transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*.see-more:hover {
	background-color: rgba(255,194,0,.1);
	border: rgba(255,194,0,.62) solid 1px;
	padding-left: 0;
	padding-right: 30px;
}
.see-more:hover span{
	color: #fff;
	font-size: ;
}*/
.see-more:hover  {
	border-radius: 90px;
	width: 270px;
	height: 76px;
	line-height: 76px;
	padding-left: 0;
	text-align: center;
	border: 2px solid #d4b47e;
	/*line-height: 86px;*/
	background: #FFC200;
}


.see-more p {
	font-family: 'akzid';
	text-transform: uppercase;
	font-style: italic;
	font-size: 24px;
	white-space: nowrap;
}
.see-more:hover p{
	color: #fff;
}

.about_cont {
	width: 60%;
	line-height: 1.8;
	font-size: 18px;
	text-align: justify;
	margin-top: 18px;
	margin-bottom: 60px;
	color: #fff;
	max-height: calc(42vh - 83px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient:vertical ;
}

#about .intro .cutter {
  width: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
  right: 0%;
  transform: translateY(-50%);
  pointer-events: all;
  opacity: 0.6;
  cursor: none;
}
#about .intro .cutter img {
  width: 100%;
  height: auto;
}
#about .intro:hover .cutter{
	animation: huadong linear 6000ms infinite;
	-webkit-animation: huadong linear 6000ms infinite;
	-moz-animation: huadong linear 6000ms infinite;
	/*transform: skewX(5deg) rotate(0deg);*/
}

/*@keyframes huadong {
	0%{
		right: 0%transform: translateY(-50%) scale(1);opacity: 0.6;
	}
	25%{
		right: 10%; transform: translateY(-60%) scale(1.1);opacity: 0.45;
	}
	50%{
		right: 15%;transform: translateY(-50%) scale(1);opacity: 0.3;
	}
	75%{
		right: 10%;transform: translateY(-40%) scale(1.1);opacity: 0.45;
	}
	100%{
		right:0%;transform: translateY(-50%) scale(1);opacity: 0.6;
	}
}*/

@media screen and (max-width:1000px) {
	.see-more {
		width: 200px;
		line-height: 65px;
		height: 65px;
		border-radius: 10px;
		padding-left: 0;
		text-align: center;
	}
	.see-more p {
		font-size: 20px;
	}
	.see-more:hover {
		background-color: #d4b47e;
	}
	header.open .right{
		position: fixed;
		top: 20px;
		right: 20px;
	}
}

@media screen and (max-width:767px) {
	.see-more {
		width: 100%;
		line-height: 55px;
		height: 55px;
		background-color: #d4b47e;
		color: #fff;
	}
	.see-more p {
		font-size: 18px;
	}
}

/*修改合作伙伴*/
.logos .container {
  padding: 100px 0;
  overflow: hidden;
  width: 100%;
}

.logos .common-title .cn{
	text-align: center;
}

@media screen and (max-width:1200px) {
  .logos .container {
    padding: 5vw 0;
  }
}
@media screen and (max-width:1200px) {
  .logos .container .css {
    display: flex !important;
    flex-wrap: wrap;
  }
  .logos .container .css .ci {
    width: calc((100% - 80px) / 5);
    background-color: #fff;
    margin-right: 20px;
  }
  .logos .container .css .ci:nth-child(5n) {
    margin-right: 0;
  }
  .logos .container .css .ci:nth-child(n + 6) {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .logos .container .css .ci {
    width: calc((100vw - 90px) / 3);
    margin-right: 20px;
    height: calc((100vw - 90px) / 3);
    border: 1px solid #d4b47e;
    border-radius: 50%;
    background-color: transparent;
  }
  .logos .container .css .ci .mask {
    -webkit-mask-size: cover;
    border-radius: 50%;
    overflow: hidden;
    background-color: #d4b47e;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .logos .container .css .ci:nth-child(5n) {
    margin-right: 20px;
  }
  .logos .container .css .ci:nth-child(15n) {
    margin-right: 0;
  }
  .logos .container .css .ci:nth-child(3n) {
    margin-right: 0;
  }
  .logos .container .css .ci:nth-child(n + 4) {
    margin-top: 20px;
  }
}
.logos .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7200px;
  animation: ss linear 30s infinite;
}
.logos .container ul.active {
  animation-play-state: running;
}
@media screen and (max-width:1200px) {
  /*.logos .container ul {
    display: none;
  }*/
}
.logos .container ul:hover {
  animation-play-state: paused;
}
.logos .container ul li {
  height: 400px;
  width: 1200px;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  display: flex;
}
.logos .container ul li .box {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 2px solid #d4b47e;
  transition: all 0.25s;
}
.logos .container ul li .box div {
  -webkit-mask-size: cover;
  /*border-radius: 50%;*/
  background-color: #e1e1e1;
}
.logos .container ul li .box img {
  transition: all 0.25s;
  border-radius: 50%;
  opacity: 0;
  width: 100%;
}
.logos .container ul li .box:hover {
  opacity: 1;
  background-color: #fff;
  border-color: #fff;
}
.logos .container ul li .box:hover div {
  -webkit-mask-image: none !important;
  background-color: transparent;
}
.logos .container ul li .box:hover img {
  opacity: 1;
}
@media screen and (max-width:1200px) {
  .logos .container ul li .box {
    opacity: 1;
    /*background-color: #d4b47e;*/
  }
  .logos .container ul li .box div {
    /*-webkit-mask-image: none !important;*/
    /*background-color: transparent;*/
  }
  .logos .container ul li .box img {
    opacity: 0;
  }
}
.logos .container ul li .box:nth-child(1) {
  height: 256px;
  width: 256px;
}
.logos .container ul li .box:nth-child(2) {
  bottom: 30px;
  height: 94px;
  width: 94px;
  position: absolute;
}
.logos .container ul li .box:nth-child(3) {
  left: 200px;
  bottom: 20px;
  height: 156px;
  width: 156px;
  position: absolute;
}
.logos .container ul li .box:nth-child(4) {
  top: 100px;
  margin-left: 40px;
  height: 106px;
  width: 106px;
}
.logos .container ul li .box:nth-child(5) {
  top: 30px;
  margin-left: 35px;
  height: 130px;
  width: 130px;
}
.logos .container ul li .box:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 410px;
  height: 214px;
  width: 214px;
}
.logos .container ul li .box:nth-child(7) {
  top: 20px;
  left: 45px;
  height: 214px;
  width: 214px;
}
.logos .container ul li .box:nth-child(8) {
  position: absolute;
  bottom: 10px;
  left: 685px;
  height: 130px;
  width: 130px;
}
.logos .container ul li .box:nth-child(9) {
  top: 160px;
  margin-left: 45px;
  height: 130px;
  width: 130px;
}
.logos .container ul li .box:nth-child(10) {
  top: 5px;
  margin-left: -20px;
  height: 156px;
  width: 156px;
}
.logos .container ul li .box:nth-child(11) {
  position: absolute;
  bottom: 10px;
  left: 970px;
  height: 214px;
  width: 214px;
}
.cvbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.cvbanner:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 95px;
	z-index: 2;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.chepic-scroll {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.chepic-scroll .flex-viewport {
	width: 100%;
	height: 100%;
}

.chepic-scroll .slides {
	overflow: hidden;
	height: 100%;
}

.chepic-scroll .slides li {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #161312;
}

.chepic-scroll .slides li>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: .3;
}

.chepic-scroll .flex-direction-nav a {
	width: 40px;
	height: 80px;
	margin-top: -40px;
	display: block;
	font-size: 38px;
	color: #bfbfbf;
	line-height: 80px;
	text-align: center;
	font-family: 'simsun';
	position: absolute;
	top: 50%;
	z-index: 4;
	background-color: rgba(0, 0, 0, 0.2);
}

.chepic-scroll .flex-direction-nav a.flex-prev {
	left: 4%;
}

.chepic-scroll .flex-direction-nav a.flex-next {
	right: 4%;
}

.chepic-scroll .flex-direction-nav a:hover {
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
}

.chepic-scroll .flex-control-paging {
	width: 100%;
	text-align: center;
	height: 3px;
	font-size: 0;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 3;
}

.chepic-scroll .flex-control-paging li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	width: 40px;
	height: 3px;
	margin-right: 10px;
}

.chepic-scroll .flex-control-paging li a {
	width: 40px;
	height: 3px;
	display: block;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.4);
	position: relative;
}

.chepic-scroll .flex-control-paging li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 0;
	height: 3px;
	background-color: #fff;
}

.chepic-scroll .flex-control-paging li.ac a:before {
	-webkit-transition: linear 5.5s;
	transition: linear 5.5s;
	width: 100%;
}

.cvbanner .pagination {
	position: absolute;
	left: 7.8%;
	top: 50%;
	margin-top: 100px;
	z-index: 20;
	height: 2px;
	font-size: 0;
}

.cvbanner .pagination li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 2px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 0.4);
}

.cvbanner .pagination li:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 0;
	height: 2px;
	background-color: #fff;
}

.cvbanner .pagination li.on:before {
	-webkit-transition: linear 4s;
	transition: linear 4s;
	width: 100%;
}

.cvbanner .ctrbox {
	z-index: 20;
	position: absolute;
	right: 7.8%;
	bottom: 120px;
	white-space: nowrap;
	font-size: 0;
	font-family: "SimSun", "宋体";
	line-height: 26px;
}

.cvbanner .ctrbox>s {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	margin-left: 30px;
	margin-right: 30px;
	font-family: "SimSun", "宋体";
	line-height: 26px;
}

.cvbanner .ctrbox .ctr img {
	width: 16px;
}

.cvbanner .ctrbox .ctr {
	position: relative;
	vertical-align: top;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 26px;
	text-align: center;
	cursor: pointer;
}

.cvbanner .ctrbox .ctr s {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.cvbanner .ctrbox .ctr s {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.cvbanner .ctrbox .ctr:hover s {
	color: #1d6bdd;
}

@media screen and (max-width: 900px) {
	.cvbanner .ctrbox {
		right: 0;
		bottom: 50px;
		width: 100%;
		text-align: center;
	}
	.cvbanner:before {
		bottom: 120px;
	}
}

/*品牌*/
#pinpai{}
.Design{
	height: 100%;
	width: 100%;
}
.Design ul{
	display: flex;
	height: 100%;
}
.Design ul li{
	width: 12.5%;
	height: 100%;
	position: relative;
	transition: all 1s;
	background: #161312;
	cursor: pointer;
}
.Design ul li .fwxm_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	height: 100%;
	background: #161312;
	transition: all 0.8s;
	text-align: center;	
}
.Design ul li .fwxm_img .fwxm_img_box{
    width: 100%;
	height: 100%;
	opacity: .4;
	/*animation: fwxmfanzhuan 10S  ease infinite ;*/
}
.Design ul li:nth-child(2n-1) .fwxm_img .fwxm_img_box{

	animation: fwxmfanzhuan1 10S  ease infinite ;
	
}
.Design ul li:nth-child(2n) .fwxm_img .fwxm_img_box{

	animation: fwxmfanzhuan2 10S ease  infinite ;
	
}
@keyframes fwxmfanzhuan1 {
   
    0{
        transform: translateY(0px);
    }
    25%{
        transform: translateY(40px);
    }
    50%{
        transform: translateY(0px);
    }
    75%{
        transform: translateY(-40px);
    }
    100%{
        transform: translateY(0px);
    }
}
@keyframes fwxmfanzhuan2 {
   
     0{
        transform: translateY(0px);
    }
    25%{
        transform: translateY(-40px);
    }
    50%{
        transform: translateY(0px);
    }
    75%{
        transform: translateY(40px);
    }
    100%{
        transform: translateY(0px);
    }
   
}
@keyframes fwxmfanzhuan {
    from{
        transform: rotateY(0deg);
    }
    to{
        transform: rotateY(360deg);
    }
   
    /*0{*/
    /*    transform: rotateY(0deg);*/
    /*}*/
    /*25%{*/
    /*    transform: rotateY(90deg);*/
    /*}*/
    /*50%{*/
    /*    transform: rotateY(180deg);*/
    /*}*/
    /*75%{*/
    /*     transform: rotateY(90deg);*/
    /*}*/
    /*100%{*/
    /*     transform: rotateY(0deg);*/
    /*}*/
   
}
@-webkit-keyframes fwxmfanzhuan
{
    from{
        transform: rotateY(0deg);
    }
    to{
        transform: rotateY(360deg);
    }
    /*0{*/
    /*    transform: rotateY(0deg);*/
    /*}*/
    /*25%{*/
    /*    transform: rotateY(90deg);*/
    /*}*/
    /*50%{*/
    /*    transform: rotateY(180deg);*/
    /*}*/
    /*75%{*/
    /*     transform: rotateY(90deg);*/
    /*}*/
    /*100%{*/
    /*     transform: rotateY(0deg);*/
    /*}*/
}
.Design ul li .fwxm_img p{
	color: #fff;
	font-size: 32px;
	width: 34px;
	line-height: 44px;
	z-index: 5;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	/*font-weight: bold;*/
	transform: translate(-50%,-50%);
}
.Design ul li:hover .fwxm_img {
	opacity: 0;
}

.Design ul li .fwxm_box {
	height: 100%;
	width: ;
}

.Design ul li .more {
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -123px;
	width: 246px;
	opacity: 0;
	overflow: hidden;
	transition: all 1s;
}

/*.mySwiper .swiper-slide.on .more {
	opacity: 1;
	bottom: 10%;
}*/

.Design ul li .more a {
	display: block;
	margin: auto;
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 4px;
	line-height: 50px;
	color: #fff;
	transition: all 1s;
	font-size: 15px;
}

.Design ul li .more a span {
	display: block;
	width: 70%;
	margin: 0 auto;
	background: url(../img/jiantou.png) no-repeat center right;
	text-align: left;
}

.Design ul li .more a:hover {
	background: #ffaa00;
	border-color: #ffaa00;
	border-radius: 50px;
}

.Design ul li.on .fwxm_box .icon {
	position: relative;
	animation: fanzhuan 1s infinite;
	-webkit-animation: fanzhuan 1s infinite;
	/* transform: rotate(90deg) */
}

@keyframes fanzhuan {
	from,
	25%,
	to {
		transform: rotate(90deg)
	}
	;
	50% {
		transform: rotate(180deg)
	}
	;
	75% {
		transform: rotate(270deg)
	}
	;
	100% {
		transform: rotate(360deg)
	}
	;
}
.Design ul li .xmtp1 {
	width: 100%;
	height: 60%;
	overflow: hidden;
	opacity: 0;
	border-radius: 0;
	transition: all 0.5s;
}

.Design ul li .xmtp1 img {
	width: 100%;
}

.Design ul li:hover .xmtp1 {
	border-radius: 4px;
	opacity: 1;
}

.Design ul li:hover {
	padding: 10px;
	box-sizing: border-box;
	background: #161312;
	width: 40% !important;
}

.Design ul li:hover .fwxm_cent {
	height: 40%;
	padding: 20px 40px;
	margin-top: -100px;
	z-index: 50;
}
.Design ul li .fwxm_text {
	text-align: left;
	position: relative;
}

.Design ul li .fwxm_text h2 {
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 34px;
	line-height: 1.6;
	transition: all 4s;
	color: #ffc200;
}

.Design ul li .fwxm_text h6 {
	font-family: arial;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

.Design ul li .fwxm_text p {
	margin-top: 30px;
	font-size: 15px;
	line-height: 30px;
	text-align: left;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.Design ul li:hover .fwxm_cent .fwxm_text h2 {
	width: 100%;
}

.Design ul li:hover .fwxm_cent .fwxm_text p {
	color: #fff;
}

.Design ul li .com-more-add {
	width: 54px;
	height: 54px;
	display: none;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -27px;
	transition: all 1s;
	transform: rotateZ(0deg);
}

.Design ul li:hover .fwxm_cent .com-more-add {
	display: block;
}

.Design ul li .com-more-add:before {
	width: 23px;
	height: 2px;
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: #fff;
	transition: all 1s;
	transform: translate(-50%, -50%);
}

.Design ul li .com-more-add:after {
	width: 2px;
	height: 23px;
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	background: #fff;
	transition: all 1s;
	transform: translate(-50%, -50%);
}

.Design ul li .com-more-add:hover {
	transform: rotateZ(180deg);
	border-color: #FFC200;
}

.Design ul li .com-more-add:hover:after,
.Design ul li .com-more-add:hover:before {
	background: #FFC200;
}

/*案例*/
#case{
	background: #161312;
}
#case .common-title .cn{
	text-align: center;
}
#case .swiper-container {
  margin-top: 45px;
  position: relative;
}
@media screen and (max-width:1200px) {
  .home .cases .swiper-container {
    margin-top: 5vw;
  }
}
@media screen and (max-width:767px) {
  #case .swiper-container {
    padding-bottom: 44px;
  }
  #case .swiper-container .swiper-pagination1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 8;
    text-align: center;
  }
  #case .swiper-container .swiper-pagination1 .swiper-pagination-bullet {
    background-color: #fff;
    padding-top: 0;
  }
}
#case .swiper-slide {
  width: 50vw;
  height: 60vh;
  opacity: 0.6;
  display: flex;
  flex-direction:column;
  transition: opacity 0.25s;
  position: relative;
}
#case .swiper-slide .img-box{
	cursor: pointer;
	width: 100%;
	height: 52vw;
	overflow: hidden;
}
@media screen and (max-width:1200px) {
  #case .swiper-slide {
    width: 60vw;
  }
}
@media screen and (max-width:1000px) {
  #case .swiper-slide {
    width: 80vw;
  }
}
@media screen and (max-width:767px) {
  #case .swiper-slide {
    opacity: 0.9;
    background-color: #222;
    width: calc(90vw - 20px);
    border-radius: 10px;
    overflow: hidden;
  }
  #case .swiper-slide .img-box {
    height: 50vw;
    width: 100%;
  }
}
#case .swiper-slide .img-box img{
	width: 100%;
}

#case .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#case .swiper-slide.swiper-slide-active .text p {
  opacity: 1;
}
#case .swiper-slide.swiper-slide-active .text h3{
	background: #ffc200;
} 
@media screen and (max-width:767px) {
  #case .swiper-slide.swiper-slide-active .text p {
    opacity: 0.8;
  }
}
#case .swiper-slide.swiper-slide-active .text h3 {
  transform: translateY(-90px);
}
@media screen and (max-width:1200px) {
  #case .swiper-slide.swiper-slide-active .text h3 {
    transform: translateY(-65px);
  }
}
@media screen and (max-width:767px) {
  #case .swiper-slide.swiper-slide-active .text h3 {
    transform: none;
  }
}
#case  .swiper-slide .img-box {
  background-size: cover;
  background-position: center center;
  background-color: #222;
}
#case .swiper-slide .text {
  position: relative;
  width: 100%;
  left: 0;
  padding: 30px 8% 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width:1200px) {
  #case .swiper-slide .text {
    padding-top: 10px;
  }
}
@media screen and (max-width:1000px) {
  #case .swiper-slide .text {
    padding: 15px 0 0;
  }
}
@media screen and (max-width:767px) {
  #case .swiper-slide .text {
    padding: 10px 15px 15px;
  }
}
#case .swiper-slide .text h3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 16px;
  padding:10px;
  box-sizing: border-box;
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
@media screen and (max-width:1200px) {
  #case .swiper-slide .text h3 {
    font-size: 22px;
  }
}
@media screen and (max-width:767px) {
  #case .swiper-slide .text h3 {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: auto;
    text-align: center;
  }
}
#case .swiper-slide .text p {
  opacity: 0;
  transition: opacity 0.25s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width:767px) {
  #case .swiper-slide .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    opacity: 0.7;
    margin-top: 5px;
  }
}
#case .swiper-prev,
#case .swiper-next {
  position: absolute;  
  width: 64px;
   height: 64px;
   background: url(img/left_jt.png) no-repeat center;
   background-size: cover;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-left: calc(64px - 35vw);
}
#case .swiper-prev{
	transform: rotate(180deg);
}
/*@media screen and (max-width:1200px) {
  #case .swiper-prev,
  #case .swiper-next {
    width: 11vw;
  }
}
@media screen and (max-width:767px) {
  #case .swiper-prev,
  #case .swiper-next {
    display: none;
  }
}*/
#case .swiper-next {
	margin-left: 0;
  left: auto;
  right: 50%;
  margin-right: calc(64px - 35vw);
}
#case .swiper-pagination {
  font-family: 'akzid';
  position: absolute;
  width: 7vw;
  left: 47%;
  top: 30%;
  z-index: 50;
  font-style: italic;
  line-height: 1;
  font-size: 18px;
  bottom: auto;
  /*display: flex;*/
  color: #fff;
  justify-content: center;
}
@media screen and (max-width:1200px) {
#case .swiper-pagination {
    width: 10vw;
    left: 11vw;
  }
}
#case .swiper-pagination span{
	padding: 0 10px;
	display: inline-block;
}
#case .swiper-pagination span:nth-child(1) {
  font-size: 44px;
}
@media screen and (max-width:1200px) {
#case .swiper-pagination span:nth-child(1) {
    font-size: 20px;
  }
}
#case .swiper-pagination span:nth-child(2) {
  position: relative;
  font-size: 24px;
  opacity: .6;
}

@media screen and (max-width:1200px) {
  #case .swiper-pagination span:nth-child(2)::before {
    height: 20px;
  }
}
#case  span:nth-child(3) {
  opacity: 0.3;
  padding-top: 0.5rem;
}


@media screen and (max-width:767px) {
	header img{
		height: 44px;
		max-width:auto;
	}
	.about_cont{
		width: 100%;
	}
	.peijianlist{
		width: 90%;
		left: 5%;
	}
	.peijianlist img{
		width: 5vw;
    	height: 5vw;
	}
	.peijianlist{
		display: block;
		height: auto;
	}
	.peijianlist li{
		width: 24.8%;
		display: inline-block;
		margin-bottom: 10px;
	}
	.peijianlist li i{
		bottom: 0;
	}
	.peijianlist li h3{
		font-size: 2.4vw;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.peijianlist2 li h3{
		font-size: 30px;
		font-size: 30px;
	}
	.peijianlist2 li h3 label{
		font-size: 32px;
	}
	.peijianlist li .box{
		width: 100%;
		min-width: 100%;
	}
	.cvbanner .pagination{
		display: none;
	}
	.peijianlist img{
		padding: 8px;
	}
	.peijianlist li .box{
		padding-top: 9vw;
	}
	.peijianlist li.on .pic {
		top: -4px;
		transform: scale(1.2);
	}
	.cvbanner .ctrbox .ctr img{
		width: 3.6vw;
	}
	.pagination12 .swiper-pagination-bullet{
		width: 2px;
	}
	
	/*品牌创意输出*/
	.Design ul{
		display: flex;
    	flex-wrap: wrap-reverse;
	}
	.Design ul li{
		width: 25%;
		height: 50%;
		overflow: hidden;
	}
	.Design ul li .fwxm_img p{
		font-size: 22px;
		line-height: 32px;
	}
	.Design ul li:hover .fwxm_img {
		opacity: 1;
	}
	.Design ul li:nth-child(2n-1) .fwxm_img .fwxm_img_box{

	animation: wu;
	}
	.Design ul li:nth-child(2n) .fwxm_img .fwxm_img_box{	
		animation: wu;		
	}
	.Design ul li:hover .xmtp1 {
		display: none;
	}
	
	.Design ul li:hover {
		width: 25% !important;
	}
	
	.Design ul li:hover .fwxm_cent {
		display: none;
	}
	#case .swiper-slide{
		height: 82vw;
	}
	#case .swiper-slide.swiper-slide-active .text h3{
		background: none;
	}
	#case .swiper-pagination{
		width: 100px;
		left: 50%;
		height: 60px;
		top:auto;
		bottom: -60px;
		margin-left: -50px;
	}
	#case .swiper-prev, #case .swiper-next{
		display: none;
	}
	/*底部*/
	#foot .contact .phone1{
		font-size: 28px;
	}
	#foot{
		/*padding-bottom: 20px;*/
	}
	#foot .contact{
		padding: 0 20px;
		white-space:inherit ;
	}
	#foot .bottom{
		position: relative;
		bottom: 0;
		margin-top: 10px;
	}
	#foot .bottom p{
		padding: 5px 0;
	}
	#foot .contact .address {
		text-align: center;
	}
	#foot .contact .imgs{
		width: 100%;
	}
	.cvbanner:before
	{
		bottom: 110px;
	}
	.menu-open {
		width: 0;
	}
	header.open .menu-open{
		display:none;
	}
	header.open .menu-open1 {
		width: 100%;
	}
	header.open>a{
		opacity: 0;
	}
	/*.menu-open .menu-wrapper .menu-left li{
		pointer-events:none;
	}*/
	.menu-open1 .menu-wrapper .menu-left{
		padding-top: 120px;
	}
	.menu-open1 .menu-wrapper .menu-left li>a{
		font-size: 24px;
		line-height: 48px;
	}
	.menu-open1 .menu-wrapper .menu-left li .erji{
		padding-top: 10px;
		font-size: 18px;
		line-height: 40px;
	}
	.logos .container ul{
		transform: scale(.6);
	}
	.peijianlist li h3{
		line-height: 32px;
		height: 32px;
	}
}