a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    position: relative;
    background: #fff;
    padding-top: 72px;
}

.navBar {
    background: #1a4686;
    position: fixed;
    z-index: 100;
    width: 100%;
    min-width: 1000px;
    top: 0;
    left: 0;
}

.topBar {
    width: 1100px;
    margin: 0 auto;
}

.topBar .logo {
    float: left;
    width: 78px;
    height: 72px;
    padding: 0 120px 0 28px;
    background: url(/page/web/img/logo.png) no-repeat;
    background-size: 170px 39px;
    cursor: auto;
    background-position: 28px center;
}

.tabBar {
    float: left;
}

.tabBar a {
    display: inline-block;
    line-height: 72px;
    padding: 0 18px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.tabBar.right {
    float: right;
    padding-right: 10px;
}

.tabBar.right a {
    padding: 0 25px;
    color: rgba(255, 255, 255, .5);
}

.tabBar b {
    display: inline-block;
    width: 2px;
    height: 17px;
    line-height: 17px;
    vertical-align: text-bottom;
    background: rgba(255, 255, 255, .1);
}

.banner {
    height: 340px;
    background: url(/page/web/img/banner2.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.container {
    min-height: 960px;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

/*.entryList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 150px 33px 60px;
}

.entryList li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 25px;
}

.entryList li a {
    display: inline-block;
    text-decoration: none;
    cursor: auto;
}

.entryList li a span {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.entryList li p {
    line-height: 25px;
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.entryList li i {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: url(../img/icon_doo8.png) no-repeat;
    background-size: cover;
}

.entryList li i.shoot {
    background: url(../img/icon_foot.png) no-repeat;
    background-size: cover;
}

.entryList li i.foot {
    background: url(../img/icon_shoot.png) no-repeat;
    background-size: cover;
}

.entryList li .middle {
    margin-top: 70px;
    text-align: left;
    padding-left: 20px;
}
*/

.entryList02{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    padding: 150px 50px 60px;
}
.entryList02 li{ width:264px; margin-left:54px; margin-bottom: 40px;}
.entryList02 li:nth-child(3n+1){ margin-left:0; }
.entryList02 li a{ display: block; font-size:0; }
.entryList02 li div{
    position:relative;
    padding:20px 0 0 10px;
}
.entryList02 li div h3{
    font-size:20px;
    color:#333;
    font-weight: normal;
}
.entryList02 li div p{
    margin-top: 10px;
    line-height: 24px;
    font-size:14px;
    color:#333;
}
.entryList02 li div .startBtn{
    position:absolute;
    right:0;
    bottom:10px;
    font-size:14px;
    color:#fa344b;
    border:1px solid #fa344b;
    border-radius: 20px;
    text-align:center;
    width:98px;
    height:30px;
    line-height: 30px;
}

.introItem {
    padding: 50px 85px 0;
}

.intro_t {
    padding: 15px 0;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #d6d6d6;
}

.intro_t h3 {
    float: left;
    font-weight: normal;
}

.intro_t span {
    float: right;
}

.intro_c {
    padding-top: 60px;
}

.intro_c h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 22px;
    font-weight: normal;
}

.intro_c p {
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.footer {
    text-align: center;
}

.footer .companyInfo {
    padding: 40px 0 10px;
    background-color: #474747;
}
.footer .companyInfo p{
    line-height: 30px;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);
}
.footer .companyInfo p span.ml20{ margin-left:20px; }
.footer .companyInfo p a{ color:#fff; cursor: auto;}
.footer .companyInfo i{
    display: inline-block;
    width:96px;
    height:95px;
    margin-bottom: 25px;
    background: url(/page/web/img/wenwangIcon.png) no-repeat;
    background-size: cover;
}
.footer .publicity {
    height: 60px;
    line-height: 60px;
    background-color: #232323;
    font-size: 14px;
    color: #fff;
}

/*关于我们*/

.about_layout {
    width: 1000px;
    margin: 0 auto;
}

.about_layout_l {
    float: left;
    width: 130px;
}

.about_layout_r {
    float: left;
    width: 870px;
}

.about_menu {
    padding-top: 20px;
}

.about_menu li {
    margin: 17px 0;
}

.about_menu li a {
    display: block;
    font-size: 18px;
    color: #333;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
}

.about_menu li a span {
    display: inline-block;
}

.about_menu li a.current span {
    border-bottom: 3px solid #1a4686;
}

.about_con {
    float: right;
    width: 750px;
    padding: 18px 20px 0 0;
}

.about_con_t {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}

.about_con_txt {
    padding-bottom: 100px;
}

.about_con_txt .about_con_txt_card {
    margin-top: 30px;
}

.about_con_txt .about_con_txt_card p {
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

.about_con_txt .about_con_txt_card.contact {
    margin-top: 50px;
}

.about_con_txt .about_con_txt_card.contact h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}


/*充值*/

.pay_layout {
    width: 1000px;
    margin: 0 auto;
    padding-top: 28px;
}

.pay_layout_l {
    float: left;
    width: 206px;
    padding-top: 54px;
}

.pay_menu_t {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eaeaea;
    font-size: 18px;
    color: rgb(51, 51, 51, .7);
}

.pay_menu {
    border-left: 1px solid #ebe8e7;
    border-right: 1px solid #ebe8e7;
}

.pay_menu li {
    border-bottom: 1px solid #eaeaea;
}

.pay_menu li a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding-left: 32px;
    font-size: 18px;
    color: #333;
}

.pay_menu li a span {
    vertical-align: middle;
    margin-left: 11px;
}

.pay_menu li a i {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    background: url(/page/web/img/payIcons.png) center top no-repeat / 50px auto;
}

.pay_menu li a i.union {
    background-position: 0 0;
}

.pay_menu li a i.wxin {
    background-position: 0 -40px;
}

.pay_menu li a i.ali {
    background-position: 0 -80px;
}

.pay_layout_r {
    float: left;
    width: 755px;
    margin-left: 20px;
}

.pay_form_t {
    padding: 9px 0;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.pay_form_c {
    height: 785px;
    padding-top: 6px;
    border: 1px solid #ebe8e7;
}

.pay_form_input li {
    font-size: 0;
    line-height: 42px;
    padding: 20px 0;
}

.pay_form_input li span {
    display: inline-block;
    width: 168px;
    padding-right: 10px;
    text-align: right;
    font-size: 18px;
    color: #666;
    vertical-align: middle;
}

.pay_form_input li input {
    width: 345px;
    height: 42px;
    padding-left: 18px;
    font-size: 14px;
    color: #999;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.pay_form_input li input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

.pay_form_input li input::-moz-input-placeholder {
    font-size: 14px;
    color: #999;
}

.pay_form_input li input::-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

.pay_form_input li .selBtn {
    display: inline-block;
    width: 187px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #ff8441;
    vertical-align: middle;
}

.pay_form_radio {
    position: relative;
    padding: 25px 0 0 172px;
}

.pay_form_radio .txt {
    position: absolute;
    top: 25px;
    left: 0;
    width: 160px;
    text-align: right;
    font-size: 18px;
    color: #666;
}

.pay_form_radio li {
    display: inline-block;
    width: 100px;
    padding: 12px 0 12px 12px;
}

.pay_form_radio li input {
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.pay_form_radio li span {
    margin-left: 5px;
    font-size: 18px;
    color: #666;
    vertical-align: middle;
}

.pay_form_sub {
    margin-top: 180px;
}

.pay_form_sub a {
    display: block;
    width: 248px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #ff8441;
}

.pay_layout_r.login {
    float: none;
    margin: 0 auto;
}

.pay_layout_r.login .pay_form_c {
    border: none;
}

.pay_layout_r.login .pay_form_input li input {
    width: 422px;
}

.pay_layout_r.login .pay_form_sub {
    margin-top: 135px;
}

.parentCtl {
    padding: 37px 0 0 25px;
}

.parentCtl_l {
    float: left;
    width: 598px;
}

.parentCtl_r {
    float: right;
    width: 214px;
    border: 1px solid #ebe8e7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.parentCtl_t {
    font-size: 0;
    background-color: #eaeaea;
}

.parentCtl_t li {
    display: inline-block;
}

.parentCtl_t li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 18px;
    color: #999;
}

.parentCtl_t li a.current {
    color: #333;
}

.parentCtl_con_card {
    padding-top: 27px;
    padding-bottom: 25px;
    border-top: 1px solid #eaeaea;
}

.parentCtl_con_card h3 {
    font-size: 18px;
    font-weight: normal;
    color: #ff6633;
    margin-bottom: 15px;
}

.parentCtl_con_card p {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    text-align: justify;
}

.parentCtl_con_card.intro {
    position: relative;
    padding: 40px 5px 25px 140px;
}

.parentCtl_con_card.intro i {
    position: absolute;
    top: 40px;
    left: 0;
    width: 127px;
    height: 156px;
    background: url(/page/web/img/project.png) no-repeat;
    background-size: cover;
}

.flowChart {
    width: 598px;
    height: 402px;
    background: url(/page/web/img/flowChart.png) no-repeat;
    background-size: cover;
}

.parentCtl_FAQ {
    padding: 18px 15px 0 12px;
}

.parentCtl_FAQ li {
    margin-bottom: 20px;
}

.parentCtl_FAQ li h3,
.parentCtl_FAQ li p {
    line-height: 25px;
    font-size: 14px;
}

.parentCtl_FAQ li h3 {
    color: #333;
    font-weight: normal;
}

.parentCtl_FAQ li p {
    color: #999;
    margin-top: 2px;
}


/*弹出窗*/

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -137px;
    margin-left: -232px;
    width: 465px;
    height: 275px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-animation: superScaleIn .3s ease-in-out both;
    animation: superScaleIn .3s ease-in-out both;
}
.popup .close{
    position: absolute;
    top: -40px;
    right: -40px;
    width: 50px;
    height: 50px;
    background: url(/page/web/img/close_btn.png) no-repeat;
    background-size: cover;
}
.popup p.txt {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 124px;
}
.popup .popBtn{
    width: 270px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 40px auto 0;
    background: #ff8441;
    color: #fff;
    border-radius: 20px;
}

@-webkit-keyframes superScaleIn {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .3
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes superScaleIn {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .3
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/*下载页*/

.downLoadWrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 959px;
}

.downLoadWrap.dianqiu {
    background: url(/page/web/img/bg_dianqiu.jpg) no-repeat;
    background-size: cover;
    background-position: right top;
}

.downLoadWrap .disc {
    position: absolute;
    top: 175px;
    left: 100px;
}

.downLoadWrap.dianqiu .disc {
    width: 674px;
    height: 326px;
    background: url(/page/web/img/disc_dqdz.png) no-repeat;
    background-size: cover;
}

.downLoadWrap.xuni {
    background: url(/page/web/img/bg_xuni.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.downLoadWrap.xuni .disc {
    width: 748px;
    height: 326px;
    background: url(/page/web/img/disc_xnzq.png) no-repeat;
    background-size: cover;
}

.downLoadWrap.doo8 {
    background: url(/page/web/img/bg_doo8.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}

.downLoadWrap.doo8 .disc {
    top: 80px;
    left: 100px;
    width: 677px;
    height: 373px;
    background: url(/page/web/img/disc_doo8.png) no-repeat;
    background-size: cover;
}

.downLoadWrap.doo8 .btnWrap a {
    color: #fff;
}

.downLoadWrap.doo8 .btnWrap a.ios {
    background-image: -webkit-linear-gradient(top, #5496e5, #127dff);
}

.downLoadWrap.doo8 .btnWrap a.android {
    background-image: -webkit-linear-gradient(top, #37c34e, #0a8d20);
}

.downLoadWrap.doo8 .btnWrap a.ios i {
    background: url(/page/web/img/iosIcon_fff.png) no-repeat;
}

.downLoadWrap.doo8 .btnWrap a.android i {
    background: url(/page/web/img/androidIcon_fff.png) no-repeat;
}

.btnWrap {
    position: absolute;
    top: 586px;
    left: 107px;
}

.btnWrap a {
    display: inline-block;
    width: 260px;
    height: 80px;
    line-height: 80px;
    margin-right: 70px;
    text-align: center;
    font-size: 24px;
    color: #000;
    background: #fff;
    border-radius: 5px;
}
.btnWrap a.disabled{ cursor: auto; }
.btnWrap a i {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
}

.btnWrap a span {
    vertical-align: middle;
    margin-left: 15px;
}

.btnWrap a.ios i {
    width: 27px;
    background: url(/page/web/img/iosIcon.png) no-repeat;
    background-size: cover;
}

.btnWrap a.android i {
    width: 28px;
    background: url(/page/web/img/androidIcon.png) no-repeat;
    background-size: cover;
}
