@charset "utf-8";

/*3转4*/



/*新首页开始*/



#indexPage .module .content {

    position: inherit;

    top: 0;

}



#indexPage #mslider .content {

    height: 750px;

    margin: 0;

}



#indexPage #mservice {

    height: 895px;

}



#indexPage #mservice .content {

    overflow: hidden;



    height: 850px;

    margin: 0;

}



#indexPage #mproject .content {

    height: 100%;

    margin: 0;

    padding-bottom: 80px;



    background: #f5f5f5;

}



#indexPage #mpage .content {

    height: 680px;

    margin: 0;

}



#indexPage #mteam .content {

    height: 500px;

    margin: 0;

}



#indexPage #mnews .content {

    height: auto;

    margin: 0;

}



#indexPage #mcontact .content {

    margin: 0;

}



#indexPage #mpartner .content {

    height: 200px;

    margin: 0;

}



/*首页头部导航*/



#header {

    padding-top: 10px;



    background: #fff;

}



#header #logo {

    margin-top: 10px;

    margin-left: 2%;

}



#header .content {

    padding: 0;

}



#header ul#nav {

    float: right;



    margin-right: 1%;

}



#header ul li.navitem {

    line-height: 42px;



    padding: 10px 26px;



    transition: all 0.4s ease-out 0s;

}



#header ul li.navitem a {

    color: #666;

}



#header ul li.navitem a.active,

#header ul li.navitem:hover a {

    color: #333;

}



#header ul li.navitem a::after {

    display: block;



    width: 30%;

    height: 1px;

    margin-top: -5px;



    content: "";

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



    background: transparent;

}



#header ul li.navitem a.active::after {

    width: 60%;



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

}



#header ul li.navitem:hover a::after {

    width: 100%;



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

}



#header.mini {

    padding-top: 0;



    background-color: rgba(255, 255, 255, 1);

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);

}



#header.mini ul li.navitem a.active:after,

#header.mini ul li.navitem:hover a:after {

    margin-top: -5px;

}



#header ul li.navitem ul.subnav {

    width: 192px;



    border: 0;

    background: #fff;

    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);

}



#header ul li.navitem ul.subnav li {

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

}



#header ul li.navitem ul.subnav li a {

    width: 100%;

    padding: 14px 0;



    text-align: center;



    color: #666;

    background: none;

}



#header ul li.navitem ul.subnav li a i {

    display: none;

}



#header ul li.navitem ul.subnav li a:hover {

    text-indent: inherit;



    color: #000;

    background: #fff;

}



#header ul li.navitem ul.subnav li a:hover::after,

#header ul li.navitem ul.subnav li a:after {

    display: none;

}



#header ul li.navitem ul.subnav li a:hover {

    background-color: #f5f5f5;

}



/*内页头部导航*/



.nobanner #header {

    border-bottom: 1px solid #f3f3f3;

}



/*幻灯*/



#mslider .bx-wrapper .bx-controls-direction {

    display: none;

}



#indexPage #mslider {

    padding-top: 140px;

}



#indexPage #mslider ul li div {

    display: none;

}



#indexPage #mslider .bx-wrapper .bx-pager {

    bottom: 2px;

}



#mslider .bx-wrapper .bx-pager-item {

    position: relative;



    width: 6px;

    height: 6px;

    margin-bottom: 20px;

    margin-left: 18px;



    cursor: pointer;



    border-radius: 4px;

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

}



#mslider .bx-wrapper .bx-pager.bx-default-pager a {

    position: absolute;

    top: -5px;

    left: -10px;



    display: block;



    width: 16px;

    height: 16px;



    opacity: 0;

    border: 0;

    border-radius: 8px;

    background: rgba(0, 0, 0, 0.21);

}



#mslider .bx-wrapper .bx-pager.bx-default-pager a.active {

    opacity: 1;

}



#mslider .bx-wrapper .bx-pager.bx-default-pager a.active:after {

    position: absolute;

    top: 5px;

    left: 5px;



    display: block;



    width: 6px;

    height: 6px;



    content: "";



    border-radius: 10px;

    background: #fff;

}



/*内页服务*/



#servicelist {

    overflow: hidden;



    width: 1200px;

    padding-top: 40px;

}



#servicelist .serviceitem a img {

    position: relative;

    top: 180px;



    overflow: hidden;



    width: 360px;

    height: 200px;

    margin-left: 20px;



    transition: all 0.3s ease-out 0s;

}



#servicelist .serviceitem {

    float: left;



    width: 399px;

    min-height: 460px;

    margin: 0;

    margin-bottom: 60px;

    padding-bottom: 40px;



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

}



#servicelist .serviceitem div p {

    padding: 0 30px;

}



#servicelist .serviceitem div {

    position: relative;

    top: -175px;



    margin: 0;



    transition: all 0.3s ease-out 0s;

}



#servicelist .serviceitem div:after {

    position: absolute;

    top: -14px;

    left: 50%;



    width: 35px;

    height: 1px;

    margin-left: -17px;



    content: "";

    transition: all 0.3s ease-out 0s;



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

}



#servicelist .serviceitem div p.title {

    font-size: 18px;

}



#servicelist .serviceitem div p.description {

    width: auto;

    margin-top: 30px;

}



#servicelist .serviceitem:hover a img {

    margin-top: -10px;

}



#servicelist .serviceitem:hover div {

    margin-top: 0;

}



#servicelist .serviceitem:hover p.title {

    color: #444;

}



#servicelist .serviceitem:hover div:after {

    background: #9b9b9b;

}



#sitecontent .serviceitem a.details {

    position: relative;



    display: block;

    overflow: hidden;



    width: 35px;

    height: 35px;

    margin: 0 auto;



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

    text-align: center;



    border: 1px solid transparent;

    border-radius: 0;

}



#sitecontent .serviceitem a.details:after {

    position: absolute;

    top: 0;

    left: 0;



    display: block;



    width: 15px;

    height: 9px;

    margin: 13px 0 0 11px;



    content: "";



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

}



#servicelist .serviceitem:hover .details {

    margin-top: -15px;



    text-indent: 130px;



    border-color: #b6b6b6;

}



#servicelist .serviceitem .details:hover {

    text-align: inherit;



    border: 1px solid transparent;

}



/*案例*/



#indexPage #mproject .content .header {

    padding-top: 80px;

    padding-bottom: 60px;

}



#indexPage #mproject #projectlist {

    width: 1260px;

}



#indexPage #mproject #projectlist {

    width: 100%;

    margin: 0 auto;

}



#indexPage #mproject .content .wrapper {

    width: 1275px;

    margin: 0 auto;

}



#indexPage #mproject #projectlist .projectitem {

    width: 410px;

    height: 500px;

    margin: 0 15px 25px 0;



    background: none;

}



#projectlist .projectitem a:hover .project_info {

    background: none;

}



#indexPage #mproject #projectlist .projectitem a .project_info div {

    position: absolute;

    top: auto;

    bottom: 0;



    width: 100%;

    height: 91px;



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



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

    background: #fff;

}



#indexPage #mproject #projectlist .projectitem a .project_info p {

    width: auto;



    text-align: left;

}



#indexPage #mproject #projectlist .projectitem a .project_info .title {

    font-size: 16px;

    line-height: 28px;



    overflow: hidden;



    height: 28px;

    margin: 0;

    padding: 22px 70px 0 30px;



    white-space: nowrap;

    text-overflow: ellipsis;



    color: #666;

}



#indexPage #mproject #projectlist .projectitem a .project_info .subtitle {

    line-height: 20px;



    display: block;

    overflow: hidden;



    height: 20px;

    margin: 0;

    padding: 0 70px 0 30px;



    color: #999;

}



#indexPage #mproject #projectlist .projectitem a img {

    height: 410px;

}



#indexPage #mproject #projectlist .projectitem a .project_info div:after {

    position: absolute;

    top: 50%;

    right: 20px;



    display: block;



    width: 37px;

    height: 20px;

    margin-top: -10px;



    content: "";

    transition: all 0.3s ease-out 0s;



    border-left: 1px solid rgba(0, 0, 0, 0.0);

    background: transparent url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -30px -66px;

}



#indexPage #mproject #projectlist .projectitem:hover a .project_info div {

    padding: 10px 0;

}



#indexPage #mproject #projectlist .projectitem:hover a .project_info div:after {

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

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

}



/*内页案例*/



#projectlist {

    text-align: center;

}



.npagePage #projectlist .wrapper {

    display: inline-block;



    width: auto;

    margin-left: 0;



    text-align: center;

}



#sitecontent .npagePage #projectlist .projectitem {

    display: inline-block;



    width: 410px;

    height: 500px;

    margin: 0 15px 25px 0;



    transition: all 0.3s ease-out 0s;



    background: none;

}



#projectlist .projectitem a:hover .project_info {

    background: none;

}



.npagePage #projectlist .projectitem a .project_info div {

    position: absolute;

    top: auto;

    bottom: 0;



    width: 100%;

    height: 91px;



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



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

    background: #fff;

}



.npagePage #projectlist .projectitem a .project_info p {

    width: auto;



    text-align: left;

}



.npagePage #projectlist .projectitem a .project_info .title {

    font-size: 16px;

    line-height: 28px;



    overflow: hidden;



    height: 28px;

    margin: 0;

    padding: 22px 70px 0 30px;



    white-space: nowrap;

    text-overflow: ellipsis;



    color: #666;

}



.npagePage #projectlist .projectitem a .project_info .subtitle {

    line-height: 20px;



    display: block;

    overflow: hidden;



    height: 20px;

    margin: 0;

    padding: 0 70px 0 30px;



    color: #999;

}



.npagePage #projectlist .projectitem a .project_info div:after {

    position: absolute;

    top: 50%;

    right: 15px;



    display: block;



    width: 37px;

    height: 20px;

    margin-top: -10px;



    content: "";

    transition: all 0.3s ease-out 0s;



    border-left: 1px solid rgba(0, 0, 0, 0);

    background: transparent url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -30px -66px;

}



.npagePage #projectlist .projectitem:hover a .project_info div {

    padding: 10px 0;

}



.npagePage #projectlist .projectitem:hover a .project_info div:after {

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

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

}



#projectlist .projectitem a:hover .project_info p.title {

    color: #666;

}



#sitecontent .npagePage #projectlist .projectitem:hover {

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

}



.npagePage #plheader,

.Pageservice .header,

.Pageteam .header,

.Pagenews .header {

    display: none;

}



.npagePage #category {

    margin-top: 26px;

    margin-left: 0;



    text-align: center;

}



.npagePage #category a {

    font-size: 13px;



    position: relative;



    color: #666;

    border: 0;

    background: none;

}



.npagePage #category a.active {

    color: #fff;

}



.npagePage #category a.active:after {

    position: absolute;

    z-index: 1;

    top: 25px;

    left: 16px;



    width: 25px;

    height: 1px;

    padding-left: 10px;



    content: "";

    transition: all 0.3s ease-out 0s;



    background: #aaa;

    ;

}



/*more效果*/



#indexPage #mproject a.more,

#indexPage #mnews a.more,

#indexPage #mservice a.more {

    position: relative;



    width: 150px;

    height: 45px;

    margin-top: 70px;

    margin-bottom: 90px;



    text-indent: -9999px;



    border: 0;

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

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

    border-radius: 0;

}



#indexPage #mproject a.more {

    margin-top: 55px;

    margin-bottom: 0;

}



#indexPage #mproject a.more i,

#indexPage #mnews a.more i,

#indexPage #mservice a.more i {

    position: absolute;

    z-index: 3;

    top: 50%;

    left: 50%;



    display: block;



    width: 34px;

    height: 14px;

    margin-top: -7px;

    margin-left: -17px;



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

    ;

}



#indexPage #mproject a.more i.fa-angle-right:before,

#indexPage #mnews a.more i.fa-angle-right:before,

#indexPage #mservice a.more i.fa-angle-right:before {

    display: none;

}



#indexPage #mproject a.more:before,

#indexPage #mnews a.more:before,

#indexPage #mservice a.more:before {

    position: absolute;

    z-index: 1;

    bottom: 0;

    left: 0;



    display: block;



    width: 100%;

    height: 45px;



    content: "";

    -webkit-transition: all 0.3s;

       -moz-transition: all 0.3s;

         -o-transition: all 0.3s;

            transition: all 0.3s;

    -webkit-transform: scale(0.1, 1);

            transform: scale(0.1, 1);



    opacity: 0;

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

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

}



#indexPage #mproject a.more:after,

#indexPage #mnews a.more:after,

#indexPage #mservice a.more:after {

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;



    display: block;



    width: 100%;

    height: 100%;



    content: "";

    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;

            transition:         transform 0.3s, background-color 0.3s;

    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);

            transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);



    opacity: 1;

    background-color: rgba(0, 0, 0, 0.6);

}



#indexPage #mproject a.more:hover,

#indexPage #mnews a.more:hover,

#indexPage #mservice a.more:hover {

    border: inherit;

    background: transparent;

}



#indexPage #mproject a.more:hover::before,

#indexPage #mnews a.more:hover::before,

#indexPage #mservice a.more:hover::before {

    -webkit-transform: scale(1, 1);

            transform: scale(1, 1);



    opacity: 1;

}



#indexPage #mproject a.more:hover::after,

#indexPage #mnews a.more:hover::after,

#indexPage #mservice a.more:hover::after {

    transform: scale3d(0.7, 0.7, 1);



    opacity: 0;



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

}



#indexPage #mproject a.more:hover i,

#indexPage #mnews a.more:hover i,

#indexPage #mservice a.more:hover i {

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

}



/*关于*/



#indexPage #mpage.module.bgShow .bgmask {

    display: none;

}



#mpage .module-content .header {

    padding-top: 130px;

    padding-bottom: 70px;

}



#mpage .content .header p.title,

#mpage .content .header p.subtitle,

#mpage .content p.description {

    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";

}



#mpage .content p.description {

    line-height: 30px;



    position: absolute;

    top: 50px;

    left: 50%;



    float: left;



    width: 40%;

    height: 100px;

    padding: 200px 5% 20px 4%;

}



#indexPage #mpage a.more {

    position: absolute;

    top: 380px;

    left: 75%;



    overflow: hidden;



    width: 40px;

    height: 18px;

    margin-left: -18px;



    border: 0;

    border-radius: 0;

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

}



#indexPage #mpage a.more:hover {

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

}



/*新闻*/



#indexPage #mnews .content .header {

    display: block;



    padding: 90px 0 80px;

}



#newslist .newstitem.left a.newscontent,

#newslist .newstitem.left a.newscontent:hover,

#newslist .newstitem.right a.newscontent,

#newslist .newstitem.right a.newscontent:hover {

    padding: 0;

}



#newslist .newstitem .newsimg {

    display: none;

}



#newslist .newstitem {

    float: left;



    width: 560px;

    height: 260px;

    margin: 0 5px 20px 25px;

}



#newslist .news_wrapper,

#newslist .newstitem a.newscontent:hover .news_wrapper {

    width: 100%;



    background: transparent;

}



#mnews #newslist {

    width: 1200px;

    margin: 0 auto;

}



#indexPage #mnews #newslist {

    margin-top: 50px;

}



#newslist .newsbody {

    position: relative;



    width: 100%;

    max-width: 100%;

    height: 100%;

}



/*#newslist .newsbody:after{ content:'';width: 25px; height:10px;background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat 0 -71px; position:absolute; left:100px; bottom:44px; opacity:0;transition: all 0.3s ease-out 0s}*/



#newslist .newsbody .title {

    font-size: 16px;

    line-height: 32px;



    position: absolute;

    top: 54px;



    overflow: hidden;



    width: 480px;

    height: 54px;



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

    text-align: left;

    white-space: nowrap;

    text-indent: 0;

    text-overflow: ellipsis;



    color: #575757;

}



#indexPage #newslist .newsbody .title {

    font-size: 17px;



    top: 110px;



    padding-left: 40px;

}



#newslist .separator {

    display: none;

}



#newslist .newsbody .description {

    line-height: 26px;



    position: absolute;

    top: 108px;



    display: -webkit-box;

    overflow: hidden;



    width: 480px;

    height: 78px;

    margin-top: 0;



    transition: all 0.3s ease-out 0s;

    text-align: left;

    text-overflow: ellipsis;



    color: #999;



    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

}



#indexPage #newslist .newsbody .description {

    top: 158px;



    padding-left: 40px;

}



#newslist .newsbody .date {

    font-weight: 100;



    position: relative;

    top: -50px;

    left: 0;



    width: 70px;

    height: 88px;

    padding: 20px 30px 0 40px;



    text-align: right;



    background: transparent;

}



#indexPage #newslist .newsbody .date {

    top: 10px;



    width: auto;



    text-align: left;

}



/*#newslist .newsbody .date:after{ content:'';width: 35px;height: 1px;background: rgba(0,0,0,.25);display: block;position: relative;top: 2px;left:-40px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}*/



#newslist .newsbody .date .md {

    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";

    line-height: 20px;



    position: relative;

    top: 40px;



    display: block;



    width: 100%;



    transition: all 0.3s ease-out 0s;



    color: #adadad;

}



#indexPage #newslist .newsbody .date .md {

    font-size: 0;

}



#newslist .newsbody .date .md span {

    display: none;



    border: none;

}



#newslist .newsbody .date .year {

    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";

    font-size: 42px;

    line-height: 46px;



    position: relative;

    top: -20px;



    display: block;

    float: left;



    width: 100%;



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



    color: #999;

}



#newslist li.newstitem:hover .newsbody .date .year {

    color: #555;

}



#newslist li.newstitem:hover {

    transition: all 0.3s ease-out 0s;

}



#newslist li.newstitem:hover .date:after {

    left: 85px;

}



#indexPage #newslist li.newstitem:hover .newsbody .title {

    top: 100px;



    text-indent: 0;

}



#newslist li.newstitem:hover .newsbody .description {

    top: 93px;

}



#indexPage #newslist li.newstitem:hover .newsbody .description {

    top: 148px;

}



#newslist li.newstitem:hover .newsbody:after {

    bottom: 54px;

    left: 135px;



    opacity: 1;

}



#mnews a.more {

    display: block;



    margin-bottom: 80px;

}



/*内页新闻*/



.Pagenews .content {

    text-align: center;

}



.Pagenews #category {

    display: inline-block;



    width: 1200px;

    margin-top: 52px;

    margin-left: 0;

}



.Pagenews #category a.active:after {

    top: 1px;



    background: transparent;

}



.Pagenews #newslist {

    display: inline-block;



    width: 1200px;

    margin: 0 auto;

}



.Pagenews #newslist .newstitem {

    width: 100%;

    height: 190px;

    margin: 0;



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

}



.Pagenews #newslist .wrapper .news_wrapper {

    position: inherit;



    float: left;



    width: 880px;

}



.Pagenews #newslist .newstitem .newsimg {

    position: inherit;



    display: block;

    float: right;



    width: 200px;

    height: 130px;

    margin: 32px 15px 32px;

}



.Pagenews #newslist .news_wrapper,

.Pagenews #newslist .newstitem a.newscontent:hover .news_wrapper {

    width: 600px;

}



.Pagenews #newslist .newsbody .date {

    top: 0;



    width: 120px;

    padding: 20px 70px 0 0;



    text-align: left;

}



.Pagenews #newslist .newsbody .date .year {

    font-size: 40px;



    top: 22px;



    color: #999;

}



.Pagenews #newslist .newsbody .date .md {

    display: none;

}



.Pagenews #newslist .newsbody .date:after {

    top: 8px;

    left: 100px;

}



.Pagenews #newslist .newsbody .title {

    line-height: 24px;



    left: 155px;



    width: 600px;

    height: 24px;

    margin-top: -10px;

}



.Pagenews #newslist .newsbody .description {

    top: 100px;

    left: 155px;



    display: -webkit-box;

    overflow: hidden;



    width: 600px;

    height: 52px;

    margin-top: -12px;



    text-overflow: ellipsis;



    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}



.Pagenews #newslist .newstitem:hover .newsbody .title,

.Pagenews #newslist .newstitem:hover .newsbody .description {

    left: 175px;

}



.Pagenews #newslist .newstitem:hover .newsbody .date:after {

    width: 60px;



    background: #7d7d7d;

}



.Pagenews #newslist .newstitem:hover .title {

    color: #333;

}



.Pagenews #newslist .newstitem:hover .date .year {

    color: #333;

}



.Pagenews #newslist .newstitem a.details {

    position: relative;

    z-index: 3;

    top: -96px;

    left: 2px;



    display: block;

    overflow: hidden;



    width: 35px;

    height: 35px;

    margin: 0;



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

    text-align: center;



    border: none;

    border-bottom: 1px solid transparent;

    border-radius: 0;

}



.Pagenews #newslist .newstitem a.details:after {

    position: absolute;

    top: 0;

    left: 0;



    display: block;



    width: 15px;

    height: 9px;

    margin: 13px 0 0 11px;



    content: "";



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

}



.Pagenews #newslist .newstitem:hover .details {

    text-indent: 130px;



    border-color: #b6b6b6;

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

    background: transparent;

}



.Pagenews #newslist .newstitem:hover .details:after {

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

}



.Pagenews #newslist .newstitem .details:hover {

    text-align: left;



    border: none;

}



#indexPage #mteam .header {

    padding-top: 90px;

}



#indexPage #mteam .header img {

    overflow: hidden;



    width: 160px;

    height: 160px;



    border-radius: 80px;

}



#indexPage #mteam .bx-wrapper .bx-controls-direction a {

    margin-top: 23px;

}



#indexPage #mteam .bx-wrapper .bx-controls-direction a.bx-prev i {

    margin-left: 14px;

}



#indexPage #mteam .bx-wrapper .bx-controls-direction a i {

    font-size: 26px;



    margin-top: 6px;

    margin-left: 17px;

}



#indexPage #mteam .bx-wrapper .bx-controls-direction a:hover {

    background-color: rgba(0, 0, 0, 0.8);

}



/*内页团队*/



#teamlist {

    width: 1200px;

    padding-top: 100px;

}



#teamlist .teamitem .wrap {

    display: none;

}



#teamlist .teamitem {

    width: 560px;

    height: 260px;

    margin: 0 40px 20px 0;



    transition: all 0.3s ease-out 0s;



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

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

}



#teamlist .teamitem a {

    float: left;

    overflow: hidden;



    width: 180px;

    height: 160px;



    transition: all 0.3s ease-out 0s;

}



#teamlist .teamitem a img {

    width: 100%;

    height: 100%;

}



#teamlist .teamitem .teaminfo {

    float: right;



    width: 308px;

    height: 140px;

    margin: 0;

    padding: 30px 15px 10px;



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

    text-align: left;

}



#teamlist .teamitem .title a {

    float: none;



    color: #333;

}



#teamlist .teamitem .title {

    display: inline-block;



    padding-right: 12px;

}



#teamlist .teamitem .subtitle {

    font-size: 13px;



    display: inline-block;



    max-width: 202px;

    margin-top: 7px;



    color: #999;

}



#teamlist .teamitem .description {

    font-size: 13px;

    line-height: 26px;



    overflow: hidden;



    height: 52px;



    color: #757575;

}



#teamlist .teamitem a.details {

    position: relative;

    top: -4px;

    left: 328px;



    display: block;



    width: 37px;

    height: 20px;



    transition: all 0.3s ease-out 0s;

    text-indent: -9999px;



    opacity: 0;

    border: none;

    border-left: 1px solid #dfdfdf;

    border-radius: 0;

    ;

}



#teamlist .teamitem a.details:after {

    position: absolute;

    top: 0;

    left: 0;



    display: block;



    width: 37px;

    height: 20px;



    content: "";

    transition: all 0.3s ease-out 0s;



    background: transparent url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -20px -66px;

}



#teamlist .teamitem:hover {

    border-top: 1px solid #a1a1a1;

}



#teamlist .teamitem:hover a {

    margin-top: 20px;

}



#teamlist .teamitem:hover .teaminfo {

    padding-top: 40px;

}



#teamlist .teamitem:hover a.details {

    margin-top: 48px;



    opacity: 1;

}



/*合作伙伴*/



#indexPage #mpartner .content .header {

    display: none;

}



#indexPage #mpartner .module-content {

    height: 80px;

    padding: 60px 0;

}



#indexPage #mpartner .wrapper {

    height: auto;

}



#indexPage #mpartner .wrapper ul li {

    height: 60px;

    padding-top: 20px;

}



#indexPage #mpartner .wrapper ul li a {

    width: 112px;

    height: auto;

    margin-right: 10px;

}



#indexPage #mpartner .bx-wrapper .bx-pager {

    display: none;

}



#indexPage #mpartner .bx-wrapper .bx-controls-direction {

    display: block;

}



#indexPage #mpartner .bx-wrapper .bx-controls-direction a.disabled {

    display: block;

}



#mpartner .bx-wrapper .bx-controls-direction a {

    background: none;

}



#mpartner .bx-wrapper .bx-controls-direction a i {

    color: #c3c6ca;

}



#mpartner .bx-wrapper .bx-controls-direction a:hover {

    background: #5d5d5d;

}



#mpartner .bx-wrapper .bx-controls-direction a:hover i {

    color: #fff;

}



#indexPage #mpartner .bx-wrapper .bx-prev {

    left: -58px;

}



#indexPage #mpartner .bx-wrapper .bx-next {

    right: -58px;

}



/*联系*/



#indexPage #mcontact {

    background-color: #f3f3f3;

}



#indexPage #mcontact .content {

    width: 1200px;

    height: auto;

    margin: 0 auto;

    padding: 80px 0 68px;

}



#indexPage #mcontact .content:after {

    display: block;

    clear: both;



    content: "";

}



#indexPage #mcontact .content .header {

    float: left;



    width: 480px;

}



#indexPage #mcontact .content .header p.title {

    text-align: left;



    color: #666;

}



#indexPage #mcontact .content .header .subtitle {

    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";



    text-align: left;

}



#indexPage #mcontact .content #contactlist {

    float: left;



    width: 720px;

}



#mcontact .content #contactform {

    display: none;

}



#mcontact .content #contactinfo {

    position: relative;



    float: left;



    width: 720px;

}



#mcontact .content #contactinfo p {

    font-size: 12px;

    line-height: inherit;



    float: left;



    width: 290px;

    height: auto;

    margin-top: 14px;

    padding-right: 60px;



    color: #999;

}



#mcontact .content #contactinfo h3 {

    color: #696969;

}



#mcontact #contactinfo div {

    position: absolute;

    top: 35px;

    left: -250px;

}



#mcontact #contactinfo div:after {

    font-size: 16px;

    line-height: 20px;



    position: absolute;

    top: -56px;

    left: 0;



    overflow: hidden;



    height: 20px;



    content: "关注";



    color: #696969;

}



#mcontact #contactinfo div a {

    font-size: 16px;



    color: #9b9b9b;

    border: 2px solid rgba(0, 0, 0, 0);

    background-color: transparent;

    ;

}



#mcontact #contactinfo div a:hover {

    border: 2px solid #5d5d5d;

    border-radius: 0;

    background-color: #000;

}



#mcontact #contactinfo div a:hover i {

    color: #fff;

}



/*footer*/



#indexPage .module.bgShow .bgmask {

    display: none;

}



#footer {

    border-top: 1px solid rgba(53, 53, 53, 0.1);

    background: #fff;

}



#footer a path {

    fill: rgb(148, 148, 148);

}



#footer p {

    line-height: 44px;



    width: 1200px;

    height: 44px;

    margin: 0 auto;

    padding: 0;



    text-align: left;

}



#footer p a {

    margin-top: 15px;

}



/*分页*/



#pages a {

    visibility: visible;

}



#pages a.active,

#pages a:hover {

    color: #fff;

    background-color: rgba(0, 0, 0, 0.6);

}



/*内页banner*/







#indexPage .module {

    z-index: auto;

}



/*0801*/



#header .content {

    text-align: center;

}



#header .content img {

    float: none;

}



#header #logo {

    float: left;



    width: 100%;

    margin: 0 auto;

    padding: 10px 0;

}



#header ul#nav {

    width: 1280px;



    text-align: center;

}



#header .content #nav {

    display: inline-block;

    float: none;



    width: auto;

    margin: 0 auto;



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

}



.content .header p.subtitle {

    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";

}



#indexPage #mproject #category {

    display: block;

}



#category a {

    font-size: 14px;



    margin-right: 0;

    padding: 10px 28px;



    border: none;

}



#category a.active,

#category a:hover {

    color: #fff;

    border-color: #666;

    background: #575757;

}



#category a::after {

    position: absolute;



    width: 1px;

    height: 12px;

    margin-top: 2px;

    margin-left: 27px;



    content: "";

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



    background: rgba(0, 0, 0, 0.2);

}



#category a:last-child::after {

    width: 0;

}



#category a:hover::after {

    background: transparent;

}



#header #logo img {

    transition: all 0.3s ease-out 0s;

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

    transform: scale(1, 1);

}



#header.mini #logo img {

    -webkit-transform: scale(0.8, 0);

       -moz-transform: scale(0.8, 0);

         -o-transform: scale(0.8, 0);

            transform: scale(0.8, 0);

}



#header.mini .content #nav {

    margin-top: -60px;

}



.nobanner .npagePage {

    padding-top: 140px;

}



#indexPage .content .header {

    padding-top: 80px;

}



#indexPage #mpage .content .header {

    float: right;



    width: 50%;

    padding-top: 130px;

}



#indexPage #mcontact .content .header {

    padding-top: 0;

}



#indexPage #mslider .bx-wrapper {

    position: relative;

}



#indexPage #mpage .wrapper li .fimg {

    float: left;



    width: calc(50% - 60px);

    height: 580px;



    border: 30px solid #fff;

    border-top: 50px solid #fff;

    border-bottom: 50px solid #fff;

}



#indexPage #mnews a.details {

    font-family: Georgia, "Times New Roman", Times, serif;

    font-size: 15px;

    line-height: 50px;



    position: relative;

    top: -20px;

    left: -58px;



    display: block;



    width: 200px;

    height: 50px;

    margin: 0;



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

    text-indent: 100px;



    color: #999;

    border: none;

}



#indexPage #mnews a.details:hover {

    color: #666;

}



#indexPage #mnews a.details i {

    position: relative;

    top: 3px;

}



#indexPage #mnews a.details:hover i {

    text-indent: 10px;

}



#newslist .newstitem:nth-of-type(odd) {

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

}



#indexPage #mnews #newslist .newstitem {

    margin: 0 25px 20px 5px;

    padding-bottom: 45px;

}



#indexPage #mnews .content_list {

    margin-left: 34px;

}



#indexPage #mnews #newslist .newstitem:hover a.details {

    color: #666;

}



#indexPage #mnews #newslist .newstitem:hover a.details i {

    text-indent: 10px;



    color: #707070;

}



#indexPage #newslist .newsbody .description::after {

    position: absolute;

    left: 40px;



    width: 36px;

    height: 1px;

    margin-top: 51px;



    content: "";

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



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

}



#indexPage #mnews #newslist .newstitem:hover .newsbody .description::after {

    width: 100%;



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

}



#indexPage #mnews {

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

    background-color: #f8f8f8;

}



#indexPage #servicelist #serviceitem_0 a::before {

    font-family: Georgia, "Times New Roman", Times, serif;

    font-size: 80px;



    position: relative;

    top: 0;

    left: 50%;



    width: 398px;

    margin-left: -42px;



    content: "01";

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

    text-align: center;



    color: #d4d4d4;

}



#indexPage #servicelist #serviceitem_1 a::before {

    font-family: Georgia, "Times New Roman", Times, serif;

    font-size: 80px;



    position: relative;

    top: 0;

    left: 50%;



    width: 398px;

    margin-left: -43px;



    content: "02";

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

    text-align: center;



    color: #d4d4d4;

}



#indexPage #servicelist #serviceitem_2 a::before {

    font-family: Georgia, "Times New Roman", Times, serif;

    font-size: 80px;



    position: relative;

    top: 0;

    left: 50%;



    width: 398px;

    margin-left: -47px;



    content: "03";

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

    text-align: center;



    color: #d4d4d4;

}



#indexPage #servicelist #serviceitem_0:hover a::before,

#indexPage #servicelist #serviceitem_1:hover a::before,

#indexPage #servicelist #serviceitem_2:hover a::before {

    top: -15px;

}



#indexPage #servicelist {

    overflow: hidden;



    height: 520px;

}



#sitecontent #indexPage #mservice .serviceitem a.details {

    position: relative;

    top: -20px;



    display: block;

    display: none;

    overflow: hidden;



    width: 35px;

    height: 35px;

    margin: 0 auto;



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

    text-align: center;



    border: 1px solid transparent;

    border-radius: 0;

}



#indexPage #servicelist .serviceitem div p.description {

    line-height: 28px;



    margin-top: 15px;

    padding: 0 40px;



    color: #8d8d8d;

}



#indexPage #servicelist .serviceitem div p.title {

    font-size: 18px;

}



#indexPage #servicelist .serviceitem {

    height: 473px;

    margin-bottom: 50px;

    padding-bottom: 0;

}



#indexPage #servicelist .serviceitem:last-child,

#indexPage #servicelist .serviceitem:nth-child(3n) {

    border-right: none;

}



#indexPage #mservice a.more {

    margin-top: 30px;

}



#indexPage #mpartner {

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

}



#projectlist .projectitem a img {

    overflow: hidden;



    height: 410px;

}



.Pageanli #category a.active::after {

    display: none;

}



#projectlist .projectitem a:hover img {

    transform: scale(1.08, 1.08);

}



#sitecontent .npagePage #projectlist .projectitem {

    float: none;

}



#sitecontent .npagePage #projectwrap {

    width: 1300px;

}



#sitecontent .npagePage #projectinfo .header p.title {

    font-size: 20px;



    margin-bottom: 5px;

}



#sitecontent .npagePage #projectinfo .header p.subtitle {

    font-size: 14px;

}



#sitecontent .npagePage #projectwrap #projectbody {

    width: 900px;



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

}



#projecttags a:hover {

    color: #fff;

    background: #575757;

}



#projectib .projectitem a .project_info p.title {

    margin-bottom: 4px;

}



#projectinfo .header {

    border: none;

}



#projectib .projectitem {

    margin-bottom: 25px;

}



.npagePage #banner {

    height: 260px;

    padding-top: 140px;

}



.npagePage #banner div {

    height: 260px;

}



.Pageservice #servicelist {

    padding-top: 60px;

}



.Pageservice #servicelist .serviceitem div::after {

    top: 50px;

}



.Pageservice #servicelist .serviceitem a.details {

    margin-top: -30px;

}



.Pageservice #servicelist .serviceitem:hover .details {

    margin-top: -40px;

}



.Pageservice #servicelist .serviceitem div {

    top: -210px;

}



.Pageservice #servicelist .serviceitem {

    height: 310px;

    min-height: 407px;

    margin-bottom: 80px;

    padding-bottom: 0;

}



.Pageservice #servicelist .serviceitem:nth-child(3n),

.Pageservice #servicelist .serviceitem:last-child {

    border-right: none;

}



.Pageservice #servicelist .serviceitem a img {

    top: 150px;

}



.Pagenews #newslist .newstitem:nth-of-type(2n+1) {

    border-right: none;

}



.Pagenews #newslist .newstitem:first-child {

    border-top: none;

}



.npagePage .postbody {

    overflow: hidden;



    width: 1100px;

}



#teampost .postbody {

    overflow: hidden;



    width: 730px;

}



#teampost #teambody .theader .title {

    font-size: 26px;



    margin-bottom: 5px;

}



.Pageanli #category a::after {

    position: absolute;



    width: 1px;

    height: 12px;

    margin-top: 2px;

    margin-left: 29px;



    content: "";

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



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

}



.Pageanli #category li:last-child a::after {

    background: none;

}



#indexPage #mteam {

    background: #f8f8f8;

}



/*右下角悬浮*/



#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 {

    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 {

    height: 38px;



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

}



.fa-weibo::before {

    color: #999;

}



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

}



/*右下角联系展开*/



#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 {

    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);

}



.fa-weibo::before {

    color: #999;

}



#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 {

    /* 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 */

}



#mcontact .content #contactform {

    position: absolute;

    bottom: 30px;

    left: 0;



    display: block;



    width: 100%;

}

#indexPage #mcontact .content {

    position: relative;

}



#contactform p .inputtxt {

    float: left;



    box-sizing: border-box;

    width: 33.333%;

    height: 40px;



    border: #f3f3f3 1px solid;

    background-color: #fff;

}



#contactform p textarea.inputtxt {

    line-height: 40px;



    overflow: hidden;



    box-sizing: border-box;

    width: 100%;

    margin-bottom: 20px;

}



#indexPage #mcontact .content {

    padding: 80px 0 308px;

}



#contactform p .inputsub {

    display: block;



    width: 80%;

    margin: 0 auto;

}

/* 2019-06-05 11:18:50 */
.npagePage #category {
    padding-bottom: 100px;
}

#category a {
    
    padding: 10px 18px;
}

.Pageanli #category a::after {
    margin-left: 19px;
}