* {
	margin: 0;
	padding: 0;
    font-family: "微软雅黑", Microsoft YaHei;
    box-sizing: border-box;
}
a {
	text-decoration: none;
	outline: none;
	color: #000;
}
li{
    list-style: none;
}
input{
    outline: none;
}
i,em{
    font-style: normal;
}
strong{
	font-weight: 400;
}
.w{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.w{
    width: 1200px;
    margin: 0 auto;
}
body{
	/* height: 8000px; */
}
.pricew{
	width: 1100px;
	margin: 0 auto;
}
.table{
	display: none;
}
.open{
    /* display: block;
	transition: all 0.5s; */
	animation: fade-in 0.3s;
}
.close{
    display: none;
    transition: all 0.5s;
}
.number2{
	display: none;
}
.phone p{
    display: none;
}
@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0% {opacity: 0;}  
    40% {opacity: 0;}  
    100% {opacity: 1;}  
}  


/* 头部 */
.shuzi {
	font-family: 'pictos';
}
.dianji-he{
	display: none;
	
}
.header{
	width: 1200px;
	margin: 0 auto;
	
}
.header-zhanwei {
	/*height: 85px;*/
}

.nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.navs {
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #000000;
}

.navs:hover {
	color: #4661cc;
	position: relative;
}

.navs:hover span {
	border-bottom: 2px solid #4661cc;
	position: absolute;
	line-height: 30px;
}
.top-dianhua {
	font-size: 24px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #666666;
	padding-right: 30px;
	height: 45px;
	margin-right: 22px;
	margin-left: 30px;
	font-weight: bold;
}
.xianzai a {
	font-size: 14px;
	color: #666666;
	width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.xianzai .zhuce{
    border: 1px solid  #4661b8;;
    border-radius: 30px;
	margin-right: 12px;
	color: #4661b8;
	width: 85px;
}
.xianzai .login{
    border-radius: 30px;
	color: #fff;
	width: 85px;	
	background: -moz-linear-gradient(left, #5355fe 0%, #2bc1dc 100%);
    background: linear-gradient(to right, #5355fe 0%,#2bc1dc 100%);
}

.header {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;

	max-width: 1200px;
}

.headera {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
	background: #fff;
	position: fixed;
	z-index: 99;
	background: #fff;
	border-bottom: 1px solid #ececec;
}

/* .nav{
	position: relative;
}
.service_ul{
	width: 100px;
	display: none;
	position: absolute;
	top: 60px;
	right: 50%;
	transform: translateX(90%);
	background-color: rgba(0,0,0,.4);
}
.service_ul li{
	height: 30px;
	font-size: 16px;
} */
.service {
	position: relative;
}
.service ul{
	position: absolute;
	top: 71px;
	font-size: 17px;
	color: #000000;
	display: block;
	width: 100px;
	text-align: center;
	box-shadow: 0px 4px 10px #f0eeee;
	display: none;
}
.service li{
	display: block;
	height: 45px;
	line-height: 45px;
	/* margin: 0 11px; */
	background-color: #fff;
}
.service ul li:first-child{
	/* border-radius: 5px 5px 0 0; */
	border-bottom: 1px solid #fff;
}
.service ul li:last-child{
	/* border-radius: 0 0 5px 5px; */
}
.service li:hover{
	color: #4661cc;
}



/* banner */
.banner{
    position: relative;
    padding-top: 50px;
}
.banner img{
    display: block;
    width: 100%;
    height: auto;
}
.swiper-button-prev{
    background-image: url(../images/qiehuan.png);
    transform: rotate(180deg);
}
.swiper-button-next{
    background-image: url(../images/qiehuan.png);
}
/* 满足用户 */
.person{
	margin-top: 100px;
}
.person h1{
    font-size: 55px;
	font-weight: normal;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.person h2{
    font-size: 30px;
	font-weight: normal;
    color: #666666;
    text-align: center;
    margin-bottom: 90px;
}
.person .uldl{
    display: flex;
    justify-content: space-between;
}
.person .ultab{
    /* background: -moz-linear-gradient(top, #2ac2db 0%, #545efc 100%);
	background: linear-gradient(to bottom, #2ac2db 0%,#545efc 100%); */
	background: url(../images/ul.png);
	background-size: 100% 100%;
    color: #fff;
    /* border-radius: 30px; */
    width: 16.6%;
}
.person .ultab li{
    text-align: center;
    border-bottom: 1px solid #fff;
    height: 175px;
    font-size: 22px;
    line-height: 27px;
    padding-top: 55px;
    position: relative;
    cursor: pointer;
}
.ultab li span{
    display:block;
    width:0;
    height:0;
    border-style:solid;
    border-width:20px;
    border-color:transparent #31b0e0 transparent transparent;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -20px;
    transform: rotate(180deg);
    display: none;
    transition: all 0.5s;
}
.ultab li:nth-child(2) span{
    border-color:transparent #3e90eb transparent transparent;
}
.ultab li:nth-child(3) span{
    border-color:transparent #4d6ef6 transparent transparent;
}
.ultab li.active span{
    display: block;
}
/* 点 */

.ultab li:first-child dl{
	display: block;
}
.ultab li dl{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	display: none;
}
.ultab li dl dd{
	width:7px;
	height: 7px;
	background-color: transparent;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
	text-align: center;
	/* display: none; */
}
.ultab li dl dd:last-child{
	margin-right: 0;
}
.ultab li dl dd.cur{
	/* display: block; */
	/* background-color: #4d6ef6; */
	background-color: #fff;
}


.dllist{
    width: 81%;
    position: relative;
}
.dllist .lf{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    left: 20px;
}
.dllist .ri{
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.dllist dd{
    /* background: -moz-linear-gradient(left, #5355f6 0%, #82d4eb 100%);
    background: linear-gradient(to right, #5355f6 0%,#82d4eb 100%); */
    position: relative;
    border-radius: 10px;
	height: 525px;
	cursor: pointer;
}
.dllist dd p{
	display: none;
}
.dllist dd img{
	display: none;
}
.dllist dd:nth-child(1){
	background: url(../images/dd1.jpg);
	background-size: 100% 100%;
}
.dllist dd:nth-child(2){
	background: url(../images/dd2.jpg);
	background-size: 100% 100%;
}
.dllist dd:nth-child(3){
	background: url(../images/dd3.jpg);
	background-size: 100% 100%;
}
.dllist dd .spans{
    font-size: 20px;
	line-height: 40px;
    color: #ffffff;
    position: absolute;
    top: 175px;
    left: 90px;
}
.dllist dd .as{
    position: absolute;
    bottom: 80px;
    left: 90px;
    display: block;
    width: 85%;
}
.dllist dd .as i{
    text-align: center;
    background: -moz-linear-gradient(left, #e0d21e 0%, #3abece 100%);
    background: linear-gradient(to right, #e0d21e 0%,#3abece 100%);
    border-radius: 30px;
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
	color: #ffffff;
}
.dllist dd .as em{
    float: right;
    font-size: 26px;
	line-height: 41px;
	color: #ffffff;
}
/* 报价体系 */
.price h1{
    font-size: 55px;
	font-weight: normal;
    color: #333333;
    text-align: center;
    margin-bottom: 20px ;
}
.price h2{
    font-size: 30px;
	font-weight: normal;
    text-align: center;
	color: #666666;
}
.price h3{
    display: flex;
    justify-content: space-between;
    width: 45%;
    margin: 0 auto;
    margin-top: 60px;
    height: 100px;
}
.price h3 span{
    font-size: 26px;
	font-weight: normal;
    color: #333333;
    margin-top: -16px;
}
.price h3 img{
    display: block;
    width: 190px;
    height: auto;
}
.price .set{
    display: flex;
    justify-content: space-between;
}
.price .set li{
    padding-top: 60px;
    /* border: 1px solid #ccc; */
    width: 44.7%;
    /* height: 600px; */
    position: relative;
}
.price .set li{
    -moz-box-shadow:0 0 30px 10px #f0eeee;
     -webkit-box-shadow:0 0 30px 10px #f0eeee;
	 box-shadow:0 0 30px 10px #f0eeee;
	 border-radius: 30px;
}
.price .set li img{
    display: block;
    height: 95px;
    width: auto;
    margin: 0 auto;
}
.price .set li i{
    display: block;
    text-align: center;
    font-size: 24px;
	font-weight: 600;
    color: #333333;
	margin-top: 25px;
	height: 85px;
    /* margin-bottom: 35px; */
}
.price .set li i em{
	font-family: 'pictos';
}
.price .set li span{
    display: block;
    text-align: center;
    font-size: 24px;
	line-height: 45px;
	color: #666666;
}

.price .set li em img{
	display: block;
	width: 40px;
	height: 20px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 25px;
}
.price .set li a{
    background: -moz-linear-gradient(left, #2bc1dc 0%, #5559fd 100%);
    background: linear-gradient(to right, #2bc1dc 0%,#5559fd 100%);
    display: block;
    height: 38px;
    line-height: 38px;
    width: 50%;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    /* position: absolute;
    bottom: 40px;
    left: 50%;
	transform: translateX(-50%); */
	/*transition: all 0.5s;*/
	margin-bottom: 35px;
	margin-top: 30px;
}
.price .set li a:hover{
	/* background: -moz-linear-gradient(left, #e7d720 0%, #e0831c 100%);
	background: linear-gradient(to right, #e7d720 0%,#e0831c 100%); */
	background: url(../images/qg.png);
	background-size: 100% 100%;
}
.develop{
    border-radius: 38px;
    /* -moz-box-shadow:2px 2px 18px 10px #f0eeee;
     -webkit-box-shadow:2px 2px 18px 10px #f0eeee;
	 box-shadow:2px 2px 18px 10px #f0eeee; */
	

	 box-shadow:0px 5px 35px #f0eeee;
}
.develop span{
    /* background: -moz-linear-gradient(left, #2bc1dc 0%, #5559fd 100%);
	background: linear-gradient(to right, #2bc1dc 0%,#5559fd 100%); */
	background-image: url(../images/spanh.png);
	background-size: 100% 100%;
    display: block;
    width: 100%;
    height: 85px;
    line-height: 85px;
    font-size: 26px;
    color: #ffffff;
    border-radius: 30px 30px 0 0;
    text-align: center;
}
.develop li{
    display: flex;
    justify-content: space-between;
    height: 155px;
	line-height: 155px;
	/* background: -moz-linear-gradient(top, #fff 0%, skyblue 100%);
    background: linear-gradient(to bottom, #fff 0%,skyblue 100%); */
}
.develop li:nth-child(2n-1){
	background-color: #fff;
}
.develop li:nth-child(2n-1){
	background-color: #eaf6fd;
}
.develop li i{
    display: block;
    border-bottom: 1px solid #838383;
    border-right: 1px solid #838383;
	text-align: center;
	color: #666;
	font-size: 21px;
}
.develop li i em{
	font-family: 'pictos';
	font-weight: 600;
}
.develop li i:first-child{
    width: 12.5%;
}
.develop li i:nth-child(2){
	width: 75%;
	padding: 0 30px;
}
.develop li i:last-child{
    width: 12.5%;
    border-right: 0;
}
.develop li:last-child i{
    border-bottom: 0;
}
.table1{
    margin-top: 60px;
    margin-bottom: 120px;
}
.table1 li:first-child i:first-child{
	line-height: 40px;
	padding-top: 36px;
}
.table1 li:first-child i:nth-child(2){
	line-height: 40px;
	padding-top: 36px;
}
.table1 li:nth-child(2) i:nth-child(2){
	line-height: 40px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.table1 li:nth-child(2) i:nth-child(3){
	line-height: 40px;
	padding-top: 40px;
}
.table1 li:nth-child(3) i:nth-child(2){
	line-height: 40px;
	padding-top: 36px;
}
.table1 li:nth-child(3) i:nth-child(3){
	line-height: 40px;
	padding-top: 36px;
}
.table1 li:nth-child(2) i:first-child{
	line-height: 40px;
	padding-top: 36px;
}
.table1 li:nth-child(3) i:first-child{
	line-height: 40px;
	padding-top: 36px;
}
.table1 li:last-child{
	border-radius: 0 0 38px 38px;
}
/* 运营 */
.table2 li:nth-child(1) i:nth-child(1){
	line-height: 40px;
	padding-top: 36px;
}
.table2 li:nth-child(1) i:nth-child(2){
	line-height: 40px;
	padding-top: 36px;
}
.table2 li:nth-child(3) i:nth-child(2){
	line-height: 40px;
	padding-top: 36px;
}
.table2 li:nth-child(4) i:nth-child(2){
	line-height: 40px;
	padding-top: 36px;
}
.table2 li i:nth-child(3){
	line-height: 40px;
	padding-top: 36px;
}
.table2 li em {
	display: block;
}

/* 案例 */
.case{
    margin-top: 160px;
}
.case h1{
    font-size: 55px;
	font-weight: normal;
    color: #333333;
    text-align: center;
    margin-bottom: 20px ;
}
.case h2{
    font-size: 30px;
	font-weight: normal;
    text-align: center;
    color: #666666;
    margin-bottom: 90px;
}
.case .phone{
    display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.case .phone li{
	width: 24%;
    position: relative;
	overflow: hidden;

	display: flex;
	justify-content: center;
	align-items: center;
}
/* .case .phone li:first-child .white{
	margin-right: 8%;
} */
.case .white,.case .white2{
    display: block;
	width: 100%;
    height: auto;
}
.case .white2{
	display: none;
}
.case .phone li:hover .white2{
	display: block;
}
.case .phone li:hover .white{
	display: none;
}
.case .black{
	width: 70%;
	height: 82%;
    position: absolute;
    top: 44px;
	left: 44px;
	display: none;
}
.case .black .background{
    display: block;
    width: 100%;
    height: 100%;
}
.case .black p{
    position: absolute;
    top: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	display: none;
	height: 93%;
	padding-left:5px;
}
.case .black p i{
	display: block;
	text-indent: 2em;
	margin-bottom: 10px;
}
.case .black p i em{
    color: #feff03;
}
.case .black p img{
	display: block;
	width: 45%;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
}

/* 信赖·选择·机遇 */
.xinlai-biaoti {
	font-size: 55px;
	text-align: center;
	color: #333333;
	margin-top: 150px;
}
.xinlai-con {
	display: flex;
}
.lunbo {
	max-width: 550px;
	padding: 25px;
}
.lunbo img {
	width: 100%;
}
.xinlai-con {
	margin-top: 100px;
}
.xinlai-cons {
	padding-left: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xinlai-biaotis {
	font-size: 26px;
	margin-bottom: 16px;
}
.xinlai-texts {
	color: #4661cc;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 16px;
}
.xinlai-text {
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 16px;
}
.xinlai-text span {
	color: #4661cc;
	font-weight: 700;
}
.lunbo .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
}
.dinzhi {
	font-size: 26px;
	color: #666666;
	text-align: center;
	margin-bottom: 98px;
	margin-top: 90px;
}
.guwen {
	font-size: 30px;
	color: #333333;
	margin-bottom: 30px;
	text-align: center;
}
.zixundianhua {
	width: 367px;
	height: 52px;
	line-height: 49px;
	text-align: center;
	box-shadow: 0 7px 15px 5px #f0eeee;
	/* box-shadow:0px 5px 35px #f0eeee; */

	font-size: 20px;
	background-image: linear-gradient(45deg, #4661cc 0%, #4661cc 100%);
	background-image: -webkit-linear-gradient(45deg, #4661cc 0%, #4661cc 100%);
	margin: 50px auto;
	animation: pulse 1.5s ease-out both infinite;
	-webkit-animation: pulse 1.5s ease-out both infinite;
	-moz-animation: pulse 1.5s ease-out both infinite;
	-o-animation: pulse 1.5s ease-out both infinite;
	-ms-animation: pulse 1.5s ease-out both infinite;
	cursor: pointer;
	border-radius: 6px;
	font-size: 30px;
}
.zixundianhua a{
	color: #fff;
}

/* 底部 */
footer {
	background: #4661cc;
	color: #fff;
	padding: 60px 0px 50px;
	font-weight: 200;
}
.footer {
	display: flex;
	justify-content: space-between;
}
.footer-text {
	padding: 8px 0;
	display: flex;
	align-items: center;
}
.footer-text a {
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 10px;
}
.footer-text a:before {
	content: "";
	width: 1px;
	height: 10px;
	background: #fff;
	margin-right: 8px;
}
.footer-right {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-right div {
	margin: 5px 0;
}
.footer-right img {
	max-width: 120px;
}

.fixed{
	width: 60px;
	height: 60px;
	background-color: #626262;
	position: fixed;
    cursor: pointer;
    z-index: 9999;
    right: 0px;
	bottom: 20%;
}
.fixed img{
	display: block;
	margin:  15px auto;
}




@media (max-width: 1219px) {
    .w {
		max-width: 96%;
	}
	.header{
		max-width: 100%;
	}
	.pricew{
		max-width: 96%;
	}

	.price h3 img{
		width: 150px;
	}
	.case .black{
		left: 39.5px;
		top: 42px;
	}
	.table1 li:nth-child(2) i:nth-child(2){
		padding-left: 30px;
		padding-right: 30px;
	}
	/* .table2 li:nth-child(4) i:nth-child(2){
		line-height: 28px;
		padding-top: 10px;
	} */
	/* tab */
    .person .ultab{
		width: 16%;
		height: 450px;
	}
	.person .ultab li{
		height: 150px;
		padding-top: 45px;
	}
	.dllist{
		width: 80%;
	}
	.dllist dd{
		height: 450px;
	}
	.case .black p i:nth-child(2){
		overflow: hidden;
		text-overflow: ellipsis; 
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical; 
	}

}
@media (max-width: 1024px) {
    .w {
		max-width: 96%;
	}
	.pricew{
		max-width: 96%;
	}
    .banner img {
		width: 100%;
	}
	.top-dianhua {
		display: none;
	}
	body .person h1{
		font-size:40px;
	}
	body .person h2{
		font-size:27px;
	}
	body .price h1{
		font-size:40px;
	}
	body .price h2{
		font-size:27px;
	}
	.price h3 img{
		width: 135px;
	}
	.price h3 span{
		font-size: 22px;
	}
	body .case h1{
		font-size: 40px;
	}
	body .case h2{
		font-size: 27px;
	}
	.develop span{
		height: 60px;
		line-height: 60px;
		font-size: 22px;
	}
	/* .develop li{
		height: auto;
		line-height: 70px;
	} */
	.develop li i{
		font-size: 20px;
	}
	/* .table2 li:nth-child(1) i:nth-child(2){
		padding-top: 8px;
		line-height: 25px;
	}
	.table2 li:nth-child(3) i:nth-child(2){
		padding-top: 8px;
	} */
	.xinlai-biaoti{
		font-size: 40px;
	}
	.price h3{
		width: 55%;
	}
	/* tab栏 */
	.person .ultab{
		width: 20%;
	}
	.dllist{
		width: 75%;
	}
	.case .black {
		left: 34.5px;
		top: 38px;
	}
	.case .black p i:nth-child(2){
		overflow: hidden;
		text-overflow: ellipsis; 
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical; 
	}
	.table1 li:nth-child(2) i:first-child {
		line-height: 155px;
		padding-top: 0px;
	}
	.table2 li:nth-child(1) i:nth-child(1){
		line-height: 155px;
		padding-top: 0px;
	}
	.table2 li:nth-child(4) i:nth-child(2){
		line-height: 155px;
		padding-top: 0px;
	}

	.case .black p{
		font-size: 13px;
		line-height: 20px;
	}
	.case .black p i:nth-child(2){
		-webkit-line-clamp: 3;
	}

	
}
@media(max-width:768px) {
    .nav{
		overflow: scroll;
		max-width: 70%;
		justify-content: flex-start;
	}
	.lunbo{
		max-width: 40%;
		padding: 10px;
	}
	.xianzai{
		display: none;
	}
	.xinlai-cons{
		padding-left: 20px;
	}
	.xinlai-biaotis{
		margin-bottom: 10px;
	}
	.xinlai-text{
		margin-bottom: 10px;
	}
	.xinlai-texts{
		margin-bottom: 10px
	}

	.price h3{
		width: 75%;
		height: 50px;
		margin-top: 30px;
	}
	.price h3 img{
		width: 80px;
		display: none;
	}
	.price h3 span{
		margin: 0 auto;
	}
	.price .set{
		flex-wrap: wrap;
	}
	.price .set li{
		width: 100%;
		margin-bottom: 20px;
		padding-top: 35px;
	}
	.price .set li img{
		height: 80px;
	}
	.price .set li i{
		font-size: 19px;
		margin-bottom: 20px;
		height: 50px;
	}
	.price .set li span{
		font-size: 18px;
		line-height: 33px;
	}
	.case {
		margin-top: 60px;
	}
	.case h2 {
		margin-bottom: 60px;
	}
	.case .phone{
		flex-wrap: wrap;
		padding: 0 15%;
	}
	.case .phone li{
		width: 40%;
		margin-bottom: 20px;
	}
	.case .black p{
		font-size: 11px;
		line-height:20px;
		top: 25px;
	}
	.xinlai-biaoti{
		margin-top: 60px;
	}
	.dinzhi {
		margin-bottom: 35px;
		margin-top: 50px;
	}
	.develop li i:first-child {
		width: 25%;
	}
	.develop li i:nth-child(2) {
		width: 50%;
		line-height: 40px;
		padding-top: 36px;
	}
	.develop li i:last-child {
		width: 25%;
	}
	/* 表格 */
	.table1 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.table1 li:first-child i:nth-child(2){
		padding-top: 18px;
	}
	.table1 li:nth-child(3) i:nth-child(2){
		padding-top: 3px;
	}
	.table1 li:nth-child(2) i:nth-child(2){
		padding-top: 5px;
	}
	.develop li{
		height: auto;
	}
	.develop li i {
		font-size: 18px;
	}
	.table2 li:nth-child(4) i:nth-child(2){
		line-height: 40px;
		padding-top: 36px;
	}
	.table2 li:nth-child(1) i:nth-child(2){
		padding-top: 22px;
	}
	.table2 li:nth-child(3) i:nth-child(2){
		padding-top: 10px;
	}

	/* tab栏 */
	.person .uldl{
		flex-wrap: wrap;
		
	}
	.person .ultab{
		width: 100%;
		height: auto;
		display: flex;
		border-radius: 30px;
		background: -moz-linear-gradient(top, #2ac2db 0%, #545efc 100%);
		background: linear-gradient(to bottom, #2ac2db 0%,#545efc 100%);
	}
	.person .ultab li{
		width: 33.33%;
		border-right: 1px solid #fff;
	}
	.person .ultab li:last-child{
		border-right: 0;
	}
	.ultab li span{
		border-color: transparent #5159fd transparent transparent !important;
		top: 111.5%;
		left: 50%;
		transform: translateX(-50%) rotate(-90deg);
	}
	.dllist {
		max-width: 100%;
		width: 100%;
		margin-top: 25px;
	}
	.dllist dd {
		height: 380px;
	}
	.case .black {
		left: 29.5px;
		top: 33px;
	}
	.show{
		height: 1400px;
	}
	.show div.div2{
		margin-top: 115px;
	}
	.show div p i{
		margin-bottom: 15px;
	}
	.show div p span{
		font-size: 48px;
	}
	.show .div2 p {
		margin-top: 30px;
	}
	.show .div3 {
		margin-top: 85px !important;
	}

    .phone{
        position: relative;
    }
    .phone p{
        display: block;
        position: absolute;
        height: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-110%);
    }

}
@media(max-width:414px) {
	body{
		font-size: 14px;
	}
    .banner{
        padding-top: 0;
    }
	.header-zhanwei{
		height: 65px;
	}
	.pricew {
		max-width: 100%;
	}
    .dianji-he{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		width: 60px;
		height: 100%;
		background: #fff;
		border: none;
		padding: 5px 0;
	}
	.nav{
		overflow: auto;
		width: 100%;
		max-width: 100%;
		position: absolute;
		top: 100%;
		flex-direction: column;
		z-index: 999;
		background: #fff;
		border-top: 1px solid #e9e9e9;
		overflow: hidden;
		display: none;
	}
	.nav a{
		width: 100%;
		max-width: 100%;
		text-align: center;
		color: #000;
		padding-bottom: 0;
		height: 51px;
	}
	.navs{
		width: 90%;
		padding: 00px 0;
		border-bottom: 1px solid #e9e9e9;		
		font-size: 16px;
		
	}
	.dianji-he{		
		margin-right: 10px;
	}
	.header{
		flex-wrap: wrap;

		position: relative;
	}
	.dianji-he span{
		width: 30px;
		height: 2px;
		background: #4661cc;
	}
	.header-logo{
		max-width: 30%;		
		margin-left: 10px;
	}
	.header-logo img{
		max-width: 100%;
	}
	.xinlai-con{
		flex-wrap: wrap;
		justify-content: center;
	}
	.lunbo{
		max-width: 100%;
		width: 100%;
	}
	.xinlai-biaoti{
		margin-top: 30px;
	}
	.xinlai-con{
		margin-top: 30px;
		text-align: center;
	}
	.xinlai-text{
		font-size: 17px;
	}
	.xinlai-texts{
		font-size: 17px;
	}
	.dinzhi {
	    font-size: 19px;
	    max-width: 96%;
		margin: 0 auto;
		margin-bottom: 23px;
		margin-top: 7px;
	}
	.guwen{
		margin-bottom: 15px;
		font-size: 26px;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	body .price h1 {
		font-size: 1.75rem;
		margin-bottom: 0px;
	}
	body .price h2 {
		font-size: 1rem;
		padding: 0.2rem 0 1rem 0;
	}
	.price h3 span{
		font-size: 1.25rem;
	}
	.price .set li{
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 30px;
		/* height: 400px; */
	}
	.price .set li i {
		margin-bottom: 15px;
	}
	.price .set li span{
		font-size: 16px;
	}
	.price .set li a{
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		width: 40%;
		bottom: 20px;
	}

	/* 手机端表格 */
	.develop{
		display: none;
	}
	.table{
		display: block;
		margin: 30px 1%;
	}
	.table img{
		display: block;
		width: 100%;
		height: auto;
	}
	/* .table span {
		background-image: url(../images/spanh.png);
		background-size: 100% 100%;
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		color: #ffffff;
		border-radius: 30px 30px 0 0;
		text-align: center;
	}
	.table li{
		display: flex;
		justify-content: space-between;
	}
	.table li i{
		font-size: 12px;
		display: block;
		border-bottom: 1px solid #838383;
		border-right: 1px solid #838383;
		text-align: center;
		color: #666;
		line-height: 23px;
		padding: 5px 0;
	}
	.table li em{
		display: block;
	}
	.table li:last-child i{
		border-bottom: none;
	}
	.table li i:nth-child(1){
		width: 15%;
	}
	.table li i:nth-child(2){
		width: 70%;
		padding: 0 1rem;
	}
	.table li i:nth-child(3){
		width: 15%;
		border-right: none;
	} */



	body .case h1{    
		font-size: 1.75rem;
		margin-bottom: 0px;
	}
	body .case h2{
		font-size: 1rem;
		padding: 0.2rem 0 1rem 0;
	}
	.case .phone{
		padding: 0 1%;
	}
	.case .phone li{
		width: 48%;
	}
	.case .black{
		top: 30px;
		left: 28px;
	}
	.case .black p{
		line-height: 17px;
		top: 14px;
	}
	.case .black p i{
		margin-bottom: 7px;
	}
	.case .black p i:last-child{
		overflow: hidden;
		text-overflow: ellipsis; 
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical; 
	}
	.xinlai-biaoti{
		font-size: 23px;
	}
	.xinlai-biaotis{
		font-size: 19px;
	}
	.zixundianhua{
		width: 70%;
		height: 42px;
    	line-height: 40px;
		font-size: 25px;
	}
	.person {
		margin-top: 50px;
	}
	.person h2{
		margin-bottom: 30px;
	}
	body .person h1{
		/* font-size: 23px; */
		font-size: 1.75rem;
		margin-bottom: 0;
	}
	body .person h2{
		/* font-size: 18px; */
		font-size: 1rem;
		padding: 0.2rem 0 1rem 0;
	}
	
	/* tab */
	.person .uldl{
		padding: 0 5%;
	}
	.dllist dd{
		height: auto;
	}
	.dllist dd .spans{
		left: 20px;
		top: 20px;
		font-size: 15px;
		line-height: 30px;
	}
    .ultab li dl.curcle{
        display: none !important;
    }
	/* .dllist dd .spans span{
		display: block;
	} */
	.dllist dd .as{
		left: 0;
		bottom: 70px;
		width: 100%;
	}
	.dllist dd .as em{
		font-size: 15px;
	}
	.dllist dd .as i{
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		height: 30px;
		line-height: 30px;
	}
	.dllist .lf{
		display: none;
	}
	.dllist .ri{
		display: none;
	}
	.person .ultab li{
		font-size: 14px;
		height: 51px;
		padding: 0 5px;
		padding-top: 8px;
		line-height: 17px;
	}

	.ultab li span{
		top: 115%;
		margin-top: -11px;
		border-width: 15px;
		border-color: transparent #545efc transparent transparent !important;
	}
	.dllist dd{
		background: none !important;
	}
	.dllist dd img{
		display: block;
	}
	.dllist dd img{
		display: block;
		width: 94%;
		height: auto;
		border-radius: 30px;
		margin:0 auto;
	}
	.dllist dd p{
		display: block;
		font-size: 17px;
		color: #666;
		margin-top: 0.3rem;
		text-align: right;
		margin-bottom: 1.5rem;
	}
	.dllist dd p i{
		font-size: 11px;
		color: #666;
		display: block;
		margin-top: 0.5rem;
	}
	.dllist {
		margin-top: 15px !important;
	}
	.case .black p i:nth-child(2) {
		-webkit-line-clamp: 5;
	}
	.case .phone li:nth-child(3) .black p i:nth-child(2) {
		-webkit-line-clamp: 6;
	}
	.case .phone li:nth-child(4) .black p i:nth-child(2) {
		-webkit-line-clamp: 6;
	}

	.number2{
		display: block;
	}
	.number1{
		display: none;
	}

    /* 底部 */
    .footer{
		flex-wrap: wrap;
		text-align: center;
		justify-content: center;
	}
	.footer-text{
		font-size: 12px;
		display: flex;
		justify-content: center;
    }
    .footer-text a{
		margin-right: 5px;
	}

	.service{
		display: flex;
		flex-wrap: wrap;
	}
	.nav{
		height: 357px;
	}
	.fixed{
		display: none !important;
	}
	
}
@media(max-width: 320px) {
    .footer-text a{
		margin-right: 0;
	}
	.footer-text a:before{
		width: 0;
	}
	.footer-right img{
		width: 80px;
	}
	.navs{
		width: 75px;
	}
	.xinlai-biaotis{
		font-size: 20px;
	}
	.xinlai-texts{
		font-size: 16px;
	}
	.xinlai-text{
		font-size: 16px;
	}
	.xinlai-cons{
		padding-left: 00px;
		text-align: center;
	}
	.dinzhi{
		font-size: 20px;
		max-width: 96%;
		margin: 20px auto;
	}
	.guwen{
		font-size: 26px;
	}
	.zixundianhua{
		width: 60%;
		font-size: 20px;
		margin: 30px auto;
	}

}

