.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.w1900 {
	width: 1900px;
	margin: 0 auto;
	position: relative;
}

body {
	font-family: "Arial";
}

.head {
    padding-top: 28px;
	position: absolute;
	right: 4.7%;
	top: 0;
	z-index: 999;
	width: 270px;
}

.head a {
	text-transform: uppercase;
	color: #000;
}
.head .head-logo{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 270px;
	transition: all .5s;
	opacity: 1;
}
.head .logo-icon{
	width: 39px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 28px;
	cursor: pointer;
}

.head .logo {
	cursor: pointer;
	width: 100%;
	height: 29px;
	background: url(../images/logo.png) no-repeat;
	background-size: cover;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden; 
	-ms-backface-visibility:hidden; 
}

.head .head-nav {
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 271px;
	overflow: hidden;
	transition: all .5s;
	padding: 0 24px;
	transform: translate(0, -100%);
}

.head .head-nav span {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	background: url(../images/menu-icon.png) no-repeat;
	background-size: cover;
}

.head .head-nav .nav-li {
	padding: 14px 0;
}

.head .head-nav ul ul {
	height: 0;
	overflow: hidden;
	transition: all 1s;
}
.head .head-nav .nav-li:first-child {
	padding: 32px 0 14px;
}

.head .head-nav .nav-li:nth-child(2) ul a {
	font-size: 12px;
}

.head .head-nav .nav-li:nth-child(2) {
	padding-bottom: 25px;
	transition: all .5s;
}
.head .head-nav .nav-li:nth-child(2):hover{
	padding-bottom: 8px;
}

.head .head-nav .nav-li:nth-child(3) {
	padding-top: 0;
	transition: all 0.3s
}

.head .head-nav .nav-li:nth-child(4) {
	padding: 14px 0 30px;
}

.head .head-nav .nav-li:first-child a {
	font-weight: bold;
}

.head .head-nav .nav-li:nth-child(2):hover ul {
	height: 100px;
}

.head .head-nav .nav-li:nth-child(3) ul li:first-child{
    display: none;
}
.head .head-nav .nav-li:nth-child(3):hover ul{
    height: 45px;
}
.head .head-nav .nav-li:nth-child(3):hover{
    padding-bottom: 0;
}
.head .head-nav .nav-li:nth-child(4) ul {
	display: none;
}

.head.main{
    right: 81px;
}

.head.main .logo {
    width: 270px;
	background: url(../images/logo-b.png) no-repeat;
	background-size: cover;
}

.head.main .head-nav {
	background-color: rgba(237, 237, 237, 0.7);
}

.head .nav-li:nth-child(2) .navA {
	display: inline-block;
	padding-bottom: 4px;
}
.head.page {
    right: 80px;
}
.head.page .logo {
    width: 270px;
    height: 29px;
	background: url(../images/logo.png) no-repeat;
    background-size: cover;
}

.head.page .head-nav {
	background-color: rgba(237, 237, 237, 0.7);
}

.head li .one{
    display: block;
}
.head li .two{
    display: none;
}
.head li:hover .one{
    display: none;
}
.head li:hover .two{
    display: block;
}

.head ul ul li .one2{
    display: block;
}
.head ul ul li .two2{
    display: none;
}
.head ul ul li:hover .one2{
    display: none;
}
.head ul ul li:hover .two2{
    display: block;
}

.index.swiper1 {
	z-index: -1 !important;
}
.banner-link{
	display: inline-block;
	width: 1920px;
	height: 592px;
}
.home.swiper2{
    position: absolute !important;
    width: 100%;
    height: 100%;
}
.home.index{
    opacity: 0;
    visibility: hidden;
    /* transition: all 1s; */
}

.home.index.show{
    opacity: 1;
    visibility: visible;
    z-index: 2!important;
}
.swiper1 {
	position: absolute !important;
	width: 100%;
	height: 100%;
}

.index.swiper1 .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: 100% 100%;
	z-index: 100;
	position: relative;
}

.active2 .img-box2 {
	overflow: hidden;
	position: relative;
	width: 294px;
	height: 239px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.active2 .img-box2 img {
	position: relative;
	z-index: 2;
}
.active2 .img-box2:before{
	width: 100%;
	height: 100%;
	content: "";
	background-color: #fff;
	position: absolute;
}

.active2 .flash {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -500px;
	top: 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0%, rgba(186, 186, 186, 1.0)50%, rgba(255, 255, 255, 0)100%);
	transform: skewX(-35deg);
}
.active2.active .flash {
	left: 500px;
	transition: all 4s ease-in-out;
}
.active2.hide .img-box2{
     display: none;
}
.active2.hide{
    background: url(../images/banner2.jpg) !important;
}
.active2 .copys{
    display: none;
}
.active2.hide .copys{
    display: block;
}
.active2 .head,
.active2 .swiper-button-prev,
.active2 .swiper-button-next,
.active2 .page1{
    display: none;
}
.active2.hide .head,
.active2.hide .swiper-button-prev,
.active2.hide .swiper-button-next,
.active2.hide .page1{
    display: block;
}
/* .active2 .bg1:before{
	width: 100%;
	height: 10%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0));
	z-index: 999;
}
.active2 .bg1:after{
	width: 10%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0));
	z-index: 999;
}
.active2 .bg2:before{
	width: 100%;
	height: 10%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
	z-index: 999;
}
.active2 .bg2:after{
	width: 10%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(to left,rgba(0,0,0,1),rgba(0,0,0,0));
	z-index: 999;
} */





.swiper-pagination-bullet {
	margin: 0 12px !important;
	background: #fff !important;
	opacity: 0.4 !important;
}

.swiper-pagination-bullet-active {
	margin: 0 12px !important;
	background: #fff !important;
	opacity: 1 !important;
}

.swiper-pagination {
	bottom: 65px !important;
	left: 50% !important;
	transform: translate(-50%,0) !important;
}

.swiper-button-next {
	right: 0 !important;
    width: 60px !important;
    height: 80px !important;
    background-size: 12px 22px !important;
	background-image: url(../images/rightbtn.png) !important;
	background-position: 40px center !important;
	transform: translate(0,-50%) !important;
}

.swiper-button-prev {
	left: 0 !important;
    width: 60px !important;
    height: 80px !important;
    background-size: 12px 22px !important;
	background-image: url(../images/leftbtn.png) !important;
	background-position: 10px center !important;
	transform: translate(0,-50%) !important;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: auto !important;
}

.product .swiper-button-next,
.product .swiper-button-prev{
    opacity: 0.8;
}

.swiper-slide {
	width: 100%;
	height: 100%;
    background-size: 100% 100%;
}

.product-title {
	padding: 25px;
	position: absolute;
	right: 0;
	bottom: 80px;
	z-index: 1;
	width: 348px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.7);
	transform: translate(93%, 0);
	transition: all 0.5s;
}

.product-title:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	background: url(../images/content-icon.png) no-repeat;
	width: 17px;
	height: 22px;
	transform: translate(0,-50%);
}

.product-title:hover {
	transform: translate(0, 0);
}

.product-title:hover:before {
	display: none;
}

.product-title .title {
	display: flex;
	text-transform: uppercase;
	padding-bottom: 25px;
	font-size: 12px;
}

.product-title .title:last-child {
	padding: 0;
}

.product-title .title span:first-child {
	flex: 0 0 66px;
}
.product-title .title span lable:first-child{
    display: none;
}
.product-title .title:nth-child(4) span:last-child lable{
    letter-spacing: 3px;
}


.about-top {
	margin-bottom: 8px;
	color: #000;
	display: flex;
	background-color: #f9f9f9;
}

.about-top .left {
	flex: 0 0 45%;
	background: url(../images/about-top.jpg) no-repeat;
	background-size: cover;
}

.about-top .left img {
	width: 100%;
}

.about-top .right {
	flex: 0 0 55%;
	padding: 50px 50px 50px 60px;
}

.about-top .right h2 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
}

.about-top .right .title {
	padding-bottom: 50px;
	position: relative;
}

.about-top .right .title:before {
	content: "";
	position: absolute;
	width: 95px;
	height: 2px;
	bottom: 24px;
	left: 0;
	background-color: #8e65cb;
}

.about-top .right .about-content p {
	padding-bottom: 25px;
	font-size: 16px;
}

.about-top .right .about-content p:last-child {
	padding: 0;
}

.about-bottom {
	display: flex;
	background-color: #f9f9f9;
}

.about-bottom .right {
	flex: 0 0 55%;
}

.about-bottom .left {
	flex: 0 0 45%;
	padding: 32px 30px 30px 34px;
}

.about-bottom .right {
	display: flex;
}

.about-bottom .right img {
	width: 100%;
}

.about-bottom .right .img {
	flex: 1;
}

.about-bottom .title {
	padding-bottom: 50px;
	position: relative;
}

.about-bottom .title:before {
	content: "";
	position: absolute;
	width: 95px;
	height: 2px;
	bottom: 24px;
	left: 0;
	background-color: #8e65cb;
}

.about-bottom .title h2 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
}

.about-bottom .about-content p {
	font-size: 16px;
}

.contact {
	width: 530px;
	margin: 0 auto;
}

.contact .contact-top {
	display: flex;
}

.contact .contact-top .left p {
	padding-top: 20px;
	width: 25px;
	word-wrap: break-word;
	font-size: 18px;
	margin-left: 25px;
}

.contact .contact-top .left:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #000;
	right: 0;
}

.contact .contact-top .left {
	flex: 0 0 43%;
	position: relative;
	display: flex;
	align-items: center;
}

.contact .contact-top .right {
	flex: 0 0 57%;
	padding-left: 15px;
}

.contact .contact-top .right ul li {
	font-size: 15px;
	display: flex;
	padding-bottom: 5px;
}

.contact .contact-top .right ul li:last-child {
	padding: 0;
}

.contact .contact-top .right ul li span:first-child {
	flex: 0 0 30%;
}

.contact .contact-top .right ul li span:last-child {
	flex: 0 0 70%;
}

.contact .contact-top .right h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.contact .contact-top .right ul li label {
	margin: 0;
}

.contact .contact-top .right ul li label:first-child {
	letter-spacing: 1.8px;
}

.contact .contact-top .right ul li label:last-child {
	letter-spacing: 0.6px;
}

.contact .contact-top .right h2 span {
	font-size: 16px;
	display: inline-block;
	padding-left: 30px;
}

.contact-bottom form {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-bottom form input:first-child,
.contact-bottom form input:nth-child(2) {
	width: 49.5%;
	height: 44px;
	padding-left: 18px;
	font-size: 16px;
	border: 1px solid #c1c1c1;
}

.contact-bottom form textarea {
	font-size: 16px;
	padding: 15px 0 0 18px;
	margin-top: 22px;
	width: 100%;
	border-color: #c1c1c1;
	height: 106px;
	resize: none;
}

.contact-bottom form a {
    text-align: center;
    line-height: 30px;
	width: 96px;
	height: 30px;
	color: #757575;
	font-size: 15px;
	border: 1px solid #c1c1c1;
	background-color: transparent;
	margin: 22px auto 0;
}

.contact-box {
	padding: 44px 0 46px;
}

.contact-banner {
	position: relative;
}

.contact-banner h2 {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	margin: 0;
	font-weight: bold;
	font-size: 60px;
}
.personal-box {
    display: flex;
}
.personal-box .left{
    position: relative;
    flex: 0 0 480px;
    background: url(../images/personal-left.jpg) no-repeat;
    background-size: cover;
}
.personal-box .right{
    position: relative;
    background-color: #050404;
    color: #fff;
    flex: 1;
    height: 775px;
    padding-left: 60px;
}
.personal-box .right h2{
    position: relative;
    font-size: 80px;
    margin-top: 270px;
}
.personal-box .right h2:before{
    content: "";
    position: absolute;
    width: 225px;
    left: 5px;
    height: 6px;
    background-color: #fff;
    bottom: -15px;
}
.personal-box .right ul{
    padding-top: 210px;
}
.personal-box .right ul li {
    font-family: 微软雅黑;
    color: #fefdfd;
    padding-bottom: 20px;
    font-size: 16px;
}
.personal-box h2 span{
    position: absolute;
    left: 280px;
    bottom: -5px;
    font-size: 75px;
    letter-spacing: -3px;
}
.team .left{
    flex: 0 0 480px;
    background: url(../images/personal-left.jpg) no-repeat;
    background-size: cover;
}
.team .team-box img{
    height: 100%;
}
.team .team-box{
    position: absolute;
    overflow: hidden;
    width: 315px;
    height: 388px;
}
.team .team-box:first-child{
    top: 0;
    left: 25%;
}
.team .team-box:nth-child(2){
    bottom: 0;
    left: 0;
}
.team .team-box:nth-child(3){
    bottom: 0;
    right: 25%;
}
.team .team-box:nth-child(4){
    right: 0;
    top: 0;
}

.team .team-title{
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: rgba(0,0,0,0.3);
    color: white;
    bottom: 0;
    margin: 0;
    padding: 10px;
    transition: all 0.5s;
}
.team .team-title h4{
    font-size: 26px;
    display: none;
    position: relative;
}
.team h4 span{
    font-size: 16px;
    position: absolute;
    bottom: 3px;
}
.team .left h4 span{
    left: 16%;
}
.team .right .team-box:first-child span,
.team .right .team-box:nth-child(2) span{
    bottom: 2px;
    left: 24%;
}
.team .right .team-box:nth-child(3) span,
.team .right .team-box:nth-child(4) span{
    bottom: 2px;
    left: 33%;
}
.team .team-title:before{
    content: "";
    position: absolute;
    width: 70px;
    height: 6px;
    background-color: white;
    bottom: 17%;
    left: 10px;
}
/*.team .team-box.active .team-title{*/
/*    height: 70px;*/
/*}*/
/*.team .team-box.active .team-title h4{*/
/*    display: block;*/
/*}*/
/*.team .team-box.active .team-title h3{*/
/*    display: none;*/
/*}*/
.team .left:hover .team-title{
    height: 70px;
}
.team .left:hover .team-title h3{
    display: none;
}
.team .left:hover .team-title h4{
    display: block;
}
.team .team-box:hover .team-title{
    height: 70px;
}
.team .team-box:hover .team-title h3{
    display: none;
}
.team .team-box:hover .team-title h4{
    display: block;
}
.team a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.copys{
    position: absolute;
    width: 100%;
    bottom: 5px;
    text-align: center;
    color: rgba(255,255,255,0.4);
}
.copys a{
    color: rgba(255,255,255,0.4);
}