@charset "UTF-8";

/*index*/

.VideoContent {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
}

.VideoContent .video-back {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.VideoContent .video-back .shade {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.3);
}

.video-back .shade .menu {
	position: absolute;
	width: 100%;
	overflow: hidden;
	left: 0px;
	top: 10px;
}

.video-back .main-menu ul li a {
	color: #ffffff;
}

.index-logo {
	width: 447px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -223px;
}

.index-slogan {
	width: 18.06%;
	position: absolute;
	bottom: 10%;
	left: 40.97%;
}


/*brand*/


/*services*/


/*team*/

.ml-team {
	width: 100%;
	height: 62.00%;
	position: fixed;
	left: 0px;
	top: 19%;
}

.ml-team li {
	width: 33.33%;
	height: 25%;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.ml-team li .member-name {
	text-align: center;
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ml-team .left{
	background-color: #dcdcdc;
}

.ml-team .right{
	background-color: #ebebeb;
}

.ml-team .left .member-name {
	float: left;
}

.ml-team .right .member-name {
	float: right;
}


/*---------------*/


/***** Lexi *****/


/*---------------*/

.effect-lexi .member-img {
	position: absolute;
	top: 0px;
	height: -webkit-calc(100% + 10px);
	height: calc(100% + 10px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.right .member-img {
	left: 10px;
	margin: -10px 0 0 -10px;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

.left .member-img {
	right: 10px;
	margin: -10px -10px 0 0;
	-webkit-transform: translate3d(-10px, 10px, 0);
	transform: translate3d(-10px, 10px, 0);
}

.effect-lexi .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.effect-lexi .txt::before,
.effect-lexi .view-more {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-lexi .txt::before {
	position: absolute;
	bottom: -30px;
	width: 100px;
	height: 60px;
	border: 1px solid #7f2b2e;
	border-radius: 100%;
	box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.left .txt::before {
	left: -20px;
}

.right .txt::before {
	right: -20px;
}

.effect-lexi:hover .member-img {
	opacity: 0.6;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.effect-lexi .member-name {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px, 5px, 0);
	transform: translate3d(5px, 5px, 0);
}

.effect-lexi .view-more {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	line-height: normal;
	opacity: 0;
}

.right .view-more {
	color: #7f2b2e;
	right: 0;
	padding: 0 5px 5px 0;
	text-align: right;
	-webkit-transform: translate3d(20px, 20px, 0);
	transform: translate3d(20px, 20px, 0);
}

.left .view-more {
	color: #7f2b2e;
	left: 0;
	padding: 0 0 5px 5px;
	text-align: left;
	-webkit-transform: translate3d(-20px, 20px, 0);
	transform: translate3d(-20px, 20px, 0);
}

.effect-lexi:hover .txt::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.effect-lexi:hover .member-name,
.effect-lexi:hover .view-more {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* for lt 1366 X 768 */

@media screen and (max-width: 1366px) {
	.ml-team li .member-name p {
		font-size: 14px;
		line-height: 18px;
	}
}

.memberdata {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

.memberdata .memberdata-ul {
	width: 800px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	top: 60%;
	transform: translateY(-50%);
	background: #C0C0C0;
	min-width: 800px;
	opacity: 0;
	padding: 10px 10px;
	transition: all 1s;
}

.showdata .memberdata-ul {
	top: 50%;
	opacity: 1;
	transition-delay: 0.2s;
}

.memberdata .memberdata-ul li {
	width: 100%;
	overflow: hidden;
	display: none;
	position: relative;
	border: solid 1px #362e2e; 
}

.memberdata .memberdata-ul li .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
}

.memberdata .memberdata-ul li .close:after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	content: '\2715';
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}

.memberdata .memberdata-ul .photo-right {
	background-color: #dcdcdc;
}

.memberdata .memberdata-ul .photo-left {
	background-color: #ebebeb;
}

.memberdata-ul .top-data {
	width: 100%;
	overflow: hidden;
	height: 150px;
	position: relative;
}

.memberdata-ul .top-data img {
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
}

.memberdata-ul .photo-right .top-data img{
	right: 0px;
}

.memberdata-ul .photo-left .top-data img{
	left: 0px;
}

.memberdata-ul .top-data .member-name {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 60%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.memberdata-ul .photo-right .member-name {
	float: left;
}

.memberdata-ul .photo-left .member-name {
	float: right;
}

.memberdata-ul .bottom-data {
	padding: 40px 25px;
}

.memberdata-ul .bottom-data p {
	color: #2b2c32;
	text-align: left;
	padding-left: 20px;
	position: relative;
	margin-bottom: 16px;
}

.memberdata-ul .bottom-data p:before {
	content: '\2713';
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}


/*contactus*/

.contact-us {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/contactus_bg.jpg);
}

.contact-us .company-info {
	width: 70%;
	height: 85%;
	position: absolute;
	left: 15%;
	top: 8%;
}

.contact-us .company-info .map {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -263px;
	top: 50%;
	transform: translateY(-50%);
}

.company-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.company-list li {
	width: 14.43%;
	height: auto;
	overflow: hidden;
	border: 1px solid #b2a4a5;
	border-radius: 10px;
	padding: 10px 0.5%;
	background-color: #ededed;
	position: absolute;
	animation: zoomIn 1.2s 1;
}

.company-list li:first-child {
	left: 6%;
	top: 24%;
}

.company-list li:nth-child(2) {
	right: 36%;
	top: 7.982%;
}

.company-list li:nth-child(3) {
	right: 0;
	top: 24.23%;
}

.company-list li:nth-child(4) {
	left: 22.83%;
	bottom: 10.64%;
}

.company-list li:nth-child(5) {
	right: 47.10%;
	bottom: 2%;
}

.company-list li:last-child {
	right: 16.43%;
	bottom: 6.352%;
	color: #ffffff;
	width: 17.89%;
	background-color: #802b30;
}

.company-list .company-name {
	color: inherit;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin: 0 auto;
}

.company-list li:last-child .company-name {
	font-size: 20px;
	line-height: 40px;
}

.company-list .company-img {
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
}

.company-list .company-img img {
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	transition: all 1.2s;
}

.company-list li:hover .company-img img {
	transform: scale(1.1, 1.1);
}

.company-list .company-address {
	color: inherit;
	text-align: left;
}

/*.company-list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.company-list li {
	width: 194px;
	height: auto;
	overflow: hidden;
	border: 1px solid #b2a4a5;
	border-radius: 10px;
	padding: 12px 6px 15px 6px;
	background-color: #ededed;
	position: absolute;
	animation: zoomIn 1.2s 1;
}

.company-list li:first-child {
	left: 0%;
	top: 25%;
}

.company-list li:nth-child(2) {
	left: 50%;
	margin-left: -97px;
	top: 0;
}

.company-list li:nth-child(3) {
	right: 0;
	top: 15%;
}

.company-list li:nth-child(4) {
	left: 210px;
	bottom: 10.64%;
}

.company-list li:nth-child(5) {
	left: 420px;
	bottom: 0%;
}

.company-list li:last-child {
	right: 210px;
	bottom: 6.352%;
	color: #ffffff;
	width: 17.89%;
	background-color: #802b30;
}

.company-list .company-name {
	margin: 5px 0;
	color: inherit;
	text-align: center;
}

.company-list li:last-child .company-name {
	font-size: 24px;
}

.company-list .company-img {
	width: 100%;
	margin-bottom: 12px;
	overflow: hidden;
}

.company-list .company-img img {
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	transition: all 1.2s;
}

.company-list li:hover .company-img img {
	transform: scale(1.1, 1.1);
}*/

.company-list .company-address {
	line-height: 18px;
	text-align: left;
}

.company-email-phone {
	position: absolute;
	left: 0%;
	top: 11.9%;
}

.company-email-phone p {
	margin-bottom: 8px;
}

.company-email-phone p span {
	display: block;
	padding: 0 12px;
	min-width: 88px;
	margin-right: 10px;
	float: left;
	line-height: inherit;
	background: #7f2b2e;
	color: #ffffff;
	text-align: center;
	border-radius: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.ming-qrcode{
	width: 150px;
	overflow: hidden;
	position: fixed;
	right: 15px;
	bottom: 150px;
	text-align: center;
	z-index: 70;
}
.ming-qrcode img{
	display: block;
	width: 150px;
}
/*cooperate*/

#cooperate .header {
	position: absolute;
}

.cooperate {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/cooperate_bg_01.jpg);
}
.cooperate .cooperate-content{
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.cooperate-content .cooperate_one{
	width: 100%;
	margin-bottom: 20px;
}
.cooperate-content .cooperate_one h2 {
	text-align: center;
	color: #7f2b2e;
	line-height: 40px;
}

.cooperate-content .cooperate_one p {
	display: block;
	text-align: center;
}
.cooperate-content .cooperate-map{
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
}
.cooperate-content .cooperate_two{
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}
.cooperate-content .cooperate_two ul{
	text-align: center;
	overflow: hidden;
}
.cooperate-content .cooperate_two ul li{
	display: inline;
	padding: 0 20px;
	line-height: normal;
	border-right: solid 1px #a0a0a0;
}
.cooperate-content .cooperate_two ul li:last-child{
	border-right: 0px;
}

.cooperate-content .cooperate_three{
	width: 320px;
	height: 76px;
	margin: 0 auto;
	position: relative;
	border: solid 1px #bf9596;
}
.cooperate_three .cooperate-qrcode{
	width: 72px;
	height: 70px;
	position: absolute;
	top: 2px;
	left: 2px;
}
.cooperate_three p{
	position: absolute;
	left: 94px;
	top: 8px;
	font-weight: bold;
	line-height: 20px;
	padding-right: 20px;
}
/*article*/

.article-menu {
	height: 120px;
	background-image: url(../images/show_header.jpg);
	position: relative;
}

.article-menu .header {
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 70;
}

.article-content {
	width: 1200px;
	margin: 0 auto;
}

.article-content .title {
	text-align: center;
	border-bottom: solid 1px #332c2b;
	padding: 80px 0 20px 0;
	margin-bottom: 60px;
}

.article-content p {
	margin-bottom: 16px;
}

.article-content img {
	display: block;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 16px;
}


/*尾部样式*/

.footer {
	width: 100%;
	height: 180px;
	background: rgba(0, 0, 0, 0.8);
}

.footer .footerBox {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.footer .footerBox .qrcode {
	width: 120px;
	height: 136px;
	position: absolute;
	left: 20px;
	top: 22px;
}

.footer .footerBox .qrcode img {
	width: 120px;
	height: 120px;
}

.footer .footerBox .qrcode p {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
}

.footer .footerBox .htmlInfo {
	width: 996px;
	position: absolute;
	left: 175px;
	top: 20px;
}

.footer .footerBox .htmlInfo a {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

.footer .footerBox .htmlInfo p {
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
}

.footer .footerBox .contactIn {
	width: 200px;
	height: 24px;
	position: absolute;
	right: 0px;
	top: 30px;
}

.footer .footerBox .contactIn a {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.6, .6, .6);
	}
	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

@media(max-width:1366px) {
	.cooperate-content .cooperate-map{
		width: 340px;
		margin-bottom: 10px;
	}
	.cooperate-content .cooperate_two{
		margin-bottom: 20px;
	}
}