html {
    overflow-y: overlay;
}

body {
    margin: 0;
    background: #fff;
}

.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: 150px;
    min-height: 100%;
}

.container header {
    width: 100%;
}

.container .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.content_tag_box {
    width:100%!important;
}

.container footer {
    height: 150px;
    background: #43BFEF;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

.division_bg {
    width: 100%;
    height: 30px;
    background: #003A53;
    position: absolute;
    top: 0;
}

.text_btn {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.bg_btn {
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    color: white;
    background: #43BFEF;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
}

.nav {
    line-height: 50px;
    position: relative;
    z-index: 1;
    width: 1200px !important;
}

.banner_content {
    position: relative;
    top: -50px;
}

.banner_bg {
    width: 100%;
}

.banner_logo {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
}

.banner_tag {
    position: absolute;
    top: 6vw;
    left: 0;
}

.theme_text {
    margin: 0;
    margin-bottom: 1vw;
    -webkit-text-stroke: 1px #152135;
    width: 648px;
    height: 49px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003A53;
    line-height: 51px;
}

p.theme_text_vice {
    width: 383px;
    height: 76px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003A53;
    line-height: 51px;
    margin: 0;
}

.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_box {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    padding-top: 0.5em;
}

.content_item {
    background-size: cover !important;
    width: 550px;
    float: right;
    padding: 25px;
    border-radius: 10px;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin: 0 30px 50px 0;
    position: relative;
}

.content_item:first-child {
    margin-top: 300px;
}

.content_item h4 {
    margin: 0;
    font-size: 36px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    margin: 10px 0px 30px 0;
}

.content_item h5 {
    font-size: 32px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #9BABB1;
    margin: 0;
    margin-top: 15px;
}

.content_item .content_item_tag {
    margin: 6px 0;
    font-size: 30px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #9BABB1;
    line-height: 56px;
}

.content_item .content_item_tag .label {}

.content_item img {
    position: absolute;
}

.content_item {
    background: #D7EDFF;
    right: 0px;
}

.infobg1 {
    height: 460px;
}

.infobg1 img {
    right: 0;
    width: 180px;
    bottom: 0;
}

.infobg1 .infobgimg1 {
    top: -250px;
    right: -10px;
    width: 719px;
}

.infobgimg6 {
    width: 628px;
    position: absolute;
    bottom: -160px !important;
    left: 0px;
}

.infobg2 {
    padding-bottom: 100px;
}

.infobg2 img {
    right: 30px;
    bottom: 10px;
}

.infobg3 {
    padding-bottom: 70px;
}

.infobg3 img {
    right: 20px;
    bottom: 20px;
    width: 220px;
}

.infobg4 {
    padding-bottom: 70px;
}

.infobg4 img {
    bottom: 30px;
    right: 82px;
    width: 220px;
}

.infobg5 {
    padding-bottom: 70px;
}

.infobg5 img {
    width: 210px;
    right: 20px;
    bottom: 30px;
}


.flex_wrap_content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex-wrap: wrap;
}


.footer_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


.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
}


.sub_title {
    text-align: center;
    margin: 90px 0;
    font-size: 30px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
}

.sub_title .vice_title {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003A53;
    line-height: 51px;
    opacity: 0.5;
}

.sub_title p {
    margin: 0px;
}

.sub_title .dot_left::after,
.sub_title .dot_right::after {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #F7A8D9;
    border-radius: 50%;
    vertical-align: middle;
}

.sub_title .dot_left::before,
.sub_title .dot_right::before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #79C2FF;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 14px;
}

.dot_left {
    margin-right: 50px;
}

.dot_right {
    margin-left: 50px;
}

.sub_title .dot_right {
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: sub;
}


.flex_content {
    display: flex;
    justify-content: space-between;
}

.flex_content_around {
    width: 1200px !important;
    display: flex;
    justify-content: space-around;
}

.serviceItem {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: center;
    height: 240px;
}

.serviceItem img {
    display: block;
    margin: 0 auto;
    width: 196px;
}

.serviceItem h3 {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    line-height: 40px;
    margin: 0;
}

.serviceItem p {
    text-align: center;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    line-height: 40px;
    opacity: 0.5;
    margin: 0;
}

.inquiry_info {
    height: 277px;
    background: #003A53;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 80px;
    text-align: center;
}

.inquiry_info h3 {
    font-size: 30px;
    color: #fff;
}

.inquiry_info p {
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #fff;
    margin-bottom: 35px;
}

.in_btn {
    width: 147px;
    height: 47px;
    background: #FFFFFF;
    color: #43BFEF;
    border-radius: 24px;
    margin: 0 auto;
    line-height: 46px;
    cursor: pointer;
    text-decoration: none;
}

.grid_box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 40px;
    margin: 0 auto;
    width: 1326px;
    height: 323px;
    background: #FAFBFF;
    border: 10px dashed #F0F5FF;
    border-radius: 162px;
    padding: 60px;
}

.grid_box .grid_box {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}

.grid_item {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px #CDDFF9;
    border-radius: 33px;
    padding: 0 30px;
}

.grid_item img {
    width: fit-content;
    margin: 0 auto;
}

.grid_item p {
    font-size: 24px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #2977FF;
    line-height: 66px;
    margin: 0;
}

.grid_menu_box {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: repeat(1, 66px);
    column-gap: 0px;
    width: 1200px;
    margin: 0 auto;
    color: white;
}

.grid_menu_item {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    line-height: 66px;
}