@charset "utf-8";
/* CSS Document */
html{
	/* 页面滚动条滑动 */
	/* scroll-behavior: smooth; */
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
html{overflow-x:hidden;}
body{margin:0;padding:0;font-family: "微软雅黑", Verdana, Geneva, sans-serif;font-size:14px;color:#000;}
p,h1,h2,h3,h4,h5,h6{padding:0;margin:0;}
h6{font-size:14px;}
ul,ol,li{list-style:none;margin:0;padding:0px;}
a{color:#000;text-decoration:none;}
img{border:none;vertical-align: bottom;}
.f_l{float:left;}
.f_r{float:right;}
.clear{clear:both;}
input,button{ border:none;}
input,button {outline:none;}
*{ margin:0; padding:0;  }
.clearfix {zoom: 1;}
.clearfix:before, .clearfix:after {content: "";display: block;height: 0;clear: both;overflow: hidden;}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.none { display: none; }
.container{width:1000px;margin:0 auto;height:auto;display:block;}
.sticky-top{
	display: flex;
	justify-content: center;
	width: 100%;
	position: sticky;
	top: 0px;
	background: #FFF;
	z-index: 10;
}
/*头部*/
.header{display:flex; justify-content: space-between; align-items: center; padding: 60px 80px; position: absolute; top: 0; left: 0; right: 0; background-color: transparent;}
.header .logo{display:block; height:35px; width: 149px;}
.header .logo img{display:block; height:35px;}
.header .nav{display:block;}
.header .nav ul li{display:block; float:left; height:30px; line-height:30px;}
.header .nav ul li a{display:block;font-size: 16px;
	color: #000000;
	line-height: 19px;
	text-align: left;
	font-style: normal; padding:0px 15px;}
/* .header .nav ul li a.on{color: #8C7CF6;} */
/* .header .nav ul li a:hover{color: #8C7CF6;} */
.header .call{display:block;font-size: 16px;font-weight: 400;
color: #333333;}
.header .call b{font-size: 24px;
font-weight: bold;
color: #8C7CF6; padding-left:5px; display:inline-block; vertical-align:middle; height:35px; line-height:35px;}
/*轮播图*/
.banner{ width:100%; padding: 124px 0; box-sizing: border-box; background: #F5ECE0;
	width: 100%;
	max-width: 2560px;
	margin: 0 auto;
	overflow-x: hidden;
	position: relative;
	min-width: 1024px;
}
.banner .banner-top { width:77%; max-width: 100%; min-width: 1260px; position : relative; left: 0; right: 0; margin: auto; }
.banner .title-img {
	width: 153px;
	height: 36px;
}

.banner .text-content {
	position: absolute;
	top: 313px;
	left: 80px;

}

.banner .text-ctt {
	margin-top: 38px;
}

.banner .line {
	font-size: 17px;
	color: #42210B;
	line-height: 34px;
	text-align: left;
	font-style: normal;
	display: block;
}

.banner .mt {
	margin-top: 28px;
}

.banner img{display:block; width:100%;}

.case-ctt {
	position: absolute;
	top: 89px; bottom: 90px;
	left: 0;
	right: 0;
	width: 90%;
	margin: auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.case-ctt .left-ctt { flex-grow: 3; }
.case-ctt .left-ctt .title {	font-size: 31px;	color: #42210B;	line-height: 37px;	text-align: left;	font-style: normal; margin-top: 50px;}
.case-ctt .left-ctt .l-item { margin-top: 39px; display: flex; justify-content: flex-start; align-items: flex-start; flex-flow: row nowrap; }
.case-ctt .left-ctt .l-item.first { margin-top: 24px; }
.case-ctt .left-ctt .l-item .duigou { width: 43px; height: 43px; }
.case-ctt .left-ctt .l-item .text-item {margin-left: 21px;}
.case-ctt .left-ctt .l-item .text-item .l-title { font-size: 24px; color: #42210B; line-height: 29px; text-align: left; font-style: normal;  }
.case-ctt .left-ctt .l-item .text-item .l-text { margin-top: 3px; font-size: 17px; color: #42210B; line-height: 20px; text-align: left; font-style: normal;} 
.case-ctt .left-ctt .l-item .text-item .l-text.first { margin-top: 13px;} 
.case-ctt .left-ctt .ll-text.first { margin-top: 60px; }
.case-ctt .left-ctt .ll-text { margin-top: 2px; font-size: 18px;color: #42210B;line-height: 22px;text-align: left;font-style: normal; }
.case-ctt .right-ctt {flex-grow: 2;}
.case-ctt .right-ctt .phone { width: 486px; height: 672px; }
.case-ctt .right-ctt .download-ctt { display: flex; justify-content: flex-end; flex-flow: row nowrap; width: 86%; height: 73px; margin-top: 20px; }
.case-ctt .right-ctt .download-ctt .btn { flex: 1; display: flex; justify-content: flex-end;}
.case-ctt .right-ctt .download-ctt .btn img{ width: 205px; height: 73px; }
.case-ctt .left-ctt .top-img { width: 105px; height: 105px; position: relative; left: 0; right: 0; margin: auto;}

.case{display:block; width:100%; background-color: #fff; padding: 0; min-height: 900px;}
/* .case .case-main { width:1000px; position: relative; left: 0; right: 0; margin: auto; } */
.case img{display:block; width:100%;}
.banner .about-img { width: 745px; height: 453px; }
.banner-top.about { display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-start;}
.about-img { flex: 1; display: flex; justify-content: flex-end;}
.about-content {font-size: 18px;
	color: #42210B;
	line-height: 22px;
	text-align: left;
	font-style: normal; min-width: 600px;}
.about-content .title { font-size: 31px; line-height: 37px;}
.about-content .text-ctt { margin-top: 29px; }
.about-content .text-ctt .text-line { margin-top: 2px; }

/*底部*/
.footer{display:block; width:100%; background: url('/img/resource/1/11.png') center center;padding: 0px; font-size:23px;
    font-weight: 400; color:#fff; height: 317px;}
.footer .container {
    max-width: 100%;
    min-width: 1260px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
		padding-top: 52px;
		box-sizing: border-box;
}
.footer .container .title {  font-size: 31px;
	color: #FFFFFF;
	line-height: 37px;
	text-align: left;
	font-style: normal; }
.footer .nav-footer{display:flex;justify-content: center; color:#fff}
.footer .nav-footer ul li{display:inline-block;height: 24px;
line-height: 24px; margin: 0 20px;cursor: pointer; color:#fff;}
.footer .nav-footer ul li a{color:#fff;}

.contact-way{display:flex; color:#fff;justify-content: space-between; margin-top:49px; padding-bottom:65px;}
.contact-way i{ display:inline-block; height:36px; vertical-align:middle; padding-right:8px;}
.contact-way i img{display:block; width: 100%;}
.contact-way p{display:inline-block;}
.record-number {width: 100%; text-align: center;}
.mailbox i{ width: 35px; height: 26px;  }
.telephone i { width: 32px; height: 32px; }
.address i { width: 32px; height: 37px; }
.record-number .tips{font-size: 16px;
	color: #979898;
	line-height: 24px;
	text-align: center;
	font-style: normal;}

.download-bg{background:url('../img/fiev-bg.jpg') no-repeat;}
.mapPoup {
	position: relative;
	width: 549px;
	height: 178px;
	background: #8C7CF6;
	border-radius: 16px;
	opacity: 0.86;
	box-sizing: border-box;
	padding-left: 40px;
	color: #fff;
	font-size: 16px;
	padding-top: 12px;
}
.mapPoup::after{
	position: absolute;
	top: -5px;
	left: 27px;
	display:inline-block;
	content: "";
	width:10px ;
	height: 10px;
	background: #8C7CF6;
	transform: rotateZ(45deg);
}
.mapPoup img{
	display:inline-block;
	width: 22px;
	height: 22px;
	margin-right: 8px;

}
.mapPoup .contact{
	font-size:20px;font-weight:500;
}
.mapPoup .mapItem{
	margin-top: 12px;
	display: flex;
  align-items: center;
}
.mapPoup .mapItem img{
	width:30px;
	height:30px;
}
.phonePoup{
	position: relative;
	width: 94.666667vw;
  background: #8C7CF6;
  border-radius: 2.133333vw;
  opacity: 0.86;
  box-sizing: border-box;
  padding: 5.066667vw 4.666667vw 5.066667vw;

}
.phonePoup::after{
	position: absolute;
	top: -0.666667vw;
	left: 50%;
	display:inline-block;
	content: "";
	width:1.333333vw ;
	height: 1.333333vw;
	background: #8C7CF6;
	transform: rotateZ(45deg);
}
.phonePoup .contact{
	font-size: 4.8vw;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 6.933333vw;
}

.phonePoup .mapItem{
	display: flex;
	align-items: center;
	margin-top: 3.6vw;
	font-size: 3.466667vw;
	color: #fff;

}
.settlein {
	position: relative;
	height: 942px;
}
.settlein .img-bg {
	width: 100%;
	height: auto;
}
.settlein .formPc {
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
	width: 1200px;
	border-radius: 24px;
	padding: 28px 40px 40px;
	margin: auto;
	background-color: #ffffff;
}
.settlein .formPc .formPc-button {
	width: 312px;
	height: 48px;
	background: #8C7CF6;
	border-radius: 8px;
	color: #ffffff;
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	margin: 40px auto 0;
}
.settlein .formPc .formPc-item .input {
	position: relative;
}
.settlein .formPc .formPc-item .item-arrow {
	width: 14px;
	height:8px;
	position: absolute;
	top: 27px;
  right: 45px;
}
.settlein .formPc .formPc-item .item-title {
	font-size: 16px;
}
.pcUploadBox{
	display: flex;
	flex-wrap: wrap;
}
.add-ims {
	position: relative;
	margin-right: 12px;
	margin-bottom: 12px;
}
.formPc-item .delete{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	background: url('../img/del.png') no-repeat;
	background-size: 100% 100%;
	z-index: 1;
	
}

.settlein .formPc .formPc-item .item-upload {
	width: 100px;
	height: 100px;
	background: #F6F6F6;
	border-radius: 8px;
	text-align: center;
}
.settlein .formPc .formPc-item .item-upload .upload-add {
	width: 24px;
	height: 22px;
	margin-top: 27px;
}
.settlein .formPc .item-textarea {
	width: 100%;
	height: 94px;
	resize: none;
	border:none;
	outline: none;
	font-size: 16px;
	background-color: #f6f6f6;
	padding: 10px;
}
.settlein .formPc .formPc-item .item-input {
	width: 510px;
	font-size: 16px;
	background-color: #f6f6f6;
	padding: 12px;
	margin-top: 10px;
	border-radius: 4px;
}
.settlein .formPc .formPc-item {
	margin-top: 40px;
}
.settlein .formPc .formPc-title {
		font-size: 30px;
		padding-bottom: 27px;
		border-bottom: 1px solid #D9D9D9;
		text-align: center;
}
.form-box {
	position: relative;
	border-radius: 5.333333vw;
	border: 0.266667vw solid #8C7CF6;
	background-color: #fff;
	margin: 0 4.266667vw 5.333333vw;
	padding: 13.333333vw 4vw 5.333333vw;
}
.form-box .box-add {
	width: 32vw;
	height: 16vw;
	position: absolute;
	top: -6.666667vw;
	left: -0.266667vw;
}
.form-box .form-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.2vw;
	background-color: #f6f6f6;
	padding: 3.733333vw  3.2vw;
  border-radius: 1.6vw;
}
.form-box .form-item .item-input {
	background-color: #f6f6f6;
	text-align: right;
	font-size: 4vw;
}
.form-box .item-textarea {
	width: 100%;
	height: 29.333333vw;
	border-radius: 1.6vw;
	padding: 2.666667vw;
	outline: none;
	resize:none;
	margin-top: 1.6vw;
	border: none;
	background-color: #f6f6f6;
	margin-bottom: 3.2vw;
}
.form-content {
	padding-bottom: 5.333333vw;
	background: url('../img/settleInc-bg.png') no-repeat;
	background-color: #E3DEFF;

	background-size: 100vw 72vw;
}
.form-content .zanw {
	height: 50.666667vw;
}
/*.form-content img {
	width: 100%;
	height: 72vw;
}*/
.box-button {
	width: 91.466667vw;
	height: 11.733333vw;
	background-color: #8C7CF6;
	color: #ffffff;
	border-radius: 5.866667vw;
	line-height: 11.733333vw;
	text-align: center;
	margin-left: 4vw;
}
.form-box .item-upload {
	width: 26.666667vw;
	height: 26.666667vw;
	/*flex: 1;*/
	background: #F6F6F6;
	/*border: 0.133333vw solid #EEEEEE;*/
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3.2vw;
	overflow: hidden;

	/*margin-top: 1.6vw;*/
}
.form-box .item-upload img{
	border-radius: 3.2vw;
  overflow: hidden;
}
.form-box .item-upload .upload-add {
	width: 5.866667vw;
	height: 5.866667vw;
	/*margin: 11.6vw 0 0 11.6vw;*/
}
.phonePoup .mapItem img{
	width: 5.333333vw;
	height: 5.333333vw;
	margin-right: 2.133333vw;
}

/* 高德地图logob版本号 */
.amap-logo {
	display: none;
	opacity: 0 !important;
}
.amap-copyright {
	opacity: 0;
}
/* 信息窗体 */
.amap-info-content {
	position: relative;
	padding: 0;
}
.amap-info-content .amap-info-close {
	display: none;
}

.bottom-center .amap-info-sharp{
	border-color: #8C7CF6;
}

.phoneHide{
	display: none;
}
.phoneLogo{
	width: 10.666667vw;
	height: 10.666667vw;
}
.phoneHeader{
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 2.666667vw 5.333333vw 2.666667vw 4.8vw;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background:#fff
}
.headerLeft{
	display: flex;
	align-items: center;
}
.description{
	color: #333;
	font-size: 3.733333vw;
	line-height: 5.333333vw;
	font-weight: 500;
}
.phoneNum{
	color: #8C7CF6;
	font-size: 3.733333vw;
	line-height: 5.333333vw;
	font-weight: 500;
}
.more{
	width: 5.333333vw;
	height: 4.666667vw;
}
.bgBox{
	position: relative;
}
.indexBg{
	width: 100vw;
}
.footerBox {
	background-color: #0E1726;
}
.footerBox .footerBox-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 4.266667vw;
	padding: 3.466667vw 0;
	border-bottom: 0.133333vw solid #3D4450;
}
.item-arrow {
	width: 1.333333vw;
	height: 2.4vw;
}
.footerBox .footerBox-item .item-title {
	font-size: 3.466667vw;
 	color: #fff;
}
.footerBox .footerBox-other {
	margin-top: 5.333333vw;
}
.footerBox .footerBox-other .other-item {
	display: flex;
	margin: 0 4.266667vw;
}
.footerBox .footerBox-other .other-flat {
	border-bottom: 0.133333vw solid #3D4450;
}
.footerBox .footerBox-other .other-center {
	padding: 3.2vw 0 3.6vw;
}
.footerBox .footerBox-other .other-item img {
	width: 5.333333vw;
	height: 5.333333vw;
	margin-right: 2.133333vw;
}
.footerBox .other-version {
	text-align: center;
	padding: 3.066667vw 0 2.933333vw;
}
.suspension {
	width: 100%;
	position: fixed;
  top: 16vw;
	z-index:1 ;
	left: 0;
}
.suspension .mask{
	display: none;
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-color:rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	z-index: -1;

}
.showMenu{
	position:absolute;
	top: -1px;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
	transition: all .6s;
}
.suspension .suspension-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 4.266667vw;
	padding: 3.733333vw 0;
	border-bottom: 0.133333vw solid #3D4450;
}
.downloadBtn a{ 
 position: absolute;
 top: 119.066667vw;
 left: 50%;
 transform: translateX(-50%);
	width: 45.333333vw;
	height: 11.733333vw; 
	display:block;
	background: #8C7CF6;
	border-radius: 1.6vw;
	font-size: 4.533333vw;
	font-weight: 500;
	color: #FFFFFF; 
	text-align:center;
	 line-height:11.733333vw
	}
	.phoneDownload{
		display: flex;
		padding: 0 4.266667vw 5.333333vw;

	}
	.clickDownload{
		width: 100%;
	}
/*小于1000px*/
@media screen and (max-width: 1000px) {
	.hide{
   display: none !important;
	}
	.phoneHide{
		display:block
	}
}

/*大于1000*/

@media screen and (min-width: 1000px) {
	.hide{
   display: show !important;
	}
}
.flex1{
	flex: 1;
}
.mt4{margin-top : 0.533333vw;}
.mt26{margin-top :3.466667vw;}
.mt40{margin-top :5.333333vw;}
.mt40{margin-top :5.333333vw;}
.pt40{padding-top :5.333333vw;}
.ml24{margin-left: 3.2vw;}
.ml26{margin-left: 3.466667vw;}
.pb40{padding-bottom:333333vw;}
.ml40{margin-left: 40px;}
.mt12{margin-top: 12px;}
.text_center{
	text-align: center;
}
.f48{
	font-size: 6.4vw;
}
.f30{
	font-size: 4vw;
}
.flex {
	display: flex;
}
.fw500{font-weight: 500;}
.color_333{color: #333}
.lh70{line-height: 9.333333vw;}
.fColor{color: #fff;}
.red {color: red;}
.color_b3 {color: #b3b3b3;}
.bgColor {background-color: #E3DEFF;}
