/*banner*/
.index_banner{
    width:100%;
    height:auto;
}
.title_box{
    margin-top:90px;
    text-align: center;
}
.index_title{
    font-size:4rem;
    color:#333333;
    font-weight:bold;
}
.title_description{
    font-size:2rem;
    color:#666666;
    display:inline-block;
    width:55%;
}
.smile{
    display:block;
    margin:0 auto;
}
/*专业的技术研发*/
.technology_box{
    margin-top:60px;
}
.technology_box>div{
    padding:0px !important;
}
.introduction_item{
    margin-bottom:40px;
}
.introduction_name{
    font-size:4rem;
    color: #333333;
}
.introduction_name>img{
    width:35px;
    height:auto;
    display:inline-block;
}
.introduction_content{
    font-size:2rem;
    line-height: 30px;
    color: #666666;
    margin-left: 50px;
    text-align: left;
    display: inline-block;
}
.service_img{
    width:100%;
    height:auto;
}
/*多行业覆盖*/
.industry{
    width: 100%;
    background: url('../image/settled_bg.jpg') no-repeat;
    background-size: 100% 100%;
    height:auto;
    min-width:1200px;
    margin-top:50px;
    margin-bottom:90px;
}
.industry>.box{
    padding:40px 0;
}
.industry_ch{
    font-size:4.2rem;
    color:#333333;
    text-align: center;
    font-weight: bold;
}
.industry_en{
    font-size: 2.8rem;
    color: #666666;
    line-height: 40px;
    margin-top: 11px;
    text-align: center;
}
/*我们的理念*/
.idea{
    display:inline-block;
    text-align: center;
    margin-top:60px;
}
.idea_img{
    width:182px;
    height:182px;
    display: inline-block;
    border-radius:50%;
    background-color:#f5f5f5;
    text-align: center;
}
.idea_img>img{
    width:75px;
    height:auto;
    display: inline-block;
    margin-top:53px;
}
.idea_name{
    font-size:4rem;
    color: #333333;
    line-height:50px;
    margin-top: 30px;
}
.idea_content{
    font-size: 2rem;
    color: #666666;
    line-height: 28px;
    font-weight: 500;
}
/*联系我们*/
.about_box{
    margin-top:60px;
}
.about_item{
    margin-bottom: 15px;
}
.item_name{
    font-size:2.2rem;
    color:#ff9629;
    margin-bottom:0px;
    font-weight: 600;
    line-height: 34px;
}
.item_content{
    font-size:2rem;
    color:#333;
    font-weight: 500;
}
.remarks{
    font-size:1.5rem;
    color: #666666;
    display:inline-block;
}
.one_row{
    width:100%;
    height:auto;
}
.information_item{
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}
.information_name{
    font-size:1.8rem;
    font-weight:bold;
    color: #333333;
    display: inline-block;
    width:90px;
}
.information_item>img{
    vertical-align: sub;
}
.mailbox{
    width: 72%;
    height: auto;
    font-size: 1.8rem;
    border: 0px;
    outline: none;
    margin-left: 2%;
    background-color: #f7f7f7;
}
.content_box{
    width:100%;
    height:auto;
    padding:8px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
}
.content{
    border:0;
    outline: none;
    font-size: 1.8rem;
    color:#333333;
    width:100%;
    height:100px;
    background-color: #f7f7f7;
}
.send{
    padding: 8px 10px 8px 5px;
    background-color:#ff9629;
    border-radius:5px;
    color:white;
    font-size:1.4rem;
    display:inline-block;
}
.send>img{
    width:auto;
    height:22px;
    display:inline-block;
    vertical-align: text-bottom;
}
.map{
    width:100%;
    height:auto;
    min-width:1200px;
    margin-top:150px;
}