html {
    overflow-y: overlay;
}

body {
    margin: 0;
    background: url(./images/content_bg.png) 100% no-repeat;
    background-size: auto;
}


.container {
    box-sizing: border-box;
    min-width: 1400px;
    position: relative;
    padding-bottom: 120px;
    min-height: 100%;
    overflow: hidden;
}

.container header {
    width: 100%;
    background: #4566FF;
}

.container .content {
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.container footer {
    height: 120px;
    background: #0C142E;
    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: #4566FF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
}


.fix_icon_box img {
    width: 30px;
    display: block;
    margin: 0 auto;
}

.nav {
    width: 1200px;
    height: 50px !important;
    line-height: 50px;
    position: relative;
}

.nav .text_btn {
    font-size: 16px;
    margin-left: 10px;
    color:white;
}


.banner_logo {
    position: absolute;
    top: 9px;
    left: 0px;
}

.banner_bg {
    width: 100%;
    margin-top: -2px;
}


.main_title {
    width: 314px;
    height: 46px;
    font-size: 48px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 73px;
    text-shadow: 0px 4px 4px rgba(24,145,211,0.75);
}
.sub_title {
    font-size: 54px;
    font-weight: 400;
    color: #1158E8;
    text-align: center;
    margin-top: 140px;
    margin-bottom: 0;
}
.sub_title .title{
    text-align: center;
    margin: 80px 0;
    margin-bottom: 0px;
    font-size: 42px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
}
.sub_title .vice_title {
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
    opacity: 0.4;
    margin-top: 30px;
}

.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;
}
.scroll_content {
    overflow: hidden;
}
.content_item {
    display: inline-block;
    width: 290px;
    background-size: cover !important;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    margin: 0 9px;
}
.content_item:first-child {
    margin-left: 0;
}
.content_item:last-child {
    margin-right: 0;
}

.content_item.item1 {
    background: url(./images/infobg1.png) 100% no-repeat;
}
.content_item.item2 {
    background: url(./images/infobg2.png) 100% no-repeat;
}
.content_item.item3 {
    background: url(./images/infobg3.png) 100% no-repeat;
}
.content_item.item4 {
    background: url(./images/infobg4.png) 100% no-repeat;
}
.content_item.item5 {
    background: url(./images/infobg5.png) 100% no-repeat;
}

.content_item h4 {
    font-size: 38px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 38px;
    margin-bottom: 33px;
}
.content_item h5 {
    margin: 0;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 53px;
}
.content_item .icon_box {
    width: 96px;
    margin: 0 auto;
    background: white;
    border-radius: 50%;
    height: 96px;
    line-height: 135px;
}


.content_item .bg_btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -60px;
}

.banner_dot {
    width: 138px;
    position: absolute;
    right: 0;
    bottom: -138px;
}

.content_item .content_item_tag {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: white;
    text-align: center;
    display: flex;
    flex-flow: column;
}

.content_item .content_item_tag span {
    display: block;
    white-space: nowrap;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.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;
}
.flex_content {
    display: flex;
    justify-content: space-between;
}
.flex_content_around {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    width: 1200px;
}
.info_content {
    background:#ecefff;
    padding-top: 55px;
}
.serviceItem {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 260px;
    margin-bottom: 80px;
}
.serviceItem img {
    display: block;
    margin: 0 auto;
}

.serviceItem p {
    font-size: 27px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.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: 7px;
}

.footer_content .company_logo img {
    width: 158px
}

.content_img {
    width: 1292px;
    margin:130px 0;
}


.banner_content {
    position: relative;
    background-size: cover;
    height: 60vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}
.banner_info {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    text-align: left;
}
.banner_info img{
    width: 329px;
    height: 332px;
}
.banner_info .gou {
    color:#4566FF;
    margin-right: 10px;
}
.banner_info h3 {
    font-size: 42px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}
.banner_info p {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333;
    margin: 8px 0;
}

.why_box {
    padding: 33px;
    width: 1256px;
    border-radius: 30px;
    margin: 0 auto;
    margin-bottom: 140px;
}

.why_header {
    text-align: center;
}

.why_title {
    font-size: 36px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 60px;
}

.why_sub_title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.why_content {
    display: flex;
    justify-content: center;
}

.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;
}

.content_right,
.content_left {
    width: auto;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.left_item {
    text-align: right;
}
.why_content .item_title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}


.why_content .item_content {
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #666666;
    line-height: 28px;
}