.container {
    min-width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.min {
    width: 1200px;
    margin: 0 auto;
}
.seize{
    height: 60px;
}

.portal-header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    z-index: 9;
    overflow: hidden;
}
.portal-header-box {
    overflow: hidden;
}
.portal-logo {
    width: 134px;
    height: 60px;
    float: left;
    margin-left: 4px;
}
.portal-nav-box {
    float: left;
    line-height: 60px;
    margin-left: 420px;
}
.portal-nav {
    float: left;
    width: 94px;
    text-align: center;
}

.other-nav {
    float: left;
    width: 78px;
    text-align: right;
}

.portal-nav-title {
    font-size: 16px;
    color: #222222;
}
.active {
     font-size: 16px;
     color: #1d6cfe;
 }

.portal-banner {
    width: 100%;
    height: 400px;
    background: url("/assets/img/banner_bg.png") top center no-repeat;
    background-size: 2560px 400px;
    position: relative;
}
.portal-title {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    line-height: 70px;
    padding-top: 95px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portal-text {
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portal-ul {
    overflow: hidden;
    margin-top: 25px;
}
.portal-li {
    width: 120px;
    height: 34px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.portal-icon {
    width: 120px;
    height: 34px;
    position: absolute;
    z-index: 1;
}
.portal-li-title {
    font-size: 18px;
    color: #ffffff;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portal-tel {
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 67px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.public-title-box {
    padding-top: 93px;
    text-align: center;
}
.public-title {
    font-size: 32px;
    color: #222222;
    line-height: 40px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title-text {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*æ‹›å•†å®£ä¼ ä¸­çš„æŒ‘æˆ˜*/
.challenge-box {
    width: 100%;
}
.challenge-ul {
    overflow: hidden;
    padding-top: 36px;
}
.challenge-li {
    width: 590px;
    height: 200px;
    float: left;
    background: url("/assets/img/challenge_bg_05.png") center center no-repeat;
    background-size: 590px 200px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.challenge-ul li:nth-child(2n) {
    margin-right: 0;
}
.challenge-img {
    display: block;
    width: 90px;
    height: 90px;
    float: left;
    top: 50%;
    margin-top: -45px;
    position: absolute;
    left: 56px;
}
.challenge-main {
    width: 355px;
    padding-left: 190px;
}
.challenge-title {
    font-size: 22px;
    color: #ffffff;
    line-height: 28px;
    padding-top: 47px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.challenge-text {
    font-size: 16px;
    color: #fffefe;
    line-height: 24px;
    padding-top: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.problem-consult {
    display: block;
    width: 240px;
    height: 50px;
    overflow: hidden;
    margin: 16px auto 0;
    position: relative;
    cursor: pointer;
}
.problem-img {
    width: 240px;
    height: 50px;
    position: absolute;
    z-index: -1;
    display: block;
}

.problem-text {
    font-size: 22px;
    color: #222222;
    float: left;
    line-height: 50px;
    padding-left: 44px;
    position: absolute;
}

.problem-consult:hover .problem-text {
    color: #ffffff;
}

/*è§£å†³ä¹‹é“ï¼šæ‹›å•†é—¨æˆ·äº‘*/
.solve-box {
    width: 100%;
}
.solve-main {
    width: 1200px;
    height: 400px;
    margin-top: 35px;
    overflow: hidden;
}
.solve-left {
    width: 400px;
    height: 400px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.solve-img {
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: -1;
    transition: all 0.5s linear;
}
.solve-title {
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    padding-top: 162px;
}
.solve-lin {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    padding-top: 10px;
}
.solve-left:hover .solve-img {
    transform: scale(1.1);
}
.solve-main-box {
    float: left;
    width: 699px;
    height: 352px;
    border: 1px solid #cccccc;
    border-left: none;
    padding: 46px 50px 0;
}
.solve-main-text span {
    font-size: 22px;
    color: #000000;
    line-height: 28px;
}
.solve-main-text {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.solve-point-box {
    margin-top: 43px;
    overflow: hidden;
}
.solve-point {
    width: 168px;
    float: left;
    position: relative;
}
.solve-point-title {
    font-size: 22px;
    color: #2d64de;
    line-height: 28px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solve-point-text {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.solve-line {
    width: 1px;
    height: 50px;
    background: #cccccc;
    display: block;
    float: left;
    position: absolute;
    left: 168px;
    top: 50%;
    margin-top: -25px;
}
.solve-point-other {
    width: 150px;
    text-align: left;
    float: left;
    position: relative;
    padding-left: 80px;
}
.solve-line-other {
    width: 1px;
    height: 50px;
    background: #cccccc;
    display: block;
    float: left;
    position: absolute;
    left: 230px;
    top: 50%;
    margin-top: -25px;
}


/*äº§å“ä¼˜åŠ¿ ä¸æ­¢äºŽæ­¤*/
.advantage-box {
    width: 100%;
}
.advantage-ul {
    width: 100%;
    margin-top: 31px;
}
.advantage-li {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}
.advantage-img {
    width: 360px;
    height: 300px;
    display: block;
    float: left;
    margin-left: 100px;
}
.advantage-main {
    padding-left: 268px;
    width: 472px;
    float: left;
    margin-top: 71px;
}
.advantage-title {
    font-size: 22px;
    color: #222222;
    line-height: 30px;
    padding-bottom: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advantage-text {
    font-size: 16px;
    color: #222222;
    line-height: 36px;
    position: relative;
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advantage-text span {
    width: 6px;
    height: 6px;
    background: #357cff;
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.advantage-other-li {
    width: 100%;
    background: #f5f7f9;
}
.advantage-li-box {
    width: 1200px;
    margin: 0 auto;
}
.advantage-other-main {
    padding-left: 144px;
}
.advantage-other-img {
    float: right;
    margin-right: 100px;
}


/*åŠŸèƒ½é½å…¨  äº‘é€Ÿå®šåˆ¶*/
.customize-box {
    width: 100%;
}
.customize-main {
    margin-top: 69px;
    width: 1200px;
    margin-bottom: 18px;
    position: relative;
}
.customize-left {
    width: 580px;
    height: 260px;
    background: #ecf5ff;
    position: relative;
    float: left;
}
.customize-title-box {
    width: 360px;
    height: 60px;
    background: url("/assets/img/customize_bg_03.jpg") center center no-repeat;
    background-size: 360px 60px;
    margin-top: -30px;
    position: absolute;
    left: 50%;
    margin-left: -180px;

}
.customize-title {
    font-size: 22px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customize-ul {
    position: absolute;
    overflow: hidden;
    margin-top: 75px;
    padding: 0 30px;
}
.customize-li {
    width: 118px;
    height: 38px;
    float: left;
    border: 1px solid #a1bbff;
    background: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
}
.customize-ul li:nth-child(4n) {
    margin-right: 0;
}
.customize-text {
    font-size: 16px;
    color: #283763;
    line-height: 38px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customize-img {
    width: 116px;
    height: 16px;
    position: absolute;
    display: block;
    left: 580px;
    top: 50%;
    margin-top: -3px;
    z-index: 1;

}
.customize-right {
    width: 540px;
    height: 260px;
    background: #ecf5ff;
    float: right;
    position: relative;
}
.customize-right-ul {
    position: absolute;
    overflow: hidden;
    margin-top: 75px;
    padding: 0 80px;
}
.customize-right-ul li:nth-child(3n) {
    margin-right: 0;
}
.trial-text {
    padding-left: 71px;
}
.trial-arrow {
    right: 53px;
}
.trial-arrow-other {
    right: 53px;
}

/*ç‰ˆæœ¬å…¨æ™¯å›¾*/
.edition-box {
    width: 100%;
}
.edition-ul {
    width: 1200px;
    overflow: hidden;
    margin-top: 39px;
    margin-bottom: 33px;
}
.edition-li {
    width: 378px;
    height: 788px;
    float: left;
    margin-right: 30px;
    border: 1px solid #cccccc;
}
.edition-title-box {
    width: 380px;
    height: 80px;
}
.standard {
    background: url("/assets/img/edition_bg_07.png") center center no-repeat;
    background-size: 380px 80px;
}
.flagship {
    background: url("/assets/img/edition_bg_09.png") center center no-repeat;
    background-size: 380px 80px;
}
.exclusive {
    background: url("/assets/img/edition_bg_11.jpg") center center no-repeat;
    background-size: 380px 80px;
}
.edition-title {
    font-size: 32px;
    color: #ffffff;
    line-height: 80px;
    text-align: center;
}
.edition-main-box {
    width: 300px;
    padding: 10px 40px 0;
}
.edition-main{
    width: 300px;
    overflow: hidden;
    margin: 22px auto 24px;
    position: relative;
}
.edition-line {
    width: 70px;
    height: 1px;
    background: #eeeeee;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}
.other-line {
    width: 70px;
    height: 1px;
    background: #eeeeee;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}
.edition-main-title {
    width: 301px;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.edition-text {
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.edition-other-text {
    font-size: 16px;
    color: #cccccc;
    line-height: 40px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.edition-icon {
    display: block;
    width: 21px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

/*æœåŠ¡æµç¨‹*/
.process-box {
    width: 100%;
}
.process-ul {
    width: 1200px;
    margin-top: 39px;
    overflow: hidden;
}
.process-li {
    float: left;
    width: 90px;
    height: 130px;
    position: relative;
    margin-right: 17px;
}
.process-ul li:last-child {
    margin-right: 0;
}
.process-img {
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: -1;
}
.process-digital {
    font-size: 22px;
    color: #222222;
    text-align: center;
    line-height: 90px;
}
.process-title {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    padding-top: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.process-other-li {
    width: 60px;
    height: 90px;
    float: left;
    position: relative;
    margin-right: 17px;
}
.process-line {
    width: 58px;
    border-bottom: 1px dashed #666666;
    position: absolute;
    left: 0;
    top: 50%;
}

/*å®¢æˆ·æ¡ˆä¾‹*/
.customer-box {
    width: 100%;
}
.customer-ul {
    width: 1200px;
    padding-top: 33px;
}
.customer-li {
    width: 386px;
    float: left;
    margin-right: 20px;
    margin-bottom: 36px;
}
.customer-main {
    display: block;
}
.customer-img {
    display: block;
    width: 386px;
    height: 218px;
    transition: transform 0.3s;
    /* *position: relative; */
}
.customer-title {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-top: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-ul li:nth-child(3n) {
    margin-right: 0;
}
.customer-main:hover .customer-title {
    color: #357cff;
}
.customer-main:hover .customer-img {
    transform: translate(0,-5px);
    /* *top: -5px; */
    box-shadow: 0 0 10px #dddddd;
}

.investment-footer {
    width: 100%;
    height: 100px;
    background: url("/assets/img/footer_bg_02.jpg") center center no-repeat;
    background-size: 1920px 100px;
	position:fixed;
	bottom:0;
}
.footer-box {
    overflow: hidden;
    position: relative;
}
.investment-footer-text {
    font-size: 22px;
    color: #ffffff;
    line-height: 100px;
    float: left;
    padding-right: 28px;
}
.investment-footer-right {
    width: 500px;
    float: right;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    right: 0;
}
.investment-text {
    width: 320px;
    height: 40px;
    background: #ffffff;
    float: left;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    padding: 0 20px;
}
.investment-point {
    display: block;
    width: 140px;
    height: 40px;
    background: #357cff;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    float: left;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.investment-text::-webkit-input-placeholder {
    font-size: 18px;
    color: #333333;
}

.investment-text:-moz-placeholder {
    font-size: 18px;
    color: #333333;
}

.investment-text::-moz-placeholder {
    font-size: 18px;
    color: #333333;
}

.investment-text:-ms-input-placeholder {
    font-size: 18px;
    color: #333333;
}

/*äº§å“è¯•ç”¨å¼¹çª—*/
.trial-layer-box {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000,endcolorstr=#7f000000);
    display: none;
}
.trial-layer {
    width: 456px;
    height: 360px;
    background: #ffffff;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -228px;
    font-size: 0;
    display: none;
}
.layer-img {
     width: 14px;
     height: 14px;
     margin: 0 0 15px 422px;
     padding: 10px;
     cursor: pointer;
    display: block;
 }

.trial-layer-ul {
    width: 396px;
    padding: 0 30px;
    margin-bottom: 20px;
}
.trial-layer-li {
    width: 396px;
    height: 44px;
    margin-bottom: 10px;
}
.trial-layer-title {
    width: 66px;
    font-size: 14px;
    color: #222222;
    text-align: right;
    float: left;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trial-layer-text {
    width: 286px;
    height: 42px;
    border: 1px solid #cccccc;
    margin-left: 20px;
    line-height: 42px;
    padding-left: 12px;
}
.trial-layer-text::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
}

.trial-layer-text:-moz-placeholder {
    font-size: 14px;
    color: #999999;
}

.trial-layer-text::-moz-placeholder {
    font-size: 14px;
    color: #999999;
}

.trial-layer-text:-ms-input-placeholder {
    font-size: 14px;
    color: #999999;
}
.trial-layer-submit {
    width: 375px;
    height: 44px;
    background: #3560ea;
    margin: 0 auto;
    cursor: pointer;
}
.trial-sub-title {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.change {
    display: none;
}
.margin-right {
    margin-right: 0;
}

.park_footer{
	padding-bottom: 100px;
}