/*通用*/
button:hover{
    cursor: pointer;
}
/*系统开发，业务总览*/
.system_develop_content {
    width: 450px;
    padding-bottom: 255px;
    margin-left: 60%;
}
.system_develop {
    background: url(../images/images_new_3.28/xt_04/new_banner_03.28.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-color: #e2f2f1;
}
.system_title_topfl{
    font-size: 81.2px;
    color: #337ab7;
    font-family: 方正综艺简体;
}
.system_title_topfr_top{
    font-family: 微软雅黑;
    font-size: 19px;
    color: white;
    width: 209px;
    height: 29px;
    background-color: #337ab7;
    line-height: 29px;
    padding-left: 10px;
    margin-top: 7px;
}
.system_title_topfr_bottom{
    font-size: 40.6px;
    color: #337ab7;
    font-family: 方正综艺简体;
    margin-top: 3px;
}
.system_span01{
    color:#a8a8a9 ;
}
.system_span02{
    color:#5a5a5a ;
}

/*各种平台详情*/

.stytem_all_content_top{
    margin: auto;
    margin-bottom: 194px;
    width: 1366px;
}
.stytem_all_content_bottom{
    padding-bottom: 100px;
}
.stytem_all_content_bottom{
    margin: auto;
    width: 1366px;
}
.system_all_details{
    background-color: #f8f9fb;
    padding-top: 60px;
}
.s_a_d_img_bottom01 {
    position: absolute;
    left: 104px;
}
.s_a_d_img{
    position: relative;
    z-index: 5;
    font-size: 0;
    /*padding-bottom: 434px;*/
}

.s_a_d_img_top01{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.s_a_d_img_top01:hover{
    cursor: pointer;
}
.s_a_d_img_bottom01:hover{
    cursor: pointer;
}
.s_a_d_title{
    font-size: 24px;
    font-family: 微软雅黑;
    color: #4a4a4a;
    margin-top: 25px;
}

.system_all_details_items{
    width: 332px;
    /*border: 1px solid red;*/
    text-align: center;
    position: relative;
    z-index: 1;
}

/*补丁*/
.s_a_d_patch{
    background-color: white;
    width: 330px;
    border: 1px solid #eee;
    position: absolute;
    /*height: 495px;*/

    top: 61px;
    z-index:2;
    /*height: 0;*/
    /*overflow: hidden;*/
}
.s_a_d_title02{
    font-size: 24px;
    font-family: 微软雅黑;
    color: #4a4a4a;
    margin-top: 80px;
}
.s_a_d_title03{
    font-family: Arial;
    font-size: 14px;
    color: #9a9a9a;
    margin-top: 18px;
}

.s_a_d_cut1{
    width: 72px;
    height: 2px;
    background-color:#d9534f;
    margin: auto;
    margin-top: 25px;
}
.s_a_d_article{
    font-size: 14px;
    font-family: 微软雅黑;
    color: #4a4a4a;

    line-height: 25px;
    width: 266px;
    margin: auto;
    margin-top: 39px;
    padding-bottom: 52px;
}
.s_a_d_bth{
    width: 188px;
    height: 51px;
    /*border: 1px solid #d9534f;*/
    margin: auto;
    z-index: 1000;
    padding-bottom: 20px;
}
.s_a_d_bth button{
    width: 186px;
    height: 49px;
    border: 1px solid ;
    background-color: transparent;
    font-size: 24px;
    font-family: 微软雅黑;
    color: #4a4a4a;
    z-index: 999;
}
.s_a_d_bth button:hover{
    background-color: #337AB7;
    color: white;
    border: none;
}
.s_a_d_cut02{
    background-color: #e79325;
}
.s_a_d_cut03{
    background-color: #f0bd4e;
}
.s_a_d_cut04{
    background-color: #5cb85c;
}
.s_a_d_cut05{
    background-color: #5cb85c;
}
.s_a_d_cut06{
    background-color: #00b7ee;
}
.s_a_d_cut07{
    background-color: #337ab7;
}
.s_a_d_cut08{
    background-color: #aa89bd;
}



/*系统应用设备*/
.system_equipment_container{
    padding-top: 137px;
}
.title_system_equipment{
    font-size: 36px;
    color: #343434;
    font-family: 微软雅黑;
    text-align: center;
}
.title02_system_equipment{
    margin-top: 26px;
    font-size: 24px;
    color: #505050;
    font-family: Arial;
    text-align: center;

}
.system_eq_content{

    width: 900px;
    margin: auto;
    margin-top: 90px;
    padding-bottom: 150px;
}
.system_eq_img{
    margin-left: 74px;
    margin-right: 74px;
    text-align: center;
}
.system_eq_title{
    font-size: 29.5px;
    font-family: 微软雅黑;
    color: #444444;
    margin-top: 30px;
}

/*关于我们*/
.system_us{
    background-color: #fafbfb;
}