/* init */
* {
    font-family: PingFang SC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1 {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    line-height: 44px;
    text-align: center;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    color: #323C55;
    font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
    line-height: 36px;
    text-align: center;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
    text-align: center;
}

h6 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    text-align: center;
}

.fl {
    float: left;
}

.md {
    float: middle;
}

.fr {
    float: right;
}


.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}


/*-------- 间距 --------*/

.ml20 {
    margin-left: 20px;
}

.mr16 {
    margin-right: 16px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr32 {
    margin-right: 32px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr80 {
    margin-right: 80px;
}

.mr150 {
    margin-right: 150px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt48 {
    margin-top: 48px;
}

.mt56 {
    margin-top: 56px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 80px;
}


.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb30 {
    margin-bottom: 32px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb32 {
    margin-bottom: 32px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.pd40 {
    padding: 40px 0px;
}

.pd60 {
    padding: 60px 0px;
}

.pd100 {
    padding: 100px 0px;
}

.w12 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: inherit;
}

.transition,
.header .head_tool .btn,
.banner .btn,
.ind_banner .btn,
.min_banner .btn {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
}


/* ------------------- fr_contact ------------------- */

.fr_entrance {
    width: 64px;
    height: auto;
    position: fixed;
    right: 4px;
    bottom: 120px;
    text-align: center;
    z-index: 2;
}

#shouquan {
    width: 64px;
    height: 84px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    padding: 0;
    cursor: pointer;
}

#shouquan img {
    width: 64px;
    height: 84px;
}

.fr_contact {
    width: 64px;
    height: auto;
    background: #668AFF;
    border-radius: 4px;
}

.fr_contact li {
    padding: 16px 6px 0px 6px;
    height: 84px;
    cursor: pointer;
}

.fr_contact li:hover {
    background: #4772FF;
    border-radius: 4px;
}

.fr_contact li .inner {
    width: 50px;
    height: 68px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fr_contact li:nth-child(3) .inner {
    border-bottom: none;
}

.fr_contact img {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-bottom: 12px;
}

.fr_contact span {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 12px;
    display: block;
}

.contact_content {
    visibility: hidden;
    position: absolute;
    font-size: 16px;
    font-weight: 800;
    color: #4772FF;
    line-height: 20px;
    text-align: left;
    cursor: default;
}

.fr_contact li:hover .contact_content {
    visibility: visible;
}

.contact_content01 {
    width: 250px;
    height: 124px;
    top: 82px;
    left: -240px;
    padding-left: 36px;
    padding-top: 30px;
    background: url("../../../static/newpc/vipcardpcsourcecode_fr_box01@2x.png") center no-repeat;
    background-size: 250px 124px;
}

.contact_content02 {
    width: 250px;
    height: 92px;
    top: 100px;
    left: -240px;
    padding-left: 36px;
    padding-top: 34px;
    background: url("../../../static/newpc/vipcardpcsourcecode_fr_box02@2x.png") center no-repeat;
    background-size: 250px 92px;
}

.contact_content03 {
    width: 160px;
    height: 152px;
    top: 152px;
    left: -150px;
    padding-left: 26px;
    padding-top: 24px;
    background: url("../../../static/newpc/vipcardpcsourcecode_fr_box03@2x.png") center no-repeat;
    background-size: 160px 152px;
}

.contact_content03 img {
    width: 100px;
    height: 100px;
}


/* ------------------- bottom_experience_contact ------------------- */


.bottom_experience_contact {
    width: 100%;
    height: 260px;
    background: url(../../../static/newpc/bg_page_bottom@2x.png) center no-repeat;
    background-size: auto;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bottom_experience_contact h2 {
    text-align: center;
    color: #FFFFFF;
}

.bottom_experience_contact .bottom_btn {
    width: 400px;
    height: 56px;
    margin: 48px auto 0 auto;
}

a.bottom_experience {
    width: 190px;
    height: 56px;
    padding: 18px 47px;
    background: #FFFFFF;
    border-radius: 8px;
}

a.bottom_experience:hover {
    transition: all .5s ease;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

a.bottom_experience img,
.bottom_contact a img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 12px;
}

a.bottom_experience span {
    font-size: 16px;
    color: #4772FF
}

.bottom_experience_contact .bottom_contact {
    position: relative;
    width: 190px;
}


.bottom_experience_contact .bottom_contact:hover {
    transition: all .5s ease;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.bottom_contact {
    width: 190px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}

.bottom_contact a {
    width: 190px;
    height: 56px;
    padding: 18px 30px;
    display: block;
}

.bottom_contact a span {
    font-size: 16px;
    color: #FFFFFF
}

.saoma_experience02 {
    display: none;
    width: 140px;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 8px 32px 0px rgba(47, 56, 111, 0.08);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 54px;
}

.saoma_experience02 img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.saoma_experience02 p {
    font-size: 14px;
    font-weight: 400;
    color: #565A66;
    line-height: 18px;
}

.bottom_contact:hover .saoma_experience02 {
    display: block;
}


/* ------------------- top_nav ------------------- */

.header {
    width: 100%;
    height: 64px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 32px -8px rgba(47, 56, 111, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

.navbar {
    width: 1200px;
    height: 64px;
    margin: 0 auto;
}

.logo img {
    width: 144px;
    height: 24px;
    margin-top: 20px;
}

.top_nav {
    float: right;
    height: 64px;
}

.top_nav li {
    height: 64px;
    color: #333333;
}

.top_nav a.nav_item {
    line-height: 36px;
    font-size: 14px;
    font-weight: 800;
    margin-right: 60px;
    margin-top: 14px;
    display: block;
    float: left;
}

.top_nav a.current {
    color: #4772FF;
    border-bottom: 4px solid #4772FF;
}

.top_nav a.nav_item:hover {
    transition: all .3s ease;
    color: #4772FF;
    border-bottom: 4px solid #4772FF;
}

.top_nav .solution_con {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: -600px;
    top: 64px;
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px -4px rgba(0, 0, 0, 0.03);
    border-radius: 0px 0px 8px 8px;
    cursor: default;
    z-index: 1;
}

.top_nav li.solution:hover .solution_con {
    display: block;
}

.solution_con a {
    width: 380px;
    height: 88px;
    background: rgb(71, 114, 255, 0.04);
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

.solution_con a:hover {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
    transition: all .5s ease;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.solution_con a:nth-child(3n+3) {
    margin-right: 0px;
}

.solution_con a h5 {
    font-size: 16px;
    font-weight: 400;
    color: #232529;
    line-height: 20px;
    margin-bottom: 12px;
}

.solution_con a:hover h5 {
    color: #4772FF;
}

.solution_con a p {
    font-size: 12px;
    font-weight: 400;
    color: #A6AEC2;
    line-height: 16px;
}

.solution_con a i {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    display: inline-block;
    background-size: cover;
}

.solution_icon01 {
    background: url(../../../static/newpc/icon_industry_plan01@3x.png) center no-repeat;
}

.solution_icon02 {
    background: url(../../../static/newpc/icon_industry_plan02@3x.png) center no-repeat;
}

.solution_icon03 {
    background: url(../../../static/newpc/icon_industry_plan03@3x.png) center no-repeat;
}

.solution_icon04 {
    background: url(../../../static/newpc/icon_industry_plan04@3x.png) center no-repeat;
}

.solution_icon05 {
    background: url(../../../static/newpc/icon_industry_plan05@3x.png) center no-repeat;
}

.solution_icon06 {
    background: url(../../../static/newpc/icon_industry_plan06@3x.png) center no-repeat;
}

.solution_icon07 {
    background: url(../../../static/newpc/icon_industry_plan07@3x.png) center no-repeat;
}

.saoma {
    width: 100px;
    height: 32px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    background: #4772FF;
    border-radius: 4px;
    margin-top: 16px;
    position: relative;
}

.saoma a {
    width: 100px;
    height: 32px;
    display: block;
    color: #FFFFFF;
    position: relative;
}

.saoma a:hover {
    transition: background-color .3s linear;
    background: #2E5FFF;
    border-radius: 4px;
    transition: box-shadow 0.4s;
    -moz-transition: box-shadow 0.4s; /* Firefox 4 */
    -webkit-transition: box-shadow 0.4s; /* Safari 和 Chrome */
    -o-transition: box-shadow 0.4s; /* Opera */
}

.saoma a img {
    width: 14px;
    height: 14px;
    float: left;
    margin: 9px 6px 9px 12px;
    margin-right: 8px;
    margin-top: 9px;
}

.saoma_con {
    display: none;
    position: absolute;
    right: 0px;
    top: 48px;
    width: 140px;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 8px 32px 0px rgba(47, 56, 111, 0.08);
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}

.saoma:hover .saoma_con {
    display: block;
}

.saoma_con img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.saoma_con p {
    font-size: 14px;
    font-weight: 400;
    color: #565A66;
    line-height: 18px;
}


.contact_content {
    visibility: hidden;
    position: absolute;
    font-size: 16px;
    font-weight: 800;
    color: #4772FF;
    line-height: 20px;
    text-align: left;
    cursor: default;
}


/* 遮罩层 */
.modal, .downloadleft {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 4;
}

/* 弹窗 */
.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -320px;
    margin-top: -232px;
    width: 640px;
    height: 464px;
    border-radius: 24px;
    background-color: white;
    z-index: 4;
}

.modal-body {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.modal-body .top_bg {
    width: 640px;
    height: 160px;
    border-radius: 24px 24px 0px 0px;
}

.modal-body .tips_top {
    font-size: 16px;
    font-weight: 400;
    color: #FF6600;
    line-height: 20px;
    margin-top: 40px;
}

.modal-body .erweima02 {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
}

.modal-body .tips_bottom {
    font-size: 14px;
    font-weight: 400;
    color: #656A75;
    line-height: 18px;
    margin-top: 16px;
}

.modal-body .cancen, .modal-body .cancen02 {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.modal-body .cancen img {
    width: 44px;
    height: 44px;
}


/*-------------------------------------------------------------------------------- home --------------------------------------------------------------------------------*/


/*-------- home_banner --------*/
.c-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.c-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.c-banner .banner ul li {
    width: 100%;
    height: 500px;
    position: absolute;
    opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
    background: url("../../../static/newpc/pc_img_banner01@2x.png") center no-repeat;
    background-size: cover;
}

.c-banner .banner ul li:nth-child(2) {
    background: url("../../../static/newpc/pc_img_banner02@2x.png") center no-repeat;
    background-size: cover;
}

.c-banner .banner ul li:nth-child(3) {
    background: url("../../../static/newpc/pc_img_banner03@2x.png") center no-repeat;
    background-size: cover;
}

.c-banner .banner ul li:nth-child(4) {
    background: url("../../../static/newpc/pc_img_banner04@2x.png") center no-repeat;
    background-size: cover;
}

.c-banner .banner ul li:nth-child(5) {
    background: url("../../../static/newpc/pc_img_banner05@2x.png") center no-repeat;
    background-size: cover;
}

.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    width: 100%;
    position: absolute;
    top: 0px;
}

.c-banner .banner ul li:first-child img {
    position: relative;
}

.c-banner .nexImg, .c-banner .preImg {
    padding: 20px 14px;
    position: absolute;
    top: 50%;
    background: #000000;
    opacity: 0.2;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
}

.c-banner .nexImg:hover, .c-banner .preImg:hover {
    background: #4772FF;
    opacity: 0.97;
}

.c-banner .preImg {
    left: 70px;
}

.c-banner .nexImg {
    right: 70px;
}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li {
    width: 32px;
    height: 8px;
    background: rgb(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
    background-color: rgb(0, 0, 0, 0.1);
    opacity: 0.9;
    margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
    margin-left: 0px;
}

.nav {
    width: 240px;
    height: 10px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    margin-left: -120px;
    left: 50%;
    text-align: center;
    z-index: 1;
}

.nav dd {
    width: 32px;
    height: 8px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: inline-block;
}

.nav .bg {
    width: 32px;
    height: 8px;
    background: #4772FF;
    border-radius: 4px;
}

/*-------- four_intro --------*/

.four_intro {
    width: 100%;
    height: 108px;
    background: rgba(247, 248, 255, 1);
}

.intro_inner {
    height: 108px;
    margin: 0 auto;
}

.intro_inner li {
    width: 300px;
    height: 108px;
    padding: 24px;
    float: left;
    border-left: 1px solid #E9E9F5;
}

.intro_inner li img {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    margin-right: 16px;
    border-radius: 30px;
    box-shadow: 0px 4px 16px 0px rgba(59, 71, 245, 0.08);
}

.intro_inner li:hover {
    transition: all .5s ease;
    background: rgba(255, 255, 255, 1);
}

.intro_inner li:hover img {
    transition: all .5s ease;
    -webkit-box-shadow: 0 12px 24px -4px rgba(59, 71, 245, 0.2);
    box-shadow: 0 12px 24px -4px rgba(59, 71, 245, 0.2);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.intro_text {
    margin-top: 6px;
}

.intro_inner li h6 {
    color: #323C55;
    text-align: left;
    font-weight: 500;
}

.intro_inner li p {
    font-size: 12px;
    line-height: 16px;
    color: #595959;
    margin-top: 12px;
    text-align: left;
}


/*-------- pain_point --------*/

.pain_point {
    width: 100%;
    height: 498px;
}

.pain_point_inner {
    margin: 48px auto;
    height: 276px;
}

.pain_point_inner li {
    width: 270px;
    height: auto;
    padding: 24px;
    border-radius: 12px;
    float: left;
}

.pain_point_inner li:hover {
    transition: all .5s ease;
    -webkit-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.pain_point_inner li.bg1 {
    background: rgba(224, 239, 255, 1);
}

.pain_point_inner li.bg2 {
    background: rgba(241, 255, 239, 1);
}

.pain_point_inner li.bg1 h3 {
    color: #3B47F5;
}

.pain_point_inner li.bg2 h3 {
    color: #0BBE2D;
}

.pain_point_inner li .hr1 {
    width: 100%;
    height: 1px;
    background: #AEBDFC;
    margin: 24px auto 16px auto;
}

.pain_point_inner li .hr2 {
    width: 100%;
    height: 1px;
    background: #ACEBB5;
    margin: 24px auto 16px auto;
}

.pain_point_inner li p {
    line-height: 24px;
}


.pain_point_inner li img {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: 162px;
    margin-top: 28px;
}


/*-------- younicms_advantages --------*/

.younicms_advantages_inner {
    height: 244px;
    border-radius: 12px;
    background: linear-gradient(180deg, #F7FBFF 0%, #EFF6FF 100%);
    padding: 60px 0;
    margin-top: 48px;
}

.younicms_advantages_inner li {
    width: 400px;
    height: auto;
    padding: 0 60px;
    float: left;
    text-align: center;
}

.younicms_advantages_inner li:nth-child(2), .younicms_advantages_inner li:nth-child(3) {
    border-left: 1px solid #E9E9F5;
}

.younicms_advantages_inner li h3 {
    color: #3B47F5;
    text-align: center;
    margin-bottom: 24px;
}


/*-------- younicms_plans --------*/

.younicms_plans {
    width: 100%;
    height: 794px;
    background: #F7F8FF;
    padding-top: 100px;
}

.younicms_plans img {
    width: 1200px;
    height: 560px;
    margin: 20px auto;
}


/*-------- solution-section --------*/

.solution-section {
    width: 100%;
    height: 806px;
    background: linear-gradient(180deg, #FFF 0%, #EFF6FF 100%);
}

.solution-content {
    display: flex;
    justify-content: center;
    width: 1200px;
    height: 496px;
    margin: 0 auto;
    margin-top: 48px;
    border-radius: 24px;
    background: #F3F9FF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}

.solution-left {
    position: relative;
    z-index: 2;
    width: 224px;
    height: 496px;
    padding: 20px;
    border-radius: 24px 0px 0px 24px;
    background: #FFFFFF;
    line-height: 1;
}

.solution-left-tab.active {
    color: #3B47F5;
    background: #F7F8FF;
}

.solution-left-tab:before {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
}

.solution-left-tab.tab1:before {
    top: 34px;
    background: url(../../../static/newpc/solution-tab-icon1.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab1.active:before {
    top: 34px;
    background: url(../../../static/newpc/solution-tab-icon1-active.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab2:before {
    top: 102px;
    background: url(../../../static/newpc/solution-tab-icon2.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab2.active:before {
    top: 102px;
    background: url(../../../static/newpc/solution-tab-icon2-active.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab3:before {
    top: 170px;
    background: url(../../../static/newpc/solution-tab-icon3.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab3.active:before {
    top: 170px;
    background: url(../../../static/newpc/solution-tab-icon3-active.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab4:before {
    top: 238px;
    background: url(../../../static/newpc/solution-tab-icon4.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab4.active:before {
    top: 238px;
    background: url(../../../static/newpc/solution-tab-icon4-active.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab5:before {
    top: 306px;
    background: url(../../../static/newpc/solution-tab-icon5.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab.tab5.active:before {
    top: 306px;
    background: url(../../../static/newpc/solution-tab-icon5-active.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.solution-left-tab {
    cursor: pointer;
    width: 184px;
    height: 48px;
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: initial;
    font-weight: 500;
    color: #333333;
    padding-left: 40px;
}

.solution-left-tab > img {
    width: 20px;
    height: 20px;
}

.solution-left-tab:last-child {
    margin-bottom: 0;
}

.solution-left-tab > div {
    margin-left: 12px;
}

.solution-left-title {
    padding-left: 28px;
    font-size: 18px;
    font-family: initial;
    font-weight: 600;
    color: #000000;
    margin: 34px 0 11px;
}

.solution-right {
    position: relative;
    width: 976px;
    height: 496px;
    background: #ECF5FD;
    box-shadow: 0px 8px 29px 0px rgba(185, 199, 217, 0.35);
    border-radius: 0px 10px 10px 0px;
}


.solution-right-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    padding: 30px 40px;
}


.solution-right-item.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.solution-right-content {
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.solution-right-icon {
    width: 212px;
    display: block;
    border-radius: 28px;
    margin-left: 24px;
    border: 8px solid #FFFFFF;
    box-shadow: 0px 8px 29px 0px rgba(185, 199, 217, 0.35);
}

.solution-right-icons {
    width: 262px;
    overflow: hidden;
}

.solution-right-li {
    position: relative;
    height: auto;
    padding-left: 20px;
    margin-bottom: 20px;
}

.solution-right-li:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: url(../../../static/newpc/solution-title-icon.png);
    background-size: 100%;
}

.solution-right-li_title {
    font-size: 18px;
    font-weight: 500;
    font-family: initial;
    color: #000000;
}


.solution-right-li_text {
    font-size: 14px;
    font-weight: 400;
    color: #6D6D6D;
    margin-top: 20px;
}

.solution-right-li_text2 {
    margin-top: 8px;
}

.solution-right-li_btns {
    display: flex;
    align-items: center;
}

.solution-right-li_btn {
    width: 148px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #3B47F5;
    box-shadow: 2px 4px 10px 0px rgba(59, 71, 245, 0.19);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 20px;
}


/*-------------------------------------------------------------------------------- footer--------------------------------------------------------------------------------*/

.footer {
    width: 100%;
    height: 310px;
    overflow: hidden;
    background: #2E2E2E;
}

.footer_content {
    width: 1200px;
    height: 310px;
    margin: 0 auto;
    padding-top: 40px;
}

.footer .about_info {
    width: 240px;
}

.footer h5 {
    width: 64px;
    height: 54px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 54px;
    border-bottom: 3px solid #4772FF;
    display: block;
}

.footer .border_b {
    width: 240px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.1;
}

.footer li {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #434343;
    line-height: 50px;
}

.footer li span {
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.about_info li img {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 16px;
    margin-top: 17px;
}

.plan_info {
    width: 240px;
    margin-left: 240px;
}

.plan_info a {
    width: 240px;
    height: 50px;
    display: block;
}

.plan_info a:hover {
    transition: all .5s ease;
    width: 240px;
    height: 50px;
    background: rgba(255, 255, 255, 0.06);
    display: block;
}

.plan_info img.dot {
    width: 6px;
    height: 6px;
    margin-right: 8px;
    margin-top: 22px;
}

.plan_info img.arrowr {
    width: 14px;
    height: 14px;
    margin-top: 18px;
}

.focus_info {
    width: 240px;
    margin-left: 240px;
}

.focus01, .focus02 {
    width: 100px;
    text-align: center;
    margin-top: 20px;
}

.focus01 {
    margin-right: 40px;
}

.focus01 img, .focus02 img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.focus01 p, .focus02 p {
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255, 0.6);
    line-height: 16px;
    margin-top: 16px;
}

.copyright {
    width: 100%;
    height: 54px;
    background: #292929;
    color: rgb(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 54px;
    text-align: center;
}


.saoma_experience {
    width: 140px;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 8px 32px 0px rgba(47, 56, 111, 0.08);
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}

.saoma_experience img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.saoma_experience p {
    font-size: 14px;
    font-weight: 400;
    color: #565A66;
    line-height: 18px;
}


/*-------------------------------------------------------------------------------- authorization --------------------------------------------------------------------------------*/

.authorization {
    width: 100%;
    height: 720px;
    margin-top: 64px;
    background: url(../../../static/newpc/authorization_bg@2x.png) center no-repeat;
    background-size: cover;
}

.authorization h1 {
    width: 100%;
    text-align: center;
    color: #323C55;
    margin-bottom: 60px;
    padding-top: 100px;
    text-align: center;
}

.authorization .form_con {
    width: 400px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    margin: 60px auto;
}

.authorization .form_con input {
    display: inline-block;
    width: 288px;
    height: 48px;
    border: none;
    color: #000000;
    text-indent: 24px;
    font-weight: bold;
    padding: 0;
    font-size: 16px;
    border-radius: 24px;
}

.authorization .form_con .search-btn {
    width: 112px;
    height: 48px;
    display: block;
    background: #4772FF;
    box-shadow: 0px 6px 20px 0px rgba(83, 51, 255, 0.3);
    border-radius: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
}

.authorization p.website {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 20px;
    text-align: center;
    margin-bottom: 24px;
}

.authorization p.tips {
    font-size: 14px;
    font-weight: bold;
    color: #4772FF;
    line-height: 20px;
    text-align: center;
}

.authorization p.tips02 {
    font-size: 16px;
    font-weight: 400;
    color: #FF6600;
    line-height: 20px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 32px;
}

.authorization .erweima02 {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    text-align: center;
}

.authorization .erweima02 img {
    width: 120px;
    height: 120px;
}

.authorization p.tips03 {
    font-size: 14px;
    color: #656A75;
    line-height: 18px;
    text-align: center;
    margin-top: 24px;
}


/*------------------------- home news recommend -------------------------*/

.news-recommend {
    width: 100%;
    height: 586px;
    background: url('../../../static/newpc/bg_culture.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px;
}

.news-recommend-content {
    width: 1200px;
    margin: 0 auto;
}

.news-product-dynamics, .news-company-announcement {
    width: 360px;
    float: left;
    margin-right: 60px;
}

.news-industry-trends {
    width: 360px;
    float: left;
}

.news-recommend-content h3 {
    font-size: 24px;
    font-weight: bold;
    color: #323C55;
    font-family: GlowSansSC-Normal-Heavy, GlowSansSC-Normal;
    line-height: 28px;
    text-align: left;
    margin-bottom: 24px;
}

.news-recommend-content h3 a {
    font-size: 14px;
    line-height: 18px;
    color: #3B47F5;
    margin-left: 190px;
}


.news-recommend-content li {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.news-recommend-content li a {
    font-size: 14px !important;
}

.news-recommend-content li a:hover {
    font-size: 14px;
    line-height: 32px;
    color: #3B47F5;
}

.news-recommend-content li span {
    font-size: 14px;
    color: #999999;
    margin-right: 16px;
}

.news-recommend-content img {
    width: 360px;
    margin-bottom: 16px;
}


/*------------------------- news lists -------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.news-top-img {
    width: 100%;
    height: 240px;
    background: url('../../../static/newpc/news_top.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.news-contents {
    width: 1200px;
    height: auto;
    margin: 40px auto;
    overflow: hidden;
}


.news-cats {
    width: 160px;
    height: auto;
    overflow: hidden;
    float: left;
    display: block;
    margin-right: 40px;
}

.news-cats .tab {
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F3F3F3;
    margin-bottom: 8px;
    border-radius: 2px;
}

.news-cats .tab a:hover {
    background: #F0F0F0;
}

.news-cats .tab a, .news-cats .tab span {
    width: 160px;
    height: 48px;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.news-cats .tab-current {
    background: #3B47F5;
}

.news-cats .tab-current span {
    color: #FFFFFF;
}

.news-contents-right {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.news-lists {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.lists-left-img {
    width: 240px;
    height: 160px;
    display: block;
    float: left;
    overflow: hidden;
}

.lists-right-con {
    width: 760px;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
}

.news-lists-title {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 500;
}

.news-lists-intro {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 16px;
    font-weight: 500;
}

.news-lists-bottom {
    width: 730px;
    height: auto;
    overflow: hidden;
}

.news-lists-bottom-left {
    width: 666px;
    display: block;
    overflow: hidden;
    float: left;
}

.news-lists-bottom-left .label {
    font-size: 14px;
    padding: 4px 8px;
    float: left;
    background: #efefef;
    margin-right: 16px;
}

.news-lists-bottom-left .update {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}

.news-lists-bottom a {
    font-size: 16px;
    line-height: 28px;
    color: #3B47F5;
}


/*------------------------- news details -------------------------*/


.news-cat-tag {
    width: 74px;
    height: 28px;
    background: rgba(230, 230, 230, 1);
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.news-lists-title a {
    color: #333333;
}

.news-lists-title a:hover {
    color: #3B47F5
}


.news-detail-l {
    width: 840px;
}

.news-detail-r {
    width: 280px;
}

.news-detail-content img {
    max-width: 100%;

}

.news-hot-list {
    border: 1px solid #eeeeee;
}

.hot-photo {
    position: relative;
    width: 100%;
    height: 160px;
}

.news-hot-list ul li .hot-num {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    font-size: 16px;
    background: rgba(0, 0, 0, .8);
}

.news-hot-list ul li:first-child .hot-num {
    background: #F44344;
}

.news-hot-list ul li:nth-child(2) .hot-num {
    background: #FF8900;
}

.news-hot-list ul li:nth-child(3) .hot-num {
    background: #FFB70E;
}
