@charset "utf-8";
/* CSS Document */

/*导航*/

#header {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: #fff;
}

#header.mini ul#nav {
    padding: 0 20px 0 20px;
}

.nobanner #header {
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
}

#header ul#nav {
    float: right;

    width: 100%;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
    color: #333;
}

#header.mini ul li.navitem a::before {
    margin-top: 50px;
}

#header.mini {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
}

#header ul li.navitem ul.subnav li a {
    line-height: 32px;

    height: 32px;

    background: #fff;
}

#header ul li.navitem ul.subnav {
    border-top: 0;
}

#header ul li.navitem ul.subnav li a:hover {
    background: rgb(105, 105, 105);
}

#header ul li.navitem ul.subnav li a::before {
    position: absolute;

    width: 0;
    height: 0;

    content: "";
}

#header ul li.navitem ul.subnav li a.active::before {
    width: 0;
    height: 0;

    content: "";
}

/*导航结束*/

/*导航*/

body.ipusher.open #header #headSHBtn {
    position: absolute;
    left: calc(100% - 70px);
}

body.ipusher.open #header #headSHBtn:hover {
    background-color: #262626;
}

body.ipusher.open #header #headSHBtn i::before {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body.ipusher #header #headSHBtn i {
    font-size: 17px;

    margin-top: 17px;

    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body.ipusher #header #headSHBtn:hover i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #fff;
}

body.ipusher.open #header #headSHBtn:hover i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #fff;
}

#headSHBtn {
    top: 20px;
    left: -110px;

    display: block;

    width: 50px;
    height: 50px;

    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    color: #dedede;
    background: #fff;
}

#headSHBtn:hover {
    background-color: #4b4b4b;
}

body.ipusher #header ul li.navitem ul.subnav {
    z-index: 1;
    left: 0;
    left: 50%;

    overflow: hidden;

    height: 1000px;
    margin-left: 20px;
}

body.ipusher #header ul li.navitem ul.subnav li {
    height: 60px;
}

body.ipusher #header .content {
    padding-top: 80px;
    padding-bottom: 1000px;

    background-color: #fff;
    box-shadow: 0 2px 26px rgba(0, 0, 0, 0.1);
}

#logoClone img {
    margin: 20px 30px 20px 60px;
}

body.ipusher #header {
    position: fixed;
    z-index: 999999;
    right: -400px;
    left: auto;

    width: 400px;

    background-color: #fff;
}

body.ipusher.open #header {
    width: 100%;

    -webkit-transform: translate3d(-400px, 0, 0);
    -moz-transform: translate3d(-400px, 0, 0);
    -o-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0);
}

body.ipusher #header #logo {
    margin: 0 auto 40px;
}

body.ipusher #header #logo img {
    height: 40px;
}

body.ipusher #header ul li.navitem {
    line-height: 60px;

    height: 60px;

    text-align: center;

    border-top: 1px solid #f5f5f5;
}

body.ipusher #header ul li.navitem:hover {
    cursor: pointer;

    background: #f8f8f8;
}

body.ipusher #header ul li.navitem:hover a {
    color: #000;
}

#header ul li.navitem a {
    font-size: 14px;

    color: #666;
}

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
    color: #666;
}

#header ul li.navitem ul.subnav li a {
    background: transparent;
}

body.ipusher #header ul li.navitem ul.subnav li a {
    color: #777;
}

body.ipusher #header ul li.navitem ul.subnav li a:hover {
    color: #333;
    background: transparent;
}

#header ul li.navitem ul.subnav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

#header ul li.navitem ul.subnav li:last-child {
    border-bottom: none;
}

/*首页头部导航*/

#headSHBtn i {
    display: none;
}

#headSHBtn:after {
    position: absolute;
    top: 28px;
    left: 15px;

    display: block;

    width: 20px;
    height: 2px;

    content: "";
    transition: all 0.3s ease-out 0s;

    background: #999;
}

#headSHBtn:before {
    position: absolute;
    top: 18px;
    left: 15px;

    display: block;

    width: 20px;
    height: 2px;

    content: "";
    transition: all 0.3s ease-out 0s;

    background: #999;
}

#headSHBtn:hover::after {
    top: 25px;

    transform: rotate(45deg);

    background: #fff;
}

#headSHBtn:hover::before {
    top: 25px;

    transform: rotate(-45deg);

    background: #fff;
}

body.ipusher.open #headSHBtn {
    background-color: #4a4a4a;
}

body.ipusher.open #headSHBtn:after {
    top: 25px;

    transform: rotate(45deg);

    background: #fff;
}

body.ipusher.open #headSHBtn:before {
    top: 25px;

    transform: rotate(-45deg);

    background: #fff;
}

#header ul li.navitem ul.subnav li a i {
    margin-top: 10px;
}

/*首页幻灯*/

.bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    margin-top: -30px;

    border-radius: 5px;
    background: transparent;
}

.bx-wrapper .bx-controls-direction a i {
    font-size: 36px;

    margin-top: 12px;
    margin-left: 22px;

    color: #eaeaea;
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 25px;
}

bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    display: none;
}

#mslider .bx-wrapper .bx-pager.bx-default-pager a,
.bx-wrapper .bx-pager.bx-default-pager a {
    display: none;
}

.content .header {
    padding-top: 70px;
}

/*项目*/

#indexPage #projectlist .projectitem {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.Pageanli .content .header {
    padding-top: 50px;
}

#indexPage #mproject {
    background: #fff;
}

#indexPage #mproject .content .wrapper {
    width: calc(100% - 120px);
    margin: 0 auto;
    margin-top: 50px;
}

#indexPage #mproject .content .header p.title,
#indexPage #mproject .content .header p.subtitle {
    margin-left: 0;
}

.content .header p.title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 22px;

    margin-left: 60px;

    text-align: left;
}

#projectlist .bx-viewport {
    padding-bottom: 90px;
}

#projectlist .projectitem a:hover .project_info {
    position: absolute;

    background: rgba(0, 0, 0, 0.3);
}

.content .header p.subtitle {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 14px;

    margin-top: 5px;
    margin-left: 60px;

    text-align: left;
}

#indexPage #projectlist .projectitem a .project_info div {
    position: absolute;

    width: 100%;
    height: 100px;

    transition: all 0.3s ease-out 0s;

    background: transparent;
}

#indexPage #projectlist .projectitem:hover a .project_info div {
    opacity: 1;
}

#projectlist .projectitem a .project_info div {
    top: 100%;

    margin-top: 0;
}

#projectlist .projectitem a .project_info div::after {
    position: absolute;
    top: 0;
    right: 0;

    width: 32px;
    height: 30px;
    margin-top: 30px;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    opacity: 0;
    background: none;
}

#projectlist .projectitem a:hover .project_info div::after {
    right: 25px;

    opacity: 1;
    background: none;
}

#projectlist .projectitem a .project_info p.title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";

    overflow: hidden;

    margin: 0 20px;
    padding: 20px 0 5px;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #565656;
}

.Pageanli #projectlist .projectitem a .project_info p.title {
    margin: 0;

    color: #565656;
}

#projectlist .projectitem a .project_info p.subtitle {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 14px;

    overflow: hidden;

    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #929292;
}

.Pageanli #projectlist .projectitem a .project_info p.subtitle {
    margin: 0;
    padding: 0 0 5px;

    color: #929292;
}

#projectlist .projectitem a:hover .project_info p.title {
    color: #4a4a4a;
}

#category a {
    padding: 7px 27px;

    border: 0;
}

#category a::after {
    font-size: 10px;

    position: absolute;

    margin-top: 0;
    margin-left: 28px;

    content: "|";
    text-align: left;

    color: #c8c8c8;
}

#indexPage #mproject #category a:last-child::after {
    position: absolute;

    width: 0;
    height: 0;

    content: "";
}

#newsPage #category a:last-child::after {
    position: absolute;

    width: 0;
    height: 0;

    content: "";
}

#indexPage #mproject #category {
    position: absolute;
    top: 20px;
    right: 60px;

    display: block;

    margin-right: -30px;

    animation-name: fadeInUp;
}

#category a::before {
    position: absolute;

    width: 0;
    height: 1px;
    margin-top: 25px;
    margin-left: 0;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;

    background-color: #818181;
}

#category a:hover::before {
    width: 30px;
}

#category a {
    font-size: 14px;

    color: #999;
    border: 0;
}

#category a.active,
#category a:hover {
    color: #333;
    border-color: transparent;
    background: transparent;
}

#projectlist .projectitem {
    margin-bottom: 100px;

    background: #fff;
}

#projectlist .projectitem:nth-child(4n) {
    margin-right: 0;
}

/*#projectlist .projectitem a::after { content: '+'; width: 64px; height: 64px; line-height: 64px; margin: 0 auto; margin-left: -32px; margin-top: 0px; display: inline-block; position: absolute; top: 0%; left: 50%; z-index: 10; border-radius: 50px; border: 2px solid #fff; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0; color: #fff; font-size: 40px; text-align: center; font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑"; }















*/

#projectlist .projectitem:hover a::after {
    top: 50%;

    margin-top: -32px;
    margin-left: -32px;

    opacity: 1;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction {
    display: inline;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a {
    top: 114%;

    width: 60px;
    height: 30px;
    margin-top: 0;

    border-radius: 0;
    background: transparent;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 50%;

    margin-left: -60px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    border-right: 1px solid #e9e9e9;
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -60px -250px
        no-repeat;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    border-right: 1px solid #e9e9e9;
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -60px -220px
        no-repeat;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a.bx-next {
    right: 50%;

    margin-right: -60px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png)
        0 -250px no-repeat;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png)
        0 -220px no-repeat;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a i {
    font-size: 24px;

    margin-top: 2px;
    margin-left: 26px;

    color: #dadada;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a:hover i {
    color: #535353;
}

#indexPage #mproject a.more {
    display: none;
}

#category {
    padding-bottom: 40px;

    text-align: right;
}

#indexPage #mproject .fa-angle-right::before {
    content: "";
}

#indexPage #mproject .fa-angle-left::before {
    content: "";
}

.Pageanli #category {
    top: 0;

    width: 94%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-right: 3%;
    padding-left: 3%;

    text-align: center;
}

/*案例详情页*/

.npagePage4 #projectlist .projectitem a .project_info {
    background: #fff;
}

/*服务*/

#indexPage #mservice .content {
    top: 50px;

    height: 100%;
    margin-top: 0;
}

#indexPage #mservice #servicelist {
    width: calc(100% - 220px);
    margin: 0 auto;
}

#indexPage #mservice .wrapper {
    height: 100%;
    margin: 0 auto;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-viewport {
    height: 100%;
}

#indexPage #mservice .content .header {
    position: relative;
    top: 80px;

    width: 100%;
}

#mservice .content .header p.title {
    text-align: left;
}

#mservice .content .header p.subtitle {
    text-align: left;
}

#indexPage a.more {
    display: none;
}

#indexPage #servicelist .serviceitem {
    height: 530px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#servicelist .serviceitem div {
    overflow: hidden;

    margin-top: 25px;
    padding: 0 25px;
}

#servicelist .serviceitem div p.title {
    font-size: 18px;

    margin-bottom: 30px;

    color: #333;
}

#servicelist .serviceitem:hover .title {
    color: #333;
}

#servicelist .serviceitem div p.description {
    line-height: 28px;

    width: 90%;
}

#indexPage #servicelist .serviceitem:hover::before {
    font-size: 180px;

    top: -10px;

    margin-left: 94px;
}

#servicelist .serviceitem a {
    height: 460px;
    padding-top: 23%;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pageservice #servicelist .serviceitem a {
    padding-top: 10px;
}

#servicelist .serviceitem a:hover {
    padding-top: 16%;
}

#indexPage #mservice #servicelist .serviceitem a:hover div::before {
    width: 80px;
    margin-left: -40px;

    background: rgba(0, 0, 0, 0.4);
}

#servicelist .serviceitem:hover a img {
    float: none;

    height: auto;
    margin: 0 auto;

    opacity: 01;
}

#indexPage #mservice #servicelist .serviceitem a::after {
    position: absolute;
    left: 50%;

    width: 40px;
    height: 40px;
    margin-top: 30px;
    margin-left: -20px;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -92px
        0 no-repeat;
}

#indexPage #mservice #servicelist .serviceitem a:hover::after {
    left: 50%;

    width: 70px;
    margin-left: -35px;

    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -10px
        0 no-repeat;
}

/*首页关于我们*/

#indexPage #mpage .wrapper li .fimg {
    width: 50%;
    height: 1024px;

    background-size: cover;
}

#mpage .content .header {
    float: right;

    width: 50%;
    padding-top: 13%;
    padding-bottom: 3%;
}

#indexPage #mpage a.more {
    font-family: "HELVETICANEUELTPRO-THEX";
    font-size: 16px;
    line-height: 40px;

    display: block;
    float: right;

    width: 12%;
    height: 40px;
    margin-top: 4%;
    margin-right: 31%;
    margin-left: 7%;

    text-align: center;
    text-indent: 0;

    color: #fff;
    border: #383838 1px solid;
    border-radius: 0;
    background-color: #383838;
}

#indexPage #mpage a.more::before {
    position: absolute;

    display: block;
    float: right;

    width: 36%;
    height: 1px;
    margin-top: -1px;

    content: "";

    background-color: rgba(0, 0, 0, 0.1);
}

#indexPage a.more i {
    font-size: 20px;

    position: relative;
    top: 1px;
}

#indexPage #mpage .content,
#indexPage #mpage .module-content,
#indexPage #mpage .wrapper,
#indexPage #mpage .slider,
#indexPage #mpage .wrapper li,
#indexPage #mpage .wrapper li .fimg {
    height: 100%;
}

#mpage .module-content .description {
    line-height: 26px;

    float: right;

    width: 36%;
    height: auto;
    max-height: 108px;
    padding-right: 7.1%;
    padding-left: 7.1%;

    text-align: left;
}

#mpage .content .header p.title {
    font-size: 22px;

    margin-left: 14%;

    text-align: left;
}

#mpage .content .header p.subtitle {
    margin-left: 14%;

    text-align: left;
}

#indexPage #mpage .content {
    top: 0;

    margin-top: 0;
}

/*新闻*/

#indexPage #mnews .content .header {
    position: relative;
    top: 49px;

    display: block;

    padding-bottom: 0;
}

#indexPage #mnews .content {
    top: 50%;

    margin-top: -270px;
}

#indexPage #newslist .newstitem {
    height: 400px;
}

#indexPage #newslist .newstitem::before {
    position: absolute;
    /* top: 96px !important; */

    width: 0;
    height: 1px;

    content: "";
    transition: all 0.3s ease-out 0s;

    background: rgba(0, 0, 0, 0.1);

    /* -webkit-margin-before: 3px; */

    top: calc(50% - 100px);
    -webkit-margin-before: 0;
}

#indexPage #newslist .newstitem:hover::before {
    width: 100%;

    background: rgba(0, 0, 0, 0.5);
}

#indexPage .newstitem .newsbody {
    display: block;

    width: 100%;
    max-width: 100%;
    margin-top: 50px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    vertical-align: auto;
}

#newslist .newstitem .newsbody .date {
    font-family: HELVETICANEUELTPRO-THEX;
    font-weight: inherit;

    display: inline-block;
    float: left;

    margin-bottom: 0;
    padding: 0 22px;

    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    color: #c0c0c0;
}

#indexPage #mnews #newslist .newstitem .newsbody .date {
    font-size: 20px;

    padding-left: 0;
}

#indexPage #mnews #newslist .newstitem .newsbody .date .year {
    transition: all 0.3s ease-out 0s;
}

#indexPage #mnews #newslist .newstitem:hover .newsbody .date .year {
    color: #333;
}

#indexPage #mnews #newslist .newstitem .newsbody .date .md {
    display: none;
}

#indexPage #mnews #newslist .newstitem .newsimg {
    position: relative;
    top: 236px;

    overflow: hidden;

    width: 100%;
    max-width: 320px;
    height: 152px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mnews #newslist .newstitem:hover .newsimg {
    top: 246px;
}

#indexPage #mnews #newslist .newstitem .newsbody .title {
    overflow: hidden;

    width: 100%;
    margin-top: 40px;
    margin-bottom: 15px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

#newslist .newstitem .newsbody .title {
    font-size: 16px;
    line-height: 30px;

    display: inline-block;
    float: left;
    overflow: hidden;

    width: 280px;
    height: 30px;

    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}

#newslist .newstitem.left a.newscontent,
#newslist .newstitem.right a.newscontent {
    padding: 0;

    text-align: left;
}

#newslist .newstitem.left a.newscontent:hover .title,
#newslist .newstitem.right a.newscontent:hover .title {
    color: #000;
}

#newslist .news_wrapper {
    width: 100%;

    background-color: transparent;
}

#newslist .newstitem a.newscontent:hover .news_wrapper {
    width: 100%;

    background-color: transparent;
}

#newslist .newstitem.left a.newscontent:hover,
#newslist .newstitem.right a.newscontent:hover {
    padding: 0;
}

#newslist .newstitem.right a.newscontent .newsimg {
    left: 0;
}

#newslist .news_wrapper::before {
    height: 0;
}

#newsPage #newslist .newstitem .newsimg {
    display: block;

    width: 320px;
    height: 160px;
}

#newsPage #newslist .newstitem .news_wrapper {
    top: 266px;
    left: 30px;

    width: 400px;
    height: 200px;
}

#indexPage #newslist .newsitem .newsbody .title,
#newsPage #newslist .newstitem .newsbody .title {
    font-size: 18px;

    position: relative;

    display: block;
    float: none;

    width: 100%;
}

#indexPage #newslist .newstitem p.description {
    line-height: 25px;

    margin-left: 0;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;

    color: #999;
}

#indexPage #newslist .newstitem:hover p.description {
    margin-left: 10px;
}

#indexPage #newslist .newstitem:hover .newsbody p.title {
    margin-left: 10px;
}

#indexPage #newslist .wrapper {
    width: 76%;
    margin: 0 auto;
}

#indexPage #newslist .separator {
    display: none;
}

#newsPage #newslist .newstitem .newsbody::after {
    font-family: "HELVETICANEUELTPRO-THEX";
    font-size: 16px;
    line-height: 40px;

    display: block;

    width: 105px;
    height: 40px;
    margin-top: 50px;
    padding-left: 45px;

    content: "MORE";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;

    color: #727272;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -165px
        0 no-repeat;
}

/*#indexPage #mnews::after{ position: absolute;content: "";width: 1000px;height: 100%;margin: 0 auto;left: 0;right: 0;border-left: 1px solid rgba(255,255,255,.08);}*/

#indexPage #mnews::before {
    position: absolute;
    top: calc(50% - 120px);

    width: 100%;
    height: 1px;

    content: "";

    background: #e6e5e5;
}

#newsPage #newslist .newstitem a:hover .newsbody .description::after {
    width: 123px;
}

.newstitem {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#newsitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#newsitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#newsitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

/*合作伙伴*/

#mpartner .content > .header {
    position: relative;
    top: 50px;

    width: 100%;
}

#indexPage #mpartner .wrapper ul li {
    height: 380px;
}

#indexPage #mpartner .wrapper ul li a {
    transition: all 0.3s ease-out 0s;
}

#indexPage #mpartner .wrapper ul li a::after {
    position: absolute;

    width: 1px;
    height: 90px;
    margin-top: 38px;
    margin-left: 10px;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background-color: #eaeaea;
}

#indexPage #mpartner .wrapper ul li a:nth-child(4n)::after {
    position: absolute;

    width: 0;
    height: 0;

    content: "";
}

#indexPage #mpartner .wrapper ul li a:last-child::after {
    position: absolute;

    width: 0;
    height: 0;

    content: "";
}

#indexPage #mpartner .content::after {
    position: absolute;

    width: 100%;
    height: 1px;
    margin-top: -200px;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background-color: #eaeaea;
}

/*分享*/

#shares a#sshare {
    color: transparent;
    background-image: url("http://resources.jsmo.xin/templates/upload/220/icon/fenxiang.png");
    background-repeat: no-repeat;
}

#shares {
    right: 66px;
    bottom: -3px;

    height: 35px;
}

#shares a#gotop {
    margin-top: 6px;

    color: #5f5f5f;
    background: none;
}

#shares a i {
    padding: 0 20px;

    border-right: 1px solid rgba(167, 167, 167, 0.3);
}

#shares a i.fa-share-alt {
    padding: 0 16px;
}

#shares a i.fa-weixin {
    font-size: 16px;

    height: 16px;
    margin: 0 0 0 26px;
    padding: 0 8px;

    color: transparent;
    background-image: url(http://resources.jsmo.xin/templates/upload/220/icon/shoujih.png);
    background-repeat: no-repeat;
}

#online_open i {
    margin-top: 5px;
}

#shares a i.fa-share-alt {
    padding: 0 16px;
}

#online_open {
    bottom: 0;

    margin: 0 10px 0 0;

    color: #515151;
    background: none;
}

#footer p {
    position: fixed;
    right: 0;
    bottom: 0;

    width: 100%;
    padding: 8px 230px;

    background: #fff;
}

#footer.mini p {
    right: 0;

    padding: 8px 250px;
}

#shares a {
    display: inline-block;

    width: auto;
    height: 22px;

    color: #515151;
    background-color: transparent;
}

#shares a#sweibo {
    transition: all 0.3s ease-out 0s;

    background-color: transparent;
}

#shares a#sweibo:hover {
    background: transparent;
}

#shares a#sweixin {
    transition: all 0.3s ease-out 0s;

    background-color: transparent;
}

#shares a#sweixin:hover {
    background-color: transparent;
}

#online_lx {
    bottom: 36px;

    margin-right: -10px;

    border-radius: 0;
}

#olx_head {
    border-radius: 0;
    background: #595959;
}

#olx_tel div {
    font-size: 0;
    line-height: 0;

    height: 0;
    margin-bottom: 0;
}

#olx_tel div i {
    font-size: 0;
}

#olx_tel div {
    color: #898989;
}

#olx_qq li a i {
    color: #868686;
}

#olx_qq li a:hover i {
    color: #545454;
}

#olx_qq li a {
    color: #808080;
    border-left: 3px solid transparent;
}

#olx_qq li a:hover {
    color: #454545;
    border-left: 3px solid #424242;
    background: #e3e3e3 none repeat scroll 0 0;
}

#olx_head i {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#olx_head i:hover {
    /* Firefox */
    -webkit-transform: rotate(90deg);

    /* IE 9 */
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);

    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #fff;

    /* Opera */
}

#footer a path {
    fill: #808080;
}

/*分享结束*/

/*快捷菜单*/

#moduleControl a.moduleCItem {
    position: relative;

    width: 11px;
    height: 11px;
    margin-bottom: 20px;

    border-radius: 10px;
}

#moduleControl a.moduleCItem:hover span,
#moduleControl a.moduleCItem.active span {
    font-size: 0;
    line-height: 24px;

    position: absolute;
    top: -6px;
    right: -2px;

    overflow: hidden;

    width: 70px;
    height: 24px;
    padding-right: 25px;

    text-align: right;
    text-indent: initial;

    color: #959595;
}

/*#moduleControl a.moduleCItem span::after { content:""; position:absolute; top:11px; right:12px; width:0px; height:1px; background:rgba(0,0,0,0);}*/

/*#moduleControl a.moduleCItem:hover span::after, #moduleControl a.moduleCItem.active span::after { content:""; position:absolute; top:11px; right:12px; width:15px; height:1px; background:rgba(0,0,0,.2);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}*/

#moduleControl a.moduleCItem:hover,
#moduleControl a.moduleCItem.active {
    border: 2px solid #5a5a5a;
    background-color: transparent;
}

#moduleControl a.moduleCItem:hover::before,
#moduleControl a.moduleCItem.active::before {
    position: absolute;
    right: 20px;

    content: "";

    background: transparent;
}

#moduleControl a.moduleCItem {
    border: 2px solid transparent;
}

#moduleControl a.moduleCItem::before {
    position: absolute;
    left: 0;

    width: 3px;
    height: 3px;
    margin: 4px 0 0 4px;

    content: "";

    border-radius: 3px;
    background: #a8a8a8;
}

#moduleControl a.moduleCItem::after {
    position: absolute;
    left: 0;

    width: 1px;
    height: 24px;
    margin: 11px 0 0 5px;

    content: "";

    background: rgba(155, 155, 155, 0.2);
}

#moduleControl a.moduleCItem:last-child::after {
    position: absolute;

    width: 0;
    height: 0;

    content: "";
}

#indexPage .module.bgShow .bgmask {
    background-color: transparent;
}

#indexPage #mservice .bgmask {
    opacity: 0.5;
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/dot.png)
        repeat;
}

/*新*/

.content_list {
    width: 100%;
    height: 100%;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev {
    left: -70px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -60px -40px
        no-repeat;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev:hover {
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -60px -100px
        no-repeat;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next {
    right: -70px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png)
        0 -40px no-repeat;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next:hover {
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png)
        0 -100px no-repeat;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next i.fa-angle-right::before {
    content: "";
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev i.fa-angle-left::before {
    content: "";
}

#indexPage #mslider i.fa-angle-left::before,
#indexPage #mslider i.fa-angle-right::before {
    content: "";
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a {
    display: block;

    width: 80px;
    height: 40px;

    background: url(http://resources.jsmo.xin/templates/upload/1836/icon/icon.png)
        no-repeat;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -13px 0;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: -13px -40px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next::before {
    position: absolute;

    width: 67px;
    height: 1px;
    margin-top: -6px;

    content: "";
    transition: all 0.3s ease-out 0s;

    opacity: 0;
    background: #d8d8d8;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next:hover::before {
    width: 67px;
    margin-top: 4px;

    opacity: 1;
    background: #565656;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: -0 -40px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev::before {
    position: absolute;
    left: 5px;

    width: 67px;
    height: 1px;
    margin-top: -6px;

    content: "";
    transition: all 0.3s ease-out 0s;

    opacity: 0;
    background: #d8d8d8;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev:hover::before {
    width: 67px;
    margin-top: 4px;

    opacity: 1;
    background: #565656;
}

/*团队*/

/*.waikuang { width:1200px; margin:0 auto; height:100%; overflow:hidden;}*/

#indexPage #mteam::before {
    position: absolute;
    left: calc(50% - 640px);

    width: 1px;
    height: calc(50% - 220px);

    content: "";

    background: rgba(0, 0, 0, 0.08);
}

#indexPage #mteam::after {
    position: absolute;
    right: calc(50% - 320px);
    bottom: 0;

    width: 1px;
    height: calc(50% - 130px);

    content: "";

    background: rgba(0, 0, 0, 0.08);
}

#indexPage #mteam .module-content {
    width: 1280px;
}

#indexPage #mteam .content {
    margin-top: -274px;
}

#indexPage #mteam li {
    float: left;

    width: 320px;

    transition: all 0.3s ease-out 0s;
    position: relative;
}

#indexPage #mteam li .summary {
    position: relative;
    z-index: 2;

    margin-top: 0;
    padding: 33px 0 20px;

    transition: all 0.3s ease-out 0s;

    background: #fff;
}

#indexPage #mteam li:hover {
    background: #383838;
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
}

#indexPage #mteam li .header a {
    transition: all 0.3s ease-out 0s;
}

#indexPage #mteam li .header a::before {
    position: absolute;
    top: 54px;

    width: 314px;
    height: 350px;

    content: "";
    transition: all 0.3s ease-out 0s;

    border: 3px solid transparent;

    -webkit-margin-before: -3px;
}

#indexPage #mteam li:hover .header a::before {
    height: 304px;

    border-color: #383838;
}

#indexPage #mteam li:nth-of-type(even) .header a::before {
    top: 0;

    -webkit-margin-before: 0;
}

#indexPage #mteam li:nth-of-type(even):hover .header a::before {
    top: 40px;
}

#indexPage #mteam li:hover .header a {
    margin-top: -20px;
}

#indexPage #mteam li:hover .summary {
    height: 147px;
    margin-top: -60px;

    background: #383838;
}

#indexPage #mteam .summary p.subtitle {
    margin-bottom: 20px;
}

#indexPage #mteam li:hover .summary p.title a {
    color: #fff;
}

#indexPage #mteam li:nth-of-type(even) .header a {
    position: relative;

    margin-top: 120px;
}

#indexPage #mteam li:nth-of-type(even) .summary {
    position: relative;

    margin-top: -470px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mteam li:nth-of-type(even):hover .summary {
    margin-top: -469px;
}

#indexPage #mteam .summary p {
    width: calc(100% - 60px);
    margin-left: 20px;

    text-align: left;
}

#indexPage #mteam .summary p.title {
    font-family: "HELVETICANEUELTPRO-THEX";
    font-size: 20px;

    margin-bottom: 6px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    color: #383838;
}

#indexPage #mteam .summary p.description {
    overflow: hidden;

    height: 0;

    transition: all 0.3s ease-out 0s;
}

#indexPage #mteam li:hover .summary p.description {
    overflow: hidden;

    height: 75px;
}

#indexPage #mteam .header {
    overflow: hidden;

    width: 100%;
    margin: 0 auto;
}

#indexPage #mteam .content > .header {
    display: block;
}

#indexPage #mteam .content > .header::before {
    position: absolute;
    z-index: 3;
    top: 54px;
    left: calc(50% - 320px);

    width: 100%;
    height: 1px;

    content: "";

    background: rgba(0, 0, 0, 0.08);

    -webkit-margin-before: -3px;
}

#indexPage #mteam #teamitem_4,
#indexPage #mteam #teamitem_5,
#indexPage #mteam #teamitem_6,
#indexPage #mteam #teamitem_7,
#indexPage #mteam #teamitem_8,
#indexPage #mteam #teamitem_9,
#indexPage #mteam #teamitem_10,
#indexPage #mteam #teamitem_11 {
    display: none;
}

/*#indexPage #mteam .content_list #teamitem_1 .header a::before { content:"02";position: absolute;font-family: "HELVETICANEUELTPRO-THEX";color: #e6e6e6;margin-top:40px;















font-size: 54px;z-index: 1;margin-left: -50px;}*/

#indexPage #mteam .header a {
    display: block;
    overflow: hidden;

    width: 320px;
    height: 350px;
}

#indexPage #mteam .header img {
    width: 320px;
    height: 350px;
    margin: 0;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    border-radius: 0;
}

#indexPage #mteam li:hover .header a img {
    margin-top: -20px;
}

#indexPage #mteam li:nth-of-type(even):hover .header a img {
    margin-top: 25px;
}

#teamitem_0 {
    width: 1200px;
}

#indexPage #mslider {
    height: calc(100% - 70px);
}

#indexPage #mslider .bx-viewport {
    width: calc(100% - 120px) !important;
    margin: 0 60px 0;
}

#indexPage #mslider::before {
    position: absolute;
    z-index: 2;
    top: 0;

    width: 100%;
    height: 70px;

    content: "";

    background: #fff;
}

#indexPage #mslider .bx-wrapper {
    position: relative;

    height: calc(100% - 130px);
}

#indexPage #mslider ul li a::before {
    position: absolute;
    left: 50%;

    width: 1px;
    height: 42%;

    content: "";

    background: rgba(255, 255, 255, 0.25);
}

#indexPage #mslider ul li a::after {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 1px;
    height: 42%;

    content: "";

    background: rgba(255, 255, 255, 0.25);
}

#indexPage #mslider ul li div.fa-angle-down::before {
    content: "";
}

#indexPage #mslider ul li p.title {
    font-family: "LANEUP", "HELVETICANEUELTPRO-THEX";
    font-size: 60px;
    line-height: 80px;
}

#indexPage #mslider ul li p.subtitle {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 50px;
}

#indexPage #mslider ul li div {
    position: relative;
    top: -25px;
}

#indexPage #mslider ul li div.mask {
    background: url(http://resources.jsmo.xin/templates/upload/1836/icon/dot.png)
        repeat;
}

.content_list li {
    float: none;
}

#teamitem_0 {
    animation-name: fadeInUp;
    animation-delay: 0s;
}

#teamitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#teamitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#indexPage #mpartner .content {
    margin-top: -270px;
}

#indexPage #mcontact {
    background: #fff;
}

#indexPage #mcontact .header p.title {
    color: #333;
}

#indexPage #mcontact .content {
    margin-top: -230px;
}

#mcontact .content > .header {
    width: 100%;
}

#indexPage #mcontact .content .fw {
    width: 100%;
}

#indexPage #mcontact .header p.subtitle {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";

    margin-top: 5px;
    margin-left: 60px;

    text-align: left;
}

#indexPage #mcontact #contactlist {
    position: absolute;

    height: 100%;
    margin-top: 5%;
    padding-bottom: 10%;

    background: #fff;
}

#mcontact .content #contactinfo {
    width: 35%;
    margin-left: 60px;
    padding-top: 5%;
}

#contactinfo div {
    position: relative;
    top: -263px;
    left: 280px;
}

#contactinfo p {
    margin-bottom: 5px;
}

#contactinfo h3 {
    margin-bottom: 45px;

    color: #999;
}

#contactinfo div a {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: transparent;
}

#contactinfo div a:hover {
    background: rgba(255, 255, 255, 0.15);
}

#contactinfo div a i {
    color: #b1b1b1;
}

#contactinfo div a:hover i {
    color: #7a7a7a;
}

#mcontact .content #contactform {
    width: 50%;
    margin-right: 5%;
    padding-top: 3.9%;
}

#contactform p .inputtxt {
    width: 100%;
    width: 100%;
    padding: 20px 0 20px 0;

    color: #666;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background-color: transparent;
}

#mcontact .content #contactform p {
    float: left;

    width: 30%;
    margin-right: 20px;
}

#contactform p textarea.inputtxt {
    width: calc(300% + 40px);
    width: -moz-calc(300% + 40px);
    width: -webkit-calc(300% + 40px);
}

#contactform p .inputsub {
    font-size: 15px;

    position: relative;
    top: 170px;
    left: calc(-100% - 20px);
    left: -moz-calc(-100% - 20px);
    left: -webkit-calc(-100% - 20px);

    display: block;
    float: left;

    width: 100px;
    height: 40px;
    padding: 5px 0;

    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    color: #cfcfcf;
    border: 1px solid #383838;
    background-color: #383838;
}

#contactform p .inputsub:hover {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.9);
    background-color: rgba(0, 0, 0, 0.9);
}

#sitecontent .npagePage .content .serviceitem a img {
    opacity: 1;
}

#sitecontent .npagePage .content .header p.title {
    margin-left: 0;

    text-align: center;
}

#sitecontent .npagePage .content .header p.subtitle {
    margin-left: 0;

    text-align: center;
}

#teamlist {
    width: 1200px;
}

.Pageteam .content .header,
.Pageservice .content .header {
    padding-top: 80px;
    padding-bottom: 60px;
}

.teamitem {
    width: 290px;
    height: 520px;
    margin-right: 10px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    border: 1px solid transparent;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.Pageteam .teamitem {
    height: 490px;
}

.teamitem:hover {
    margin-top: -10px;
    margin-bottom: 60px;

    cursor: pointer;

    border: 1px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.teamitem a {
    width: 290px;
    height: 300px;
}

.teamitem a img {
    width: 290px;
    height: auto;
}

.teamitem .teaminfo .description {
    line-height: 24px;

    height: 55px;
    margin-top: 40px;
}

.Pageteam .teamitem .teaminfo .description {
    margin-top: 25px;
}

.teamitem .teaminfo {
    margin-top: 30px;
    padding: 0 25px;
}

.Pageteam .teamitem .teaminfo {
    text-align: left;
}

.teamitem .teaminfo .subtitle {
    font-size: 13px;
}

.teamitem a div.wrap {
    background: #404040;
}

#sitecontent #newsPage #newslist {
    width: 1200px;
    padding-top: 30px;
}

#sitecontent #newsPage #newslist .newstitem {
    float: left;

    width: 100%;
    height: 190px;
    margin-bottom: 30px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#sitecontent #newsPage #newslist .newstitem .newsbody .date {
    left: 327px;
}

#sitecontent #newsPage #newslist .newstitem .newsbody .date .year {
    font-size: 18px;

    margin-left: -96px;
}

#sitecontent #newsPage #newslist .newstitem .newsbody .date .year::after {
    position: absolute;

    margin: 0 5px;

    content: "/";

    color: #b1b1b1;
}

#sitecontent #newsPage #newslist .newstitem .newsbody .date .md {
    margin-top: 0;
    margin-left: 96px;
}

#sitecontent #newsPage #newslist .newstitem .newsbody .date .md span {
    display: none;
}

#teamlist .teamitem:last-child,
#teamlist .teamitem:nth-child(4n) {
    margin-right: 0;
}

#sitecontent .npagePage #servicelist {
    top: -40px;
}

#sitecontent .npagePage #newslist .newstitem .news_wrapper {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
}

#newsPage .npagePage #newslist .newstitem .newsimg {
    left: 0;

    float: left;
}

#sitecontent .npagePage #newslist .newsbody {
    float: left;

    width: 70%;
    margin-left: 360px;
    padding-top: 5px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#sitecontent .npagePage #newslist .newstitem .newsbody .description::after {
    width: 0;

    content: "";
}

#sitecontent
    .npagePage
    #newslist
    .newstitem
    a:hover
    .newsbody
    .description::after {
    width: 0;
}

#sitecontent .npagePage #newslist .newstitem .newsbody::after {
    font-family: "HELVETICANEUELTPRO-THEX";
    font-size: 16px;
    line-height: 40px;

    display: block;
    float: right;

    width: 105px;
    height: 40px;
    margin-top: -43px;
    padding-left: 45px;

    content: "MORE";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;

    color: #bcbcbc;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -165px
        0 no-repeat;
}

#sitecontent .npagePage #newslist .newstitem a:hover .newsbody::after {
    color: #000;
}

#sitecontent .npagePage #newslist #newsitem_0.newstitem .newsbody .date,
#sitecontent .npagePage #newslist .newstitem .newsbody .date {
    position: absolute;
    top: 140px;

    padding: 0;

    color: #c8c8c8;
}

#sitecontent #newsPage #newslist .newstitem:last-child {
    border-bottom: none;
}

#sitecontent .npagePage #newslist .newstitem .newsbody p.title {
    color: #555;
}

#sitecontent .npagePage #newslist .newstitem .newsbody .description {
    width: 75%;
    height: 50px;
}

#sitecontent .npagePage #newslist .newstitem:hover .newsbody {
    margin-left: 370px;
}

#sitecontent #newsPage #newslist .newstitem:hover .newsbody::after {
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -165px
        0 no-repeat;
}

#pages a.active {
    background: #3f3f3f;
}

#sitecontent .npagePage #projectwrap {
    width: 100%;
    padding-top: 0;
}

#sitecontent .npagePage #projectwrap #projectbody {
    width: 77%;
    padding-top: 60px;

    background: #f8f8f8;
}

#sitecontent .npagePage #projectwrap #projectbody #projectimages {
    background: #f8f8f8;
}

#sitecontent .npagePage #projectwrap #projectinfo {
    float: left;

    width: 20%;
    margin-top: 60px;
    margin-left: 3%;
}

#sitecontent .npagePage .content #projectih .header p.title {
    text-align: left;
}

#sitecontent .npagePage .content #projectih .header p.subtitle {
    text-align: left;
}

#sitecontent .npagePage #projectwrap #projecttags {
    left: 77%;

    display: block;

    width: 20%;
    margin-top: 35px;
    margin-left: 3%;
}

#sitecontent .npagePage #servicelist .serviceitem div p.title::before {
    width: 0;
    height: 0;

    content: "";
}

#servicelist .serviceitem div::before {
    position: absolute;

    width: 30px;
    height: 1px;
    margin-top: 50px;
    margin-left: -15px;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: rgba(0, 0, 0, 0.2);
}

#sitecontent .npagePage #servicelist .serviceitem {
    height: 360px;
    margin-bottom: 60px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#sitecontent .npagePage #servicelist .serviceitem:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#sitecontent .npagePage #servicelist .serviceitem a:hover {
    padding-top: 0;
}

#sitecontent .npagePage #servicelist .serviceitem:hover .title {
    color: #000;
}

#header ul li.navitem:hover ul.subnav {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mpartner .wrapper ul li a {
    margin: 0 10px;
    margin-bottom: 20px;

    cursor: pointer;
}

#sitecontent .npagePage #category li:last-child a::after {
    content: "";
}

#category li.hasmore div ul {
    padding-top: 15px;

    border-top: rgba(0, 0, 0, 0.08) 1px solid;
}

#category li.hasmore div ul a:hover {
    color: #000;
    background: transparent;
}

#category li.hasmore div ul a:hover::before {
    width: 0;
    height: 0;

    content: "";
}

#category li.hasmore div ul a.active {
    color: #000;
    background: transparent;
}

.postbody img {
    max-width: 1100px;
}

#projectinfo .header .description a {
    transition: all ease 0.3s;

    color: #fff;
    background: #474747;
}

#projectinfo .header .description a:hover {
    background: #000;
}

#projectib .projectitem a .project_info p.title {
    line-height: 22px;

    color: #666;
}

#projectib .projectitem a:hover .project_info p.title {
    color: #000;
}

#projectib .projectitem a .project_info p.subtitle {
    margin-top: 2px;
}

#projectib .projectitem {
    margin-bottom: 25px;
}

#projecttags a {
    transition: all 0.3s ease-out 0s;
}

#projecttags a:hover {
    color: #fff;
    background: #636363;
}

#projectib .projectitem a {
    overflow: hidden;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#projectib {
    left: 77%;

    float: left;

    width: 20%;
    margin-right: 0;
    margin-left: 0;
    margin-left: 3%;
}

#footer a {
    margin-right: 20px;
}

#moduleControl {
    display: none;
}

/* #indexPage #projectlist #projectitem_8 {
    display: none;
}

#indexPage #projectlist #projectitem_9 {
    display: none;
}

#indexPage #projectlist #projectitem_10 {
    display: none;
}

#indexPage #projectlist #projectitem_11 {
    display: none;
}

#indexPage #projectlist #projectitem_12 {
    display: none;
} */

.npagePage #banner {
    height: 360px;
}

#post_slider li {
    height: 650px;
}

#post_slider,
#post_slider .bx-wrapper,
#post_slider .bx-viewport {
    height: 650px;
}

#projectinfo4 .header {
    position: relative;

    float: left;

    width: 100%;
    padding-top: 20px;
}

#projectinfo4 .header .title-warp {
    float: left;

    width: 50%;
}

#projectinfo4 .description {
    position: relative;
    top: 0;
    right: 0;

    float: right;

    width: 50%;
}

#projectinfo4 .header p {
    font-size: 13px;
    line-height: 24px;
}

#sitecontent .npagePage .content #projectinfo4 .header p.title {
    font-size: 22px;

    width: 92%;
    padding-right: 8%;

    text-align: left;
}

#sitecontent .npagePage .content #projectinfo4 .header p.subtitle {
    width: 92%;
    padding-right: 8%;

    text-align: left;
}

#npagePage #projectlist .projectitem a .project_info p.title {
    font-size: 14px;

    margin: 0;
    padding: 15px 0 2px;

    color: #565656;
}

#npagePage #projectlist .projectitem a .project_info p.subtitle {
    font-size: 13px;

    margin: 0;
    padding-left: 0;

    color: #929292;
}

#projectshow4 #projectib4 #projectlist .projectitem {
    margin-bottom: 20px;
}

.npagePage4 #projectwrap4 #projectinfo4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#projectshow4 {
    margin-top: 20px;
}

#projectinfo4 .description a {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    color: #555;
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

#projectinfo4 .description a:hover {
    color: #fff;
    border: 1px solid #383838;
    background-color: #383838;
}

.npagePage #banner div {
    height: 360px;
}

.Pagenews #category {
    text-align: center;
}

#category li.hasmore div {
    left: 1%;

    width: 98%;
    margin: 0 auto;
}

#projectshow4 #projectib4 #projectlist .wrapper {
    margin-left: 0;
}

#projecttags4 a {
    margin-right: 8px;
    padding: 5px 18px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#projecttags4 a:hover {
    color: #fff;
    background: #383838;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a {
    margin-top: 60px;
    margin-left: 5px;
}

#indexPage #mproject .projectSubList {
    margin-bottom: 0;
}

#indexPage #mnews a.details {
    font-size: 0;
    line-height: 20px;

    position: absolute;
    top: 10px;
    right: 0;

    display: block;

    width: 45px;
    height: 20px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;
    text-indent: 0;

    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
}

#indexPage #newslist .newstitem:hover a.details {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#indexPage #mnews a.details i {
    width: 21px;
    height: 9px;
    margin-top: 5px;

    opacity: 0;
    background: url(http://resources.jsmo.xin/templates/upload/1836/icon/icon.png)
        0 -100px no-repeat;
}

#indexPage #newslist .newstitem:hover a.details i {
    opacity: 1;
    background-position: 0 -119px;
}

#indexPage #mproject .content > .header {
    width: calc(100% - 120px);
    margin: 0 auto;
    padding-bottom: 20px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#newslist .separator {
    display: none;
}

#indexPage #servicelist .serviceitem a img {
    width: 360px;
}

#indexPage #mteam .summary p.title a {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #projectlist .projectitem a .project_info div,
#projectlist .projectitem a .project_info {
    position: relative;
    z-index: 8;

    background: #fff;
}

#projectlist .projectitem a .project_img {
    overflow: hidden;
}

#projectlist .projectitem a .project_info {
    transition: all ease-out 0s;
}

#projectlist .projectitem a .project_img:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: rgba(0, 0, 0, 0);
}

#projectlist .projectitem a:hover .project_img:after {
    background: rgba(255, 255, 255, 0.3);
}

.Pageanli #projectlist .projectitem a:hover .project_img:after {
    background: rgba(0, 0, 0, 0);
}

#projectlist .projectitem a:hover .project_info {
    position: inherit;

    background: rgba(0, 0, 0, 0);
}

#indexPage .module.bgShow {
    background-attachment: initial;
    background-position: center top !important;
}

.Pageanli #projectlist .projectitem a .project_info div {
    overflow: hidden;

    height: 72px;
}

.Pageanli #projectlist .projectitem {
    margin-bottom: 50px;
}

.module.mvideom.mm93041 .content {
    margin-top: -365px;
}

.mvideom.mvideom01 .mvideo_header {
    width: calc(100% - 120px);
}

.mvideom .layoutslider .module-content {
    width: calc(100% - 120px);
}

.mvideom.mvideom01 .bx-wrapper .bx-controls-direction a:hover {
    background-color: transparent;
}

.mvideom.mvideom01 .bx-wrapper .bx-controls-direction a.bx-next i {
    margin-top: 0;
}

.mvideo_subtitle {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
}

.sscreen #indexPage .mvideom .content {
    margin-top: -320px;
}

#indexPage .mvideom.mvideom01 .mvideo_header {
    text-align: left;
}

/* videom 居中 */
.sscreen #indexPage .mvideom .content {
    top: 0;

    height: 100%;
    margin: 0;
    padding-top: 110px;
}

#indexPage .mvideom .layoutslider .module-content {
    position: absolute;
    top: 50%;
    right: 40px;

    float: right;

    width: calc(100% - 320px);
    margin: 0;
    padding-bottom: 100px;

    transform: translateY(-50%);
}

#indexPage .module.mvideom.mm93041 ul.content_list li {
    width: calc(25% - 30px);
    margin-right: 30px;
}

#indexPage .mvideo_more {
    display: none;
}

body .videoBg {
    z-index: 999;
}
#online_lx,
body.ipusher #header {
    z-index: 800;
}

/* 调出 news 的左右切换按钮  */
#indexPage #mnews .bx-controls {
    display: block;
}

#indexPage #mnews .wrapper .bx-wrapper .bx-prev {
    left: -70px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -60px -40px
        no-repeat;
}

#indexPage #mnews .wrapper .bx-wrapper .bx-prev:hover {
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png) -60px -100px
        no-repeat;
}

#indexPage #mnews .wrapper .bx-wrapper .bx-next {
    right: -70px;

    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png)
        0 -40px no-repeat;
}

#indexPage #mnews .wrapper .bx-wrapper .bx-next:hover {
    background: url(http://resources.jsmo.xin/templates/upload/269/icon/icon.png)
        0 -100px no-repeat;
}

#indexPage #mnews .wrapper .bx-wrapper .bx-next i.fa-angle-right::before {
    content: "";
}

#indexPage #mnews .wrapper .bx-wrapper .bx-prev i.fa-angle-left::before {
    content: "";
}
#newslist .newsbody .description {
    height: 50px;
}

/* 2019.07.30 yyq 4-5 */
/* 处理分类 */
.bodyindex #indexPage #category .more,
.bodyindex #indexPage #category a:first-child,
.bodylist #category .more {
    display: none;
}

.bodyindex #indexPage #category a.more {
    position: static;
    width: auto;
    height: auto;
    text-indent: 0;
    display: none;
    line-height: 16px;
    height: 16px;
    font-size: 13px;
    color: #7b7b7b;
    background-color: #eaeaea;
    margin-left: 0;
    border: none;
}

.bodyindex #indexPage #category a.more:hover {
    background: #50a4fe;
    color: #ffffff;
    transition: 0.3s;
    transform-origin: bottom;
    border: none;
}

#category a:nth-last-child(2)::after {
    display: none;
}

/* 处理图片 */
#projectlist .projectitem .project_img,
#mservice .serviceitem .service_img,
#mvideom .videom_item .image,
#mteam .content_list li .header,
#teamlist .teamitem .teamimg,
#servicelist .serviceitem .service_img,
#mpartner .content_list li .par_img {
    position: relative;
    display: block;
    overflow: hidden;
}

#projectlist .projectitem .project_img img,
#mservice .serviceitem .service_img img,
#mvideom .videom_item .image img,
#mteam .content_list li .header img,
#teamlist .teamitem .teamimg img,
#servicelist .serviceitem .service_img img,
#mpartner .content_list li .par_img img {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#projectlist .projectitem .project_img {
    padding-top: 65%;
}
#mservice .serviceitem .service_img {
    padding-top: 26.3%;
    width: 65%;
    margin: 0 auto;
}
#mvideom .videom_item .image {
    padding-top: 70%;
}
#mteam .content_list li .header {
    padding-top: 109.5%;
}
#teamlist .teamitem .teamimg {
    padding-top: 103%;
}
.Pageservice #servicelist .serviceitem .service_img {
    padding-top: 40.5%;
}
#mpartner .content_list li .par_img {
    padding-top: 75%;
}

/* 其他样式 */
.bodylistpost.bodyteam #teamimage {
    display: none;
}
#teampost #teambody {
    margin-left: 0;
}
#category a {
    white-space: nowrap;
}
#indexPage #mproject .content .wrapper {
    margin: 50px auto 0 !important;
}
#indexPage #newslist .wrapper {
    margin: 0 auto !important;
}
#indexPage #mvideom .content {
    top: 110px;
    height: 100%;
}
#indexPage .mvideom .layoutslider .module-content {
    transform: none;
    top: 0;
}
#newslist .newsbody .description {
    text-align: left;
    color: #6a6a6a;
}
#indexPage #mteam .content_list li:nth-child(odd) .header a {
    height: 0;
}
#indexPage #mteam li:nth-of-type(even) .header a {
    margin-top: -230px;
}
#indexPage #mteam li:hover .summary {
    margin-top: -80px;
}
#indexPage #mteam li:hover .header a img {
    margin-top: -40px;
}
#indexPage #mteam li .header a::before {
    z-index: 1;
    top: 4px;
}
.Pageteam .teamitem a {
    height: 490px;
}
.Pageteam .teamitem .teaminfo .title {
    color: #9a9a9a;
}
.bodylistpost.bodyteam .postbody img {
    max-width: 408px;
}
#indexPage #mpartner .wrapper ul li a::after {
    top: 38px;
    right: -11px;
    margin: 0;
}
#indexPage #mpartner .wrapper ul li a {
    position: relative;
    overflow: initial;
}
#mvideom ul.content_list li {
    margin-bottom: 30px;
}
#indexPage #mslider .bx-wrapper {
    z-index: -1;
}
#indexPage #mteam li:nth-of-type(even) .header {
    position: absolute;
    height: 0;
    top: 120px;
}
#indexPage #mteam li:nth-of-type(even) .header a {
    margin-top: 0;
    position: static;
}
#indexPage #mteam li:nth-of-type(even) .summary,
#indexPage #mteam li:nth-of-type(even):hover .summary {
    margin-top: 0;
}
#indexPage #mteam li .summary {
    height: 68px;
}

.bodylistpost #sitecontent,
.bodypage #sitecontent {
    padding-bottom: 50px;
}
.teamitem .teaminfo .description,
#newslist .newsbody .description {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#indexPage #mteam .header img {
    height: auto;
}
#indexPage #mslider ul li .description {
    transform: translateY(-25px);
}
#mvideom ul.content_list li {
    width: calc(25% - 30px);
    margin-right: 30px;
}
#newslist .newsbody .description {
    line-height: 25px;
    margin-left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;
    color: #999;
}
#indexPage #newslist .newstitem:hover .description {
    margin-left: 10px;
}
body.ipusher #header #logo img {
    float: none;
}
#sitecontent .npagePage #newslist .newstitem .newsbody .description {
    line-height: 25px;
}
#servicelist .serviceitem div p.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#servicelist .serviceitem div p.description {
    line-height: 28px;
    width: 100%;
    margin: 0;
}
#indexPage #mteam li:hover .summary {
    height: auto;
}
#indexPage #mteam .summary p.title {
    line-height: 24px;
}
#indexPage #mnews::before {
    top: calc(50% - 75px);
}
#indexPage #mnews .content {
    transform: translateY(-50%);
    margin: 0;
    height: auto;
}
#indexPage #newslist .newstitem::before {
    top: 100px;
}
#indexPage #mnews .content .header .subtitle {
    line-height: 16px;
}
.Pagevideo.mvideom.mvideom01 .content_list {
    width: auto;
}
#sitecontent #newsPage #newslist .newstitem .newsbody .date .year::after {
    top: 0;
    right: -16px;
}
#indexPage #mcontact .content > .header {
    float: none;
}
#indexPage #mcontact .content {
    margin: 0;
    height: auto;
    top: auto;
    bottom: 0;
}
#indexPage #mcontact #contactlist {
    margin-top: 0;
    position: static;
}
#indexPage #mcontact .content::after,
#indexPage #mcontact #contactlist::after {
    content: "";
    display: block;
    clear: both;
}
#projectshow4 #projectib4 #projectlist .wrapper {
    margin-right: -1%;
}
/* 2019.07.30 yyq 4-5 */

/* 2019/12/09 yyq 修改 单页的底部新编辑器样式*/
.bodyindex .page_contect_editor {
    position: absolute;
    bottom: 0;
}
#indexPage {
    position: relative;
    z-index: 2;
}
#moduleControl {
    z-index: 10;
}

#indexPage #mslider {
    background-color: #fff;
}
/* 2019/12/09 yyq 修改 单页的底部新编辑器样式*/
