html {
    overflow-y: overlay;
}

body {
    margin: 0;
    background: #fff;
}

html,
body {
    min-width: 1440px;
}

.fix_icon_box {
    position: fixed;
    right: 30px;
    top: 50%;
    margin-top: -75px;
    width: 70px;
    border-radius: 36px;
    height: 150px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    box-shadow: 0px 0px 7px 0px rgba(197, 90, 130, 0.16);
    background: white;
    z-index: 10;
}

.fix_icon_box img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.container {
    box-sizing: border-box;
    min-width: 1400px;
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
}

.container header {
    width: 100%;
    height: 47vw;
}

.banner_img {
    position: absolute;
    top: -80px;
    left: 0px;
    width: 100%;
    height: 47vw;
}

.container .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.container footer {
    height: 120px;
    background: #128BF1;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
}





.text_btn {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}


.bg_btn {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    color: white;
    background: #128BF1;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}


.nav {
    height: 50px !important;
    line-height: 50px;
    position: relative;
}

.nav .text_btn {
    font-size: 16px;
    margin-left: 10px;
    color: #333;
}

.index_logo_img {
    height: 44px;
    margin-top: 5px;
}

.banner_content {
    position: relative;
}


.title_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 3vw;
    text-align: center;
}

.title_content h3 {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #052B4A;
    line-height: 90px;
    margin: 0;
}

.title_content h4 {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #052B4A;
    line-height: 48px;
    margin: 0;
}

.func_list span {
    display: inline-block;
    min-width: 120px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #128BF1;
    line-height: 48px;
}

.func_list .func_item:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 22px;
    background: #128BF1;
    right: -12px;
    top: 4px;
    position: relative;
}

.title_content img {
    position: absolute;
    right: 0;
    top: 2vw;
}

.banner_logo {
    position: absolute;
    top: 11px;
    left: 0px;
    width: 98px;
}

.banner_bg {
    width: 100%;
}


.banner_tag {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 4vw;
}

.theme_text {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 90px;
}

.tag_item li {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    width: auto;
    font-size: 1.5vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: white;
    border-radius: 20px;
    padding: 3px 15px;
}
.content_item {
    text-align: left;
    position: relative;
    width: 964px;
    height: 107px;
    background: #FFFFFF;
    border-radius: 10px;
}

.content_item .more_btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #128BF1;
}
img.t1png {
    margin-right: 10px;
}

.content_item img.right_img {
    width: 56px;
    position: absolute;
    right: 0;
    opacity: 0.5;
    top: 20px;
}

.content_item h4 {
    margin: 0;
    height: 23px;
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #141A31;
}

.content_item .bg_btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -60px;
}

.banner_dot {
    width: 138px;
    position: absolute;
    right: 0;
    bottom: -138px;
}


.content_item .content_item_tag {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    width: 90%;
}

.sale_manage .content_item_tag span {
    min-width: 234px;
}

.product_manage .content_item_tag span {
    min-width: 230px;
}

.flex_wrap_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.footer_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer_content .company_info {
    color: white;
}

.footer_content .company_info p {
    margin: 3px 0px;
}

.footer_content .company_logo {
    position: absolute;
    right: 0;
    top: 10px;
}

.footer_content .company_logo img {
    width: 96px
}

.why_box {
    width: 100%;
    height: 770px;
    background: #EDF6FD;
    margin-top: 300px;
    position: relative;
    padding: 33px;
}

.why_header {
    text-align: center;
}

.why_title {
    margin: 0;
    height: 28px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.why_title::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 2px;
    background-color: #333333;
    margin-top: 15px;
}

.why_sub_title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.why_content {
    display: flex;
    justify-content: center;
    margin-top: 68px;
}

.why_content .content_center {
    margin: 0 74px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
}

.why_content .content_center span {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -48px;
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
}

.why_content .item_content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
}

.why_content .item_title {
    margin-bottom: 10px;
    font-size: 23px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
}

.why_content_box {
    width: 1440px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.info_item {
    width: 400px;
    text-align: left;
    margin: 10px 50px;
}
.info_item.item1 {
    background: url(./images/b1.png) 100% no-repeat;
    background-size: cover;
}
.icon_contnet {
    margin: 25px 0;
}

.icon_contnet span {
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #002CFF;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    vertical-align: super;
    margin-right: 25px;
    margin-left: 5px;
}

.right_bg {
    width: 239px;
    height: 120%;
    position: absolute;
    right: 0;
    background: #80bef2;
    top: -20%;
}

.img_f1 {
    position: absolute;
    right: 148px;
    z-index: 1;
    top: 200px;
}
img.img_f2 {
    position: absolute;
    bottom: 20px;
    right: 0px;
    z-index: 1;
}