@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

input,
textarea,
select {
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
/*	max-width: 100%;*/
	border-style: none;
	vertical-align: middle;
}

.zoom-img {
	overflow: hidden;
}

.zoom-img .img {
	overflow: hidden;
}

.zoom-img img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.zoom-img:hover img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clear {
	zoom: 1;
}

.nav-page {
	font-size: 0;
	text-align: center;
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}

/*引入外部字体*/
/*@font-face {
	font-family: "OPPOSans-L";
	src: url("../fonts/opposans-l.ttf");
	src: url("../fonts/opposans-l.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OPPOSans-R";
	src: url("../fonts/opposans-r.ttf");
	src: url("../fonts/opposans-r.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "OPPOSans-H";
	src: url("../fonts/opposans-h.ttf");
	src: url("../fonts/opposans-h.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OPPOSans-M";
	src: url("../fonts/opposans-m.ttf");
	src: url("../fonts/opposans-m.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "OPPOSans-B";
	src: url("../fonts/opposans-b.ttf");
	src: url("../fonts/opposans-b.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
*/
/* header */
.w12 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}


.floatWindow {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
	z-index: 2;
}

.floatWindow .item {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	cursor: pointer;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.floatWindow .item.mItem {
	display: none;
}

.floatWindow .icon2 {
	display: none;
}

.floatWindow .item:hover .icon1 {
	display: none;
}

.floatWindow .item:hover .icon2 {
	display: inline-flex;
}

.messagePopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}

.messagePopup .popupWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 745px;
	width: 100%;
	background-color: #f8f8f8;
	border-radius: 15px;
	overflow: hidden;
}

.messagePopup .topBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: linear-gradient(to right, #f2a746, #fd7656);
	padding: 15px 30px 15px 40px;
}

.messagePopup .h1 {
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-family: OPPOSans-M;
}

.messagePopup .close {
	cursor: pointer;
}

.messagePopup .form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 35px;
}

.messagePopup .inputBox {
	width: 48%;
	height: 60px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px;
}

.messagePopup .asterisk {
	width: 14px;
	font-size: 14px;
	line-height: 32px;
	color: #ec6900;
	font-family: OPPOSans-R;
}

.messagePopup .inputText {
	width: calc(100% - 14px);
	font-size: 14px;
	color: #999999;
	font-family: OPPOSans-R;
}

.messagePopup .inputText::-webkit-input-placeholder {
	color: #999;
}

.messagePopup .areaBox {
	width: 100%;
	height: auto;
}

.messagePopup .text {
	height: 110px;
	font-size: 14px;
	line-height: 32px;
	color: #999999;
	font-family: OPPOSans-R;
}

.messagePopup .btnSubmit {
	width: 180px;
	height: 60px;
	font-size: 16px;
	color: #ffffff;
	background-color: #ec6900;
	border-radius: 5px;
	cursor: pointer;
}




/***/
.message2 .form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 35px 35px 0; max-width:400px;
}

.message2 .inputBox {
	width: 100%;
	height: 40px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px;
}

.message2 .asterisk {
	width: 14px;
	font-size: 14px;
	line-height: 32px;
	color: #ec6900;
	font-family: OPPOSans-R;
}

.message2 .inputText {
	width: calc(100% - 14px);
	font-size: 14px;
	color: #999999;
	font-family: OPPOSans-R;
}

.message2 .inputText::-webkit-input-placeholder {
	color: #999;
}

.message2 .areaBox {
	width: 100%;
	height: auto;
}

.message2 .text {
	height: 110px;
	font-size: 14px;
	line-height: 32px;
	color: #999999;
	font-family: OPPOSans-R;
}

.message2 .btnSubmit {
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #ffffff;
	background-color: #272727;
	border-radius: 5px;
	cursor: pointer;
}
/*.menucur{ color:#3f3d3c !important}
*/
/* footer */

/* home */
.mImg {
	display: none;
}

/* .homeBannerSwiper {
  height: 100vh;
} */

.homeBannerSwiper .swiper-slide {
	/* width: 100%;
  height: 100%; */
	font-size: 0;
}

.homeBannerSwiper .swiper-slide-active {
	z-index: 9;
}

.homeBannerSwiper .textBox {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0);
	max-width: 1260px;
	width: 100%;
	text-align: center;
}

.homeBannerSwiper .h1 {
	font-size: 38px;
	color: #fff;
	line-height: 1;
	font-family: OPPOSans-B;
	margin-bottom: 10px;
}

.homeBannerSwiper .h2 {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	font-family: OPPOSans-M;
	margin-bottom: 7px;
}

.homeBannerSwiper .btn {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	border-radius: 36px;
	padding-right: 16px;
	background-image: url(../images/icon13.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all 0.5s;
	cursor: pointer;
	font-family: OPPOSans-L;
}

.homeBannerSwiper .btn:hover {
	text-decoration: underline;
}

.homeBannerSwiper .videoBox .video {
	position: absolute;
	min-width: 1920px;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: fill;
}

.homeBannerSwiper .swiper-slide-active .video {
	z-index: 2;
}

/* .homeBannerSwiper .swiper-slide img {
  position: absolute;
  min-width: 1920px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.homeBannerSwiper .swiper-pagination {
	bottom: 75px;
}

.homeBannerSwiper .swiper-pagination-bullet {
	width: 16px;
	height: 2px;
	margin: 0 2px !important;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	opacity: 1;
}

.homeBannerSwiper .swiper-pagination-bullet-active {
	background-color: #fff;
}

.brandUser {
	padding: 20px;
}

.brandUser .wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.brandUser a {
	width: calc(50% - 10px);
	position: relative;
	margin-right: 20px;
}

.brandUser a:last-child {
	margin-right: 0;
}

.brandUser .textBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 175px 20px 20px;
}

.brandUser .h1 {
	font-size: 32px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 8px;
	font-family: OPPOSans-B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brandUser .h2 {
	font-size: 20px;
	color: #fff;
	line-height: 36px;
	font-family: OPPOSans-R;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.brandUser .btn {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	margin-top: 10px;
	padding-right: 14px;
	background-image: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all 0.5s;
	font-family: OPPOSans-L;
}

.brandUser a .btn:hover {
	text-decoration: underline;
}

.homeProdSwiper {
	margin-bottom: 20px;
}

.homeProdSwiper .swiper-slide {
	font-size: 0;
}

.homeProdSwiper .swiper-button-prev,
.homeProdSwiper .swiper-button-next {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-position: center center;
	background-size: auto;
	transition: all 0.5s;
}

.homeProdSwiper .swiper-button-prev {
	left: 15%;
	background-image: url(../images/icon2.png);
}

.homeProdSwiper .swiper-button-next {
	right: 15%;
	background-image: url(../images/icon3.png);
}

.homeProdSwiper .swiper-button-prev:hover,
.homeProdSwiper .swiper-button-next:hover {
	background-color: #b2bcc5;
}

.homeProdSwiper .swiper-pagination {
	bottom: 50px;
}

.homeProdSwiper .swiper-pagination-bullet {
	width: 16px;
	height: 2px;
	margin: 0 2px !important;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	opacity: 1;
}

.homeProdSwiper .swiper-pagination-bullet-active {
	background-color: #fff;
}

.homeProdSwiper .textBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 65px 20px 20px;
}

.homeProdSwiper .h1 {
	font-size: 38px;
	color: #414349;
	color: #fff;
	line-height: 1;
	font-family: OPPOSans-B;
	margin-bottom: 10px;
	transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-o-transform: scale(0.6);
	-moz-transform: scale(0.6);
}

.homeProdSwiper .h2 {
	font-size: 24px;
	color: #646464;
	color: #fff;
	line-height: 36px;
	font-family: OPPOSans-R;
	transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-o-transform: scale(0.6);
	-moz-transform: scale(0.6);
}

.homeProdSwiper .number {
	font-family: OPPOSans-B;
}

.homeProdSwiper .btn {
	display: inline-block;
	font-size: 14px;
	color: #474645;
	color: #fff;
	line-height: 36px;
	border-radius: 18px;
	margin-top: 10px;
	padding-right: 14px;
	background-image: url(../images/icon12.png);
	background-image: url(../images/icon13.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all 0.5s;
	font-family: OPPOSans-L;
}

.homeProdSwiper .btn:hover {
	text-decoration: underline;
}

.homeProdSwiper .videoColor .h1 {
	color: #fff;
}

.homeProdSwiper .videoColor .h2 {
	color: #fff;
}

.homeProdSwiper .videoColor .btn {
	color: #fff;
}

.homeProdSwiper .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	transition: all 0.3s;
}

.homeProdSwiper .swiper-slide-active .mask {
	display: none;
}

.homeService .back {
	text-align: center;
	padding: 145px 0 165px;
	background-position: center center;
	background-size: cover;
}

.homeService .textBox {
	max-width: 1260px;
	margin: 0 auto;
	margin-bottom: 125px;
}

.homeService .h1 {
	font-size: 38px;
	color: #333333;
	line-height: 1;
	font-family: OPPOSans-B;
	margin-bottom: 20px;
}

.homeService .text {
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #646464;
	line-height: 24px;
	margin-bottom: 15px;
	font-family: OPPOSans-R;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.homeService .btn {
	display: inline-block;
	font-size: 16px;
	color: #474645;
	line-height: 36px;
	padding-right: 14px;
	background-image: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all 0.5s;
	font-family: OPPOSans-L;
}

.homeService .btn:hover {
	text-decoration: underline;
}

.homeService .dataBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 70px;
}

.w144 {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.homeService .topBox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 26px;
	color: #474645;
	line-height: 1;
	font-family: OPPOSans-H;
}

.homeService .number {
	font-size: 42px;
	line-height: 50px;
	margin-right: 5px;
	text-align: center;
}

.homeService .number1 {
	width: 86px;
}

.homeService .number2 {
	width: 150px;
}

.homeService .number3 {
	width: 57px;
}

.homeService .number4 {
	width: 114px;
}

.homeService .name {
	display: inline-block;
	font-size: 14px;
	color: #414349;
	line-height: 36px;
	font-family: OPPOSans-R;
}

.homeShop {
	padding: 140px 0 118px;
}

.homeShop .listBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.homeShop .column {
	width: 33.33%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.homeShop .icon {
	display: inline-block;
	font-size: 0;
}

.homeShop .name {
	font-size: 24px;
	color: #414349;
	line-height: 36px;
	margin-top: 20px;
	font-family: OPPOSans-B;
}

.homeShop .btn {
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	color: #474645;
	margin-top: 10px;
	padding-right: 11px;
	background-image: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: OPPOSans-L;
}

.homeShop .btn:hover {
	text-decoration: underline;
}

/* 媒体查询 */
/* header footer home */
@media only screen and (max-width: 1600px) {
	.brandUser .textBox {
		padding: 50px 20px 20px;
	}

	.brandUser .btn {
		margin-top: 0;
	}

	.homeProdSwiper .textBox {
		padding: 50px 20px 20px;
	}

	.homeProdSwiper .btn {
		margin-top: 0;
	}

	.homeBannerSwiper .textBox {
		top: 15%;
	}
}

@media only screen and (max-width: 1440px) {
	.header .navBox .item>a {
		font-weight: 600;
	}
}

@media only screen and (max-width: 1280px) {
	.w12 {
		width: 90%;
	}

	.header .navBox .dropDownList .img {
		width: 150px;
	}

	.header .navBox .dropDownList .nav {
		width: calc(100% - 150px);
	}

	.homeBannerSwiper .h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.homeBannerSwiper .h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.homeBannerSwiper .btn {
		line-height: 30px;
	}

	.brandUser {
		padding: 10px;
	}

	.brandUser a {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.brandUser .textBox {
		padding: 30px 20px 20px;
	}

	.brandUser .h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.brandUser .h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.brandUser .btn {
		line-height: 30px;
	}

	.homeProdSwiper {
		margin-bottom: 10px;
	}

	.homeProdSwiper .textBox {
		padding: 30px 20px 20px;
	}

	.homeProdSwiper .h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.homeProdSwiper .h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.homeProdSwiper .btn {
		line-height: 30px;
	}

	.homeService .back {
		padding: 100px 0 120px;
	}

	.homeService .textBox {
		margin-bottom: 90px;
	}

	.homeService .h1 {
		font-size: 24px;
	}

	.homeService .btn {
		line-height: 30px;
	}

	.homeService .dataBox {
		padding: 0 50px;
	}

	.homeService .topBox {
		font-size: 18px;
	}

	.homeService .number {
		font-size: 30px;
		line-height: 40px;
	}

	.homeService .number1 {
		width: 62px;
	}

	.homeService .number2 {
		width: 72px;
	}

	.homeService .number3 {
		width: 41px;
	}

	.homeService .number4 {
		width: 82px;
	}

	.homeShop {
		padding: 100px 0 80px;
	}

	.homeShop .name {
		font-size: 18px;
		line-height: 30px;
	}

	.homeShop .btn {
		font-size: 14px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.header .navBox .dropDownList .img {
		padding: 0 5px;
	}

	.header .navBox .dropDownList .nav {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.header {
		/*position: fixed;*/
	}

	.header .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
	}

	.header .wrap::after {
		display: none;
	}

	.header .btnMenu {
		float: right;
		margin-right: 70px;
	}

	.header .logo {
		order: 1;
		margin-top: 0;
	}

	.header.on .logo1 {
		display: none;
	}

	.header.on .logo2 {
		display: block;
	}

	.header .searchBox {
		display: none;
	}

	.header .eShop {
		order: 3;
		margin-left: 0;
	}

	.header.on .icon1 {
		display: none;
	}

	.header.on .icon2 {
		display: inline-block;
	}

	.header .eShop .dropDown {
		top: 50px;
		left: auto;
		right: 0;
		transform: translate(0, 0);
	}

	.header .eShop .dropDown::before {
		left: auto;
		margin-left: 0;
		right: 5px;
	}

	.header .btnMenu {
		order: 0;
		display: flex;
		margin-right: 0;
	}

	.header .navBox {
		display: none;
	}

	.header .eShop .btn {
		margin-top: 0;
	}

	.header .navMobileBox {
		position: fixed;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100vh - 50px);
		background-color: #fff;
		padding: 20px 0;
		border-top: 1px solid #eee;
		z-index: 9;
		overflow-y: auto;
	}

	.header .navMobileBox::-webkit-scrollbar {
		display: none;
	}

	.header .navMobileBox .item>a {
		position: relative;
		display: block;
		font-size: 20px;
		color: #333;
		line-height: 50px;
		border-bottom: 1px solid #eee;
		font-family: OPPOSans-M;
	}

	.header .navMobileBox .item>a::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		width: 10px;
		height: 6px;
		margin-top: -3px;
		background-image: url(../images/icon12-1.png);
		background-repeat: no-repeat;
		background-position: right center;
		transition: all 0.5s ease;
	}

	.header .navMobileBox .item>a.on::before {
		transform: rotate(180deg);
	}

	.header .navMobileBox .dropDown {
		display: none;
	}

	.header .navMobileBox .dropDown a {
		display: block;
		font-size: 14px;
		line-height: 30px;
		color: #333;
		font-family: OPPOSans-L;
	}

	.header .navMobileBox .dropDown .h1 {
		font-size: 16px;
		line-height: 40px;
		font-family: OPPOSans-R;
	}

	.homeBannerSwiper {
		height: auto;
	}

	.homeBannerSwiper .videoBox .video {
		position: relative;
		min-width: auto;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		width: 100%;
		height: auto;
	}

	.homeBannerSwiper .swiper-slide img {
		position: relative;
		min-width: 100%;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}

	.homeBannerSwiper .swiper-pagination {
		bottom: 5%;
	}

	.homeBannerSwiper .btn {
		line-height: 24px;
	}

	.brandUser .textBox {
		padding: 20px;
	}

	.brandUser .h1 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.brandUser .h2 {
		font-size: 16px;
	}

	.brandUser .btn {
		line-height: 24px;
	}

	.homeProdSwiper .swiper-pagination {
		bottom: 5%;
	}

	.homeProdSwiper .textBox {
		padding: 20px;
	}

	.homeProdSwiper .h1 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.homeProdSwiper .h2 {
		font-size: 16px;
	}

	.homeProdSwiper .btn {
		line-height: 24px;
	}

	.homeService .h1 {
		font-size: 20px;
	}

	.homeService .textBox {
		margin-bottom: 70px;
	}

	.homeService .back {
		padding: 50px 0 90px;
	}

	.homeService .btn {
		font-size: 14px;
		line-height: 24px;
	}

	.homeShop {
		padding: 70px 0;
	}

	.homeShop .name {
		font-size: 16px;
		margin-top: 10px;
	}

	.homeShop .btn {
		line-height: 24px;
		margin-top: 0;
	}

	.footer .topBox .topWrap {
		justify-content: center;
	}

	.footer .navBox {
		width: 100%;
	}

	.footer .codeBox {
		width: auto;
		text-align: center;
		margin-top: 20px;
	}

	.homeBannerSwiper .h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.homeBannerSwiper .h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.messagePopup .popupWrap {
		max-width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	/* .header .btnMenu {
		margin-right: 50px;
	} */

	.homeBannerSwiper .textBox {
		top: 15%;
	}

	.homeBannerSwiper .h1 {
		margin-bottom: 5px;
	}

	.homeBannerSwiper .h2 {
		margin-bottom: 5px;
	}

	.brandUser {
		padding: 10px 0;
	}

	.brandUser a {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.brandUser a:last-child {
		margin-bottom: 0;
	}

	.homeService .back {
		padding: 50px 0;
	}

	.homeService .textBox {
		width: 90%;
		margin-bottom: 30px;
	}

	.homeService .column {
		width: 50%;
		margin-top: 40px;
	}

	.homeProdSwiper .swiper-button-prev {
		left: 5%;
	}

	.homeProdSwiper .swiper-button-next {
		right: 5%;
	}

	.footer .wrap {
		width: 100%;
	}

	.footer .topBox {
		padding: 40px 0 30px;
	}

	.footer .navBox .h1 {
		line-height: 40px;
		border-bottom: 1px solid #333;
	}

	.footer .navBox .item {
		width: 100%;
	}

	.footer .backTop {
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translate(-50%, 0);
		color: #aaa;
	}

	.footer .navBox {
		border-top: 1px solid #333333;
	}

	.footer .navBox .h1 {
		position: relative;
		width: 90%;
		margin: 0 auto;
		font-size: 0.2rem;
		line-height: 0.88rem;
	}

	.footer .navBox .nav {
		padding: 0.1rem 5%;
		background-color: #333333;
	}

	.footer .navBox .h1::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		margin-top: -0.02rem;
		width: 0.2rem;
		height: 0.04rem;
		background-color: #fff;
	}

	.footer .navBox .h1::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0.08rem;
		margin-top: -0.1rem;
		width: 0.04rem;
		height: 0.2rem;
		background-color: #fff;
		transition: all 0.5s ease;
	}

	.footer .botBox {
		padding: 0 5%;
	}

	.footer .navBox .h1.on::before {
		transform: rotate(90deg);
	}

	.footer .navBox a {
		font-size: 0.18rem;
		line-height: 0.4rem;
	}

	.messagePopup .popupWrap {
		max-width: 90%;
	}
}

@media only screen and (max-width: 680px) {
	.pImg {
		display: none;
	}

	.mImg {
		display: block;
	}
}

@media only screen and (max-width: 580px) {
	.header .logo {
		width: 1.7rem;
	}

	.header .btnMenu {
		width: 0.35rem;
		/* margin-right: 0.6rem; */
	}

	.header .btnMenu>span {
		width: 0.35rem;
		margin: 2px 0;
	}

	.header .navMobileBox .inputText {
		font-size: 0.3rem;
		line-height: 0.6rem;
	}

	.header .btnMenu.on>span:last-child {
		margin-top: -4px;
	}

	.header .eShop .dropDown {
		top: 35px;
	}

	.header .eShop .dropDown a {
		padding: 15px 20px;
	}

	.homeBannerSwiper .textBox {
		top: 20%;
	}

	.homeBannerSwiper .h1 {
		font-size: 0.4rem;
		line-height: 0.6rem;
		margin-bottom: 5px;
	}

	.homeBannerSwiper .h2 {
		font-size: 0.3rem;
		line-height: 0.5rem;
		margin-bottom: 5px;
	}

	.homeBannerSwiper .btn {
		font-size: 0.22rem;
	}

	.brandUser .h1 {
		font-size: 0.4rem;
		line-height: 0.6rem;
	}

	.brandUser .h2 {
		font-size: 0.3rem;
		line-height: 0.5rem;
		margin-bottom: 5px;
	}

	.brandUser .btn {
		font-size: 0.22rem;
	}

	.homeProdSwiper .textBox {
		padding: 0.7rem 15px 15px;
	}

	.homeService .h1 {
		font-size: 0.4rem;
	}

	.homeService .text {
		font-size: 0.28rem;
		line-height: 0.5rem;
		margin-bottom: 0.4rem;
		-webkit-line-clamp: 5;
	}

	.homeService .btn {
		font-size: 0.22rem;
	}

	.homeService .topBox {
		font-size: 0.26rem;
	}

	.homeService .number {
		font-size: 0.48rem;
		line-height: 0.6rem;
	}

	.homeService .name {
		font-size: 0.2rem;
		line-height: 0.5rem;
	}

	.homeProdSwiper .h1 {
		font-size: 0.4rem;
		line-height: 0.6rem;
		margin-bottom: 5px;
	}

	.homeProdSwiper .h2 {
		font-size: 0.3rem;
		line-height: 0.5rem;
		margin-bottom: 10px;
	}

	.homeProdSwiper .btn {
		font-size: 0.22rem;
	}

	.homeService .dataBox {
		padding: 0;
	}

	.homeShop {
		padding: 0.5rem 0 0.1rem;
	}

	.homeShop .column {
		width: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		margin-bottom: 0.4rem;
	}

	.homeShop .column a {
		display: flex;
		align-items: center;
	}

	.homeShop .icon {
		width: 0.8rem;
		margin-right: 0.5rem;
	}

	.homeShop .name {
		font-size: 0.32rem;
		margin-top: 0;
		margin-right: 0.26rem;
	}

	.homeShop .btn {
		font-size: 0;
	}

	.footer .code {
		left: 0;
		right: auto;
	}

	.footer .code::before {
		left: 10px;
		right: auto;
	}

	.messagePopup .inputBox {
		width: 100%;
		height: 46px;
	}

	.messagePopup .topBox {
		padding: 10px 15px;
	}

	.messagePopup .h1 {
		font-size: 16px;
		line-height: 26px;
	}

	.messagePopup .form {
		padding: 20px 15px;
	}

	.messagePopup .areaBox {
		height: auto;
	}

	.messagePopup .btnSubmit {
		width: 120px;
		height: 46px;
		font-size: 14px;
	}

	.floatWindow {
		right: 0;
	}

	.floatWindow .item {
		width: 40px;
		height: 40px;
	}

	.floatWindow .item.pItem {
		display: none;
	}

	.floatWindow .item.mItem {
		display: flex;
	}
}

@media only screen and (max-width: 480px) {
	.header .navMobileBox .item>a {
		font-size: 16px;
		line-height: 40px;
	}

	.header .eShop .dropDown a {
		font-size: .28rem;
		padding: .22rem .3rem;
	}

	.brandUser .textBox {
		padding: 1.6rem 15px 15px;
	}

	.footer .topBox {
		padding: 40px 0 10px;
	}

	.footer .shareBox {
		padding: 0 0 10px;
	}

	.footer .infoBox {
		padding: 10px 0;
	}

	.footer .navBox a {
		line-height: 0.6rem;
	}

	.messagePopup .inputBox {
		height: 40px;
		margin-bottom: 10px;
		padding: 0 10px;
	}

	.messagePopup .text {
		height: 80px;
	}

	.messagePopup .areaBox {
		height: auto;
	}
}

/* 产品 */
.main {
	padding-top: 0px;
}

.homeMain {
	padding-top: 0;
}

.prodNav .sortNav {
	display: flex;
	justify-content: center;
	padding: 50px 0 30px;
}

.prodNav .navWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	border-radius: 25px;
	font-family: OPPOSans-M;
}

.prodNav .sortNav .item {
	min-width: 170px;
	line-height: 50px;
	font-size: 14px;
	color: #414349;
	text-align: center;
	background-color: #f4f4f4;
}

.prodNav .sortNav .item:first-child {
	border-radius: 25px 0 0 25px;
}

.prodNav .sortNav .item:last-child {
	border-radius: 0 25px 25px 0;
}

.prodNav .sortNav .item.active {
	position: relative;
	color: #fff;
}

.prodNav .sortNav .item.active>span {
	position: relative;
}

.prodNav .sortNav .item.active::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 25px;
}

.prodNav .sortNav-2 {
	display: flex;
	justify-content: center;
	padding-bottom: 18px;
}

.prodNav .sortNav-2 .navWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.prodNav .sortNav-2 .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 70px;
}

.prodNav .sortNav-2 .img {
	display: flex;
	align-items: center;
	height: 65px;
	max-width: 65px;
}

.prodNav .sortNav-2 .name {
	font-size: 14px;
	line-height: 60px;
	color: #414349;
}

/*.prodBox {
	background-color: #f5f6f6; padding-bottom:80px;
}*/

.prodListBox .title {
	text-align: center;
}

.prodListBox .title .h1 {
	font-size: 38px;
	line-height: 60px;
	color: #414349;
	font-family: OPPOSans-B;
}

.prodListBox .title .h2 {
	font-size: 24px;
	line-height: 38px;
	color: #414349;
	font-family: OPPOSans-R;
}

.prodListBox .prodColumn {
	/*margin-bottom: 80px;
*/ padding-bottom:80px;
}

.prodListBox .title {
	padding-bottom: 50px;
}

.prodListBox .prodColumn:first-child .title {
	padding: 60px 0 50px;
}

.prodListBox .item {
	padding: 40px 70px 40px 100px;
	margin-bottom: 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.prodListBox .item:last-child {
	margin-bottom: 0;
}

.prodListBox .textBox {
	width: 45%;
	padding-right: 4%;
}

.prodListBox .prodList .h3 {
	font-size: 16px;
	line-height: 60px;
	color: #414349;
	font-family: OPPOSans-B;
}

.prodListBox .prodList .h1 {
	font-size: 26px;
	line-height: 60px;
	color: #414349;
	margin-bottom: 10px;
	font-family: OPPOSans-B;
}

.prodListBox .prodList .h2 {
	font-size: 15px;
	line-height: 28px;
	color: #646464;
	font-family: OPPOSans-R;
}

.prodListBox .prodList .btnBox {
	display: flex;
	margin-top: 65px;
}

.prodListBox .prodList .btn {
	width: 115px;
	line-height: 48px;
	font-size: 14px;
	color: #414349;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 25px;
	margin-right: 20px;
	transition: all 0.5s ease;
	font-family: OPPOSans-R;
}

.prodListBox .prodList .btn:last-child {
	margin-right: 0;
}

.prodListBox .prodList .btn:hover {
	color: #fff;
	border: 1px solid #3f3d3c;
	background-color: #3f3d3c;;
}

.prodListBox .prodList .img {
	width: 55%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prodListBox .prodList .img img {
	max-height: 100%;
}

.prodListBox .prodColumn:nth-child(2n) .item {
	flex-direction: row-reverse;
}

.prodListBox .prodColumn:nth-child(2n) .textBox {
	padding-left: 4%;
	padding-right: 0;
}

.prodBox .homeShop {
	padding: 40px 0 118px;
}

.prodIdea {
	padding: 110px 0 120px;
}

.prodIdea .title {
	text-align: center;
	margin-bottom: 63px;
}

.prodIdea .title .h1 {
	font-size: 38px;
	line-height: 50px;
	color: #35373d;
	font-family: OPPOSans-H;
}

.ideaList .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.ideaList .img {
	width: 50%;
}

.ideaList .textBox {
	width: 50%;
	padding: 0 0 0 90px;
}

.ideaList .number {
	font-size: 18px;
	line-height: 30px;
	color: #35373d;
	font-family: OPPOSans-R;
	margin-bottom: 55px;
}

.ideaList .h2 {
	font-size: 24px;
	line-height: 30px;
	color: #35373d;
	font-family: OPPOSans-M;
	margin-bottom: 20px;
}

.ideaList .h3 {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	font-family: OPPOSans-R;
}

.ideaList .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.ideaList .item:nth-child(2n) .textBox {
	padding: 0 90px;
}

/* 媒体查询 */
/* 产品 */
@media only screen and (max-width: 1366px) {
	.prodListBox .title .h1 {
		font-size: 30px;
		line-height: 50px;
	}

	.prodListBox .title .h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.prodListBox .prodList .h3 {
		line-height: 40px;
	}

	.prodListBox .prodList .h1 {
		font-size: 26px;
		line-height: 40px;
	}

	.prodListBox .prodList .btnBox {
		margin-top: 40px;
	}

	.prodListBox .prodList .btn {
		width: 120px;
		line-height: 38px;
	}

	.prodIdea .title .h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.ideaList .number {
		margin-bottom: 30px;
	}

	.ideaList .textBox {
		padding: 0 0 0 60px;
	}

	.ideaList .item:nth-child(2n) .textBox {
		padding: 0 60px;
	}
}

@media only screen and (max-width: 1024px) {
	.main {
		/*padding-top: 50px;*/
	}

	.homeMain {
		padding-top: 0;
	}

	.prodNav .sortNav .navWrap {
		width: 100%;
		overflow-x: auto;
	}

	.prodNav .sortNav .navWrap::-webkit-scrollbar {
		display: none;
	}

	.prodNav .sortNav-2 .navWrap {
		width: 100%;
		overflow-x: auto;
	}

	.prodNav .sortNav-2 .navWrap::-webkit-scrollbar {
		display: none;
	}

	.prodListBox .item {
		padding: 50px 70px;
	}

	.prodNav .sortNav-2 .navWrap {
		justify-content: space-between;
	}

	.prodNav .sortNav-2 .item {
		margin: 0 auto;
	}

	.prodNav .sortNav .item {
		min-width: auto;
		padding: 0 30px;
	}

	.ideaList .number {
		margin-bottom: 20px;
	}

	.ideaList .h2 {
		margin-bottom: 10px;
	}

	.prodListBox .prodList .img {
		height: 300px;
	}
}

@media only screen and (max-width: 768px) {
	.prodListBox .item {
		padding: 40px 50px;
		flex-direction: column-reverse;
	}

	.prodListBox .textBox {
		width: 100%;
		padding: 0 !important;
	}

	.prodListBox .prodList .img {
		width: 100%;
		height: 250px;
		margin-bottom: 30px;
	}

	.prodListBox .prodColumn:nth-child(2n) .item {
		flex-direction: column-reverse;
	}

	.ideaList .img {
		width: 100%;
	}

	.ideaList .textBox {
		width: 100%;
		padding: 30px !important;
	}
	
	
.prodBox {
	 padding-bottom:30px; width:90%; margin:0 auto
}
}

@media only screen and (max-width: 580px) {
	.prodListBox .prodColumn:first-child .title {
		padding: 40px 0;
	}

	.prodListBox .title .h1 {
		font-size: 20px;
		line-height: 40px;
	}

	.prodListBox .title .h2 {
		font-size: 16px;
	}

	.prodListBox .prodList .h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.prodListBox .prodList .h1 {
		font-size: 20px;
	}

	.prodListBox .prodList .h2 {
		font-size: 14px;
	}

	.prodListBox .prodList .btnBox {
		margin-top: 20px;
	}

	.prodListBox .title {
		padding-bottom: 30px;
	}

	.prodListBox .prodColumn {
		margin-bottom: 50px;
	}

	.prodIdea {
		padding: 60px 0 40px;
	}

	.prodIdea .title {
		margin-bottom: 30px;
	}

	.prodIdea .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.ideaList .h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.prodListBox .prodList .img {
		height: 200px;
	}
	
	.prodBox {
	 padding-bottom:30px; width:90%; margin:0 auto
}
}

@media only screen and (max-width: 480px) {
	.prodListBox .item {
		padding: 20px;
	}

	.prodListBox .prodList .btn {
		width: 100px;
		line-height: 32px;
		font-size: 12px;
		margin-right: 0;
		border-radius: 20px;
		margin-right: 0.3rem;
	}

	.prodListBox .prodColumn:first-child .title {
		padding: 40px 0 30px;
	}

	.prodListBox .title .h1 {
		line-height: 30px;
	}

	.prodNav .sortNav {
		padding: 20px 0 30px;
	}

	.prodNav .sortNav .item {
		line-height: 40px;
	}

	.prodNav .sortNav .navWrap {
		justify-content: flex-start;
	}

	.prodNav .sortNav .item:first-child {
		border-radius: 20px 0 0 20px;
	}

	.prodNav .sortNav .item:last-child {
		border-radius: 0 20px 20px 0;
	}

	.prodNav .sortNav .item.active::before {
		border-radius: 20px;
	}

	.prodNav .sortNav-2 .item {
		min-width: 60px;
		margin-right: 15px;
	}

	.prodBox .homeShop {
		padding: 0 0 30px;
	}

	.prodIdea {
		padding: 40px 0 20px;
	}

	.ideaList .textBox {
		padding: 20px !important;
	}

	.ideaList .number {
		margin-bottom: 10px;
	}
	
	.prodBox {
	 padding-bottom:30px; width:90%; margin:0 auto
}
}

/* 服务&支持 */
.problemBox {
	padding: 75px 0 0 0px;
}

.problemBox .title {
	text-align: center;
	margin-bottom: 30px;
}

.problemBox .title .h1 {
	font-size: 32px;
	line-height: 50px;
	color: #414349;
	font-family: OPPOSans-M;
}

.problemBox .formBox {
	margin-bottom: 30px;
}

.problemBox .selectBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.problemBox .select {
	max-width: 300px;
	width: 100%;
	height: 55px;
	border: 2px solid #eeeeee;
	border-radius: 27px;
	font-size: 14px;
	color: #646464;
	margin: 0 20px;
	padding: 0 42px 0 30px;
	font-family: OPPOSans-R;
	background-image: url(../images/icon18.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.problemBox .select::-ms-expand {
	display: none;
}

.problemList .item {
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.problemList .ask {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.problemList .h2 {
	width: calc(100% - 12px);
	font-size: 16px;
	line-height: 50px;
	color: #414349;
	font-family: OPPOSans-R;
}

.problemList .icon {
	width: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transition: all 0.5s ease;
}

.problemList .ask.active .icon {
	transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.problemList .answer {
	display: none;
	font-size: 14px;
	line-height: 50px;
	color: #646464;
	background-color: #f7f8f8;
	padding: 10px 30px;
	font-family: OPPOSans-R;
}

.connectBox {
	padding: 85px 0 140px;
}

.connectBox .box {
	margin-bottom: 30px;
}

.connectBox .title {
	margin-bottom: 30px;
}

.connectBox .title .h1 {
	font-size: 32px;
	line-height: 50px;
	color: #414349;
	font-family: OPPOSans-M;
}

.connectBox .map {
	position: relative;
	height: 500px;
	background-position: center center;
	background-size: cover;
}

.connectBox .map .bmap-container {
	height: 500px;
}

.connectBox .map .textBox {
	position: absolute;
top: 50%;
left: 2%;
transform: translate(0, -50%);
background-color: #fff;
padding: 25px 20px;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.connectBox .map .item2 {
	display: flex;
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	margin-bottom: 10px;
	font-family: OPPOSans-R;
}

.connectBox .map .item2:last-child {
	margin-bottom: 0;
}

.connectBox .map .icon {
	width: 20px;
	text-align: center;
}

.connectBox .map .text {
	width: calc(100% - 30px);
}

.connectBox .listBox {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.connectBox .item {
	width: 31.66%;
	margin-right: 2.51%;
	padding: 45px 50px 60px;
	background-image: url(../images/img51.jpg);
	background-size: cover;
	margin-bottom: 35px;
}

.connectBox .item:nth-child(3n) {
	margin-right: 0;
}

.connectBox .h2 {
	font-size: 20px;
	line-height: 50px;
	color: #414349;
	font-family: OPPOSans-M;
}

.connectBox .number {
	display: flex;
	align-items: center;
	font-size: 14px;
/*	line-height: 50px;*/
	color: #646464;
	font-family: OPPOSans-M;
}

.connectBox .icon {
	margin-right: 10px;
}

.connectBox .botBox {
	height: 400px;
	padding: 35px 80px 0;
	background-size: cover;
}

.connectBox .h3 {
	font-size: 14px;
	line-height: 20px;
	color: #646464;
	font-family: OPPOSans-R;
}

.inquireBox {
	padding: 70px 0 85px;
	background-color: #f0f1f2;
}

.inquireBox .formBox {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 50px;
	padding: 90px 30px 105px;
}

.inquireBox .title {
	text-align: center;
	margin-bottom: 10px;
}

.inquireBox .title .h1 {
	font-size: 32px;
	line-height: 50px;
	color: #414349;
	font-family: OPPOSans-M;
}

.inquireBox .form {
	position: relative;
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

#fwcode {
	width: 100%;
	height: 50px;
	border-radius: 25px;
	border: 2px solid #eeeeee;
	font-size: 14px;
	color: #a9a9a9;
	padding: 0 30px;
	font-family: OPPOSans-R;
}

#fwcode::-webkit-input-placeholder {
	color: #a9a9a9;
}

#fwBtn {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 100px;
	height: 46px;
	background-color: #f06410;
	border-radius: 30px;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}

.inquireBox .tips {
	font-size: 14px;
	line-height: 50px;
	color: #646464;
	padding: 0 30px;
	font-family: OPPOSans-R;
}

.inquireBox .listBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.inquireBox .item {
	width: 47%;
	padding: 50px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
}

.inquireBox .icon {
	margin-bottom: 10px;
}

.inquireBox .name {
	font-size: 20px;
	line-height: 1;
	color: #414349;
	margin-bottom: 8px;
	font-family: OPPOSans-M;
}

.inquireBox .number {
	font-size: 14px;
	line-height: 1;
	color: #414349;
	margin-bottom: 15px;
	font-family: OPPOSans-R;
}

.inquireBox .h2 {
	font-size: 14px;
	line-height: 24px;
	color: #646464;
	font-family: OPPOSans-R;
}

/* 媒体查询 */
/* 服务&支持 */
@media only screen and (max-width: 1366px) {
	.connectBox .item {
		padding: 30px 40px 40px;
	}

	.connectBox .number {
		line-height: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.connectBox .botBox {
		height: 300px;
		padding: 80px 50px 0;
	}
}

@media only screen and (max-width: 991px) {
	.problemBox .selectBox {
		justify-content: space-between;
	}

	.problemBox .select {
		max-width: 45%;
		margin: 0;
	}

	.connectBox .item {
		width: 48%;
		margin-right: 4%;
	}

	.connectBox .item:nth-child(3n) {
		margin-right: 4%;
	}

	.connectBox .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.connectBox .botBox {
		height: auto;
		padding: 80px 40px;
	}

	.connectBox .map .textBox {
		padding: 30px;
	}

	.connectBox .map .item2 {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 580px) {
	.problemBox {
		padding: 60px 0;
	}

	.problemBox .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.problemBox .formBox {
		margin-bottom: 15px;
	}

	.problemBox .select {
		height: 46px;
		padding: 0 27px 0 15px;
	}

	.problemList .item {
		padding: 15px 0;
	}

	.problemList .h2 {
		font-size: 16px;
		line-height: 30px;
	}

	.problemList .answer {
		font-size: 14px;
		line-height: 30px;
		padding: 10px 15px;
	}

	.connectBox {
		padding: 60px 0;
	}

	.connectBox .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.connectBox .item {
		padding: 20px;
		margin-bottom: 20px;
	}

	.connectBox .h2 {
		font-size: 0.28rem;
		line-height: .5rem;
	}

	.connectBox .map .item2 {
		font-size: .24rem;
		line-height: .5rem;
	}

	.connectBox .box {
		margin-bottom: 20px;
	}

	.connectBox .box:first-child {
		margin-bottom: 40px;
	}

	.inquireBox {
		padding: 60px 0;
	}

	.inquireBox .formBox {
		padding: 50px 30px;
	}

	.inquireBox .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.inquireBox .item {
		padding: 30px;
	}

	.connectBox .map .textBox {
		padding: 15px 10px;
	}

	.connectBox .icon {
		margin-right: 5px;
	}

	.connectBox .map .text {
		width: calc(100% - 25px);
	}

	.connectBox .map {
		height: auto;
	}

	.connectBox .map .bmap-container {
		height: 300px;
	}

	.connectBox .map .textBox {
		position: relative;
		width: 100%;
		left: auto;
		transform: translate(0, 0);
		margin-top: 20px;
	}

	#fwcode {
		padding: 0 15px;
		height: 46px;
	}

	#fwBtn {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		font-size: 16px;
		height: 40px;
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 480px) {
	.problemBox {
		padding: 40px 0;
	}

	.problemBox .select {
		height: 42px;
	}

	.connectBox {
		padding: 40px 0;
	}

	.connectBox .item {
		width: 100%;
		padding: 30px 20px;
		margin-right: 0 !important;
	}

	.connectBox .title {
		margin-bottom: 20px;
	}

	.connectBox .box {
		margin-bottom: 10px;
	}

	.connectBox .box:first-child {
		margin-bottom: 30px;
	}

	.connectBox .botBox {
		padding: 40px 20px;
	}

	.connectBox .botBox .textBox {
		width: 70%;
	}

	.inquireBox {
		padding: 40px 0 20px;
	}

	.inquireBox .formBox {
		padding: 30px 20px;
		margin-bottom: 30px;
	}

	.inquireBox .inputText {
		height: 40px;
		padding: 0 15px;
		border: 1px solid #eee;
		border-radius: 20px;
	}

	.inquireBox .tips {
		line-height: 24px;
		padding: 0 15px;
		margin-top: 10px;
	}

	.inquireBox .item {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* 关于 */
.welfareBox .topBox {
	padding: 90px 0 0;
}

.welfareBox .title {
	text-align: center;
}

.welfareBox .title .h1 {
	font-size: 32px;
	line-height: 50px;
	color: #35373d;
	font-family: OPPOSans-M;
}

.welfareBox .topBox .title {
	margin-bottom: 10px;
}

.welfareBox .topBox .text {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	text-align: center;
	margin-bottom: 30px;
	font-family: OPPOSans-R;
}

.welfareBox .imgBox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 120px;
}

.welfareBox .imgBox .img {
	width: 48%;
	margin-right: 4%;
	border-radius: 20px;
}

.welfareBox .imgBox .img:nth-child(2n) {
	margin-right: 0;
}

.welfareBox .backBox {
	position: relative;
	height: 600px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.welfareBox .backBox .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.welfareBox .dutyBox {
	padding: 80px 0 65px;
}

.welfareBox .dutyBox .title {
	margin-bottom: 50px;
}

.welfareBox .dutyBox .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.welfareBox .dutyBox .textBox {
	width: calc(100% - 344px);
	padding-right: 75px;
}

.welfareBox .dutyBox .img {
	width: 344px;
	border-radius: 15px;
}

.welfareBox .dutyBox .h2 {
	font-size: 24px;
	line-height: 50px;
	color: #2e3139;
	margin-bottom: 10px;
	font-family: OPPOSans-M;
}

.welfareBox .dutyBox .text {
	font-size: 14px;
	line-height: 24px;
	color: #646464;
	font-family: OPPOSans-R;
}

.aboutBox .introBox {
	padding: 90px 0 50px;
}

.aboutBox .title {
	text-align: center;
}

.aboutBox .title .h1 {
	font-size: 38px;
	line-height: 1;
	color: #35373d;
	font-family: OPPOSans-H;
}
.aboutBox .title .h2 { font-size:16px; line-height:30px; text-align:center; margin-top:20px;color: #646464;
text-align: center;
font-family: OPPOSans-R;
}

.introBox .title {
	margin-bottom: 50px;
}

.introBox .text {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	text-align: center;
	margin-bottom: 40px;
	font-family: OPPOSans-R;
}
.aboutBox .introBox img{ width:100%; height:auto;  max-width:1200px;margin:0 auto;}
.introBox .videoBox {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: all 1.5s ease;
}

.introBox .videoBox.active {
	max-width: 100%;
	border-radius: 0;
}

.introBox .btnPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: none;
}

.introBox .videoImg {
	display: none;
}

.videoPopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
}

.videoPopup .videoWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.videoPopup .close {
	position: absolute;
	top: 5%;
	right: 5%;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutSwiper .swiper-button-prev,
.aboutSwiper .swiper-button-next {
	width: 55px;
	height: 55px;
	background-size: cover;
	margin-top: -27px;
}

.aboutSwiper .swiper-button-prev {
	left: 20%;
	background-image: url(../images/icon24.png);
}

.aboutSwiper .swiper-button-next {
	right: 20%;
	background-image: url(../images/icon25.png);
}

.aboutSwiperBox .botBox {
	position: relative;
	max-width: 66.5%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 35px 0;
	font-family: OPPOSans-R;
}

.aboutSwiperBox .textBox {
	width: calc(100% - 300px);
}

.aboutSwiperBox .text {
	display: none;
}

.aboutSwiperBox .text.active {
	display: block;
}

.aboutSwiperBox .h1 {
	font-size: 24px;
	line-height: 30px;
	color: #414349;
	margin-bottom: 10px;
}

.aboutSwiperBox .h2 {
	font-size: 14px;
	line-height: 24px;
	color: #646464;
}

.aboutSwiperBox .swiper-pagination {
	position: relative;
	width: 100px;
	left: auto;
	bottom: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #646464;
	text-align: right;
	font-family: OPPOSans-M;
}

.aboutSwiperBox .swiper-pagination-current {
	font-size: 18px;
}

.chooseBox .listBox {
	padding:70px 0 135px;
}

.chooseBox .listBox .wrap {
	display: flex;
	flex-wrap: wrap;
}

.chooseBox .listBox .item {
	width: 48%;
	margin-right: 4%;
	background-color: #fff;
}

.chooseBox .listBox .item:nth-child(2n) {
	margin-right: 0;
}

.chooseBox .back {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

.chooseBox .listBox .text {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	padding: 42px 50px 50px;
	background-color: #fff;
	font-family: OPPOSans-R;
}

.feedback {
	height: 700px;
	background-position: center center;
	background-size: cover;
	padding: 130px 0 0;
	color: #ffffff;
}

.feedback .box {
	/*max-width: 485px;*/
	width: 100%; color:#35373d
}

.feedback .name {
	margin-bottom: 40px;
}

.feedback .en {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	font-family: OPPOSans-R;
}

.feedback .cn {
	font-size: 32px;
	line-height: 1;
	font-family: OPPOSans-B;
}

.feedback .text {
	font-size: 14px;
	line-height: 30px;
	font-family: OPPOSans-R;
}

.responBox {
	padding: 125px 0 55px;
}

.responBox .title {
	margin-bottom: 70px;
}

.responBox .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.responBox .img {
	width: 50%;
}

.responBox .textBox {
	width: 50%;
	padding: 0 0 0 80px;
}

.responBox .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.responBox .item:nth-child(2n) .textBox {
	padding: 0 80px 0 0;
}

.responBox .item .h1 {
	font-size: 24px;
	line-height: 36px;
	color: #414349;
	margin-bottom: 35px;
	font-family: OPPOSans-B;
}

.responBox .item .h2 {
	font-size: 24px;
	line-height: 36px;
	color: #414349;
	margin-bottom: 15px;
	font-family: OPPOSans-R;
}

.responBox .text {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	font-family: OPPOSans-R;
}

.brandConceptBox .title {
	text-align: center;
	margin-bottom: 70px;
}

.brandConceptBox .title .h1 {
	font-size: 38px;
	line-height: 50px;
	color: #35373d;
	margin-bottom: 15px;
	font-family: OPPOSans-H;
}

.brandConceptBox .title .h2 {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	font-family: OPPOSans-R;
}

.brandBox-1 {
	padding: 110px 0 105px;
}

.brandBox-1 .title {
	margin-bottom: 70px;
}

.brandBox-1 .imgBox {
	position: relative;
}

@keyframes zoomVideo {
	0 {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.brandBox-2 {
	padding: 85px 0 110px;
	background-color: #fafafa;
}

.brandBox-2 .title {
	margin-bottom: 50px;
}

.brandBox-2 .listBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.brandBox-2 .item {
	/*width: 18.33%;*/width: 13.28%;
	height: 430px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px;
	margin-right: 1%;
	padding: 50px 30px 55px;
	transition: all 0.5s ease;
}

.brandBox-2 .item:last-child {
	margin-right: 0;
}

.brandBox-2 .number {
	font-size: 14px;
	line-height: 30px;
	color: #35373d;
	font-family: OPPOSans-R;
}

.brandBox-2 .icon {
	margin-bottom: 40px;
}

.brandBox-2 .cn {
	font-size: 24px;
	line-height: 30px;
	color: #35373d;
	font-family: OPPOSans-R;
}

.brandBox-2 .en {
	font-size: 14px;
	line-height: 30px;
	color: #35373d;
	font-family: OPPOSans-R;
}

.brandBox-2 .item:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.brandBox-3 {
	position: relative;
	height: 700px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}

.brandBox-3 .title {
	position: absolute;
	top: 150px;
	left: 50%;
	width: 100%;
	padding: 0 5%;
	transform: translate(-50%, 0);
}

.brandBox-4 {
	padding: 100px 0 90px;
}

.brandBox-4 .title {
	margin-bottom: 30px;
}

.brandBox-4 .title .h3 {
	font-size: 38px;
	line-height: 1;
	color: #35373d;
	font-family: OPPOSans-R;
}

.brandBox-4 .text {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	margin-bottom: 40px;
	font-family: OPPOSans-R;
}

.brandBox-4 .imgBox {
	border-radius: 20px;
}

.brandBox-5 {
	padding-bottom: 100px;
}

.brandBox-5 .title {
	margin-bottom: 40px;
}

.brandBox-5 .listBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.brandBox-5 .item {
	width: 32.25%;
	margin-right: 1.625%;
	margin-bottom: 15px;
	border-radius: 10px;
}

.brandBox-5 .item:nth-child(3n) {
	margin-right: 0;
}

/* 媒体查询 */
/* 关于 */
@media only screen and (max-width: 1366px) {
	.aboutBox .title .h1 {
		font-size: 30px;
	}

	.feedback {
		height: 600px;
	}

	.introBox .btnPlay {
		width: 60px;
		height: 60px;
	}

	.brandConceptBox .title .h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.brandBox-4 .title .h3 {
		font-size: 30px;
	}

	.brandBox-2 .item {
		height: 350px;
		padding: 30px 20px;
	}

	.brandBox-3 {
		height: 500px;
	}
}

@media only screen and (max-width: 1024px) {
	.feedback .box {
		max-width: 400px;
	}

	.aboutSwiper .swiper-button-prev,
	.aboutSwiper .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.aboutSwiperBox .textBox {
		width: calc(100% - 100px);
	}

	.chooseBox .listBox {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 991px) {
	.welfareBox .dutyBox .textBox {
		padding-right: 30px;
	}

	.brandBox-2 {
		padding: 80px 0;
	}

	.brandBox-2 .listBox {
		justify-content: center;
	}

	.brandBox-2 .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.brandBox-2 .item:nth-child(3n) {
		margin-right: 0;
	}

	.brandBox-5 .item {
		width: 48%;
		margin-right: 4%;
	}

	.brandBox-5 .item:nth-child(3n) {
		margin-right: 4%;
	}

	.brandBox-5 .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.welfareBox .backBox {
		height: 400px;
	}

	.welfareBox .dutyBox .textBox {
		width: 100%;
		padding: 0;
	}

	.welfareBox .dutyBox .img {
		width: 100%;
		margin-bottom: 30px;
	}

	.welfareBox .dutyBox .item {
		flex-direction: column-reverse;
	}

	.aboutSwiperBox .botBox {
		max-width: 100%;
		padding: 30px 5%;
	}

	.chooseBox .listBox {
		padding: 50px 0;
	}

	.chooseBox .listBox .item {
		width: 100%;
		margin-right: 0;
	}

	.feedback {
		height: 500px;
		padding: 60px 0 0;
	}

	.feedback .box {
		max-width: 50%;
	}

	.responBox .item {
		margin-bottom: 30px;
	}

	.responBox .img {
		width: 100%;
	}

	.responBox .textBox {
		width: 100%;
		padding: 30px 0;
	}

	.responBox .item:nth-child(2n) .textBox {
		padding: 30px 0;
	}

	.introBox .btnPlay {
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 680px) {
	.brandConceptBox .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media only screen and (max-width: 580px) {
	.welfareBox .topBox {
		padding: 60px 0 0;
	}

	.welfareBox .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.welfareBox .topBox .text {
		line-height: 24px;
	}

	.welfareBox .imgBox {
		margin-bottom: 20px;
	}

	.welfareBox .imgBox .img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.welfareBox .backBox .icon {
		width: 200px;
	}

	.welfareBox .dutyBox {
		padding: 60px 0 40px;
	}

	.welfareBox .dutyBox .title {
		margin-bottom: 30px;
	}

	.welfareBox .dutyBox .h2 {
		font-size: 18px;
		line-height: 30px;
	}

	.aboutBox .introBox {
		padding: 60px 0;
	}

	.aboutBox .title .h1 {
		font-size: 20px;
	}

	.introBox .title {
		margin-bottom: 30px;
	}

	.aboutSwiperBox .h1 {
		font-size: 16px;
	}

	.aboutSwiperBox .swiper-pagination {
		width: 50px;
	}

	.aboutSwiperBox .textBox {
		width: 100%;
	}

	.chooseBox .listBox {
		padding: 20px 0;
	}

	.chooseBox .listBox .text {
		padding: 20px 0;
	}

	.chooseBox .listBox .item {
		margin-bottom: 20px;
	}

	.feedback .box {
		max-width: 100%;
	}

	.responBox {
		padding: 60px 0 30px;
	}

	.responBox .title {
		margin-bottom: 30px;
	}

	.responBox .textBox {
		padding: 20px 0;
	}

	.responBox .item .h1 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.responBox .item .h2 {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.responBox .item:nth-child(2n) .textBox {
		padding: 20px 0;
	}

	.aboutSwiper .swiper-button-prev {
		left: 5%;
	}

	.aboutSwiper .swiper-button-next {
		right: 5%;
	}

	.feedback .name {
		margin-bottom: 20px;
	}

	.feedback .en {
		margin-bottom: 0;
	}

	.feedback .cn {
		font-size: 20px;
	}

	.feedback .text {
		line-height: 24px;
	}

	.feedback {
		height: auto;
		padding: 60px 0 500px;
	}

	.aboutSwiperBox .swiper-pagination {
		position: absolute;
		right: 10px;
		top: -30px;
		color: #fff;
	}

	.brandBox-1 {
		padding: 60px 0;
	}

	.brandConceptBox .title .h1 {
		font-size: 0.4rem;
		line-height: 0.6rem;
	}

	.brandConceptBox .break {
		display: inline-block;
		width: 100%;
	}

	.brandBox-1 .title {
		margin-bottom: 30px;
	}

	.brandBox-2 {
		padding: 60px 0;
	}

	.brandBox-2 .title {
		margin-bottom: 30px;
	}

	.brandBox-2 .number {
		display: none;
	}

	.brandBox-2 .item {
		height: auto;
		text-align: center;
	}

	.brandBox-2 .item:nth-child(n+4) {width:32%;
		margin-right: 1% !important;
		/*width: 48%;
		margin-right: 4% !important;*/
	}

	.brandBox-2 .item:last-child {
		margin-right: 0 !important;
	}

	.brandBox-3 {
		height: 400px;
	}

	.brandBox-3 .title {
		width: 90%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.brandBox-4 {
		padding: 60px 0;
	}

	.brandBox-4 .title .h3 {
		font-size: 20px;
	}

	.brandBox-4 .text {
		margin-bottom: 30px;
	}

	.brandBox-5 .title {
		margin-bottom: 30px;
	}

	.brandBox-5 {
		padding-bottom: 45px;
	}

	.introBox .btnPlay {
		display: block;
	}

	.introBox .videoImg {
		display: block;
	}

	.introBox .videoBox video {
		display: none;
	}

	.brandConceptBox .title .h2 {
		font-size: .24rem;
		line-height: 0.5rem;
		max-width: 99%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) {
	.welfareBox .topBox {
		padding: 40px 0 0;
	}

	.welfareBox .backBox {
		height: 300px;
		background-attachment: initial;
		background-size: cover;
	}

	.welfareBox .backBox .icon {
		width: 150px;
	}

	.welfareBox .dutyBox {
		padding: 40px 0 10px;
	}

	.welfareBox .dutyBox .h2 {
		font-size: 16px;
	}

	.welfareBox .dutyBox .item {
		margin-bottom: 30px;
	}

	.welfareBox .dutyBox .img {
		margin-bottom: 20px;
	}

	.aboutBox .introBox {
		padding: 40px 0;
	}

	.aboutSwiperBox .botBox {
		padding: 20px 5%;
	}

	.feedback {
		padding: 40px 0 400px;
	}

	.responBox {
		padding: 40px 0 10px;
	}

	.brandBox-1 {
		padding: 40px 0;
	}

	.brandBox-2 {
		padding: 40px 0 10px;
	}

	.brandBox-2 .item {
		padding: 20px 10px;
	}

	.brandBox-2 .cn {
		font-size: 0.36rem;
		line-height: 0.6rem;
	}

	.brandBox-2 .en {
		font-size: 0.24rem;
		line-height: 0.5rem;
	}

	.brandBox-2 .icon {
		margin-bottom: 20px;
	}

	.brandBox-2 .icon img {
		width: 40px;
	}

	.brandBox-3 {
		height: 350px;
	}

	.brandBox-4 {
		padding: 40px 0;
	}

	.brandBox-5 {
		padding-bottom: 25px;
	}
}

@media only screen and (max-width: 414px) {
	.feedback {
		padding: 40px 0 300px;
	}
}

/* 合作伙伴 */
.cooperateMain .banner {
	position: relative;
}

.cooperateMain .banner .textBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	text-align: center;
}

.cooperateMain .banner .h1 {
	font-size: 32px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 5px;
	font-family: OPPOSans-M;
}

.cooperateMain .banner .h2 {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-family: OPPOSans-R;
}

.cooperateBox .title {
	text-align: center;
}

.cooperateBox .title .h1 {
	font-size: 32px;
	line-height: 50px;
	color: #414349;
	font-family: OPPOSans-M;
}

.cooperateBox-1 {
	padding: 75px 0 80px;
}

.cooperateBox-1 .title {
	margin-bottom: 30px;
}

.cooperateBox-1 .back {
	position: relative;
	height: 550px;
	background-position: center center;
	background-size: cover;
}

.cooperateBox-1 .back::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
}

.cooperateBox-1 .swiper-pagination {
	display: none;
}

.cooperateBox-1 .listBox {
	position: relative;
	height: 100%;
}

.cooperateBox-1 .item {
	padding: 25px 25px 70px;
	display: flex;
	align-items: flex-end;
	transition: all 0.5s ease;
	cursor: pointer;
}

.cooperateBox-1 .itemWrap {
	display: flex;
	flex-direction: column;
}

.cooperateBox-1 .icon {
	margin-bottom: 15px;
}

.cooperateBox-1 .name {
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 10px;
	font-family: OPPOSans-R;
}

.cooperateBox-1 .text {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-family: OPPOSans-R;
	display: none;
}

.cooperateBox-1 .item:hover {
	background-color: rgba(0, 0, 0, 0.26);
	padding: 25px 25px 100px;
}

.cooperateBox-1 .item:hover .text {
	display: block;
}

.cooperateBox-2 {
	padding: 0 0 80px 0;
}

.cooperateBox-2 .title {
	margin-bottom: 5px;
}

.cooperateBox-2 .text {
	font-size: 14px;
	line-height: 24px;
	color: #414349;
	text-align: center;
	margin-bottom: 25px;
	font-family: OPPOSans-R;
}

.cooperateBox-2 .listBox {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.cooperateBox-2 .column-1 {
	width: 37.5%;
	margin-right: 1.67%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cooperateBox-2 .column-2 {
	width: 30.83%;
	margin-right: 1.67%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cooperateBox-2 .column-3 {
	width: 28.33%;
}

.cooperateBox-2 .imgs {
	display: flex;
	flex-wrap: wrap;
}

.cooperateBox-2 .lImg {
	width: 47.77%;
	margin-right: 4.46%;
}

.cooperateBox-2 .rImg {
	width: 47.77%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cooperateBox-2 .column-3 .img {
	margin-bottom: 6%;
}

.cooperateBox-2 .column-3 .img:last-child {
	margin-bottom: 0;
}

.cooperateBox-2 .img {
	border-radius: 10px;
}

.cooperateBox-3 {
	padding-bottom: 150px;
}

.cooperateBox-3 .title {
	margin-bottom: 70px;
}

.cooperateBox-3 .listBox {
	display: flex;
	flex-wrap: wrap;
}

.cooperateBox-3 .item {
	position: relative;
	width: 25%;
	text-align: center;
	padding: 0 4%;
}

.cooperateBox-3 .item::before {
	position: absolute;
	content: "";
	top: 25px;
	right: -16px;
	width: 32px;
	height: 13px;
	background-image: url(../images/icon35.png);
	background-size: cover;
}

.cooperateBox-3 .item:last-child::before {
	display: none;
}

.cooperateBox-3 .icon {
	margin-bottom: 20px;
}

.cooperateBox-3 .number {
	font-size: 13px;
	line-height: 24px;
	color: #969696;
	margin-bottom: 10px;
	font-family: OPPOSans-R;
}

.cooperateBox-3 .name {
	font-size: 16px;
	line-height: 24px;
	color: #414349;
	margin-bottom: 5px;
	font-family: OPPOSans-R;
}

.cooperateBox-3 .text {
	font-size: 14px;
	line-height: 24px;
	color: #646464;
	font-family: OPPOSans-R;
}

.cooperateBox-4 {
	padding: 75px 0 130px;
}

.cooperateBox-4 .title {
	margin-bottom: 55px;
}

.cooperateBox-4 .title .h1 {
	margin-bottom: 5px;
}

.cooperateBox-4 .title .h2 {
	font-size: 14px;
	line-height: 24px;
	color: #646464;
	font-family: OPPOSans-R;
}

.networkMap {
	position: relative;
	margin-bottom: 50px;
}

.networkMap .phoneBox {
	position: absolute;
	top: 39%;
	left: 39.8%;
	padding: 30px 30px 25px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.networkMap .phoneBox::after {
	position: absolute;
	top: 50%;
	left: -14px;
	margin-top: -10px;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 14px solid #fff;
	border-bottom: 10px solid transparent;
}

.networkMap .phone {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	font-family: OPPOSans-R;
	margin-top: 10px;
}

.cooperateBox-4 .dataBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 70px;
}

.cooperateBox-4 .column {
	text-align: center;
}

.cooperateBox-4 .topBox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 26px;
	color: #414349;
	line-height: 1;
	font-family: OPPOSans-H;
}

.cooperateBox-4 .number {
	font-size: 42px;
	line-height: 50px;
	margin-right: 5px;
	text-align: center;
}

.cooperateBox-4 .number1 {
	width: 86px;
}

.cooperateBox-4 .number2 {
	width: 100px;
}

.cooperateBox-4 .number3 {
	width: 57px;
}

.cooperateBox-4 .number4 {
	width: 114px;
}

.cooperateBox-4 .name {
	display: inline-block;
	font-size: 14px;
	color: #414349;
	line-height: 36px;
	font-family: OPPOSans-R;
}

/* 媒体查询 */
/* 合作伙伴 */
@media only screen and (max-width: 1366px) {
	.cooperateBox .title .h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.cooperateBox-4 .topBox {
		font-size: 18px;
	}

	.cooperateBox-4 .number {
		font-size: 30px;
		line-height: 40px;
	}

	.cooperateBox-4 .number1 {
		width: 62px;
	}

	.cooperateBox-4 .number2 {
		width: 72px;
	}

	.cooperateBox-4 .number3 {
		width: 41px;
	}

	.cooperateBox-4 .number4 {
		width: 82px;
	}

	.cooperateMain .banner .h1 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 1024px) {
	.cooperateBox-1 .swiper-pagination {
		display: block;
	}

	.cooperateBox-1 .item {
		padding: 25px 15px 50px;
	}

	.cooperateBox-1 .item:hover {
		padding: 25px 15px 70px;
	}

	.cooperateBox-3 .item {
		padding: 0 1%;
	}

	.networkMap .phoneBox {
		top: 35.5%;
		left: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.cooperateBox-1 .back {
		height: 450px;
	}

	.cooperateBox-1 .item:last-child {
		width: 100%;
	}

	.cooperateBox-1 .item {
		padding: 20px 20px 40px;
	}

	.cooperateBox-1 .item:hover {
		padding: 20px 20px 40px;
	}

	.cooperateBox-1 .text {
		display: block;
	}

	.cooperateBox-3 .item {
		width: 50%;
		margin-bottom: 30px;
	}

	.cooperateBox-3 .item::before {
		display: none;
	}

	.cooperateBox-3 {
		padding-bottom: 100px;
	}

	.networkMap {
		margin-bottom: 10px;
	}

	.cooperateBox-4 .dataBox {
		padding: 0;
	}

	.cooperateBox-4 .column {
		width: 50%;
		margin-top: 40px;
	}

	.networkMap .phoneBox {
		top: 30%;
		left: 41%;
	}
}

@media only screen and (max-width: 580px) {
	.cooperateBox-1 {
		padding: 60px 0;
	}

	.cooperateBox .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.cooperateBox-1 .item {
		background-color: rgba(0, 0, 0, 0.26);
	}

	.cooperateBox-1 .name {
		font-size: 16px;
	}

	.cooperateBox-2 {
		padding-bottom: 60px;
	}

	.cooperateBox-3 .title {
		margin-bottom: 30px;
	}

	.cooperateBox-3 {
		padding-bottom: 60px;
	}

	.cooperateBox-4 {
		padding: 60px 0;
	}

	.cooperateBox-4 .title {
		margin-bottom: 30px;
	}

	.networkMap {
		margin-bottom: 0;
	}

	.cooperateMain .banner .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.cooperateMain .banner .textBox {
		padding: 0;
	}

	.networkMap .phoneBox {
		top: 30%;
		left: 42%;
		padding: 15px;
	}
}

@media only screen and (max-width: 480px) {
	.cooperateBox-1 {
		padding: 60px 0 40px;
	}

	.cooperateBox-1 .back {
		height: 350px;
	}

	.cooperateBox-2 {
		padding-bottom: 40px;
	}

	.cooperateBox-3 {
		padding-bottom: 10px;
	}

	.cooperateBox-3 .text {
		font-size: 0.26rem;
		line-height: 0.48rem;
	}

	.cooperateBox-1 .title {
		margin-bottom: 20px;
	}

	.cooperateBox-4 {
		padding: 40px 0;
	}

	.networkMap .phoneBox {
		top: 35%;
		left: 41%;
		padding: 0.1rem;
		border-radius: 5px;
	}

	.networkMap .phoneBox::after {
		left: -5px;
		margin-top: -2px;
		border-top: 3px solid transparent;
		border-right: 5px solid #fff;
		border-bottom: 3px solid transparent;
	}

	.networkMap .phoneBox .logo {
		width: 1.4rem;
	}

	.networkMap .phone {
		font-size: 0.18rem;
		line-height: .24rem;
		margin-top: 0.06rem;
	}
}

@media only screen and (max-width: 375px) {
	.networkMap .phoneBox {
		top: 34%;
		left: 41%;
	}
}

/* 关于用户 */
.usersBox-1 {
	padding: 75px 0;
}

.usersBox-1 .box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.usersBox-1 .textBox {
	width: calc(100% - 586px);
	padding-top: 90px;
	padding-right: 5%;
}

.usersBox-1 .swiperBox {
	width: 586px;
}

.usersBox-1 .h1 {
	font-size: 32px;
	line-height: 50px;
	color: #414349;
	margin-bottom: 15px;
	font-family: OPPOSans-M;
}

.usersBox-1 .text {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	font-family: OPPOSans-M;
}

.usersBox-1 .swiper-button-prev,
.usersBox-1 .swiper-button-next {
	top: auto;
	bottom: 45px;
	right: auto;
	width: 50px;
	height: 50px;
	margin-top: 0;
	background-size: cover;
}

.usersBox-1 .swiper-button-prev {
	left: 0;
	background-image: url(../images/icon41.png);
}

.usersBox-1 .swiper-button-next {
	left: 70px;
	background-image: url(../images/icon42.png);
}

.usersBox-2 {
	padding: 90px 0 40px;
	background-color: #f9f9fa;
}

.aboutUsersBox .title {
	text-align: center;
}

.aboutUsersBox .title .h1 {
	font-size: 38px;
	line-height: 1;
	color: #414349;
	font-family: OPPOSans-M;
}

.usersBox-2 .title {
	margin-bottom: 55px;
}

.usersBox-2 .listBox {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.usersBox-2 .item {
	width: 48%;
	height: auto;
	margin-right: 4%;
	margin-bottom: 30px;
	border-radius: 15px;
	background-color: #fff;
}

.usersBox-2 .item:nth-child(2n) {
	margin-right: 0;
}

.usersBox-2 .textBox {
	padding: 30px 40px 20px;
	background-color: #fff;
	font-family: OPPOSans-R;
}

.usersBox-2 .h2 {
	font-size: 24px;
	line-height: 30px;
	color: #414349;
}

.usersBox-2 .h3 {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
}

.usersBox-2 .item-1 {
	position: relative;
	width: 100%;
	margin-right: 0;
}

.usersBox-2 .item-1 .textBox {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
	padding: 0 115px;
	background: none;
}

.usersBox-2 .item-1 .h2 {
	color: #fff;
}

.usersBox-2 .item-1 .h3 {
	color: #fff;
}

.usersBox-3 {
	padding: 80px 0 75px;
}

.usersBox-3 .title {
	margin-bottom: 35px;
}

.usersBox-3 .title .h1 {
	margin-bottom: 10px;
}

.aboutUsersBox .title .h2 {
	font-size: 14px;
	line-height: 30px;
	color: #646464;
	font-family: OPPOSans-R;
}

.usersBox-3 .listBox {
	display: flex;
	flex-wrap: wrap;
}

.usersBox-3 .item {
	width: 32%;
	margin-right: 2%;
}

.usersBox-3 .item:nth-child(3n) {
	margin-right: 0;
}

.usersBox-3 .img {
	border-radius: 15px;
}

.usersBox-3 .h3 {
	font-size: 20px;
	line-height: 30px;
	color: #414349;
	text-align: center;
	margin-top: 20px;
	font-family: OPPOSans-R;
}

.usersBox-4 {
	padding: 90px 0 70px;
}

.usersBox-4 .title {
	margin-bottom: 30px;
}

.usersBox-4 .title .h1 {
	font-size: 32px;
	line-height: 50px;
}

.usersBox-4 .listBox {
	display: flex;
	flex-wrap: wrap;
}

.usersBox-4 .item {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
	display: flex;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.usersBox-4 .item:nth-child(2n) {
	margin-right: 0;
}

.usersBox-4 .img {
	width: 52.58%;
	border-radius: 10px;
}

.usersBox-4 .textBox {
	width: 47.42%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
padding: 105px 30px 80px
}

.usersBox-4 .number {
	font-size: 16px;
	line-height: 30px;
	color: #a1a1a1;
	font-family: OPPOSans-R;
}

.usersBox-4 .h2 {
	font-size: 18px;
	line-height: 30px;
	color: #646464;
	font-family: OPPOSans-R;
}

.usersBox-5 .wrap {
	position: relative;
}

.usersBox-5 .title {
	padding: 70px 30px 60px;
	background-color: #fff;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
	margin-top: -120px;
	margin-bottom: 50px;
	border-radius: 10px;
}

.usersBox-5 .title .h1 {
	font-size: 30px;
	margin-bottom: 15px;
}

.usersBox-5 .imgBox-2 {
	position: relative;
}

.usersBox-5 .textBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 110px;
}

.usersBox-5 .h3 {
	font-size: 38px;
	line-height: 1;
	color: #fff;
	margin-bottom: 30px;
	font-family: OPPOSans-M;
}

.usersBox-5 .link {
	display: inline-block;
	width: 145px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 23px;
	background-color: rgba(255, 255, 255, 0.2);
	font-family: OPPOSans-R;
}

.aboutUsersBox .homeShop {
	padding: 80px 0 90px;
}

.aboutUsersBox .homeShop .column:last-child {
	margin-bottom: 0;
}

/* 媒体查询 */
/* 关于用户 */
@media only screen and (max-width: 1366px) {
	.aboutUsersBox .title .h1 {
		font-size: 30px;
	}

	.usersBox-2 .h2 {
		font-size: 18px;
	}

	.usersBox-3 .h3 {
		font-size: 16px;
	}

	.usersBox-1 .h1 {
		font-size: 30px;
	}

	.usersBox-5 .title {
		margin-top: -100px;
	}

	.usersBox-5 .textBox {
		padding: 0 80px;
	}

	.usersBox-5 .h3 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.usersBox-1 .textBox {
		width: calc(100% - 400px);
		padding-top: 50px;
	}

	.usersBox-1 .swiperBox {
		width: 400px;
	}

	.usersBox-4 .textBox {
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 991px) {
	.usersBox-4 .item {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.usersBox-1 .textBox {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}

	.usersBox-1 .swiperBox {
		width: 100%;
	}

	.usersBox-1 .swiper-button-next {
		left: auto;
		right: 0;
	}

	.usersBox-2 .textBox {
		padding: 20px;
	}

	.usersBox-2 .item-1 .textBox {
		padding: 0 50px;
	}

	.usersBox-5 .title {
		padding: 30px 20px;
		margin-top: -50px;
		margin-bottom: 50px;
	}

	.usersBox-5 .link {
		width: 120px;
		line-height: 40px;
	}

	.usersBox-5 .textBox {
		padding: 0 30px;
	}

	.usersBox-5 .h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.usersBox-5 .link {
		width: 90px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 580px) {
	.usersBox-3 .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.usersBox-1 {
		padding: 60px 0;
	}

	.usersBox-1 .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.usersBox-2 {
		padding: 60px 0 30px;
	}

	.usersBox-2 .listBox {
		flex-wrap: initial;
		margin-bottom: 30px;
	}

	.usersBox-2 .item {
		width: 100%;
		margin-bottom: 0;
	}

	.usersBox-2 .item-1 .textBox {
		padding: 0 20px;
	}

	.aboutUsersBox .title .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.usersBox-2 .title {
		margin-bottom: 30px;
	}

	.usersBox-1 .swiper-button-prev,
	.usersBox-1 .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.usersBox-3 {
		padding: 60px 0 30px;
	}

	.usersBox-3 .title {
		margin-bottom: 30px;
	}

	.usersBox-4 {
		padding: 60px 0;
	}

	.usersBox-4 .h2 {
		font-size: 16px;
	}

	.aboutUsersBox .homeShop {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 480px) {
	.usersBox-1 {
		padding: 40px 0;
	}

	.usersBox-2 .h2 {
		font-size: 16px;
	}

	.usersBox-2 {
		padding: 40px 0 10px;
	}

	.usersBox-3 {
		padding: 40px 0 10px;
	}

	.usersBox-4 {
		padding: 40px 0;
	}

	.usersBox-4 .textBox {
		padding: 20px 10px;
	}

	.usersBox-4 .h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.usersBox-4 .item {
		margin-bottom: 30px;
	}

	.usersBox-5 .imgBox {
		height: 250px;
		background-position: center center;
		background-size: cover;
	}

	.usersBox-5 .imgBox img {
		display: none;
	}

	.aboutUsersBox .homeShop {
		padding: 40px 0;
	}

	.usersBox-5 .title {
		margin-bottom: 30px;
	}

	.aboutUsersBox .title .h2 {
		line-height: 24px;
	}
}

/* 搜索 */
.searchMain .searchBox {
	padding: 100px 0;
}

.searchMain .form {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.searchMain .inputBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.searchMain .inputText {
	width: calc(100% - 40px);
	height: 40px;
	border-bottom: 1px solid #eee;
}

.searchMain .btnSubmit {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
}

.searchMain .item-2 .h1{
	width: 100%;
}

.searchMain .item-2 .h2{
	width: 100%;
}

/* 媒体查询 */
/* 搜索 */
@media only screen and (max-width: 768px) {
	.searchMain .form {
		max-width: 90%;
	}
}

@media only screen and (max-width: 480px) {
	.searchMain .searchBox{
		padding: 40px 0;
	}
	
	.searchMain .form {
		margin-bottom: 30px;
	}
}


.bigPicLayer {
	display: none;
	width: 1000px;
	height: 556px;
	position: fixed;
	z-index: 111;
	top: 40% !important;
	margin-top: -180px;
	padding: 10px;
}

.bigPicLayer .close {
	display: block;
	width: 38px;
	height: 38px;
	background: url(../images/close.png) no-repeat;
	right: -50px;
	top: -50px;
	position: relative;
	position: absolute;
	z-index: 222;
}

.bigPicLayer .close em {
	width: 1px;
	height: 50px;
	background: #009690;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	top: 100%;
}

.bigPicLayer .imgDiv {
	text-align: center;
}

.bigPicLayer .imgDiv img {
	width: 100%;
}

.bigPicLayer .imgDiv span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-top: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
}

#Layer1 {
	position: fixed;
	z-index: 9;
	background: #000000;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1440px) {
	.bigPicLayer {
		display: none;
		width: 600px;
		height: 350px;
		position: fixed;
		z-index: 111;
		top: 40% !important;
		margin-top: -100px;
		padding: 10px;
	}

	.bigPicLayer .close {
		display: block;
		width: 38px;
		height: 38px;
		background: url(../images/close.png) no-repeat;
		right: -50px;
		top: -50px;
		position: relative;
		position: absolute;
		z-index: 222;
	}

	.bigPicLayer .close em {
		width: 1px;
		height: 50px;
		background: #0a448d;
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -0.5px;
		top: 100%;
	}

	.bigPicLayer .imgDiv {
		text-align: center;
	}

	.bigPicLayer .imgDiv img {
		width: 100%;
	}

	.bigPicLayer .imgDiv span {
		display: block;
		text-align: center;
		font-size: 18px;
		margin-top: 16px;
		color: #fff;
		font-weight: bold;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 1004px) {
	.bigPicLayer {
		width: 90%;
		height: auto;
		padding: 0px;
	
	}

	.bigPicLayer .close {
		display: block;
		width: 38px;
		height: 38px;
		background: url(../images/close.png) no-repeat;
		right: 0px;
		top: -50px;
		position: relative;
		position: absolute;
		z-index: 222;
	}

	.bigPicLayer .close em {
		width: 1px;
		height: 20px;
		background: #0a448d;
		display: none;
		position: absolute;
		left: 50%;
		margin-left: -0.5px;
		top: 100%;
	}

	.bigPicLayer .imgDiv {
		height: 169px;
	}
}
/********************************/
.news-list-page {padding-bottom:70px;}
.news-list-page .container {max-width:1350px;}
.news-tab-wrap {padding:65px 0 55px;}
.news-tab-wrap li {display:inline-block;margin-right:10px;}
.news-tab-wrap li a {
    display:block;
    width:150px;
    height:50px;
    font-size:14px;
    color:#666;
    line-height:50px;
    text-align:center;
    background:#fff;
    border-radius:25px;
    transition:all .4s ease-in-out;
}
.news-tab-wrap li.on a,.news-tab-wrap li a:hover {color:#fff;background:#333;}
.news-list .item-list {margin-left:-1.5%;}
.news-list li {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 1.5% 0%;
    background:#fff;
}
.ourwork-list .each-item:after,
.news-list li:after,.index-news-list .item2:after,
.index-news-list .item3:after,
.solution-list .each-item:after,
.pay-list .each-item:after {
    position:absolute;
    left:0;
    top:0;
    content:'';
    display:block;
    width:100%;
    height:100%;
    background:#fff;
    transition:all .6s;
}
.ourwork-list .each-item:hover:after,
.news-list li:hover:after,
.index-news-list .item2:hover:after,
.index-news-list .item3:hover:after,
.solution-list .each-item:hover:after,
.pay-list .each-item:hover:after{
    box-shadow:0 15px 15px rgba(0,0,0,.1);
}
.news-list li:hover:after,
 .index-news-list .item2:hover:after,
 .index-news-list .item3:hover:after,
.pay-list .each-item:hover:after {transform:scale(1.025);}
.news-list li a,.index-news-list .item-inner {
    z-index:1;
    position:relative;
    display:block;
}
.news-list-one li a {  padding:35px 70px;  }
.news-list-one .date-wrap {
    position:relative;
    float:left;
    width:115px;
    height:155px;
    border-right:1px solid #e7e7e7;
}
.news-list-one .date-inner {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.news-list-one .date-wrap .day {
    font:48px/1 'gotham-medium';
}
.news-list-one .date-wrap .line {
    display:block;
    width:25px;
    height:3px;
    margin:15px 0;
    background:#e7e7e7;
}
.news-list-one .date-wrap .days {
    font:14px/1 'Gotham-Book';
}
.news-list-one .text-wrap {
    margin-left:175px;
}
.news-list-one .text-wrap .title {
    font-size:18px;
    color:#333;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden; text-align:left
}
.news-list-one .text-wrap .descrition {
    height:48px;
    margin:15px 0 40px;
    font-size:14px;
    color:#666;
    line-height:24px;
    overflow:hidden;
}
.news-list .text-wrap .more .icon{
    display:inline-block;
    width:0;
    height:10px;
    background:url(../images/more-icon2.png) no-repeat center center;
    transition:all .4s;
    opacity:0;
}
.news-list .text-wrap .more strong{
    font-size:14px;
    font-weight:normal;
    color:#666;
    transition:all .4s;
}
@media(min-width:1366px){
    .news-list-one li:hover .text-wrap .more .icon {margin-right:10px;}
    .news-list-two li:hover .text-wrap .more .icon {margin-left:10px;}
    .news-list li:hover .text-wrap .more .icon {width:21px;opacity:1;}
}
.news-list-two li a {padding:35px 40px;}
.news-list-two li .text-wrap {
    float:left;
    width:35%;
}
.news-list-two li .date {
    font:14px/1 'Gotham-Book';
}
.news-list-two li .text-wrap .title {
    height:60px;
    margin:30px 0;
    font-size:18px;
    color:#333;
    line-height:30px;
    overflow:hidden;
}
.news-list-two li .image-wrap {
    float:right;
    width:35%;
    min-width:150px;
}
.news-list-two li .image-wrap img {max-width:150px;}





.news-tab-wrap {padding:50px 0 55px;}
.news-tab-wrap li {display:inline-block;margin-right:10px;}
.news-tab-wrap li a {
    display:block;
    width:200px;
    height:50px;
    font-size:14px;
    color:#666;
    line-height:50px;
    text-align:center;
    background:#d9d9d9;
    border-radius:25px;
    transition:all .4s ease-in-out;
}
.news-tab-wrap li.on a,.news-tab-wrap li a:hover {color:#fff;background:#3f3d3c;}
.news-list .item-list {margin-left:-1.5%;}
.news-list li {
    position:relative;
    float:left;
    width:100%;
    margin:0 0 1.5% 0%;
    background:#fff;
}

.mcur{color:#fff !important;background:#3f3d3c !important; border-radius:25px;}
@media (max-width:768px){

    .news-list li {margin:0 0 5% 0;}
    .news-list-one li a,
    .news-list-two li a {padding:15px 20px;}
    .news-list-one .date-wrap {float:none;width:80px;height:auto;margin-bottom:15px;}
    .news-list-one .date-inner {position:relative;transform:none;}
    .news-list-one .date-wrap .day {margin-bottom:10px;font: 40px/1 'gotham-medium';}
    .news-list-one .date-wrap .line {display:none;}
    .news-list-one .text-wrap {margin-left:0;}
    .news-list-one .text-wrap .title {margin-bottom:5px;font-size:16px;}
    .news-list-one .text-wrap .descrition {margin:5px 0 10px;}
    .news-list-one .text-wrap .more {display:block;padding-top:10px;border-top:1px solid #e7e7e7;}
    .news-list-two li .text-wrap {width:60%;}
    .news-list-two li .text-wrap .title {height:48px;margin:10px 0;font-size:16px;line-height:24px;}
    .news-list-two li .image-wrap {min-width:auto;}
    .inner-main-container .news-list-two .each-item .image-wrap img {width:auto;max-width:100%;height:auto;margin:0 auto;}
    .news-info .normal-info-container {margin-top:-5vh;padding:35px 50px;}







 .ourwork-tab-wrap .item-list li {margin-left:0;margin-right:30px;}
    .news-tab-wrap {padding:20px 0;overflow:hidden;}
    .news-tab-wrap ul {white-space: nowrap;overflow:auto;}
    .news-tab-wrap li {display:inline-block;}
    .news-tab-wrap li a {width:auto;height:auto;line-height:1.3;background:transparent;border-radius:0;}
    .ourwork-tab-wrap .item-list li a,.news-tab-wrap li a {display:block;padding:10px;color:#666;border-bottom:3px solid transparent;}
    .ourwork-tab-wrap .item-list li.on a,
    .news-tab-wrap li.on a {font-weight:bold;color:#444;border-bottom:3px solid #444;}
    .news-tab-wrap li.on a {background:transparent;}
}

.news_fenye a{
	
background: white;
	
display: inline-block;
	
width: 80px;
	
height: 50px;
	
line-height: 50px;
	
text-align: center;
	
font-size: 16px;
}
a.z-crt {
    background: #3f3d3c;
    color: #fff;
}
.news_fenye a:hover{
    background: #3f3d3c;
    color: #fff;
}
.news_fenye {
    text-align: center;
}




/********NEWS DETAI****/
.nec1{padding:50px 0;background: url(../images/7_2.jpg) center no-repeat;background-size: cover;}

.nec1 .tt{text-align: center;color: #333; font-size:22px;}

.nec1 .tt2{padding: 20px 0 25px;color: #333;text-align: justify;background: url(../images/7_1.png) bottom left repeat-x; margin-bottom: 50px;}

.nec1 .tt2 span{float: right;color: #333;}

.nec1 .tt2 .time{ text-align:center}

.nec1 .tc{text-align: justify;line-height: 1.8;color: #333;padding-bottom: 50px;background: url(../images/7_1.png) bottom left repeat-x; margin-bottom: 50px;}
.nec1 .tc p{ text-indent:2em;}

.nec1 .tc img{display: block;max-width: 100%;margin: 0 auto;height: auto !important;}


.nec1 .abtn{height: 100px;background:#272727;position: relative;padding: 0 40px;}

.nec1 .abtn *{color: #fff;}

.nec1 .abtn .alt{width: 380px;float: left;text-align: right;opacity: .6;}

.nec1 .abtn .alt .att{margin: 25px 0 10px;}

.nec1 .abtn .alt .atc{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.nec1 .abtn .art{float: right;text-align: left;}

.nec1 .abtn .actn{opacity: .6; width: 100px;height: 100px;position: absolute;background: #686868 url(../images/7_2.png) center no-repeat;background-size: 100%; top: 0;left: 50%;margin-left: -50px;}

.nec1 .abtn a:hover{opacity: 1;}
.box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    overflow: hidden;
}
@media (min-width: 1201px) and (max-width:1920px ) {.ourwork-pc-detail {
    z-index:1;
    position:relative;
    max-width: 1000px;
    margin:0 auto ;
 
}}

@media (max-width: 1200px){
	  .box{padding: 0 5%;min-width: 200px;}
	  .nec1 .abtn {
    height: auto;	
}
.nec1 .abtn .alt {
    width: 100%;
    float: none;
    text-align: justify;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;

    opacity: 1;
	
	
	}
	
	
	.nec1 .abtn .alt .att {
    margin: 10px 0;}
	
	.nec1 .abtn .actn{ display:none}
	.nec1 .abtn {
  background: #272727;
  position: relative;
  padding: 0 20px;
}


.nec1{padding:30px 0;background: url(../images/7_2.jpg) center no-repeat;background-size: cover;}

.ourwork-pc-detail {
    z-index:1;
    position:relative;
    max-width: 1200px;
    margin:0 auto ;
 
}
	}
	
	
	
	/********PRO DETAIL*******/
.prod{
    text-align: center; padding-bottom:50px;
}
@media (max-width: 768px) {
.prod h2{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
    color: #333;
}
}


@media (min-width: 769px) and (max-width:1920px ) {
.prod h2{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    color: #333;
}
}

.prod p{
    display: block;
    padding: 8px 0;
    font-size: 16px;
    color: #333; line-height:30px;
}
.prod p img{ /*width:100% !important;*/ height:auto !important; margin:0 auto; }
.prod table{ font-size:16px;}
.prod table tr td{ border:1px solid #666}
.myinput input{
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0 70px 0 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
    color: #999999;
	font-family:"微软雅黑";
}

.myinput textarea{
    height: 132px;
    padding: 0 70px 0 20px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
    outline: none;
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
    resize: none;
    width: 100%;
	font-family:"微软雅黑";
}

.mysubmit {
    width: 100% !important;
    color: #ffffff !important;
    padding: 0 !important;
    font-size: 22px !important;
    background: #087ce3 !important;
    cursor: pointer;
	font-family:"微软雅黑";
}



.z-crt{
	background:#087ce3;
	color:#ffffff !important;
}

#editor p{
	
	margin-bottom:20px;
	
}


.pros .prev-next-wrap {
    padding-top: 23px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    border-top: 1px solid #e5e5e5;
}

.pros .prev-next-wrap {
    padding-top: 23px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    border-top: 1px solid #e5e5e5;
}

.pros .normal-info-container .prev-next-wrap .prev {
    margin-bottom: 10px;
}


.pros .prev-next-wrap a {
    color: #666;
}



#preview {  margin:0px auto; width:100%; max-width:500px}
.jqzoom { width:100%;  margin-bottom: 10px; overflow: hidden; position: relative; text-align:center; margin:0; padding:0;}
.jqzoom img{ width:100%;  overflow:hidden; text-align:center; background-position:center center;}
.zoomdiv { width:100%;  left:859px; z-index: 100; border-bottom:#ccc 1px solid; position: absolute; text-align: center;
    border-left: #ccc 1px solid; display: none; background: url(../images/loading.gif) #fff no-repeat center center; height: 365px; overflow: hidden;
    border-top: #ccc 1px solid; top: 1px; border-right: #ccc 1px solid; left: 0px }
#spec {
    position: relative;
    width:300px;
    height:110px;
    overflow: hidden;
    top: 10px;
	margin: 0 auto;
}
.jqzoom img{max-width: none;!important;max-height: none !important;}

.specLeftT { position: absolute; width:5px; background: url(../images/proddetlicon.gif) no-repeat -157px 0px; float: left; height:9px; top:40px; cursor: pointer; left: 0px }
.specRightT { position: absolute; width: 5px; background: url(../images/proddetlicon.gif) no-repeat -164px 0px; float: left; height:9px; top:40px; cursor: pointer; right: -15px }
.specLeftF { position: absolute; width: 5px; background: url(../images/proddetlicon.gif) no-repeat -145px 0px; float: left; height:9px; top:40px; cursor: pointer; left: 0px }
.specRightF { position: absolute; width: 5px; background: url(../images/proddetlicon.gif) no-repeat -151px 0px; float: left; height:9px; top:40px; cursor: pointer; right: 0px }
#specList { display: inline; float: left; margin-left: 2px }
#specList { position:absolute; text-align:left; width:275px; height:90px; overflow:hidden; top:0px; left:13px; float:left;}
#specList ul{ position:absolute; width: 425px; left:0px }
#specList ul li { float:left; width:82px; height:82px; display:inline; margin-right:10px; border:1px solid #ccc}
#specList ul li img {/* border:#ccc 1px solid;*/ padding-bottom:2px; padding-left:2px; width:78px; height:78px; padding-right:2px; margin-bottom:1px; padding-top:2px }
.bigimg { width:1000px; height:1000px }
.jqZoomPup { z-index:10; border-bottom:#ccc 1px solid; position: absolute; filter: alpha(opacity=50);
    border-left: #ccc 1px solid; width:50px; height:50px; background:#ccc no-repeat 50% top; visibility:hidden;
    border-top:#ccc 1px solid; top:0px; cursor:move; border-right:#ccc 1px solid; left:0px; opacity:0.5; -moz-opacity:0.5; -khtml-opacity:0.5}


.hs1 h2{ 
	
	font-weight:bold;
	
	font-family:"AkzidenzGrotesk-BoldCondAlt";
	
	/*line-height:100px;*/
	
}

.hs1{
	
	top:34.5% !important;
	
}

.hs2 h2{
	
	font-size:80px;
	
	font-weight:bold;
	
	font-family:"AkzidenzGrotesk-BoldCondAlt";
	
	line-height:70px;
}

.hs2{
	
	top:37.5% !important;
	
}

.swiper-inner-text h3 span{
	max-width:855px;
	text-align:center;
	margin:0 auto;

}

.hs3{
	
	top:39% !important;
	
}

.swiper-inner-text h2 span{
	
	text-align:center;
	
	font-size:80px;
	
	font-family:"AkzidenzGrotesk-BoldCondAlt";
	
}


     .cmbannerbox {
            width:100%;
            position:relative;
            overflow:hidden;
           /* height:525px;*/
        }
    .cmbanner { width:100%; height:auto; margin:0 auto
           /* width:1920px; 
            position:absolute;
            left:50%;
            margin-left:-960px; */
        }


 .cmbannerm {
            width:100%; height:auto; margin:0 auto
         /*   position:absolute;
            left:50%;
            margin-left:-960px; */
        }
@media (max-width: 768px) {.cmbanner{ display:none}}
@media (min-width: 769px) and (max-width:1920px ) {.cmbannerm{ display:none}}



/*zhaopin*/
.zhaopin {
    padding-bottom: 100px;
}

.zhaopin .title {
    font-size: 50px;
    font-weight: bold;
    color: #222222;
    padding: 90px 0 20px 0;
    /*border-bottom: 1px solid #dddddd;*/
}

.table_zp {
    border-top: 1px solid #ddd;
}

.table_zp .t1 {
    width: 35%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp .t2 {
    width: 25%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp .t3 {
    width: 40%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp li {
    font-size: 18px;
    line-height: 1.2;
    color: #999999;
}

.table_zp .tz1 {
    padding: 0 5%;
    box-sizing: border-box;
}

.table_zp .tz2 {
    font-size: 20px;
    line-height: 1.5;
    color: #222;
    background: #f4f4f4;
    margin-bottom: 10px;
    position: relative;
}

.table_zp .tz2:after {
    content: '';
    position: absolute;
    right: 3%;
    top: 30px;
    height: 30px;
    width: 30px;
    transform: rotate(-90deg);
    transition: all .3s;
    background: url('../images/ico_page.png') center center no-repeat;
}

.table_zp .tz2.on:after {
    transform: rotate(90deg);
    background: url('../images/ico_page_on.png') center center no-repeat;
}

.table_zp .top {
    padding: 0 5%;
    box-sizing: border-box;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
}

.table_zp .hide {
    display: none;
}

.table_zp .bottom {
    margin: 0 5%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding: 3% 0;
    border-top: 1px solid #ddd;
}

.table_zp .top .t2, .table_zp .top .t3 {
    color: #666666;
}

.table_zp .email {
    font-size: 18px;
    line-height: 30px;
    padding: 7px 15px;
    color: #ffffff;
    background: #444444;
    margin: 0 5% 3% 5%;
}

.table_zp .tz2.on .top {
    border-top: 1px solid #e60012;
}

.table_zp .tz2.on .top .t1 {
    color: #e60012;
}

@media screen and (max-width: 1450px) {
    .table_zp .top {
        padding: 0 3%;
    }

    .table_zp .tz1 {
        padding: 0 3%;
        font-size: 16px;
    }

    .table_zp .t1, .table_zp .t2, .table_zp .t3 {
        padding: 20px 0%;
    }

    .table_zp .tz2 {
        font-size: 16px;
    }

    .table_zp .bottom {
        font-size: 14px;
        line-height: 1.8;
    }

    .table_zp .tz2:after {
        content: '';
        position: absolute;
        right: 1%;
        top: 12px;
    }

    .table_zp .email {
        font-size: 15px;
        line-height: 1.6;
        padding: 10px 9px;
        margin: 0 3% 2% 3%;
    }

    .zhaopin .title {
        font-size: 40px;
        padding: 50px 0 20px 0;
    }
}

@media screen and (max-width: 1199px) {
    .table_zp .t1 {
        width: 50%;
    }

    .table_zp .t2 {
        width: 20%;
    }

    .table_zp .t3 {
        width: 30%;
    }

    .table_zp .t1, .table_zp .t2, .table_zp .t3 {
        padding: 10px 0%;
    }

    .table_zp .tz2 {
        font-size: 14px;
    }

    .zhaopin {
        padding-bottom: 50px;
    }

    .zhaopin .title {
        font-size: 30px;
        padding: 30px 0 10px 0;
    }
}

@media screen and (max-width: 980px) {

    .zhaopin .title {
        font-size: 25px;
    }
}

.clearfix {
    zoom: 1
}
/***********下载************/
.aboutcontent p{
	font-size: 100%;
	line-height: 1.5;
	margin: 0.8em 0;
	color: #44444;
}

.pro-list-i {
	background-color: #c3d631;
	float: left;
	height: 25px;
	width: 25px;
	margin-right: 11px;
	border-radius: 50%;
}

.list-title {
	border-bottom: 1px solid #323845;
}
.list-title h2{
	margin: 0.65625em  0;
	display: inline-block;
}
.pro-list-more {
	margin: 0.65625em  0;
	float: right;
	color: #d07327;
}

.pro-list-img {
	width: 45%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.pro-list-content {
	float: left;
	margin: 0;
	margin-left: 15px;
	width: 50%;
	margin-top: 20px;
}
.list-content {
	width: 47%;
	display: table;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0.5em 0;
	table-layout: fixed;
	float: left;
}

.list-content:hover {
	background-color: #c3d631;
}
.list-content:hover {
	background-color: #c3d631;
}
.list-content:hover .pro-list-content > h4:not(:last-child){
	color:#ffff!important;
}


.pro-list-content p{
	color: #323845;
}
.news-page a{
	color: #323845;
}

.powermail_fieldwrap {
	margin: 0 0 0.5em 0;
	clear: both;
}

.powermail_label {
	width: 10%;
	float: left;
	clear: left;
	display: inline-block;
}
.powermail_input {
	font-size: 14px;
	width: 20%;
	padding: 5px;
	border: 0 none;
	color: #000000;
	background: #E7E7EC;
	outline: none;
}

.powermail_submit {
	border: 0 none;
	color: #FFFFFF;
	display: inline-block;
	margin: 20px 0 0 10%;
	text-transform: uppercase;
	background: #d07327;
	padding: 0.25em 1em;
	border-radius: 20px;
	width: 150px;
	text-align: center;
	outline: none;
	cursor: pointer;
}

.accordion {
	margin: 1em 0 1em;
}
.accordionelement {
	padding: 20px 0;
	
	border-bottom: 1px solid #9b9fab;
}

.accordionelement a {
	color: #000000; font-size:16px;
}



/*********/
.conBox{ width:100%; height:auto; margin:0 auto; max-width:1200px; margin-bottom:50px;box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);}
.joins-con .joins-table{ padding-bottom:50px; }

.joins-con .joins-table dl{ border:1px solid #e6e6e6; width:100%; border-collapse:collapse; text-align:center; }

.joins-con .joins-table dt,

.joins-con .joins-table dd{ border-bottom:1px solid #e6e6e6; cursor:pointer; }

.joins-con .joins-table dd:last-child{ border-bottom:0; }

.joins-con .joins-table dd:hover .top,

.joins-con .joins-table dd .top.on{ background:#f7f7f7; }

.joins-con .joins-table dd .top.on span{ color:#3f3d3c; }

.joins-con .joins-table span{ width:25%; display:block; float:left; font-size:15px; color:#444; text-align:center; height:56px; line-height:56px; overflow:hidden }

.joins-con .joins-table span a{ font-size:15px; color:#444; }

.joins-con .joins-table dl .uwl-title{ background:#f5f5f5; height:63px; line-height:63px; }

.joins-con .joins-table dl .uwl-title span{ height:63px; line-height:63px; }

.joins-con .joins-table dd .info{ width:100%; height:auto; text-align:left; padding-bottom:45px; padding-left:50px; padding-top:15px; display:none; cursor: initial; }

.joins-con .joins-table dd .info *{ font-size:15px; color:#444444; line-height:2; }

.joins-con .joins-table dd .info .base-info{ margin-bottom:15px; }

.joins-con .joins-table dd .info .base-info p{ display:inline-block; margin-right:80px; }

.joins-con .joins-table dd .info h3{ font-size:15px; color:#3f3d3c; line-height:2; }

.joins-con .joins-table dd .info .info-foot{ margin-top:30px; }

.joins-con .joins-table dd .info .info-foot .download{ display:block; width:218px; height:43px; border:1px solid #3f3d3c; font-size:15px; color:#3f3d3c; text-align:center; line-height:43px; }

.joins-con .joins-table dd .info .info-foot .download i{ margin-left:10px; width:16px; height:15px; line-height:2; display:inline-block; background:url("../images/download-icon.png") no-repeat; }

.joins-con .joins-table dd .info .info-foot .download:hover{ background:#3f3d3c; color:#fff; }

.joins-con .joins-table dd .info .info-foot .download:hover i{ background:url("../images/download-icon-hover.png") no-repeat; }

.joins-con .joins-table dd .info .info-foot .upload-jobs{ height:43px; position:relative; }

.joins-con .joins-table dd .info .info-foot .upload-jobs .upload-btn{ width:220px; height:43px; background:#3f3d3c; border:1px solid #3f3d3c; color:#fff; cursor:pointer; }

.joins-con .joins-table dd .info .info-foot .upload-jobs .file{ width:220px; height:43px; opacity:0; position:absolute; left:0; top:0; z-index:5; cursor:pointer; }

.joins-con .joins-table dd .info .info-foot .fileName{ font-size:15px; color:#666666; line-height:43px; margin-left:20px; }

.joins-con .joins-table dd .info .info-foot .fileName i{ font-style:normal; color:#db2424; }

.joins-con .joins-table dd .info .info-foot .upload-jobs:hover .upload-btn{ background:none; color:#3f3d3c; }

.joins-con .joins-table .more{ width:100%; height:50px; display:block; text-align:center; cursor:pointer; margin-top:15px; margin-bottom:55px; }


/******FOOTER***/
.footer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
}

.in {
  position: relative;
  height: 100%;
  width: 100%;
}

.cf {
    zoom: 1
}

.sitemap-ol {
  float: left;
  width: 360px;
  margin-top: 67px;
}

.cell {
     display: table-cell;
     vertical-align: middle
 }

.cell2 {
    display: table-cell;
    vertical-align: bottom; padding-right:25px;
}

.logo-footer {
  display: block;
  padding-right: 60px;
}

.logo-footer span {
  height: 39px;
  width: 140px;
  display: block; 
  background: url(../../images/logo_black.png) no-repeat center;
    background-size: auto;
  background-size: cover;
  text-indent: -9999px;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}

.sitemap {
    width: 180px;
    font-size: 0
}

.sitemap li {
    display: inline-block;
    vertical-align: top
}

.sitemap li a {
    display: block;
    line-height: 30px;
    height: 30px;
    width: 90px;
    font-size: 14px;
}

.sitemap-ol {
    float: left;
    width: 360px;
    margin-top: 67px;
}


.footer {
    /*position: relative;
    width: 100%;*/
    height: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2; width:95%; margin:0 auto; margin-bottom:50px;
}

.links {
    float: right;
    width: 420px
}

.links .toggle-link {
    width: 120px
}

.sns {
    font-size: 0
}

.sns li {
    display: inline-block;
    vertical-align: top
}

.sns li a {
    display: block;
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.4rem
}

address {
    font-size: 14px;
    width: 270px;
    text-align: right;
    display: block;
	color:#8a8b90;
}

address a{
		color:#8a8b90;
}

.toggle-link {
    width: 180px;
    text-align: center;
    /*height: 60px;*/
    line-height: 60px;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    font-family: 'Roboto';
    clear: both
}

.js-change-lang {
    display: none
}

.desktop .footer .sitemap li a, .desktop .footer .sns li a {
    /*opacity: 0.6;*/
    /*transition: opacity 0.6s*/
	color:#8a8b90;
}

.desktop .footer .sitemap li a:hover, .desktop .footer .sns li a:hover {
    opacity: 1
}

.first-view {
    height: 100vh
}

.main-title {
    position: absolute;
    top: 35%;
    left: 20%;
    color: #fff;
    margin-top: -1.5em;
    z-index: 3
}

.canvas-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.first-view .controls-ol {
    position: absolute;
    z-index: 4;
    bottom: 0
}

.controls-ol {
    width: 100%
}

.controls-in {
    height: 60px;
    line-height: 60px
}

.controls-num-in {
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 1.3rem;
    position: relative;
    opacity: 0.4;
    font-weight: 400;
    color: #080a15;
    font-family: 'Roboto';
    overflow: hidden;
    transition: all 0.6s
}

.controls-num-in .n {
    display: block;
    text-align: center
}

.controls-num-in.active {
    opacity: 1
}

.controls-num-in .hr {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #080a15;
    left: 0;
    opacity: 0;
    transform: scale(0, 1);
    transition: all 0.6s;
    transform-origin: center left
}

.controls-num-in.active .hr {
    opacity: 1;
    transform: scale(1)
}

.first-view .controls-num {
    position: absolute;
    right: 20px;
    top: 0
}

.scroll-to-down {
    /*opacity: 0.6;*/
    font-size: 1.2rem;
    padding: 0 30px;
    box-sizing: border-box;
    cursor: pointer
}

.sub-title {
    font-size: 2.8vw;
    line-height: 60px
}

.two-col-layout {
    height: 100%;
    width: 100%
}

.cols {
    height: 100%;
    width: 50%;
    float: left
}

.cols-text {
    height: 100%;
  /*  width: 50%;*/
    margin: 0 auto;
    padding: 0 80px;
    min-width: 280px
}

.slider-concept .js-background-img {
    background-size: cover;
    background-position: top center;
    height: 100%
}

.slider-concept {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 50vw
}

.slider-concept .js-slider-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

.slider-concept, .slider-concept .js-slider-wrap {
    max-height: 600px
}

.slider-concept .js-slider-wrap.slider-concept-left {
    right: 50%;
    top: 60px
}

.js-slider-img {
    height: 100%;
    background-size: cover;
    background-position: center;
    float: left
}

.js-slider-move {
    height: 100%;
    width: 100%
}

.js-slider-wrap > .in {
    overflow: hidden
}

.slider-concept .slider-controls {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -60px
}

.slider-concept .controls-num {
    position: absolute;
    bottom: -120px;
    left: 50%;
    padding: 0 20px
}

.js-slider-wrap {
    background: #6a6b75
}

.js-slider-img {
    opacity: 0;
    transition: opacity 0.6s
}

.js-slider-img.is_bg_loaded {
    opacity: 1
}

.teams-ol {
    padding: 30px;
    background: #fff
}

.section-products .sub-header, .section-products .sub-footer {
    padding: 0 80px
}


/****产品导航**/
.inside-nav {
	justify-content: center;
	align-items: stretch;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}
.inside-nav.typea .item {
	width: 15%;
	font-size: 16px
}
.inside-nav .icon {
	width: 50px;
	position: relative;
	margin: 0 auto 6px
}
.inside-nav .img1 {
	width: 100%
}
.inside-nav .img2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}
.inside-nav .item {
	width: 30%;
	text-align: center;
	padding: 24px;
	transition: background-color .3s, color .3s
}

.inside-nav .item.active {
	background-color: #3f3d3c;
	color: #fff
}
.inside-nav .item span.active {
	background-color: #3f3d3c;
	color: #fff
}
.inside-nav .item.active .img1 {
	opacity: 0
}
.inside-nav .item.active .img2 {
	opacity: 1
}


.nb-menu {
/*	position:absolute;
	left:0;
	bottom:0;*/
	width:100%; max-width:880px;
	height:60px;
/*	background:rgba(0,0,0,.25);*/ margin:0 auto; margin-top:20px; margin-bottom:40px;
}
.nb-menu ul {
	max-width:1600px;
	margin:auto;
	padding-top:13px;
	position:relative;
	z-index:5;
}
.nb-menu ul li {
	float: left;
margin-right: 30px;
border: 2px solid #3f3d3c;
/*border-radius: 14px;*/border-radius:25px; text-decoration: none !important;list-style-type:none; margin:5px;
}
.nb-menu ul li a {
	font-size:14px;
	color:#333;
	line-height:30px;
	padding: 5px 40px;
	display:block;
	transition:all ease .3s;
	/*border-radius:10px;*/border-radius:16px; text-decoration:none !important;
}
.nb-menu ul li:hover a {
	color:#fff;
	background:#3f3d3c; text-decoration: none !important;
}
.nb-menu ul li.on a {
	color:#fff;
	background:#3f3d3c; text-decoration: none !important;
}

.label-box {
	position:absolute;
	right:0;
	bottom:146px;
}
.label-box a {
	display:inline-block;
	border:1px solid #fff;
	border-radius:50%;
	margin-left:22px;
}
.label-box a:first-child {
	margin-left:0;
}
.label-box a.on {
	border:1px solid #3f3d3c;
	background:#3f3d3c;
}





@media only screen and (max-width:640px) {
.page-pd {
	padding: 40px 0
}
.page-pd-m {
	padding: 32px 0
}
.inside-banner .img {
	width: 640px;
	margin-left: -320px
}
.inside-banner .title {
	font-size: 24px;
	margin-bottom: 0;
	text-align: center
}
.inside-banner .content {
	display: none
}
.inside-titlea {
	margin-bottom: 24px
}
.inside-titlea-title {
	font-size: 20px
}
.inside-titlea-content {
	font-size: 12px;
	margin-top: 8px
}
.inside-nav .icon {
	width: 28px
}
.inside-nav .item {
	width: 50%;
	padding: 10px
}
.inside-nav.typea {
	padding: 20px 3% 0;
	justify-content: flex-start
}
.inside-nav.typea .item {
	width: auto;
	padding: 0;
	line-height: 1.8;
	font-size: 13px;
	margin-right: 28px;
	margin-bottom: 14px;
	position: relative
}
.inside-nav.typea .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-color: #3f3d3c;
	width: 100%;
	height: 1px;
	display: none
}
.inside-nav.typea .item.active {
	background: none;
	color: #3f3d3c
}
.inside-nav.typea .item.active:after {
	display: block
}
}











@media only screen and (max-width:640px) {
.page-pd {
	padding: 40px 0
}
.page-pd-m {
	padding: 32px 0
}
.inside-banner .img {
	width: 640px;
	margin-left: -320px
}
.inside-banner .title {
	font-size: 24px;
	margin-bottom: 0;
	text-align: center
}
.inside-banner .content {
	display: none
}
.inside-titlea {
	margin-bottom: 24px
}
.inside-titlea-title {
	font-size: 20px
}
.inside-titlea-content {
	font-size: 12px;
	margin-top: 8px
}
.inside-nav .icon {
	width: 28px
}
.inside-nav .item {
	width: 50%;
	padding: 10px
}
.inside-nav.typea {
	padding: 20px 3% 0;
	justify-content: flex-start
}
.inside-nav.typea .item {
	width: auto;
	padding: 0;
	line-height: 1.8;
	font-size: 13px;
	margin-right: 28px;
	margin-bottom: 14px;
	position: relative
}
.inside-nav.typea .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	background-color: #3f3d3c;
	width: 100%;
	height: 1px;
	display: none
}
.inside-nav.typea .item.active {
	background: none;
	color: #3f3d3c
}
.inside-nav.typea .item.active:after {
	display: block
}
}



/******PRO LIST**/
.product-page02 .c-pagination {
	margin-top: 20px
}
.product-page02 .list {
	align-items: flex-start
}
.product-page02 .item {
	width: 49.75%;
	margin-right: 0.5%;
	margin-bottom:3%
}
.product-page02 .item:nth-of-type(2n) {
	margin-right: 0
}
.product-page02 .picture {
	position: relative;
	overflow: hidden; background:#f4f4f4
}
.product-page02 .img {
	width: 100%;
	transition: transform .4s linear
}
.product-page02 .main {
	padding: 18px 0 18px;
	position: relative
}
.product-page02 .main:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #3f3d3c;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s linear
}
.product-page02 .title {
	font-size:16px;
	margin-bottom: 0px;
	color: #333; text-align:center
}
.product-page02 .content {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 2px;
	color: rgba(0,0,0,.35); text-align:center
}


/**/
.product-page04 .c-pagination {
	margin-top: 20px
}
.product-page04 .list {
	align-items: flex-start
}
.product-page04 .item {
	width: 24.625%;
	margin-right: 0.5%;
	margin-bottom:3%
}
.product-page04 .item:nth-of-type(4n) {
	margin-right: 0
}
.product-page04 .picture {
	position: relative;
	overflow: hidden
}
.product-page04 .img {
	width: 100%;
	transition: transform .4s linear
}
.product-page04 .main {
	padding: 18px 0 18px;
	position: relative
}
.product-page04 .main:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #3f3d3c;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s linear
}
.product-page04 .title {
	font-size:16px;
	margin-bottom: 0px;
	color: #333; text-align:center
}
.product-page04 .content {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 2px;
	color: rgba(0,0,0,.35); text-align:center
}



.product-page03 .c-pagination {
	margin-top: 20px
}
.product-page03 .list {
	align-items: flex-start
}
.product-page03 .item {
	width: 32%;
	margin-right: 1.5%;
	margin-bottom: 5%
}
.product-page03 .item:nth-of-type(3n) {
	margin-right: 0
}
.product-page03 .picture {
	position: relative;
	overflow: hidden
}
.product-page03 .img {
	width: 100%;
	transition: transform .4s linear
}


/**ADD**/
.product-page03 .img{
  display: block;
}
.product-page03 .img .mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  opacity: 0;
  transition: opacity 1s;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.product-page03 .img .mask img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.product-page03 .img:hover .mask{
  opacity: 0.7; color:#609
}

/**ADD EDN**/
.product-page03 .main {
	padding: 28px 0 16px;
	position: relative
}
.product-page03 .main:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #3f3d3c;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s linear
}
.product-page03 .title {
	font-size: 18px;
	margin-bottom: 12px;
	color: #333; text-align:center
}
.product-page03 .content {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 2px;
	color: rgba(0,0,0,.35)
}

.productlist-page01 {
	padding-bottom: 60px
}
.productlist-page01 .tit {
	font-size: 50px;
	font-weight: 700;
	color: #333;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 50px
}
.productlist-page01 .nav .item {
	padding: 0 28px;
	border: 1px solid #ccc;
	display: block;
	line-height: 36px;
	font-size: 15px;
	margin-right: 24px;
	margin-bottom: 24px;
	transition: color .3s, background-color .3s, border-color .3s
}
.productlist-page01 .nav .item.active {
	background-color: #3f3d3c;
	color: #fff;
	border-color: #3f3d3c
}
.productlist-page01 .info {
	padding: 30px 60px 6px;
	border: 1px solid #e0e0e0
}
.productlist-page01 .info .item {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch
}
.productlist-page01 .info .item-l {
	width: 100px;
	text-align: right
}
.productlist-page01 .info .item-r {
	width: calc(100% - 148px);
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.productlist-page01 .info .sitem {
	margin-bottom: 24px;
	margin-right: 48px;
	position: relative
}
.productlist-page01 .info .sitem:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-top: -3px;
	background-color: #3f3d3c;
	opacity: 0
}
.productlist-page01 .info .sitem.active {
	color: #3f3d3c;
	padding-left: 16px
}
.productlist-page01 .info .sitem.active:after {
	opacity: 1
}
.productlist-page02 {
	padding-top: 0
}
.productlist-page02 .list {
	align-items: flex-start;
	justify-content: space-between
}
.productlist-page02 .item {
	width: 49.2%;
	margin-bottom: 3%;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	transition: box-shadow .3s
}
.productlist-page02 .title {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding-right: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.productlist-page02 .more {
	font-size: 18px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0,0,0,.6)
}
.productlist-page02 .more .iconfont {
	margin-left: 10px
}
.productlist-page02 .main {
	padding: 24px 5%;
	position: relative
}
.productlist-page02 .picture {
	position: relative;
	overflow: hidden
}
.productlist-page02 .img {
	width: 100%;
	display: block;
	transition: transform .3s
}

/****/
.productlist-page04 {
	padding-top: 0
}
.productlist-page04 .list {
	align-items: flex-start;
	justify-content: space-between
}
.productlist-page04 .item {
	width: 49.2%;
	margin-bottom: 3%;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	transition: box-shadow .3s
}
.productlist-page04 .title {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding-right: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.productlist-page04 .more {
	font-size: 18px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0,0,0,.6)
}
.productlist-page04 .more .iconfont {
	margin-left: 10px
}
.productlist-page04 .main {
	padding: 24px 5%;
	position: relative
}
.productlist-page04 .picture {
	position: relative;
	overflow: hidden
}
.productlist-page04 .img {
	width: 100%;
	display: block;
	transition: transform .3s
}


.productlist-page03 {
	padding-top: 0
}
.productlist-page03 .list {
	align-items: flex-start;
	justify-content: space-between
}
.productlist-page03 .item {
	width: 49.2%;
	margin-bottom: 3%;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.05);
	transition: box-shadow .3s
}
.productlist-page03 .title {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	padding-right: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.productlist-page03 .more {
	font-size: 18px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0,0,0,.6)
}
.productlist-page03 .more .iconfont {
	margin-left: 10px
}
.productlist-page03 .main {
	padding: 24px 5%;
	position: relative
}
.productlist-page03 .picture {
	position: relative;
	overflow: hidden
}
.productlist-page03 .img {
	width: 100%;
	display: block;
	transition: transform .3s
}

.productlist-nav-btn {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 5;
	width: 72px;
	height: 72px;
	background-color: #3f3d3c;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.3;
	font-size: 13px;
	margin-top: -36px;
	transition: transform .3s, opacity .3s
}
.productlist-nav-btn.hide {
	transform: translateX(-100%);
	opacity: 0
}
.productlist-nav-btn .iconfont {
	font-size: 24px;
	margin-bottom: 2px;
	display: block
}
.productlist-nav-wrap {
	position: fixed;
	left: 0;
	top: 20%;
	z-index: 5;
	background-color: #fff;
	width: 230px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	overflow-x: hidden;
	padding: 24px 0;
	transform: translateX(-100%);
	opacity: 0;
	transition: transform .3s, opacity .3s
}
.productlist-nav-wrap.show {
	transform: translateX(0);
	opacity: 1
}
.productlist-nav-wrap .close {
	position: absolute;
	right: 14px;
	top: 14px;
	font-size: 20px;
	line-height: 1;
	color: #333;
	display: none
}
.productlist-nav-wrap .info {
	width: 250px;
	height: 66vh;
	overflow-y: auto
}
.productlist-nav-wrap .item {
	width: 230px
}
.productlist-nav-wrap .item.isOpen .item-l {
	background-color: #3f3d3c;
	color: #fff
}
.productlist-nav-wrap .item.isOpen .item-l:before {
	border-left-color: #fff;
	transform: rotate(90deg)
}
.productlist-nav-wrap .item-l {
	font-size: 16px;
	line-height: 44px;
	padding: 0 25px 0 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	position: relative;
	cursor: pointer;
	transition: background-color .3s, color .3s
}
.productlist-nav-wrap .item-l:before {
	content: "";
	position: absolute;
	left: 28px;
	top: 50%;
	z-index: 0;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #b7b7b7;
	transition: border-color .3s, transform .3s
}
.productlist-nav-wrap .item-r {
	padding: 12px 0;
	display: none
}
.productlist-nav-wrap .sitem {
	display: block;
	padding: 0 33px 0 66px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	transition: color .3s
}
.productlist-nav-wrap .sitem.active {
	color: #3f3d3c
}
.productlist-nav-wrap .sitem.active:before {
	border-color: #3f3d3c
}
.productlist-nav-wrap .sitem:before {
	content: "";
	position: absolute;
	left: 50px;
	top: 50%;
	z-index: 0;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 50%;
	margin-top: -4px;
	transition: border-color .3s
}
@media only screen and (min-width:961px) {
.product-page02 .item:hover .img {
	transform: scale(1.1)
	
}
.product-page02 .item:hover .main:after {
	transform: scaleX(1)
}
.productlist-page01 .nav .item:hover {
	background-color: #3f3d3c;
	color: #fff;
	border-color: #3f3d3c
}
.productlist-page02 .item:hover {
	box-shadow: 0 0 16px 0 rgba(0,0,0,.1)
}
.productlist-page02 .item:hover .img {
	transform: scale(1.1)
}

/****/
.product-page04 .item:hover .img {
	transform: scale(1.1)
	
}
.product-page04 .item:hover .main:after {
	transform: scaleX(1)
}
.productlist-page04 .item:hover {
	box-shadow: 0 0 16px 0 rgba(0,0,0,.1)
}
.productlist-page04 .item:hover .img {
	transform: scale(1.1)
}

/**/
.product-page03 .item:hover .img {
	transform: scale(1.1)
	
}
.product-page03 .item:hover .main:after {
	transform: scaleX(1)
}
.productlist-page03 .item:hover {
	box-shadow: 0 0 16px 0 rgba(0,0,0,.1)
}
.productlist-page03 .item:hover .img {
	transform: scale(1.1)
}

.productlist-nav-wrap .sitem:hover {
	color: #3f3d3c
}
.productlist-nav-wrap .sitem:hover:before {
	border-color: #3f3d3c
}
}
@media only screen and (max-width:1440px) {
.product-page01 .title {
	font-size: 32px;
	margin-bottom: 16px
}
.product-page01 .content {
	font-size: 15px
}
.product-page01 .main {
	padding: 40px 5% 0
}
.product-page01 .b1 {
	max-width: 500px
}
.product-page02 .main {
	padding: 22px 0 28px
}
.product-page02 .title {
	font-size: 18px
}
.product-page02 .content {
	font-size: 14px
}
.product-page02 .item {
	width: 49.5%;
	margin-right: 1%
}


/*****/
.product-page04 .main {
	padding: 22px 0 28px
}
.product-page04 .title {
	font-size: 18px
}
.product-page04 .content {
	font-size: 14px
}
.product-page04 .item {
	width: 24.625%;
	margin-right: 0.5%
}


/**/
.product-page03 .main {
	padding: 22px 0 28px
}
.product-page03 .title {
	font-size: 18px
}
.product-page03 .content {
	font-size: 14px
}
.product-page03 .item {
	width: 33%;
	margin-right: 0.5%
}


.productlist-page01 {
	padding-bottom: 48px
}
.productlist-page01 .tit {
	font-size: 36px;
	margin-bottom: 40px
}
.productlist-page01 .nav .item {
	font-size: 14px;
	line-height: 32px;
	padding: 0 20px;
	margin-right: 16px;
	margin-bottom: 16px
}
.productlist-page01 .info {
	font-size: 13px;
	padding: 24px 30px 6px
}
.productlist-page01 .info .item-r {
	width: calc(100% - 132px)
}
.productlist-page01 .info .sitem {
	margin-right: 32px;
	margin-bottom: 18px
}
.productlist-page01 .info .sitem.active {
	padding-left: 12px
}
.productlist-page01 .info .sitem.active:after {
	width: 4px;
	height: 4px;
	margin-top: -2px
}
.productlist-page02 .item {
	width: 48.5%
}
.productlist-page02 .main {
	padding: 18px 4%
}
.productlist-page02 .more {
	font-size: 16px;
	right: 4%
}
.productlist-page02 .title {
	font-size: 18px;
	padding-right: 160px
}

/****/
.productlist-page04 .item {
	width: 48.5%
}
.productlist-page04 .main {
	padding: 18px 4%
}
.productlist-page04 .more {
	font-size: 16px;
	right: 4%
}
.productlist-page04 .title {
	font-size: 18px;
	padding-right: 160px
}



.productlist-page03 .item {
	width: 48.5%
}
.productlist-page03 .main {
	padding: 18px 4%
}
.productlist-page03 .more {
	font-size: 16px;
	right: 4%
}
.productlist-page03 .title {
	font-size: 18px;
	padding-right: 160px
}

}
@media only screen and (max-width:960px) {
.product-banner .swiper-pagination {
	display: block
}
.product-page01 .title {
	font-size: 26px
}
.product-page01 .content {
	font-size: 14px
}
.product-page01 .main {
	width: 100%;
	position: relative;
	padding: 40px 3% 0
}
.product-page01 .b1 {
	width: 100%
}
.product-page01 .b2 {
	display: none
}
.product-page02 .list {
	justify-content: space-between
}
.product-page02 .item {
	width: 49%;
	margin-right: 0;
	margin-bottom: 6%
}
.product-page02 .main {
	padding: 18px 0 0
}
.product-page02 .title {
	font-size: 16px;
	margin-bottom: 8px
}
.product-page02 .content {
	font-size: 13px;
	line-height: 20px;
	max-height: 40px
}
/**/


.product-page04 .list {
	justify-content: space-between
}
.product-page04 .item {
	width: 47%;
	margin-right: 0;
	margin-bottom: 6%
}
.product-page04 .main {
	padding: 18px 0 0
}
.product-page04 .title {
	font-size: 16px;
	margin-bottom: 8px
}
.product-page04 .content {
	font-size: 13px;
	line-height: 20px;
	max-height: 40px
}
/*****/

.product-page03 .list {
	justify-content: space-between
}
.product-page03 .item {
	width: 47%;
	margin-right: 0;
	margin-bottom: 6%
}
.product-page03 .main {
	padding: 18px 0 0
}
.product-page03 .title {
	font-size: 16px;
	margin-bottom: 8px
}
.product-page03 .content {
	font-size: 13px;
	line-height: 20px;
	max-height: 40px
}


.productlist-page01 {
	padding-bottom: 36px
}
.productlist-page01 .tit {
	font-size: 28px;
	margin-bottom: 30px
}
.productlist-page01 .nav .item {
	font-size: 13px;
	line-height: 28px;
	padding: 0 16px;
	margin-right: 12px;
	margin-bottom: 12px
}
.productlist-page01 .info {
	font-size: 12px;
	padding: 10px 3% 8px
}
.productlist-page01 .info .item-l {
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin: 10px 0;
	color: #333
}
.productlist-page01 .info .item-r {
	width: 100%
}
.productlist-page01 .info .sitem {
	margin-right: 24px;
	margin-bottom: 10px
}
.productlist-page01 .info .sitem.active {
	padding-left: 10px
}
.productlist-page02 .main {
	padding: 18px 4%
}
.productlist-page02 .more {
	font-size: 16px;
	right: 4%
}
.productlist-page02 .title {
	font-size: 18px
}
.productlist-page02 .main {
	padding: 12px 4%
}
.productlist-page02 .more {
	font-size: 13px
}
.productlist-page02 .title {
	font-size: 15px;
	padding-right: 120px
}
/**/

.productlist-page04 .main {
	padding: 18px 4%
}
.productlist-page04 .more {
	font-size: 16px;
	right: 4%
}
.productlist-page04 .title {
	font-size: 18px
}
.productlist-page04 .main {
	padding: 12px 4%
}
.productlist-page04 .more {
	font-size: 13px
}
.productlist-page04 .title {
	font-size: 15px;
	padding-right: 120px
}

/****/
.productlist-page03 .main {
	padding: 18px 4%
}
.productlist-page03 .more {
	font-size: 16px;
	right: 4%
}
.productlist-page03 .title {
	font-size: 18px
}
.productlist-page03 .main {
	padding: 12px 4%
}
.productlist-page03 .more {
	font-size: 13px
}
.productlist-page03 .title {
	font-size: 15px;
	padding-right: 120px
}


.productlist-nav-btn {
	width: 60px;
	height: 60px;
	font-size: 12px;
	margin-top: -30px
}
.productlist-nav-btn .iconfont {
	font-size: 18px;
	margin-bottom: 0
}
.productlist-nav-wrap {
	top: 60px;
	padding: 48px 0 160px
}
.productlist-nav-wrap .info {
	height: calc(100vh - 60px)
}
.productlist-nav-wrap .close {
	display: block
}
}
@media only screen and (max-width:640px) {
.product-page01 .title {
	font-size: 22px
}
.product-page02 .item {
	width: 100%;
	margin-bottom: 24px
}

.product-page04 .item {
	width: 100%;
	margin-bottom: 24px
}


.product-page03 .item {
	width: 100%;
	margin-bottom: 24px
}

.productlist-page01 {
	padding-bottom: 24px
}
.productlist-page01 .tit {
	font-size: 24px;
	margin-bottom: 24px
}
.productlist-page01 .nav .item {
	font-size: 12px;
	line-height: 26px;
	padding: 0 14px
}
.productlist-page01 .info {
	font-size: 12px;
	padding: 6px 4% 8px
}
.productlist-page01 .info .item-l {
	width: 100%;
	font-size: 14px;
	text-align: left;
	margin: 10px 0;
	color: #333
}
.productlist-page01 .info .item-r {
	width: 100%
}
.productlist-page01 .info .sitem {
	margin-right: 20px;
	margin-bottom: 8px
}
.productlist-page02 .item {
	width: 100%;
	margin-bottom: 20px
}
.productlist-page02 .main {
	padding: 12px 4%
}
.productlist-page02 .more {
	font-size: 12px
}
.productlist-page02 .title {
	font-size: 14px;
	padding-right: 100px
}

/****/
.productlist-page04 .item {
	width: 100%;
	margin-bottom: 20px
}
.productlist-page04 .main {
	padding: 12px 4%
}
.productlist-page04 .more {
	font-size: 12px
}
.productlist-page04 .title {
	font-size: 14px;
	padding-right: 100px
}

/**/
.productlist-page03 .item {
	width: 100%;
	margin-bottom: 20px
}
.productlist-page03 .main {
	padding: 12px 4%
}
.productlist-page03 .more {
	font-size: 12px
}
.productlist-page03 .title {
	font-size: 14px;
	padding-right: 100px
}


}
@media only screen and (max-width:480px) {
.product-banner .img {
	width: 480px;
	position: relative;
	left: 50%;
	margin-left: -240px
}
}
.product-detail01 {
	position: relative;
	width: 100%;
	overflow: hidden
}
.product-detail02 {
	align-items: flex-start;
	padding-bottom: 0
}
.product-detail02-l {
	width: 51%;
	border: 1px solid #ddd;
	padding: 0 4% 36px;
	position: relative
}
.product-detail02-l .magnifier {
	width: 50px;
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	border-radius: 50%;
	position: absolute;
	right: 3%;
	top: 3%;
	z-index: 1;
	font-size: 18px;
	background-color: #fff;
	cursor: pointer
}
.product-detail02-l .wrap {
	max-width: 590px;
	margin: 0 auto
}
.product-detail02-l .picture {
	width: 100%;
	padding-bottom: 100%;
	position: relative
}
.product-detail02-l .imgshow {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 8px rgba(0,0,0,.1)
}
.product-detail02-l .box {
	padding: 0 80px;
	margin-top: 36px;
	position: relative
}
.product-detail02-l .next, .product-detail02-l .prev {
	width: 48px;
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	cursor: pointer;
	transition: border-color .3s, color .3s, background-color .3s
}
.product-detail02-l .next.disable, .product-detail02-l .prev.disable {
	opacity: .3;
	pointer-events: none
}
.product-detail02-l .prev {
	left: 0
}
.product-detail02-l .next {
	right: 0
}
.product-detail02-r {
	width: 49%;
	padding-left: 7.5%;
	font-size: 15px;
	color: rgba(0,0,0,.35)
}
.product-detail02-r .title {
	color: #333;
	line-height: 1.3;
	font-weight: 700;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px
}
.product-detail02-r .content {
	line-height: 1.8
}
.product-detail02-r .list {
	margin-top: 32px;
	align-items: flex-start;
	justify-content: space-between
}
.product-detail02-r .list .item {
	width: 46%;
	margin-bottom: 32px
}
.product-detail02-r .tit {
	color: #333;
	font-size: 19px;
	margin-bottom: 2px
}
.product-detail02-r .sizes {
	margin-top: 20px;
	align-items: flex-start;
	font-size: 13px;
	line-height: 1.3
}
.product-detail02-r .sizes .item {
	width: 12%;
	margin-right: 5.6%;
	margin-bottom: 30px
}
.product-detail02-r .sizes .item:nth-of-type(6n) {
	margin-right: 0
}
.product-detail02-r .box {
	position: relative;
	margin-bottom: 12px
}
.product-detail02-r .block {
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #ccc;
	z-index: 1
}
.product-detail02-r .bg {
	width: 100%;
	display: block
}
.product-show-swiper .swiper-slide {
	position: relative;
	border: 1px solid transparent;
	cursor: pointer
}
.product-show-swiper .swiper-slide.active {
	border-color: #3f3d3c
}
.product-show-swiper .image {
	background: no-repeat 50%/cover
}
.product-show-swiper .bg {
	width: 100%
}
.product-show-swiper .img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	border: 1px solid #ccc
}
.product-show-swiper .swiper-pagination, .zoomDiv {
	display: none
}
.zoomDiv {
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden
}
.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	border: 1px solid #d9d9d9;
	z-index: 1;
	box-sizing: border-box
}
.product-detail03 {
	position: relative
}
.product-detail03 .wrap {
	position: relative;
	padding: 0 100px
}
.product-detail03 .c-btnc-next, .product-detail03 .c-btnc-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.product-detail03 .c-btnc-prev {
	left: 0
}
.product-detail03 .c-btnc-next {
	right: 0
}
.product-detail03 .box {
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	background-color: #f6f6f6
}
.product-detail03 .tit {
	min-height: 230px;
	background-color: #fff;
	width: 90px;
	overflow: hidden;
	position: relative
}
.product-detail03 .word {
	font-size: 18px;
	color: #333;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg)
}
.product-detail03 .product-swiper1 {
	margin-right: 0;
	width: calc(100% - 108px)
}
.product-detail03 .t1 {
	display: none
}
.product-swiper1 .bg {
	width: 100%;
	display: block
}
.product-swiper1 .picture {
	width: 100%;
	background: no-repeat 50%/cover;
	transition: transform .3s
}
.product-swiper1 .swiper-wrapper {
	height: auto
}
.product-detail04 {
	background-color: #f6f6f6
}
.product-detail04 .wrap {
	position: relative;
	padding: 0!important
}
.product-detail04 .c-btnc-next, .product-detail04 .c-btnc-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.product-detail04 .c-btnc-prev {
	left: 0
}
.product-detail04 .c-btnc-next {
	right: 0
}
.product-swiper2 .swiper-wrapper {
	align-items: stretch
}
.product-swiper2 .swiper-slide {
	height: auto;
	padding: 40px 3% 20px;
	transition: box-shadow .3s
}
.product-swiper2 .icon {
	width: 72px;
	margin: 0 auto 20px;
	background-color: #a7a7a7;
	border-radius: 50%;
	transition: background-color .3s
}
.product-swiper2 .img {
	width: 100%
}
.product-swiper2 .title {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	color: rgba(0,0,0,.35)
}
.product-detail-list04 {
	align-items: stretch
}
.product-detail-list04 .swiper-slide {
	width: 16.66%;
	height: auto;
	padding: 40px 3% 20px;
	transition: box-shadow .3s
}
.product-detail-list04 .icon {
	width: 72px;
	margin: 0 auto 20px;
	background-color: #a7a7a7;
	border-radius: 50%;
	transition: background-color .3s
}
.product-detail-list04 .img {
	width: 100%
}
.product-detail-list04 .title {
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(0,0,0,.35)
}
.product-swiper3 .swiper-slide {
	width: 84.08%;
	transform-origin: center;
	background-color: #fff;
	z-index: 0;
	cursor: pointer;
	pointer-events: none
}
.product-swiper3 .swiper-slide .img {
	opacity: .5;
	transition: opacity .3s, transform .3s
}
.product-swiper3 .img {
	width: 100%
}
.product-swiper3 .swiper-slide-active {
	z-index: 2;
	pointer-events: visible
}
.product-swiper3 .swiper-slide-active .img {
	opacity: 1
}
.product-swiper3 .c-btnc-next, .product-swiper3 .c-btnc-prev {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%)
}
.product-swiper3 .c-btnc-prev {
	left: 2%
}
.product-swiper3 .c-btnc-next {
	right: 2%
}
.product-detail06 {
	padding-top: 0
}
.product-detail06 .header {
	margin-bottom: 40px
}
.product-detail06 .tit {
	font-weight: 700;
	color: #333
}
.product-detail06 .choose {
	margin-left: auto
}
.product-detail06 .c-btnc-prev {
	margin-right: 14px
}
.product-detail06 .product-page02 .item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0
}
.product-detail07 {
	background: url(../images/product-detail06.jpg) no-repeat 50%/cover
}
.product-detail07 .t1 {
	font-weight: 700;
	color: #333;
	margin-bottom: 30px
}
.product-detail07 .t2 {
	line-height: 1.5
}
.product-detail07 .t3 {
	font-weight: 700;
	color: #333;
	margin-bottom: 40px
}
.product-detail07 .wrap {
	justify-content: space-between;
	align-items: flex-start
}
.product-detail07 .item-l, .product-detail07 .item-r {
	width: 47%
}
.product-detail07 .input {
	width: 100%;
	height: 40px;
	line-height: 1.5;
	outline: none;
	color: #000;
	font-size: 16px;
	background: none;
	border: none;
	border-bottom: 1px solid #222;
	margin-bottom: 20px
}
.product-detail07 .submit {
	outline: none;
	background: transparent;
	margin-top: 40px;
	width: 320px;
	height: 54px;
	border: 1px solid #222;
	font-size: 16px;
	padding: 0;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color .3s, color .3s
}
@media only screen and (min-width:961px) {
.product-detail02-l .next:hover, .product-detail02-l .prev:hover {
	background-color: #3f3d3c;
	border-color: #3f3d3c;
	color: #fff
}
.product-swiper1 .swiper-slide:hover .picture {
	transform: scale(1.2);
	cursor: pointer
}
.product-swiper2 {
	padding: 10px
}
.product-swiper2 .swiper-slide:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}
.product-swiper2 .swiper-slide:hover .icon {
	background-color: #3f3d3c
}
.product-detail07 .submit:hover {
	background-color: #222;
	color: #fff
}
.product-swiper3 .swiper-slide-active:hover .img {
	transform: scale(1.1)
}
.product-detail-list04 .swiper-slide:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}
.product-detail-list04 .swiper-slide:hover .icon {
	background-color: #3f3d3c
}
}
@media only screen and (max-width:1440px) {
.product-detail02-l {
	width: 40%;
	padding-bottom: 24px
}
.product-detail02-l .box {
	padding: 0 60px;
	margin-top: 24px
}
.product-detail02-l .next, .product-detail02-l .prev {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 12px
}
.product-detail02-r {
	width: 60%;
	padding-left: 5%;
	font-size: 13px
}
.product-detail02-r .title {
	padding-bottom: 12px;
	margin-bottom: 16px
}
.product-detail02-r .list .item {
	margin-bottom: 20px
}
.product-detail02-r .tit {
	font-size: 16px
}
.product-detail02-r .sizes {
	font-size: 12px;
	margin-top: 16px
}
.product-detail03 .box {
	padding: 30px
}
.product-detail03 .tit {
	min-height: 200px;
	width: 80px
}
.product-detail03 .word {
	font-size: 16px
}
.product-detail03 .product-swiper1 {
	width: calc(100% - 98px)
}
.product-swiper2 .swiper-slide {
	padding: 30px 3% 16px
}
.product-swiper2 .icon {
	width: 64px;
	margin-bottom: 16px
}
.product-swiper2 .title {
	font-size: 14px
}
.product-detail-list04 .swiper-slide {
	padding: 30px 2% 16px
}
.product-detail-list04 .icon {
	width: 60px;
	margin-bottom: 16px
}
.product-detail-list04 .title {
	font-size: 13px
}
}
@media only screen and (max-width:960px) {
.product-detail02-l {
	width: 100%;
	max-width: 400px;
	padding: 0;
	margin: 0 auto;
	border: none
}
.product-detail02-l .next, .product-detail02-l .picture, .product-detail02-l .prev {
	display: none
}
.product-detail02-l .box {
	margin-top: 0;
	padding: 0
}
.product-detail02-l .wrap {
	max-width: 100%
}
.product-detail02-r {
	width: 100%;
	padding: 24px 0 0
}
.product-show-swiper .swiper-slide {
	border: none
}
.product-show-swiper .swiper-pagination {
	display: block
}
.product-detail03 .wrap {
	padding: 0 80px
}
.product-detail03 .box {
	padding: 24px
}
.product-detail03 .tit {
	min-height: 160px;
	width: 60px
}
.product-detail03 .word {
	font-size: 14px
}
.product-detail03 .product-swiper1 {
	width: calc(100% - 78px)
}
.product-detail04 .wrap {
	padding: 0 80px
}
.product-detail04 .inside-titlea {
	margin-bottom: 0
}
.product-swiper2 .swiper-slide {
	padding: 0 3%
}
.product-swiper2 .icon {
	width: 54px;
	margin-bottom: 12px
}
.product-swiper2 .title {
	font-size: 13px
}
.product-swiper3 .c-btnc-next, .product-swiper3 .c-btnc-prev {
	display: none
}
.product-detail07 .t1, .product-detail07 .t3 {
	margin-bottom: 20px
}
.product-detail07 .input {
	margin-bottom: 16px;
	font-size: 15px
}
.product-detail07 .submit {
	margin-top: 20px;
	width: 210px;
	height: 44px;
	font-size: 14px
}
.product-detail-list04 .swiper-slide {
	width: 33.33%;
	padding: 0 3%;
	margin-top: 32px
}
.product-detail-list04 .icon {
	width: 54px;
	margin-bottom: 12px
}
.product-detail-list04 .title {
	font-size: 12px
}
}
@media only screen and (max-width:640px) {
.product-detail02-r .tit {
	font-size: 14px
}
.product-detail02-r .sizes .item {
	width: 16%;
	margin-right: 5%
}
.product-detail02-r .sizes .item:nth-of-type(6n) {
	margin-right: 5%
}
.product-detail02-r .sizes .item:nth-of-type(5n) {
	margin-right: 0
}
.product-detail03 .wrap {
	padding: 0 60px
}
.product-detail03 .box {
	padding: 16px
}
.product-detail03 .tit {
	display: none
}
.product-detail03 .product-swiper1 {
	width: 100%
}
.product-detail03 .t1 {
	display: block;
	margin-bottom: 16px;
	text-align: center
}
.product-detail04 .wrap {
	padding: 0 60px
}
.product-swiper3 .swiper-slide {
	width: 100%
}
.product-detail07 .t1 {
	margin-bottom: 12px
}
.product-detail07 .t2 {
	margin-bottom: 20px
}
.product-detail07 .t3 {
	margin-bottom: 12px
}
.product-detail07 .item-l, .product-detail07 .item-r {
	width: 100%
}
.product-detail-list04 .swiper-slide {
	width: 50%;
	padding: 0 5%;
	margin-top: 24px
}
}
.projects-page01 {
	background-color: #f6f6f6
}
.projects-page02 {
	position: relative
}
.projects-page03 {
	position: relative
}
.projects-list .item {
	width: 31.75%;
	margin-right: 2.375%;
	margin-bottom: 4%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.08)
}
.projects-list .item:nth-of-type(3n) {
	margin-right: 0
}
.projects-list .picture {
	overflow: hidden
}
.projects-list .img {
	width: 100%;
	display: block;
	transition: transform .3s
}
.projects-list .title {
	color: #333;
	padding: 30px 8%;
	text-align: center;
	position: relative
}
.projects-list .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #3f3d3c;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform .4s linear
}
.projects-detail01 .wrap {
	align-items: flex-start;
	padding-left: 8%
}
.projects-detail01 .item-l {
	width: 38.6%;
	padding-right: 6%;
	padding-top: 3%
}
.projects-detail01 .item-r {
	width: 61.4%
}
.projects-detail01 .title {
	font-weight: 700;
	color: #333;
	margin-bottom: 20px
}
.projects-detail01 .content {
	text-align: justify;
	line-height: 1.8
}
.projects-detail01 .choose {
	margin-top: 80px
}
.projects-detail01 .c-btnc-prev {
	margin-right: 16px
}
.projects-swiper1 .img {
	width: 100%
}
.projects-detail02 .header {
	padding: 0 10px
}
.projects-detail02 .projects-list {
	padding: 0 10px 10px
}
.projects-detail02 .projects-list .item {
	width: 100%;
	margin: 0
}
@media only screen and (min-width:961px) {
.projects-list .item:hover .img {
	transform: scale(1.1)
}
.projects-list .item:hover .title:after {
	transform: scaleX(1)
}
.projects-swiper1 .swiper-slide:hover .img {
	transform: scale(1.1)
}
}
@media only screen and (max-width:1440px) {
.projects-list .title {
	padding: 24px 8%
}
.projects-detail01 .wrap {
	padding-left: 3%
}
.projects-detail01 .item-l {
	padding-top: 2%;
	padding-right: 5%
}
.projects-detail01 .choose {
	margin-top: 48px
}
}
@media only screen and (max-width:960px) {
.projects-list {
	justify-content: space-between
}
.projects-list .item {
	width: 48%;
	margin-right: 0
}
.projects-list .title {
	padding: 20px 8%
}
.projects-detail01 {
	width: 94%;
	margin: 0 auto
}
.projects-detail01 .inside-titlea {
	display: none
}
.projects-detail01 .item-l {
	width: 100%;
	padding: 0
}
.projects-detail01 .item-r {
	width: 100%
}
.projects-detail01 .wrap {
	padding: 0
}
.projects-detail01 .choose {
	margin: 30px 0
}
.projects-detail01 .content {
	line-height: 1.7
}
}
@media only screen and (max-width:640px) {
.projects-list .item {
	width: 100%;
	margin-bottom: 24px
}
.projects-list .title {
	padding: 16px 6%
}
}
.search-page01 {
	padding: 60px 0;
	background: #f4f4f4
}
.search-page01 .form {
	width: 100%;
	max-width: 640px;
	padding: 0 8px;
	border-radius: 4px;
	background: #fff;
	font-size: 15px;
	margin: 0 auto
}
.search-page01 .submit {
	background: url(../images/icon-search.png) no-repeat 50%;
	border: none;
	outline: none;
	padding: 0;
	width: 48px;
	height: 48px;
	background-size: 20px;
	cursor: pointer
}
.search-page01 .input {
	width: calc(100% - 48px);
	height: 48px;
	border: none;
	padding: 0 0 0 12px;
	outline: none;
	color: #333
}
.search-page02 {
	min-height: 300px;
	padding: 40px 0 60px
}
.search-page02 .nav {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 12px;
	margin-bottom: 36px
}
.search-page02 .nav.center {
	justify-content: center
}
.search-page02 .nav .item {
	max-width: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.3;
	padding: 12px 2px;
	margin-right: 32px;
	position: relative
}
.search-page02 .nav .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #3f3d3c;
	opacity: 0
}
.search-page02 .nav .item:last-of-type {
	margin-right: 0
}
.search-page02 .nav .item.active {
	color: #3f3d3c
}
.search-page02 .nav .item.active:after {
	opacity: 1
}
.search-list {
	justify-content: space-between;
	align-items: flex-start
}
.search-list .item {
	width: 48.5%;
	margin-bottom: 3%;
	transition: box-shadow .3s;
	border: 1px solid #ddd;
	padding: 2% 3%
}
.search-list .title {
	color: #333
}
@media only screen and (min-width:961px) {
.search-list .item:hover {
	box-shadow: 0 0 14px rgba(0,0,0,.1)
}
.search-list .item:hover .title {
	color: #3f3d3c
}
}
@media only screen and (max-width:960px) {
.search-page01 {
	padding: 40px 0
}
.search-page02 {
	padding: 32px 0 48px
}
.search-page02 .nav {
	margin-bottom: 20px
}
}
@media only screen and (max-width:640px) {
.search-page01 {
	padding: 24px 0
}
.search-page01 .form {
	font-size: 14px
}
.search-page01 .submit {
	width: 40px;
	height: 40px;
	background-size: 18px
}
.search-page01 .input {
	width: calc(100% - 40px);
	height: 40px;
	padding-left: 8px
}
.search-page02 {
	padding: 24px 0 36px
}
.search-page02 .nav {
	margin-bottom: 16px;
	padding: 0
}
.search-page02 .nav .item {
	margin-right: 16px;
	font-size: 13px
}
.search-list .item {
	width: 100%;
	padding: 12px 0;
	border: none;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 0
}
}
.news-page01 {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0
}
.news-page01 .item-l {
	width: 44.5%;
	overflow: hidden
}
.news-page01 .item-r {
	width: 55.5%;
	padding-left: 5%
}
.news-page01 .title {
	font-size: 32px;
	line-height: 42px;
	max-height: 84px;
	color: #333;
	font-weight: 500;
	margin-bottom: 30px;
	transition: color .3s;
	-webkit-line-clamp: 2
}
.news-page01 .content, .news-page01 .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}
.news-page01 .content {
	font-size: 16px;
	line-height: 26px;
	height: 130px;
	text-align: justify;
	color: rgba(0,0,0,.5);
	-webkit-line-clamp: 5
}
.news-page01 .footer {
	font-size: 20px;
	color: #333;
	margin-top: 140px
}
.news-page01 .more {
	margin-left: auto
}
.news-page01 .iconfont {
	font-size: 26px;
	margin-right: 12px
}
.news-page01 .img {
	width: 100%;
	transition: transform .3s linear
}
.news-page02 .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 50px;
	margin-bottom:30px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.03);
	transition: box-shadow .3s
}
.news-page02 .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 2px;
	background-color: #3f3d3c;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform .3s linear
}
.news-page02 .picture {
	width: 350px;
	overflow: hidden
}
.news-page02 .main {
	width: calc(100% - 350px);
	padding: 0 18% 0 5%
}
.news-page02 .img {
	width: 100%;
	transition: transform .3s linear
}
.news-page02 .title {
	font-size: 18px;
	line-height: 32px;
	max-height: 64px;
	color: #333;
	font-weight: 500;
	margin-bottom: 24px;
	-webkit-line-clamp: 2
}
.news-page02 .content, .news-page02 .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}
.news-page02 .content {
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	text-align: justify;
	color: rgba(0,0,0,.35);
	-webkit-line-clamp: 3
}
.news-page02 .time {
	font-size: 14px;
	display: none;
	color: rgba(0,0,0,.5)
}
.news-page02 .more {
	font-size: 18px;
	margin-top: 30px;
	color: #555
}
.news-page02 .iconfont {
	font-size: 22px;
	margin-right: 12px
}
.news-page02 .day {
	color: #333;
	position: absolute;
	right: 5%;
	top: 60px;
	z-index: 0;
	text-align: center
}
.news-page02 .day .t1 {
	font-size: 48px;
	line-height: 1
}
.news-page02 .day .t2 {
	font-size: 15px
}
@media only screen and (min-width:961px) {
.news-page01 .wrap:hover .title {
	color: #3f3d3c
}
.news-page01 .wrap:hover .img {
	transform: scale(1.1)
}
.news-page02 .item:hover {
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}
.news-page02 .item:hover .img {
	transform: scale(1.1);
	transition: transform .6s linear
}
.news-page02 .item:hover:after {
	transform: scaleX(1);
	transition: transform .6s linear
}
}
@media only screen and (max-width:1440px) {
.news-page01 {
	padding-left: 40px;
	padding-right: 40px
}
.news-page01 .title {
	font-size: 24px;
	line-height: 32px;
	max-height: 64px;
	margin-bottom: 20px
}
.news-page01 .content {
	font-size: 14px;
	line-height: 22px;
	height: 110px
}
.news-page01 .footer {
	margin-top: 100px;
	font-size: 16px
}
.news-page01 .iconfont {
	font-size: 22px
}
.news-page02 .item {
	padding: 40px;
	margin-bottom: 60px
}
.news-page02 .title {
	font-size: 20px;
	line-height: 28px;
	max-height: 56px;
	margin-bottom: 16px
}
.news-page02 .content {
	font-size: 14px;
	line-height: 22px;
	height: 66px
}
.news-page02 .more {
	font-size: 16px;
	margin-top: 20px
}
.news-page02 .picture {
	width: 300px
}
.news-page02 .main {
	width: calc(100% - 300px)
}
.news-page02 .day {
	top: 50px
}
.news-page02 .day .t1 {
	font-size: 40px
}
.news-page02 .day .t2 {
	font-size: 13px
}
}
@media only screen and (max-width:1200px) {
.news-page01 .footer {
	margin-top: 60px
}
}
@media only screen and (max-width:960px) {
.news-page01 {
	padding-left: 0;
	padding-right: 0
}
.news-page01 .title {
	font-size: 20px;
	line-height: 28px;
	max-height: 28px;
	margin-bottom: 16px;
	-webkit-line-clamp: 1
}
.news-page01 .content {
	font-size: 13px;
	line-height: 20px;
	height: 60px;
	-webkit-line-clamp: 3
}
.news-page01 .footer {
	margin-top: 40px;
	font-size: 14px
}
.news-page01 .iconfont {
	font-size: 20px
}
.news-page02 {
	padding-top: 0
}
.news-page02 .item {
	padding: 30px 0 0;
	border-top: 1px solid #eee;
	margin-top: 30px;
	box-shadow: none;
	margin-bottom: 0
}
.news-page02 .title {
	font-size: 20px;
	line-height: 28px;
	max-height: 28px;
	margin-bottom: 16px;
	-webkit-line-clamp: 1
}
.news-page02 .content {
	font-size: 13px;
	line-height: 20px;
	height: 60px;
	-webkit-line-clamp: 3
}
.news-page02 .picture {
	width: 44.5%
}
.news-page02 .main {
	width: 55.5%;
	padding: 0 0 0 5%
}
.news-page02 .more {
	display: none
}
.news-page02 .time {
	display: block;
	margin-top: 40px
}
.news-page02 .day {
	display: none
}
}
@media only screen and (max-width:640px) {
.news-page01 .title {
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	margin-bottom: 0;
	-webkit-line-clamp: 2
}
.news-page01 .content {
	display: none
}
.news-page01 .footer {
	margin-top: 24px;
	font-size: 12px;
	color: rgba(0,0,0,.5)
}
.news-page01 .more {
	display: none
}
.news-page02 .title {
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	margin-bottom: 0;
	-webkit-line-clamp: 2
}
.news-page02 .content {
	display: none
}
.news-page02 .time {
	margin-top: 24px;
	font-size: 12px
}
}
.news-detail01 {
	width: 94%;
	max-width: 1420px;
	margin: 0 auto;
	padding-top: 60px
}
.news-detail01 .header {
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 50px
}
.news-detail01 .header .title {
	width: 100%;
	line-height: 1.3;
	color: #444444;
	font-weight: 700;
	margin-bottom: 20px;text-align: center; font-size:20px;
}
.news-detail01 .share {
	font-size: 22px;
	margin-left: auto
}
.news-detail01 .share .item {
	color: #999;
	margin-right: 12px
}
.news-detail01 .share .item:last-of-type {
	margin-right: 0
}
.news-detail01 .share .item:hover {
	color: #3f3d3c
}
.news-detail01 .content {
	padding-bottom: 20px
}

.news-detail01 .content p{ font-size:14px; text-indent:2em;}
.news-detail01 .content p img{text-indent:0em !important; width:100%; height:auto}
@media only screen and (max-width:1440px) {
.news-detail01 {
	padding-top: 50px
}
}
@media only screen and (max-width:960px) {
.news-detail01 {
	padding-top: 40px
}
.news-detail01 .header {
	padding-bottom: 16px;
	margin-bottom: 30px
}
.news-detail01 .header .title {
	margin-bottom: 12px
}
.news-detail01 .share {
	display: none
}
}
@media only screen and (max-width:640px) {
.news-detail01 {
	padding-top: 30px
}
.news-detail01 .header {
	padding-bottom: 12px;
	margin-bottom: 20px
}
.news-detail01 .header .time {
	font-size: 12px
}
}
.download-page01 {
	align-items: stretch
}
.download-page01 .side {
	width: 240px;
	background-color: #f6f6f6;
	position: relative
}
.download-page01 .main {
	width: calc(100% - 240px);
	position: relative
}
.download-page01 .main .btn1 {
	display: block
}
.download-page01 .main .btn2, .download-page01 .main.hasemail .btn1 {
	display: none
}
.download-page01 .main.hasemail .btn2 {
	display: block
}
.download-page01 .picture {
	background: no-repeat 50%/cover
}
.download-page01 .bg {
	display: block;
	width: 100%
}
.download-page01 .view {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto
}
.download-page01 .view .item {
	font-size: 16px;
	padding: 40px 60px 40px 40px;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
	transition: color .3s
}
.download-page01 .view .item.active {
	color: #3f3d3c
}
.download-page01 .view .iconfont {
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%)
}
.download-page01 ::-webkit-scrollbar {
background:transparent;
width:4px;
height:4px
}
.download-page01 ::-webkit-scrollbar-thumb {
background:#3f3d3c;
width:4px;
height:4px;
border-radius:0
}
.download-page01 .box {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10% 3.5% 3%;
	width: 100%;
	background-image: linear-gradient(transparent, rgba(0,0,0,.4))
}
.download-page01 .title {
	margin-bottom: 4px;
	font-weight: 700
}
.download-page01 .btn {
	display: block;
	width: 160px;
	height: 44px;
	border-radius: 5px;
	margin-top: 24px;
	background: #cd0016 url(../images/icon-download.png) no-repeat 50%/auto 32px;
	transition: background-color .3s
}
@media only screen and (min-width:961px) {
.download-page01 .view .item:hover {
	color: #3f3d3c
}
.download-page01 .btn:hover {
	background-color: #e52e40;
	cursor: pointer
}
}
@media only screen and (max-width:1440px) {
.download-page01 .side {
	width: 200px
}
.download-page01 .main {
	width: calc(100% - 200px)
}
.download-page01 .view .item {
	font-size: 14px;
	padding: 24px 40px 24px 24px
}
.download-page01 .view .iconfont {
	font-size: 16px;
	right: 16px
}
.download-page01 .btn {
	width: 140px;
	height: 42px;
	background-size: auto 28px
}
}
@media only screen and (max-width:960px) {
.download-page01 .side {
	width: 150px
}
.download-page01 .main {
	width: calc(100% - 150px)
}
.download-page01 .view .item {
	font-size: 12px;
	padding: 14px 32px 14px 12px
}
.download-page01 .view .iconfont {
	font-size: 13px;
	right: 8px
}
.download-page01 .btn {
	width: 120px;
	height: 40px;
	background-size: auto 24px;
	margin-top: 20px
}
}
@media only screen and (max-width:640px) {
.download-page01 {
	width: 100%
}
.download-page01 .main {
	height: 280px
}
.download-page01 .picture {
	height: 100%
}
.download-page01 .box {
	padding: 80px 16px 16px
}
.download-page01 .content {
	display: none
}
.download-page01 .btn {
	width: 100px;
	height: 36px;
	background-size: auto 20px;
	margin-top: 16px
}
}
.contact-page01 .list {
	align-items: flex-start
}
.contact-page01 .item {
	width: 33.33%;
	padding: 0 3%;
	text-align: center;
	color: rgba(0,0,0,.35)
}
.contact-page01 .icon {
	width: 48px;
	display: block;
	margin: 0 auto
}
.contact-page01 .title {
	color: #333;
	margin: 16px 0 12px
}
.contact-map {
	height: 600px;
	position: relative;
	z-index: 0
}
.contact-map .amap-copyright, .contact-map .amap-logo {
	display: none!important
}
.contact-map .amap-icon {
	overflow: visible!important
}
.contact-map .amap-icon:after, .contact-map .amap-icon:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	background: rgba(230,35,16,.5);
	border-radius: 50%;
	transform: scale(.1);
	z-index: 0;
	-webkit-animation: amap-icon-anim 3.6s ease-out infinite;
	animation: amap-icon-anim 3.6s ease-out infinite
}
.contact-map .amap-icon:before {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.contact-map .amap-icon:after {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.contact-map .amap-info-content {
	padding: 28px;
	text-align: center;
	position: relative
}
.contact-map .amap-info-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #3f3d3c;
	transform-origin: left;
	transform: scaleX(0);
	transition: transform .4s linear
}
.contact-map .amap-info-close {
	top: 12px
}
.contact-map .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}
.contact-map .item {
	width: 50%;
	margin-bottom: 10px
}
.contact-map .item.w100 {
	width: 100%
}
.contact-map .tit {
	font-size: 15px;
	color: rgba(0,0,0,.65)
}
.contact-map .text {
	color: rgba(0,0,0,.35);
	font-size: 13px
}
.contact-page03 {
	align-items: stretch;
	justify-content: space-between
}
.contact-page03 .item {
	width: 48.5%;
	margin-bottom: 3%;
	padding: 36px 50px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.03);
	transition: box-shadow .3s linear
}
.contact-page03 .info {
	align-items: flex-start
}
.contact-page03 .sitem {
	font-size: 15px;
	width: 40%;
	padding-right: 4%;
	line-height: 1.3;
	margin-bottom: 8px;
	color: rgba(0,0,0,.35)
}
.contact-page03 .title {
	font-size: 20px;
	color: rgba(0,0,0,.65);
	margin-bottom: 20px
}
.contact-page03 .footer {
	margin-top: 30px
}
.contact-page03 .link {
	color: rgba(0,0,0,.35);
	position: relative
}
.contact-page03 .link:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.15);
	transform: scaleX(0);
	transition: transform .3s
}
.contact-message01 .tit {
	font-weight: 700;
	color: #3f3d3c;
	margin-bottom: 40px; background:url(../images/tts.png) no-repeat;
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMEMzNkEwNDRFQzYxMUU5ODc2RkUxQ0I3QTU3REY2QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMEMzNkEwNTRFQzYxMUU5ODc2RkUxQ0I3QTU3REY2QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUwQzM2QTAyNEVDNjExRTk4NzZGRTFDQjdBNTdERjZCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUwQzM2QTAzNEVDNjExRTk4NzZGRTFDQjdBNTdERjZCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zSo09QAABMhJREFUeNrsnWtsFFUUx+8uLSW0hJCAH4kJj8THFwkJSR8KUpWCiBpFMAolEFAgJNTgdz8RYxANoBASo6IFQQXkVbTBQgsNTSlBRWIJz6QIiYAolpa+/J/s3dLHbufMdGZn5s75J//Q7J7MPf31cvfeuWfuxhpUrkqhfPhFeDycp1/rUsFXFnwdroM/zkSDT3TdtUyopx6GP4LnqHDrdf07FMOdfiYS7/HzY/ovH3a4SU2D3/U7iSTg0XA1PEaZpTeCAngjPEqZp5FBADwWfk2ZqdNBAPy8MlfvBQHwOAPB/qJnEKeCMG8cxoz9BK6Ar8KxPjOQoIhyuq8BZ24ciuVNxz8L4Mc1n12YH5cnAXMWEKXwF0qUCu6qPouaSbRIw+uTAbkszgC8W+Cm1aoBVoyrAXkK57/5t8IxpVYyluNzOYDbhWU/rYA3MOJGcABnCc9eWq4XZhxVcgDHhGm33oY3MWPr8SG3My7M2HpLT1U5alKJ271KAPO0DP7UBtx89N4mAczTUngzM/YaXAC4V3uufETptQTewoz9U8O90ndpKUqtRfBWZux1DfdyqrW7qL8Wwp8xY29ouJdSvSmA+4tu2nxuE+7FdAECuLfeVPz7Ln/BTwLuhYGCBPAD0f7dl8zYm3Ah3GgVKIATom3+bczYW3AR/AcnWAArNR/+2ibcc9yLRx3wPLicGXubxlz4dzsNRBkw7aRvZ8b+reGetdtIVAHPhXfYhPubk4aiCPhV+Btm7B34KfhXp41FDfAr8E6bcAe1Qx0lwC/Du5ix/6hE8eCZwTYaFcAvwd8xY//VcF0pu4oCYNpZ+J4Ze1fDbXCrcdMBU63zbptwXS23MhnwbHgPM/Y/mMqf6t1OwlTAVDH6AzO2WcOt8yIREwHPhPcxY++pRBXmSa+SiRsI94ANuNRza71MyCTAJTbgtuieW+t1UqYAfs4G3Fb4GfhEJhIzAfCz8CHFK/FKwq3JVHJhB1xsA+593dOrM5lgPORwK5i/Q5vu6UcznWRYAT+te+4QRmy77rlH/Ug0jICnwocVr245Cfdnv5ING+AiPSxw4HboqdsRPxMOE2CqQ/gJzmHEdmq4lX4nHRbABTbgkmbpeCWArTVB98RhNuBWBCX5MABeaxPuwSAlH3TAOXoWwNFsD+AOzwTgLp87QDYj7gV4v4vtJocZ2lGmHY518FAnFwr6M3B0S7HKohfTnts+F9ssSfHHouePJ6vENr5xY/A7A7xHu8V7XWyLxvp09cFU3bPYRMBn9RyYbi+2atfo1/a43NajauBzi0q8GCKC8KTncT0Xnqg/E8571E6exfu5po3BfdXo8fU7Bvl+6O9FhE4CWAALYJEAFsACWCSABbAAFglgASwSwAJYAIsEsAAWwElF6XjbNj8AZ0cI8FA/ABdHCPB0PwDTcVeFEYD7CLza7YtmMSBTmX4VvAb+SoXja8/sigpYPlDWX80TdwK4hRFHkD+E3ze093I/Z5qdAG7yIBFTdc3JGHxYZqts/egEMNV+HRN2lqITVg86AUwqFX6s2VSnU8B0uPB8YZhWZcrhk/k9px10Eh6dt9AoPLtFh93TyazrnV4gluZrf+miM1SiZPShiEG9qXsrPQa2zer+hNXX/v4vwAAwneVVZ0/9iAAAAABJRU5ErkJggg==) no-repeat 0;*/
	background-size: 24px;
	padding-left: 44px
}
.contact-message01 .wrap {
	box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
	padding: 50px 4% 60px
}
.contact-message01 .form {
	align-items: flex-start;
	justify-content: space-between
}
.contact-message01 .form ::-moz-placeholder {
color:#999
}
.contact-message01 .form ::-webkit-input-placeholder {
color:#999
}
.contact-message01 .form :-ms-input-placeholder {
color:#999
}
.contact-message01 .form .item {
	width: 48%;
	margin-bottom: 2%
}
.contact-message01 .form .item.required .label:before {
	content: "* ";
	color: red
}
.contact-message01 .form .item.w100 {
	width: 100%
}
.contact-message01 .form .label {
	display: block;
	font-size: 15px;
	margin-bottom: 8px
}
.contact-message01 .form .input {
	width: 100%;
	height: 42px;
	outline: none;
	border: 1px solid #eee;
	background-color: #f6f6f6;
	padding: 0 14px;
	border-radius: 0;
	overflow: hidden;
	-webkit-appearance: none;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-size: 12px
}
.contact-message01 .form .input:focus {
	border-color: #999
}
.contact-message01 .form .textarea {
	width: 100%;
	height: 140px;
	outline: none;
	resize: none;
	padding: 12px 14px;
	border: 1px solid #eee;
	background-color: #f6f6f6;
	-webkit-appearance: none;
	display: block;
	border-radius: 3px
}
.contact-message01 .form .textarea:focus {
	border-color: #999
}
.contact-message01 .form .submit {
	width: 200px;
	line-height: 44px;
	background-color: #3f3d3c;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-radius: 24px;
	margin: 20px auto 0;
	font-weight: 600;
	border: none!important;
	font-weight: 400;
	outline: none
}
.contact-message01 .form .submit:focus {
	opacity: .9
}
.contact-message01 .form .submit:before {
	display: none
}
@-webkit-keyframes amap-icon-anim {
0% {
opacity:0;
transform:scale(.1)
}
5% {
opacity:1
}
to {
	opacity: 0;
	transform: scale(1)
}
}
@keyframes amap-icon-anim {
0% {
opacity:0;
transform:scale(.1)
}
5% {
opacity:1
}
to {
	opacity: 0;
	transform: scale(1)
}
}
@media only screen and (min-width:961px) {
.contact-page01 .item {
	transition: transform .3s
}
.contact-page01 .item:hover {
	transform: translateY(-14px)
}
.contact-map .amap-info-content:hover:after {
	transform: scaleX(1)
}
.contact-page03 .item:hover {
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1)
}
.contact-page03 .link:hover:after {
	transform: scaleX(1)
}
}
@media only screen and (max-width:1440px) {
.contact-page01 .icon {
	width: 40px
}
.contact-page01 .title {
	margin: 12px 0 8px
}
.contact-map {
	height: 450px
}
.contact-page03 .item {
	padding: 30px 40px
}
.contact-page03 .title {
	font-size: 18px
}
.contact-page03 .sitem {
	width: 50%;
	font-size: 14px
}
.contact-page03 .footer {
	margin-top: 20px;
	font-size: 13px
}
}
@media only screen and (max-width:960px) {
.contact-page01 .content {
	line-height: 1.5
}
.contact-page02 {
	width: 100%
}
.contact-map {
	height: 360px
}
.contact-page03 .item {
	width: 100%;
	margin-bottom: 40px;
	padding: 30px 0
}
.contact-page03 .link:after {
	transform: scaleX(1)
}
.contact-message01 {
	padding: 0;
	width: 100%;
	box-shadow: none
}
.contact-message01 .tit {
	padding-left: 32px;
	background-size: 18px;
	margin-bottom: 30px
}
.contact-message01 .wrap {
	padding: 40px 3% 60px
}
}
@media only screen and (max-width:640px) {
.contact-page01 .item {
	width: 100%;
	padding-left: 48px;
	text-align: left;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee
}
.contact-page01 .item:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.contact-page01 .title {
	margin: 0 0 10px
}
.contact-page01 .icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 30px
}
.contact-map {
	height: 300px
}
.contact-page03 {
	padding: 0
}
.contact-page03 .item {
	box-shadow: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 0
}
.contact-page03 .item:last-of-type {
	border-bottom: none
}
.contact-page03 .title {
	font-size: 16px
}
.contact-page03 .sitem {
	width: 100%
}
.contact-page03 .footer {
	margin-top: 12px
}
.contact-message01 .tit {
	padding-left: 28px;
	background-size: 16px
}
.contact-message01 .form .item {
	width: 100%;
	margin-bottom: 16px
}
.contact-message01 .form .input {
	height: 40px
}
.contact-message01 .form .submit {
	font-size: 12px;
	line-height: 36px;
	width: 180px
}
.contact-message01 .form .label {
	font-size: 14px;
	margin-bottom: 4px
}
.contact-message01 .form .textarea {
	height: 100px
}

.page-footer .statement>a {
	color: #3f3d3c;
	padding-right: 14px;
	margin-right: 10px; font-size:12px;
/*	position: relative*/
}


}
 /*****************/
 .indexnewsbt{ width:100%; height:50px; line-height:50px; margin-bottom:20px; }
 .indexnewsbt .bt{ width:auto; height:50px; line-height:50px; float:left;font-size:22px; font-weight:bold; color:#282828}
  .indexnewsbt .mr{ width:auto; height:50px; line-height:50px; float:right; text-align:right; font-size:14px; color:#a4a4a4}
    .indexnewsbt .mr a{color:#a4a4a4}
    .indexnewsbt .mr a:hover{color:#282828}


.top-img-md2 {
	
	width: 100%;
   background:url(../images/myxt.jpg) no-repeat center center;
        background-size: 100% auto;
}
.top-img-md2:before{ content:""; display:block; padding-top:100%}
/*.top-img-md2 img{ width:100%; height:auto; margin:0 auto; text-align:center}
*/
.top-img-md--image { width:100%; height:auto; margin:0 auto; text-align:center
}

.top-img-md--content h4 {
  margin-bottom: 32px;
}
h1.hero-heading {
  font-size: 56px;
  line-height: 60px;
}
.button.white, a.button.white, .button-style.white {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.6);
  
}



/**ADD**/

.pagefooter_top{ width:100%; height:140px; border-bottom:2px solid #a58a63;}
.pagefooter_top .footlogo{ width:161px; height:118px; float:left}
.pagefooter_top .footewm{ width:auto; height:118px; float:right}

.pagefooter_top .footewm ul li{ width:118px; height:118px; float:left; margin-left:7px; display:inline-block}


.time{ text-align:center; width:100%}
.clickbox {width: 100%;
border-top: 1px solid #eee;
color: #999;
line-height: 30px;
font-size: 14px;
position: relative;
margin-top: 34px;
padding-top: 20px;}


.page-list {
	max-width: 1600px;
	margin: 0 auto;
	    text-align: center;
}

.page-list a {
	width: auto; padding:0 20px;
	height:38px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	color: #666;

	border-radius: 3px;
	margin-right: 10px;
	transition: all 0.5s linear;
	font-family: 'gotham-Book'; margin-top:5px;
}

.page-list a:hover {
	color: #fff;
	background: #3f3d3c;
	border: 1px solid #3f3d3c;
}

.page-list a.on {
	color: #fff;
	background: #3f3d3c;
	border: 1px solid #3f3d3c;
}

.page-list a.prev {
	background: #fff url(../images/icon24.png) center center no-repeat;
}

.page-list a.next {
	background: #fff url(../images/icon25.png) center center no-repeat;
}


/**DUNHUANG**/
.dunhuang{ background-image:url(../images/dunhuang.jpg) no-repent; background-size:contain}
.ilistbox {
  position: relative;
  z-index: 9;
  margin-top: 100vh;
}
.i-list4 {
  background: url(../images/dunhuang.jpg) no-repeat center center;
    background-size: auto;
  background-size: cover;
  padding: 3.5rem 0 3rem;
}
.w1680 {
  width: 1600px;

  margin: 0 auto;
  max-width: 90%;
}

.i-list4 .tit2 {
  text-align: center;
  color: #ed5100;
  margin-bottom: 1rem;
}

.i-list4 .p {
  max-width: 360px;
  width: 100%;
  margin: 0 auto .65rem;
  text-align: center;
  line-height: 1.8;
  color: #e5e5e5;
}


