/*          css           */

@charset "utf-8";
/*          CSS Document          */

#sitecontent {
    position: relative;
    z-index: 0;
}

/*         新首页         */

#logoClone #logo {
    position: relative;
    z-index: 999;

    display: block;

    width: 15%;

    text-align: center;
}

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

#indexPage #mpage .bgmask {
    display: block;

    opacity: 0.5;
    background: url(http://resources.jsmo.xin/templates/upload/4097/icon/dot.png)
        repeat;
}

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

#indexPage #mservice .content {
    height: auto;
    margin-top: 0;

    text-align: center;

    border-top: 1px solid #f4f4f4;
}

#indexPage #mpage .content {
    height: auto;
    margin-top: 0;
    padding: 120px 0;

    border-top: 1px solid #f4f4f4;
}

#indexPage #mteam .content {
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-right: 5%;
    margin-left: 5%;

    border-top: 1px solid #f4f4f4;
}

#indexPage #mproject .content {
    height: auto;
    margin-top: 0;
    padding-bottom: 120px;

    border-top: 1px solid #f4f4f4;
}

#indexPage #mnews .content {
    height: auto;
    margin-top: 0;

    border-top: 1px solid #f4f4f4;
}

#indexPage #mpartner .content {
    height: auto;
    margin-top: 0;

    border-top: 1px solid #f4f4f4;
}

#indexPage #mcontact .content {
    height: auto;
    margin-top: 0;
}

/*         导航         */

body.ipusher.open #header #headSHBtn {
    margin-left: 400px;
}

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: -70px;

    display: block;

    width: 50px;
    height: 50px;

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

    color: #dedede;
    background: transparent;
}

#headSHBtn:hover {
    background-color: #4b4b4b;
}

body.ipusher #header ul li.navitem ul.subnav {
    z-index: -99;
    right: 0;
    left: 100%;

    overflow: hidden;

    height: 2000px;
    margin: -648px 0 0;
    padding-top: 645px;

    background-color: #fff;
    box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.03);
}

body.ipusher #header .content {
    padding-top: 120px;
    padding-bottom: 1000px;

    background-color: #fff;
    box-shadow: 0 2px 26px rgba(0, 0, 0, 0.1);
}

#logoClone img {
    width: auto;
    max-width: 200px;
    height: 40px;
    margin: 50px auto 0;
}

body.ipusher #header {
    position: fixed;
    z-index: 9;
    left: 0;

    width: 15%;

    background-color: #fff;
}

body.ipusher.open #header {
    -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 {
    display: none;

    margin: 30px 0;
}

body.ipusher #header #logo img {
    height: 34px;
    margin-left: 60px;
}

body.ipusher #header ul li.navitem {
    line-height: 58px;

    width: calc(100% - 110px);
    height: 58px;
    padding: 0 55px 0;

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

    border-top: none;
    border-bottom: none;
}

#header ul li.navitem {
    height: 60px;
}

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: 13px;

    display: block;

    color: #666;
}

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

#header ul li.navitem ul.subnav li a {
    line-height: 32px;

    height: 32px;
    padding: 14px 30px 14px 40px;

    color: #666;
    background: #fff;
}

body.ipusher #header ul li.navitem ul.subnav li a {
    color: #777;
}

body.ipusher #header ul li.navitem ul.subnav li a:hover {
    text-indent: 10px;

    color: #333;
    background: #fff;
}

#header ul li.navitem ul.subnav li a i {
    margin-top: 11px;
}

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

#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;
}

/*         幻灯         */

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

    display: inline-block;

    width: 4px;
    height: 4px;
    margin-top: 10px;
    margin-right: 25px;

    border-radius: 4px;
    background: #666;
}

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

    width: 18px;
    height: 18px;

    background: transparent;
}

#indexPage .bx-wrapper .bx-pager.bx-default-pager a {
    position: absolute;
    top: -7px;
    left: -7px;

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

    border: transparent 2px solid;
    border-radius: 14px;
}

#indexPage #mslider .bx-wrapper .bx-pager.bx-default-pager a::after {
    position: absolute;
    top: 5px;
    left: 5px;

    width: 4px;
    height: 4px;

    content: "";

    border-radius: 4px;
    background: rgba(255, 255, 255, 0.8);
}

#indexPage .bx-wrapper .bx-pager.bx-default-pager a:hover,
#indexPage .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: #6f6f6f 2px solid;
    background: transparent;
}

#indexPage .bx-wrapper .bx-pager-item:hover {
    background-color: #6f6f6f;
}

#indexPage #mslider .bx-wrapper .bx-pager-item:hover {
    background-color: transparent;
}

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

#indexPage #mslider ul li p.title {
    font-family: "GothamRnd-Light", "Arial", "微软雅黑";
    font-size: 52px;

    margin-bottom: 3px;
}

#indexPage #mslider ul li p.subtitle {
    color: rgba(255, 255, 255, 0.9);
}

#indexPage #mslider {
    position: relative;

    width: 85%;
    margin-left: 15%;
}

#indexPage #mslider .bx-wrapper {
    width: 85%;
}

#indexPage .sliderArrow {
    position: absolute;
    top: 64%;
    left: 50%;

    display: block;

    width: 40px;
    height: 14px;
    margin-left: -21px;
    padding-top: 28px;

    -webkit-animation: fadeInUp 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s
        infinite alternate;
    -moz-animation: fadeInUp 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s
        infinite alternate;
    -o-animation: fadeInUp 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite
        alternate;
    animation: fadeInUp 0.9s cubic-bezier(0.445, 0.05, 0.55, 1) 0.4s infinite
        alternate;

    border: 2px solid #fff;
    border-radius: 38px;
}

#mslider .sliderArrow:before {
    width: 0;
    height: 0;
    margin: 13px;

    content: "";

    border-top: 9px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/*         关于         */

#indexPage #mpage .wrapper li {
    text-align: center;
}

#indexPage .content .header {
    display: inline-block;

    padding-top: 100px;
}

#indexPage .content .header .title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 20px;

    margin-bottom: 5px;

    color: #323232;
}

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

#indexPage .content .header p.subtitle {
    font-size: 15px;
}

#indexPage #mpage .wrapper li .fimg {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
    min-height: 400px;
    margin-left: 0;

    background-size: 100% auto;
}

/*         more         */

#indexPage .content a.more {
    line-height: 34px;

    position: relative;

    display: block;
    overflow: hidden;

    width: auto;
    height: 34px;
    margin: 0;
    margin: 0 auto;
    margin-top: 50px;

    text-indent: 0;
    text-transform: lowercase;

    border: none;
}

#indexPage .content a.more i {
    font-size: 18px;
    line-height: 34px;

    position: relative;
    top: 1px;

    margin-left: 20px;

    color: #c3c3c3;
}

#indexPage .content a.more:hover i {
    line-height: 34px;

    text-indent: -10px;

    color: #333;
}

/*         案例         */

#indexPage #category {
    padding-bottom: 40px;
}

#indexPage #category {
    position: absolute;
    top: 100px;
    right: calc(4%);

    display: block;

    width: 80%;

    text-align: right;
}

#indexPage #category a {
    position: relative;

    margin-right: 20px;

    border: none;
}

#indexPage #category a:hover,
#indexPage #category a.active {
    color: #000;
    background-color: transparent;
}

#category a::before {
    position: absolute;
    top: 30px;

    width: 0;
    height: 1px;

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

    opacity: 0;
    background: #4b4b4b;
}

#category a:hover::before {
    width: 100%;

    opacity: 1;
}

#indexPage #mpage {
    padding-bottom: 50px;
}

#category a::after {
    position: absolute;
    top: 11px;
    right: 0;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #535353;
}

#category a:hover::after {
    right: -14px;

    opacity: 1;
}

#category a {
    position: relative;

    margin-right: 20px;

    border: none;
}

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

#indexPage .module {
    width: 85%;
    margin-left: 15%;
}

#indexPage #mproject {
    padding-bottom: 4px;

    background-color: #fff;
}

#mproject .content {
    text-align: center;
}

#mproject .content .header {
    float: left;

    margin-left: 5%;
    padding: 98px 0 60px;
}

#mproject.Pageanli .content .header {
    display: none;
    float: left;

    width: auto;
    margin-left: 4%;
    padding: 60px 0 50px;
}

#indexPage #projectlist {
    position: relative;

    float: left;

    width: 100%;
    margin: 0 auto;
}

#indexPage #mproject .content .wrapper .content_list {
    margin-left: 4%;
}

#indexPage #projectlist .projectitem {
    overflow: hidden;

    box-sizing: border-box;
    width: 33.333%;
    margin-right: 0;
    margin-bottom: 3px;
    padding: 3% 3% 4%;

    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

#indexPage #projectlist .projectitem:nth-child(3n) {
    border-right: none;
}

#indexPage #projectlist #projectitem_0,
#indexPage #projectlist #projectitem_1,
#indexPage #projectlist #projectitem_2 {
    padding-top: 0;
}

#projectlist .projectitem .projectitem_wrapper {
    height: 100%;
}

#projectlist .projectitem .projectitem_wrapper .project_img {
    overflow: hidden;
}

#indexPage #mproject .content .wrapper::before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 34.6%;

    width: 1px;
    height: calc(100% - 23px);
    margin-top: 0;
    margin-left: 1px;

    content: "";

    background: #eaeaea;
}

#indexPage #mproject .content .wrapper::after {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 34.6%;

    width: 1px;
    height: calc(100% - 23px);
    margin-top: 0;
    margin-right: -1px;

    content: "";

    background: #eaeaea;
}

/*          #projectlist .projectitem a:hover img { transform: none;}          */

#indexPage #projectlist .projectitem {
    overflow: visible;
}

#indexPage #projectlist #projectitem_1 {
    animation-delay: 0.1s;
}

#indexPage #projectlist #projectitem_2 {
    animation-delay: 0.6s;
}

#indexPage #projectlist #projectitem_3 {
    animation-delay: 0.8s;
}

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

    height: 100px;
}

#projectlist .projectitem a:hover .project_info {
    background: rgba(255, 255, 255, 0);
}

#projectlist .projectitem a .project_info div {
    top: 20px;

    margin-top: 0;
}

#projectlist .projectitem a .project_info p.title {
    font-size: 17px;

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

    color: #666;
}

.npagePage4 #projectlist .projectitem a .project_info p.title::after {
    margin-top: 1px;
}

#projectlist .projectitem a .project_info p.subtitle {
    font-size: 13px;

    margin-top: 5px;

    color: #999;
}

#projectlist .projectitem a:hover .project_info p.title {
    overflow: hidden;

    margin-top: 10px;
    margin-bottom: 20px;
    margin-bottom: 10px;

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

    color: #333;
}

.npagePage4 #projectlist .projectitem a .project_info p.title {
    font-size: 14px;

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

#projectlist .projectitem a:hover .project_info p.subtitle {
    font-family: "Arial";
    font-size: 13px;

    color: #848484;
}

/*         内页案例         */

#indexPage #mpage .content .header {
    position: relative;
    z-index: 10;
    top: 190px;

    width: auto;
    padding-top: 65px;
}

#sitecontent .newsl .content .header {
    float: none;

    padding-top: 50px;
}

#sitecontent .npagePage.Pageyemian .content .header,
#sitecontent .Pageservice .content .header,
#sitecontent .Pageteam .content .header {
    float: none;

    margin-left: 0;
    padding-bottom: 50px;
}

.Pagenews #newslist .newstitem.right .news_wrapper {
    right: 0;
    left: auto;
}

#sitecontent .content .header #indexPage #mpage .content .header {
    position: absolute;
    z-index: 10;
    left: 50%;

    padding-top: 90px;
}

#indexPage #mpage .content .header .title,
#indexPage #mpage .content .header .subtitle {
    text-align: center;
}

#indexPage #mpage .content .des-wrap {
    position: relative;
    z-index: 1;

    width: 50%;
    max-height: 370px;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 8%;

    background: #fff;

    undefined: undefined;
}

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

    overflow: hidden;

    width: 96%;
    height: 78px;
    margin-top: 30px;
    padding-top: 156px;

    text-align: center;
}

#indexPage #mpage .content a.more {
    font-size: 17px;

    position: absolute;
    z-index: 10;
    left: 50%;

    margin-top: 20px;
    margin-left: -25px;

    border-radius: 0;
}

#indexPage #mpage .content a.more:hover {
    text-indent: 10px;

    color: #333;
}

#sitecontent .Pageanli .content .header p.title {
    font-size: 24px;
    line-height: 30px;
}

#sitecontent .Pageanli .content .header p.subtitle {
    text-align: left;
}

.content .header p.subtitle {
    text-align: right;
}

.npagePage#mproject .content #projectlist {
    float: left;

    width: 100%;
}

#sitecontent .Pageanli #projectlist .projectitem .project_img {
    overflow: hidden;

    height: auto;
}

/*新闻*/

#indexPage #mnews {
    background-color: #fff;
}

#indexPage #mnews .content {
    padding-bottom: 150px;

    text-align: center;
}

#indexPage #mnews .content .header {
    display: inline-block;
    float: left;

    margin-left: 5%;
    padding: 100px 0 75px;
}

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

#indexPage #mnews #newslist .newstitem.right a.newscontent {
    width: auto !important;
    padding-right: 0;
}

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

#newslist .separator {
    display: none;
}

#mnews #newslist {
    width: 82%;
    margin-right: 9%;
    padding-left: 9%;
}

#indexPage #mnews #newslist {
    float: left;

    width: 91%;
    margin-right: 4%;
    padding-left: 5%;
}

#indexPage #mnews .content_list:after {
    display: block;
    clear: both;

    content: "";
}

#mnews #newslist .wrapper .newstitem {
    height: 100%;
    min-height: 200px;

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

#indexPage #mnews #newslist .wrapper .newstitem {
    height: 395px;
}

#indexPage #mnews #newslist .wrapper .newstitem::after {
    position: absolute;
    bottom: 30px;
    left: 0;
    left: 50%;

    width: 0;
    height: 1px;

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

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

#indexPage #mnews #newslist .wrapper .newstitem:hover::after {
    left: 0;

    width: 100%;

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

#indexPage #mnews .newstitem a.details {
    font-size: 0;
    line-height: 40px;

    position: absolute;
    top: auto;
    right: 15px;
    bottom: -64px;

    display: block;

    width: auto;
    height: 40px;

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

    opacity: 0;
    border: none;
    border-radius: 0;
}

#indexPage #mnews .newstitem:hover a.details {
    opacity: 1;
}

#indexPage #mnews #newslist .newstitem a.newscontent {
    width: 100% !important;
}

#indexPage #mnews #newslist .newstitem.left .news_wrapper,
#indexPage #mnews #newslist .newstitem.right .news_wrapper,
#newslist .newsbody .title {
    width: 100%;

    background: transparent;
}

#indexPage #mnews #newslist .newsbody {
    position: relative;
    top: 230px;

    float: left;

    width: 92%;
}

#indexPage #mnews .bx-controls {
    display: block;
}

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

#newslist .newstitem .newsimg {
    float: left;

    width: 100%;
    height: 220px;
}

#indexPage #mnews #newslist .newstitem .newsimg {
    display: block;
}

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

    overflow: hidden;

    width: 100%;
    height: 30px;
    margin-top: 0;

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

    color: #323232;
}

#newslist .newstitem:hover .newsbody .title {
    margin-top: -12px;
}

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

#newslist .newsbody .date {
    position: relative;
    bottom: -152px;

    margin-bottom: 0;

    text-align: left;
}

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

#newslist .newstitem .newsbody .date .year {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 18px;
    font-weight: bold;

    margin-left: 0;

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

    color: #838383;
}

#newslist .newstitem:hover .newsbody .date .year {
    color: #454545;
}

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

    overflow: hidden;

    height: 55px;
    margin-top: 6px;

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

    color: #7a7a7a;
}

#mnews .bx-pager.bx-default-pager {
    top: 230px;

    text-align: center;
}

#indexPage #mnews .bx-pager.bx-default-pager {
    top: auto;
    bottom: -80px;
}

#indexPage #mnews .bx-wrapper .bx-pager-item {
    background: #6f6f6f;
}

#indexPage #mnews .bx-wrapper .bx-pager.bx-default-pager a:hover,
#indexPage #mnews .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: #6f6f6f solid 2px;
}

/* 服务 */

#indexPage #mservice {
    padding-bottom: 110px;

    background-size: inherit;
}

#indexPage #mservice #servicelist {
    width: 91%;
    margin-left: 5%;
}

#indexPage #mservice .wrapper {
    float: left;
}

#indexPage #servicelist .serviceitem {
    position: relative;

    width: 24%;
    height: 100%;
    margin-right: 1%;
    margin-bottom: 0;
}

#indexPage #servicelist .serviceitem:nth-child(4n) {
    margin-right: 0;
}

#mservice .content .header {
    float: left;

    width: auto;
    margin-left: 5%;
    padding: 95px 0 65px;
}

#servicelist .serviceitem a img {
    display: block;

    width: 262px;
    height: 145px;
    margin: 0 auto;
}

#indexPage #servicelist .serviceitem a img {
    width: 100%;
    height: auto;

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

#indexPage #servicelist .serviceitem a .service_img {
    display: block;
    overflow: hidden;
}

#indexPage #servicelist .serviceitem:hover a img {
    transform: scale(1.2, 1.2);
}

#indexPage #mservice #servicelist .serviceitem div {
    position: absolute;
    z-index: 10;
    bottom: 50%;

    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: -40px;

    text-align: center;

    background: transparent;
}

#indexPage #mservice #servicelist .serviceitem .service_img:before {
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 5%;

    width: 90%;
    height: 90%;

    content: "";
    transition: all 0.36s ease-out 0s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    opacity: 0;
    background: rgba(255, 255, 255, 0.92);

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

#indexPage #mservice #servicelist .serviceitem:hover .service_img:before {
    animation-name: flipInY;

    opacity: 1;
}

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

    position: relative;
    top: 35px;

    height: 40px;
    padding-top: 0;

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

    opacity: 0;
}

#indexPage #servicelist .serviceitem div p.title::before {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 0;
    height: 1px;

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

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

#indexPage #servicelist .serviceitem:hover div p.title::before {
    left: 50%;

    width: 60%;
    margin-left: -30%;
}

#indexPage #servicelist .serviceitem:hover div p.title {
    top: 0;

    opacity: 1;
    color: #333;
}

#indexPage #servicelist .serviceitem div p.description {
    position: relative;
    top: -10px;

    width: 68%;
    margin: 0 auto;

    opacity: 0;
}

#indexPage #servicelist .serviceitem:hover div p.description {
    top: 0;

    opacity: 1;
    color: rgba(0, 0, 0, 0.5);
}

#servicelist .serviceitem div p.title {
    font-size: 18px;

    overflow: hidden;

    padding-top: 25px;

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

    color: #323232;
}

#servicelist .serviceitem:hover .title {
    color: #000;
}

#servicelist .serviceitem div p.description {
    line-height: 40px;

    overflow: hidden;

    height: 40px;
    margin: 0 auto;
    margin-left: 0;

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

    color: rgba(111, 111, 111, 0.55);
}

#indexPage #servicelist .serviceitem a.details {
    font-size: 0;
    line-height: 30px;

    position: absolute;
    z-index: 5;
    bottom: 40px;
    left: 50%;

    display: block;

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

    text-indent: 0;

    opacity: 0;
    border: none;
}

#indexPage #servicelist .serviceitem a.details .fa-angle-right::before {
    content: "";
}

#indexPage #servicelist .serviceitem:hover a.details {
    opacity: 1;
}

#indexPage #mservice .serviceitem a.details i::after {
    position: absolute;
    top: -100px;
    right: -4px;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-top: 6px solid #535353;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#indexPage #mservice .serviceitem:hover a.details i::after {
    top: -60px;

    opacity: 1;
}

#indexPage #mservice a.details:hover i {
    color: #fff;
}

#indexPage #mservice a.details i {
    font-size: 18px;

    position: relative;
    top: -1px;

    color: #c1c1c1;
}

#indexPage a.details:hover i {
    text-indent: 0;
}

#mservice #newslist .newstitem:hover a.details {
    border: 1px solid #fff;
}

#mservice #newslist .newstitem:hover a.details i {
    color: #fff;
}

#indexPage #mservice a.more {
    font-size: 18px;

    display: block;

    width: auto;
    margin-top: 80px;

    text-indent: 0;

    border: none;
    border-radius: 0;
}

#indexPage #mservice .bx-controls-direction {
    position: absolute;
    bottom: 12px;
    left: 50%;

    display: block;

    width: 120px;
    height: 60px;
    margin-left: 70px;
}

#mservice .bx-wrapper .bx-controls-direction a {
    position: inherit;

    display: inline-block;

    width: 60px;
    height: 60px;
    margin-top: 0;

    border-radius: 0;
}

#mservice .bx-wrapper .bx-controls-direction a i {
    margin-top: 13px;
    margin-left: 0;
}

#mservice .bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 4px;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev {
    top: 0;
    left: 0;

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

    background: #fff;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev:hover {
    background: #323232;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev i {
    color: #d1d1d1;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev:hover i {
    color: #fff;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next {
    top: 0;
    right: 0;

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

    background: #4b4b4b;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next:hover {
    background: #323232;
}

/*         团队         */

#indexPage #mteam {
    background-color: #fff;
    background-attachment: scroll;
    background-position: top center !important;
    background-size: 100% !important;
}

#indexPage #mteam .wrapper .content_list li {
    background-color: #f8f8f8;
}

#indexPage #mteam .wrapper .header {
    width: auto;
    margin-left: 0;
    padding: 0;
}

#indexPage #mteam .header img {
    overflow: hidden;

    width: 100%;
    height: auto;
    max-height: 400px;
    margin: 0;

    border-radius: 0;
}

#indexPage #mteam .content .content_list .header {
    display: block;
}

#indexPage #mteam .wrapper .summary {
    position: absolute;
    top: 50%;

    width: 92%;
    height: 180px;
    margin-top: -85px;
    margin-left: 8%;

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

#indexPage #mteam .wrapper .content_list li:hover .summary {
    bottom: 0;

    margin-top: 60px;
}

#indexPage #mteam .summary p {
    line-height: 26px;

    float: left;

    width: 100%;

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

#indexPage #mteam .summary p.description {
    width: 90%;
}

#indexPage #mteam .content_list li:hover .summary p.description {
    opacity: 0;
}

#indexPage #mteam .summary p.title {
    width: 92%;

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

#indexPage #mteam li:hover .summary p.title {
    position: relative;

    margin-bottom: 15px;

    color: #333;
}

#indexPage #mteam .module-content {
    float: left;

    width: 100%;
    margin-left: 0;
    padding: 120px 0 130px;
}

#indexPage #mteam .description {
    color: #777;
}

#indexPage #mteam .summary p.title a {
    font-size: 18px;

    position: relative;

    display: block;

    width: 100%;

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

    color: #333;
}

#indexPage #mteam li .summary p.title a:after {
    position: absolute;
    top: 36px;
    left: 0;

    width: 20%;
    height: 1px;

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

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

#indexPage #mteam li:hover .summary p.title a:after {
    width: 100%;
}

#indexPage #mteam .summary p.subtitle {
    font-size: 14px;
    line-height: 32px;

    width: 92%;
    margin-bottom: 28px;

    color: #777;
}

#indexPage #mteam a.details {
    font-size: 17px;
    line-height: 30px;

    position: absolute;
    z-index: 10;
    top: 270px;
    left: 8%;

    display: block;
    overflow: hidden;

    width: auto;
    height: 30px;
    margin: 0;

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

    border: none;
    border-radius: 0;
}

#indexPage #mteam .wrapper .content_list li:hover a.details {
    opacity: 0;
}

#sitecontent .npagePage.Pageteam .teamitem a.details {
    font-size: 14px;
    line-height: 28px;

    display: block;
    display: block;

    width: calc(100% - 20px);
    height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;

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

    opacity: 0;
    border: none;
    border-radius: 0;
}

#sitecontent .npagePage.Pageteam .teamitem:hover a.details {
    opacity: 1;
}

#sitecontent .npagePage.Pageteam .teamitem a.details i.fa-angle-right::before {
    content: "";
}

#sitecontent .npagePage.Pageteam .teamitem a.details::before {
    position: absolute;
    top: 11px;
    right: -20px;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.75);
}

#sitecontent .npagePage.Pageteam .teamitem:hover a.details::before {
    right: 5px;

    opacity: 1;
}

.Pageteam #teamlist .wrap::before {
    content: "";
}

#indexPage #mproject .content a.more {
    font-size: 18px;

    position: absolute;
    z-index: 10;
    top: -20px;
    right: 4%;

    width: auto;
    margin-top: -100px;

    text-indent: 0;

    border: none;
    border-radius: 0;
}

#indexPage #mnews .content a.more {
    font-size: 18px;

    position: absolute;
    z-index: 10;
    top: 55px;
    right: 4%;

    width: auto;

    text-indent: 0;

    border: none;
    border-radius: 0;
}

#indexPage #mservice .content a.more {
    font-size: 18px;

    position: absolute;
    z-index: 10;
    top: 25px;
    right: 4%;

    width: auto;

    text-indent: 0;

    border: none;
    border-radius: 0;
}

#indexPage #mproject a.more:hover,
#indexPage #mnews a.more:hover,
#indexPage #mservice a.more:hover {
    text-indent: 8px;

    color: #333;
}

#indexPage #mteam a.details:hover,
#indexPage #mteam .content_list li:hover a.details {
    text-indent: 7px;

    color: #333;
}

#indexPage #mteam a.details i {
    font-size: 16px;

    position: relative;
    top: 1px;

    margin-left: 125px;
    margin-left: 20px;

    color: #c1c1c1;
}

#indexPage #mteam a.details:hover i,
#indexPage #mteam .content_list li:hover a.details i {
    text-indent: -10px;

    color: #333;
}

#mteam ul li:hover a.details {
    border: 1px solid #fff;
}

#mteam #ul li:hover a.details i {
    color: #fff;
}

#indexPage a.details i {
    margin-top: 2px;
}

#indexPage #mteam .bx-controls-direction {
    position: absolute;
    right: 0;
    bottom: 0;

    display: none;

    width: 100px;
    height: 50px;
    margin-right: calc(8% - 51px);

    text-align: center;
}

#indexPage #mteam .bx-pager {
    bottom: -50px;

    display: block;
}

#mteam .bx-wrapper .bx-controls-direction a {
    position: inherit;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin-top: 0;

    border-radius: 0;
}

#mteam .bx-wrapper .bx-controls-direction a i {
    font-size: 24px;

    margin-top: 14px;
    margin-left: 1px;
}

#mteam .bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 4px;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-prev {
    top: 0;
    left: 0;

    background: #f6f6f6;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-prev:hover {
    background: #323232;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-prev:hover i {
    color: #fff;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-prev i {
    color: #d2d2d2;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-next {
    top: 0;
    right: 0;

    background: #4b4b4b;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-next:hover {
    background: #323232;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-next:hover i {
    color: #fff;
}

/*         合作伙伴         */

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

#indexPage #mpartner .module-content {
    width: 82%;
    height: auto;
    padding: 18px 0;
}

#indexPage #mpartner .wrapper {
    width: 100%;
    height: auto;
}

#indexPage #mpartner .wrapper .content_list {
    /* padding-right: 100px !important;
    padding-left: 100px !important; */
}

#indexPage #mpartner .wrapper ul li {
    overflow: hidden;

    max-height: 120px;
}

#indexPage #mpartner .wrapper ul li a {
    width: 159px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 0;
}

#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;
}

#indexPage #mpartner .bx-wrapper .bx-prev {
    left: -4%;
}

#indexPage #mpartner .bx-wrapper .bx-next {
    right: -4%;
}

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

#indexPage #mpartner .bx-wrapper .bx-controls-direction a:hover {
    background: #323232;
}

#mpartner .bx-wrapper .bx-controls-direction a i {
    font-size: 24px;

    margin-top: 7px;
    margin-left: 17px;

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

    color: #c6c8cc;
}

#mpartner .bx-wrapper .bx-controls-direction a.bx-prev i {
    margin-left: 15px;
}

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

/*                  */

#indexPage #mcontact {
    background: #f7f7f7;
}

#indexPage #mcontact .content {
    text-align: center;
}

#indexPage #mcontact .content .header.fw {
    display: none;

    width: auto;
    padding-bottom: 80px;
}

#indexPage #mcontact .header p.title {
    color: #323232;
}

#contactlist:after {
    display: block;
    clear: both;

    content: "";
}

#indexPage #mcontact .content #contactlist {
    width: 92%;
    margin-left: 4%;
    padding-top: 100px;
    padding-bottom: 94px;

    text-align: left;
}

#indexPage #mcontact #contactinfo {
    width: 27%;
    margin-left: 2%;
}

#mcontact .content #contactform {
    width: 50%;
    margin-top: 42px;
}

#contactform p .inputtxt {
    font-size: 13px;

    width: 100%;
    width: 100%;
    padding: 10px 0;

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

    color: #7d7d7d;
    border: none;
    border-bottom: 1px solid #dedede;
    background-color: transparent;
}

#mcontact .content #contactform p {
    float: left;

    width: 30%;
    margin-right: 20px;
}

#contactinfo h3 {
    margin-bottom: 35px;

    color: #606060;
}

#contactinfo div a {
    background: none;
}

#contactinfo div a:hover {
    background: #464646;
}

#contactinfo div a i {
    color: #c5c5c5;
}

#contactinfo div a:hover i {
    color: #fff;
}

#contactinfo div a:hover .fa-weibo::before {
    color: #fff;
}

#contactform p textarea.inputtxt {
    width: calc(300% + 40px);
    width: -moz-calc(300% + 40px);
    width: -webkit-calc(300% + 40px);
}

#contactform p .inputsub {
    font-size: 14px;

    position: relative;
    top: 155px;
    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: #909090;
    border: 1px solid #cecece;
    background-color: transparent;
}

#contactform p .inputsub:hover {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #4a4a4a;
}

#contactform p .inputtxt:hover {
    border-bottom: 1px solid #606060;
}

#footer {
    float: left;

    border-top: 1px solid #f4f4f4;
    background: #fff;
}

#footer p {
    width: 82%;
    margin: 0 auto;
    margin-left: 15%;
    padding: 8px 0;
    padding-left: 5%;

    text-align: left;
}

#contactinfo p {
    height: 30px;
}

/*                  */

#newsPage #newslist .newstitem {
    height: 237px;
    margin-bottom: 80px;
}

#newsPage #newslist {
    float: left;

    width: 1200px;
    margin: 0 auto;
}

#newsPage #newslist .newsbody .title {
    left: 0;

    padding: 5px 0 0;
}

#newsPage #newslist .newsbody .title:after {
    top: 50px;
    left: 0;
}

.npagePage #projectlist .projectitem {
    overflow: hidden;

    box-sizing: border-box;
    height: auto;
    margin-right: 0;
    margin-bottom: 3px;
    padding: 3% 3% 4%;
    padding-top: 3%;

    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

.Pageanli #category {
    float: right;

    width: 80%;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 40px;

    text-align: right;
}

.npagePage #projectlist .projectitem:nth-child(4n) {
    margin-right: 0;
}

.npagePage #projectlist .wrapper {
    width: 85%;
    margin-left: 15%;
}

.npagePage #projectlist .wrapper .content_list {
    margin-left: 4%;
}

.npagePage #projectlist .projectitem:nth-child(3n) {
    margin-right: 0;
}

#indexPage .module {
    z-index: auto;
}

/*         分享         */

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

#shares a#sshare {
    display: none;
}

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

#shares a i.fa-weixin {
    margin: 11px 0 0 14px;

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

    background-image: url(http://resources.jsmo.xin/templates/upload/468/icon/shouji-.png);
}

#shares a#gotop {
    position: fixed;
    right: 10px;
    bottom: 40px;

    margin-top: 0;

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

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

#shares a#gotop:hover {
    background: rgba(0, 0, 0, 0.9);
}

#shares a#sweibo,
#shares a#sweixin {
    position: fixed;
    right: 10px;
    bottom: 120px;

    width: 38px;
    height: 39px;

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

    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    background-color: rgba(255, 255, 255, 0.8);
}

#shares a#sweixin {
    position: fixed;
    bottom: 80px;

    height: 38px;

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

#shares a#sweibo:hover {
    background-color: #555;
}

#shares a#sweibo:hover .fa-weibo::before {
    color: #fff;
}

#shares a#sweixin:hover {
    background-color: #555;
}

#shares a#sweixin:hover i.fa-weixin {
    background-image: url(http://resources.jsmo.xin/templates/upload/468/icon/shouji.png);
}

#olx_head {
    border-radius: 0;
    background: #3e3e3e;
}

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

#olx_qq li a:hover {
    padding: 18px 30px;
}

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

#online_open {
    bottom: 0;
    bottom: 160px;

    width: 38px;
    height: 39px;

    color: #515151;
    color: #999;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
    background: none;
    background-color: rgba(255, 255, 255, 0.8);
}

#online_open:hover {
    color: #fff;
    background-color: #555;
}

#online_lx {
    bottom: 36px;

    margin-right: -10px;

    border-radius: 0;
}

#olx_tel div {
    color: #898989;
}

#olx_qq li a i {
    color: #504f4f;
}

#olx_head i:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    color: #fff;

    undefined: undefined;
    undefined: undefined;
    undefined: undefined;
    undefined: undefined;
}

/*         分页         */

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

/*         产品详情页         */

#projectinfo4 .header p.title {
    font-size: 22px;

    margin-bottom: 4px;
}

#projectinfo4 .header p.subtitle {
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    font-size: 13px;
}

#projectinfo4 div.description {
    font-size: 13px;
    line-height: 24px;

    margin-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

#projectinfo4 div.description a {
    line-height: 40px;

    display: inline-block;

    width: 150px;
    height: 40px;
    margin: 20px auto;

    transition: all 0.3s ease-out 0s;
    text-align: center;

    color: #fff;
    background: #5d5d5d;
}

#projectinfo4 div.description a:hover {
    background: #3c3c3c;
}

#projectbody4 .postbody4 {
    margin-top: 20px;
}

#projectbody4 .postbody4 p {
    line-height: 24px;
}

#post_slider {
    background: #f8f8f8;
}

#projectimages4 img {
    margin-bottom: 10px;
}

#projectbody4 {
    padding-bottom: 20px;

    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

/*         #projectbody4 { display:none;}         */

.npagePage4 #projectwrap4 {
    margin-top: 10px;
}

.npagePage4 #post_slider,
#post_slider1 {
    width: 100%;
    max-width: 100%;
    height: 660px;
}

.npagePage4 #post_slider li {
    width: 100%;
    max-width: 100%;
    height: 660px;

    background-size: contain !important;
}

.npagePage4 #projectshow4 {
    margin-top: 10px;
}

.npagePage4 .bx-wrapper {
    width: 100%;
    margin: 0 auto;
}

.npagePage4 .bx-wrapper .bx-controls-direction a {
    right: 0;

    width: 45px;
    height: 45px;

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

    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}

.npagePage4 .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

.npagePage4 .bx-wrapper .bx-controls-direction a i {
    font-size: 22px;

    margin-top: 11px;

    color: rgba(170, 170, 170, 0.9);
}

.npagePage4 .bx-wrapper .bx-controls-direction a:hover {
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.5);
}

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

.npagePage4 .bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 19px;
}

.npagePage4 .bx-wrapper .bx-controls-direction a.bx-prev i {
    margin-left: 19px;
}

.npagePage4 #projectlist .wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;

    text-align: left;
}

.npagePage4#npagePage #projectlist .projectitem a .project_info {
    position: relative;
    bottom: 0;

    height: 100px;
}

.npagePage4#npagePage #projectlist .projectitem a .project_info div {
    margin-top: 0;
}

.npagePage4 #projectinfo4 {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.npagePage4 #projectinfo4 .header {
    margin-left: 0;
    padding-top: 50px;
    padding-bottom: 10px;
}

#sitecontent .npagePage4 #projectlist .projectitem {
    width: 32% !important;
    height: auto;
    margin-right: 1%;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;

    border-bottom: none;
    background: transparent;
}

#sitecontent .npagePage4 #projectlist .projectitem:nth-child(4n),
#sitecontent .npagePage3 #projectlist .projectitem:last-child {
    margin-right: 0;
}

#sitecontent .npagePage4 #projectlist .projectitem a img {
    height: auto;
}

.npagePage4 #projecttags4 a {
    padding: 5px 18px;

    transition: all 0.3s ease-out 0s;

    background: #fff;
}

.npagePage4 #projecttags4 a:first-child {
    padding-left: 0;
}

.npagePage4 #projecttags4 a:hover {
    color: #333;
}

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

.npagePage #banner {
    width: 100%;
    height: 320px;
}

.npagePage #banner div {
    height: 320px;
}

.Pageyemian .content .header p.subtitle,
.Pageteam .content .header p.subtitle {
    font-size: 14px;

    margin-top: 3px;

    text-align: center;
}

.content .header p.title {
    font-size: 24px;
}

.Pagenews .content .header p.title,
.Pagenews .content .header p.subtitle {
    text-align: left;
}

.npagePage.Pagenews .content {
    width: 1200px;
    margin: 0 auto;
}

#sitecontent .npagePage.Pagenews .content .header {
    float: left;

    margin-left: 0;
}

/*         团队列表页         */

.Pageteam #teamlist .wrap {
    height: 0;
    margin-right: 0;
}

.Pageteam .teamitem {
    position: relative;

    width: 580px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;

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

    background: #fff;
}

#sitecontent .npagePage.Pageteam a.details i {
    font-size: 18px;

    text-indent: 8px;
}

#sitecontent .npagePage.Pageteam #teamlis .teamitem:hover a.details:hover i {
    text-indent: 8px;
}

.Pageteam .teamitem:last-child {
    border-bottom: none;
}

.Pageteam .teamitem a {
    width: auto;
    height: auto;
}

.Pageteam #teamlist {
    width: 1200px;
}

.Pageteam .teamitem a img {
    position: relative;
    z-index: 2;

    width: 580px;
    height: auto;

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

.Pageteam .teamitem:hover a img {
    transform: scale(1.18, 1.18);
}

.Pageteam #teamlist .wrap .teamitem:hover::after {
    height: 240px;
    margin-top: 35px;

    background: #4a4a4a;
}

.Pageteam .teamitem .teaminfo {
    overflow: hidden;

    width: 570px;
    height: 155px;
    margin-top: 0;
    margin-top: 25px;
    margin-left: 0;

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

.Pageteam .teamitem:hover .teaminfo {
    margin-left: 10px;
}

.Pageteam .teamitem .teaminfo a {
    font-size: 17px;

    width: 100%;
    height: 32px;
    margin-left: 0;

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

    color: #555;
}

.Pageteam .teamitem .teaminfo a::after {
    position: absolute;

    width: 0;
    height: 0;

    content: "";
}

.Pageteam #teamlist .wrap .teamitem::before {
    position: absolute;
    bottom: 64px;
    left: 0;

    width: 0;
    height: 1px;

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

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

.Pageteam #teamlist .wrap .teamitem:hover::before {
    width: 100%;

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

.Pageteam .teamitem .teaminfo .description {
    font-size: 13px;
    line-height: 24px;

    width: 98%;
    height: 53px;
    margin-top: 20px;
}

.teamitem .teaminfo .title {
    height: 32px;
}

.Pageteam .teamitem .teaminfo .title {
    height: 30px;
}

.Pageteam .teamitem .teaminfo .subtitle {
    position: relative;

    margin-top: 0;

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

#sitecontent .npagePage .postbody {
    width: 1180px;
}

#sitecontent .npagePage #teampost #teambody .postbody {
    width: 730px;
}

.Pageteam .teamitem a.details {
    display: block;
}

.Pagenews #newsPage #newslist .newstitem {
    height: auto;
    margin-bottom: 20px;
}

.Pagenews #newslist .newsbody {
    width: 630px;
    padding-top: 20px;
    padding-left: 50px;
}

.npagePage #banner div {
    position: unset;
}

.Pagenews #newslist .newstitem .newscontent::after {
    bottom: 25px;
    left: 50px;

    background: #4e4e4e;
}

.Pagenews #newslist .newstitem .newsimg {
    width: 520px;
    height: 237px;
    margin-left: 0;
}

.newsl .content .header p.subtitle {
    font-size: 14px;

    text-align: center;
}

.Pagenews #newslist .newstitem .newscontent:after {
    height: 140px;
}

.Pageservice .content .header {
    padding-bottom: 70px;
}

.Pageservice .content .header p.subtitle {
    text-align: center;
}

.Pageservice #servicelist .serviceitem div {
    width: 100%;
    margin-top: 0;
    padding: 0;

    background: transparent;
}

.Pageservice #servicelist .serviceitem div::before {
    position: absolute;

    content: "";
}

.Pageservice #servicelist .serviceitem a img {
    width: 100%;
    height: auto;

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

.Pageservice #servicelist .serviceitem .service_img {
    display: block;
    overflow: hidden;
}

.Pageservice #servicelist .serviceitem:hover a img {
    transform: scale(1.12, 1.12);
}

.Pageservice #servicelist .serviceitem {
    width: 24%;
    height: auto;
    margin-right: 0;
    margin-right: 1%;
    padding-bottom: 25px;

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

.Pageservice #servicelist .serviceitem:nth-child(4n) {
    margin-right: 0;
}

#projectlist .projectitem {
    background-color: #fff;
}

.Pageservice #servicelist .wrap {
    margin-right: 0;
}

.Pageservice #servicelist {
    width: 1200px;
}

/*         .Pageservice #servicelist .serviceitem:hover { background:#4a4a4a;}         */

.Pageservice #servicelist .serviceitem a {
    top: 0;

    height: 380px;
}

.Pageservice #servicelist .serviceitem div p.description {
    line-height: 26px;

    width: 90%;
    height: 26px;
    margin-top: 0;

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

    color: #888;
}

.Pageservice #servicelist .serviceitem:hover {
    border-bottom: 3px solid #696969;
}

.Pageservice #servicelist .serviceitem div p.title {
    font-size: 17px;
    line-height: 30px;

    height: 30px;

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

.Pageservice #servicelist .serviceitem:hover div p.title {
    padding-top: 15px;
}

#npagePage #projectlist .projectitem a .project_info {
    position: absolute;
}

#npagePage #projectlist .projectitem a .project_info p.title {
    text-align: center;
}

#npagePage #projectlist .projectitem a .project_info p.subtitle {
    text-align: center;
}

#npagePage #projectlist .projectitem a:hover .project_info p.title {
    margin-top: 10px;
    margin-bottom: 0;

    color: #000;
}

#npagePage #projectlist .projectitem a:hover .project_info p.subtitle {
    color: #888;
}

#npagePage #projectlist .projectitem a .project_info div {
    margin-top: -33px;
}

.Pagenews #category {
    float: right;

    width: atuo;
    padding-top: 80px;

    text-align: right;
}

.npagePage.newsl .content {
    width: 1180px;
    margin: 0 auto;
}

.npagePage4 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;

    border: 2px solid rgba(170, 170, 170, 0.85);
}

.npagePage4 .bx-wrapper .bx-pager.bx-default-pager a.active,
.npagePage4 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
}

#projectlist .projectitem a .project_info p.title {
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*    ff    */

#indexPage #mpage.module .wrapper li {
    position: relative;
    z-index: 10;

    height: 450px;
}

#indexPage #mpage .content .header {
    position: initial;
}

#indexPage #mpage .wrapper li .fimg {
    z-index: -1;
}

#indexPage #mpage .wrapper li .fimg {
    background-position: center center;
    background-size: 100%;
}

#indexPage #mpage .wrapper {
    overflow: initial;
}

#indexPage #mpage .content .des-wrap {
    position: absolute;
    top: 300px;
    left: 50%;

    transform: translateX(-50%);
}

#indexPage #mpage .content .header {
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 0;

    width: 100%;
    height: 48px;
    padding: 0;

    transform: none;
    text-align: center;
}

#indexPage #mpage .content a.more {
    top: calc(100% + 90px);
}

#indexPage #mpage .module-content .description {
    padding-top: 126px;
}

#indexPage #mpage.module .wrapper ul {
    padding-bottom: 150px;
}

#indexPage #mnews #newslist .newstitem .newsbody .date {
    position: relative;
    top: auto;
    bottom: -120px;
    left: 0;

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

    opacity: 0;
}

#indexPage #mnews #newslist .newstitem:hover .newsbody .date {
    bottom: -145px;

    opacity: 1;
}

#indexPage #mnews .newstitem a.details::after {
    position: absolute;
    top: auto;
    right: -45px;
    bottom: 15px;

    width: 0;
    height: 0;

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

    opacity: 1;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #535353;
}

#indexPage #mnews .newstitem:hover a.details::after {
    right: -8px;

    opacity: 1;
}

#indexPage #mteam .content .content_list .header a::before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

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

#indexPage #mteam .content .content_list li:hover .header a::before {
    background: rgba(0, 0, 0, 0.5);
}

#indexPage #mteam .content .content_list li:hover .summary p.title a {
    color: #fff;
}

#indexPage #mteam .content .content_list li:hover .summary p.subtitle {
    color: rgba(255, 255, 255, 0.8);
}

#indexPage #mteam .content .content_list li:hover .summary p.description {
    color: rgba(255, 255, 255, 0.6);
}

#indexPage #mteam .wrapper .content_list li .summary p.title a::before {
    position: absolute;
    top: 11px;
    right: 0;

    width: 0;
    height: 0;

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

    opacity: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid rgba(255, 255, 255, 0.9);
}

#indexPage #mteam .wrapper .content_list li:hover .summary p.title a::before {
    opacity: 1;
}

#projectlist .projectitem a .project_info::after {
    position: absolute;
    top: 60px;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -4px;

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

    opacity: 0;
    border-top: 6px solid rgba(0, 0, 0, 0.6);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#projectlist .projectitem:hover a .project_info::after {
    top: 90px;

    opacity: 1;
}

.npagePage #projectlist .wrapper::before {
    position: absolute;
    z-index: 10;
    top: 112px;
    left: 44.4%;

    width: 1px;
    height: calc(100% - 270px);
    margin-top: 0;
    margin-left: 1px;

    content: "";

    background: #eaeaea;
}

.npagePage #projectlist .wrapper::after {
    position: absolute;
    z-index: 10;
    top: 112px;
    right: 29.4%;

    width: 1px;
    height: calc(100% - 270px);
    margin-top: 0;
    margin-right: -1px;

    content: "";

    background: #eaeaea;
}

.npagePage #projectlist .wrapper .content_list li:nth-child(1),
.npagePage #projectlist .wrapper .content_list li:nth-child(2),
.npagePage #projectlist .wrapper .content_list li:nth-child(3) {
    padding-top: 0;
}

.nobanner .npagePage.Pageanli {
    padding-top: 30px;
}

#pages {
    width: 85%;
    margin-left: 15%;
}

.npagePage.Pageyemian .content {
    width: 85%;
    margin-left: 15%;
}

.content .header p.title {
    font-size: 22px;
}

.content .header p.subtitle {
    font-size: 15px;
    line-height: 24px;
}

#newsPage.Pagenews,
.npagePage.Pageteam {
    width: 85%;
    margin-left: 15%;
}

.fa-weibo::before {
    color: #999;
}

.Pageteam #pages {
    padding-bottom: 50px;
}

#newslist .newstitem.right a.newscontent .newsimg {
    left: 0;
}

.Pagenews #pages {
    width: 100%;
    margin-left: 0;
}

.Pagenews #newslist .newstitem .news_wrapper::after {
    position: absolute;
    bottom: 80px;
    left: 53px;

    width: 10%;
    height: 1px;

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

    opacity: 0;
    background: rgba(0, 0, 0, 0.25);
}

.Pagenews #newslist .newstitem:hover .news_wrapper::after {
    width: calc(100% - 53px);

    opacity: 1;
}

.newsl {
    width: 85%;
    margin-left: 15%;
}

.agent_pc.ipusher #sitecontent .npagePage.default {
    width: 85%;
    margin-left: 15%;
}

.agent_pc.ipusher #sitecontent .npagePage.default .content .header {
    padding-top: 40px;
}

.npagePage.Pageservice #banner {
    width: 85%;
    margin-left: 15%;
}

#sitecontent .npagePage.Pageyemian .content .header,
#sitecontent .Pageservice .content .header,
#sitecontent .Pageteam .content .header {
    width: auto;
    margin-left: 0;
}

.Pageservice #servicelist {
    width: 83%;
    margin-left: 15%;
}

.Pageservice #servicelist .wrap {
    width: 94%;
    margin-left: 5%;
}

#sitecontent .Pageservice .content .header {
    width: 85%;
    margin-left: 15%;
}

.nobanner .npagePage .content .header {
    padding-top: 0;
}

.nobanner .npagePage4 {
    padding-top: 0;
}

.nobanner .npagePage4 .content {
    width: 85%;
    margin-left: 15%;
}

.npagePage.npagePage4 #projectlist .wrapper::before,
.npagePage.npagePage4 #projectlist .wrapper::after {
    width: 0;
}

.nobanner .npagePage4 .content #projectib4 #mproject .content {
    width: 100%;
    margin-left: 0;
}

.npagePage.npagePage4 #projectlist .wrapper .content_list {
    width: 1180px;
    margin-left: 0;
}

/* @media screen and (max-width: 1660px) {
    #logoClone img {
        width: auto;
        max-width: 160px;
        height: auto;
        margin: 50px auto 0;
    }
} */

#indexPage #mslider .bx-wrapper .bx-pager-item {
    margin-right: 20px;

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

#indexPage #mslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#indexPage #mslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0.08);
}

#indexPage #mslider .bx-wrapper .bx-pager {
    bottom: 30px;
}

#sitecontent .npagePage.Pageyemian .postbody {
    max-width: 90%;
    padding-bottom: 60px;
}

.nobanner .Pagenews #category {
    padding-top: 0;
}

#indexPage .mmap .content .header {
    margin-left: 5%;
}

.ipusher #indexPage .mmap .content {
    margin-top: 0;

    background: #fff;
}

#indexPage .mivideo .content .header {
    margin-left: 5%;
    padding-top: 0;
}

.mvideom.mvideom01 .mvideo_header,
.mvideom.mvideom .mvideo_header {
    width: 100%;
    margin-left: 5%;
    padding-top: 60px;

    text-align: left;
}

.mvideom .videom_item .wrap .item_info {
    top: 50%;
    bottom: auto;

    transform: translateY(-50%);
    text-align: center;
}

.mvideom .videom_item .subtitle {
    margin-top: 0;
}

.mvideom .videom_item .wrap:hover .item_info {
    opacity: 0;
}

.module.mvideom.mm108915 ul.content_list {
    width: 90% !important;
    margin-left: 5%;
}

.mvideom .videom_item .wrap:hover .imgIcon {
    top: 50%;

    margin-top: 0;

    transform: translateY(-50%);
}

#fixed_videoPost .fixed-mack {
    background-color: rgba(0, 0, 0, 0.8);
}

/* 
.mvideo_more {
    position: absolute;
    right: 4%;
    top: 55px;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    text-indent: 0;
    width: auto;
    z-index: 10;
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-top: 50px;
    color: #838383;
    text-transform: lowercase;
} */

#indexPage .mvideom.module .content {
    padding-bottom: 90px;
}

@media screen and (max-width: 1280px) {
    #logoClone img {
        width: auto;
        max-width: 150px;
        height: atuo;
        margin-left: 50px;
    }
}

/* @media screen and (min-width: 1280px) and (max-width: 1660px) {
    #logoClone img {
        width: auto;
        max-width: 150px;
        height: atuo;
        margin-left: 50px;
    }
} */

.agent-desktop
    .mlist.project
    .content_list
    .item_block:hover
    .item_icon
    a
    .item_icon_bg {
    transform: scale(1.2, 1.2);

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

#indexPage #mproject .content .wrapper .content_list {
    box-sizing: border-box;
    margin: 0 4%;
}

#indexPage .module.mvideom.mm {
    background-color: rgba(249, 249, 249, 1);
}

.mvideom .layoutslider .module-content {
    width: auto;
}

#indexPage .module.mvideom.mm {
    background-color: rgba(249, 249, 249, 1);
}

.module.mvideom.mm .content {
    padding-top: 18px;
    padding-bottom: 18px;
}

.module.mvideom.mm ul.content_list li {
    width: 50%;
}

.module.mvideom.mm ul.content_list li .wrap {
    margin-right: 0;
}

.module.mvideom.mm ul.content_list li {
    margin-bottom: 0;
}

.module.mvideom.mm ul.content_list {
    margin-right: -0;
}

#indexPage #mpartner .wrapper ul li a {
    width: 100%;
}

#sitecontent #indexPage .module:not(#mpage) .content a.more {
    line-height: 32px;

    position: static;

    display: inline-block;

    height: 32px;
    margin: 0;
    padding: 0;

    vertical-align: middle;
}

#sitecontent #indexPage #category a.more {
    line-height: 1;

    position: static;
    position: relative;
    top: auto;
    right: 0;

    visibility: visible;

    height: 38px;
    margin: 0;

    vertical-align: middle;
}

#sitecontent #indexPage .module:not(#mpage) .content > a.more {
    display: none;
}

#indexPage #mteam #category {
    display: none;
}

#sitecontent #indexPage .module:not(#mpage) .content a.more,
#indexPage .content a.more i {
    line-height: 28px;
}

/* change-img */
.Pageservice #servicelist .serviceitem .service_img,
#indexPage #servicelist .serviceitem a .service_img {
    position: relative;

    height: 0;
    padding-top: 126.005%;
}

.Pageservice #servicelist .serviceitem .service_img img,
#indexPage #servicelist .serviceitem a .service_img img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

#indexPage #servicelist .content_list {
    margin-right: -1%;
}

.Pageteam #teamlist .teamimg,
#indexPage #mteam .header > a {
    position: relative;

    display: block;

    height: 0;
    padding-top: 50%;
    overflow: hidden;
}

.Pageteam #teamlist .teamimg img,
#indexPage #mteam .header img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

/* #indexPage #mteam .content .content_list .header a::before {
    z-index: 1;
}

#indexPage #mteam .wrapper .summary {
    z-index: 2;
} */
#indexPage #mteam .header img {
    opacity: 0;
    transition: all 0.36s ease-out 0s;
}
#indexPage #mteam .content .content_list li:hover .header img {
    opacity: 1;
}

.mvideom .videom_item img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

.mvideom .item_link {
    position: relative;

    display: block;

    height: 0;
    padding-top: 30.864%;
}

.npagePage #projectlist .wrapper {
    box-sizing: border-box;
    /* padding: 0 4%; */
}

.npagePage #projectlist .wrapper {
    padding-right: 3.5%;
}
.npagePage #projectlist .wrapper::before {
    left: 44.2%;
}

.npagePage #projectlist .wrapper::after {
    right: 29.6%;
}

#category.hide {
    display: block;
}

#sitecontent .Pageteam .content .header {
    padding-bottom: 30px;
}

.Pageservice #servicelist .serviceitem a {
    height: auto;
}

.npagePage.Pageservice #category {
    margin-left: 15%;
}

.agent_pc.ipusher #sitecontent .npagePage.default {
    width: 85%;
    margin-left: 15%;
}

#sitecontent #indexPage .module:not(#mpage) .content a.more:hover i {
    line-height: 28px;
}

#sitecontent #indexPage .module:not(#mpage) .content a.more:after,
#sitecontent #indexPage .module:not(#mpage) .content a.more:before {
    display: none;
}

#sitecontent #indexPage .module:not(#mpage) .content a.more {
    color: #616161;
}

.bodylist #category a.more {
    display: none;
}

#category li:last-child a {
    margin-right: 0;
}

#sitecontent #indexPage .module .content #category a.more {
    margin-left: 10px;

    text-indent: 0;
}

#indexPage #mproject .content .wrapper::after {
    right: 34.7%;
}
#indexPage .module #category a.more {
    font-size: 15px;
}
.Pageservice #servicelist .serviceitem:hover {
    border-bottom: none;
}
.Pageservice #servicelist {
    width: 85%;
}
.Pageservice #servicelist .wrap {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
}
.Pageservice #servicelist .serviceitem {
    margin: 0 0.5% 25px;
}
#pages a {
    margin-right: 0;
}
.bodylist #category a {
    margin: 0 10px;
}
#indexPage #newslist .newstitem {
    width: 33.33333%;
}
#indexPage #mteam .wrapper .content_list li {
    width: 50%;
    position: relative;
}
#indexPage #mteam .wrapper .content_list li:hover .summary {
    margin-top: 8%;
}
#teampost {
    width: 63%;
}
#indexPage #mpage .content {
    border: none;
}
#indexPage #mproject {
    padding-bottom: 0;
}
#mpartner .content_list li .par_img {
    position: relative;
    display: block;
    overflow: hidden;
}
#mpartner .content_list li .par_img img {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#mpartner .content_list li .par_img {
    padding-top: 75%;
}
#indexPage #mpartner .wrapper ul li {
    height: auto;
    max-height: none;
}
.npagePage.Pagenews .content,
#newsPage #newslist {
    width: 62.6vw;
}
.Pagenews #newslist .newsbody {
    width: 32.8vw;
}
#newslist .newstitem .newsimg {
    background-size: contain;
    background-repeat: no-repeat;
}
.Pagenews #newslist .newstitem .newsimg {
    width: 27vw;
}
#indexPage #mteam a.details {
    top: 80%;
}
#indexPage #mteam .summary p.subtitle {
    margin-bottom: 5%;
}

/* #videomlist .videom_item .item_link {
    padding-top: 80%;
} */
#indexPage #servicelist .serviceitem {
    margin-bottom: 1%;
}
.Pageteam #teamlist {
    width: 62.5vw;
}
.Pageteam #pages {
    width: 62.5vw;
    margin: 0 auto;
}
.Pageteam .teamitem {
    width: calc(50% - 20px);
}
.Pageservice #servicelist .serviceitem:hover div p.title {
    padding-top: 25px;
    transform: translateY(-15px);
}
.mvideom .videom_item img {
    height: auto;
}
.Pageservice #servicelist .serviceitem div p.description {
    width: 100%;
}
.npagePage4 #post_slider {
    width: 85%;
    margin-left: 15%;
}
#mcontact .content #contactform {
    width: 61%;
}

/* 2019/10/29 yyq 修改 */
.npagePage4 #projectwrap4 {
    margin-top: 0;
}
#sitecontent .content_editor .postbody {
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    #logoClone img {
        margin-left: 10px;
    }
}
#page_body_editor-wrapper
    .layout_group[data-limit_width="true"]
    > .layout_limit_wrapper,
.bodypage .npagePage.content_editor > .content,
.bodylistpost .npagePage.content_editor > .content {
    max-width: 62.5vw;
}
/* .bodypage .npagePage.content_editor>.content, 
.bodylistpost .npagePage.content_editor>.content {
    margin-left: calc((85vw - 63vw)/2 + 15vw);
} */
.npagePage.content_editor #projectlist .wrapper {
    padding: 0;
    margin-right: -3%;
}
.bodylistpost .npagePage.content_editor #projectshow4 {
    width: 100%;
}
#sitecontent .npagePage4.content_editor #projectlist .projectitem {
    width: 33.3333% !important;
}
.page_contect_editor,
.content_editor.npagePage,
.Pagevideo.npagePage {
    margin-left: 15%;
}
#mvideom[data-layout="layoutnone"] .videom_item .image,
#videomlist .videom_item .image {
    padding: 0;
}

.mvideom.mvideom01 .mvideo_header {
    margin: 0 auto;
}
.Pagevideo.mvideom.mvideom01 .videom_item {
    width: 50%;
    margin: 0;
}
#pages {
    width: 100%;
    margin: 0 auto;
}
.mvideom.mvideom01 .videom_item .wrap .item_info {
    position: absolute;
    top: 50%;
    padding: 0 8%;
}
.mvideom.mvideom01 .videom_item .wrap:hover .item_info {
    padding: 0 8%;
    transform: translateY(-100%);
}
.mvideom.mvideom01 .videom_item .title,
.mvideom.mvideom01 .videom_item .subtitle {
    color: #fff;
}
.module.mvideom.mm ul.content_list li {
    margin: 0;
}
.mvideom.mvideom01 .videom_item .video_details {
    display: none;
}
.Pagevideo.mvideom.mvideom01 .content_list {
    margin: 0;
}
.Pageteam #teamlist .wrap {
    margin-right: -20px;
}
#indexPage #servicelist .serviceitem a.details {
    bottom: 35%;
    margin-top: 0;
    margin-bottom: 0;
}
#indexPage #mservice .serviceitem:hover a.details i::after {
    top: 0;
}
.nobanner .npagePage.content_editor {
    padding-top: 0;
}

#indexPage #mproject .content .wrapper::before {
    left: calc(96% / 3 + 3.9%);
}

#indexPage #mproject .content .wrapper::after {
    right: calc(96% / 3);
}

body #page_body_editor-wrapper .layout_group .image {
    display: block;
}
/* 2019/10/29 yyq 修改 */
