/* header */
.outer{
	width: 100%;
	height: 100px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.outer .header{
	width: 1500px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.outer .header .header-left{
	width: 100px;
	height: 60px;
}
.outer .header .header-left img{
	width: 100%;
	height: 100%;
}
.outer .header .header-right{
	display: flex;
	align-items: center;
}
.outer .header .header-right .right-btn{
	display: flex;
	align-items: center;
}
.outer .header .header-right .right-btn a{
	font-size: 20px;
	color: #fff;
	margin-right: 50px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
}
.outer .header .header-right .right-btn a:hover{
	border-bottom: 4px solid #fff;
}
.outer .header .header-right .right-btn .active{
	border-bottom: 4px solid #fff;
}
.outer .header .header-right .right-lang{
	display: flex;
	align-items: center;
}
.outer .header .header-right .right-lang img{
	width: 18px;
	height: 18px;
}
.outer .header .header-right .right-lang span{
	margin: 0 15px;
}
.outer .header .header-right .right-lang span,.outer .header .header-right .right-lang a{
	color: #fff;
	font-size: 18px;
}

/* video */
.video{
	width: 1920px;
	height: 960px;
	margin: 0 auto;
}
.video img{
	width: 100%;
	height: 100%;
}

/* ����ͼ */
.nav-photo{
	width: 1920px;
	height: 900px;
	margin: 0 auto;
}
.nav-photo img{
	width: 100%;
	height: 100%;
}

/* banner */
.banner{
	width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	height: 100%;
}

/* ������� */
.shuju{
	width: 1920px;
	height: 150px;
	background-color: #AFAFAF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.shuju .shuju-outer{
	width: 1400px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shuju .shuju-outer .outer-item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.shuju .shuju-outer .outer-item .item-num{
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}
.shuju .shuju-outer .outer-item .item-num .num-text{
	font-size: 48px;
	font-family: pd-bold;
	margin-right: 10px;
}
.shuju .shuju-outer .outer-item .item-num .num-unit{
	font-size: 24px;
}
.shuju .shuju-outer .outer-item .item-text{
	color: rgba(0,0,0,0.7);
	font-size: 16px;
	font-family: pd-regular;
}

/* �������� */
.raytech{
	width: 1920px;
	height: 750px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.raytech .raytech-outer{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.raytech .raytech-outer .raytech-left{
	width: 820px;
	margin-right: 38px;
	position: relative;
}
.raytech .raytech-outer .raytech-left .left-title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	width: 100%;
	font-size: 42px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	height: 61px;
	font-family: PlayfairDisplay-Bold;
	color: #000000;
	opacity: 0.7;
}
.raytech .raytech-outer .raytech-left .left-title img{
	margin-left: 27px;
	vertical-align: middle;
}
.raytech .raytech-outer .raytech-left .left-text{
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0px;
	font-weight: normal;
	font-stretch: normal;
	text-align: justify;
	font-family: PlayfairDisplay-Medium;
	color: #000000;
	opacity: 0.8;
}
.raytech .raytech-outer .raytech-left .left-btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 180px;
	height: 48px;
	border: 1px solid rgba(0,0,0,1);
	padding: 0 25px 0 30px;
	color: rgba(0,0,0,0.9);
}
.raytech .raytech-outer .raytech-left .left-btn p{
	font-size: 16px;
	font-family: PlayfairDisplay-Bold;
	text-transform: uppercase;
}
.raytech .raytech-outer .raytech-right{
	width: 540px;
	height: 540px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.raytech .raytech-outer .raytech-right img{
	width: 100%;
	height: 100%;
}
.raytech .raytech-outer .raytech-bkg-1{
	width: 540px;
	height: 540px;
	position: absolute;
	right: 320px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(to top,#FAFAFA,transparent);
	border-radius: 100%;
}
.raytech .raytech-outer .raytech-bkg-2{
	width: 540px;
	height: 540px;
	position: absolute;
	right: 860px;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(to bottom,#FAFAFA,transparent);
	border-radius: 100%;
}

/* banner-group */
.banner-group{
	width: 1920px;
	height: 850px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-group .group-outer{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.banner-group .group-outer p{
	font-size: 28px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 50px;
}
.banner-group .group-outer img{
	width: 100%;
	height: auto;
}

/* ���� */
.haibao{
	width: 1920px;
	height: 850px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.haibao .haibao-outer{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.haibao .haibao-outer p{
	font-size: 28px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 50px;
}
.haibao .haibao-outer .haibao-lunbo{
	display: flex;
	align-items: center;
}
.haibao .haibao-outer .haibao-lunbo .lunbo-item{
	width: 380px;
	height: 480px;
	overflow: hidden;
	margin: 0 15px;
}
.haibao .haibao-outer .haibao-lunbo .lunbo-item img{
	width: 100%;
}

/* Ʒ�� */
.pinpai{
	width: 1920px;
	height: 450px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.pinpai .pinpai-title{
	font-size: 36px;
	margin-bottom: 60px;
}
.pinpai .pinpai-group{
	width: 1400px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pinpai .pinpai-group .group-item{
	margin-right: 40px;
	margin-top: 30px;
	width: 200px;
	height: 100px;
}
.pinpai .pinpai-group .group-item:nth-child(6n){
	margin-right: 0;
}
.pinpai .pinpai-group .group-item img{
	width: 100%;
}

/* �ײ� */
.footer-msg{
	width: 1920px;
	height: 150px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #444444;
}
.footer-msg .msg-outer{
	width: 1400px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-msg .msg-outer .msg-left{
	display: flex;
	flex-direction: column;
}
.footer-msg .msg-outer .msg-left p:first-child{
	font-size: 24px;
	color: #fff;
	margin-bottom: 6px;
}
.footer-msg .msg-outer .msg-left p:last-child{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4)
}
.footer-msg .msg-outer .msg-right{
	display: flex;
	align-items: center;
}
.footer-msg .msg-outer .msg-right input{
	width: 240px;
	height: 50px;
	line-height: 50px;
	margin-right: 16px;
	padding: 0 20px;
	box-sizing: border-box;
}
.footer-msg .msg-outer .msg-right a{
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.footer-info{
	width: 1920px;
	height: 300px;
	margin: 0 auto;
	background-color: #2C2C2C;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-info .info-outer{
	width: 1400px;
	display: flex;
	justify-content: space-between;
}
.footer-info .info-outer .info-left{
	display: flex;
	flex-direction: column;
}
.footer-info .info-outer .left-code{
	display: flex;
	align-items: center;
}
.footer-info .info-outer .left-code .code-type{
	margin-right: 50px;
}
.footer-info .info-outer .left-code .code-type p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.footer-info .info-outer .left-code .code-type .type-dsc{
	display: flex;
	align-items: center;
}
.footer-info .info-outer .left-code .code-type .type-dsc .dsc-item{
	margin-right: 80px;
	border-radius: 6px;
	overflow: hidden;
	width: 86px;
	height: 86px;
}
.footer-info .info-outer .left-copy{
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
.footer-info .info-outer .left-copy p{
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
}
.footer-info .info-outer .info-right{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer-info .info-outer .info-right .right-phone{
	display: flex;
	align-items: center;
}
.footer-info .info-outer .info-right .right-phone img{
	width: 15px;
	height: 15px;
}
.footer-info .info-outer .info-right .right-phone p{
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin-left: 10px;
}
.footer-info .info-outer .info-right .right-info{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.footer-info .info-outer .info-right .right-info img{
	width: 20px;
	height: 20px;
}
.footer-info .info-outer .info-right .right-info .info-text{
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}
.footer-info .info-outer .info-right .right-link{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.footer-info .info-outer .info-right .right-link .link-item{
	width: 39px;
	height: 39px;
	margin-left: 20px;
}
.footer-info .info-outer .info-right .right-link .link-item img{
	width: 100%;
}

/* �������� */
.about{
	width: 1920px;
	height: 900px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .about-bkg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about .about-outer{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1400px;
}
.about .about-outer .about-img{
	flex-shrink: 0;
	width: 460px;
	height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.about .about-outer .about-img img{
	width: 100%;
	height: 100%;
}
.about .about-outer .about-text{
	display: flex;
	flex-direction: column;
	width: 60%;
}
.about .about-outer .about-text .text-title{
	font-size: 42px;
	font-family: pd-bold;
	margin-bottom: 50px;
	color: rgba(0,0,0,0.7);
}
.about .about-outer .about-text .text-text{
	font-size: 18px;
	line-height: 1.8;
	color: rgba(0,0,0,0.7);
}
.about .about-outer .about-photo{
	display: flex;
	align-items: center;
}
.about .about-outer .about-photo .photo-item{
	display: flex;
	flex-direction: column;
}
.about .about-outer .about-photo .photo-item .item-img{
	width: 350px;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .about-outer .about-photo .photo-item .item-img img{
	width: 100%;
}
.about .about-outer .about-photo .photo-item .item-title{
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	color: rgba(0,0,0,0.7);
}

/* products */
.products-bkg{
	width: 100%;
	height: 100vh;
}
.type{
	width: 700px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.type .type-title{
	width: 100%;
	text-align: center;
	font-size: 42px;
	text-transform: capitalize;
	font-family: pd-bold;
	margin-bottom: 80px;
	color: rgba(0,0,0,0.7);
}
.type .type-wrap{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.type .type-wrap .wrap-item{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.type .type-wrap .wrap-item p{
	font-size: 18px;
	margin-top: 20px;
	text-transform: capitalize;
	font-family: pd-bold;
	color: rgba(0,0,0,0.7);
}

/* ��Ʒ�б� */
.products{
	width: 1400px;
	margin: 80px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.products .products-title{
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	display: inline-block;
	text-transform: capitalize;
	background-color: rgba(0,0,0,0.8);
	padding: 0 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.products .products-title::before{
	content: '- ';
}
.products .products-title::after{
	content: ' -';
}
.products .products-list{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.products .products-list .list-item{
	width: 323px;
	display: flex;
	flex-direction: column;
	margin-right: 36px;
	margin-top: 36px;
	align-items: center;
}
.products .products-list .list-item:nth-child(4n){
	margin-right: 0;
}
.products .products-list .list-item:hover{
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.products .products-list .list-item .item-img{
	width: 323px;
	height: 370px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products .products-list .list-item .item-img img{
	width: 100%;
}
.products .products-list .list-item .item-title{
	font-size: 22px;
	color: rgba(0,0,0,0.7);
}
.products .products-list .list-item .item-btn{
	display: flex;
	align-items: center;
	background-color: #B2B2B2;
	width: 130px;
	height: 36px;
	border-radius: 6px;
	justify-content: center;
	margin: 20px 0 30px 0;
}
.products .products-list .list-item:hover > .item-btn{
	background-color: #2C2C2C;
}
.products .products-list .list-item .item-btn p{
	color: #fff;
	margin-left: 10px;
	font-size: 16px;
}

/* ������ť */
.btn{
	width: 130px;
	background-color: #000;
	position: fixed;
	top: 35%;
	right: 10px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 6px;
	padding: 20px 0;
	box-sizing: border-box;
}
.btn .btn-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
}
.btn .btn-item:last-child{
	margin-bottom: 0;
}
.btn .btn-item img{
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}
.btn .btn-item .item-icon{
	width: 34px;
	height: 34px;
}
.btn .btn-item p{
	color: #fff;
	text-transform: capitalize;
}

/* ��������������� */
.detail{
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 999;
	overflow: hidden;
}
.detail .detail-outer{
	width: 70%;
	height: 65vh;
	background-color: #fff;
	padding: 70px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.detail .detail-outer .detail-icon{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}
.detail .detail-outer .detail-left{
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-right: 60px;
}
.detail .detail-outer .detail-left .left-title-1{
	font-size: 32px;
	font-family: pd-bold;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.7);
}
.detail .detail-outer .detail-left .left-dsc-1{
	font-size: 18px;
	line-height: 1.8;
	color: rgba(0,0,0,0.7);
}
.detail .detail-outer .detail-left .left-title-2{
	font-size: 20px;
	font-family: pd-bold;
	margin: 30px 0 15px 0;
	color: rgba(0,0,0,0.7);
}
.detail .detail-outer .detail-left .left-dsc-2{
	font-size: 18px;
	line-height: 1.8;
	color: rgba(0,0,0,0.7);
}
.detail .detail-outer .detail-right{
	width: 664px;
	height: 100%;
	overflow: scroll;
	overflow-x: unset;
}
.detail .detail-outer .detail-right img{
	width: 100%;
}

/* ���� */
/* ��ɫ���� */
.color{
	width: 1920px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
}
.color .color-outer{
	width: 1400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.color .color-outer .color-left{
	display: flex;
	flex-direction: column;
	flex: 1;
	margin-right: 150px;
}
.color .color-outer .color-left .left-title{
	font-size: 42px;
	font-family: pd-bold;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.7);
}
.color .color-outer .color-left .left-dsc{
	font-size: 18px;
	color: rgba(0,0,0,0.7);
}
.color .color-outer .color-left .left-color{
	width: 70%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 30px 100px;
}
.color .color-outer .color-left .left-color .color-item{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	flex-shrink: 0;
	margin-right: 36px;
	margin-top: 36px;
}
.color .color-outer .color-left .left-color .color-item:nth-child(5){
	margin-left: 36px;
}
.color .color-outer .color-left .left-btn{
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-family: pd-bold;
	border: 1px solid #000;
	margin-top: 50px;
	color: rgba(0,0,0,0.7);
	font-weight: 600;
}
.color .color-outer .color-left .left-btn:hover{
	background-color: #000;
	color: #fff;
}
.color .color-outer .color-right{
	position: relative;
	width: 415px;
	margin-right: 60px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.color .color-outer .color-right .right-bkg{
	position: absolute;
	width: 415px;
	height: 415px;
	background-color: #F5F5F5;
	border-radius: 100%;
}
.color .color-outer .color-right .right-img
{
	position: relative;
	z-index: 1;
	top: 35px;
	margin-right: 50px;
}
/* logo���� */
.logo{
	width: 1920px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
	background-color: #FAFAFA;
}
.logo .logo-outer{
	width: 1400px;
	position: relative;
}
.logo .logo-outer .logo-title{
	font-size: 42px;
	font-family: pd-bold;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.7);
}
.logo .logo-outer .logo-img{
	position: relative;
	margin-left: 100px;
}
.logo .logo-outer .logo-img .img-logo{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.logo .logo-outer .logo-btn{
	position: absolute;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-family: pd-bold;
	border: 1px solid #000;
	color: rgba(0,0,0,0.7);
	right: 200px;
	top: 180px;
	font-weight: 600;
}
.logo .logo-outer .logo-btn:hover{
	background-color: #000;
	color: #fff;
}
.logo .logo-outer .logo-dsc{
	font-size: 18px;
	color: rgba(0,0,0,0.7);
	position: absolute;
	left: 730px;
	bottom: 100px;
	width: 490px;
	line-height: 1.8;
}
/* ���ƹ��� */
.function{
	width: 1920px;
	margin: 0 auto;
	position: relative;
}
.function .function-bkg{
	width: 100%;
}
.function .function-text{
	width: 1400px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.function .function-text .function-title{
	position: absolute;
	top: 80px;
	font-size: 42px;
	font-family: pd-bold;
	color: rgba(0,0,0,0.7);
}
.function .function-text .function-dsc{
	font-size: 18px;
	color: rgba(0,0,0,0.7);
	position: absolute;
	top: 260px;
}
.function .function-text .function-app{
	font-size: 18px;
	position: absolute;
	top: 525px;
	left: 245px;
	color: rgba(0,0,0,0.7);
}
.function .function-text .function-suction{
	font-size: 18px;
	position: absolute;
	top: 170px;
	left: 680px;
	color: rgba(0,0,0,0.7);
}
.function .function-text .function-remote{
	font-size: 18px;
	position: absolute;
	top: 860px;
	right: 770px;
	color: rgba(0,0,0,0.7);
}
.function .function-text .function-vibration{
	font-size: 18px;
	position: absolute;
	top: 600px;
	left: 1255px;
	color: rgba(0,0,0,0.7);
	width: 275px;
}
/* �ߴ綨�� */
.size{
	width: 1920px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
	background-color: #FAFAFA;
}
.size .size-outer{
	width: 1400px;
}
.size .size-outer .size-title{
	font-size: 42px;
	font-family: pd-bold;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.7);
}
.size .size-outer .size-dsc{
	font-size: 18px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 30px;
}
.size .size-outer .size-img{
	margin: 0 auto;
	width: 736px;
	display: block;
}
/* bendable */
.bendable{
	width: 1920px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
}
.bendable .bendable-outer{
	width: 1400px;
	display: flex;
	flex-direction: column;
}
.bendable .bendable-outer .bendable-title{
	font-size: 42px;
	font-family: pd-bold;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.7);
}
.bendable .bendable-outer .bendable-ctn{
	display: flex;
	align-items: center;
	margin-left: 260px;
	margin-top: 40px;
}
.bendable .bendable-outer .bendable-ctn p{
	font-size: 18px;
	color: rgba(0,0,0,0.7);
	margin-left: 160px;
}
/* model */
.model{
	width: 1920px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 100px 0;
	box-sizing: border-box;
	background-color: #FAFAFA;
}
.model .model-outer{
	width: 1400px;
	display: flex;
	flex-direction: column;
}
.model .model-outer .model-title{
	font-size: 42px;
	font-family: pd-bold;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.7);
}
.model .model-outer .model-ctn{
	display: flex;
	align-items: center;
}
.model .model-outer .model-ctn p{
	font-size: 18px;
	color: rgba(0,0,0,0.7);
	margin-right: 100px;
	line-height: 1.8;
}
.model .model-outer .model-ctn img{
	margin-right: 100px;
}

/* ���� */
.hezuo{
	width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hezuo .hezuo-text{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hezuo .hezuo-text p{
	width: 50%;
}
.hezuo .hezuo-text p:first-child{
	font-size: 42px;
	font-family: pd-bold;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.7);
}
.hezuo .hezuo-text p:last-child{
	font-size: 18px;
	line-height: 1.8;
	color: rgba(0,0,0,0.7);
}
.hezuo .hezuo-img{
	width: 50%;
	height: 600px;
}
.hezuo .hezuo-img img{
	width: 100%;
}

/* ��ϵ */
.contact{
	width: 1520px;
	margin: 0 auto;
	margin-top: 100px;
	background-color: #fff;
	display: flex;
}
.contact .contact-left{
	flex: 1;
	padding: 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.contact .contact-left .left-title{
	font-size: 32px;
	font-family: pd-bold;
	margin-bottom: 40px;
	color: rgba(0,0,0,0.7);
}
.contact .contact-left .left-dsc{
	font-size: 18px;
	color: rgba(0,0,0,0.75);
	margin-bottom: 40px;
	font-family: pd-regular;
}
.contact .contact-left .left-code{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.contact .contact-left .left-code .code-item{
	display: flex;
	flex-direction: column;
	margin-right: 40px;
}
.contact .contact-left .left-code .code-item .item-type{
	font-size: 16px;
	font-family: pd-regular;
	margin-bottom: 10px;
	color: rgba(0,0,0,0.85);
}
.contact .contact-left .left-code .code-item .item-img{
	display: flex;
	align-items: center;
}
.contact .contact-left .left-code .code-item .item-img img{
	margin-right: 70px;
	margin-left: -4px;
}
.contact .contact-left .left-info{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.contact .contact-left .left-info .info-icon{
	margin-right: 10px;
}
.contact .contact-left .left-info .info-text{
	font-size: 18px;
	color: rgba(0,0,0,0.7);
	font-family: pd-regular;
}
.contact .contact-right{
	width: 660px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding: 60px 30px;
	box-sizing: border-box;
}
.contact .contact-right .right-title{
	font-size: 32px;
	font-family: pd-bold;
	margin-bottom: 20px;
	color: rgba(0,0,0,0.7);
}
.contact .contact-right .right-form{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.contact .contact-right .right-form .form-item{
	display: flex;
	position: relative;
	margin-top: 20px;
}
.contact .contact-right .right-form .form-item .item-key{
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	text-transform: capitalize;
}
.contact .contact-right .right-form .form-item .item-input{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	font-size: 18px;
	padding: 0 15px 0 110px;
	box-sizing: border-box;
}
.contact .contact-right .right-form .form-item .item-textarea{
	width: 100%;
	height: 200px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	font-size: 18px;
	padding: 20px 15px 0 110px;
	box-sizing: border-box;
}
.contact .contact-right .right-btn{
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 6px;
	display: inline-block;
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 20px;
}
.contact .contact-right .right-btn:hover{
	background-color: #000;
}