.header_box {
    height: 60px;
    box-shadow: 0px 2px 4px 0px #CDCFD433;
}

.header_box .header {
    height: 100%;
}

.header_box .header .logo {
    display: inline-block;
    width: 140px;
    height: 28px;
}

.header_box .header .header_nav {
    width: 1000px;
    height: 60px;
    line-height: 60px;
}

.header_box .header .header_nav a {
    display: inline-block;
    margin: 0 61px;
    color: #333;
}

.header_box .header .contact {
    display: inline-block;
    width: 88px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #0D3FA5;
    border-radius: 4px;
}

.banner_box {
    height: 320px;
} 

.banner_box .banner {
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.banner_box .banner .banner_bg {
    width: 720px;
    height: 214px;
    background: url('../images/bg1.png') no-repeat;
}

.banner_box .banner .banner_tit {
    font-size: 48px;
    font-weight: 400;
}

.banner_box .banner .banner_des {
    font-size: 20px;
    color: #444;
    margin-top: 36px;
}

.tabNav {
    margin: 20px 0 44px 0;
    border-top: 1px solid #bbb;
    justify-content: space-between;
}

.tabNav_item {
    padding: 31px 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    color: #999;
}

.tabNav_item .tabNav_item_icon {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.activeLine {
    position: absolute;
    top: 0;
    left: 40px;
    width: 160px;
    height: 2px;
    background: #333;
}

.c333 {
    color: #333;
}

.display {
    display: block!important;
}

.tabNav_item_type span {
    display: block;
    line-height: 20px;
}
.tabNav_item_type span:nth-child(3) {
    font-size: 20px;
    font-weight: 500;
    color: #0D3FA5;
    line-height: 32px;
}
.main .conBox {
    margin: 20px auto 100px auto;
}

.circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0D3FA5;
}

.tabCon {
    height: 440px;
    overflow: hidden;
    height: 440px;
    background: url('../images/tab_bg.png') no-repeat center center;
}

.tabCon .tabCon_item {
    display: none;
}

.tabCon .tabCon_item .tabCon_item_data {
    width: 560px;
    height: 280px;
    margin: 90px auto;
}

.data_icon1 {
    width: 560px;
    height: 280px;
    background: url('../images/d1.png') no-repeat;
    position: relative;
}

.max1 {
    display: block;
    width: 354px;
    height: 75px;
    background: url('../images/p1.png') no-repeat;
    position: absolute;
    top: -38px;
    right: 82px;
}

.data_icon2 {
    width: 560px;
    height: 280px;
    background: url('../images/d2.png') no-repeat;
    position: relative;
}

.max2 {
    display: block;
    width: 417px;
    height: 55px;
    background: url('../images/p2.png') no-repeat;
    position: absolute;
    top: -42px;
    right: 90px;
}

.data_icon3 {
    width: 560px;
    height: 280px;
    background: url('../images/d3.png') no-repeat;
    position: relative;
}

.max3 {
    display: block;
    width: 255px;
    height: 85px;
    background: url('../images/p3.png') no-repeat;
    position: absolute;
    top: -28px;
    right: 80px;
}

.data_icon4 {
    width: 560px;
    height: 280px;
    background: url('../images/d4.png') no-repeat;
    position: relative;
}

.max4 {
    display: block;
    width: 323px;
    height: 55px;
    background: url('../images/p4.png') no-repeat;
    position: absolute;
    top: -30px;
    right: 84px;
}

.tabCon .tabCon_item_title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 100;
    line-height: 38px;
}

.main .conBox_des {
    margin: 100px 0;
}

.main .conBox_des .words {
    width: 670px;
    padding: 24px 58px;
    box-sizing: border-box;
}

.main .conBox_des .pic {
    width: 610px;
    height: 400px;
}

.main h3 {
    font-size: 46px;
    font-weight: 700;
}

.main h4 {
    font-size: 46px;
    font-weight: 400;
}

.main h4 span {
    font-size: 24px;
    font-weight: 400;
    margin-left: 24px;
}


.main .conBox_des .point {
    font-size: 56px;
    color: #124BBE;
}

.main .conBox_des .des {
    font-size: 24px;
    line-height: 38px;
}

.price_box {
    margin: 40px 0;
}

.price_box_item {
    width: 580px;
    height: 540px;
    background: #FBFCFF;
    padding: 54px 48px;
    box-sizing: border-box;
}

.price_top span {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.price_top .price_logo {
    width: 232px;
    height: 26px;
}

.price_top .price_fl {
    font-size: 36px;
    color: #2D5EBF;
    cursor: pointer;
}

.price_contact_list {
    width: 216px;
    height: 240px;
    padding: 34px 30px;
    box-sizing: border-box;
    position: absolute;
    right: 62px;
    top: 71px;
    margin-right: 0;
    border-radius: 0 0 40px 0;
    background-color: #fff;
    border-top: 2px solid #0D3FA5;
    box-shadow: 0px 20px 20px 0px #C4C9D333;
}

.price_contact_list div {
    font-weight: 500;
    border-bottom: 1px dashed #0D3FA5;
    line-height: 24px;
    padding: 14px 0;
    box-sizing: border-box;
    display: flex;
}

.price_btn {
    display: block;
    width: 160px;
    height: 40px;
    font-size: 20px;
    color: #333;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #333;
    margin: 24px 0;
}

.price_box_item .price_box_item_list {
    border-top: 1px solid #ddd;
    padding: 24px 0;
    box-sizing: border-box;
}

.price_box_item .price_box_item_list.list_line div {
    width: 100%;
}

.price_box_item .price_box_item_list div {
    width: 50%;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.price_box_item .price_box_item_list div span {
    display: inline-block;
    height: 100%;
}

.price_box_item .price_box_item_list div .list_choose {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 24px;
    background: url('../images/choose.png') no-repeat;
}

.footer_box .footer_top {
    height: 200px;
    background-color: #fafafa;
}

.footer_box .footer_middle {
    background: #1A48A5;
}

.footer_box .footer_middle .footer_logo {
    display: inline-block;
    width: 272px;
    height: 28px;
}

.footer_box .footer_middle .footer_contact {
    width: 160px;
    height: 40px;
}

.footer_box .footer_middle .footer_contact:hover .footer_box .footer_middle .footer_contact_list {
    display: block;
}

.footer_box .footer_middle .footer_contact_list {
    width: 216px;
    height: 240px;
    padding: 34px 30px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: -72px;
    margin-right: -216px;
    border-radius: 0 0 40px 0;
    background-color: #fff;
    border-top: 2px solid #0D3FA5;
    box-shadow: 0px 20px 20px 0px #C4C9D333;
    display: none;
}

.footer_box .footer_middle .footer_contact_list div {
    font-weight: 500;
    border-bottom: 1px dashed #0D3FA5;
    line-height: 24px;
    padding: 14px 0;
    box-sizing: border-box;
    display: flex;
}


.footer_box .footer_bottom {
    font-size: 14px;
    line-height: 18px;
    color: #ccc;
    background: #3F3F3F;
}

.footer_box .footer_bottom .about_words span {
    display: inline-block;
    padding: 0 36px;
}

.footer_box .footer_bottom .about_words span:nth-of-type(1) {
    border-right: 1px solid #ccc;
}

.footer_box .an_li_1 {
    width: 64px;
    height: 64px;
    margin-right: 124px;
    background: url('../images/al1.png') no-repeat;
}

.footer_box .an_li_2 {
    width: 80px;
    height: 80px;
    margin-right: 124px;
    background: url('../images/al2.png') no-repeat;
}

.footer_box .an_li_3 {
    width: 93px;
    height: 93px;
    margin-right: 124px;
    background: url('../images/al3.png') no-repeat;
}

.footer_box .an_li_4 {
    width: 80px;
    height: 80px;
    margin-right: 124px;
    background: url('../images/al4.png') no-repeat;
}

.footer_box .an_li_5 {
    width: 64px;
    height: 64px;
    margin-right: 124px;
    background: url('../images/al5.png') no-repeat;
}

.footer_box #goTop {
    position: fixed;
    right: 20px;
    bottom: 0;
    margin-bottom: 240px;
    width: 64px;
    height: 64px;
    background: url('../images/top.png') no-repeat;
    cursor: pointer;
}