.product .box1{
	margin: 50px 0 0;
}
.product .box1 .box-t{
	position: relative;
	display: flex;
	align-items: center;
}
.product .box1 .box-t form{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	width: 428px;
	background: #F5F5F5;
	border-radius: 4px;
	height: 50px;
	overflow: hidden;
}
.product .box1 .box-t form input{
	flex: 1;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
	border: none;
	outline: none;
	background-color: rgba(245, 245, 245, 1);
}
.product .box1 .box-t .submit{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	cursor: pointer;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	background-color: rgba(29, 32, 136, 1);
}
.product .box1 .box-t .submit .icon-sousuo1{
	padding-right: 5px;
}
.product .box1 .box-t img{
	width: 54px;
}
.product .box1 .box-t .index-title{
	color: rgba(30, 33, 136, 1);
	margin-left: 20px;
}
.product .box1 .box-c{
	margin-top: 29px;
	display: flex;
	justify-content: space-between;
}
.product .box1 .box-c .l{
	width: 45.71%;
}
.product .box1 .box-c .l .swiper{
	padding-bottom: 40px;
}
.product .box1 .box-c .l .swiper-slide{
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .box1 .box-c .l .swiper-slide img{
	display: block;
	max-width: 100%;
}
.product .box1 .box-c .l .swiper-pagination{
	bottom: 0px;
}
.product .box1 .box-c .l .swiper-pagination-bullet{
	position: relative;
	width: 40px;
	height: 3px;
	background: #DCDCDC;
	border-radius: 2px;
	opacity: 1;
}
.product .box1 .box-c .l .swiper-pagination-bullet::before{
	position: absolute;
	content: "";
	left: 0;
	top:0;
	height: 100%;
	border-radius: 2px;
	width: 0;
	background-color: #1E2188;
}
.product .box1 .box-c .l .swiper-pagination-bullet-active::before{
	width: 100%;
	transition: all 4s;
}
.product .box1 .box-c .r{
	width: 680px;
	max-width: 51%;
	border-top: 1px solid rgba(238, 238, 238, 1);
}
.product .box1 .box-c .r .text-box{
	font-size: 16px;
	font-weight: 400;
	color: #777777;
	line-height: 30px;
	padding-top: 60px;
}
.product .box1 .box-c .r .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 26px;
	margin-top: 30px;
	text-align: center;
}
.product .box1 .box-c .r .list .text{
	margin-top: 11px;
}
.product .box2{
	margin: 124px 0 135px;
}
.product .box2 .list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .box2 .list li{
	position: relative;
	width: 240px;
	border: 1px solid rgba(240, 130, 0, 1);
	border-radius: 50%;
}
.product .box2 .list li a{
	display: block;
}
.product .box2 .list li:last-child,
.product .box2 .list li:last-child::before{
	border-color: #1E2188;
}
.product .box2 .list li:not(:last-child){
	margin-right: 150px;
}
.product .box2 .list li::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 108.3%;
	height: 108.3%;
	border: 1px dashed rgba(240, 130, 0, 1);
	border-radius: 50%;
	opacity: 0;
	transition: all 1s;
}
.product .box2 .list li .li-box{
	padding-top: 100%;
}
.product .box2 .list li .li-box .text{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #F08200;
	line-height: 1;
}
.product .box2 .list li:last-child .li-box .text{
	color: #1E2188;
}
.product .box2 .list li .li-box .icon{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
}
.product .box2 .list li .li-box .icon img{
	display: block;
	margin: 0 auto;
	opacity: 0;
	transition: all 1s;
}
.product .box2 .list li:hover::before,
.product .box2 .list li:hover .li-box .icon img{
	opacity: 1;
}
.product .box3{
	margin-bottom: 102px;
}
.product .box3 .box-t{
	background-color: rgba(239, 239, 239, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 56px;
}
.product .box3 .box-t .bullet{
	width: 14px;
	height: 14px;
	background: #1E2188;
	border-radius: 50%;
	margin-right: 9px;
}
.product .box3 .box-c{
	margin-top: 20px;
}
.product .box3 .box-c .swiper-wrapper{
	transition-timing-function:linear
}
.product .box3 .box-c .swiper-slide{
	position: relative;
	width: 32.14%;
}
.product .box3 .box-c .swiper-slide:not(:last-child){
	margin-right: 1.78%;
}
.product .box3 .box-c .swiper-slide .text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 28px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box3 .box-c .item:not(:last-child){
	margin-bottom: 36px;
}
.product .box3 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
} 
.product .box3 .box-c .list li{
	position: relative;
}
.product .box3 .box-c .list li,
.product .box3 .box-c .list i{
	width: 32.14%;
}
.product .box3 .box-c .list li::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 2px;
	background: #1E2188;
	width: 0;
	transition: all 1s;
}
.product .box3 .box-c .list li:hover::before{
	width: 100%;
}
.product .box3 .box-c .list li a{
	padding: 20px 37px;
	height: 260px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product .box3 .box-c .list li .pic{
	width: 120px;
}
.product .box3 .box-c .list li .pic img{
	width: 100%;
	display: block;
}
.product .box3 .box-c .list li .text-box{
	flex: 1;
	margin-left: 35px;
}
.product .box3 .box-c .list li .text-title{
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
}
.product .box3 .box-c .list li:hover .text-title{
	color: #1E2188;
}
.product .box3 .box-c .list li .text-des{
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin-top: 15px;
}
.product .box4{
	margin-top: 60px;
}
.product .box4 .list,
.product-details .box4 .box-c .list{
	display: flex;
	flex-wrap: wrap;
}
.product .box4 .list li,
.product-details .box4 .box-c .list li{
	width: 33.33%;
	border: 1px solid rgba(229, 229, 229, 1);
	border-top: none;
	border-left: none;
}
.product .box4 .list li:nth-child(3n+1),
.product-details .box4 .box-c .list li:nth-child(3n+1){
	border-left: 1px solid rgba(229, 229, 229, 1);
}
.product .box4 .list li a,
.product-details .box4 .box-c .list li a{
	display: block;
	padding: 0 18px 8px;
}
.product .box4 .list li:nth-child(1),
.product .box4 .list li:nth-child(2),
.product .box4 .list li:nth-child(3),
.product-details .box4 .box-c .list li:nth-child(1),
.product-details .box4 .box-c .list li:nth-child(2),
.product-details .box4 .box-c .list li:nth-child(3){
	border-top: 1px solid rgba(229, 229, 229, 1);
}
.product .box4 .list li .img,
.product-details .box4 .box-c .list li .img{
	position: relative;
	padding-top: 67.5%;
}
.product .box4 .list li .img .pic,
.product-details .box4 .box-c .list .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product .box4 .list li .img .pic img,
.product-details .box4 .box-c .list li .img .pic img{
	max-width: 100%;
	max-height: 100%;
}
.product .box4 .list li .text-box,
.product-details .box4 .box-c .list li .text-box{
	margin-top: 70px;
	text-align: center;
}
.product .box4 .list li:hover .text-box,
.product-details .box4 .box-c .list li:hover .text-box{
	transform: translateY(-40px);
	transition: all 1s;
}
.product .box4 .list li .text-title,
.product-details .box4 .box-c .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box4 .list li .text-des,
.product-details .box4 .box-c .list li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 28px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box4 .list li .more,
.product-details .box4 .box-c .list li .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 50px;
	background: #1E2188;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 28px;
	margin: 24px auto 0;
	opacity: 0;
}
.product .box4 .list li:hover .more,
.product-details .box4 .box-c .list li:hover .more{
	opacity: 1;
	transition: all 1s;
}
.product .box4 .pagination{
	margin: 74px auto 114px;
}
.product-details{
	background-color: RGBA(30, 33, 136, 1);
	padding-top: 100px;
}
.product-details .commonBread .content1400{
	color: #fff;
}
.product-details .commonBread a{
	color: #fff;
}
.product-details .box1{
	margin-top: 35px;
}
.product-details .box1 .img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 472px;
}
.product-details .box1 .img img{
	max-width: 100%;
	max-height: 80%;
}
.product-details .box1 .text-box{
	text-align: center;
}
.product-details .box1 .text-title{
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1.4;
}
.product-details .box1 .text-des{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.87;
	margin-top: 36px;
}
.product-details .box2{
	margin-top: 120px;
	padding: 120px 0;
	border-top: 1px solid rgba(255, 255, 255, .15);
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	text-align: center;
}
.product-details .box2 .title{
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
}
.product-details .box2 .box-c{
	margin-top: 90px;
}
.product-details .box2 .box-c .list{
	display: flex;
	justify-content: space-between;
}
.product-details .box2 .box-c .list li{
	flex: 1;
}
.product-details .box2 .box-c .list li .text{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 40px;
}
.product-details .box3 .content1400{
	display: flex;
	align-items: center;
	padding: 80px 0;
	justify-content: center;
}
.product-details .box3 .btn{
	height: 50px;
	padding: 0 33px;
	background: #F7F7F7;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	color: #1E2188;
	margin: 0 10px;
}
.product-details .box3 .btn .iconfont{
	padding-right: 8px;
}
.product-details .box4{
	background-color: #fff;
	padding: 100px 0;
}
.product-details .box4 .title{
	font-size: 32px;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.product-details .box4 .box-c{
	margin-top: 49px;
}
.formModal .contentModal{
	position: absolute;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	height: 700px;
	padding: 90px 50px 50px;
}
.formModal .contentModal form{
	margin-top: 50px;
}
.formModal .contentModal .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.formModal .contentModal .inputs .input{
	display: flex;
	width: 49.28%;
	align-items: center;
	margin-bottom: 20px;
}
.formModal .contentModal .inputs .input .input-box{
	position: relative;
	flex: 1;
	display: flex;
	padding: 0 13px 0 20px;
	background-color: rgba(245, 245, 245, 1);
	align-items: center;
	height: 56px;
}
.formModal .contentModal .inputs .input .input-box input,
.formModal .contentModal .inputs .input .input-box textarea{
	flex: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
}
.formModal .contentModal .inputs .input .input-box .iconfont{
	font-size: 20px;
	color: #909090;
	padding-right: 10px;
	border-right: 1px solid rgba(209, 209, 209, 1);
	margin-right: 8px;
}
.formModal .contentModal .inputs .input.textarea{
	width: 100%;
}
.formModal .contentModal .inputs .input.textarea .input-box{
	height: 200px;
	padding-top: 17px;
} 
.formModal .contentModal .inputs .input.textarea .icon-liuyan{
	position: absolute;
	top: 15px;
	left: 20px;
}
.formModal .contentModal .inputs .input.textarea textarea{
	text-indent: 40px;
	resize: none;
}
.formModal .contentModal .inputs .submit{
	width: 200px;
	height: 56px;
	background: rgba(30, 33, 136, 1);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 28px;
	text-align: center;
}
.formModal .contentModal .close{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	color: rgba(30, 33, 136, 1);
}
.formModal .contentModal .close .iconfont{
	font-size: 30px;
}
@media (max-width:1440px) {
	.product .box3 .box-c .list li a{
		padding: 20px;
	}
	.product .box3 .box-c .list li .text-box{
		margin-left: 20px;
	}
	.product-details .box1 .img{
		height: 300px;
	}
	.product-details .box2{
		padding: 80px 0;
		margin-top: 80px;
	}
	.product-details .box2 .box-c{
		margin-top: 60px;
	}
	.formModal .contentModal{
		height: 620px;
		padding: 60px 30px;
	}
	.formModal .contentModal form{
		margin-top: 30px;
	}
}
@media (max-width: 1280px) {
	.product .box1 .box-c .r .text-box{
		padding-top: 20px;
	}
	.product .box3 .box-c .list li, .product .box3 .box-c .list i{
		width: 48.5%;
	}
	.product-details .box1 .text-title,
	.product-details .box2 .title,
	.product-details .box4 .title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.product .box4 .list li, .product-details .box4 .box-c .list li{
		width: 50%;
	}
	.product .box4 .list li:nth-child(3), .product-details .box4 .box-c .list li:nth-child(3){
		border-top: none;
		border-left: 1px solid rgba(229, 229, 229, 1);
	}
	.product-details .box1 .text-des{
		margin-top: 20px;
	}
	.product-details .box2{
		padding: 60px 0;
		margin-top: 60px;
	}
	.product-details .box2 .box-c,
	.product-details .box4 .box-c{
		margin-top: 40px;
	}
	.product-details .box2 .box-c .list li .icon img{
		width: 80px;
		display: block;
		margin: 0 auto;
	}
	.product-details .box2 .box-c .list li .text{
	    margin-top: 20px;
	    font-size: 14px;
	}
	.product-details .box3 .content1400,
	.product-details .box4{
		padding: 60px 0;
	}
	.product-details .box1 .text-title,
	.product-details .box2 .title,
	.product-details .box4 .title{
		font-size: 26px;
	}
	.product .box3 .box-c .list li a{
		height: auto;
	}
	.product .box3 .box-c .list li, .product .box3 .box-c .list i{
		width: 100%;
	}
	.product .box2 .list li .li-box .text{
		font-size: 24px;
	}
	.formModal .contentModal .inputs .input:last-child{
		width: 100%;
	}
	.product .box1 .box-c{
		flex-direction: column-reverse;
	}
	.product .box1 .box-c .r{
		width: 100%;
		max-width: 100%;
	}
	.product .box1 .box-c .l{
		width: 100%;
		margin-top: 40px;
	}
	.product .box1 .box-t img{
		width: 42px;
	}
	.product .box2{
		margin: 60px 0;
	}
	.product .box3 .box-c .swiper-slide{
		width: 300px;
	}
	.product .box3{
		margin-bottom: 60px;
	}
	.product .box3 .box-c .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.product .box3 .box-c .item:not(:last-child){
		margin-bottom: 20px;
	}
	.product .box4 .pagination{
		margin: 60px 0;
	}
}
@media (max-width: 1023px) {
	.product-details{
		padding-top: 60px;
	}
}
@media (max-width:768px) {
	.product .box4 .pagination{
		margin: 50px 0;
	}
	.product .box4{
		margin-top: 50px;
	}
	.product .box1 .box-t{
		flex-wrap: wrap;
	}
	.product .box1 .box-t form{
		position: relative;
		width: 100%;
		top: 0;
		transform: translateY(0);
		margin-top: 20px;
	}
	.product .box4 .list li:nth-child(2), .product-details .box4 .box-c .list li:nth-child(2){
		border-top: none;
		border-left: 1px solid rgba(229, 229, 229, 1);
	}
	.product .box4 .list li .text-box, .product-details .box4 .box-c .list li .text-box{
		margin-top: 40px;
	}
	.product .box4 .list li:hover .text-box, .product-details .box4 .box-c .list li:hover .text-box{
		transform: translateY(-20px);
	}
	.product .box4 .list li, .product-details .box4 .box-c .list li{
		width: 100%;
	}
	.product-details .box2{
		padding: 50px 0;
		margin-top: 50px;
	}
	.product-details .box2 .box-c .list{
		flex-wrap: wrap;
	}
	.product-details .box2 .box-c .list li .text{
		margin-top: 10px;
	}
	.product-details .box2 .box-c .list li{
		flex: none;
		width: 33.33%;
		margin-bottom: 25px;
	}
	.product-details .box2 .box-c .list li:nth-last-child(1),
	.product-details .box2 .box-c .list li:nth-last-child(2),
	.product-details .box2 .box-c .list li:nth-last-child(3){
		margin-bottom: 0;
	}
	.product-details .box2 .box-c,
	.product-details .box4 .box-c{
		margin-top: 30px;
	}
	.product-details .box1{
		margin-top: 30px;
	}
	.product-details .box1 .img{
		height: 260px;
	}
	.product-details .box1 .text-des{
		margin-top: 10px;
		line-height: 1.5;
	}
	.product-details .box1 .text-title,
	.product-details .box2 .title,
	.product-details .box4 .title{
		font-size: 24px;
	}
	.product .box1{
		margin-top: 30px;
	}
	.formModal .contentModal .inputs .submit{
		width: 140px;
	}
	.product .box2 .list{
		justify-content: space-between;
	}
	.product .box1 .box-c{
		margin-top: 20px;
	}
	.product .box2 .list li{
		width: 46%;
	}
	.product .box2 .list li:not(:last-child){
		margin-right: 0;
	}
	.product .box2{
		margin: 50px 0;
	}
	.product .box3 .box-c .item:not(:last-child){
		margin-bottom: 20px;
	}
	.product .box3 .box-c .swiper-slide:not(:last-child){
		margin-right: 20px;
	}
	.product .box3{
		margin-bottom: 50px;
	}
	.product-details .box2 .box-c .list li .icon img{
		width: 60px;
	}
	.product-details .box3 .content1400, .product-details .box4{
		padding: 50px 0;
	}
}
@media (max-width:500px) {
	.product .box1 .box-c .l .swiper{
		padding-bottom: 20px;
	}
	.product .box4 .pagination{
		margin: 30px 0;
	}
	.product .box4{
		margin-top: 40px;
	}
	.product .box1 .box-t .index-title{
		margin-left: 10px;
	}
	.product .box1 .box-t img{
		width: 36px;
	}
	.product .box1{
		margin-top: 24px;
	}
	.product .box1 .box-t form input{
		padding: 0 12px;
	}
	.product .box1 .box-t form{
		height: 40px;
	}
	.product .box1 .box-t .submit{
		width: 90px;
	}
	.formModal .contentModal .close{
		right: 10px;
		top: 10px;
	}
	.formModal .contentModal .close .iconfont{
		font-size: 24px;
	}
	.formModal .contentModal .inputs .submit{
		margin-left: 5px;
		font-size: 14px;
		width: 100px;
	}
	.formModal .contentModal{
		padding:35px 20px;
	}
	.formModal .contentModal form{
		margin-top: 20px;
	}
	.product-details .box3 .btn{
		height: 40px;
		font-size: 14px;
		padding: 0 20px;
	}
	.product-details .box3 .content1400, .product-details .box4{
		padding: 40px 0;
	}
	.product-details .box1{
		margin-top: 25px;
	}
	.product-details .box2 .box-c .list li{
		margin-bottom: 20px;
	}
	.product-details .box2{
		padding: 40px 0;
		margin-top: 40px;
	}
	.product-details .box2 .box-c, .product-details .box4 .box-c{
		margin-top: 20px;
	}
	.product-details .box2 .box-c .list li .icon img{
		width: 45px;
	}
	.product .box4 .list li .text-box, .product-details .box4 .box-c .list li .text-box{
		margin-top: 25px;
	}
	.product .box4 .list li:hover .text-box, .product-details .box4 .box-c .list li:hover .text-box{
		transform: translateY(-10px);
	}
	.product-details .box1 .text-title,
	.product-details .box2 .title,
	.product-details .box4 .title{
		font-size: 22px;
	}
	.product .box3 .box-c .list li a{
		padding: 5px 0;
	}
	.product .box3 .box-c .list li:not(:last-child){
		margin-bottom: 10px;
	}
	.product .box3 .box-c .list li .text-title{
		font-size: 18px;
	}
	.product .box3 .box-c .list li .text-des{
		margin-top: 10px;
		font-size: 13px;
	}
	.product .box3 .box-c .list li .pic{
		width: 100px;
	}
	.product .box3{
		margin-bottom: 40px;
	}
	.product .box3 .box-c .swiper-slide:not(:last-child){
		margin-right: 12px;
	}
	.product .box3 .box-c .item:not(:last-child){
		margin-bottom: 12px;
	}
	.product .box3 .box-t{
		line-height: 45px;
	}
	.product .box2{
		margin: 40px 0;
	}
	.product .box1 .box-c .r .list li .icon img{
		display: block;
		width: 60px;
		margin: 0 auto;
	}
	.product .box1 .box-c .r .list{
		margin-top: 0;
		justify-content: flex-start;
	}
	.product .box1 .box-c .r .list li{
		margin-top: 20px;
		width: 33.33%;
	}
	.product .box1 .box-c .r .list li:not(:last-child){
		/* margin-right: 15px; */
	}
	.product .box1 .box-c .r .list .text{
		margin-top: 5px;
		font-size: 14px;
	}
	.formModal .contentModal .inputs .input{
			width: 100%;
	}
	.formModal .contentModal .inputs .input .input-box{
		height: 40px;
	}
	.formModal .contentModal .inputs .submit{
		height: 40px;
		line-height: 40px;
	}
	.formModal .contentModal .inputs .input .input-box{
		padding: 0 13px;
	}
	.formModal .contentModal .inputs .input.textarea .icon-liuyan{
		left: 13px;
	}
}