.w{
    width: 1226px;
    margin: 0 auto;
}

#about_content p{
	line-height: 28px;
	font-size: 18px;
}

#about_content h2{
	font-weight: normal;
    font-size: 26px;
    color: #141313;
    padding: 40px 0 20px;
}



#about_content h3{
	font-weight: normal;
    font-size: 20px;
    color: #141313;
    padding: 20px 0;
}

/*关于我们--开始*/
#about_content .about-tech-inner .top-h3{
	font-weight: normal;
	font-size: 20px;
	color: #141313;
	padding: 0 0 10px;
}


.about-part1{
    height:230px;
    background-color:white;
}
.about-part1-inner{
    background-color:white;
    height:200px
}

.bottom_underline{
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background: #0a77ca;
    margin-bottom: 20px;
}


.about-part2{
    /* background-color:pink; */
}
.about-part2-inner{
    /* background-color:rebeccapurple; */
    height:400px
}




.about-part3{
    /* background-color:purple; */
}
.about-part3-inner{
    /* background-color:rebeccapurple; */
    height:310px
}


.about-tech{
	/* background-color:pink; */
}
.about-tech-inner{
	/* height:600px */
}
.tech-sjcx{

	/* background-color: white; */
	overflow: hidden;
}
.tech-sjcx li {
	border: 0px;
	text-align: center;
	width: 1200px;
	height: 655px;
	background-color: #fff;
	float: left;
	border: 1px solid #e7e8e9;
	padding-top: 20px;
}

.tech-pyyc{

	/* background-color: white; */
	overflow: hidden;
}
.tech-pyyc li {
	border: 0px;
	text-align: center;
	width: 1200px;
	height: 655px;
	background-color: #fff;
	float: left;
	border: 1px solid #e7e8e9;
	padding-top: 20px;
}

.tech-fzjc{

	/* background-color: white; */
	overflow: hidden;
}
.tech-fzjc li {
	border: 0px;
	text-align: center;
	width: 1200px;
	height: 655px;
	background-color: #fff;
	float: left;
	border: 1px solid #e7e8e9;
	padding-top: 20px;
}

.success-case-inner p{
	text-align: left;
	padding:0 60px;
}
.success-case-inner li{
	border: 0px;
	text-align: center;
	width: 1200px;
	height: 760px;
	background-color: #fff;
	float: left;
	border: 1px solid #e7e8e9;
	padding-top: 20px;
}

.case1,.case2,.case3,.case4{

	/* background-color: white; */
	overflow: hidden;
}
/*关于我们--结束*/

/*联系我们--开始*/
.w-800{
	width: 720px;
	margin: 0 auto;
}

#tab-connect-content .connect-part1-inner .feedback-info p{
	line-height: 40px;
	display: inline-block;
	width: 90px;
	text-align: right;
}

#tab-connect-content .connect-part1 h2{
	margin-top: 3px;
	text-align: center;
	background-color: white;
	padding: 10px 0 10px;

}
/* .feedback-info textarea{
	width: 318px;
	height: 200px;
	line-height: 20px;
	font-size: 17px;
} */

#tab-connect-content .connect-part1 .bottom_underline{
	width: 100%;
}

.connect-part1{
    height:230px;
    /* background-color:white; */
}
.connect-part1-inner{
	margin-top: 50px;
    background-color:white;
    height:630px;
	position:relative;
}

.feedback-info{
	padding: 0 40px;
	text-align: center;
}

/* .feedback-info input{
	border: 1px solid #ddd;
	line-height: 20px;
	padding: 9px 10px;
	width: 318px;
	background: #eee;
	border-radius: 2px;
}

.feedback-info .info-inline{
	margin-bottom: 20px;
} */

.layui-form-item .feedback-inline{
    margin-bottom:10px;
    margin-right:5px;
    width:100%;
}

.feedback-inline .layui-input-inline{
    margin-right:0px;
}

#input_question{
    height:180px;

}

    

/*联系我们--结束*/


/*修改layui内容-开始*/
.layui-table, .layui-table-view {
    margin:0;
}

.layui-input, .layui-select, .layui-textarea {
    height:38px;
    font-size: 14px;
}

.layui-form-select dl {
    top:25px;
}

.layui-form-select dl dd, .layui-form-select dl dt {
    padding: 0px 10px;
    margin-left: 0px;
    font-size:14px;
}

.layui-card-body {
    padding: 10px 7px;
}



/*修改layui内容-结束*/