.navBox {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
}
.companyName{
    width: 148px;
}
.navBoxBg{
    width: 100%;
    height: 60px;
}
.navList {
    width: auto;
    color: #000000;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navli {
    width: auto;
    height: 60px;
    line-height: 60px;
    margin: 0 22px;
    cursor: pointer;
}

.navliAc {
    color: #4F92F3;
}

.navTitle {
    width: auto;
    /*margin-right: 180px;*/
    margin-right: 80px;
    font-size: 36px;
    font-weight: bold;
    font-family: Microsoft YuanYaHei;;
}

.content {
    width: 100%;
    margin-top: 6px;
}

.bannerBox {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.banner {
    width: 100%;
}

.banTitle {
    width: 600px;
    position: absolute;
    top: 140px;
    left: 16%;
    z-index: 99;
}

.banTitleCon{
    line-height: 50px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold;
}
.banTitleMsg{
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}
.conBox {
    width: 1200px;
    margin: 0px auto;
    padding-top: 80px;
}

.conTitle {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.contentMsg{
    width: 100%;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px;
}
.conTabList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.conTabLi {
    width: 100%;
    height: auto;
    padding: 30px;
}

.conTabLiNum {
    padding: 30px 20px;
}

.conTabLi:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #DFECFF 83%, #E5EEFB 100%, #ACCDFF 100%);
}

.conTabLi .btn-primary:first-child {
    background: #BCD7FF;
    border: 1px solid #BCD7FF;
}

.conTabLi:hover .btn-primary:first-child {
    background: #FFFFFF;
    border: 1px solid #4F92F3;
}

.conTabLi:hover .btn-primary:last-child {
    background: #BCD7FF;
    border: 1px solid #BCD7FF;
}

.contabLiTitle {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}

.contabBtnBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.btn {
    width: auto;
    padding: 6px 25px;
    color: #4F92F3;
    font-size: 13px;
    border: 1px solid #4F92F3;
    border-radius: 4px;
    margin-left: 6px;
    cursor: pointer;
}


.contabMsg {
    width: 100%;
    height: 88px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 28px;
    text-align: center;
}

.contabImg {
    width: 100%;
}

.contabIcon {
    width: 100%;
}

.conList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0 auto;
}


.conLi {
    width: calc(50% - 15px);
    height: 150px;
    padding: 28px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.conLiIcon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}


.conLiMsgTitle {

    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.conLiMessige {
    width: 98%;
    font-size: 14px;
    color: #999999;
}


.swiper-container {
    width: 100%;
    height: 370px;
}

.swiper-slide {
    padding: 0 20px;
}

.swiperIcon {
    width: 100%;
}

.conBox:last-child {
    margin-bottom: 100px;
}

.swiperBox {
    position: relative;
    padding: 0 80px;
}

/*先去掉默认样式*/
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

/*再自定义样式*/
.swiper-button-prev {
    width: 54px;
    height: 54px;
    background: url('../images/icon_1@2x.png') no-repeat;
    background-size: 100%;
    bottom: 15px;
}

.swiper-button-next {
    width: 54px;
    height: 54px;
    background: url('../images/icon_2@2x.png') no-repeat;
    background-size: 100%;
    bottom: 15px;
}

.inputBox {
    width: 100%;
    padding: 80px 0 70px 0;
    /*background: rgba(0,0,0,0.37);*/
    background: url("../images/beijing_2@2x.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.inpTitle {
    width: 100%;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.inpBox {
    width: 1200px;
    background: #FFFFFF;
    padding: 50px 250px;
}

.layui-form-item {
    margin-bottom: 20px;
}

.codeBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #eee;
    border-radius: 2px;
}

.codeImg {
    font-size: 18px;
    color: #FFFFFF;
    padding: 3px 10px;
    background: #4285F4;
}

.codeBox input {
    width: 50%;
    border: none;
}

.paddinglr {
    padding: 0 5px;
}

.codeBtn {
    font-size: 14px;
    color: #4285F4;
    cursor: pointer;
}

.btn-info {
    width: 120px;
    text-align: center;
    background: #4285F4;
    padding: 10px 0px !important;
    color: #FFFFFF;
    margin: 0 auto;
}

.inpMsg {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    color: #BDC8D3;
}

.footer {
    width: 100%;
    padding: 60px 0 65px 0;
    background: #20242B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerTitle {
    color: #FFFFFF;
    font-size: 16px;
}

.footerPhone {
    margin-top: 30px;
    color: #4285F4;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footPhIcon {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.footAddress {
    margin-top: 36px;
    color: #697087;
    font-size: 14px;
}

.footeCon {
    width: 500px;
    display: flex;
    flex-flow: row wrap;
}

.footerConList {
    width: 33.33%;
    text-align: center;
}

.footerLi {
    width: 100%;
    font-size: 12px;
    margin-top: 24px;
}

.footerLi a {
    color: #697087;
}

.footerConBottom {
    width: 100%;
    font-size: 12px;
    color: #697087;
    margin-top: 60px;
}

.eqCode {
    width: auto;
    padding: 10px;
    background: #FFFFFF;
}

.eqCodeIcon {
    width: 90px;
    hegiht: 90px;
}

.eqName {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0 25px 0;
}

.conBoxLast {
    margin-bottom: 130px;
}
.conListyw{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin: 0 auto;
}

.conLiyw {
    /*width: calc(33% - 30px);*/
    width: 33%;
    height: 252px;
    padding: 28px 20px;
    /*padding-left: 40px;*/
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    transform: scale(1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    border-top: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}
.borrigNone{
    border-right:none
}
.bortopNone{
    border-top:none
}
.conLiyw:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #DFECFF 83%, #E5EEFB 100%, #ACCDFF 100%);
    -webkit-transform: scale(1.04, 1.06);
    transform: scale(1.04, 1.06);
}
.conLiywMsg{
    padding-right: 10px;
}
.ywNumBox{
    font-size: 18px;
    color: #4F92F3;
    font-weight: bold;
    margin-bottom: 5px;
}
.ywNumber{
    font-size: 46px;
}
.conLiywMessige{
    font-size: 14px;
    margin-bottom: 20px;
}
.conliMesMoreBox{
    height: 20px;
    width: 100%;
}
.conLiyw .conliMesMore{
    font-size: 14px;
    color: #4285F4;
    display: none;
    cursor: pointer;
}
.conLiyw:hover .conliMesMore{
    display: block;
}
.conLiywIcon {
    width: 120px;
    height: 110px;
}
.footerBox{
    width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.xctxList{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.xctxLi{
    width: 180px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
.xctxIcon{
    width: 104px;
    height: 104px;
}
.xctxTitle{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin: 10px 0;
}
.xctxMsg{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000000;
}
@media screen and (max-width: 1680px) {
    /*.conBox {*/
    /*    width: calc(100% - 30px);*/
    /*}*/

    .btn {
        padding: 6px 10px;
        font-size: 12px;
    }

}