@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "微软雅黑";
}
body{
    background-color: #f0f1f5;
    position: relative;
    z-index: -1;
    width: 100%;
    overflow-x: hidden;
    max-width: 1020px;
    margin: 0 auto;
    color: #01116e;
}
/*————————————关于天罡start——————————————*/
.profile_container{
    width: 100%;
}
/*头部gif*/
.profile_header{
    width: 100%;
}
.profile_header img{
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
/*主要部分*/
.profile_content{
    width: 100%;
    background: url("../images/hu_bg.png")no-repeat;
    -webkit-background-size: 110% auto;
    background-size: 110% auto;
    position: absolute;
    top: 27rem;
}
.font_title{
    font-weight: 500;
    display: inline-block;
    height: 6rem;
    width: 17rem;
    background: url("../images/font_bg.png") no-repeat;
    -webkit-background-size: auto 6rem;
    background-size: auto 6rem;
    font-size: 3.2rem;
    padding: 1rem;
    line-height: 4rem;
    text-align: center;
}
/*企业简介*/
.con_pro>span{
    margin: 5rem 0rem 1rem 5rem;
}
.con_pro div{
    display: inline-block;
    width: 100%;
    height: 50rem;
    text-indent: 11em;
    padding: 6.4rem 2rem 2rem 2.8rem;
    line-height: 3.8rem;
    font-size: 2.3rem;
    background: url("../images/pro_bg.png")no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: -6rem;
}
.con_pro div span:nth-of-type(1){
    display: inline-block;
    width: 2rem;
}
.con_pro div span:nth-of-type(2)
{
    display: inline-block;
    width: 6rem;
}


/*技术势力*/
.con_tech>span{
    margin: -3rem 0rem 1rem 41rem;
}
.con_tech div{
    width: 100%;
    height: 42rem;
    background:url("../images/tech_bg.png")no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: -4rem;
}
/*团队建设*/
.con_team>span{
    margin: -1rem 0rem 1rem 5rem;
}
.con_team>div{
    width: 100%;
    height: 86rem;
    background:url("../images/team_bg.png")no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: -7rem;
    position: relative;
}
.con_team img{
    width: 14rem;
    height: auto;
    border-radius: 2rem;
}
.con_team>div div{
    width: 50%;
    text-align: center;
    position: absolute;
    font-size: 2.4rem;
    line-height: 4rem;
}
.pho_01{
    top: 23rem;
    padding-left: 3rem;
}
.pho_02{
    top: 47rem;
    padding-left: 3rem;
}
.pho_03{
    top: 9rem;
    left: 50%;
    padding-right: 3rem;
}
.pho_04{
    top: 32rem;
    left: 50%;
    padding-right: 3rem;
}
.pho_05{
    top: 55rem;
    left: 50%;
    padding-right: 3rem;
}

/*————————————联系我们start————————————*/
.contact_us{
    width: 100%;
    height: 100%;
    position: relative;
}
.contact_header{
    width: 100%;
    height: 20rem;
    background: url("../images/contact_bg.png") no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.contact_header>span{
    margin: 3rem 0 1rem 3rem;
}
.contact_map{
    width: 94%;
    height: 50rem;
    background: url("../images/contact_map.png")no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin: -10rem auto 0;
}
.contact_us ul{
    width: 80%;
    font-size: 2.6rem;
    margin: 0 auto 6rem;
}
.contact_us ul img{
    width: 4rem;
    height: auto;
    vertical-align: middle;
}
.contact_us ul li{
    list-style: none;
    margin-top: 3rem;
}
.contact_addr{
    margin-left: 6rem;
}
.contact_footer{
    width: 100%;
    height: 13rem;
    background:url("../images/contact_footer.png")no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    bottom: -11.2rem;
    position: absolute;
}




/*————————————联系我们end————————————*/

















