.mainContent {
    padding: 40px 0;
}

.mainContent .product-info {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.mainContent .product-info .info {
    width: 300px;
    height: 260px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    box-sizing: content-box;
}
.mainContent .product-info .info:first-child{
    margin-left: 0;
}
.mainContent .product-info .info:nth-child(3n+4){
    margin-left: 0;
}
.mainContent .product-info .info:nth-child(3n){
    margin-right: 0;
}

.mainContent .product-info .info .img {
    height: 200px;
	width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center; 
    align-items:center;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
}

.mainContent .product-info .info .img img{
	max-width: 100%;
}
.mainContent .product-info .info .introduce {
    height: 48px;
    line-height: 48px;
    color: #898989;
    font-size: 14px;
}
.mainContent .product-info .info .img:hover{
    color: #0054a7;
    border: 1px solid #0054a7;
}
.mainContent .product-info .info:hover .introduce{
    color: #0054a7;
}
.product {
}
.product img{
	max-width: 100%;
}
.product .h3 {
    font-size: 32px;
}

.product .pcname {
    background-color: #90c31f;
    color: #ffffff;
    padding: 2px 10px;
}
.product .sm{
    padding: 5px 0px;
    font-size: 14px;
}
.product .info{
    background-color: #0d82b5;
    color: #FFFFFF;
    padding-left: 25px;
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}
.product .info img{
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 130px;
}
.produc_sm{
	padding:10px 0;
}

.contact{
    width: 100%;
    height: 280px;
    font-size: 0;
    background-image: url('../assets/fkbg1.jpg');
}
.contact .title{
    width: 80px;
    height: 100%;
    background-color: #0d82b5;
    display: inline-block;
    writing-mode: vertical-rl;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.contact .cinfo{
    display: inline-block;
    height: 100%;
    width: calc(100% - 81px);
    /*background-color: rgba(0, 0, 0, 0.5);*/
    font-size: 12px;
    vertical-align: top;
    color: #ffffff;
    padding-top: 30px;
    padding-left: 60px;
}
.contact .cinfo div{
    margin-bottom: 10px;
}
.contact .cinfo div label{
    width: 130px;
    text-align: right;
    padding-right: 30px;
    vertical-align: top;
}
.contact .cinfo div input{
    width: 500px;
    border: none;
}
.contact .cinfo div textarea{
    height: 100px;
    width: 500px;
    border: none;
}
.contact .cinfo div button{
    margin-left: 130px;
    color: #FFFFFF;
    background-color: #0d82b5;
    border: none;
    width: 100px;
    margin-top: 10px;
}
