.company_introduction{
    width: 1280px;
    padding: 0px 40px;
    margin: 80px 320px 80px;
}
.company_introduction_left{
    position: relative;
    width: 480px;
	height: 560px;
    padding-bottom: 40px;
}
.company_introduction_left>img{
    max-width: 100%;
    display: block;
}
.left_img1{
    position: relative;
    z-index: -999;
}
.left_img2{
    position: absolute;
    bottom: 20px;
    left: -40px;
}
.company_introduction_right{
    width: 670px;
}
.company_introduction_right .public_title>h2{
    color: #3cb035;
}
.company_introduction_right .public_title>span{
    color: #333333;
    margin-top: 20px;
}
.company_introduction_dec{
    margin-top: 45px;
    font-family: MicrosoftYaHei;
	font-size: 16px;
    line-height: 28px;
	color: #666666;
}
.email{
    width: 100%;
    margin-top: 10px;
}
.email>span,.email>a{
    display: block;
    font-size: 16px;
	color: #666666;
}

@media (max-width:768px){
    .company_introduction{
        width: 100%;
        padding: 0% 4%;
        margin: 30px 0px 0px;
    }
    .company_introduction_left{
        width: 100%;
        height: auto;
    }
    .company_introduction_right{
        width: 100%;
        margin-bottom: 50px;
    }
    .company_introduction_dec{
        margin-top: 24px;
        font-size: 14px;
    }
}