/* 颜色修改 */
/* 原：#eb0c1c #9a0811 #ff0000 #eb0e1d #ed2d3b #bc2021 #e90914 #a30303 #a30303*/
/* 现：#0a6ce8 #12519a #0a6cdd #0c50ce #0a6cdd #0b59b2 #0a6cdd #0e62c4 #135199*/
.menu_wrap ul li.first .pull_down {
    visibility: hidden !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu_wrap ul li.first:hover .pull_down {
    visibility: visible !important;
}

i {
    display: inline-block;
    position: relative
}
.hover_up,
.free_consultation,
.reg_guide .reg_guide_container .reg_guide_top .server>*,
.success_case .title .title_text a {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.hover_up:hover,
.free_consultation:hover,
.reg_guide .reg_guide_container .reg_guide_top .server> :hover,
.success_case .title .title_text a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

header .header_top {
    background: #edeff0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 12px
}

header .header_top>* {
    width: 1200px;
    margin: auto
}

header .header_top p,
header .header_top li,
header .header_top a {
    font-size: 12px;
    color: #999
}

header .header_top .header_wrap {
    height: 34px;
    line-height: 34px;
    border: none
}

header .header_top .header_wrap .header_wrapl {
    float: left;
    color: #a0a0a0
}

header .header_top .header_wrap .header_wrapl .loglink {
    color: #f00808;
    padding: 0 16px
}

header .header_top .header_wrap .header_wrapr {
    float: right
}

header .header_top .header_wrap .header_wrapr li {
    float: left;
    padding: 0 14px
}

header .header_top .header_wrap .header_wrapr li a {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

header .header_top .header_wrap .header_wrapr li a:hover {
    color: #f00808
}

header .header_top .header_wrap .header_wrapr li i.header_icon_sc {
    background: url(/style/css/img/cart.png) no-repeat;
    width: 14px;
    height: 13px;
    padding-left: 5px;
    top: 1px
}

header .header_top .header_wrap .header_wrapr li i.header_icon_gz {
    background: url(/style/css/img/pull-down.png) no-repeat 2px center;
    width: 10px;
    height: 5px;
    padding-left: 3px
}

header .header_top .header_wrap .header_wrapr .header-hover {
    position: relative
}

header .header_top .header_wrap .header_wrapr .header-hover .wechat {
    display: none;
    position: absolute;
    width: 289px;
    left: -100px;
    top: 36px;
    background: #fff;
    border: 1px solid #f6f6f6;
    padding: 5px;
    border-top: 0;
    z-index: 99
}

header .header_top .header_wrap .header_wrapr .header-hover .wechat p {
    font-size: 13px
}

header .header_top .header_wrap .header_wrapr .header-hover:hover i.header_icon_gz {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block
}

header .header_top .header_wrap .header_wrapr .header-hover:hover .wechat {
    display: block;
    overflow: hidden
}

header .header_top .header_wrap .header_wrapr .header-hover:hover .wechat .wech_fl {
    float: left;
    text-align: center
}

header .header_top .header_wrap .header_wrapr .header-hover:hover .wechat .cut_line {
    width: 1px;
    height: 125px;
    background: #EDEDED;
    float: left;
    margin-top: 10px
}

header .header_middle {
    background: #f8f8f8
}

header .header_middle>* {
    width: 1200px;
    margin: auto
}

header .header_middle .header_middle_wrap {
    padding: 18px 0;
    overflow: hidden
}

header .header_middle .header_middle_wrap a {
    display: inline-block
}

header .header_middle .header_middle_wrap>*,
header .header_middle .header_middle_wrap .search_box>* {
    float: left
}

header .header_middle .header_middle_wrap .search_box {
    height: 41px;
    border: 1px solid #bfbfbf;
    position: relative;
    margin: 17px 56px 0 136px
}

header .header_middle .header_middle_wrap .search_box input {
    padding: 12px;
    font-size: 14px;
    width: 392px
}

header .header_middle .header_middle_wrap .search_box .search {
    width: 34px;
    height: 30px;
    background-color: #0a6ce8;
    padding: 11px 0 0 13px
}

header .header_middle .header_middle_wrap .logo {
    width: 165px;
    height: 59px;
    margin-top: 12px
}

header .header_middle .header_middle_wrap .sale {
    width: 92px;
    height: 31px;
    background: url("/style/css/img/sale.png") no-repeat;
    padding: 10px 0 0 93px;
    font-size: 16px;
    font-weight: bold;
    margin: 17px 126px 0 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

header .header_middle .header_middle_wrap .sale:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

header .header_middle .header_middle_wrap .wechat_att img {
    width: 62px;
    height: 62px
}

header .header_middle .header_middle_wrap .wechat_att p {
    text-align: center;
    font-size: 12px;
    color: #666
}

header .header_bottom {
    background: #fff
}

header .header_bottom>* {
    width: 1200px;
    margin: auto
}

header .header_bottom li {
    float: left
}

header .header_bottom li a {
    display: inline-block;
    padding: 24px 0 21px;
    line-height: 16px
}

header .header_bottom li:not(.on):hover a {
    color: #0a6ce8
}

header .header_bottom li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #ececec;
    display: inline-block
}

header .header_bottom .nav {
    float: left
}

header .header_bottom .nav li:before {
    margin: -2px 32px
}

header .header_bottom .nav li a {
    font-size: 16px;
    color: #666;
    font-weight: bold
}

header .header_bottom .nav li.on a {
    border-bottom: 2px solid #0a6ce8
}

header .header_bottom .links {
    float: right
}

header .header_bottom .links li:before {
    margin: -2px 16px
}

header .header_bottom .links li a {
    font-size: 14px;
    color: #888
}

.banner {
    width: 100%;
    height: 636px;
    background: url("/style/css/img/banner.jpg") top center no-repeat
}

.reg_guide {
    width: 100%;
    height: 1002px;
    background: url("/style/css/img/bg01.jpg") top center no-repeat
}

.reg_guide>* {
    width: 1200px;
    margin: auto
}

.reg_guide .reg_guide_container {
    position: relative
}

.reg_guide .reg_guide_container .reg_guide_top {
    position: absolute;
    top: -55px;
    left: 0;
    background: url("/style/css/img/bg01-1.png") top center no-repeat;
    width: 100%;
    height: 416px
}

.reg_guide .reg_guide_container .reg_guide_top .server {
    width: 643px;
    margin: auto;
    padding: 27px 0 46px
}

.reg_guide .reg_guide_container .reg_guide_top .server .server01 {
    background: url("/style/css/img/server01.png") top center no-repeat;
    display: inline-block
}

.reg_guide .reg_guide_container .reg_guide_top .server .server02 {
    background: url("/style/css/img/server02.png") top center no-repeat;
    display: inline-block
}

.reg_guide .reg_guide_container .reg_guide_top .server p {
    font-size: 24px;
    color: #fff
}

.reg_guide .reg_guide_container .reg_guide_top .server .server01 p {
    padding: 75px 48px 18px 134px
}

.reg_guide .reg_guide_container .reg_guide_top .server .server02 {
    margin-left: 46px;
    position: relative;
    top: -2px
}

.reg_guide .reg_guide_container .reg_guide_top .server .server02 p {
    padding: 73px 39px 18px 130px
}

.reg_guide .reg_guide_container .reg_guide_top .search_box {
    margin: 0 45px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    position: relative
}

.reg_guide .reg_guide_container .reg_guide_top .search_box>* {
    display: inline-block
}

.reg_guide .reg_guide_container .reg_guide_top .search_box .select {
    position: relative;
    cursor: pointer
}

.reg_guide .reg_guide_container .reg_guide_top .search_box .select .selected {
    padding: 17px 9px 16px 24px;
    border-right: 1px solid #dcdcdc
}

.reg_guide .reg_guide_container .reg_guide_top .search_box .select .selected .city {
    font-size: 18px;
    color: #666;
    line-height: 18px
}

.reg_guide .reg_guide_container .reg_guide_top .search_box .select .selected .select-icon {
    width: 0;
    height: 0;
    display: inline-block;
    border: 6px solid transparent;
    border-top-color: #ebebeb;
    position: relative;
    top: 3px;
    margin-left: 30px
}

.reg_guide .reg_guide_container .reg_guide_top .search_box .select .cities {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 114px;
    border: 1px solid #dcdcdc;
    max-height: 142px;
    overflow: auto;
    z-index: 9;
}

.reg_guide .reg_guide_container .reg_guide_top .search_box .select .cities li {
    text-align: center;
    line-height: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.reg_guide .reg_guide_container .reg_guide_top .search_box .select .cities li:hover {
    background-color: lightgray
}

.reg_guide .reg_guide_container .reg_guide_top .search_box input {
    padding: 0 30px;
    width: 740px;
    color: #cbcbcb;
    font-size: 16px
}

.reg_guide .reg_guide_container .reg_guide_top .search_box .search {
    background-color: #0a6ce8;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 18px;
    color: #fff;
    width: 177px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    text-align: center;
    line-height: 53px
}

.reg_guide .reg_guide_container .reg_guide_top .dynamic {
    margin: 73px 45px 0;
    padding-left: 24px
}

.reg_guide .reg_guide_container .reg_guide_top .dynamic>p,
.reg_guide .reg_guide_container .reg_guide_top .dynamic>.slideInfo {
    display: inline-block
}

.reg_guide .reg_guide_container .reg_guide_top .dynamic>p {
    font-size: 18px;
    color: #666
}

.reg_guide .reg_guide_container .reg_guide_top .dynamic .slideInfo {
    position: relative;
    top: 8px
}

.reg_guide .reg_guide_container .reg_guide_top .dynamic .slideInfo li {
    height: 24px
}

.reg_guide .reg_guide_container .reg_guide_top .dynamic .slideInfo p {
    display: inline-block;
    color: #888
}

.reg_guide .reg_guide_container .reg_guide_top .dynamic .slideInfo p:not(:first-child) {
    margin-left: 46px
}

.reg_guide .reg_guide_container .reg_guide_top .dynamic .slideInfo p span {
    /* color: #0a6ce8 */
    color: #eb0c1c;
}

.reg_guide .reg_guide_container .reg_guide_bottom {
    padding-top: 427px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title {
    text-align: center
}

.reg_guide .reg_guide_container .reg_guide_bottom .title .circle,
.reg_guide .reg_guide_container .reg_guide_bottom .title .line {
    display: inline-block;
    position: relative
}

.reg_guide .reg_guide_container .reg_guide_bottom .title .circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    /* border: 1px solid rgba(160, 6, 15, 0.64); */
    border: 1px solid #12519a;
    margin: 0 7px;
    top: -10px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title .line {
    width: 410px;
    height: 1px;
    /* background-color: rgba(160, 6, 15, 0.64); */
    background-color: #12519a;
    top: -14px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title p {
    color: #f7f7f7;
    font-weight: bold;
    font-size: 49px;
    line-height: 50px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title>* {
    display: inline-block
}

.reg_guide .reg_guide_container .reg_guide_bottom .title>p+div {
    margin-left: 5px
}

.reg_guide .reg_guide_container .reg_guide_bottom .title>p+div p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    letter-spacing: 2px;
    color: #fff
}

.reg_guide .reg_guide_container .reg_guide_bottom .title>p+div p+p {
    font-size: 10px;
    line-height: 10px;
    color: #12519a;
    font-weight: normal;
    letter-spacing: 0
}

.reg_guide .reg_guide_container .reg_guide_bottom .list {
    overflow: hidden;
    margin-top: 54px
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li {
    float: left;
    width: 261px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    height: 355px;
    background-color: #f3f3f3;
    -webkit-box-shadow: 8px 14px 16px 0px rgba(7, 0, 2, 0.08);
            box-shadow: 8px 14px 16px 0px rgba(7, 0, 2, 0.08);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li:not(:first-child) {
    margin-left: 1px
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .num {
    font-size: 72px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    padding: 13px 20px 32px;
    line-height: 72px;
    color: rgba(0, 0, 0, 0.1)
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .type_title {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 220px;
    margin: auto;
    padding: 0 0 12px 2px;
    border-bottom: 1px dashed #535353
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .type_title i {
    width: 8px;
    height: 11px;
    background: url("/style/css/img/icon02.png") no-repeat
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .type_title span {
    font-size: 18px;
    color: #6f6f6f;
    margin-left: 13px;
    font-weight: bold
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .type_detail {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    padding-top: 10px;
    width: 210px;
    margin-left: 25px;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    color: #ababab
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .more {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    display: inline-block;
    width: 90px;
    border: solid 1px #aaaaaa;
    border-radius: 5px;
    padding: 8px 16px;
    color: #aaa;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 24px
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .more span {
    float: left;
    line-height: 14px
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li .more i {
    width: 8px;
    height: 12px;
    background: url("/style/css/img/icon04.png") no-repeat;
    float: right
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on {
    width: 414px;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list .li01.on {
    background: url("/style/css/img/bg01-2-01.png") no-repeat #464646
}

.reg_guide .reg_guide_container .reg_guide_bottom .list .li02.on {
    background: url("/style/css/img/bg01-2-02.png") no-repeat #464646
}

.reg_guide .reg_guide_container .reg_guide_bottom .list .li03.on {
    background: url("/style/css/img/bg01-2-03.png") no-repeat #464646
}

.reg_guide .reg_guide_container .reg_guide_bottom .list .li04.on {
    background: url("/style/css/img/bg01-2-04.png") no-repeat #464646
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .num {
    color: rgba(255, 255, 255, 0.1)
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .type_title {
    width: 295px;
    border-bottom-style: solid
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .type_title i {
    background: url("/style/css/img/icon01.png")
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .type_title span {
    color: #fff
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .type_detail {
    width: 294px;
    margin-left: 60px;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .more {
    left: 58px;
    border-color: #fff;
    color: #fff
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .more i {
    background: url("/style/css/img/icon03.png");
    -webkit-transition: all .3s;
    transition: all .3s;
}

.reg_guide .reg_guide_container .reg_guide_bottom .list li.on .more:hover {
    background-color: #0c50ce;
    border-color: #0c50ce
}

.why-reg {
    background: #f8f8f8
}

.why-reg>* {
    width: 1200px;
    margin: auto
}

.why-reg .title {
    text-align: center;
    padding: 68px 0 94px
}

.why-reg .title .circle,
.why-reg .title .line {
    display: inline-block;
    position: relative
}

.why-reg .title .circle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    margin: 0 7px;
    top: -10px
}

.why-reg .title .line {
    width: 410px;
    height: 1px;
    background-color: #e5e5e5;
    top: -14px
}

.why-reg .title p {
    color: #0a6ce8;
    font-weight: bold;
    font-size: 49px;
    line-height: 50px
}

.why-reg .title>* {
    display: inline-block
}

.why-reg .title>p+div {
    margin-left: 5px
}

.why-reg .title>p+div p {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    letter-spacing: 2px;
    color: #828282
}

.why-reg .title>p+div p+p {
    font-size: 10px;
    line-height: 10px;
    color: #828282;
    font-weight: normal;
    letter-spacing: 0
}

.why-reg .list ul {
    overflow: hidden;
    z-index: 2;
    position: relative
}

.why-reg .list ul li {
    -webkit-transition: all 0.12s;
    transition: all 0.12s;
    width: 236px;
    height: 266px;
    background: url("/style/css/img/bg02.png") no-repeat 10px 10px;
    float: left;
    margin-left: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.why-reg .list ul .li01:hover {
    background-image: url("/style/css/img/bg02-hover01.png");
}

.why-reg .list ul .li02:hover {
    background-image: url("/style/css/img/bg02-hover02.png");
}

.why-reg .list ul .li03:hover {
    background-image: url("/style/css/img/bg02-hover03.png");
}

.why-reg .list ul .li04:hover {
    background-image: url("/style/css/img/bg02-hover04.png");
}

.why-reg .list ul .li05:hover {
    background-image: url("/style/css/img/bg02-hover05.png");
}

.why-reg .list ul .li06:hover {
    background-image: url("/style/css/img/bg02-hover06.png");
}

.why-reg .list ul li.top_last {
    height: 335px;
    background: url("/style/css/img/bg02-01.png") no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.why-reg .list ul li.top_last:hover{
    height: 335px;
    background: url("/style/css/img/bg02-01.png") no-repeat
}

.why-reg .list ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: default
}

.why-reg .list ul li a i {
    margin: 70px 0 20px
}

.why-reg .list ul li a p {
    font-size: 16px;
    color: #828282;
    line-height: 16px
}

.why-reg .list ul li a .list_icon05 {
    width: 62px;
    height: 64px;
    background: url("/style/css/img/icon05.png") no-repeat center center
}

.why-reg .list ul li a .list_icon06 {
    width: 62px;
    height: 64px;
    background: url("/style/css/img/icon06.png") no-repeat center center
}

.why-reg .list ul li a .list_icon07 {
    width: 62px;
    height: 64px;
    background: url("/style/css/img/icon07.png") no-repeat center center
}

.why-reg .list ul li a .list_icon08 {
    width: 62px;
    height: 64px;
    background: url("/style/css/img/icon08.png") no-repeat center center
}

.why-reg .list ul li a .list_icon09 {
    width: 62px;
    height: 64px;
    background: url("/style/css/img/icon09.png") no-repeat center center
}

.why-reg .list ul li a .list_icon10 {
    width: 62px;
    height: 64px;
    background: url("/style/css/img/icon10.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon05 {
    background: url("/style/css/img/icon05-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon10 {
    background: url("/style/css/img/icon10-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon06 {
    background: url("/style/css/img/icon06-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon10 {
    background: url("/style/css/img/icon10-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon07 {
    background: url("/style/css/img/icon07-hover.png") no-repeat center center
}

.why-reg .list ul li.on a .list_icon10 {
    background: url("/style/css/img/icon10-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon08 {
    background: url("/style/css/img/icon08-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon10 {
    background: url("/style/css/img/icon10-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon09 {
    background: url("/style/css/img/icon09-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a .list_icon10 {
    background: url("/style/css/img/icon10-hover.png") no-repeat center center
}

.why-reg .list ul li:hover a p {
    color: #fff
}

.why-reg .list ul.list_top li:first-child {
    margin-left: 128px;
}

.why-reg .list ul.list_top li:not(.top_last) {
    margin-top: 87px
}

.why-reg .list ul.list_bottom {
    top: -40px
}

.why-reg .list ul.list_bottom li:first-child {
    background: url("/style/css/img/bg02-02.png") no-repeat center center
}

.reg_process {
    background: url("/style/css/img/bg03.png") no-repeat center center;
    width: 100%;
    height: 849px;
    position: relative;
    top: -150px
}

.reg_process>* {
    width: 1130px;
    margin: auto
}

.reg_process .title {
    padding: 264px 0 115px
}

.reg_process .title .text,
.reg_process .title img {
    display: inline-block
}

.reg_process .title .text {
    text-align: right;
    position: relative;
    top: 5px
}

.reg_process .title .text p:first-child {
    color: #fff;
    font-size: 22px;
    line-height: 22px
}

.reg_process .title .text p:first-child+p {
    color: #828282;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 4px
}

.reg_process .title .text p:first-child:before {
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: #0a6cdd;
    content: '';
    margin: 0 10px 0 36px;
    position: relative;
    top: -8px
}

.reg_process .title .title-icon {
    overflow: hidden;
    margin-top: 12px
}

.reg_process .title .title-icon>* {
    float: left
}

.reg_process .title .title-icon .circle {
    width: 7px;
    height: 7px;
    border: solid 1px #626262;
    border-radius: 50%;
    margin-right: 1px
}

.reg_process .title .title-icon .line {
    width: 1112px;
    height: 1px;
    background-color: #626262;
    position: relative;
    top: 4px
}

.reg_process .list {
    overflow: hidden
}

.reg_process .list li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    width: 131px;
    height: 221px;
    padding: 36px 0 0 23px;
    border-radius: 8px;
    position: relative
}

.reg_process .list li:not(:first-child) {
    margin-left: 23px
}

.reg_process .list li.list01 {
    background: url("/style/css/img/bg03-01.png")
}

.reg_process .list li.list02 {
    background: url("/style/css/img/bg03-02.png")
}

.reg_process .list li.list03 {
    background: url("/style/css/img/bg03-03.png")
}

.reg_process .list li.list04 {
    background: url("/style/css/img/bg03-04.png")
}

.reg_process .list li.list05 {
    background: url("/style/css/img/bg03-05.png")
}

.reg_process .list li.on {
    background: #fff;
    width: 190px;
    padding-left: 20px
}

.reg_process .list li.on .list-title {
    color: #0a6ce8
}

.reg_process .list li.on .list-title:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #0a6ce8;
    display: inline-block;
    margin-right: 7px
}

.reg_process .list li.on .list-title:after {
    width: 170px;
    height: 1px;
    color: #bfbfbf
}

.reg_process .list li.on .list-text {
    visibility: visible
}

.reg_process .list li.on .expand {
    display: none
}

.reg_process .list li .list-title {
    font-size: 18px;
    color: #fff;
    padding-bottom: 12px
}

.reg_process .list li .list-title:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #515151;
    margin-top: 10px
}

.reg_process .list li .list-text {
    visibility: hidden
}

.reg_process .list li .list-text .dot-detail {
    width: 153px;
    margin-left: 10px;
    font-size: 14px;
    color: #717171;
    line-height: 30px
}

.reg_process .list li .list-text .dot-detail span{
    font-size: 12px;
    line-height: 20px;
    color: #717171;
}

.reg_process .list li .expand {
    display: inline-block;
    width: 66px;
    height: 30px;
    border: solid 1px #5b5b5b;
    padding: 0 10px;
    border-radius: 8px;
    position: absolute;
    bottom: 24px;
    overflow: hidden
}

.reg_process .list li .expand span {
    display: inline-block;
    font-size: 12px;
    color: #a2a2a2;
    line-height: 30px;
    float: left
}

.reg_process .list li .expand i {
    width: 10px;
    height: 6px;
    background: url("/style/css/img/icon11.png");
    float: right;
    position: relative;
    top: 12px
}

.reg_process .list li .expand:hover {
    border-color: #0a6cdd;
    background-color: #0a6cdd
}

.reg_process .list li .expand:hover span {
    color: #fff
}

.reg_process .list li .expand:hover i {
    background: url("/style/css/img/icon11-hover.png")
}

.essential_info {
    background: #fff;
    padding-bottom: 123px
}

.essential_info>* {
    width: 1130px;
    margin: auto
}

.essential_info .title {
    padding: 264px 0 115px;
    margin-top: -150px;
    padding: 62px 0
}

.essential_info .title .text,
.essential_info .title img {
    display: inline-block
}

.essential_info .title .text {
    text-align: right;
    position: relative;
    top: 5px
}

.essential_info .title .text p:first-child {
    color: #fff;
    font-size: 22px;
    line-height: 22px
}

.essential_info .title .text p:first-child+p {
    color: #828282;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 4px
}

.essential_info .title .text p:first-child:before {
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: #0a6cdd;
    content: '';
    margin: 0 10px 0 36px;
    position: relative;
    top: -8px
}

.essential_info .title .title-icon {
    overflow: hidden;
    margin-top: 12px
}

.essential_info .title .title-icon>* {
    float: left
}

.essential_info .title .title-icon .circle {
    width: 7px;
    height: 7px;
    border: solid 1px #626262;
    border-radius: 50%;
    margin-right: 1px
}

.essential_info .title .title-icon .line {
    width: 1112px;
    height: 1px;
    background-color: #626262;
    position: relative;
    top: 4px
}

.essential_info .title .text {
    top: 0
}

.essential_info .title .text p:first-child {
    color: #828282
}

.essential_info .detail {
    overflow: hidden
}

.essential_info .detail ul {
    float: left;
    width: 554px;
    height: 465px
}

.essential_info .detail ul.list-l {
    background: url("/style/css/img/bg04-1.png") no-repeat
}

.essential_info .detail ul.list-l li {
    line-height: 48px
}

.essential_info .detail ul.list-l li:first-child {
    margin-bottom: 34px
}

.essential_info .detail ul.list-l li.ask a:hover {
    background-color: #626262;
    border-color: #626262
}

.essential_info .detail ul.list-r {
    margin-left: 15px;
    background: url("/style/css/img/bg04-2.png") no-repeat
}

.essential_info .detail ul.list-r li {
    line-height: 34px
}

.essential_info .detail ul.list-r li:first-child {
    margin-bottom: 38px
}

.essential_info .detail ul.list-r li.ask a:hover {
    background-color: #0a6ce8;
    border-color: #0a6ce8
}

.essential_info .detail ul li {
    color: #fff;
    font-size: 14px;
    padding-left: 55px;
    padding-right: 27px
}

.essential_info .detail ul li:first-child {
    font-size: 18px;
    padding: 38px 0 0 42px;
    line-height: 14px
}

.essential_info .detail ul li:first-child:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    margin-right: 8px;
    position: relative;
    top: -4px
}

.essential_info .detail ul li.ask {
    text-align: right;
    line-height: 32px;
    margin-top: -14px
}

.essential_info .detail ul li.ask a {
    display: inline-block;
    width: 96px;
    height: 30px;
    border: solid 1px #c9c9c9;
    border-radius: 3px;
    text-align: center;
    line-height: 30px
}

.essential_info .detail ul li.ask a span {
    color: #e4e4e4;
    font-size: 12px
}

.essential_info .detail ul li.ask a img {
    margin-left: 16px;
    position: relative;
    top: 0px
}

.reg_precautions {
    background: #f8f8f8
}

.reg_precautions>* {
    width: 1130px;
    margin: auto
}

.reg_precautions .title {
    position: relative;
    top: -47px
}

.reg_precautions .title .text {
    overflow: hidden;
    padding-bottom: 9px;
    line-height: 34px
}

.reg_precautions .title .text>* {
    float: left
}

.reg_precautions .title .text img {
    margin-left: 4px
}

.reg_precautions .title .text .title-chi {
    font-size: 30px;
    margin-left: 16px
}

.reg_precautions .title .text .title-enl {
    float: right;
    font-size: 14px;
    color: #d2d2d2;
    text-transform: uppercase
}

.reg_precautions .list {
    padding-bottom: 144px;
    overflow: hidden
}

.reg_precautions .list li {
    width: 372px;
    height: 192px;
    border-top: 1px dashed #d2d2d2;
    border-left: 1px dashed #d2d2d2;
    float: left;
    text-align: center;
    cursor: default
}

.reg_precautions .list li.list01 {
    border-top: 0
}

.reg_precautions .list li.list01 .list-l i {
    margin-top: 32px
}

.reg_precautions .list li.list02 {
    border-top: 0
}

.reg_precautions .list li.list02 .list-l i {
    margin-top: 32px
}

.reg_precautions .list li.list03 {
    border-top: 0
}

.reg_precautions .list li.list03 .list-l i {
    margin-top: 32px
}

.reg_precautions .list li.list01,
.reg_precautions .list li.list04 {
    border-left: 0
}

.reg_precautions .list li .list-r {
    display: none
}

.reg_precautions .list li .list-l i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 64px;
    height: 58px;
    margin: 60px 0 20px
}

.reg_precautions .list li .list-l p {
    font-size: 18px;
    color: #616161;
    font-weight: bold
}

.reg_precautions .list li.list01 i {
    background: url("/style/css/img/gszc14.png") center center no-repeat
}

.reg_precautions .list li.list02 i {
    background: url("/style/css/img/gszc15.png") center center no-repeat
}

.reg_precautions .list li.list03 i {
    background: url("/style/css/img/gszc16.png") center center no-repeat
}

.reg_precautions .list li.list04 i {
    background: url("/style/css/img/gszc17.png") center center no-repeat
}

.reg_precautions .list li.list05 i {
    background: url("/style/css/img/gszc18.png") center center no-repeat
}

.reg_precautions .list li.list06 i {
    background: url("/style/css/img/gszc19.png") center center no-repeat
}

.reg_precautions .list li.on {
    -webkit-box-shadow: 5px 8px 13px 0px #e4e4e4;
            box-shadow: 5px 8px 13px 0px #e4e4e4
}

.reg_precautions .list li.on>* {
    float: left
}

.reg_precautions .list li.on .list-l {
    width: 134px;
    background-color: #0c50ce;
    height: 100%;
    position: relative
}

.reg_precautions .list li.on .list-l i {
    margin-top: 46px
}

.reg_precautions .list li.on .list-l p {
    color: #fff
}

.reg_precautions .list li.on .list-l:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 46px;
    right: 0
}

.reg_precautions .list li.on.list01 i {
    background: url("/style/css/img/icon14-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list02 i {
    background: url("/style/css/img/icon15-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list03 i {
    background: url("/style/css/img/icon16-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list04 i {
    background: url("/style/css/img/icon17-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list05 i {
    background: url("/style/css/img/icon18-hover.png") center center no-repeat
}

.reg_precautions .list li.on.list06 i {
    background: url("/style/css/img/icon19-hover.png") center center no-repeat
}

.reg_precautions .list li.on .list-r {
    width: 238px;
    display: inline-block;
    background-color: #fff;
    height: 100%;
    text-align: left
}

.reg_precautions .list li.on .list-r p {
    width: 216px;
    margin: 35px auto 16px;
    color: #616161;
    line-height: 26px
}

.reg_precautions .list li.on .list-r a {
    display: inline-block;
    width: 114px;
    height: 34px;
    border: solid 1px #0a6cdd;
    text-align: center;
    line-height: 34px;
    color: #0a6cdd;
    margin-left: 14px;
    border-radius: 5px
}

.reg_precautions .list li.on .list-r a:hover {
    background-color: #0c50ce;
    color: #fff
}

.success_info {
    text-align: center;
    height: 765px;
    background: url("/style/css/img/bg05.png") no-repeat
}

.success_info>* {
    width: 1130px;
    margin: auto
}

.success_info .title {
    position: relative;
    top: -47px
}

.success_info .title .text {
    overflow: hidden;
    padding-bottom: 7px;
    line-height: 34px
}

.success_info .title .text>* {
    float: left
}

.success_info .title .text img {
    margin-left: 4px
}

.success_info .title .text .title-chi {
    font-size: 30px;
    margin-left: 16px
}

.success_info .title .text .title-enl {
    float: right;
    font-size: 14px;
    color: #d2d2d2;
    text-transform: uppercase
}

.success_info .list {
    overflow: hidden;
    padding: 106px 0 52px
}

.success_info .list li {
    float: left;
    margin-left: 16px
}

.success_info .list li img {
    width: 270px;
    height: 392px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.success_info .list li p {
    font-size: 17px;
    line-height: 17px;
    margin-top: 28px;
    color: #787878
}

.success_info .list li:first-child {
    margin-left: 0
}

.success_info .list li:hover img {
    -webkit-box-shadow: 5px 5px 12px 2px #ccc;
            box-shadow: 5px 5px 12px 2px #ccc
}

.success_info>a {
    display: block;
    text-align: center;
    margin-top: 0;
    width: 114px;
    height: 34px;
    background-color: #0c50ce;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(7, 0, 2, 0.08);
            box-shadow: 0px 16px 16px 0px rgba(7, 0, 2, 0.08);
    line-height: 34px
}

.yz_server_process {
    height: 765px;
    text-align: center;
    background: url("/style/css/img/bg06.jpg") center center no-repeat
}

.yz_server_process>* {
    width: 1156px;
    margin: auto
}

.yz_server_process .title {
    text-align: center;
    padding: 120px 0 90px
}

.yz_server_process .title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    color: #828282
}

.yz_server_process .title p span {
    color: #0c50ce
}

.yz_server_process .title .title_pic {
    overflow: hidden;
    display: inline-block
}

.yz_server_process .title .title_pic>* {
    background-color: #e6e6e6;
    float: left
}

.yz_server_process .title .title_pic .line {
    width: 120px;
    height: 1px;
    position: relative;
    top: 3px
}

.yz_server_process .title .title_pic .square {
    width: 25px;
    height: 6px;
    margin: 0 1px
}

.yz_server_process .list li {
    width: 221px;
    height: 230px;
    background: url("/style/css/img/bg06-1.png") top center no-repeat;
    float: left;
    cursor: default;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.yz_server_process .list li .num {
    color: #f1f1f1;
    font-size: 60px;
    line-height: 60px;
    margin: 40px 0 20px;
    font-style: italic
}

.yz_server_process .list li .text p {
    color: #656565;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.yz_server_process .list li.list-02 {
    margin-top: 130px
}

.yz_server_process .list li.list-04 {
    margin-top: 130px
}

.yz_server_process .list li.list-06 {
    margin-top: 130px
}

.yz_server_process .list li.list-01 {
    margin-left: -20px
}

.yz_server_process .list li.list-02 {
    margin-left: -70px
}

.yz_server_process .list li.list-03 {
    margin-left: -65px
}

.yz_server_process .list li.list-04 {
    margin-left: -60px
}

.yz_server_process .list li.list-05 {
    margin-left: -60px
}

.yz_server_process .list li.list-06 {
    margin-left: -65px
}

.yz_server_process .list li.list-07 {
    margin-left: -60px
}

.yz_server_process .list li.list-01:hover {
    background: url("/style/css/img/bg06-1-hover.png") top center no-repeat;
}

.yz_server_process .list li.list-02:hover {
    background: url("/style/css/img/bg06-2-hover.png") top center no-repeat;
}

.yz_server_process .list li.list-03:hover {
    background: url("/style/css/img/bg06-3-hover.png") top center no-repeat;
}

.yz_server_process .list li.list-04:hover {
    background: url("/style/css/img/bg06-4-hover.png") top center no-repeat;
}

.yz_server_process .list li.list-05:hover {
    background: url("/style/css/img/bg06-5-hover.png") top center no-repeat;
}

.yz_server_process .list li.list-06:hover {
    background: url("/style/css/img/bg06-6-hover.png") top center no-repeat;
}

.yz_server_process .list li.list-07:hover {
    background: url("/style/css/img/bg06-7-hover.png") top center no-repeat;
}

.yz_server_process .list li:hover .text p {
    color: #fff
}

.yz_server_process>a {
    display: block;
    text-align: center;
    margin-top: 0;
    width: 114px;
    height: 34px;
    background-color: #0c50ce;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    clear: both;
    display: block;
    margin: 400px auto 0;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(7, 0, 2, 0.08);
            box-shadow: 0px 16px 16px 0px rgba(7, 0, 2, 0.08);
    position: relative;
    left: -10px
}

.yz_advantage {
    padding-bottom: 80px;
    background: url("/style/css/img/bg07.jpg") no-repeat center center
}

.yz_advantage>* {
    width: 1242px;
    margin: auto
}

.yz_advantage .title {
    padding: 80px 0 70px
}

.yz_advantage .title .title-chi {
    text-align: center;
    font-size: 30px;
    color: #ffba00;
    font-weight: bold
}

.yz_advantage .title .title-chi span {
    font-size: 60px;
    color: #fff;
    line-height: 60px
}

.yz_advantage .title .title-enl {
    width: 610px;
    margin: auto;
    text-transform: uppercase;
    color: #0b59b2;
    background: url("/style/css/img/line-02.png") no-repeat 0 center;
    padding-left: 568px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-top: 2px
}

.yz_advantage .detail {
    width: 1200px;
    height: 666px;
    background: url("/style/css/img/bg07-1.png") center center no-repeat
}

.yz_advantage .detail>* {
    width: 1200px;
    margin: auto
}

.yz_advantage .detail ul {
    width: 424px;
    padding: 111px 0 0 114px;
    float: left
}

.yz_advantage .detail ul.list-l li,
.yz_advantage .detail ul.list-r li {
    font-size: 18px;
    line-height: 60px;
    color: #666;
    padding-left: 33px
}

.yz_advantage .detail ul.list-l li:first-child,
.yz_advantage .detail ul.list-r li:first-child {
    overflow: hidden;
    padding: 0 0 51px
}

.yz_advantage .detail ul.list-l li:first-child>*,
.yz_advantage .detail ul.list-r li:first-child>* {
    float: left
}

.yz_advantage .detail ul.list-l li:first-child div,
.yz_advantage .detail ul.list-r li:first-child div {
    width: 60px;
    height: 46px;
    background-color: #0a6cdd;
    border-radius: 5px 0 0 5px;
    text-align: center
}

.yz_advantage .detail ul.list-l li:first-child div img,
.yz_advantage .detail ul.list-r li:first-child div img {
    margin-top: 6px;
    vertical-align: top;
}

.yz_advantage .detail ul.list-l li:first-child p,
.yz_advantage .detail ul.list-r li:first-child p {
    font-size: 24px;
    color: #0a6cdd;
    line-height: 46px;
    margin-left: 20px
}

.yz_advantage .detail ul.list-l {
    width: 424px
}

.yz_advantage .detail ul.list-r {
    padding-left: 56px
}

.yz_advantage .detail ul.list-r li {
    padding-left: 51px
}

.yz_advantage .detail ul.list-m {
    width: 180px;
    padding: 218px 0 0 0
}

.yz_advantage .detail ul.list-m li {
    width: 120px;
    height: 36px;
    color: #0c50ce;
    font-size: 18px;
    line-height: 36px;
    border: 2px solid #0c50ce;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px
}

.yz_advantage .detail ul.list-m li:first-child {
    margin-top: 1px
}

.yz_advantage>a {
    display: block;
    text-align: center;
    margin-top: 50px;
    width: 114px;
    height: 34px;
    background-color: #fff;
    line-height: 34px;
    color: #0c50ce;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px
}

.expert_advisor {
    position: relative;
    height: 906px;
    background: url("/style/css/img/bg08.jpg") center center no-repeat
}

.expert_advisor>* {
    width: 1200px;
    margin: auto
}

.expert_advisor .title {
    text-align: center;
    padding: 100px 0 85px
}

.expert_advisor .title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    color: #828282
}

.expert_advisor .title p span {
    color: #0c50ce
}

.expert_advisor .title .title_pic {
    overflow: hidden;
    display: inline-block
}

.expert_advisor .title .title_pic>* {
    background-color: #e6e6e6;
    float: left
}

.expert_advisor .title .title_pic .line {
    width: 100px;
    height: 1px;
    position: relative;
    top: 3px
}

.expert_advisor .title .title_pic .square {
    width: 25px;
    height: 6px;
    margin: 0 1px
}

.expert_advisor .list {
    overflow: hidden;
    padding-top: 20px
}

.expert_advisor>a{
    display: block;
    text-align: center;
    margin: 25px auto;
    width: 114px;
    height: 34px;
    line-height: 34px;
    color: #0c50ce;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #0c50ce;
}

.expert_advisor>a:hover{
    background-color: #0c50ce;
    color: #fff;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.expert_advisor .list li {
    float: left;
    /* margin-left: 65px; */
    margin-left: 19px;
}

.expert_advisor .list li a {
    cursor: default
}

.expert_advisor .list li:first-child {
    margin-left: 5
}

.expert_advisor .list li img {
    width: 215px;
    height: 225px;
    margin-bottom: 34px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: solid 1px #d2d2d2;
    border-radius: 5px;
}

.expert_advisor .list li p {
    line-height: 30px;
    color: #666;
    padding-left: 6px;
    max-width: 210px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert_advisor .list li p.name {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin-bottom: 14px
}

.expert_advisor .list li:hover img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.expert_advisor .list li:hover p.name{
    color: #0c50ce;
}
.expert_advisor .yz_promise {
    height: 692px;
    position: absolute;
    top: 740px;
    left: 50%;
    margin-left: -600px;
    background: url("/style/css/img/bg09.png") center center no-repeat
}

.expert_advisor .yz_promise>* {
    width: 1057px;
    margin: auto
}

.expert_advisor .yz_promise .title {
    text-align: center;
    padding: 76px 0 50px
}

.expert_advisor .yz_promise .title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    color: #828282
}

.expert_advisor .yz_promise .title p span {
    color: #0c50ce
}

.expert_advisor .yz_promise .title .title_pic {
    overflow: hidden;
    display: inline-block
}

.expert_advisor .yz_promise .title .title_pic>* {
    background-color: #e6e6e6;
    float: left
}

.expert_advisor .yz_promise .title .title_pic .line {
    width: 116px;
    height: 1px;
    position: relative;
    top: 3px
}

.expert_advisor .yz_promise .title .title_pic .square {
    width: 25px;
    height: 6px;
    margin: 0 1px
}

.expert_advisor .yz_promise .list {
    padding-bottom: 43px;
    border-bottom: 1px dashed #dcdcdc
}

.expert_advisor .yz_promise .list li {
    width: 33%;
    text-align: center;
    border-left: 1px dashed #dcdcdc;
    padding: 10px 0 8px;
    height: 334px;
    margin-left: 0
}

.expert_advisor .yz_promise .list li:first-child {
    border-left: 0
}

.expert_advisor .yz_promise .list li .icon21 {
    width: 85px;
    height: 80px;
    background: url("/style/css/img/icon21.png") no-repeat center center
}

.expert_advisor .yz_promise .list li .icon22 {
    width: 85px;
    height: 80px;
    background: url("/style/css/img/icon22.png") no-repeat center center
}

.expert_advisor .yz_promise .list li .icon23 {
    width: 85px;
    height: 80px;
    background: url("/style/css/img/icon23.png") no-repeat center center
}

.expert_advisor .yz_promise .list li .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 35px 0 24px
}

.expert_advisor .yz_promise .list li .title:after {
    content: '';
    width: 20px;
    margin: auto;
    height: 2px;
    background-color: #e5e5e5;
    display: block;
    margin-top: 14px
}

.expert_advisor .yz_promise .list li p {
    padding-left: 0;
    width: 245px;
    margin: auto;
    color: #888888;
    font-size: 16px;
    line-height: 32px;
    white-space: initial !important;
}

.expert_advisor .yz_promise>a {
    display: block;
    text-align: center;
    margin-top: 26px;
    width: 114px;
    height: 34px;
    background-color: #282828;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px
}

.after_establish {
    background: url("/style/css/img/bg10.png") center center no-repeat;
    height: 1067px
}

.after_establish>* {
    width: 1200px;
    margin: auto
}

.after_establish .title {
    text-align: center;
    padding: 580px 0 65px
}

.after_establish .title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    color: #828282
}

.after_establish .title p span {
    color: #fff
}

.after_establish .title .title_pic {
    overflow: hidden;
    display: inline-block
}

.after_establish .title .title_pic>* {
    background-color: #7d7d7d;
    float: left
}

.after_establish .title .title_pic .line {
    width: 187px;
    height: 1px;
    position: relative;
    top: 3px
}

.after_establish .title .title_pic .square {
    width: 25px;
    height: 6px;
    margin: 0 1px
}

.after_establish .list {
    overflow: hidden
}

.after_establish .list li {
    width: 33%;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative
}

.after_establish .list li .icon24 {
    width: 89px;
    height: 72px;
    background: url("/style/css/img/gszc24.png") no-repeat center center
}

.after_establish .list li .icon25 {
    width: 89px;
    height: 72px;
    background: url("/style/css/img/gszc25.png") no-repeat center center
}

.after_establish .list li .icon26 {
    width: 89px;
    height: 72px;
    background: url("/style/css/img/gszc26.png") no-repeat center center
}

.after_establish .list li .title {
    padding: 46px 0 25px;
    font-size: 18px;
    color: #fff;
    line-height: 18px
}

.after_establish .list li .text {
    width: 273px;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    color: #adadad
}

.after_establish .list li .circle-t,
.after_establish .list li .circle-b {
    width: 13px;
    height: 13px;
    border: 1px solid #434343;
    border-radius: 50%;
    position: absolute
}

.after_establish .list li .circle-t:after,
.after_establish .list li .circle-b:after {
    content: '';
    width: 1px;
    height: 218px;
    background-color: #434343;
    display: inline-block;
    position: relative
}

.after_establish .list li .circle-b {
    float: right;
    position: relative
}

.after_establish .list li .circle-b:after {
    top: -220px
}

.after_establish .list li .circle-t:after {
    top: 15px
}

.after_establish .list li>a {
    display: block;
    text-align: center;
    margin-top: 0;
    width: 114px;
    height: 34px;
    background-color: transparent;
    line-height: 34px;
    color: #bbb;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(7, 0, 2, 0.08);
            box-shadow: 0px 16px 16px 0px rgba(7, 0, 2, 0.08);
    border: solid 1px #707070;
    width: 144px;
    margin: 50px auto 0;
}

.after_establish .list li>a:hover {
    color: #fff;
    background-color: #0c50ce;
    border-color: #0c50ce
}

.after_establish>a {
    display: block;
    text-align: center;
    margin-top: 47px;
    width: 114px;
    height: 34px;
    background-color: #fff;
    line-height: 34px;
    color: #0c50ce;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(7, 0, 2, 0.08);
            box-shadow: 0px 16px 16px 0px rgba(7, 0, 2, 0.08);
    position: relative;
    top: -82px
}
.after_establish>a.free_consultation:hover{
    color: #fff;
    background-color: #0c50ce;
    border-color: #0c50ce;
    -webkit-transform: translateY(0);
            transform: translateY(0)
}

.success_case {
    height: 857px;
    background: url("/style/css/img/bg11.jpg") center center no-repeat
}

.success_case>* {
    width: 1200px;
    margin: auto
}

.success_case .title {
    text-align: center;
    text-align: left;
    padding: 95px 0 80px
}

.success_case .title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    color: #828282
}

.success_case .title p span {
    color: #0c50ce
}

.success_case .title .title_pic {
    overflow: hidden;
    display: inline-block
}

.success_case .title .title_pic>* {
    background-color: #e5e5e5;
    float: left
}

.success_case .title .title_pic .line {
    width: 48px;
    height: 1px;
    position: relative;
    top: 3px
}

.success_case .title .title_pic .square {
    width: 25px;
    height: 6px;
    margin: 0 1px
}

.success_case .title .title_pic .line-long {
    width: 1125px
}

.success_case .title .title_text p {
    float: left
}

.success_case .title .title_text p.small_text {
    font-size: 16px;
    margin-left: 10px
}

.success_case .title .title_text a {
    float: right;
    display: block;
    text-align: center;
    margin-top: 0;
    width: 114px;
    height: 34px;
    background-color: #0c50ce;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    -webkit-box-shadow: 0px 5px 9px 2px rgb a(7, 0, 2, 0.08);
            box-shadow: 0px 5px 9px 2px rgb a(7, 0, 2, 0.08)
}

.success_case .detail {
    clear: both;
    position: relative
}

.success_case .detail .case-show {
    position: relative;
    width: 358px;
    height: 484px;
    background: url("/style/css/img/bg11-1.png") top center no-repeat
}

.success_case .detail .case-show .case-show-t {
    width: 30px;
    height: 71px;
    background: url("/style/css/img/icon27.png") center center no-repeat;
    position: absolute;
    top: -5px;
    left: 36px;
    padding-left: 1px
}

.success_case .detail .case-show .case-show-t p {
    color: #8b8b8b;
    font-weight: bold;
    text-align: center;
    margin-left: 5px
}

.success_case .detail .case-show .case-show-t p:first-child {
    font-size: 32px;
    line-height: 32px;
    margin-top: 5px
}

.success_case .detail .case-show .case-show-m {
    padding: 185px 0 0 39px
}

.success_case .detail .case-show .case-show-m .case-show-year {
    width: 95px;
    height: 30px;
    border: solid 2px #0e62c4;
    font-size: 18px;
    color: #135199;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

.success_case .detail .case-show .case-show-m .case-show-date {
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    margin: 18px 0 20px
}

.success_case .detail .case-show .case-show-m .case-show-experience {
    color: #fff;
    line-height: 24px;
    width: 235px;
    height: 100px
}

.success_case .detail .case-show-b {
    position: absolute;
    left: -140px;
    bottom: 43px
}

.success_case .detail .case-show-b a {
    display: inline-block;
    width: 95px;
    height: 30px;
    line-height: 30px;
    color: #0c50ce;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 19px 16px 0px rgba(7, 0, 2, 0.11);
            box-shadow: 0px 19px 16px 0px rgba(7, 0, 2, 0.11);
    text-align: center;
    border: solid 1px #fff;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.success_case .detail .case-show-b a:hover {
    border-color: rgba(255,255,255,0.3);
    background-color: rgba(25, 71, 123, 0.26);
    color: #fff;
}

.success_case .detail .case-show-b a:first-child {
    margin-right: 12px
}

.success_case .detail .case-list {
    position: absolute;
    left: 185px;
    top: 68px;
    width: 1014px;
    height: 427px
}

.success_case .detail .case-list li {
    float: left;
    text-align: center
}

.success_case .detail .case-list li a{
    display: inline-block;
    width: 338px;
    height: 349px;
    background: url('/style/css/img/bg11-2.png');
    overflow: hidden;
}

.success_case .detail .case-list li a div{
    width: 206px;
    height: 206px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    overflow: hidden;
    position: relative;
    top: 60px;
    left: 71px;
}

.success_case .detail .case-list li a div img {
    max-width: 100%;
    -webkit-transform: rotate(-45deg) scale(1.42);
            transform: rotate(-45deg) scale(1.42);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.success_case .detail .case-list li .date {
    font-size: 18px;
    line-height: 18px;
    color: #9d9c9c;
    font-weight: bold
}

.success_case .detail .case-list li .experience {
    color: #9d9c9c;
    line-height: 20px;
    width: 260px;
    margin: 10px auto;
    height: 40px;
    overflow: hidden
}

.success_case .detail .case-list li.on .date,
.success_case .detail .case-list li.on .dot-ellipsis {
    visibility: hidden
}

.normal_problems {
    height: 654px;
    background: url("/style/css/img/bg12.png") center -60px no-repeat
}

.normal_problems>* {
    width: 1160px;
    margin: auto
}

.normal_problems .title {
    text-align: center;
    padding: 60px 0 60px
}

.normal_problems .title p {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    color: #f5f4f4
}

.normal_problems .title p span {
    color: #f5f4f4
}

.normal_problems .title .title_pic {
    overflow: hidden;
    display: inline-block
}

.normal_problems .title .title_pic>* {
    background-color: #e6e6e6;
    float: left
}

.normal_problems .title .title_pic .line {
    width: 117px;
    height: 1px;
    position: relative;
    top: 3px
}

.normal_problems .title .title_pic .square {
    width: 25px;
    height: 6px;
    margin: 0 1px
}

.normal_problems .detail {
    overflow: hidden
}

.normal_problems .detail li {
    float: left;
    background: url("/style/css/img/bg12-1.png") no-repeat center -1px;
    width: 556px;
    height: 114px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 16px 21px 0px rgba(7, 0, 2, 0.07);
            box-shadow: 0px 16px 21px 0px rgba(7, 0, 2, 0.07);
    border: solid 1px #dcdcdc;
    border-radius: 4px;
    margin-bottom: 16px;
    -webkit-transition:all .3s;
    transition:all .3s;
	margin: 10px;
}

.normal_problems .detail li:hover p {
    color: #0a6cdd
}

.normal_problems .detail li:hover p:first-child {
    color: #0c50ce
}

.normal_problems .detail li p {
    color: #717171;
    padding-left: 57px;
    line-height: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.normal_problems .detail li p:first-child {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    padding: 34px 44px 17px 44px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.normal_problems .detail li p:first-child:before {
    content: '';
    width: 4px;
    height: 4px;
    margin-right: 9px;
    background-color: #ff0011;
    display: inline-block;
    position: relative;
    top: -5px
}

/* .normal_problems .detail .problem01,
.normal_problems .detail .problem02 {
    margin-bottom: 40px
} */

.normal_problems .detail .problem02,
.normal_problems .detail .problem04,
.normal_problems .detail .problem06 {
    margin-left: 40px
}

.normal_problems>a {
    display: block;
    text-align: center;
    margin-top: 18px;
    width: 114px;
    height: 34px;
    background-color: #282828;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.yz_team {
    height: 874px;
    background: url("/style/css/img/bg13.png") no-repeat center -13px
}

.yz_team>* {
    width: 888px;
    margin: auto
}

.yz_team>div {
    position: relative
}

.yz_team>div .yz-team-pic1 {
    background: url("/style/css/img/bg13-1.png") center center no-repeat
}

.yz_team>div .yz-team-pic2 {
    background: url("/style/css/img/bg13-2.png") center center no-repeat
}

.yz_team>div .yz-team-pic3 {
    background: url("/style/css/img/bg13-3.png") center center no-repeat
}

.yz_team>div .yz-team-pic4 {
    background: url("/style/css/img/bg13-4.png") center center no-repeat
}

.yz_team>div .yz-team-pic5 {
    background: url("/style/css/img/bg13-5.png") center center no-repeat
}

.yz_team>div .yz-team-pic6 {
    background: url("/style/css/img/bg13-6.png") center center no-repeat
}

.yz_team>div .yz-team-pic7 {
    background: url("/style/css/img/bg13-7.png") center center no-repeat
}

.yz_team>div .yz-team-pic1 {
    width: 484px;
    height: 493px;
    top: 213px;
    left: 240px;
    position: absolute;
    text-align: center
}

.yz_team>div .yz-team-pic1 img {
    padding-top: 54px
}

.yz_team>div .yz-team-pic2 {
    width: 300px;
    height: 308px;
    top: 143px;
    left: 99px;
    position: absolute
}

.yz_team>div .yz-team-pic3 {
    width: 249px;
    height: 257px;
    top: 319px;
    left: 0;
    position: absolute
}

.yz_team>div .yz-team-pic4 {
    width: 292px;
    height: 300px;
    top: 452px;
    left: 94px;
    position: absolute
}

.yz_team>div .yz-team-pic5 {
    width: 302px;
    height: 310px;
    top: 462px;
    left: 572px;
    position: absolute
}

.yz_team>div .yz-team-pic6 {
    width: 172px;
    height: 181px;
    top: 369px;
    left: 725px;
    position: absolute
}

.yz_team>div .yz-team-pic7 {
    width: 356px;
    height: 364px;
    top: 97px;
    left: 549px;
    position: absolute
}

footer .branch {
    background: #f8f8f8
}

footer .branch>* {
    width: 1210px;
    margin: auto
}

footer .branch ul {
    overflow: hidden
}

footer .branch ul li {
    float: left;
    width: 180px;
    margin-left: 68px;
    padding: 29px 0 60px
}

footer .branch ul li:first-child {
    margin-left: 0
}

footer .branch ul li .branch-name {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin: 24px 0 8px
}

footer .branch ul li .circle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    margin-bottom: 8px;
    display: inline-block
}

footer .branch ul li .circle:after {
    content: '';
    width: 178px;
    height: 1px;
    background-color: #e5e5e5;
    display: inline-block;
    position: relative;
    top: -10px;
    left: 10px
}

footer .branch ul li .branch-addr {
    font-size: 14px;
    line-height: 24px;
    color: #888
}

footer .footer_info {
    padding: 52px 0 53px;
    background: #fff;
    text-align: center
}

footer .footer_info>* {
    width: 648px;
    margin: auto
}

footer .footer_info .footer_info-text {
    padding-bottom: 40px
}

footer .footer_info .footer_info-text p {
    color: #bcbcbc;
    line-height: 30px
}

footer .footer_info .footer_info-pics {
    height: 50px
}

footer .footer_info .footer_info-pics img {
    margin-left: 40px;
    vertical-align: middle
}

footer .footer_info .footer_info-pics img:first-child {
    margin-left: 0
}

.mask-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6)
}

.mask-box .mask {
    width: 444px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -222px;
    margin-top: -160px;
    background-color: #fff;
    border-radius: 5px
}

.mask-box .mask .mask-title {
    background-color: #0a6ce8;
    -webkit-box-shadow: 0px 13px 29px 0px rgba(7, 0, 2, 0.35);
            box-shadow: 0px 13px 29px 0px rgba(7, 0, 2, 0.35);
    border-radius: 5px 5px 0 0;
    padding-left: 28px;
    position: relative;
    margin-bottom: 43px
}

.mask-box .mask .mask-title p {
    font-size: 24px;
    line-height: 68px;
    color: #fff;
    display: inline-block
}

.mask-box .mask .mask-title i {
    width: 31px;
    height: 31px;
    background: url("/style/css/img/mask-search.png") no-repeat center center;
    vertical-align: middle;
    position: relative;
    top: -5px;
    margin-right: 15px
}

.mask-box .mask .mask-title i.close {
    background: url("/style/css/img/close-icon.png") no-repeat center center;
    width: 71px;
    height: 71px;
    position: absolute;
    top: -30px;
    right: -50px;
    cursor: pointer
}

.mask-box .mask .person-name,
.mask-box .mask .person-tel,
.mask-box .mask .person-com {
    width: 391px;
    height: 45px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    margin: 0 auto 20px
}

.mask-box .mask .person-name i,
.mask-box .mask .person-tel i,
.mask-box .mask .person-com i {
    width: 21px;
    height: 21px;
    margin: 0 14px;
    vertical-align: middle
}

.mask-box .mask .person-name>*,
.mask-box .mask .person-tel>*,
.mask-box .mask .person-com>* {
    line-height: 45px
}

.mask-box .mask .person-name input,
.mask-box .mask .person-tel input,
.mask-box .mask .person-com input {
    border-left: 1px solid #e5e5e5;
    padding: 0 15px;
    width: 300px;
    height: 100%;
    color: #b1b1b1;
    font-size: 14px
}

.mask-box .mask .person-name i {
    background: url("/style/css/img/person-icon.png") no-repeat center center
}

.mask-box .mask .person-tel i {
    background: url("/style/css/img/tel-icon.png") no-repeat center center
}

.mask-box .mask .person-com i {
    background: url("/style/css/img/com-icon.png") no-repeat center center
}

.mask-box .mask a {
    display: block;
    width: 391px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #434343;
    border: solid 1px #212121;
    border-radius: 5px;
    margin: 0 auto 28px;
    text-align: center;
    font-size: 18px
}
