
@charset "utf-8";

/*新首页开始*/

#indexPage .module .content {
    position: inherit;
    top: 0;
}

#indexPage #mslider .content {
    height: 700px;
    margin: 0;
}

#indexPage #mservice {
    height: 520px;
}

#indexPage #mservice .content {
    height: 340px;
    margin: 0;
    padding-bottom: 100px;
}

#indexPage #mpage .content {
    height: 855px;
    margin: 0;
}

#indexPage #mteam .content {
    height: 600px;
    margin: 0;
}

#indexPage #mnews .content {
    margin: 0;
}

#indexPage #mcontact .content {
    height: 822px;
    margin: 0;;
}

#indexPage #mpartner .content {
    height: 130px;
    margin: 0;
}


/*导航*/

#header ul#nav {
    float: right;
}

#header ul#nav:after {
    display: block;
    clear: both;

    content: "";
}

#header ul li.navitem a {
    color: #666;
}

#header ul li.navitem a.active, #header ul li.navitem:hover a {
    color: #000;
}

#header ul li.navitem a:after {
    display: block;

    margin-top: -14px;

    content: "";
    transition: all 0.3s ease-out 0s;
}

#header ul li.navitem a.active:after, #header ul li.navitem:hover a:after {
    display: block;

    width: 100%;
    height: 1px;
    margin-top: -6px;

    content: "";

    background: #b3b3b3;
}

#header ul li.navitem ul.subnav {
    width: 192px;

    border-top: transparent 3px solid;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

#header ul li.navitem ul.subnav li {
    border-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#header ul li.navitem ul.subnav li a {
    font-size: 14px;

    width: auto;

    text-align: center;

    color: #6e6e6e;
    border-color: transparent;
    background: transparent;
}

#header ul li.navitem ul.subnav li a i {
    display: none;
}

#header ul li.navitem ul.subnav li a:after, #header ul li.navitem ul.subnav li a:after {
    display: none;
}

#header ul li.navitem ul.subnav li a:hover {
    text-indent: 0;

    color: #000;
    border-color: transparent;
    background: transparent;
}

#header ul li.navitem:hover .subnav {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

#header.mini {
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

#header {
    border-bottom: 1px solid #f3f3f3;
    background-color: rgba(255, 255, 255, 1);
}

#header.mini {
    background-color: rgba(255, 255, 255, 1);
}

#header #logo {
    float: left;
}

#header ul li.navitem a {
    color: #666;
}

#header ul li.navitem:hover ul.subnav {
    background-color: #fff;
}

#header .content {
    padding: 0 2%;
}

#header ul li.navitem .subnav li:hover {
    background: #f7f7f7;
}


/*幻灯*/

#indexPage #mslider {
    width: auto;
    height: 95%;
    padding: 0 2%;
}

.projectSubList, .projectSubList .content_list {
    width: 100%;
}

#indexPage #mslider .bx-wrapper {
    position: relative;
}

#mslider .bx-wrapper .bx-pager-item {
    position: relative;

    width: 40px;
    height: 1px;
    margin: 1.25% 5px 0;

    background: #d8d8d8;
}

#indexPage #mslider .bx-wrapper .bx-pager {
    bottom: 0;

    height: 5%;

    background: #fff;
}

#mslider .bx-wrapper .bx-pager.bx-default-pager a {
    position: absolute;
    top: 0;

    width: 100%;
    height: 9px;
    margin: 0;

    opacity: 0;
    border-color: #5a5a5a;
    border-radius: 0;
    background: #5a5a5a;
}

#mslider .bx-wrapper .bx-pager.bx-default-pager a:hover, #mslider .bx-wrapper .bx-pager.bx-default-pager a.active, #mslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    height: 2px;

    opacity: 1;
}

.content .header p.title {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    font-size: 24px;
    line-height: 38px;

    overflow: hidden;

    height: 38px;

    color: #333;
}

.content .header p.subtitle {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    font-size: 14px;
    line-height: 26px;

    overflow: hidden;

    height: 26px;

    color: #b1b1b1;
}

#mslider .bx-wrapper .bx-controls-direction a {
    display: none;
}


/*案例*/

#indexPage #mproject #projectlist {
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
}

#indexPage #mproject {
    padding: 100px 0 70px;

    background-color: #f7f7f7;
}

#indexPage #mproject .content .wrapper .content_list {
    margin: 0 auto;
}

#mproject .content .header {
    padding-bottom: 80px;
}

#indexPage #mproject .content {
    height: auto;
    margin: 0 auto;
}

#indexPage #projectlist .projectitem {
    overflow: hidden;

    width: 460px !important;
    margin-bottom: 15px;
}

#projectlist .projectitem a .project_info div {
    position: relative;

    width: 350px;
    margin-top: -24px;
}

#projectlist .projectitem a .project_info {
    top: auto;
    bottom: -92px;
    left: 50%;

    width: 420px;
    height: 90px;
    margin-left: -210px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

#projectlist .projectitem a .project_info p {
    text-align: left;
}

#projectlist .projectitem a .project_info p.title {
    line-height: 28px;

    overflow: hidden;

    height: 28px;
    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}

#projectlist .projectitem a .project_info p.subtitle {
    line-height: 20px;

    overflow: hidden;

    height: 20px;
    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: rgba(0, 0, 0, 0);
}

#projectlist .projectitem a:hover .project_info p.subtitle {
    color: rgba(255, 255, 255, 0.6);
}

#projectlist .projectitem a:hover .project_info {
    bottom: 16px;

    background: rgba(0, 0, 0, 0.35);
}

#projectlist .projectitem a .project_info .description {
    position: absolute;
    right: -65px;
    bottom: 14px;

    display: block;

    width: 36px;
    height: 20px;
    padding-left: 0;

    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: transparent;
}

#projectlist .projectitem a .project_info .description:after {
    display: block;
    display: block;

    width: 14px;
    height: 9px;
    margin: 6px 0 0 11px;

    content: "";

    background: url(http://resources.jsmo.xin/templates/upload/1034/images/icon.png) no-repeat 0 -71px;
}


/*more*/

#indexPage a.more {
    position: relative;

    width: 130px;
    height: 35px;

    color: transparent;
    border-color: transparent;
    border-radius: 0;
}

#indexPage a.more i {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    display: block;

    width: 34px;
    height: 14px;
    margin-top: -8px;
    margin-left: -18px;

    content: "";
    transition: all 0.3s ease-out 0s;

    color: transparent;
    background: url(http://resources.jsmo.xin/templates/upload/1034/images/icon.png) no-repeat 0 -22px;
}

#indexPage a.more::after, #indexPage a.more::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
            transition:         transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);

    border-radius: inherit;
}

#indexPage a.more::before {
    margin-top: -2px;

    transform: scale3d(0.7, 0.7, 1);

    border: 2px solid #303030;

    webkit-transform: scale3d(0.7, 0.7, 1);
}

#indexPage a.more::after {
    background: #303030;
}

#indexPage a.more:hover {
    border-color: transparent;
}

#indexPage a.more:hover i {
    color: transparent;
    background: url(http://resources.jsmo.xin/templates/upload/1034/images/icon1.png) no-repeat 0 -36px;
}

#indexPage a.more:hover:after {
    transform: scale3d(0.7, 0.7, 1);

    background-color: transparent;

    webkit-transform: scale3d(0.7, 0.7, 1);
}

#indexPage a.more:hover::before {
    transform: scale3d(1, 1, 1);

    webkit-transform: scale3d(1, 1, 1);;
}

#indexPage #mproject a.more {
    margin-top: 0;
}


/*关于*/

#indexPage .module.bgShow .bgmask {
    display: none;
}

#mpage .module-content .header {
    padding-bottom: 30px;
}

#indexPage #mpage {
    background-size: auto;
}

#indexPage #mpage .wrapper li:after {
    display: block;
    clear: both;

    content: "";
}

#indexPage #mpage .wrapper li .fimg {
    float: left;

    width: 550px;
    height: 300px;

    animation-name: fadeInRight !important;

    background-color: #fff;
}

#mpage .module-content .description {
    line-height: 28px;

    width: auto;
    height: 120px;

    animation-name: fadeInLeft !important;
    text-align: left;

    color: #9c9c9c;
}

#mpage .module-content .des-wrap {
    line-height: 28px;

    z-index: 5;

    float: right;

    width: 530px;
    height: 240px;
    padding: 60px 60px 0;

    color: #9c9c9c;
    background-color: #fff;
}

#indexPage #mpage a.more {
    position: absolute;
    z-index: 1;
    right: 458px;
    bottom: -12px;
}

#indexPage #mpage .wrapper li {
    position: relative;

    width: 1200px;
    margin: 0 auto;
    margin-top: 420px;
}

#mpage .content .header p.subtitle, #mpage .content .header p.title {
    text-align: inherit;
    text-indent: 605px;;
}

#mpage .content .header p.title {
    color: #fff;
}


/*新闻*/

#indexPage #mnews .content .header {
    display: block;

    padding: 90px 0 80px;
}

#newslist .newstitem.left a.newscontent, #newslist .newstitem.left a.newscontent:hover, #newslist .newstitem.right a.newscontent, #newslist .newstitem.right a.newscontent:hover {
    padding: 0;
}

#newslist .newstitem .newsimg {
    display: none;
}

#newslist .newstitem {
    position: relative;

    float: left;

    width: 360px;
    height: 200px;
    margin-right: 120px;
    margin-bottom: 60px;
}

#newslist .news_wrapper, #newslist .newstitem a.newscontent:hover .news_wrapper {
    width: 100%;
}

#mnews #newslist {
    width: 100%;
    height: auto;
    padding-top: 50px;

    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#mnews #newslist .wrapper {
    width: 1320px;
    height: auto;
    margin: 0 auto;
}

#newslist .newsbody {
    position: relative;

    width: 100%;
    max-width: 100%;
    height: 100%;
}

#newslist .newsbody:after {
    position: absolute;
    bottom: 44px;
    left: 100px;

    width: 25px;
    height: 10px;

    content: "";
    transition: all 0.3s ease-out 0s;

    opacity: 0;
    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat 0 -71px;;
}

#newslist .newsbody .title {
    font-size: 16px;
    line-height: 32px;

    overflow: hidden;

    width: 320px;
    height: 64px;
    margin: 0 auto;
    margin-top: 54px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;
    white-space: nowrap;
    text-indent: 0;
    text-overflow: ellipsis;

    color: #575757;
}

#newslist .separator {
    display: none;
}

#newslist .newsbody .description {
    font-size: 12px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    width: 320px;
    height: 78px;
    margin-top: 0;
    margin-top: 20px;

    transition: all 0.3s ease-out 0s;
    text-align: left;
    text-overflow: ellipsis;

    color: #999;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#newslist .newsbody .date {
    font-weight: 100;

    position: absolute;
    top: 80px;
    left: 20px;

    width: 320px;
    height: auto;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;

    background: transparent;
}

#newslist .newsbody .date .md {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    line-height: 20px;

    position: absolute;
    position: absolute;
    top: 40px;
    top: 16px;
    left: 74px;

    display: inline-block;

    width: 100%;

    transition: all 0.3s ease-out 0s;

    color: #adadad;;
}

#newslist .newsbody .date .year {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    font-size: 22px;
    line-height: 46px;

    position: relative;
    top: 0;

    display: block;
    display: inline-block;

    width: 100%;

    color: #8f8f8f;
}

#newslist .newsbody .date .md span {
    display: none;
}

#newslist .newstitem:after {
    position: absolute;
    top: -50px;
    left: -25px;

    display: block;
    display: block;

    width: 1px;
    height: 70px;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: rgba(255, 255, 255, 0.08);
}

#newslist .newstitem:hover:after {
    position: absolute;
    top: -50px;
    left: -25px;

    display: block;

    width: 1px;
    height: 230px;

    background: rgba(0, 0, 0, 0.08);
}

#newslist .newstitem .news_wrapper {
    position: inherit;

    background: transparent;
}

#indexPage #mnews .content_list {
    width: 1460px;
    height: auto;
}

#newslist .newstitem:hover .newsbody .title {
    color: #303030;
}

#newslist .newstitem:hover .newsbody .description {
    margin-top: 0;
}

#newslist .newstitem:hover .newsbody .date {
    position: absolute;
    top: 220px;

    background: transparent;
}

#mnews a.more {
    display: block;

    margin-top: 0;
}

#indexPage #mnews a.more {
    margin-top: 40px;
}

#newsitem_0 {
    animation-delay: 0s;
}

#newsitem_1 {
    animation-delay: 0.2s;
}

#newsitem_2 {
    animation-delay: 0.4s;
}


/*团队*/

#indexPage #mteam {
    position: relative;

    background-color: #303030;
}

#indexPage #mteam .module-content {
    width: 700px;
    margin: 0 auto;
    padding-top: 225px;
}

#mteam .bx-wrapper .bx-controls-direction a {
    display: none;
}

#indexPage #mteam .content_list .header {
    float: left;

    width: 180px;
    height: 160px;
}

#indexPage #mteam .content_list .summary {
    float: left;

    margin-left: 50px;
}

#indexPage #mteam .header img {
    width: 100%;
    height: auto;
    margin: 0;

    border-radius: 0;
}

#indexPage #mteam .summary p {
    width: 340px;
}

#indexPage #mteam .summary p.title {
    font-size: 18px;
    line-height: 20px;

    overflow: hidden;

    padding-bottom: 25px;

    text-align: left;
    word-wrap: break-word;

    border-bottom: 1px solid rgba(234, 234, 234, 0.2);
}

#indexPage #mteam .summary p.title a {
    color: #fff;
}

#indexPage #mteam .summary p.subtitle {
    display: none;
}

#indexPage #mteam .summary p.description {
    font-size: 13px;
    line-height: 26px;

    height: 52px;
    margin-top: 20px;

    text-align: left;

    color: #999;
}

#indexPage #mteam:after {
    position: absolute;
    top: 0;
    left: 50%;

    width: 1px;
    height: 600px;
    margin-left: -170px;

    content: "";
    content: "";

    background: rgba(255, 255, 255, 0.1);
}

#indexPage #mteam .bx-pager {
    bottom: 66px;
    left: -30%;

    display: block;
}

#mteam .bx-wrapper .bx-pager-item {
    position: relative;

    display: block;

    width: 20px;
    height: 1px;
    margin: 14px 0;

    transition: all 0.3s ease-out 0s;

    background: rgba(255, 255, 255, 0.3);
}

#mteam .bx-wrapper .bx-pager.bx-default-pager a {
    position: absolute;

    width: 30px;
    height: 16px;
    margin-top: -8px;
    margin-left: -6px;

    border-color: transparent;
    border-color: transparent;
    background-color: transparent;
}

#mteam .bx-wrapper .bx-pager.bx-default-pager a:after {
    position: absolute;
    top: 8px;

    display: block;

    width: 11px;
    height: 1px;
    margin-top: -1px;
    margin-left: 5px;

    content: "";
    transition: all 0.3s ease-out 0s;

    border-radius: 0;
    background: transparent;
}

#mteam .bx-wrapper .bx-pager.bx-default-pager a:hover:after, #mteam .bx-wrapper .bx-pager.bx-default-pager a.active:after, #mteam .bx-wrapper .bx-pager.bx-default-pager a:focus:after {
    width: 40px;

    background-color: #fff;
}


/*合作伙伴*/

#indexPage #mpartner .content .header {
    display: none;
}

#indexPage #mpartner .module-content {
    position: relative;

    height: 80px;
    padding: 25px 0;
}

#indexPage #mpartner .wrapper {
    display: inline-block;

    height: auto;;
}

#indexPage #mpartner .wrapper ul li {
    height: 60px;
    padding-top: 20px;
}

#indexPage #mpartner .wrapper ul li a {
    width: 112px;
    height: auto;
    margin-right: 10px;
}

#indexPage #mpartner .bx-wrapper .bx-pager {
    display: none;
}

#indexPage #mpartner .bx-wrapper .bx-controls-direction {
    display: block;
}

#indexPage #mpartner .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

#mpartner .bx-wrapper .bx-controls-direction a {
    background: none;
}

#mpartner .bx-wrapper .bx-controls-direction a i {
    color: #c3c6ca;
}

#mpartner .bx-wrapper .bx-controls-direction a:hover {
    background: #5d5d5d;
}

#mpartner .bx-wrapper .bx-controls-direction a:hover i {
    color: #fff;
}

#indexPage #mpartner .bx-wrapper .bx-prev {
    left: -58px;
}

#indexPage #mpartner .bx-wrapper .bx-next {
    right: -58px;
}


/*联系*/

#indexPage #mcontact {
    position: relative;

    background-color: #f3f3f3;
}

#indexPage #mcontact:after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 544px;

    content: "";

    background-color: #f7f7f7;
}

#indexPage #mcontact .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 68px;
    padding-top: 624px;
}

#indexPage #mcontact .content:after {
    display: block;
    clear: both;

    content: "";
}

#indexPage #mcontact .content .header {
    float: left;

    width: 480px;
}

#indexPage #mcontact .content .header p.title {
    text-align: left;

    color: #666;
}

#indexPage #mcontact .content .header .subtitle {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";

    text-align: left;
}

#indexPage #mcontact .content #contactlist {
    float: left;

    width: 720px;
}

#mcontact .content #contactform {
    display: none;
}

#mcontact .content #contactinfo {
    position: relative;

    float: left;

    width: 720px;
}

#mcontact .content #contactinfo p {
    font-size: 12px;
    line-height: inherit;

    float: left;

    width: 290px;
    height: auto;
    margin-top: 14px;
    padding-right: 60px;

    color: #969696;
}

#mcontact .content #contactinfo h3 {
    color: #5d5d5d;
}

#mcontact #contactinfo div {
    position: absolute;
    top: 35px;
    left: -250px;
}

#mcontact #contactinfo div:after {
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: -56px;
    left: 0;

    overflow: hidden;

    height: 20px;

    content: "关注";

    color: #9c9c9c;
}

#mcontact #contactinfo div a {
    font-size: 16px;

    width: 36px;
    height: 36px;

    color: #9b9b9b;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    background-color: transparent;
}

#mcontact #contactinfo div a:hover {
    border: 2px solid #5d5d5d;
    border-radius: 0;
    background-color: #000;
}

#mcontact #contactinfo div a:hover i {
    margin-top: 1px;
    padding: 8px;

    color: #fff;
    border-radius: 0;
    background-color: #171717;
}

#contactinfo div a i {
    margin-top: 9px;

    transition: all 0.3s ease-out 0s;

    border-radius: 20px;
}

#mcontact .content #contactform {
    position: absolute;
    z-index: 3;
    top: 80px;
    left: 0;

    display: block;

    margin-top: 0;
    margin-left: 0;;
}

#contactform p textarea.inputtxt {
    line-height: 18px;

    float: none;

    width: 1100px;
    height: 50px;
}

#contactform p .inputtxt {
    float: left;

    width: 320px;
    margin: 40px 35px 0 35px;
    margin-bottom: 5px;
    padding: 10px 0;

    color: #606060;
    border: none;
    border-bottom: 1px solid #dedede;
    background: none;
}

#contactform p {
    width: 1170px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 0;

    text-align: center;

    border-bottom: 0;
}

#contactform p .inputsub {
    line-height: 46px;

    position: relative;
    z-index: 3;

    width: 300px;
    height: 46px;
    margin: 0 auto;
    margin: 0;
    padding: 0;

    text-align: center;

    border-radius: 0;
    background-color: transparent;
}

#contactform form p:last-child {
    position: relative;

    width: 300px;
    height: 46px;
    margin-top: 45px;
}

#contactform form p:last-child:after {
    display: block;

    content: "";

    background: #666;
}

#contactform form p:last-child::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 300px;
    height: 46px;

    content: "";
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
            transition:         transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);

    border-radius: inherit;
}

#contactform form p:last-child::after {
    position: absolute;
    top: 0;
    left: 0;

    width: 300px;
    height: 46px;

    content: "";
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
            transition:         transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
            transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);

    border-radius: inherit;
    background: #303030;
}

#contactform form p:last-child::before {
    transform: scale3d(0.7, 0.7, 1);

    border: 2px solid #303030;

    webkit-transform: scale3d(0.7, 0.7, 1);
}

#contactform form p:last-child:hover::before {
    margin-top: -3px;

    transform: scale3d(1, 1, 1);
}

#contactform form p:last-child:hover::after {
    transform: scale3d(0.7, 0.7, 1);

    background-color: transparent;

    webkit-transform: scale3d(0.7, 0.7, 1);
}

#contactform form p:last-child:hover .inputsub {
    color: #333;
}

#footer {
    border-top: 1px solid rgba(53, 53, 53, 0.1);
    background: #fff;
}

#footer p {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;

    text-align: left;
}

#pages a.active, #pages a:hover {
    background-color: #666;
}


/*服务*/

#indexPage #mservice {
    height: 648px;
}

#indexPage #servicelist {
    width: 548px;
    margin-top: 50px;
}

#mservice .content > .header {
    width: 100%;
    padding-top: 120px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#indexPage #servicelist .serviceitem a img {
    float: left;

    width: 240px;
    height: 150px;

    background: rgba(0, 0, 0, 0.4);
}

#indexPage #servicelist .serviceitem div {
    float: left;

    width: 278px;
    height: 150px;
    padding: 20px 0 0 30px;
}

#indexPage #servicelist .serviceitem {
    height: auto;
}

#indexPage #servicelist .serviceitem div p.title {
    font-size: 18px;
    line-height: 34px;

    text-align: left;

    color: #444;
}

#indexPage #servicelist .serviceitem div p.description {
    font-size: 12px;
    line-height: 24px;

    overflow: hidden;

    height: 52px;

    text-align: left;

    color: #b1b1b1;
}

#indexPage #servicelist .bx-controls-direction {
    display: none;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-pager {
    top: -51px;
    bottom: 0;

    display: block;
}

#mservice .bx-wrapper .bx-pager-item {
    width: 30px;
    height: 1px;
    margin: 0 30px;

    background: rgba(0, 0, 0, 0.1);
}

#mservice .bx-wrapper .bx-pager.bx-default-pager a {
    position: relative;
    top: -5px;

    width: 40px;
    margin: 0;

    border-color: transparent;
    border-radius: 0;
}

#mservice .bx-wrapper .bx-pager.bx-default-pager a:after {
    display: block;

    width: 25px;
    height: 2px;
    margin-top: 4px;

    content: "";
    transition: all 0.3s ease-out 0s;

    opacity: 0;
    background: #9b9b9b;;
}

#mservice .bx-wrapper .bx-pager.bx-default-pager a:hover, #mservice .bx-wrapper .bx-pager.bx-default-pager a.active, #mservice .bx-wrapper .bx-pager.bx-default-pager a:focus {
    border-color: transparent;
    background-color: transparent;
}

#mservice .bx-wrapper .bx-pager.bx-default-pager a:hover:after, #mservice .bx-wrapper .bx-pager.bx-default-pager a.active:after, #mservice .bx-wrapper .bx-pager.bx-default-pager a:focus:after {
    width: 40px;

    opacity: 1;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-viewport {
    z-index: 4;
}


/*案例内页*/

.npagePage#mproject .content .header {
    display: none;
}

.npagePage #projectlist {
    padding: 25px 2% 2%;
}

.npagePage #projectlist .wrapper {
    margin: 0 auto;
}

.npagePage #projectlist .projectitem {
    margin-right: 0;
}

.npagePage #projectlist .projectitem a .project_info {
    right: 0;
    bottom: 16px;
    left: auto;

    width: 410px;
    width: 94%;
    margin-left: -188px;
    margin-left: 0;

    background: rgba(0, 0, 0, 0.35);
}

.npagePage #projectlist .projectitem a .project_info {
    border-color: transparent;
}

.npagePage #projectlist .projectitem a .project_info div {
    width: 80%;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.npagePage #projectlist .projectitem a:hover .project_info div {
    margin-left: 20px;
}

.npagePage1 #projectlist .projectitem a:hover .project_info div {
    margin-left: 0;
}

.npagePage #projectlist .projectitem a .project_info p {
    padding: 0 25px;
}

.npagePage #projectlist .projectitem a .project_info p.title {
    color: #fff;
}

.npagePage #projectlist .projectitem a .project_info p.subtitle {
    color: rgba(255, 255, 255, 0.6);
}

.npagePage #projectlist .projectitem:hover a .project_info {
    margin-left: 20px;

    background: rgba(0, 0, 0, 0.5);
}

.npagePage #projectlist .projectitem a .project_info .description {
    right: -25px;
    bottom: 6px;

    width: 36px;
    height: 36px;
    padding: 0;

    transition: all 0.3s ease-out 0s;

    border: 1px solid rgba(255, 255, 255, 0);
    background: transparent;
}

.npagePage #projectlist .projectitem a .project_info .description:after {
    margin-top: 14px;
}

.npagePage #projectlist .projectitem:hover a .project_info p.description {
    right: -40px;

    border-color: rgba(255, 255, 255, 0.3);
}

.npagePage #projectlist .projectitem a:hover img {
    transform: scale(1.06, 1.06);
}

#category {
    padding: 1.5% 1% 15px;

    text-align: left;
}

#category a {
    color: #666;
    border-color: transparent;
}

#category a.active, #category a:hover {
    color: #333;
    border-color: transparent;
    background: transparent;
}

#category a::before {
    position: absolute;
    z-index: 1;
    top: 40px;

    width: 15px;
    height: 1px;
    margin-top: 20px;
    padding-left: 10px;

    content: "";
    transition: all 0.3s ease-out 0s;

    background-color: transparent;
}

#category a:hover::before, #category a.active:before {
    width: 25px;

    transition: all 0.3s ease-out 0s;

    background: #aaa;
}


/*内页服务*/

.npagePage {
    padding-top: 80px;
}

.npagePage #banner {
    height: 260px;
}

.npagePage #banner div {
    position: inherit;

    height: 260px;
}

.npagePage .content .header {
    display: none;
}

.npagePage #servicelist {
    overflow: hidden;

    width: 1200px;
    padding-top: 90px;
}

.npagePage #servicelist .serviceitem {
    position: relative;

    float: left;

    width: 399px;
    min-height: 450px;
    margin-right: 0;
    margin-bottom: 60px;
    padding-bottom: 40px;

    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.npagePage #servicelist .serviceitem:nth-child(3n) {
    border-right: none;
}

.npagePage #servicelist .serviceitem img {
    float: none;

    width: 360px;
    height: 226px;
    margin: 0;
    margin-left: 20px;

    transition: all 0.3s ease-out 0s;

    background: transparent;
}

.npagePage #servicelist .serviceitem div {
    position: relative;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.npagePage #servicelist .serviceitem div p {
    width: auto;
    padding: 0 30px 0 30px;
}

.npagePage #servicelist .serviceitem div p.title {
    font-size: 18px;
    line-height: 48px;

    display: block;
    overflow: hidden;

    height: 48px;
    margin: 20px 0 6px;

    transition: all 0.3s ease-out 0s;

    color: #444;
}

.npagePage #servicelist .serviceitem div p.description {
    font-size: 12px;
    line-height: 26px;

    height: 52px;
    margin-top: 25px;

    transition: all 0.3s ease-out 0s;

    color: #999;
}

.npagePage #servicelist .serviceitem div p.title:before {
    position: absolute;
    bottom: 64px;
    left: 50%;

    width: 35px;
    height: 1px;
    margin-left: -17px;

    content: "";
    transition: all 0.3s ease-out 0s;

    background: rgba(0, 0, 0, 0.15);
}

#sitecontent .npagePage .serviceitem a.details {
    position: absolute;
    top: 415px;
    left: 50%;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0;
    margin-left: -20px;

    transition: all 0.3s ease-out 0s;

    color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

#sitecontent .npagePage .serviceitem a.details i {
    position: absolute;
    top: 0;

    display: block;

    width: 15px;
    height: 9px;
    margin: 13px 0 0 11px;

    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -110px -11px;
}

#sitecontent .npagePage .serviceitem a.details .fa-angle-right:before {
    display: none;
}

.npagePage #servicelist .serviceitem:hover img {
    margin-top: -10px;
}

.npagePage #servicelist .serviceitem:hover div {
    margin-top: -10px;
}

.npagePage #servicelist .serviceitem:hover a.details {
    margin-top: -10px;

    border: 1px solid #d2d2d2;
    background: transparent;
}


/*关于内页*/

#page_none .postbody {
    padding-top: 80px;
}


/*团队内页*/

.npagePage #teamlist {
    width: 1200px;
    padding-top: 100px;
}

.npagePage .teamitem {
    width: 560px;
    height: 260px;
    margin: 0 40px 20px 0;

    transition: all 0.3s ease-out 0s;

    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 0 solid rgba(0, 0, 0, 0);
}

.npagePage .teamitem a {
    z-index: 1;

    float: right;
    overflow: hidden;

    width: 180px;
    height: 160px;

    transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.npagePage .teamitem p a {
    font-size: 18px;

    display: inline-block;
    float: none;
    overflow: hidden;

    width: auto;
    height: auto;
    height: 26px;
    padding: 0 20px 0 0;

    color: #333;
}

.npagePage .teamitem .teaminfo {
    float: left;

    width: 308px;
    height: 140px;
    margin-top: 30px;
    padding: 0 15px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-align: left;
}

.npagePage .teamitem .teaminfo .title {
    display: inline-block;
}

.npagePage .teamitem .teaminfo .subtitle {
    font-size: 13px;

    display: inline-block;
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #999;
}

.npagePage .teamitem .teaminfo .description {
    font-size: 13px;
    line-height: 26px;

    display: block;
    overflow: hidden;

    height: 52px;
    margin-top: 0;
    padding-top: 26px;

    color: #757575;
}

.npagePage #teamlist .teamitem .wrap {
    display: none;
}


.npagePage .teamitem a .teamimg {
    position: relative;

    display: block;
    overflow: hidden;

    padding-top: 88.89%;
}

.npagePage .teamitem a img {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: auto;

    transition: all 0.3s ease-out 0s;
}

.npagePage .teamitem:hover {
    border-color: #a1a1a1;
}

.npagePage .teamitem:hover .teaminfo {
    margin-top: 50px;
}

.npagePage .teamitem:hover a {
    margin-top: 20px;
}

.npagePage .teamitem:hover p a {
    margin-top: 0;
}


/*新闻内页*/

.npagePage #newslist {
    width: 1200px;
}

.Pagenews #category {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 0;
}

.npagePage #newslist .newstitem {
    position: relative;

    width: 1158px;
    height: 170px;
    margin-bottom: 4px;
    padding-top: 10px;

    border-top: 1px solid rgba(0, 0, 0, 0.06);;
}

.npagePage #newslist .newstitem .newsimg {
    position: inherit;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

    display: block;
    float: right;

    width: 198px;
    height: 128px;
    margin: 16px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.npagePage #newslist .newstitem .news_wrapper {
    float: left;

    width: 600px;
    height: auto;
    padding: 34px 0 34px 155px;
}

.npagePage #newslist .newsbody {
    position: initial;
}

.npagePage #newslist .newsbody .title {
    font-size: 16px;

    display: block;
    overflow: hidden;

    width: auto;
    height: 24px;
    margin-top: 0;
    margin-bottom: 20px;

    transition: all 0.3s ease-out 0s;

    color: #717171;
}

.npagePage #newslist .newsbody .description {
    width: auto;
    height: 52px;
}

.npagePage #newslist .newsbody .date {
    top: 28px;
    left: 0;

    width: auto;
}

.npagePage #newslist .newsbody .date .md {
    display: none;
}

.npagePage #newslist .newsbody .date .year {
    font-size: 24px;
}

.npagePage #newslist .newsbody .date:after {
    position: absolute;
    top: 24px;
    left: 84px;

    width: 35px;
    height: 1px;

    content: "";
    transition: all 0.3s ease-out 0s;

    background: #bfbfbf;
}

.npagePage #newslist .newstitem:after {
    display: none;
}

#sitecontent .npagePage .newstitem a.details {
    position: absolute;
    top: 96px;
    left: 0;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0;

    transition: all 0.3s ease-out 0s;

    color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

#sitecontent .npagePage .newstitem a.details i {
    position: absolute;
    top: 0;

    display: block;

    width: 15px;
    height: 9px;
    margin: 13px 0 0 11px;

    transition: all 0s ease-out 0s;

    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -110px -11px;
}

#sitecontent .npagePage .newstitem a.details .fa-angle-right:before {
    display: none;
}

.npagePage #newslist .newstitem:hover a.details {
    margin-left: 0;

    border: 1px solid #303030;
    background: #303030;
}

.npagePage #newslist .newstitem:hover a.details i {
    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat 0 -71px;
}

.npagePage #newslist .newstitem a.newscontent:hover .news_wrapper {
    width: 600px;
}

.npagePage #newslist .newstitem:hover .newsbody .date {
    top: 28px;
    left: 0;
}

.npagePage #newslist .newstitem:hover .newsbody .date:after {
    width: 60px;

    background: #7d7d7d;
}

.npagePage #newslist .newstitem:hover .news_wrapper {
    padding-left: 175px;
}

.npagePage #newslist .newstitem:hover .newsbody .date .year {
    font-size: 24px;

    color: #333;
}


/*新闻三级页*/

.npagePage.newsl .content .header {
    display: block;
}

.npagePage.newsl .postbody {
    width: 974px;
    padding: 36px 14px 0 12px;

    color: #818181;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
}

.npagePage.newsl .content .header p.title {
    font-family: Arial, "微软雅黑";
    font-size: 18px;
    font-weight: 400;
    line-height: normal;

    width: 800px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 16px;

    text-align: center;

    color: #333;
}

.npagePage.newsl .content .header p.subtitle {
    font-family: Arial, "微软雅黑";
    font-size: 12px;

    color: #999;
}


/*服务三级页*/

.default .postbody {
    width: 960px;
    padding: 20px 60px 70px 60px;

    color: #818181;
}

.npagePage.default .content .header {
    display: block;

    padding: 0;
}

.npagePage.default .content .header p.title {
    font-size: 18px;

    position: relative;

    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px 50px;

    text-align: center;

    color: #444;
}

.npagePage.default .content .header p.title:after {
    position: absolute;
    top: 80px;
    left: 50%;

    width: 30px;
    height: 1px;
    margin-left: -15px;

    content: "";

    background: rgba(0, 0, 0, 0.15);
}


/*案例三级页*/

#projectwrap1 {
    width: 100%;
    margin-top: 0;
}

#projectbody1 {
    float: left;

    width: calc(76% - 160px);
    padding: 0 80px 30px;

    background: #f7f7f7;
}

.content #projectih1 .header {
    position: relative;

    display: block;

    margin-left: 40px;
    padding-top: 90px;
    padding-right: 8%;;
}

#projectinfo1 {
    z-index: 10;

    float: right;

    width: 24%;
    min-width: 280px;
    padding: 0;

    border: 0;
    background: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#projectimages1 img {
    display: block;
    float: none;

    width: auto;
    max-width: 100%;
    margin: 20px auto;
}

#projectinfo1 .header p.title {
    font-family: Arial, "微软雅黑";
    font-size: 20px;

    overflow: visible;

    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: 40px;
    padding-right: 8%;

    color: #333;
}

#projectinfo1 .header p.subtitle {
    font-family: Arial, "微软雅黑";
    font-size: 12px;
    line-height: 16px;

    overflow: hidden;

    width: 570px;
    width: 100%;
    height: 16px;
    padding-left: 40px;

    opacity: 0.7;
    color: #b9b9b9;

    filter: alpha(opacity: 30);
}

#projectinfo1 .header .title-warp:after {
    position: absolute;
    top: 90px;
    left: -40px;

    width: 2px;
    height: 35px;

    content: "";

    background: #7e7e7e;
}

#projectinfo1 .header .title-warp:before {
    position: absolute;
    z-index: 10;
    top: 106px;
    left: -38px;

    width: 40px;
    height: 1px;

    content: "";

    background: rgb(222, 222, 222) none repeat scroll 0 0;
}

#projectshow1 {
    z-index: 10;

    float: left;

    width: 22%;
    margin-top: 0;
    padding-left: 2%;;
}

.npagePage #projectib1 #projectlist .projectitem {
    width: 140px !important;
    margin: 0 0 15px 0;

    background-color: transparent;
}

#npagePage #projectib1 #projectlist .projectitem a .project_info {
    width: auto;
    height: auto;
    margin-top: -46px;
    margin-left: 0;
}

.npagePage #projectib1 #projectlist .projectitem a .project_info p {
    padding: 0 15px;
}

#npagePage #projectib1 #projectlist .projectitem a .project_info div {
    width: auto;

    background: rgba(0, 0, 0, 0.3);
}

#npagePage #projectib1 #projectlist .projectitem .project_info p.title {
    font-size: 13px;

    color: #fff;
}

#npagePage #projectib1 #projectlist .projectitem .project_info p.subtitle {
    color: rgba(255, 255, 255, 0.64);
}

#npagePage #projectib1 #projectlist .projectitem a:hover .project_info {
    height: auto;
}

.npagePage #projectib1 #projectlist .projectitem:hover a .project_info p.title {
    padding-left: 15px;
}

.npagePage #projectib1 #projectlist .projectitem:hover a .project_info p.subtitle {
    padding-left: 15px;
}

.npagePage #projectib1 #projectlist .projectitem a .project_info .description {
    display: none;
}

#projecttags1 a:hover {
    color: #fff;
    background: #565656;
}

.npagePage #projectib1 #projectlist {
    margin-left: -2%;
}

#pageswitch {
    display: block;

    width: 76%;
    margin: 0;
}

#pageswitch a {
    font-family: Arial, "微软雅黑";

    width: 50%;
    height: 72px;
    padding: 30px 0 10px 0;
}

#pageswitch a .title {
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;

    position: absolute;
    right: 100px;

    overflow: hidden;

    width: 440px;
    height: 26px;

    transition: all 0.3s ease-out 0s;

    color: #595959;
}

#pageswitch a .subtitle {
    line-height: 16px;

    position: absolute;
    top: 58px;
    right: 100px;

    overflow: hidden;

    height: 16px;

    opacity: 0.5;
    color: #999;

    filter: alpha(opacity=50);
}

#pageswitch a.prev .subtitle {
    right: auto;
    left: 100px;

    text-align: left;;
}

#pageswitch a.prev .title {
    right: auto;
    left: 100px;

    text-align: left;;
}

#pageswitch a div:after {
    position: absolute;
    right: 20px;

    width: 35px;
    height: 35px;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;

    border: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;;
}

#pageswitch a div:before {
    position: absolute;
    right: 30px;

    display: block;

    width: 15px;
    height: 9px;
    margin: 13px 0 0 11px;

    content: "";
    transition: all 0.3s ease-out 0s;

    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -110px -11px;
}

#pageswitch a.prev div:after {
    left: 20px;
}

#pageswitch a.prev div:before {
    left: 20px;

    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -142px -11px;
}

#pageswitch a:hover {
    background: #414141;
}

#pageswitch a:hover .title {
    color: #fff;
}

#pageswitch a:hover .subtitle {
    opacity: 0.5;
    color: #fff;
}

#pageswitch a:hover div:after {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

#pageswitch a.prev:hover div:before {
    background: transparent url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat scroll -142px 0;
}

#pageswitch a.next:hover div:before {
    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -110px 0;
}

#projecttags1 a {
    line-height: 20px;

    padding: 5px 20px;

    color: #bdbdbd;
}

#projectshow1 #projectib1 {
    margin-top: 0;
}

.npagePage1 #pages {
    display: none;
}


/*分享到*/

#shares {
    right: 0;
}

#shares a#sshare {
    display: none;
}

#shares a#gotop {
    margin-top: 0;
}

#shares a i {
    margin-top: 12px;
}

#shares a {
    width: 40px;
    height: 40px;
}

#shares a i.fa-weixin {
    margin: 12px 0 0 15px;
}

#shares a#gotop i {
    margin-top: 8px;
}

#online_open {
    right: 0 !important;
    bottom: 160px;

    width: 40px;
    height: 40px;

    background: #4d4d4d;
}

#online_open i {
    margin-top: 12px;
}

#olx_tel p {
    color: inherit;
}

#olx_head {
    border-radius: 0;
    background: #4d4d4d;
}

#online_lx {
    margin-right: -10px;

    border-radius: 0;
}

#olx_qq li:hover a i {
    color: #fff;
}

#pageswitch {
    width: 1180px;
    margin: 0 auto;
}

#pageswitch a.next {
    float: right;
}

.npagePage1 #pageswitch {
    width: 76%;
    margin: 0;
}

.default #pageswitch {
    display: none;

    width: 1080px;
    margin: 0 auto;
}

.newsl #pageswitch {
    width: 1000px;
    margin: 0 auto;
}

.npagePage.default #pages {
    display: none;

    height: 0;
}


/*动效*/

#mpage .module-content .description {
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
}

.npagePage #projectlist .wrapper {
    width: 98%;
}

.npagePage #projectlist .wrapper .content_list {
    width: 100%;
    margin: 0 auto;
}

.npagePage #projectlist {
    padding: 25px 0;
}

.npagePage #projectlist .projectitem {
    width: 440px !important;
}

.postbody a {
    color: #f51818;
}

#category li.hasmore div ul {
    text-align: left;
}

#category li.hasmore div {
    left: 1%;

    width: 98%;
}

#category li.hasmore div ul a.active::before, #category li.hasmore div ul a:hover::before {
    background: transparent;
}

#category li.hasmore div ul a.active, #category li.hasmore div ul a:hover {
    color: #333;
    background: transparent;
}

#projectlist .projectitem a .project_info .description, .npagePage #projectlist .projectitem a .project_info .description {
    color: transparent;
}

#projectlist .projectitem a .project_info .description:after {
    position: absolute;
    top: 0;
    left: 0;
}





/* 2019.05.22修改 */
#mcontact .content #contactform {
    display: none;
}

#indexPage #mcontact .content {
    padding: 80px 0 68px;
}

#indexPage #mcontact:after {
    content: none;
}

/* 2019.05.22修改 */


/* 2019-07-16 16:05:01 */

#header {
    border: none;
    background: transparent;
}

#header ul li.navitem a {
    color: #dadada;
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
    color: #fff;
}
#indexPage #mslider {
    padding: 0;
}

#header.mini ul li.navitem a.active, #header.mini ul li.navitem:hover a {
    color: #000;
}
#header.mini ul li.navitem a {
    color: #666;
}
#indexPage #mslider .bx-wrapper .bx-pager {
    background: transparent;
}

#indexPage #mslider .bx-wrapper {
    position: fixed;
}



/* 2019.07.25 yyq 修改 */
#shares #sweibo .fa {
    background: none;
    color: #fff;
    font-size: 16px;
    margin: 12px;
}
#mpage .content .header p.subtitle, 
#mpage .content .header p.title {
    text-indent: 0;
    text-align: center;
}
#indexPage #mpage.init_layout .wrapper li {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 420px;
}
#indexPage #mpage.init_layout .wrapper li .fimg {
    position: absolute;
    width: 550px;
    margin: 0;
}
.npagePage #projectlist .wrapper .content_list {
    width: 96.5% !important;
}
/* 2019.07.25 yyq 修改 */