.place-software{
	height: 361px;
    overflow: hidden;
}

.confont-con{
	width: 1200px;
    margin: 0 auto;
}
.place-software a{
	    width:100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    text-align: center;
    padding: 50px 10px;
    display: block;
    background: url(../images/service/place_software_icon.png) no-repeat;
    background-position: center 280px;
    transition: 0.3s;
    margin-right: 60px;
    /*box-sizing: content-box;
    -moz-box-sizing: content-box;*/
    cursor: pointer;
}
.place-software a:hover{
	border: 1px solid #59bcdb;
    box-shadow: 0 4px 7px #bbb;
    -moz-box-shadow: 0 4px 7px #bbb;
    -webkit-box-shadow: 0 4px 7px #bbb;
    -ms-box-shadow: 0 4px 7px #bbb;
    transition: 0.3s;
    background-position: center 320px;
}
.place-software a:nth-last-child(1) {
    margin-right: 0;
}
.place-software h2.title{
	font-weight: 100;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #333333;
}
.place-software .place-software-txt{
	line-height: 1.8em;
    height: 50px;
    overflow: hidden;
    transition: 0.3s;
    text-align: left;
    color: #999999;
    font-size: 14px;
}
.place-software a:hover .place-software-txt {
    height: 100px;
    transition: 0.3s;
}
@media screen and (max-width:640px) {
	.place-software{
	height: auto;
}
.place-software a{
	margin-bottom: 20px;
}
}



.promo_banner-container {
    position: relative;
    background: url(../images/service/software_survey_bgcolor.png) 50% 0 no-repeat;
    background-size: cover;
    padding: 0;
}
.promo_banner-box {
    height: 100%;
    
    padding: 50px 0 20px;
    color: #fff;
    text-align: center;
}
.promo_banner-box .promo_banner--title {
        font-size: 30px;
    font-weight: 100;
    margin-bottom: 10px;
}
.promo_banner-box .promo_banner--title2 {
        font-size: 16px;
    font-weight: 100;
    color: #ccc;
    margin-top: 0px;
}


.product1-main {
	background: #f6f6f6
}

.product1-main .container {
	width: 1000px!important
}

.product1-main .am-u-md-4 {
	position: relative
}

.product1-main .am-u-md-4 i {
	position: absolute;
	font-size: 40px;
	color: #ced1d8
}

.product1-main .product1-info {
	margin-left: 53px
}

.product1-main .product1-info h3 {
	font-size: 20px
}

.product1-main .product1-info p {
	font-size: 14px;
	color: #9b9b9b
}

.product1-main .product1-info .am-btn-secondary {
	font-size: 14px
}

@media screen and (max-width:640px) {
	.product1-main .container {
		width: 100%!important
	}
	.product1-main .container .am-g .am-u-md-4:not(:nth-of-type(1)) {
		margin-top: 50px
	}
	.product1-show-container .product-img-box {
		display: none
	}
}