
/*header*/

.header {
	width: calc(100vw - 100px);
	height: 80px;
	position: absolute;
	top: 0;
	left: 90px;
	z-index: 999;
}

.header .logo,
.header .seting{
	height: 80px;
	width: 180px;
	float: left;
}

.header .logo img {
	display: block;
	margin: 18px 0;
	height: 44px;
	width: 132px;
}

.header .nav-list {
	height: 80px;
	line-height: 80px;
	text-align: center;
	float: right;
}

.nav-list li {
	height: 80px;
	padding: 0 32px;
	float: left;
}

.nav-list li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "PingFang";
}

.nav-list li a:hover {
	color: #ccc;
}

.about-tit{
	width: 180px;
	height: 88px;
}

/* 视频背景 */
.video-box {
    position: relative;
    height: 100vh;
    background-color: #C1CFF7;
    /*进行视频裁剪*/
    overflow: hidden;
}

.video-box .video-background {
    position: absolute;
    left: 50%;
    top: 50%;
    /*保证视频内容始终居中*/
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    /*保证视频充满屏幕*/
    object-fit: cover;
    min-height: 800px;
}

.positionDiv {
	position: relative;
}

.about-con {
	height: 700px;
	width: 100%;
	position: relative;
	background-image: url(../img/about.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:746px 563px;
	min-width: 1100px;
}

.a_txt {
	width: 604px;
	margin: 0 auto;
	margin-top: 178px;
	text-align: center;
}

.slogan{
	font-size: 22px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 26px;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing: 2px;
}

/* 历程 */
.dev-line {
	width: 100%;
	padding: 80px 0;
	background-color: #F6F3E9;
	text-align: center;
}

.dev-img{
	width: 184px;
	height: 138px;
	margin-bottom: 50px;
}

.lineTime {
	width: 640px;
	margin: 0 auto;
}

.lineTime li{
	text-align: initial;
	width: 820PX;
	padding:0 10px;
	/* min-height: 30px; */
	color: #333333;
}

.timeBar {
	float: left;
	height: 40px;
	width: 180px;
	font-size: 24px;
	letter-spacing: 2px;
	font-family: MicrosoftYaHei;
}

.timeCon {
	float: left;
	width: 600px;
	padding-left: 38px;
	border-left: 2px solid #191919;
	font-size: 18px;
	position: relative;
	min-height: 60px;
	font-family: MicrosoftYaHei;
}

.timeCon p {
	line-height: 40px;
	margin-top: -10px;
	padding-bottom: 20px;
}

.timeCon .read{
	font-size: 12px;
	color: #bbb;
}

.timeCon a {
	color: #333;
}

.yuandian {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #191919;
	left: -7px;
	top: 0px;
}
/* 历程结束 */

/* 招商 */
.leasing{
	position: fixed;
	right: 0;
	top: calc(50% - 132px);
	width: 60px;
	height: 264px;
	background-color: #7080A8;
	border-radius: 12px 0px 0px 12px;
	text-align: center;
}
.tel{
	width: 44px;
	height: 44px;
	margin: 30px 0 20px;
}
.leas-txt{
	font-size: 26px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	height: 147px;

}
.leas-txt p{
	height: 25%;
}
.popCon{
	display: none;
	width: 342px;
	height: 280px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
	position: absolute;
	right: 80px;
	bottom: -42px;
	padding: 34px;
}
.p-title{
	font-size: 36px;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #191919;
}
.telnumber{
	font-size: 32px;
	font-family: MicrosoftYaHei;
	font-weight: bold;
	color: #E60013;
	margin-top: 30px;
}
.pop-img{
	margin-top: 20px;
}
.pop-img img{
	width: 140px;
	height: 140px;
}
.img-item{
	text-align: center;
	display: inline-block;
}
/* .popCon::after{
	content: '';
	position: absolute;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	right: -20px;
	bottom: 50%;
} */


/* 招商结束 */

.txt_con {
	text-align: center;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
}

.prod {
	height: 700px;
	width: 100%;
	overflow: hidden;
	min-width: 1100px;
}

.prod_1 {
	background-color: #F0F5FF;
}

.prod_con {
	height: 700px;
	margin: 0 auto;
	position: relative;

}

.prod_txt {
	width: 300px;
	height: 200px;
	text-align: center;
	position: absolute;
}

.prod_txt h2{
	margin-bottom: 16px;
	letter-spacing: 3px;
	font-size: 24px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #142038;
	line-height: 48px;
}

.prod_txt p {
	text-align: center;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #142038;
	line-height: 36px;
}

.prod_1 .prod_txt {
	left: 246px;
	top: 228px;
}

.prod_1 .pro_box {
	width: 1074px;
	height: 600px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url('../img/pro_1.png');
	background-size: cover;
	background-position: bottom left;
}

.light {
	width: 227px;
	height: 240px;
	position: absolute;
	top: 0px;
	left: 119px;
	background-image: url(../img/pdc_1_ico.png);
	background-position: center;
	background-size: cover;
}

.prod_2 {
	background-color: #FFFFFF;
	width: 100%;
}

.prod_2 .pro_box {
    height: 100%;
	width: 100%;
	background-image: url('../img/pro_2.png');
	background-repeat: no-repeat;
	background-size: 1274px 585px;
    background-position: bottom center;
}

.prod_2  .prod_txt {
	top: 240px;
	left: calc(50% - 201px);
	width: 402px;
}

.prod_3 {
	background-color: #F6EDE2;
}

.prod_3 .prod_txt {
	top: 250px;
	right: 420px;
}

.prod_3 .prod_txt p,.prod_3 .prod_txt h2{
	color: #9F7A53 !important;
}

.prod_3 .pro_box {
	position: absolute;
	left: 308px;
	width: 733px;
	height: 100%;
	background-image: url('../img/pro_3.png');
	background-repeat: no-repeat;
	background-size: 733px 678px;
    background-position: bottom center;
}

.prod_4 {
	background-image: url(../img/downBg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.prod_4.prod,.prod_4 .prod_con{
	height: 1038px;
}

.prod_4 .prod_txt {
	top: 234px;
	right: 150px;
	width: auto;
	text-align: left;
}

.prod_4 .prod_txt h2{
	font-size: 48px;
	font-weight: bold;
	color: #333333;
	line-height: 44px;
	text-align: left;
}

.prod_4 .prod_txt p{
	text-align: left;
	font-size: 48px;
	font-family: PingFang;
	font-weight: bold;
	color: #F3BBC9;
	line-height: 44px;
	margin-top: 40px;
	margin-bottom: 62px;
}

.prod_4 .pro_box {
	width: 610px;
	height: 795px;
	left: 240px;
	position: absolute;
	bottom: 100px;
	background-image: url('../img/pro_4-2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
    background-position: center;
}

.down-img img{
	width: 220px;
	height: 64px;
	margin-right: 50px;
}

.ewm-box{
	text-align: left;
	position: relative;
}

.ewm-box::after{
	content: "";
	border-color: transparent transparent #fff transparent;
	border-width: 15px;
	border-style: solid;
	position: absolute;
	top: -30px;
	left: 100px;
}

.down-ewm{
	width: 300px;
	height: 300px;
	border: 10px solid #fff;
}
.ercode-box{
	display: flex;
	margin-top: 32px;
	justify-content: space-between;
}
.mp-box{
	margin-left: 60px;
}
.mp-box .mp-ewm{
	width: 260px;
	height: 320px;
}
.prod_5{
	background-color: #FFFFFF;
}

.prod_5 .pro_box {
	width: 1066px;
	height: 586px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url('../img/black-water.png');
	background-size: cover;
	background-position: bottom left;
}
.flower {
	width: 390px;
	height: 390px;
	position: absolute;
	top: 0px;
	right: 0;
	background-image: url(../img/black-right.png);
	background-position: center;
	background-size: cover;
}

.prod_5 .prod_txt {
	right: 220px;
	top: 230px;
}

.prod_6{
	background-color: #FFFDF5;
}
.prod_6 .prod_txt {
	left: 246px;
	top: 228px;
}

.prod_6 .pro_box {
	width: 599px;
	height: 599px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url('../img/pro_6.png');
	background-size: cover;
	background-position: bottom left;
	/* background-position:center; */
}

/*底部版权*/

.footer {
	width: 100%;
	height: 350px;
	padding: 57.5px 0;
	position: relative;
	z-index: 9999;
	background-color: #383734;
}

.footerCon {
	width: 1100px;
	height: 360px;
	margin: 0 auto;
	color: #fff;
	position: relative;
/*	background-color: #42B983;*/
}


.footerCon .p1 {
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
}

.footerDIvl {
	width: 450px;
	height: 180px;
	padding-top: 40px;
	float: left;
}

.l-erweima ,
.r-erweima {
	width: 100px;
	height: 130px;
	float: left;
	text-align: center;
}

.l-erweima img ,
.r-erweima img {
	width: 100px;
	height: 100px;
	display: block;
}

.l-erweima p ,
.r-erweima p {
	height: 30px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
}

.l-erweima {
	margin-right: 30px;
}

.erwemaCon {
	width: 600px;
	height: 130px;
	margin-bottom: 10px;
}

.footerDIvl .p2 {
	line-height: 22px;
	letter-spacing: 1px;
}

.footerDIvr {
	width: 260px;
	height: 170px;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

.footerDIvr p {
	line-height: 26px;
	text-align: right;
	letter-spacing: 1px;
}

.footerDIvr a {
	margin-top: 10px;
	float: right;
}

/* 新版底部 */
.new_footer{
	height: 54px;
	line-height: 54px;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
}
.new_footer a {
	color: #666666;
}
.new_footer a:hover{
	color: #F3BBC9;
}

/*回到顶部*/
#elevator_item {
	width: 60px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: none;
}
#elevator_item.off {
	opacity: 0;
	visibility: hidden
}
#elevator {
	display: block;
	width: 60px;
	height: 50px;
	background: url(../img/icon_top.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	margin-bottom: 10px
}
#elevator:hover {
	background-color: rgba(0,0,0,.7)
}
#elevator:active {
	background-color: rgba(0,0,0,.75)
}
#elevator_item .qr {
	display: block;
	width: 60px;
	height: 40px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	background: url(../img/icon_code.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6)
}
#elevator_item .qr:hover {
	background-color: rgba(0,0,0,.7)
}
#elevator_item .qr:active {
	background-color: rgba(0,0,0,.75)
}
#elevator_item .qr-popup {
	width: 170px;
	height: 200px;
	background: #fff;
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	position: absolute;
	left: -180px;
	bottom: 0;
	border-radius: 2px;
	display: none;
	text-align: center
}
#elevator_item .qr-popup .code-link {
	display: block;
	margin: 10px;
	color: #777
}
#elevator_item .qr-popup .code {
	display: block;
	margin-bottom: 10px;
	width:150px;
	height: 150px;
}
#elevator_item .qr-popup .arr {
	width: 6px;
	height: 11px;
	background: url(../img/code_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: -6px;
	bottom: 14px
}