@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: transparent;
}
.xgapp section {
    position: relative;
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    font-size: 16px;
}
.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1.6;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3{
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
p {
    font-size: 16px;
    line-height: 1.7;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pc{
    display: block;
}
.mobile{
    display: none;
}
.txt1{
    color: #333;
    font-size: 20px;
    line-height: 35px;
}
/*banner*/

#banner{
    position: relative;
    height: 500px;
    background: url("/software/xgapp/images/bannerbg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
#banner h1{
    color: #fff;
    /* padding-top: 8px; */
}
#banner h1>span{
    color: #ffea7d;
}
#banner .txt1{
    padding-top: 110px;
    color: #fff;
}
.bframea {
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #fff;
    background: none;
    padding: 0;
    margin-top: 30px;
    box-sizing: border-box;
    text-align: center;
}
.bframea a {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

.titlss{
    float: right;
    width: 320px;
    height: 328px;
    background: #fff;
    /* box-shadow:0 0 20px 2px rgba(153,153,153,.5); */
    margin-top: 80px;
    opacity: .95;
}
.titlss .tith3{
    font-size: 24px !important;
    color: #000;
    padding-top: 20px;
    /* padding-left: 40px; */
    padding-bottom: 20px;
    text-align: center;
}
#titlsses{
    margin-left: 30px;
}

#titlsses .outline{
    position: relative;
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.titlss .inputTitle{
    position: absolute;
    top: 10px;
    left: 10px;
    /*z-index: -1;*/
    /*-webkit-transition: 0.5s;*/
    /*transition: 0.5s;*/
    color: #777;

}
.titlss input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 14px 0 4px 10px;
    background: #f0f0f5;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 18px;

}
.titlss #submit_a{
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    /*border: 1px solid #24a3ff;*/
    /*border-radius: 3px;*/
    color: #fff;
    font-size: 20px;
    /*letter-spacing: 5px;*/
    cursor: pointer;
    /*-webkit-transition: 0.5s;*/
    /*transition: 0.5s;*/
    padding: 0;
    background-color: #24a3ff;
}

.titlss .inputTitle {
    margin-bottom: 4px;
    font-size: 16px;
}

.titlss .inputTitle .requiredHint {
    margin-right: 4px;
    color: #fe5757;
}

.titlss .inputTitle .fillHint {
    color: #888;
    font-size: 14px;
}

.titlss .inputTitle .fa {
    display: none;
    margin-left: 4px;
    color: #ffa800;
    /*font-size: 14px;*/
}
.titlss  .noInput .inputTitle .fa{
    display: inline-block;
}


.titlss  .outline {
    position: relative;
    margin-bottom: 10px;
}

.titlss .inputTitle.focus {
    top: 0;
    font-size: 0;
    color: #3798e4;
}

.titlss .inputTitle .focus .requiredHint {
    color: #3798e4;
}

.titlss input:focus {
    outline: none;
}

.titlss input.noInput + .inputTitle .fa {
    display: inline-block;
}
/* 九大功能 */
#n_function,#D_TV{
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}
#n_function h2{
    color: #111;
    padding: 60px 0 30px;
    text-align: center;
}
.buttonM {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.buttonM .btn_m{
    display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    /* border-radius: 5px; */
    border: 1px solid #333;
    margin: 0 50px;
}
.buttonM .btn_m:hover{
    background: #ffea7d;
    border: 1px solid #b0013c;
}
.buttonM .btn_m a{
    display: block;
    color: #333;
    text-decoration: none;
}
.buttonM .btn_m a:hover{
    color: #b0013c;  
}
.H2style{
    color: #b0013c;
    font-size: 40px;
    text-align: left;

}
.h3style{
    display: block;
    font-size: 24px;
    text-align: left;
    color: #333;
    font-weight: 600;
}
h5{
    color: #b0013c;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}
.Ustyle li{
    text-align: left;
    font-size: 16px;
    font-family: "微软雅黑";
    letter-spacing: -0.93px;
}
#apply{
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: #b0013c;
    overflow: hidden; 
}
#apply h2{
    color: #fff;
    padding: 60px 0 30px;
    text-align: center;
}
.list1{
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.list2{
    width: 1040px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.list1 li,.list2 li{
    width: 200px;
    height:55px;
    line-height: 55px;
    float: left;
    color:#b4003c;
    margin-right: 10px;
    text-align: center;
    background: url("/software/xgapp/images/listbg.png") no-repeat center center;
}
.list1 li:last-child,.list2 li:last-child,.list3 li:last-child{
    margin-right: 0px;
}
.list3{
    width: 980px;
    margin: 0 auto;
    margin-bottom: 80px;
    overflow: hidden;
}
.list3 li{
    float: left;
    height: 32px;
    margin-right: 25px;
}
.list3 li h3{
    color: #333;
    font-weight: 600;
    line-height: 32px;
}
.qy{
    position: relative;
    height: 440px;
    background: url("/software/xgapp/images/n_2.png") no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 68px;
    overflow: hidden;
}
.yg{
    position: relative;
    height: 440px;
    background: url("/software/xgapp/images/n_3.png") no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 68px;
    overflow: hidden;  s
}
.qy .list4,.yg .list4{
    width: 705px;
    margin: 0 auto;
    margin-top: 120px;
    margin-left: 434px;
    overflow: hidden;
}
.qy .list4 li,.yg .list4 li{
    float: left;
    width: 225px;
    height: 135px;
    border-radius:5px;
    margin: 5px;
    background: #fff;
}
.qy .list4 li h4,.yg .list4 li h4{
    padding-top: 20px;
    color: #b0013c;
    font-weight: 600;
}
.yg .list4 li h4{
    color: #e9af00;
}
.exp{
    background: #e0004c;
}
.exp h4{
    color: #ffea7d;
    padding-top: 20px;
    font-weight: 600;
    /* padding-bottom: 10px; */
}
.asp1{
    color: #fff;
    padding-bottom: 18px;
}
#apply h3{
    color: #fff;
    line-height: 50px;
    font-weight: 600;
}
.apt1{
    color:#fff;
    text-align: left;
}
.apt1 a{
    color: #ffe47d;
}
.bframe{
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #ffe47d;
    border: 1px solid #5a0000;
}
.bframe a{
    font-size: 20px;
    color: #b0013c;
}
#D_TV h3{
    color: #b4003c;
    font-weight: 600;
    text-align: left;
}
.xgapp>#des h1{
    color: #111;
}

@media (max-width:768px){
    .xgapp section {
        min-width: 100%;
        max-width: 100%;
    }
    .container {
        width: 100%;
    }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }


}