html{
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    min-width: 1024px;
    font-size: 10px;
}
body{
    margin: 0rem auto;
    padding: 0rem;
    width: 100%;
    min-width: 102.4rem;
    max-width: 192rem;
    height: auto;
    background-color: rgba(248, 247, 247, 0.938);
    position: relative;
}
.title {
    width: 100%;
    min-width: 102.4rem;
    max-width: 192rem;
    height: auto;
    margin: 0rem auto;
    background-color:  rgba(248, 247, 247, 0.938);
    overflow: auto;
}
.title_logo{
    float: left;
    width: 30%;
    height: 6rem;
    /*position: relative;
    z-index: 999;*/
}
.title_logo_bg{
    width: 7rem;
    height: 7rem;
    background-color: #21BAB4;
    margin: 0rem auto;
    position: absolute;
    top: 2rem;
    left: 10rem;
    text-align: center;
    z-index: 1000;
}
.title_logo_bg img{
    width: 80%;
    height: auto;
    margin-top: 1rem;
}
.title_tab{
    float: right;
    width: 60%;
    height: 6rem;
    overflow: auto;
}
.title_tab a{
    color: black;
    text-decoration: none;
}
.title_tab ul{
    float: right;
    list-style-type: none;
    width: auto;
    height: auto;
    margin: 0rem;
    margin-right: 2rem;
    padding: 0rem;
    overflow: auto;
}
.title_tab ul li{
    float: left;
    width: 10rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 1.6rem;
    text-align: center;
}
.imgbox{
    width: 100%;
    min-width: 102.4rem;
    max-width: 192rem;
    height: auto;
    margin: 0rem auto;
    background-color: #F8F8F8;
    /*background-image:url('../IMG/imgbox.png');*/
}
#imgbox{
    width: 100%;
    height: auto;
}
.imgbox img{
    width: 100%;
}
.main{
    width: 100%;
    height: auto;
    min-height: 80rem;
    max-width: 192rem;
    margin: 0rem auto;
    background-color: #F8F8F8;
    overflow: hidden;
}
.ensure{
    width: 100%;
    height: auto;
    margin: 0rem;
    position: relative;
    top: -7rem;
    z-index: 999;
}
.ensure ul{
    width: 60%;
    height: auto;
    margin: 0px auto;
    padding: 3rem 0rem 2rem 0rem;
    overflow: auto;
    background-color: white;
    /*border: 1px solid rgb(183, 180, 180);*/
    box-shadow: 0px 0px 0.5rem 0.5rem rgb(216, 215, 215);
    border-radius: 1.5rem;
}
.ensure ul li{
    float: left;
    list-style-type: none;
    width: 25%;
    height: auto;
    text-align: center;
}
.ensure ul li img{
    margin: 0rem auto;
    width: 5rem;
    height: 5rem;
}
.ensure ul li p{
    text-align: center;
    font-size: 1.4rem;
    color: #999999;
    margin: 0px;
    padding: 0px;
}
.ensure ul li p.bold{
    font-size: 1.8rem;
    color: #111111;
    font-weight: bold;
    margin: 1rem 0rem;
}
.work{
    width: 100%;
    min-width: 102.4rem;
    max-width: 192rem;
    height: auto;
    margin: 0rem auto;
    background-color: #F8F8F8;
    overflow: auto;
}
.work_tit{
    float: left;
    width: 30%;
    height: auto;
}
.work_tit p{
    padding: 0.6rem 0rem 0.6rem 10rem;
    margin: 0px;;
    font-size: 1.6rem;
    font-weight: bold;
}
.work_tit img{
    width: 3rem;
    height: 1rem;
    margin-left: 10rem;
}
.work_content{
    float: left;
    width: 70%;
    height: auto;
    overflow: auto;
}
.work_content_txt{
    float: left;
    width: 41%;
    height: auto;
    padding-right: 2rem;
    /*background-color: white;*/
    font-size: 1.7rem;
}
.work_content_txt p{
    padding: 0rem;
    margin: 2rem;
}
.work_content_txt_m{
    width: 90%;
    height: auto;
    padding: 0rem;
    margin: 0rem auto;
    overflow: auto;
}
.work_content_txt_m li{
    float: left;
    width: 30%;
    height: auto;
    list-style-type: none;
    font-size: 1.4rem;
    text-align: center;
}
.work_content_txt_m li p{
    padding: 0rem;
    margin: 0rem;
}
.work_content_txt_m li img{
    width: 3rem;
    height: 3rem;
}
.work_content_txt_m_bg{
    width: 5rem;
    height: 5rem;
    background-image: url('../img/work_bg.png');
    margin: 0rem auto;
    line-height: 7rem;
}
.work_content_txt_m_txt{
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}
.work_content_img{
    float: left;
    width: 45%;
    height: auto;
    background-image: url(../img/map.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.work_content_img img{
    width: 100%;
}
.product{
    width: 100%;
    min-width: 102.4rem;
    max-width: 192rem;
    height:auto;
    min-height: 40rem;
    margin: 0rem auto;
    margin-top: 4rem;
    background-image: url('../img/product_1.png');
    background-size: 85% 100%;
    background-repeat: no-repeat;
    overflow: auto;
}
.product_tit{
    float: left;
    width: 30%;
    height: auto;
    color: white;
    margin-top: 5rem;
    background-image: url(../img/FLOW@2x.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 2rem top;
}
.product_tit p{
    padding: 0.6rem 0rem 0.6rem 10rem;
    margin: 0rem;;
    font-size: 1.6rem;
    font-weight: bold;
}
.product_tit .row{
    float: left;
    width: 1rem;
    height: auto;
}
.product_tit img{
    width: 3rem;
    height: 1rem;
    margin-left: 10rem;
}
.product_content{
    float: left;
    width: 70%;
    height: 40rem;
    overflow: auto;
}
.product_content_box{
    width: 88%;
    height:36rem;
    min-height: 32rem;
    position: relative;
}
.product_content_box ul{
    width: 100%;
    height: 30rem;
    margin: 0rem;
    padding: 0rem;
    overflow: auto;
    position:absolute;
    top: 4rem;
    left: 0rem;
}
.product_content_box ul li{
    float: left;
    width: 30%;
    height: 30rem;
    margin: 0rem 1rem;
    list-style-type: none;
    background-color:  white;;
}
.product_content_box_img{
    width: 80%;
    height: 20rem;
    margin: 1rem auto;
}
.product_content_box_img img{
    width: 100%;
    height:20rem;
}
.product_content_box_txt{
    width: 78%;
    height: auto;
    margin: 1rem auto;
    text-align: left;
    font-size: 1.4rem;
    border-bottom: 1px solid #A7A7A8;
}
.product_content_box_tit{
    width: 80%;
    height: auto;
    margin: 1rem auto;
    text-align: right;
    font-size: 1rem;
}
.product_content_box1{
    display:block;
}
.product_content_box2{
    display:none;
}
.product_content_box3{
    display:none;
}
.product_content_button{
    width: 86%;
    height: 3rem;
}
.product_content_button ul{
    width: 100%;
    height: 1rem;
    margin: 0rem;
    padding: 0rem;
    overflow: auto;
}
.product_content_button ul li{
    float: right;
    width: 5rem;
    height: 0.5rem;
    background-color: #EDEDED;
    list-style-type: none;
    margin-right: 0.5rem;
}
.product_content_button ul li.onclick{
    background-color: #21BAB4;
}
.video{
    width: 90%;
    height: auto;
    margin: 6rem auto;
    padding: 0rem;
    overflow:auto;
}
.video_tit{
    float:left;
    width: 30%;
    height:auto;
}
.video_tit_txt{
    width: 80%;
    height: auto;
    margin: 1rem auto;
}
.video_tit_txt p{
    width: 100%;
    height: auto;
    margin: 0rem;
    padding: 0rem;
}
.video_tit_list{
    width: 80%;
    height: auto;
    margin: 5rem auto;
}
.video_tit_list ul{
    width: 80%;
    height: auto;
    padding: 0rem;
    margin: 0rem;
}
.video_tit_list ul li{
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
    list-style-type: none;
    overflow:auto;
}
.video_tit_list ul li div{
    float:left;
    width: auto;
    height:4rem;
    line-height:4rem;
    font-size:3rem;
    margin: 0rem;
    padding: 0rem;
    margin-left:1rem;
}
.video_content{
    float:left;
    width: 60%;
    height: auto;
    overflow: hidden;
}
.honour{
    width: 90%;
    height: auto;
    margin: 6rem auto;
}
.honour_tit{
    width: 90%;
    height: auto;
    margin: 0rem auto;
}
.honour_tit P{
    width: 100%;
    height: auto;
}
.honour_content{
    width: 80%;
    height: auto;
    margin: 3rem auto;
}
.honour_content ul{
    width: 100%;
    height: auto;
    padding: 0rem;
    margin: 0rem;
    overflow: auto;
}
.honour_content ul li{
    float: left;
    width: 25%;
    height: auto;
    list-style-type: none;
}
.honour_content_img{
    width: 90%;
    height:auto;
    margin: 0rem auto;
}
.honour_content_img img{
    width: 100%;
    height: auto;
}
.honour_content_txt{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.6rem;
}




/*----------------------公司简介----------------------------------*/
.company_profile{
    width: 100%;
    height: auto;
    padding: 4rem 0rem;
    margin: 0rem auto;
    overflow: auto;
    background-color: #F7F7F7;
}
.company_profile_img{
    float:left;
    width: 40%;
    height: auto;
}
.company_profile_img_box{
    float: right;
    width: 80%;
    height: auto;
    box-shadow: -2rem 2rem 1rem #62A3CE;
}
.company_profile_img img{
    width:100%;
}
.company_profile_txt{
    float: left;
    width: 60%;
    height: auto;
}
.company_profile_txt p{
    margin: 0rem;
    padding:1rem 8rem;
}
.company_profile_txt .company_profile_txt_content{
    line-height: 3rem;
    font-size: 1.8rem;
}
.company_list{
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
    margin-top: 4rem;
    padding-bottom: 4rem;
}
.company_list_tit{
    width: 90%;
    height: auto;
    margin: 0rem auto;
    /*background-color: #2C9894;*/
    background-image: url(../img/bgbg.png);
}
.company_list_tit p{
    padding: 0rem 0rem 0rem 5rem;
    color: white;
    margin: 0rem;
}
.company_list_content{
    width: 80%;
    height: auto;
    margin: 0rem auto;
    margin-top: -8rem;
}
.company_list_content ul{
    width: 100%;
    height: auto;
    margin: 0rem;
    padding: 0rem;
    overflow: auto;
}
.company_list_content ul li{
    float: left;
    width: 25%;
    height: auto;
    list-style-type: none;
}
.company_list_content_box{
    width: 90%;
    height: 23rem;
    margin: 1rem auto;
    background-color: white;
    box-shadow: 0rem 0.5rem 0.5rem 0.1rem rgb(216, 215, 215);
    /*border-radius: 1.5rem;*/
}
.company_list_content_img{
    width: 30%;
    max-width: 8rem;
    height: auto;
    margin: 0rem auto;
    padding: 2rem 0rem;
}
.company_list_content_img img{
    width: 100%;
    height: auto;
}
.company_list_content_txt{
    width: 90%;
    height: auto;
    margin: 0rem auto;
}
.company_list_content_txt p{
    margin: 0rem;
    padding: 0rem;
    text-align: center;
    color: #686868;
}
.corporate_culture{
    width: 100%;
    height: auto;
    background-color: white;
    padding-bottom: 4rem;
}
.corporate_culture_tit{
    width: 100%;
    height: auto;
    text-align: center;
    padding: 4rem 0rem;
}
.corporate_culture_tit p{
    padding: 0rem;
    margin: 0rem;
}
.corporate_culture_content{
    width: 80%;
    height:auto;
    margin: 0rem auto;
}
.corporate_culture_content ul{
    width: 100%;
    height: auto;
    margin: 0rem;
    padding: 0rem;
    overflow: auto;
}
.corporate_culture_content ul li{
    float: left;
    width: 20%;
    height: auto;
    list-style-type: none;
}
.corporate_culture_content_img1{
    width: 6rem;
    height: 4.5rem;
    margin: 0rem auto;
    padding-top:1.5rem;
    background-image: url(../img/bg_1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.corporate_culture_content_img1 div{
    width: 3rem;
    height: 3rem;
    margin: 0rem auto;
}
.corporate_culture_content_img2{
    width: 6rem;
    height: 4.5rem;
    margin: 0rem auto;
    padding-top:1.5rem;
    background-image: url(../img/bg_2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.corporate_culture_content_img2 div{
    width: 3rem;
    height: 3rem;
    margin: 0rem auto;
}
.corporate_culture_content_img3{
    width: 6rem;
    height: 4.5rem;
    margin: 0rem auto;
    padding-top:1.5rem;
    background-image: url(../img/bg_3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.corporate_culture_content_img3 div{
    width: 3rem;
    height: 3rem;
    margin: 0rem auto;
}
.corporate_culture_content_img4{
    width: 6rem;
    height: 4.5rem;
    margin: 0rem auto;
    padding-top:1.5rem;
    background-image: url(../img/bg_4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.corporate_culture_content_img4 div{
    width: 3rem;
    height: 3rem;
    margin: 0rem auto;
}
.corporate_culture_content_img5{
    width: 6rem;
    height: 4.5rem;
    margin: 0rem auto;
    padding-top:1.5rem;
    background-image: url(../img/bg_5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.corporate_culture_content_img5 div{
    width: 3rem;
    height: 3rem;
    margin: 0rem auto;
}
.corporate_culture_content_txt{
    width: 52%;
    height: auto;
    margin: 0rem auto;
    text-align: center;
}
.corporate_culture_content_txt p{
    padding: 0rem;
    margin: 0rem;
}
.footer{
    width:100%;
    max-width: 192rem;
    height:auto;
    margin: 0rem auto;
    margin-top: 3rem;
    background-color: #36383E;
}
.footer_txt{
    width: 80%;
    height: auto;
    margin: 0rem auto;
    overflow:hidden;
}
.footer_txt_img{
    float: left;
    width: 15%;
    height: auto;
    padding: 2rem 0rem;
}
.footer_txt_img div{
    width:60%;
    height:auto;
    margin: 0rem auto;
}
.footer_txt_img div img{
    width: 100%;
    height: auto;
}
.footer_txt_img p{
    margin: 0rem;
    padding: 0rem;
    color: #A7A7A8;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.6rem;
}
.footer_txt_tit{
    float: left;
    width: 25%;
    height: 10rem;
    padding: 1rem 0rem;
}
.footer_txt_tit img{
    width :100%;
    height: auto;
}
.footer_txt_tit p{
    padding: 0rem;
    margin: 0rem;
    color: white;
}
.footer_txt_list{
    float: left;
    width: 50%;
    height: 10rem;
    padding: 2rem 0rem;
}
.footer_txt_list ul{
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0rem;
    padding: 0rem;
}
.footer_txt_list ul li{
    padding: 0rem;
    margin: 0rem;
    float: left;
    width: 20%;
    height: auto;
    list-style-type: none;
}
.footer_txt_list_img{
    width: 70%;
    height: auto;
    margin: 0rem auto;
}
.footer_txt_list_img img{
    width: 100%;
    height: auto;
}
.footer_txt_list_txt{
    width: 70%;
    height: auto;
    overflow: auto;
    margin: 0rem auto;
    margin-top: 1rem;
}
.footer_txt_list_txt img{
    width: 1.7rem;
    height: auto;
}
.footer_txt_list_txt div{
    float: left;
    padding: 0rem;
    margin: 0rem;
    font-size: 1.6rem;
    color: white;
    line-height: 2rem;
}
.footer_line{
    width:100%;
    height: 1rem;
    background-image: url(../img/矩形\ 38@2x.png);
    background-repeat: repeat-x;
}
.footer_content{
    width: 100%;
    height: 10rem;
}
.footer_content p{
    margin: 0rem;
    padding: 0rem;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    color: #A7A7A8;
    font-size:1.6rem;
}
.footer_content p a{
    text-decoration: none;
    color:#A7A7A8;
}

/*------------------------企业优势-------------------------*/
.advantage_list{
    width: 100%;
    height: auto;
    padding-top: 3rem;
}
.advantage_list_tit{
    width: 100%;
    height: auto;
}
.advantage_list_tit p{
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    height: auto;
    text-align: center;
}
.advantage_list_content{
    width: 90%;
    height: auto;
    margin: 5rem auto;
}
.advantage_list_content ul{
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    height: auto;
    overflow: auto;
}
.advantage_list_content ul li{
    float: left;
    width: 25%;
    height: auto;
    list-style-type: none;
}
.advantage_list_content_num{
    width: 100%;
    height:auto;
    font-size: 7rem;
}
.advantage_list_content_txt{
    width: 90%;
    height: auto;
    margin:3rem auto;
}
.advantage_list_content_img{
    width: 90%;
    height: auto;
    margin: 2rem auto;
}
.advantage_list_content_img img{
    width: 100%;
    height: auto;
}
.advantage_video{
    width: 80%;
    height: auto;
    margin: 3rem auto;
}
.advantage_video_box{
    width: 100%;
    height: auto;
    margin: 4rem auto;
}
/*-----------------------加入我们----------------------*/
.contact_list{
    width: 100%;
    height: auto;
    padding-top: 3rem;
}
.contact_list_tit{
    width: 100%;
    height: auto;
}
.contact_list_tit p{
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    height: auto;
    text-align: center;
}
.contact_list_content{
    width: 80%;
    height: auto;
    margin: 3rem auto;
}
.contact_list_content ul{
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    height: auto;
    overflow: auto;
}
.contact_list_content ul li{
    float: left;
    width: 45%;
    height: auto;
    min-height: 25rem;
    list-style-type: none;
    margin: 2rem;
}
.contact_list_content_box{
    width: 95%;
    height: auto;
    min-height: 25rem;
    margin: 0rem auto;
    padding: 2rem 0rem;
    border: 0.1rem solid #EAEAEA;
    background-color: white;
}
.contact_list_content_tit{
    width: 60%;
    height: auto;
    margin: 2.5rem auto;
    padding: 4rem 0rem;
    background-image: url(../img/矢量智能对象\ 拷贝\ 3@2x.png);
    background-size: 100% 100%;;
}
.contact_list_content_tit div{
    width: 40%;
    height: auto;
    margin: 0rem auto;
}
.contact_list_content_tit div img{
    width: 100%;
    height: auto;
}
.contact_list_content_txt{
    width: 90%;
    height: auto;
    margin: 1rem auto;
    text-align: center;
}
.contact_list_content_txt_tit{
    width: 100%;
    height: auto;
    margin: 1rem auto;
    color: #333333;
    font-size: 2rem;
}
.contact_list_map{
    width: 100%;
    height: auto;
    margin: 5rem auto;

}
.contact_list_map img{
    width: 100%;
    height: auto;
}
/*-----------------------团队建设-----------------------*/
.team_list{
    width: 100%;
    height: auto;
    padding-top: 3rem;
    background-image: url(../img/摄图网_401033514_浪漫玫瑰（企业商用）@2x.png);
    background-position: top right;
    background-size: 40% auto;
    background-repeat: no-repeat;
}
.team_list_tit{
    width: 100%;
    height: auto;
}
.team_list_tit p{
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    height: auto;
    text-align: center;
}
.team_content{
    width: 100%;
    height: auto;
    margin: 0rem;
    padding: 0rem;
    margin-top: 5rem;
}
.team_content ul{
    margin: 3rem auto;
    padding: 0rem;
    width: 80%;
    height: auto;
    overflow: auto;
}
.team_content ul li{
    float:left;
    width: 33%;
    height: auto;
    list-style-type: none;
}
.team_content_img{
    width: 75%;
    height:auto;
    margin: 0rem auto;
}
.team_content_img img{
    width: 100%;
    height:auto;
}
.team_content_txt{
    width: 75%;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    font-size: 2.8rem;
    background-color: #21BAB4;
    color:white;
    margin: 0rem auto;
}
.team_content_bg{
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    background-image: url(../img/good.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}
.team_content_bg1{
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
    background-image: url(../img/rose.png);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: bottom left;
    margin-bottom: 5rem;
}
.team_content .team_content_important{
    width: 75%;
    padding: 0rem;
    margin: 0rem auto;
    overflow: auto;
    position: relative;
    margin-bottom: 10rem;
}
.team_content .team_content_important li{
    float: left;
    width: 30%;
    height: auto;
    list-style-type: none;
}
.team_content_important_img{
    width: 100%;
    height:auto;
    margin: 0rem auto;
}
.team_content_important_img img{
    width: 100%;
    height:auto;
}
.team_content_important_txt{
    width: 100%;
    height: 6rem;
    text-align: center;
    line-height: 6rem;
    font-size: 2.8rem;
    background-color: #21BAB4;
    color:white;
    margin: 0rem auto;
}










