.root {
    background-color: #002248;
}
.content>li:first-child {
    padding-top: 90px;
    height: 640px;
    background: url('../imgs/solution/bg.jpg') no-repeat;
    background-size: cover;
}
.mcontent {
    display: none;
}
/*---------------------------------------头部相关--------------------------------------*/
.header_wrapper .text h1 {
    margin-top: 110px;
    margin-bottom: 38px;
    font-size: 50px;
    font-weight: bold;
}
.header_wrapper .text h1 span {
    color: #92d050;
}
.header_wrapper .text ul li {
    font-size: 24px;
    margin-bottom: 22px;
    background-size: 32px 32px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 52px;
}
.header_wrapper .text ul li:first-child {
    background-image: url('../imgs/solution/infos1.png')
}
.header_wrapper .text ul li:nth-child(2) {
    background-image: url('../imgs/solution/infos2.png')
}
.header_wrapper .text ul li:last-child {
    background-image: url('../imgs/solution/infos3.png')
}
.header_wrapper .img {
    padding-top:50px;
}
/* ----------跳转按钮-------------- */
.jump-link {
    display: inline-block;
    margin-top: 10px;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #92d050;
    border: 1px solid #92d050;
    border-radius: 16px;
}
.jump-link.small {
    margin-top: 10px;
    width: 102px;
    font-size: 16px;
}
.jump-link:hover {
    text-decoration: underline;
}
.link-icon {
    display: inline-block;
    margin-left: 6px;
    width: 12px;
    height: 10px;
    background: url('../imgs/solution/normal.png');
}
.jump-link:hover .link-icon{
    width: 12px;
    height: 12px;
    background: url('../imgs/solution/hover.png');
    background-size: 100%;
    vertical-align: middle;
}
/*--------------------------------项目内容相关--------------------------------------*/
.plan_wrapper {
    background-color: #fafafa;
    color:#333;
    padding:70px 0;
}
.plan li {
    box-shadow: 0 0px 20px rgba(0,0,0,.2);
    border-radius: 10px;
    background-color: #fff;
    width: 324px;
    float: left;
    margin-right: 34px;
    margin-right: 30px\9;
}
.plan li:last-child {
    margin-right: 0;
}
.plan li h4 {
    font-size: 20px;
    margin: 0;
    padding: 15px 12px 15px 44px;
    border-bottom: 1px solid #eee;
    background-size: 26px 26px;
    background-position: 12px center;
    background-repeat: no-repeat;
}
.plan li p {
    font-size: 14px;
    line-height: 22px;
    padding: 15px 12px;
}
.plan li:first-child h4 {
    background-image: url('../imgs/solution/planIcon1.png')
}
.plan li:nth-child(2) h4 {
    background-image: url('../imgs/solution/planIcon2.png')
}
.plan li:nth-child(3) h4 {
    background-image: url('../imgs/solution/planIcon3.png')
}
.plan li:nth-child(4) h4 {
    background-image: url('../imgs/solution/planIcon4.png')
}
/*------------------------------产品升级解决方案相关--------------------------------*/
.promote_wrapper {
    color:#333;
    background-color: #f3f4f5;
}
.promote {
    background-image: url('../imgs/solution/promoteBg.jpg');
    background-repeat: no-repeat;
    padding:86px 0;
}
.promote .center {
    margin-top:200px;
    padding-left: 200px;
    margin-top: 230px;
    padding-left: 48px;
    width: 310px;
    text-align: center;
}
.promote .center div:first-child {
    font-size: 30px;
    color: #111;
    font-weight: bold;
    letter-spacing:2px;
}
.promote .center div:last-child {
    font-size: 18px;
    color:#666;
}
.promote .item li {
    overflow: hidden;
    margin-bottom: 70px;
}
.promote .item li span {
    float: left;
}
.promote .item li:first-child {
    padding-left: 85px;
}
.promote .item li:nth-child(2) {
    padding-left: 160px;
    margin-bottom: 75px;
}
.promote .item li:nth-child(3) {
    padding-left: 165px;
}
.promote .item li:nth-child(4) {
    padding-left: 160px;
}
.promote .item li:nth-child(5) {
    padding-left: 92px;
}
.promote .item li span:first-child {
    font-size: 20px;
    color: #333;
    margin-right: 10px;
    width: 133px;
    padding-top: 8px;
}
.promote .item li span:last-child {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 22px;
    padding-bottom: 5px;
    width:560px;
}
/*------------------------------平台搭建方案相关--------------------------------*/
.platform_wrapper {
    background-color: #f3f4f5;
    color:#333;
}
.platform {
    background-image: url('../imgs/solution/platBg.jpg');
    background-repeat: no-repeat;
    height: 800px;
    padding:56px 0;
}
.platform .center {
    margin-top:200px;
    padding-left: 200px;
    margin-top: 300px;
    padding-left: 28px;
    width: 310px;
    text-align: center;
}
.platform .center div:first-child {
    font-size: 30px;
    color: #111;
    font-weight: bold;
    letter-spacing:2px;
}
.platform .center div:last-child {
    font-size: 18px;
    color:#666;
}
.platform .item li {
    margin-bottom: 40px;
}
.platform .item li div:first-child {
    font-size: 20px;
    color: #333;
    padding-top: 8px;
}
.platform .item li div:last-child {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top:5px;
}
.platform .item li:first-child {
    padding-left:140px;
}
.platform .item li:nth-child(2) {
    padding-left:211px;
}
.platform .item li:nth-child(3) {
    padding-left:252px;
}
.platform .item li:nth-child(4) {
    padding-left:220px;
}
.platform .item li:nth-child(5) {
    padding-left:166px;
    margin-bottom: 50px;
}
.platform .item li:nth-child(6) {
    padding-left:80px;
}
.platform_wrapper .box_right {
    margin-top:128px;
    width: 472px;
}
.platform_wrapper .box_right  .box_right_li {
    background-repeat: no-repeat;
    background-image: url('../imgs/solution/platRtBg.png');
    width: 490px;
    height: 102px;
    padding: 20px 0;
    margin-bottom: 22px;
}
.platform_wrapper .box_right  .box_right_li span{
    border-right: 1px solid #63b50b;
    color: #63b50b;
    padding: 0 30px;
    font-size: 30px;
    height: 92px;
    line-height: 92px;
}
.platform_wrapper .box_right  .box_right_li ul{
    padding-top: 3px;
    padding-left: 30px;
}
.platform_wrapper .box_right  .box_right_li ul li{
    font-size: 18px;
    margin-bottom: 12px;
    color:#333;
}
/*------------------------------社会协同解决方案相关--------------------------------*/
.team_wrapper {
    background-image: url('../imgs/solution/teamBg.png');
    color:#fff;
    padding: 260px 0 130px 0;
}
.team {
    background-image: url('../imgs/solution/team.png');
    background-repeat: no-repeat;
    width: 806px;
    height: 578px;
    margin: 0 auto;
    position: relative;
}
.team .center {
    position: absolute;
    bottom: 110px;
    left: 275px;
}
.team .center div:first-child {
    font-size: 30px;
    font-weight: bold;
    letter-spacing:2px;
}
.team .center div:last-child {
    font-size: 18px;
    font-weight: normal;
}
.team .item li span:first-child {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
}
.team .item li span:last-child {
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    width: 120px;
    line-height: 35px;
}
.team .item li:first-child span:first-child{
    top: 378px;
    left: 82px;
}
.team .item li:first-child span:last-child{
    top:338px;
    left: -140px;
}
.team .item li:nth-child(2) span:first-child {
    top: 180px;
    left: 170px;
}
.team .item li:nth-child(2) span:last-child {
    left: -40px;
}
.team .item li:nth-child(3) span:first-child {
    left: 375px;
    top: 90px;
}
.team .item li:nth-child(3) span:last-child {
    top: -150px;
    left: 365px;
    width: 100px;
}
.team .item li:nth-child(4) span:first-child  {
    right: 165px;
    top: 170px;
}
.team .item li:nth-child(4) span:last-child  {
    right: -30px;
}
.team .item li:nth-child(5) span:first-child {
    right: 80px;
    bottom: 160px;
}
.team .item li:nth-child(5)  span:last-child {
    right: -140px;
    bottom: 110px;
}
/*------------------------------数字化升级相关--------------------------------*/
.digital_wrapper {
    background-color: #e8e8e8;
    color:#333;
    padding: 122px 0;
}
.digital {
    position: relative;
    background-image: url('../imgs/solution/digitalBg.png');
    background-repeat: no-repeat;
    height: 608px;
}
.digital .center {
    width: 100%;
    text-align: center;
    padding-top: 250px;
}
.digital .center div:first-child,.digital .center div:nth-child(2)  {
    font-size: 30px;
    color: #111;
    font-weight: bold;
    letter-spacing:2px;
}
.digital .center div:last-child {
    font-size: 18px;
    color:#666;
}
.digital .item li {
    position: absolute;
    padding-left: 18px;
    padding-top: 18px;
    padding-right: 18px;
    width: 382px;
}
.digital .item li div:first-child {
    color: #08c19a;
    font-size: 26px;
    border-bottom: 1px solid #1becbf;
    padding-bottom: 10px;
}
.digital .item li div:last-child {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}
.digital .item li:first-child {
    top: 0;
}
.digital .item li:nth-child(2) {
    right: 0;
    top:0;
}
.digital .item li:nth-child(3) {
    right: 0;
    bottom:20px;
}
.digital .item li:nth-child(4) {
    bottom: 20px;
}

/* ----------------移动端----------------------- */
/* content */
.mobile .content {
    display: none;
}
.mobile .mcontent {
    display: block;
    margin-top: 1.25rem;
}
.mobile .btn {
    margin-top: .5rem;
    width: 1.62rem;
    height: .42rem;
    line-height: .42rem;
    font-size: .22rem;
}
.mobile .btn {
    margin-top: .34rem;
}
.mcontent .header_wrapper {
    padding-top: 0;
    width: 7.5rem;
    height: 9.4rem;
    background-image: url('../imgs/solution/mobile/banner.jpg');
    background-size: cover;
}
.mcontent .header_wrapper .box {
    padding: .44rem .3rem;
    width: calc(100% - .6rem);
    height: 8.52rem;
}
.mcontent .header_wrapper img {
    width: 4.31rem;
}
.mcontent .header_wrapper .scenarios {
    margin-top: .44rem;
    width: 100%;
}
/* 项目内容相关 */
.mcontent .plan_wrapper {
    padding: .3rem .3rem .1rem;
    font-size: 0;
}
.mcontent .plan_wrapper .plan-imgwrap {
    position: relative;
    display: inline-block;
    margin-bottom: .4rem;
    width: 48%;
    box-shadow: 0 0 1rem rgba(0,0,0,.2);
    border-radius: .1rem;
    overflow: hidden;
}
.mcontent .plan_wrapper .plan-imgwrap:nth-child(odd) {
    margin-right: 4%;
}
.mcontent .plan_wrapper img {
    width: 100%;
}
/* 跳转链接 */
.mcontent .promote_wrapper,
.mcontent .team_wrapper,
.mcontent .platform_wrapper,
.mcontent .digital_wrapper {
    position: relative;
}
.mcontent .jump-link {
    margin: 0;
    position: absolute;
    width: 1.2rem;
    height: .34rem;
    line-height: .34rem;
    border: none;
}
.mcontent .jump-link.small {
    height: .32rem;
    line-height: .32rem;
}
.plan-imgwrap .jump-link {
    bottom: .2rem;
    right: .2rem;
}
.mcontent .promote_wrapper img,
.mcontent .team_wrapper img,
.mcontent .platform_wrapper img,
.mcontent .digital_wrapper img {
    width: 100%;
}
.mcontent .team_wrapper {
    padding: 0;
    background: none;
    font-size: 0;
}
.mcontent .platform_wrapper {
    padding: .4rem 0 .2rem;
}
.mcontent .digital_wrapper {
    padding: 0 0 .6rem;
    text-align: center;
    background-color: #ECECEC;
}
.mcontent .digital_wrapper .cover {
    width: 100%;
}
.mcontent .digital_wrapper>img {
    width: 80%;
}
.promote_wrapper .jump-link {
    top: 21%;
    left: 21%;
}
.team_wrapper .jump-link {
    bottom: 24%;
    left: 42%;
}
.platform_wrapper .jump-link {
    top: 19.1%;
    left: 20%;
}
.digital_wrapper .jump-link {
    top: 19.8%;
    left: 39.7%;
}