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: 180px;
    min-height: 100%;
}

.container header {
    width: 100%;
    position: relative;
}

header .banner_img {
    width: 100%;
}

.container .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.container .content.text_content {
    width: 1000px;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.container footer {
    height: 120px;
    background: #fff;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

.banner_text {
    position: absolute;
    bottom: 25px;
    right: 2vw;
}

.banner_text p {
    width: 60vw;
    height: 169px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-style: italic;
    color: #F5A73C;
    line-height: 36px;
}




.text_btn {
    color: #333;
    text-decoration: none;
    font-size: 20px;
}

.highlight_btn {
    width: 90px;
    height: 36px;
    background: #F5A73C;
    border-radius: 18px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: white !important;
}

.enquiry_btn {
    width: 233px;
    height: 70px;
    display: inline-block;
    background: #FDEDD8;
    border-radius: 35px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F6AD49 !important;
    line-height: 70px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}


.bg_btn {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    color: white;
    background: #F5A73C;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}


.nav {
    height: 50px !important;
    line-height: 50px;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    margin-left: -600px !important;
}

.nav .text_btn {
    font-size: 16px;
    margin-left: 10px;
    color: #333;
}

.banner_content {
    position: absolute;
    top: 8vw;
    left: 50%;
    margin-left: -514px;
    text-align: center;
    width: 1026px;
    height: 63px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 44px;
}

.banner_content img {
    width: 131px;
}

.banner_content h3 {
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292B32;
    margin: 20px 0;
    margin-bottom: 30px;
}

.banner_content p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.banner_bg {
    width: 100%;
}

.nav_logo {
    position: absolute;
    top: 15%;
    left: 1%;
    width: 131px;
}

.banner_tag {
    position: absolute;
    top: 15%;
    left: 10%;
}

.theme_text {
    width: auto;
    height: 50px;
    font-size: 3vw;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    margin: 0;
    margin-bottom: 2vw;
    -webkit-text-stroke: 1px #152135;
}

.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 {
    padding: 20px 25px;
    text-align: center;
    position: relative;
    width: 460px;
}

.content_item img {
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.content_item h4 {
    margin: 30px 0;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    width: 168px;
    border: 4px dashed #958DFF;
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
}

.content_item .bg_btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -60px;
}

.content_item .item_content {
    text-align: left;
}


.content_item .content_item_tag {
    text-align: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #52360F;
}


.content_item .content_item_tag>span {
    display: block;
    margin: 10px 0;
    line-height: 30px;
}

.content_item_tag .tag_title {
    font-weight: bold;
}


.flex_wrap_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.footer_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    height: 34px;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
}

.footer_content .company_info {
    color: #333;
}

.footer_content .company_info p {
    margin: 3px 0px;
}

.footer_content .company_logo img {
    width: 96px
}


.sub_title {
    text-align: center;
    margin: 80px 0;
    font-size: 30px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #003A53;
    position: relative;
    z-index: 2;
}

.sub_title p {
    margin: 0px;
}

.sub_title .title {
    margin-bottom: 15px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sub_title .title::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background-color: #F5A73C;
    margin-top: 15px;
}



.flex_content_around {
    width: 1200px !important;
    display: flex;
    justify-content: space-around;
}

.serviceItem {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 214px;
    height: 261px;
    background: #FDFAF7;
    border-radius: 10px 0px 0px 0px;
}

.serviceItem img {
    display: block;
    margin: 0 auto;
}

.serviceItem p {
    text-align: center;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #52360F;
    margin-top: 30px;
}

.create_value {
    width: 1200px;
    margin: 0 auto;
}

.create_value img {
    width: 100%;
}

.content_png {
    margin: 0 auto;
}

.text_content {
    position: relative;
}

.text_content .content_text {
    position: absolute;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.content_t1 {
    top: -25px;
    left: 16px;
}

.content_t2 {
    top: 55px;
    left: 16px;
}

.content_t3 {
    top: 109px;
    left: 16px;
}

.content_t4 {
    top: 195px;
    left: 75px;
}

.content_t5 {
    top: 307px;
    left: 95px;
}

.content_t6 {
    top: -25px;
    right: 35px;
}

.content_t7 {
    top: 55px;
    right: 16px;
}

.content_t8 {
    top: 109px;
    right: 16px;
}

.content_t9 {
    top: 195px;
    right: 75px;
}

.content_t10 {
    top: 307px;
    right: 95px;
}

.content_grid_box {
    display: grid;
    grid-template-columns: repeat(4, 190px);
    grid-template-rows: repeat(3, 52px);
    column-gap: 146px;
    row-gap: 40px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
}

.content_grid_item {
    text-align: center;
    display: flex;
    justify-content: space-between;
    line-height: 52px;
    width: 190px;
    height: 52px;
    background: #E1EBEA;
    border-radius: 26px;
    padding-right: 20px;
}

.content_grid_item.yuan {
    width: 52px;
    padding: 0;
    margin-left: 120px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.content_grid_item.yuan {
    line-height: 52px;
    margin: 0 auto;
}
.content_grid_item.yuan img{
    margin: 0 auto;
}

span.content_grid_item img {
    height: 30px;
    line-height: 50px;
    margin: 11px 0 0 20px;
}
.content_title {
    width: 342px;
    height: 131px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(227,208,202,0.5);
    border-radius: 66px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    left: 50%;
    margin-left: -171px;
}
.content_title .title {
    text-align: center;
    line-height: 158px;
    margin: 0;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F5A73C;
}
.content_title .title::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background-color: #F5A73C;
    margin: 0 auto;
    margin-top: 15px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -28px;
}

.grid_box {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, 90px);
    column-gap: 60px;
    row-gap: 40px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.grid_box .grid_box {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
}

.grid_item {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.grid_item>div {
    flex: 1;
    padding-left: 10px;
}

.grid_item img {
    height: 55px;
}

.grid_item h3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
}

.grid_item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    opacity: 0.6;
    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;
}

.jj_box {
    position: relative;
    height: 700px;
    padding-top: 1px;
    margin: 120px 0 80px 0;
}
.bg_color1 {
    position: absolute;
    left: 0;
    top: 0;
    background: #FDDECB;
    height: 700px;
    width: 60%;
    border-radius: 10px;
}

.bg_color2 {
    position: absolute;
    right: 0;
    top: 50%;
    background: #E1EBEA;
    height: 500px;
    width: 45%;
    margin-top: -250px;
    border-radius: 10px;
}