锘?wrapper .contact{
    width:760px;
    height:320px;
}
.wrapper .text {
    width: 450px;
    height: 270px;
    background: #f1f1f1;
    padding:25px;
    
}
.wrapper .text .logo{
   width:174px;
   padding-right:12px;
   padding-top:20px;
}
    .wrapper .text .name{
        padding-top:10px;		
    }
    .wrapper .text .name h3 {
        font-size: 18px;
        line-height: 1.5;
    }
.com_info {
    margin-top: 20px;
    padding: 25px 0 0 5px;
    font-size: 15px;
    line-height: 1.5;
    border-top: 1px solid #ddd;
}
.com_list{
    margin-right:-30px;
    margin-top:60px;
}
    .com_list li {
        width: 338px;
        height: 170px;
        border: 1px solid #ccc;
        float: left;
        padding: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
.com_list li h4{
    font-size:18px;
    padding-bottom:20px;
}
    .com_list li h4:before {
        content: '';
        width: 26px;
        height: 7px;
        display: block;
        background: #2b66b2;
        margin-bottom: 20px;
    }
    .com_list li p {
        color:#555;
        line-height:1.8;
    }


    /*鑻辨枃*/
.en .wrapper .text .name h3{
	font-size:16px;
}
.en .com_info {
	margin-top: 15px;
	padding-top: 10px;
	line-height: 1.5;
	font-size:14px;
}
.en .wrapper .text .logo{
    padding-top:0;
}
.en .com_list li{
    padding-top:20px;
}
.en .com_list li h4:before{
    margin-bottom:10px;
}
.en .com_list li h4{
    padding-bottom:8px;
    font-size:16px;
}
.en .com_list li p{
    font-size:12px;
    padding-top:8px;
    line-height:1.3;
}
    /*灞忓箷灏忎簬绛変簬1259锛屽ぇ浜庣瓑浜?024*/
    @media only screen and (max-width:1259px) {
        .wrapper .contact {
        display:none;
    }
}

/*灞忓箷灏忎簬绛変簬1023*/
@media only screen and (max-width:1023px) {
    .wrapper .text{
        width:100%;
        height:auto;
        box-sizing:border-box;
    }
    .com_list{
        margin-right:0;
    }
    .com_list li {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        float: none;
        padding: 30px;
        margin-right: 0;
        margin-bottom: 30px;
        box-sizing: border-box;
    }

}