
html,body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-width:960px;
}
ul {
    list-style: none none;
    padding: 0;
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
    font-family: PingFangSC-Regular, sans-serif;
    padding-top: 70px;
    box-sizing: border-box;
}
header {
    width: 100%;
    display: flex;
    height:70px;
    min-height:70px;
    background: #fff;
    margin: auto;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    justify-content: center;
    padding: 0px calc( 50% - 480px );
    box-sizing: border-box;
    min-width: 960px;
    border-bottom: 1px solid #e1e1e1;
}
header > .logo {
    height: 38px;
    margin-right: 27px;
    margin-top: -5px;
}

header > .logo > img {
    height: 100%;
}

header > ul {
    display: flex;
}

header > ul > li {
    margin-right: 18px;
}

header > ul > li > a {
    color: #333;
    text-decoration: none;
    font-size:.9rem;
}

header > .header_right {
    flex: 1;
    display: flex;
    justify-content: end;
}
.bd_con {
    width: 960px;
    margin: 0px auto;
    z-index: 1;
}
#body0 {
    height:200px;
    background: #7128d9;
}
#body0 > .banner_anim_control {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#body0 > ul.banner_anim {
    flex: 1;
    /* background: #ff0000; */
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}

#body0 > ul.banner_anim > li {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: none;
}
#body0 > ul.banner_anim > li > a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#body0 > ul.banner_anim_control > li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

#body0 > ul.banner_anim_control > li.selected {
    background: #fff;
    cursor: auto;
}

#body0 > ul.banner_anim_control > li:last-child {
    margin-right: 0px;
}
#body1 {
    height:660px;
    background: url(/themes_index/images/index/bk_body1_con.png) no-repeat center 175px,
    url(/themes_index/images/index/bk_body1.jpg) no-repeat ,
    #402c5f;
    background-size: 960px,cover;
}


#body1 > .bd_con {
    height: 430px;
    background: url(/themes_index/images/index/icon_goto.png) on-repeat;
    background-size: 100%;
}

#body1 > .bd_con > ul {
    display: flex;
    justify-content: space-around;
    padding-top: 392px;
}
#body1 > .bd_con > ul > li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    position: relative;
}
#body1 > .bd_con > ul > li > a {
    display: block;
    flex: 1;
    text-decoration: none;
    font-size: 2.25rem;
    position: absolute;
    top: -3px;
    left: -3px;
    color: #fff;
}
#body2 {
    height: 720px;
    background: url(/themes_index/images/index/bk_body2.jpg) no-repeat , #313a87;
    background-size: cover;
}
#body3 {
    height:720px;
    background: #3065a7;
}
#body4 {
    min-height:570px;
    background: url(/themes_index/images/index/bk_body4.jpg) , #329b36;
    background-size: 1650px;
}
#body5 {
    height:500px;
    background: #fff;
}
#body6 {
    height:410px;
    background: #f6f6f6;
}
#body7 {
    height:300px;
    background: #fff;
}
#contact {
    height:150px;
    background: #7e3beb;
}
#contact > div {
    width: 960px;
    display: flex;
    margin: auto;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
footer {
    height:70px;
    background: #531bb2;
    display: flex;
    flex-direction: column;
}
footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 960px;
    margin: auto;
    color: #f1f1f1;
    font-size: .9rem;
}
footer > div a {
    text-decoration: none;
    color: #f1f1f1;
}


.btn {
    width: 80px;
    height: 25px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: .9rem;
    align-items: center;
    cursor: pointer;
}

.btn.btn-apply {
    background: #35a038;
    margin-left: 16px;
}

.btn.btn-login {
    background: #6144bb;
    margin-left: 16px;
}

header .service_phone {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    padding-left: 32px;
    font-weight: bold;
    color: #333;
    background: url(/themes_index/images/index/400.png) no-repeat left center;
    background-size: 21px;
}
.contact_con > div {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: #fff;
    font-size: .9rem;
}

.contact_con > .consulting {
    padding-left: 95px;
    background: url(/themes_index/images/index/vno_consult2.png) no-repeat;
    background-size: 80px;
}

.contact_con > div > p {
    margin: 0px 0px 3px 0px;
}

.contact_con > .wxofficial {
    padding-right: 95px;
    text-align: right;
    background: url(/themes_index/images/index/vno_wx.png) no-repeat right;
    background-size: 80px;
}

.contact_con > div > p:last-child {
    margin-bottom: 0px;
}
section#mainbody > div {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bd_title {padding: 42px 0px 5px;border-bottom: 3px solid #6db641;color: #fff;font-weight: bold;font-size: 1.2rem;margin-bottom: 20px;z-index: 1;}
.bd_desc {
    color: #fff;
    font-family: PingFangSC-Light, sans-serif;
    margin-bottom:55px;
    z-index: 1;
}
.bd_sub_title {
    color: #fff;
    font-size: 1.1rem;
    height: 33px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom:16px;
}

.bd_sub_title::before {
    content: '';
    width: 42%;
    height: 3px;
    background: #fff;
}

.bd_sub_title::after {
    content: '';
    width: 42%;
    height: 3px;
    background: #fff;
}
.tab_con_title {
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.tab_con_desc {
    font-size: .9rem;
    line-height: 1.5rem;
    text-align: justify;
    height: 105px;
    overflow: hidden;
}

ul.tab_con_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.tab_con_list {}

ul.tab_con_list > li {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f8e562;
    border: 2px solid #f8e562;
    border-radius: 25px;
    font-size: .9rem;
    margin-bottom: 36px;
    min-width: 48%;
    box-sizing: border-box;
}

.tab_con_rimage {
    position: absolute;
    right: 0px;
    top: 64px;
    width: 375px;
}

.tab_con_rimage > img {
    width: 100%;
}
.body4 > .bd_title {border-bottom-color: #fff;}

.body5 > .bd_title {
    border-bottom-color: #6144bb;
    color: #333;
}
.body6 > .bd_title {
    border-bottom-color: #6144bb;
    color: #333;
}
.body7 > .bd_title {
    border-bottom-color: #6144bb;
    color: #333;
}

#body2 > .bd_con > ul.bd_tab_menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#body2 > .bd_con > ul.bd_tab_menu > li {
    width: 235px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: PingFangSC-Light, sans-serif;
    background: #5a3ab7;
    cursor: pointer;
}

#body2 > .bd_con > ul.bd_tab_menu > li.selected {
    background: #5e9c53;
    cursor: auto;
}
#body2 > .bd_con > ul.bd_tab_con > li {
    padding-top: 64px;
    color: #fff;
    font-family: PingFangSC-Light, sans-serif;
    padding-right: 408px;
    position: relative;
    display: none;
}

#body4 > .bd_con > ul > li {
    height: 280px;
    background: #fff;
    margin-bottom: 35px;
    position: relative;
}
#body4 > .bd_con > ul > li > img {
    width: 100%;
}
#body4 > .bd_con {
    margin-bottom: 90px;
}
#body4 > .bd_con > ul > li a {
    position: absolute;
    right: 20px;
    bottom: 22px;
    background: #6144bb;
    text-decoration: none;
    width: 118px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#body6 > .bd_title {
    margin-bottom: 0px;
}
#body6 > .bd_con {
    padding-right: 382px;
    box-sizing: border-box;
    background: url(/themes_index/images/index/map.png) no-repeat right top;
    background-size: 320px;
    padding-top: 44px;
    text-align: justify;
    min-height: 300px;
}

#body6 > .bd_con > p {
    font-size: .9rem;
    color: #333;
    margin: 0px 0px 6px;
    line-height: 1.4rem;
    text-indent: 1.8rem;
}
#body7 > .bd_title {
    margin-bottom: 0px;
}
#body7 > .bd_con {
    width: 960px;
    margin: auto;
}
#body7 > .bd_con > img {
    width: 100%;
}
#body3 ul.bd_tab_menu {
    display: flex;
    justify-content: space-between;
}
#body3 ul.bd_tab_menu > li {background: url(/themes_index/images/index/body3_menu_2.png) no-repeat;background-size: 235px;height: 72px;width: 235px;display: flex;justify-content: center;font-size: 1.1rem;color: #fff;padding-top: 9px;box-sizing: border-box;cursor: pointer;}
#body3 ul.bd_tab_con {
    position: relative;
}
#body3 ul.bd_tab_con > li {position:absolute; color: #fff;padding-left: 554px;box-sizing: border-box;height: 444px;justify-content: center;align-items: center;font-family: PingFangSC-Light, sans-serif;line-height: 2.2rem;letter-spacing: 1px;display: flex;}
#body3 ul.bd_tab_menu > li.selected {
    background: url(/themes_index/images/index/body3_menu_2.2.png) no-repeat;
    background-size: 235px;
    font-weight: bold;
    font-size: 1.4rem;
    padding-top: 5px;
    cursor: auto;
}
#body3 ul.bd_tab_con > li:nth-child(1) {
    background: url(/themes_index/images/index/body3_1.png) no-repeat left 20px;
    background-size: 520px;

}
#body3 ul.bd_tab_con > li:nth-child(2) {
    background: url(/themes_index/images/index/body3_2.png) no-repeat left 20px;
    background-size: 520px;

}
#body3 ul.bd_tab_con > li:nth-child(3) {
    background: url(/themes_index/images/index/body3_3.png) no-repeat left 20px;
    background-size: 520px;

}
#body3 ul.bd_tab_con > li:nth-child(4) {
    background: url(/themes_index/images/index/body3_4.png) no-repeat left 20px;
    background-size: 520px;
}
ul.body5_ul {
    display: flex;
    flex-wrap: nowrap;
    width: 3348px;
    justify-content: space-between;
}

ul.body5_ul > li > img {
    width: 100%;
    margin-bottom: 13px;
}
#body5 > .bd_title {
    margin-bottom:64px;
}
#body5 > .bd_con {
    overflow: hidden;
    position: relative;
    padding: 0px 57px;
    box-sizing: border-box;
}

ul.body5_ul > li {
    width: 212px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    color: #666;
}

ul.body5_ul > li.selected {
    width: 290px;
}

ul.body5_ul > li >p {
    margin: 0px;
    text-align: center;
}
#body5 > .bd_con > span {
    position: absolute;
    width: 57px;
    top: 0px;
    height: 262px;
    cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 2rem;
    background: #fff;
}
#body5 > .bd_con > span.toleft {
    left: 0px;
    transform: scaleX(-1);
}
#body5 > .bd_con > span.toright {
    right: 0px;
}
header > #box_apply{
    position: absolute;
    bottom: -385px;
    right: calc( 50% - 480px );
    height: 370px;
    width: 320px;
    background: #fff;
    border-radius: 15px;
    z-index: 1;
    padding: 19px;
    box-sizing: border-box;
}
header > #box_apply.success {
    height: 200px;
    bottom: -215px;
}
#box_apply p.box_apply_title {
    color: #35a038;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin: 3px 0px 20px;
}
#box_apply .input_group {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#box_apply .input_group > input[type='text'] {
    height: 38px;
    border: 1px solid #d0d0d0;
    width: 280px;
    border-radius: 24px;
    padding: 0px 15px;
    box-sizing: border-box;
    outline: none;
}

#box_apply .input_group > input[type='text']#v_no {
    width: 184px;
}

#box_apply .input_group > .getvno {
    flex: 1;
    text-align: center;
    font-size: .9rem;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
}
#box_apply .input_group > span.vno_timeout {
    flex: 1;
    text-align: center;
    color: #999;
    font-size: .8rem;
}
#box_apply .btn.btn-submit:after {
    content:"";
    margin-left:-20px;
}
#box_apply .btn.btn-submit {
    height: 35px;
    flex: 1;
    background: #35a038;
    border: 0px;
    border-radius: 24px;
    font-size: 1.1rem;
    letter-spacing: 20px;
    margin-top: 9px;
}
#box_apply .btn.btn-close:after{
    content:"";
    margin-left:-20px;
}

#box_apply .btn.btn-close {
    height: 35px;
    flex: 1;
    background: #35a038;
    border: 0px;
    border-radius: 24px;
    font-size: 1.1rem;
    letter-spacing: 20px;
    margin-top: 9px;
}
#box_apply .btn.btn-submit[disabled] {
    opacity: .5;
    cursor: auto;
}
#box_apply .btn.btn-close[disabled] {
    opacity: .5;
    cursor: auto;
}
#box_apply .btn.btn-close{
    content:"";
    margin-left:0px;
}
#box_apply .btn.btn-close {
    height: 35px;
    flex: 1;
    background: #35a038;
    border: 0px;
    border-radius: 24px;
    font-size: 1rem;
    letter-spacing: 0px;
    margin-top: 9px;
}
#box_apply .btn.btn-close[disabled] {
    opacity: .5;
    cursor: auto;
}

#box_apply p.box_apply_desc {
    color: #999;
    text-align: center;
    font-size: .9rem;
    line-height: 1.4rem;
    margin: 9px;
}
p.p-apply-close {
    text-align: center;
    color: #666;
    font-size: .85rem;
    margin: 16px 0px 0px;
}
p.p-apply-close > a {
    color: #666;
    text-decoration: none;
}
.box_apply_mark {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 70px;
    z-index: 1;
    left: 0px;
}
.box_mark_body {
    /*height:100%;*/
    overflow: hidden;

}
#box_apply .input_group > input[type='text'].error {
    border: 1px solid #ff0000;
}

#box_apply span.errinfo {
    position: absolute;
    right: 13px;
    color: #ff0000;
    font-size: .8rem;
}
header > #box_login{
    position: absolute;
    bottom: -239px;
    right: calc( 50% - 480px );
    height: 224px;
    width: 320px;
    background: #fff;
    border-radius: 15px;
    z-index: 1;
    padding: 19px;
    box-sizing: border-box;
}
#box_login p.box_login_title {
    color: #6144bb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin: 3px 0px 20px;
}
#box_login .input_group {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#box_login .input_group > input[type='text'] {
    height: 38px;
    border: 1px solid #d0d0d0;
    width: 280px;
    border-radius: 24px;
    padding: 0px 15px;
    box-sizing: border-box;
    outline: none;
}

#box_login .btn.btn-login-submit:after{
    content:"";
    margin-left:-20px;
}
#box_login .btn.btn-login-submit {
    height: 35px;
    flex: 1;
    background: #6144bb;
    border: 0px;
    border-radius: 24px;
    font-size: 1.1rem;
    letter-spacing: 20px;
    margin-top: 9px;
    text-decoration: none;
}
#box_login .btn.btn-login-submit[disabled] {
    opacity: .5;
    cursor: auto;
}
p.p-login-close {
    text-align: center;
    color: #666;
    font-size: .85rem;
    margin: 16px 0px 0px;
}
p.p-login-close > a {
    color: #666;
    text-decoration: none;
}
.box_login_mark {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 70px;
    z-index: 1;
    left: 0px;
}

#box_login .input_group > input[type='text'].error {
    border: 1px solid #ff0000;
}

#box_login span.errinfo {
    position: absolute;
    right: 13px;
    color: #ff0000;
    font-size: .8rem;
}
#body3 > .bd_bk {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* background: #ff0000; */
}

.bd_bk > .bd_bk1 {
    background: url(/themes_index/images/index/bk_body3_1.jpg) 0% 0% / cover no-repeat;
    opacity:0;
}
.bd_bk > .bd_bk2 {
    background: url(/themes_index/images/index/bk_body3_2.jpg) 0% 0% / cover no-repeat;
    opacity:0;
}
.bd_bk > .bd_bk3 {
    background: url(/themes_index/images/index/bk_body3_3.jpg) 0% 0% / cover no-repeat;
    opacity:0;
}
.bd_bk > .bd_bk4 {
    background: url(/themes_index/images/index/bk_body3_4.jpg) 0% 0% / cover no-repeat;
    opacity: 0;
}

.bd_bk > div.selected {
    opacity: 1;
}
#body3 > .bd_bk > div {
    width: 100%;
    height: 100%;
    position: absolute;
}

div#alert_id {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

div#alert_id > .alert_bk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

div#alert_id > .alert_body {
    min-width: 500px;
    background: #fff;
    border-radius: 15px;
    min-height: 200px;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px 0px #000;
    display: flex;
    flex-direction: column;
    padding: 32px;
    z-index: 3;
}

div#alert_id > .alert_body > .alert_title {
    font-size: 1rem;
}

div#alert_id > .alert_body > .alert_con {
    color: #999;
    text-align: center;
    flex: 1;
}
div.alert_box .btn.btn-alert-ok:after{
    content:"";
    margin-left:-20px;
}
div.alert_box .btn.btn-alert-ok {
    background: #333;
    width: 207px;
    height: 35px;
    border-radius: 24px;
    border: 1px solid #b7b7b7;
    font-size: 1.1rem;
    letter-spacing: 20px;
}

div.alert_box .alert_ctl {
    display: flex;
    justify-content: center;
    align-items: center;
}
