@charset "utf-8";
/* CSS Document */
body, html {
    overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, form, img, select {
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei";
    background: #fff;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #de0029;
}
ul, li {
    list-style: none;
}
.clear {
    clear: both;
}
img {
    border: 0;
}
.blank10 {
    height: 10px;
}
.blank15 {
    height: 15px;
}
.blank20 {
    height: 20px;
}
.blank30 {
    height: 30px;
}
.blank40 {
    height: 40px;
}
.blank50 {
    height: 50px;
}
.blank60 {
    height: 60px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/*滚动条美化*/
body::-webkit-scrollbar {
    width: 10px !important;
}
body::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}
body::-webkit-scrollbar-corner {
    background-color: #ddd;
}
body::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3E0;
}
::-webkit-scrollbar {
    width: 15px;
}
/*图片放大*/
.picShow img:hover, .picShow a:hover img {
    transition: all 500ms ease-out 0s;
    cursor: pointer;
    -webkit-transform: scale(1.15);
    moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.picShow img {
    transition: all 500ms ease-out 0s;
}
.main100 {
    width: 80%;
    margin: auto;
    max-width: 1280px;
    min-width: 1200px;
}
.fix_width {
    width: 90%;
    margin: auto;
    max-width: 1440px;
    min-width: 1200px;
}
.main {
    width: 1200px;
    margin: auto;
}
.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}
.table_cell {
    display: table-cell;
    vertical-align: middle
}
/*区块标题*/
.main_tit {
    text-align: center;
    min-width: 1200px;
    padding: 50px 0 30px;
}
.main_tit_z {
    font-size: 26px;
    margin-bottom: 10px;
    color: #111;
    font-weight: normal;
    text-transform: uppercase;
}
.main_tit_f {
    font-size: 14px;
    color: #666;
}
.main_tit1,.main_tit2  {
    min-width: 1200px;
    padding: 50px 0 25px;
}
.main_tit1 h5 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase
}
.main_tit1 h5 span {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: normal;
    margin-left: 10px;
}
.main_tit2 h5 {
    font-size: 25px;
    text-transform: uppercase;
}
.main_tit2 h5 span {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-left: 10px;
}
/*内页全宽banner开始*/
.vip-wrap {
    width: 100%;
    height: 370px;
    overflow: hidden;
    min-width: 1200px;
    background: url(../images/vip_banner.png) no-repeat center center;
    background-color: #6643ff;
}
.vip {
    padding-left: 70px;
}
.vip-title {
    font-size: 32px;
    color: #fff;
    padding: 82px 0 30px;
}
.vip-title span {
    color: #3fffd2;
}
.vip ul {
    width: 810px;
}
.vip li {
    width: 405px;
    font-size: 16px;
    color: #e7e3ff;
    margin-bottom: 14px;
    padding-left: 36px;
    box-sizing: border-box;
    position: relative;
}
.vip li b {
    color: #3fffd2;
    font-weight: normal;
}
.vip li.list1>span {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/vip01.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}
.vip li.list2>span {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/vip02.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}
.vip li.list3>span {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/vip03.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}
.vip li.list4>span {
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/vip04.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
}
.vip-btn {
    width: 200px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    background: #00d0a6;
    font-size: 16px;
    color: #fff;
    margin-top: 32px;
    cursor: pointer;
    text-align: center;
}
.vip-btn:hover {
    background: #11c3a3;
}
/*内页全宽banner结束*/
/*头部重构开始*/
.header_2024 .header {
    /*height: 80px;*/
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition: 0.3s all;
    background: #fff; /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
    border-bottom: solid 1px #ebeef4;
    box-sizing: border-box;
}
.header_2024 .header .logo {
    float: left;
    padding-top: 15px;
    transition: 0.3s all;
}
.header_2024 .header .logo img {
    height: 50px;
    transition: 0.3s all;
    background: none;
}
body #header_margin_div * {
    box-sizing: border-box;
}

#header_margin_div {
    width: 100%;
    height: 96px !important;
}
#header{
    background: none;
    position: fixed !important;
    z-index: 10000;
    width: 100%;
}
#header .header {
    border-bottom: 1px solid #e8e8e8;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
    position: relative;
    padding: 0;
}
.headerNavInner {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#header .logo {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    min-width: 100px;
    float: left;
    margin: 13px 0;
}
.menu-item-detail-left {
    width: 57%;
    float: left;
    padding: 0 15px;
}
.half {
    width: 50%;
    float: left;
}
/*.half .row{*/
/*    display: flex;*/
/*}*/
.col-md-4 {
    width: 33.33333333%;
    float: left;
}
.col-md-6{
    width: 50%;
    float: left;
}
.menu-item-detail .row{
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.menu-item-detail-right {
    width: 43%;
    float: left;
}
.pull-right {
    float: right !important;
}
.header_2024 .contact-us {
    display: block;
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #E62024;
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-top: 36px;
}

.header_2024 .menu-list-2024 {
    display: flex;
    justify-content: space-between;
    padding-left: 4vw;
    font-size: 18px;
    color: #1a1a1a;
}

.header_2024 .menu-list-2024 .menu-nav {
    display: inline-flex;
}

.header_2024 .menu-list-2024 .menu-item {
    padding: 10px 3vw 30px;
    margin: 30px 0 0;
}

@media (min-width: 2000px) and (max-width: 3000px)  {
    .header_2024 .menu-list-2024 .menu-item {
        padding: 10px 1.5vw 30px;
    }
}

@media (min-width: 3000px) {
    .header_2024 .menu-list-2024 .menu-item {
        padding: 10px 1vw 30px;
    }
}

.header_2024 .menu-list-2024 .menu-nav .menu-item:hover .menu-item-link {
    color: #E62024;
}
.header_2024 .menu-list-2024 .menu-nav .menu-item .menu-item-link .angle-down:before{
    content: url("../images/angle-down.png");
    padding-left: 5px;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item:hover .menu-item-link .angle-down:before{
    content: url("../images/angle-down-act.png");
}

.header_2024 .menu-list-2024 .menu-nav .menu-item a {
    color: #1a1a1a;
}
.header_2024 .menu-list-2024 .menu-nav .menu-item a span:hover,.header_2024 .menu-list-2024 .menu-nav .menu-item a:hover{
    color: #E62024;
}
.header_2024 .menu-list-2024 .menu-nav .menu-item .menu-item-detail {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 96px;
    overflow: hidden;
    opacity: 0;
    z-index: 1000;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item .menu-item-detail .center-content {
    /*border-top: 1px solid #e8e8e8;*/
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:hover .menu-item-detail {
    display: block;
    animation: nav-opacity 1.1s 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    background: linear-gradient(to right, rgba(0,0,0,0) 50%, #f7f7f7 80%, #f7f7f7 100%);
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered ~ .back-drop {
    width: 100vw;
    position: absolute;
    top:96px;
    left: 0;
    height: 0;
    z-index: -1;
    background-color: white;
    opacity: 0;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:nth-of-type(1):hover ~ .back-drop {
    opacity: 1;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:nth-of-type(2):hover ~ .back-drop {
    opacity: 1;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:nth-of-type(3):hover ~ .back-drop {
    opacity: 1;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:nth-of-type(4):hover ~ .back-drop {
    opacity: 1;
}

.as-shadow {
    display: none;
    z-index: -2;
    background-color: rgba(0,0,0,0.5);
}

.header_2024 .menu-list-2024 .menu-item.hovered:hover ~ .as-shadow {
    display: block;
}

.header_2024 .menu-list-2024 .menu-item-detail .developer-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:80px;
    border-bottom: 1px solid #E8E8E8;
}

.header_2024 .menu-list-2024 .menu-item-detail .left-content {
    display: flex;
    align-items: center;
}

.header_2024 .menu-list-2024 .menu-item-detail .bold-text {
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    display: inline-block;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.header_2024 .menu-list-2024 .menu-item-detail .hint-text {
    font-size: 14px;
    color: #666;
}

.header_2024 .menu-list-2024 .menu-item-detail .small-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
    padding-right: 40px;
    font-size: 14px; overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.header_2024 .menu-list-2024 .menu-item-detail .black-text {
    color: #1a1a1a;
}

.align-center {
    display: flex;
    align-items: center;
}

.header_2024 .menu-list-2024 .menu-item-detail .service-advantage {
    background-color: #f7f7f7;
    padding: 20px 30px 49px;
}

.header_2024 .menu-list-2024 .menu-item-detail h4 {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
    width: 100%;
    float: left;
}

.header_2024 .menu-list-2024 .menu-item-detail .service-advantage .service-advantage-item {
    margin: 6px 0;
}

.header_2024 .menu-list-2024 .menu-item-detail .service-advantage .service-advantage-item img {
    margin-right: 10px;
}

.header_2024 .menu-list-2024 .menu-item-detail .grey-text {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.header_2024 .menu-list-2024 .menu-item-detail .case-section-title{
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
    margin-right: 40px;
    margin-bottom: 10px;
}

.header_2024 .menu-list-2024 .menu-item-detail .red-bold {
    font-size: 26px;
    font-weight: 700;
    color: #e62024;
}

.header_2024 .menu-list-2024 .menu-item-detail .count-item {
    padding: 10px 16px;
}

.header_2024 .menu-list-2024 .menu-item-detail .black-link {
    font-size: 16px;
    color: #1a1a1a;
    margin: 10px 0;
}

.header_2024 .menu-list-2024 .menu-item-detail .recommend-read ul {
    padding-left: 14px;
    padding-top: 2px;
    margin-bottom: 0;
}

.header_2024 .menu-list-2024 .menu-item-detail .recommend-read li {
    list-style-image: url("../images/list-style-image.svg");
    margin: 10px 0;
}

.header_2024 .menu-list-2024 .menu-item-detail .recommend-read li .li-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

.header_2024 .menu-list-2024 .menu-item-detail .recommend-read li .li-hint {
    font-size: 13px;
    color: #666;
}

.header_2024 .menu-list-2024 .menu-item-detail .partners {

}

.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 75px 0 20px;
    width: 100%;
}

.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-white .partner-white-item {
    display: flex;
    align-items: center;
    width: 30%;
    height: 120px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-white .partner-white-item img{
    width: 100%;
}

.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-dark {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 130px;
    padding: 0 10px;
    margin-top: 40px;
    background-color: #c1c1c1;
    border-radius: 10px;
}

.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-dark .partners-dark-item {
    display: flex;
    align-items: center;
}
.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-dark .partners-dark-item img{
    width: 130%;
}

@keyframes nav-opacity
{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.bg-white {
    background-color: white;
}

body::-webkit-scrollbar {
    width: 0;
}

@media (min-width: 768px) and (max-width: 850px) {
    .menu-list-2024 .contact-us {
        display: none;
    }
}
.header_2024 .menu-list-2024 .menu-item-detail .qr-code-container{
    width: 30%;
    float: left;
}
.header_2024 .menu-list-2024 .menu-item-detail .qr-code-container img{
    width: 155px;
}
/*头部重构结束*/

/*******底部开始*******/
.footer{
    position: relative;
}
.footer .footer-colors {
    width: 100%;
    height: 4px;
    background-color: #333;
    background-position: 0 0;
    background-repeat: repeat;
    background-image: -webkit-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    background-image: -o-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    background-image: -webkit-repeating-linear-gradient(left, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    background-image: -moz- oldrepeating-linear-gradient(left, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    background-image: -o-repeating-linear-gradient(left, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    background-image: repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    -webkit-animation: animate-colors 200s infinite linear;
    -moz-animation: animate-colors 200s infinite linear;
    -o-animation: animate-colors 200s infinite linear;
    animation: animate-colors 200s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@media (min-width: 1920px) {
    .footer .footer-colors {
        height:.04rem
    }
}

.footer .colors-shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    height: 50px
}

@media (min-width: 1920px) {
    .footer .colors-shadow {
        top:.04rem;
        height: .5rem
    }
}

.footer .colors-shadow::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18,18,18,0.8)), to(#121212));
    background: -webkit-linear-gradient(top, rgba(18,18,18,0.8), #121212);
    background: -moz- oldlinear-gradient(top, rgba(18,18,18,0.8), #121212);
    background: -o-linear-gradient(top, rgba(18,18,18,0.8), #121212);
    background: linear-gradient(to bottom, rgba(18,18,18,0.8), #121212)
}

@-webkit-keyframes animate-colors {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 7000px 0
    }
}

@-moz-keyframes animate-colors {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 7000px 0
    }
}

@-o-keyframes animate-colors {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 7000px 0
    }
}

@keyframes animate-colors {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 7000px 0
    }
}
.footer:hover .footer-colors {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running
}
.footer .f_nbg {
    width: 100%;
    min-width: 1200px;
    background: #181818;
    padding: 60px 0 56px 0;
}
.footer .fot_line {
    border-right: rgba(255,255,255,0.05) 1px solid;
    min-height: 180px;
    box-sizing: border-box;
}
.footer .fot_logo {
    width: 290px;
}
.footer .fot_logo img {
    width: 224px;
}
.footer .f_nav {
    width: 360px;
    padding: 0 50px;
    padding-top: 20px;
}
.footer .f_nav h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}
.footer .f_nav li p {
    width: 50%;
    line-height: 28px;
    float: left;
}
.footer .f_nav li p a {
    font-size: 14px;
    color: rgba(255,255,255,0.46);
}
.footer .f_nav li p a:hover {
    color: #146bbb;
}
.footer .b_weixin {
    width: 260px;
    text-align: center;
    padding-top: 20px;
}
.footer .b_weixin h4 {
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    background: url(../images/icon_ewm.png) 75px center no-repeat;
    margin-bottom: 40px;
}
.footer .b_weixin li {
}
.footer .b_weixin li img {
    width: 108px;
    height: 108px;
    margin-bottom: 10px;
}
.footer .b_weixin li p {
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,0.46);
}
.footer .b_contact {
    width: 280px;
    box-sizing: border-box;
    padding-top: 20px;
}
.footer .b_contact h4 {
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    background: url(../images/icon_ren.png) left center no-repeat;
    margin-bottom: 20px;
}
.footer .b_contact p {
    font-size: 14px;
    color: rgba(255,255,255,0.46);
    line-height: 34px;
}
.footer .b_contact p a{
    color: rgba(255,255,255,0.46);
    line-height: 34px;
}
.footer .b_contact p a:hover {
    color: #146bbb;
}
.footer .bq_bg {
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
    padding: 18px 0;
    background: #111;
    color: rgba(255,255,255,0.46);
    text-transform: uppercase;
    font-size: 12px;
    text-align:center;
}
.footer .bq_bg a {
    color: rgba(255,255,255,0.36);
}
.footer .bq_bg span, .bq_bg a {
    color: rgba(255,255,255,0.46);
    margin: 0 5px;
}
.footer .bq_bg span {
    float: right;
    color: rgba(255,255,255,0.46);
    font-size: 12px;
}
/*右侧浮动*/
.circle {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 120px;
    right: 0;
    z-index: 999;
    text-align: center;
    line-height: 80px;
    color: #3f897c;
    font-size: 30px;
}
.circle span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: rgb(194, 14, 47);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: circleScale 3s linear infinite;
    -moz-animation: circleScale 3s linear infinite;
    -ms-animation: circleScale 3s linear infinite;
    animation: circleScale 3s linear infinite;
}
.circle span:nth-of-type(2) {
    animation-delay: 1s;
}
.circle span:nth-of-type(3) {
    animation-delay: 2s;
}
@keyframes circleScale {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes circleScale1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
    }
}
.circle a {
    cursor: pointer;
    position: relative;
    background: #d90024;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -4px;
    line-height: 47px;
}
.anniu .circle a {
    background: #f08200
}
.anniu .circle span {
    background: rgba(240, 130, 0)
}
.anniu .circle {
    bottom: 40px;
}
.circle a .kuang {
    display: none;
    position: absolute;
    right: 75px;
    top: 0;
    height: 160px;
    font-size: 16px;
    color: #333;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 1px 5px rgba(0,0,0,0.15)
}
.circle a .kuang img{
    width: 133px;
}
.circle a .kuang:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    border-top: transparent 10px solid;
    border-bottom: transparent 10px solid;
    border-left: #fff 10px solid
}
.circle a .kefu{
    height: 47px;
    width: 150px;
}
/*******底部结束*******/
/*******相关服务开始*******/
.xgfw {
}
.xgfw li {
    width: 14.6%;
    margin: 0 1%;
    float: left;
    padding: 35px 0;
    font-size: 16px;
    text-align: center;
    border: solid 1px #eee;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.3s all;
}
.xgfw li img {
    width: 40%;
    margin-bottom: 15px;
}
.xgfw li:hover {
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
.more2 a {
    width: 160px;
    line-height: 35px;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
    display: inline-block;
    border: solid 1px rgba(255,255,255,0.6);
    border-radius: 52px;
    text-align: center;
    color: #fff;
    transition: 0.3s all;
    position: relative;
}
.more2 a:hover {
    border: solid 1px #fff;
    background: rgba(255,255,255,0.8);
    color: #333;
}
/*******相关服务结束*******/
/*******联系我们咨询表单开始*******/
.general_form .list-form{ margin:0 auto;margin-bottom:80px;background:#fff;padding:60px;border-radius:24px;box-shadow:0 0 30px rgba(0, 0, 0, 0.07);}
.general_form .list-form ul{ }
.general_form .list-form ul li{ Position:relative;overflow:hidden;margin-bottom:20px;min-height:46px;}
.general_form .list-form ul li:last-child{ margin-bottom:0;}
.general_form .list-form ul li .tip-text{ font-size:16px;height:46px;line-height:46px;Position:absolute;top:0;left:0;}
.general_form .list-form ul li .xuanze{ padding-left:100px;overflow:hidden;}
.general_form .list-form ul li .xuanze input{display:none}
.general_form .list-form ul li .xuanze label{ cursor:pointer;background:rgba(112, 186, 150, 0.1);color:#333;font-size:16px;padding:0 30px;line-height:46px;min-width:70px;text-align:center;float:left;margin-right:5px;border-radius:46px}
.general_form .list-form ul li .xuanze input:checked + label{ background:#ff5923;color:#fff;}
.general_form .list-form ul li .xuanze input:disabled + label{opacity:0.7;}
.general_form .list-form ul li .input{ padding-left:100px;overflow:hidden;}
.general_form .list-form ul li .input input{ float:left;margin-right:5px;background:rgba(112, 186, 150, 0.1);font:16px "Microsoft YaHei";line-height:46px;width:200px;border-radius:46px;border:0;outline:none;padding:0 20px;}
.general_form .list-form ul li .textarea{ padding-left:100px;overflow:hidden;}
.general_form .list-form ul li .textarea textarea{ height:104px;resize:none;width:100%;line-height:26px;font:16px "Microsoft YaHei";outline:none;padding:13px 20px;border-radius:24px;background:rgba(112, 186, 150, 0.1);border:0;box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.general_form .list-form ul li.center{ text-align:center;margin-top:40px;}
.general_form .list-form ul li button{ background:#ff5923;color:#fff;outline:none;cursor:pointer;width:300px;border:0;border-radius:46px;height:46px;line-height:46px;font:16px "Microsoft YaHei";}
/*******联系我们表单结束*******/
/*******通用预约咨询表单开始*******/
.spcial_contact_us_bootom{
    width: 1200px;
    height: 461px;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.spcial_contact_us_bootom .main_tit_z{
    text-align: center;
    padding-bottom: 20px;
}
/*******通用预约咨询表单结束*******/
/*******全局表单*******/
.all_contact_us_bootom{
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    background: #f5f5f5;
}
.all_contact_us_bootom .contact_us_bottom_main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact_us_bottom_main .flex_column_center_global{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.all_contact_us_bootom .list-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 88%;
    margin-top: 20px;
    justify-content: center;
}
.all_contact_us_bootom input{
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 195px;
    height: 40px;
    border: 1px solid #dddddd;
    margin: 15px 0;
}
.all_contact_us_bootom input:nth-child(2){
    margin: 15px;
}
.all_contact_us_bootom input:nth-child(3){
    margin-right: 15px;
}
.all_contact_us_bootom .intxt{
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.all_contact_us_bootom textarea {
    padding: 6px 12px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 900px;
    height: 100px;
    font-size: 16px;
    background: white;
    border: 1px solid #dddddd;
}
.all_contact_us_bootom .tijiao{
    font-size: 16px;
    margin-top: 40px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 186px;
    height: 50px;
    background: #e62024;
    color: #f5f5f5;
    cursor: pointer;

}
/*******全局表单*******/