/*  css   */

@charset "utf-8";
/*  CSS Document  */

@keyframes MyfadeRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 新首页 */

body {
    background-color: #191919;
}

#header ul#nav {
    float: right;
}

.index_nav#header #logo {
    margin-top: 10px;
}

.index_nav#header ul#nav {
    margin-top: 0;
}

#indexPage .module.bgShow .bgmask {
    display: none;
}

#indexPage #mpage {
    background-color: #1e1e1e;
}

#indexPage #mpage .bgmask {
    display: block;
    background: url(http://resources.jsmo.xin/templates/upload/4097/icon/dot.png)
        repeat;
    opacity: 0.1;
}

#indexPage .module .content {
    position: inherit;
    top: inherit;
}

#indexPage #mservice .content {
    text-align: center;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
    height: auto;
}

#indexPage #mpage .content {
    height: auto;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
    padding: 120px 0;
}

#indexPage #mteam .content {
    height: auto;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
}

#indexPage #mproject .content {
    height: auto;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
    padding-bottom: 120px;
}

#indexPage #mnews .content {
    height: auto;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0);
}

#indexPage #mpartner .content {
    height: auto;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#indexPage #mcontact .content {
    height: auto;
    margin-top: 0;
}

/* 导航 */

#header ul li.navitem {
    height: 60px;
    padding: 0 28px;
    line-height: 60px;
}

#header.mini {
    padding-top: 0;
    padding-bottom: 0;
}

#header #logo {
    margin-top: 10px;
}

#header.mini #logo {
    margin-top: 10px;
}

#header ul li.navitem a {
    color: #666;
    font-size: 13px;
    display: block;
}

#header ul li.navitem a::before {
    content: "/";
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.2);
    font-size: 13px;
}

#header ul li.navitem .subnav li a::before {
    content: "";
}

#header ul li.navitem ul.subnav li a:hover {
    background-color: #414141;
}

#header ul li.navitem:first-child a::before {
    display: none;
}

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
    color: #fff;
}

#header ul li.navitem ul.subnav li a {
    background: #1e1e1e;
    color: #666;
    height: 32px;
    line-height: 32px;
}

#header ul li.navitem ul.subnav {
    border-color: #777;
}

body.ipusher #header ul li.navitem ul.subnav li a {
    color: #777;
}

body.ipusher #header ul li.navitem ul.subnav li a:hover {
    background: #fff;
    color: #333;
    text-indent: 10px;
}

#header ul li.navitem ul.subnav li a i {
    margin-top: 11px;
}

#header ul li.navitem ul.subnav li {
    border-bottom: 1px solid #424242;
}

#header ul li.navitem ul.subnav li:last-child {
    border-bottom: none;
}

/* 首页头部导航 */

body.ipusher.open #headSHBtn {
    background-color: #4a4a4a;
}

body.ipusher.open #headSHBtn:after {
    transform: rotate(45deg);
    top: 25px;
    background: #fff;
}

body.ipusher.open #headSHBtn:before {
    transform: rotate(-45deg);
    top: 25px;
    background: #fff;
}

/* 幻灯 */

#indexPage .bx-wrapper .bx-pager-item {
    border-radius: 6px;
    width: 4px;
    height: 4px;
    position: relative;
    margin: 0 13px;
    background: #58524f;
}

#indexPage #mslider .bx-wrapper .bx-pager-item {
    background-color: transparent;
    position: absolute;
    top: 2px;
    left: calc(50% - 48px);
}

#indexPage .bx-wrapper .bx-pager.bx-default-pager a {
    width: auto;
    height: auto;
    border: none;
    position: absolute;
    top: -6px;
    left: -3px;
    text-indent: 0;
    color: transparent;
    font-size: 12px;
}

#indexPage .bx-wrapper .bx-pager.bx-default-pager a:hover {
    border: #58524f 2px solid;
    background: transparent;
}

#indexPage .bx-wrapper .bx-pager.bx-default-pager a.active {
    color: #fff;
    font-size: 36px;
    text-indent: 0;
}

#indexPage .bx-controls-direction {
    display: none;
}

#indexPage #mslider .bx-controls-direction {
    display: block;
    position: absolute;
    bottom: 100px;
    z-index: 3;
    left: 50%;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a {
    border-radius: 0;
    background-color: transparent;
    width: auto;
    height: auto;
}

#indexPage #mslider ul li div {
    display: none;
}

#indexPage .sliderArrow {
    display: block;
    width: 38px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 38px;
    padding-top: 26px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    top: 66%;
    animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 1) 0.2s infinite
        alternate;
    -moz-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 1) 0.2s
        infinite alternate;
    -webkit-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 1) 0.2s
        infinite alternate;
    -o-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 1) 0.2s infinite
        alternate;
}

#mslider .sliderArrow:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #fff;
    margin: 13px;
}

/* 关于 */

#indexPage #mpage .wrapper li {
    text-align: center;
}

#indexPage .content .header {
    padding-top: 60px;
    display: inline-block;
    width: 90%;
    margin-left: 5%;
}

#indexPage .content .header::before {
    content: "";
    position: relative;
    left: 0;
    height: 3px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    top: 55px;
}

#indexPage .content .header .title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 22px;
    color: #fff;
    padding-bottom: 4px;
    margin-bottom: 8px;
    float: left;
    margin-right: 10px;
}

#indexPage .content .header .subtitle {
    line-height: 38px;
}

#indexPage .content .header p {
    text-align: left;
}

#indexPage #mpage .wrapper li .fimg {
    display: block;
    width: 32%;
    height: auto;
    margin-left: 5%;
    background-size: 100% auto;
    min-height: 350px;
    float: left;
    margin-top: 20px;
}

/* more */

#indexPage .content a.more {
    display: block;
    width: auto;
    height: 34px;
    text-indent: 0;
    line-height: 34px;
    margin: 0px;
    border: none;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
    text-transform: lowercase;
    position: relative;
}

#indexPage .content a.more i {
    color: #c3c3c3;
    margin-left: 20px;
    line-height: 34px;
    font-size: 18px;
    top: 1px;
    position: relative;
}

#indexPage .content a.more:hover i {
    text-indent: -10px;
    color: #333;
    line-height: 34px;
}

/* 案例 */

#indexPage #category {
    padding-bottom: 40px;
}

#indexPage #mproject #category {
    display: block;
    width: 80%;
    position: absolute;
    right: 5%;
    text-align: right;
    top: 110px;
}

#indexPage #mproject #category a {
    border: none;
}

#category a.active,
#category a:hover {
    background-color: #4b4b4b;
}

#indexPage #mproject {
    background-color: #191919;
    padding-bottom: 4px;
}

#mproject .content {
    text-align: center;
}

#mproject .content .header {
    padding: 98px 0 60px;
    float: left;
}

#mproject.Pageanli .content .header {
    padding: 60px 0 50px;
    float: left;
    width: auto;
    margin-left: 4%;
}

#indexPage #projectlist {
    width: 100%;
    margin: 0 auto;
    position: relative;
    float: left;
}

#indexPage #mproject .content .wrapper {
    width: 90%;
    margin-left: 5%;
}

#indexPage #projectlist .projectitem {
    overflow: hidden;
    width: 32%;
    margin-bottom: 40px;
}

#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 div {
    margin-top: -45px;
}

#projectlist .projectitem a .project_info {
    position: relative;
    height: 132px;
    top: 0px;
}

#indexPage #projectlist .projectitem a .project_info::after {
    content: "01";
    position: absolute;
    color: #fff;
    bottom: -60px;
    font-size: 68px;
    font-family: "Bookman Old Style", Geneva, Verdana, sans-serif;
    right: 0;
    opacity: 0;
    font-weight: bold;
    transition: all 0.4s cubic-bezier(0.66, -0.14, 0.29, 0.79) 0s;
}

#indexPage #projectlist .projectitem:hover a .project_info::after {
    opacity: 1;
    bottom: -10px;
}

#indexPage #projectlist .projectitem:nth-child(1) a .project_info::after {
    content: "01";
}

#indexPage #projectlist .projectitem:nth-child(2) a .project_info::after {
    content: "02";
}

#indexPage #projectlist .projectitem:nth-child(3) a .project_info::after {
    content: "03";
}

#indexPage #projectlist .projectitem:nth-child(4) a .project_info::after {
    content: "04";
}

#indexPage #projectlist .projectitem:nth-child(5) a .project_info::after {
    content: "05";
}

#indexPage #projectlist .projectitem:nth-child(6) a .project_info::after {
    content: "06";
}

#indexPage #projectlist .projectitem:nth-child(7) a .project_info::after {
    content: "07";
}

#indexPage #projectlist .projectitem:nth-child(8) a .project_info::after {
    content: "08";
}

#indexPage #projectlist .projectitem:nth-child(9) a .project_info::after {
    content: "09";
}

#indexPage #projectlist .projectitem:nth-child(10) a .project_info::after {
    content: "10";
}

#indexPage #projectlist .projectitem:nth-child(11) a .project_info::after {
    content: "11";
}

#indexPage #projectlist .projectitem:nth-child(12) a .project_info::after {
    content: "12";
}

#indexPage #projectlist .projectitem:nth-child(13) a .project_info::after {
    content: "13";
}

#indexPage #projectlist .projectitem:nth-child(14) a .project_info::after {
    content: "14";
}

#indexPage #projectlist .projectitem:nth-child(15) a .project_info::after {
    content: "15";
}

#indexPage #projectlist .projectitem:nth-child(16) a .project_info::after {
    content: "16";
}

#indexPage #projectlist .projectitem:nth-child(17) a .project_info::after {
    content: "17";
}

#indexPage #projectlist .projectitem:nth-child(18) a .project_info::after {
    content: "18";
}

#indexPage #projectlist .projectitem:nth-child(19) a .project_info::after {
    content: "19";
}

#indexPage #projectlist .projectitem:nth-child(20) a .project_info::after {
    content: "20";
}

#indexPage #projectlist .projectitem:nth-child(21) a .project_info::after {
    content: "21";
}

#indexPage #projectlist .projectitem:nth-child(22) a .project_info::after {
    content: "22";
}

#indexPage #projectlist .projectitem:nth-child(23) a .project_info::after {
    content: "23";
}

#indexPage #projectlist .projectitem:nth-child(24) a .project_info::after {
    content: "24";
}

#projectlist .projectitem .projectitem_wrapper .project_img {
    overflow: hidden;
}

#projectlist .projectitem a:hover .project_info {
    background: rgba(0, 0, 0, 0);
}

#projectlist .projectitem {
    background-color: transparent;
    padding-bottom: 22px;
}

#projectlist .projectitem::after {
    content: "";
    position: absolute;
    width: 5%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    bottom: 50px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #projectlist .projectitem:hover::after {
    width: 78%;
    background-color: rgba(255, 255, 255, 0.95);
}

#projectlist .projectitem:hover::after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

#projectlist .projectitem a .project_info p.title {
    font-size: 18px;
    margin: 0 0 20px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;
    color: #fff;
    padding-left: 1px;
}

.npagePage4 #projectlist .projectitem a .project_info p.title::after {
    margin-top: 1px;
}

#projectlist .projectitem a .project_info p.subtitle {
    font-size: 13px;
    text-align: left;
    padding-left: 1px;
    margin-top: 40px;
}

#projectlist .projectitem a:hover .project_info p.title {
    color: #fff;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 15px;
}

.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 {
    color: #848484;
    font-size: 13px;
    font-family: "Arial";
    margin-top: 28px;
}

/* 内页案例 */

#indexPage #mpage .content .header {
    padding-top: 10px;
    margin-left: 0;
}

#sitecontent .newsl .content .header {
    float: none;
}

#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 {
    left: auto;
    right: 0;
}

#sitecontent .content .header #indexPage #mpage .content .header {
    position: absolute;
    left: 50%;
    z-index: 10;
    padding-top: 90px;
}

#indexPage #mpage .content .des-wrap {
    width: 52%;
    min-height: 370px;
    position: relative;
    float: right;
    margin-right: 5%;
}

#indexPage #mpage .module-content .description {
    text-align: left;
    width: auto;
    line-height: 26px;
    padding-top: 140px;
    height: 72px;
    overflow: hidden;
}

#indexPage #mpage .content a.more {
    position: absolute;
    left: 43%;
    bottom: 140px;
    font-size: 18px;
    z-index: 10;
    border-radius: 0;
    font-family: "Times New Roman", Times, serif;
}

#indexPage .content a.more:hover i {
    color: rgba(255, 255, 255, 0.6);
}

#indexPage #mpage .content a.more:hover {
    color: #fff;
}

#sitecontent .Pageanli .content .header p.title,
.Pagevideo .mvideo_title {
    font-size: 24px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
}

#sitecontent .Pageanli .content .header p.subtitle,
.Pagevideo .mvideo_subtitle {
    text-align: left;
    line-height: 38px;
}

.content .header p.subtitle {
    text-align: right;
}

.npagePage#mproject .content #projectlist {
    float: left;
    width: 100%;
}

#sitecontent .Pageanli #category a.active,
#category a.active,
#sitecontent .Pageanli #category a:hover {
    background: #4a4a4a;
    border-color: #4a4a4a;
}

#sitecontent .Pageanli #projectlist .projectitem .project_img {
    height: auto;
    overflow: hidden;
}

/* 新闻 */

#indexPage #mnews {
    background-color: #191919;
    background-attachment: scroll;
}

#indexPage #mnews .content {
    text-align: center;
    padding-bottom: 100px;
}

#indexPage #mnews .content .header {
    padding: 100px 0 75px;
    display: inline-block;
    float: left;
    margin-left: 5%;
}

#newslist .newstitem.left a.newscontent,
#newslist .newstitem.left a.newscontent:hover,
#newslist .newstitem.right a.newscontent:hover {
    padding: 0px;
}

#indexPage #mnews #newslist .newstitem.right a.newscontent {
    padding-right: 0;
    width: auto !important;
}

#newslist .news_wrapper,
#newslist .newstitem a.newscontent:hover .news_wrapper {
    width: auto;
}

#newslist .separator {
    display: none;
}

#mnews #newslist {
    width: 82%;
    padding-left: 9%;
    margin-right: 9%;
}

#indexPage #mnews #newslist {
    float: left;
}

#indexPage #mnews .content_list:after {
    content: "";
    display: block;
    clear: both;
}

#mnews #newslist .wrapper .newstitem {
    height: 80%;
    transition: all 0.3s ease-out 0s;
    min-height: 340px;
}

#indexPage #mnews .newstitem a.details .fa {
    display: none;
}

#indexPage #mnews .newstitem a.details {
    display: block;
    position: absolute;
    right: 3%;
    opacity: 0;
    top: auto;
    width: auto;
    text-indent: 0;
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    font-size: 15px;
    border: none;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-family: "Times New Roman", Times, serif;
    bottom: 35px;
    margin: 0;
}

#indexPage #mnews .newstitem a.details i::before {
    content: "";
}

#indexPage #mnews .newstitem a.details:hover i {
    text-indent: 0;
}

#indexPage #mnews .newstitem:hover a.details {
    right: 10%;
    opacity: 1;
    color: rgba(255, 255, 255, 0.8);
}

#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 {
    background: transparent;
    width: 100%;
}

#indexPage #mnews #newslist .newsbody {
    width: 80%;
    margin-top: 86px;
}

#indexPage #mnews .bx-controls {
    display: block;
}

#mnews .bx-wrapper .bx-controls-direction {
    display: block;
    position: absolute;
    right: 0;
    top: -135px;
    margin-right: 20px;
}

#mnews .bx-wrapper ._changeReady .bx-controls-direction a.bx-prev,
#mnews .bx-wrapper ._changeReady .bx-controls-direction a.bx-next {
    top: 0;
    margin-top: -20px;
}

#mnews .bx-wrapper ._changeReady .bx-controls-direction a.bx-prev {
    left: 0;
}

#mnews .bx-wrapper ._changeReady .bx-controls-direction a {
    background-color: transparent;
}

#mnews .bx-wrapper ._bx-pager-all {
    display: none;
}

#newslist .newstitem .newsimg {
    width: 100%;
    height: 220px;
    float: left;
    position: relative;
    z-index: 3;
}

#indexPage #mnews #newslist .newstitem .newsimg {
    display: none;
}

#newslist .newsbody .title {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: inherit;
    text-align: left;
    margin-top: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem:hover .newsbody .title {
    margin-top: -15px;
}

.Pagenews #newslist .newstitem .newsbody .title {
    margin-top: -10px;
}

.Pagenews #newslist .newstitem:hover .newsbody .title {
    margin-top: -25px;
}

#newslist .newstitem:hover .newsbody .description {
    margin-top: 15px;
}

#newslist .newstitem .newsbody .date:after {
    content: "";
    display: block;
    width: 16%;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
    position: absolute;
    left: 0;
    top: -16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem:hover .newsbody .date:after {
    width: calc(100% + 50px);
    left: -50px;
}

#newslist .newsbody .date {
    text-align: left;
    position: relative;
    bottom: -185px;
    margin-bottom: 0;
}

.Pagenews #newslist .newsbody .date {
    bottom: -175px;
}

#newslist .newsbody .date .md {
    display: none;
}

.Pagenews #newslist .news_wrapper {
    background-color: transparent;
}

.Pagenews #newslist .newstitem a.details {
    display: block;
    position: relative;
    border: none;
    font-size: 15px;
    font-family: "Times New Roman", Times, serif;
    width: auto;
    right: -70px;
    bottom: 110px;
    height: auto;
    text-indent: 0;
    float: right;
    opacity: 0;
}

.Pagenews #newslist .newstitem:hover a.details {
    opacity: 1;
    right: 0;
    color: rgba(255, 255, 255, 0.8);
}

#newslist .newstitem .newsbody .date .year {
    font-family: "Bookman Old Style", Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    margin-left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem:hover .newsbody .date .year {
    margin-left: 20px;
    color: #fff;
}

#newslist .newsbody .description {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
    text-align: left;
    margin-top: 8px;
    height: 55px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pagenews #newslist .newsbody .description {
    color: rgba(255, 255, 255, 0.5);
}

#mnews .bx-pager.bx-default-pager {
    top: 370px;
    text-align: center;
    display: none;
}

#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 {
    background-size: inherit;
    padding-bottom: 130px;
    background-color: #191919;
}

#indexPage #mservice #servicelist {
    width: 90%;
    margin-left: 5%;
}

#indexPage #mservice .wrapper {
    float: left;
}

#indexPage #servicelist .serviceitem {
    width: 33.3%;
    margin-bottom: 0;
    height: 100%;
    position: relative;
}

#mservice .content .header {
    padding: 110px 0 65px;
    float: left;
}

#servicelist .serviceitem a img {
    width: 262px;
    height: 145px;
    margin: 0 auto;
    display: block;
}

#indexPage #servicelist .serviceitem a img {
    width: 100%;
    height: auto;
}

#indexPage #mservice #servicelist .serviceitem div {
    width: 86%;
    height: auto;
    margin: 0 auto;
    background: transparent;
    position: absolute;
    bottom: 15%;
    text-align: left;
    margin-bottom: -40px;
    padding-left: 7%;
}

#indexPage #servicelist .serviceitem::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    left: 6%;
    bottom: 26%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -webkit-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist .serviceitem:hover::before {
    opacity: 1;
    transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
}

#indexPage #servicelist .serviceitem::after {
    content: "01";
    position: absolute;
    bottom: 42%;
    left: 6%;
    font-family: "Bookman Old Style", Geneva, Verdana, sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist .serviceitem:hover::after {
    opacity: 1;
    bottom: 30%;
}

#indexPage #servicelist .serviceitem:nth-child(2)::after {
    content: "02";
}

#indexPage #servicelist .serviceitem:nth-child(3)::after {
    content: "03";
}

#indexPage #servicelist .serviceitem:nth-child(4)::after {
    content: "04";
}

#indexPage #servicelist .serviceitem:nth-child(5)::after {
    content: "05";
}

#indexPage #servicelist .serviceitem:nth-child(6)::after {
    content: "06";
}

#indexPage #servicelist .serviceitem:nth-child(7)::after {
    content: "07";
}

#indexPage #servicelist .serviceitem:nth-child(8)::after {
    content: "08";
}

#indexPage #servicelist .serviceitem:nth-child(9)::after {
    content: "09";
}

#indexPage #servicelist .serviceitem:nth-child(10)::after {
    content: "10";
}

#indexPage #servicelist .serviceitem:nth-child(11)::after {
    content: "11";
}

#indexPage #servicelist .serviceitem:nth-child(12)::after {
    content: "12";
}

#indexPage #mservice #servicelist .serviceitem .service_img:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

#indexPage #mservice #servicelist .serviceitem:hover .service_img:before {
    opacity: 1;
}

#indexPage #servicelist .serviceitem div p.title {
    height: 36px;
    line-height: 38px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: relative;
    top: 35px;
    opacity: 0;
    padding-top: 0;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    font-weight: bold;
}

#indexPage #servicelist .serviceitem:hover div p.title {
    color: #fff;
    top: 0;
    opacity: 1;
}

#indexPage #servicelist .serviceitem div p.description {
    opacity: 0;
    position: relative;
    top: -10px;
    text-align: left;
}

#indexPage #servicelist .serviceitem:hover div p.description {
    color: rgba(255, 255, 255, 0.5);
    top: 0;
    opacity: 1;
}

#servicelist .serviceitem div p.title {
    font-size: 18px;
    color: #323232;
    padding-top: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#servicelist .serviceitem:hover .title {
    color: #000;
}

#servicelist .serviceitem div p.description {
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(111, 111, 111, 0.55);
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    margin-left: 0;
    margin: 0 auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mservice a.details {
    display: none;
    width: 30px;
    height: 30px;
    text-indent: -180px;
    line-height: 30px;
    margin: 0px;
    position: absolute;
    right: 50%;
    bottom: 40px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    z-index: 5;
    margin-right: 72px;
}

#indexPage #mservice a.details:hover {
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
}

#indexPage #mservice a.details:hover i {
    color: #fff;
}

#indexPage #mservice a.details i {
    color: #c1c1c1;
    margin-left: 146px;
    font-size: 18px;
    position: relative;
    top: -1px;
}

#indexPage #mservice a.details:hover i {
    text-indent: -10px;
}

#mservice #newslist .newstitem:hover a.details {
    border: 1px solid #fff;
}

#mservice #newslist .newstitem:hover a.details i {
    color: #fff;
}

#indexPage #mservice a.more {
    display: block;
    margin-top: 80px;
    text-indent: 0;
    border: none;
    border-radius: 0;
    width: auto;
    font-size: 18px;
}

#indexPage #mservice .bx-controls-direction {
    display: block;
    width: 120px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: 70px;
    bottom: 12px;
}

#mservice .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    border-radius: 0px;
    position: inherit;
    display: inline-block;
    margin-top: 0px;
}

#mservice .bx-wrapper .bx-controls-direction a i {
    margin-top: 13px;
    margin-left: 0px;
}

#mservice .bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 4px;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev {
    top: 0px;
    left: 0px;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#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: 0px;
    right: 0px;
    background: #4b4b4b;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next:hover {
    background: #323232;
}

/* 团队 */

#indexPage #mteam {
    background-color: #191919;
    background-position: top center !important;
    background-size: 100% !important;
    background-attachment: scroll;
}

#indexPage #mteam::after {
    content: "";
    position: relative;
    left: 5%;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    display: block;
    bottom: 0;
}

#indexPage #mteam .content .header::before {
    display: none;
}

#indexPage #mteam .content > .header {
    display: block;
}

#indexPage #mteam .content .module-content .content_list li .header::before {
    display: none;
}

#indexPage #mteam .header img {
    width: 420px;
    height: auto;
    border-radius: 0px;
    margin: 0;
}

#indexPage #mteam .wrapper .summary {
    width: 45%;
    float: left;
    position: relative;
    top: 180px;
}

#indexPage #mteam .summary p {
    text-align: left;
    width: 100%;
    float: left;
    line-height: 26px;
}

#indexPage #mteam .summary p.title {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mteam li:hover .summary p.title {
    color: #333;
    margin-top: -10px;
    position: relative;
}

#indexPage #mteam .description {
    color: #777;
}

#indexPage #mteam .module-content .content_list li .header {
    width: 46%;
    float: right;
    margin-left: 0;
    margin-right: 3%;
}

#indexPage #mteam .summary p.title a {
    font-size: 24px;
    color: #fff;
    position: relative;
}

#indexPage #mteam .summary p.title a:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #5a5a5a;
    position: absolute;
    left: 0;
    top: 82px;
}

#indexPage #mteam .summary p.subtitle {
    color: #777;
    font-size: 15px;
    line-height: 42px;
    margin-bottom: 40px;
}

#indexPage #mteam a.details {
    display: block;
    width: auto;
    height: 30px;
    text-indent: 0;
    line-height: 30px;
    margin: 0px;
    position: absolute;
    left: 0;
    top: 420px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    font-size: 18px;
    z-index: 10;
    font-family: "Times New Roman", Times, serif;
}

#sitecontent .npagePage.Pageteam a.details {
    display: block;
    width: auto;
    height: 30px;
    text-indent: 0;
    line-height: 30px;
    margin: 0px;
    position: absolute;
    left: 351px;
    top: 240px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    font-size: 17px;
    z-index: 10;
    font-family: "Times New Roman", Times, serif;
}

#sitecontent .npagePage.Pageteam .teamitem:hover a.details {
    left: 361px;
    color: rgba(255, 255, 255, 0.7);
}

#indexPage #mproject .content a.more {
    position: absolute;
    right: 5%;
    top: 4px;
    margin-top: -100px;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    text-indent: 0;
    width: auto;
    z-index: 10;
    display: none;
}

#indexPage #mnews .content a.more {
    position: absolute;
    right: 5%;
    top: 55px;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    text-indent: 0;
    width: auto;
    z-index: 10;
}

#indexPage #mservice .content a.more {
    position: absolute;
    right: 4%;
    top: 25px;
    z-index: 10;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    text-indent: 0;
    width: auto;
}

#indexPage #mproject a.more::before,
#indexPage #mnews a.more::before,
#indexPage #mservice a.more::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 9px;
    background: #fff;
    top: 20px;
    left: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 1;
    z-index: -1;
}

#indexPage #mproject a.more:hover,
#indexPage #mnews a.more:hover,
#indexPage #mservice a.more:hover {
    color: #333;
    text-indent: 8px;
}

#indexPage #mproject a.more:hover::before,
#indexPage #mnews a.more:hover::before,
#indexPage #mservice a.more:hover::before {
    opacity: 1;
    width: 100%;
}

#indexPage #mteam a.details:hover:before,
#indexPage #mteam .content_list li:hover a.details:before {
    opacity: 1;
    width: 100%;
}

#indexPage #mteam a.details:hover,
#indexPage #mteam .content_list li:hover a.details {
    color: #fff;
    text-indent: 7px;
}

#indexPage #mteam a.details i {
    color: #c1c1c1;
    margin-left: 125px;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 20px;
}

#indexPage #mteam a.details:hover i,
#indexPage #mteam .content_list li:hover a.details i {
    color: #333;
    text-indent: -10px;
}

#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 {
    display: block;
    margin-left: -40px;
    position: absolute;
    left: 0;
    bottom: -260px;
    text-align: center;
    z-index: 1;
}

#mteam .bx-wrapper .bx-controls-direction a i {
    margin-left: 1px;
    font-size: 24px;
}

#mteam .bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 4px;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-prev {
    top: 0;
    background: transparent;
}

#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 {
    background: transparent;
    top: 0;
    right: 0;
    margin-top: -20px;
}

#indexPage #mteam .wrapper .bx-wrapper .bx-next:hover i {
    color: #fff;
}

/* 合作伙伴 */

#indexPage #mpartner .content .header {
    display: none;
}

#indexPage #mpartner .module-content {
    padding: 18px 0;
    height: auto;
    width: 82%;
}

#indexPage #mpartner .wrapper {
    height: auto;
    width: 100%;
}

#indexPage #mpartner .wrapper .content_list {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

#indexPage #mpartner .wrapper ul li {
    max-height: 120px;
    overflow: hidden;
}

#indexPage #mpartner .wrapper ul li a {
    width: 160px;
    height: auto;
    margin-bottom: 0;
    margin-right: 30px;
}

#indexPage #mpartner .bx-wrapper .bx-pager {
    display: none;
}

#indexPage #mpartner .bx-wrapper .bx-controls-direction {
    display: block;
}

#indexPage #mpartner .bx-wrapper ._bx-pager-all {
    display: none;
}

#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: transparent;
}

#mpartner .bx-wrapper .bx-controls-direction a i {
    color: #c6c8cc;
    font-size: 24px;
    margin-top: 7px;
    margin-left: 17px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#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: #101010;
}

#indexPage #mcontact .content {
    text-align: center;
}

#indexPage #mcontact .content .header.fw {
    width: auto;
    padding-bottom: 80px;
    display: none;
}

#indexPage #mcontact .header p.title {
    color: #323232;
}

#contactlist:after {
    clear: both;
    content: "";
    display: block;
}

#indexPage #mcontact .content #contactlist {
    width: 92%;
    margin-left: 4%;
    text-align: left;
    padding-bottom: 94px;
    padding-top: 100px;
}

#indexPage #mcontact #contactinfo {
    width: 27%;
    margin-left: 2%;
}

#mcontact .content #contactform {
    width: 50%;
    margin-top: 42px;
}

#contactform p .inputtxt {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 10px 0px;
    color: #7d7d7d;
    font-size: 13px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#mcontact .content #contactform p {
    float: left;
    margin-right: 20px;
    width: 30%;
}

#contactinfo h3 {
    color: #fff;
    margin-bottom: 35px;
}

#contactinfo div a {
    background: none;
}

#contactinfo div a:hover {
    background: #464646;
}

#contactinfo div a i {
    color: #c5c5c5;
}

#contactinfo div a:hover i {
    color: #fff;
}

#contactform p textarea.inputtxt {
    width: calc(300% + 40px);
    width: -moz-calc(300% + 40px);
    width: -webkit-calc(300% + 40px);
}

#contactform p .inputsub {
    width: 100px;
    background-color: transparent;
    color: #909090;
    font-size: 14px;
    padding: 5px 0;
    display: block;
    float: left;
    position: relative;
    top: 155px;
    height: 40px;
    left: calc(-100% - 20px);
    left: -moz-calc(-100% - 20px);
    left: -webkit-calc(-100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#contactform p .inputsub:hover {
    background-color: #4a4a4a;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

#contactform p .inputtxt:hover {
    border-bottom: 1px solid #606060;
}

#footer {
    background: #fff;
    border-top: 1px solid #f4f4f4;
    float: left;
}

#footer p {
    padding: 8px 0;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

#contactinfo p {
    height: 30px;
}

/*  */

#newsPage #newslist .newstitem {
    height: 237px;
    margin-bottom: 80px;
}

#newsPage #newslist {
    width: 1200px;
    margin: 0 auto;
    float: left;
}

#newsPage #newslist .newsbody .title {
    left: 0px;
    padding: 0;
}

#newsPage #newslist .newsbody .title:after {
    left: 0px;
    top: 50px;
}

.npagePage #projectlist .projectitem {
    margin-right: 0;
    margin-bottom: 40px;
}

.npagePage4 #projectlist .projectitem {
    margin-bottom: 0;
}

.Pageanli #category {
    width: 70%;
    float: right;
    text-align: right;
    padding-top: 60px;
    margin-right: 5%;
}

.npagePage #projectlist .projectitem:nth-child(4n) {
    margin-right: 0;
}

.npagePage #projectlist .wrapper {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

#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;
    background-image: url(http://resources.jsmo.xin/templates/upload/468/icon/shouji-.png);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#shares a#gotop {
    margin-top: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    bottom: 40px;
    position: fixed;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

#shares a#gotop i {
    margin-top: 8px;
}

#shares a#gotop:hover {
    background: rgba(0, 0, 0, 0.9);
}

#shares a#sweibo,
#shares a#sweixin {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 38px;
    height: 39px;
    border-bottom: none;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: fixed;
    bottom: 120px;
    right: 10px;
}

#shares a#sweixin {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    height: 38px;
    position: fixed;
    bottom: 80px;
}

.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 {
    background: #3e3e3e;
    border-radius: 0px;
}

#olx_qq li a:hover i {
    color: #d2d2d2;
}

#olx_qq li a:hover {
    padding: 18px 30px;
}

#online_open i {
    margin-top: 10px;
}

#online_open {
    background: none;
    bottom: 0px;
    color: #515151;
    bottom: 160px;
    color: #999;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    width: 38px;
    height: 39px;
    border-bottom: none;
}

#online_open:hover {
    background-color: #555;
    color: #fff;
}

#online_lx {
    border-radius: 0px;
    bottom: 36px;
    margin-right: -10px;
}

#olx_tel div {
    color: #898989;
}

#olx_qq li a i {
    color: #504f4f;
}

#olx_head i:hover {
    color: #fff;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    undefined: undefined;
    -moz-transform: rotate(90deg);
    undefined: undefined;
    -webkit-transform: rotate(90deg);
    undefined: undefined;
    -o-transform: rotate(90deg);
    undefined: undefined;
}

/* 分页 */

#pages a.active,
#pages a:hover {
    background-color: #484848;
}

/* 产品详情页 */

#projectinfo4 .header p.title {
    font-size: 22px;
    margin-bottom: 8px;
}

#projectinfo4 .header p.subtitle {
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    font-size: 13px;
}

#projectinfo4 div.description {
    margin-top: 20px;
    line-height: 24px;
    font-size: 13px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

#projectinfo4 div.description a {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    background: #5d5d5d;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    transition: all 0.3s ease-out 0s;
    padding: 0 20px;
}

#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 {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

/* #projectbody4 { display:none;} */

.npagePage4 #projectwrap4 {
    margin-top: 10px;
}

.npagePage4 #post_slider,
#post_slider1 {
    height: 720px;
    width: 100%;
    max-width: 100%;
}

.npagePage4 #post_slider li {
    height: 720px;
    width: 100%;
    max-width: 100%;
}

.npagePage4 #projectshow4 {
    margin-top: 10px;
}

.npagePage4 .bx-wrapper {
    width: 100%;
    margin: 0px auto;
}

.npagePage4 .bx-wrapper .bx-controls-direction a {
    background: rgba(0, 0, 0, 0);
    width: 45px;
    height: 45px;
    border-radius: 0px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.npagePage4 .bx-wrapper .bx-controls-direction a i {
    color: rgba(170, 170, 170, 0.9);
    font-size: 22px;
    margin-top: 11px;
}

.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 {
    text-align: left;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
}

.npagePage4#npagePage #projectlist .projectitem a .project_info {
    height: auto;
}

.npagePage4#npagePage #projectlist .projectitem a:hover .project_info {
    width: atuo;
    height: auto;
}

.npagePage4 #projectinfo4 {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}

.npagePage4 #projectinfo4 .header {
    padding-bottom: 10px;
    padding-top: 50px;
    margin-left: 0;
}

#sitecontent .npagePage4 #projectlist .projectitem {
    width: 25%;
    height: auto;
    background: #191919;
}

#sitecontent .npagePage4 #projectlist .projectitem:nth-child(4n),
#sitecontent .npagePage3 #projectlist .projectitem:last-child {
    margin-right: 0;
}

#sitecontent .npagePage4 #projectlist .projectitem a img {
    height: auto;
}

#sitecontent .npagePage4 #projectlist .projectitem:hover a img {
    transform: scale(1.2, 1.2);
}

.npagePage4 #projecttags4 a {
    background: #fff;
    padding: 5px 18px;
    transition: all 0.3s ease-out 0s;
}

.npagePage4 #projecttags4 a:first-child {
    padding-left: 0;
}

.npagePage4 #projecttags4 a:hover {
    color: #fff;
}

#category li.hasmore div ul a.active,
#category li.hasmore div ul a:hover {
    background: #8cd4c1;
}

.npagePage #banner {
    height: 320px;
}

.npagePage #banner div {
    height: 320px;
}

.Pageyemian .content .header p.subtitle,
.Pageteam .content .header p.subtitle {
    text-align: center;
    font-size: 14px;
    margin-top: 3px;
}

.nobanner #header {
    background: rgba(0, 0, 0, 0.5);
}

#header {
    padding: 10px 0;
}

.content .header p.title {
    font-size: 24px;
    color: #fff;
}

.Pagenews .content .header p.title {
    float: left;
    text-align: left;
    margin-right: 10px;
}

.Pagenews .content .header p.subtitle {
    text-align: left;
    line-height: 40px;
    float: left;
}

.npagePage.Pagenews .content {
    width: 1200px;
    margin: 0 auto;
}

#sitecontent .npagePage.Pagenews .content .header {
    margin-left: 0;
    float: left;
}

/* 团队列表页 */

.Pageteam #teamlist .wrap {
    margin-right: 0;
    height: 0;
}

.Pageteam .teamitem {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    margin-right: 0;
    padding-bottom: 20px;
}

#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: 300px;
    height: auto;
    float: left;
}

.Pageteam #teamlist {
    width: 1200px;
}

.Pageteam .teamitem a img {
    width: 280px;
    height: auto;
    z-index: 2;
    position: relative;
}

.Pageteam #teamlist .wrap .teamitem:hover::after {
    background: #4a4a4a;
    height: 240px;
    margin-top: 35px;
}

.Pageteam .teamitem .teaminfo {
    width: 850px;
    float: right;
    text-align: left;
    margin-top: 70px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pageteam .teamitem:hover .teaminfo {
    margin-top: 55px;
}

.Pageteam .teamitem .teaminfo a {
    width: 100%;
    height: 32px;
    margin-left: 0px;
}

.Pageteam .teamitem .teaminfo a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.Pageteam #teamlist .wrap .teamitem::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 320px;
    background: #ebebeb;
    left: 50%;
    margin-left: -1px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pageteam #teamlist .wrap .teamitem:hover::before {
    margin-left: 0px;
    background: #f8f8f8;
}

.Pageteam .teamitem .teaminfo .description {
    font-size: 13px;
    line-height: 24px;
    height: 53px;
    width: 90%;
    margin-top: 50px;
}

.teamitem .teaminfo .title {
    height: 32px;
}

.Pageteam .teamitem .teaminfo .description::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #616161;
    margin-top: -30px;
}

.Pageteam .teamitem .teaminfo .title a {
    color: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pageteam .teamitem .teaminfo .subtitle {
    position: relative;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-top: 0;
}

#sitecontent .npagePage .postbody {
    width: 1180px;
}

#sitecontent .npagePage #teampost #teambody .postbody {
    width: 730px;
}

.Pageteam .teamitem a.details {
    display: block;
}

.Pagenews #newsPage #newslist .newstitem {
    margin-bottom: 20px;
    height: auto;
}

.Pagenews #newslist .newsbody {
    width: 625px;
    padding-left: 50px;
}

.npagePage #banner div {
    position: unset;
}

.Pagenews #newslist .newstitem .newscontent::after {
    bottom: 25px;
    left: 50px;
    background: #4e4e4e;
}

.Pagenews #newslist .newstitem .newsimg {
    margin-left: 0;
    width: 520px;
    height: 237px;
}

.Pagenews #category a:hover {
    background: #4a4a4a;
    border-color: #4a4a4a;
}

.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%;
    background: transparent;
    padding: 0;
    margin-top: 0;
}

.Pageservice #servicelist .serviceitem div::before {
    content: "";
    position: absolute;
}

.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 {
    overflow: hidden;
    display: block;
}

.Pageservice #servicelist .serviceitem:hover a img {
    transform: scale(1.12, 1.12);
}

.Pageservice #servicelist .serviceitem {
    width: 33.3%;
    height: auto;
    margin-bottom: 40px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-right: 0;
    padding-bottom: 25px;
}

.Pageservice #servicelist .wrap {
    margin-right: 0;
}

.Pageservice #servicelist {
    width: 1200px;
}

/* .Pageservice #servicelist .serviceitem:hover { background:#4a4a4a;} */

.Pageservice #servicelist .serviceitem a {
    top: 0;
}

.Pageservice #servicelist .serviceitem div p.description {
    white-space: normal;
    color: #888;
    margin-top: 0;
    height: 24px;
    line-height: 24px;
}

.Pageservice #servicelist .serviceitem div p.title {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #dedede;
    font-weight: bold;
}

.Pageservice #servicelist .serviceitem:hover div p.title {
    color: #fff;
}

#npagePage #projectlist .projectitem a .project_info p.title {
    text-align: center;
}

#npagePage #projectlist .projectitem a .project_info p.subtitle {
    color: transparent;
    text-align: center;
}

#npagePage #projectlist .projectitem a:hover .project_info p.title {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
}

#npagePage #projectlist .projectitem a:hover .project_info p.subtitle {
    color: #888;
}

#npagePage #projectlist .projectitem a .project_info div {
    margin-top: 0;
}

#npagePage.npagePage4 #projectlist .projectitem a .project_info div {
    margin-top: 20px;
}

.Pagenews #category {
    text-align: right;
    width: atuo;
    padding-top: 80px;
    float: right;
}

/* .npagePage.newsl .content {
    width: 1100px;
    margin: 0 auto;
} */

.Pagenews #category a {
    margin-right: 8px;
}

.npagePage4 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 8px;
    border: 2px solid transparent;
}

.npagePage4 .bx-wrapper .bx-pager.bx-default-pager a.active,
.npagePage4 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: #fff;
    border: 2px solid #fff;
}

.mvideom.mvideom01 .module-content {
    width: 90%;
    margin-left: 5%;
}

.mvideo_title {
    color: #fff;
    float: left;
    margin-right: 10px;
}

.mvideo_subtitle {
    line-height: 32px;
}

#indexPage .mvideo_subtitle {
    line-height: 26px;
}

.module.mvideom .content {
    padding-top: 100px !important;
}

.mvideom.mvideom01 .mvideo_header {
    width: 90%;
    margin-left: 5%;
}

.mvideom.mvideom01 .mvideo_header::before {
    content: "";
    position: relative;
    left: 0;
    height: 3px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    top: 55px;
}

.mvideom.mvideom01 .module-content {
    top: 375px;
    position: relative;
}

.Pagevideo.mvideom.mvideom01 .module-content {
    top: 10px;
    width: 90%;
}

.npagePage.Pagevideo .content {
    padding-top: 50px;
}

.Pagevideo.mvideom.mvideom01 .videom_item {
    width: calc(33% - 20px);
    margin-bottom: 30px;
}

.Pagevideo.mvideom.mvideom01 .videom_item .title {
    font-size: 16px;
    color: #fff;
}

.Pagevideo.mvideom.mvideom01 .mvideo_header::before {
    content: "";
    height: 0;
}

.module.mvideom ul.content_list {
    margin-right: 0 !important;
}

#indexPage #mpartner {
    background-color: #191919;
}

.npagePage .content {
    background-color: #191919;
}

.mvideom .videom_item img {
    display: none;
}

.module.mvideom ul.content_list li {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
}

.module.mvideom .content {
    padding-bottom: 80px;
}

.mvideo_more {
    display: none;
}

#indexPage .module.mvideom {
    background-attachment: scroll;
}

#indexPage .module.mvideom .content {
    min-height: 560px;
    padding-bottom: 100px;
}

#indexPage .mvideom.mvideom01 .videom_item .wrap .item_info {
    padding-left: 30px;
}

#indexPage .mvideom .videom_item .imgIcon svg {
    width: 40px;
    height: 40px;
}

#indexPage .mvideom .videom_item .imgIcon .icon-triangle {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -6px;
}

#indexPage .mvideom .videom_item .imgIcon {
    margin-top: 30px;
    margin-left: 0;
    left: auto;
    right: 0;
}

#indexPage .mvideom .videom_item .imgIcon svg.icon-ring {
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage .mvideom .videom_item:hover .imgIcon svg.icon-ring {
    opacity: 1;
}

#indexPage .module.mvideom ul.content_list li:last-child {
    border-right: none;
}

#indexPage .mvideom.mvideom01 .videom_item .wrap:hover .title {
    color: #fff;
}

#indexPage .mvideom.mvideom01 .videom_item .wrap:hover .video_details {
    opacity: 0;
}

#fixed_videoPost .fixed-container {
    background-color: #353535;
    border-color: #353535;
}

#fixed_videoPost .info_box .title {
    color: #fff;
}

#indexPage .mvideom.mvideom01 .videom_item .wrap:hover .item_info {
    padding-left: 20px;
}

#indexPage .module.mvideom ul.content_list li::before {
    content: "P L A Y";
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
    bottom: -30px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    right: 26px;
    opacity: 0;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all 0.4s cubic-bezier(0.66, -0.14, 0.29, 0.79) 0s;
}

#indexPage .module.mvideom ul.content_list li:hover::before {
    opacity: 1;
    bottom: -60px;
}

#indexPage .module.mvideom ul.content_list li::after {
    content: "";
    width: 1px;
    height: 0px;
    position: absolute;
    right: 49px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.66, -0.14, 0.29, 0.79) 0s;
}

#indexPage .module.mvideom ul.content_list li:hover::after {
    opacity: 1;
    height: 28px;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: -14px;
}

#fixed_videoPost .fixed-btn a {
    background-color: #353535;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#fixed_videoPost .fixed-btn a i {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#fixed_videoPost .fixed-btn a:hover i {
    color: #fff;
}

#fixed_videoPost .fixed-btn a:hover {
    background-color: #353535;
}

.mvideom .videom_item .imgIcon .icon-triangle path {
    fill: rgba(255, 255, 255, 0.6);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.mvideom .videom_item:hover .imgIcon .icon-triangle path {
    fill: rgba(255, 255, 255, 1);
}

#footer {
    background-color: #242424;
    border-top: 1px solid #242424;
}

#category a {
    border-color: transparent;
}

#mproject.Pageanli .content .header {
    width: 20%;
    margin-left: 5%;
}

.npagePage4 #projecttags4 a {
    background-color: #191919;
}

.postbody hr {
    border-color: rgba(255, 255, 255, 0.2);
}

.npagePage4 #projectlist .projectitem::after {
    display: none;
}

#sitecontent {
    background-color: #191919;
}

/* .postbody p {
    color: #969696;
} */

#teampost #teambody .theader .title {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

#teampost #teambody .theader .subtitle {
    color: #9f9f9f;
    font-size: 13px;
}

#newslist .news_wrapper {
    background-color: #191919;
}

.Pagenews #newslist .newstitem .newsbody .date .year {
    color: rgba(255, 255, 255, 0.5);
}

.Pagenews #newslist .newstitem:hover .newsbody .date .year {
    color: #fff;
}

.Pagevideo.mvideom .videom_item img {
    display: block;
}

.newsl .content .header p.title {
    font-size: 20px;
    line-height: 40px;
}

.newsl .content .header p.subtitle {
    color: rgba(255, 255, 255, 0.4);
}

#indexPage #mslider .bx-wrapper .bx-pager {
    bottom: 80px;
}

._bx-pager-all::before {
    content: "";
    position: absolute;
    width: 92px;
    height: 1px;
    left: -56px;
    bottom: 29px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

._changeReady ._bx-pager-all::before {
    transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    opacity: 1;
}

#indexPage #mteam .bx-pager {
    display: block;
}

#indexPage #mteam .bx-wrapper .bx-pager-item {
    background-color: transparent;
}

#indexPage #mteam .bx-wrapper .bx-controls.bx-has-pager {
    position: absolute;
    left: 0;
    top: 266px;
}

#indexPage #mteam .bx-wrapper .bx-pager.bx-default-pager a {
    left: -50px;
    bottom: 52px;
    background-color: transparent;
    top: auto;
    position: absolute;
}

#indexPage #mteam .content > .module-content {
    width: 85%;
}

#indexPage #mteam .content > .module-content .bx-wrapper {
    padding-left: 12%;
}

#indexPage #mslider .bx-controls {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* #indexPage #mslider ._changeReady { opacity: 1;} */

#indexPage #mslider ._bx-pager-all,
#indexPage #mnews ._bx-pager-all,
#indexPage #mteam ._bx-pager-all {
    display: block;
    font-size: 26px;
    z-index: 10;
    position: absolute;
    bottom: 26px;
    left: calc(50% + 20px);
    color: #aaaaa9;
    font-weight: bold;
    /* animation-delay: 1s; */
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}

#indexPage #mslider ._bx-pager-all {
    bottom: 36px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next,
#indexPage #mnews .bx-wrapper .bx-controls-direction a.bx-next {
    right: -100px;
    animation-timing-function: ease-in-out;
    margin-top: -6px;
}

#indexPage #mnews .bx-wrapper .bx-controls-direction a.bx-next,
#indexPage #mteam .bx-wrapper .bx-controls-direction a.bx-next {
    margin-top: -20px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev,
#indexPage
    #mnews
    .bx-wrapper
    .bx-controls-direction
    a.bx-prev
    #indexPage
    #mteam
    .bx-wrapper
    .bx-controls-direction
    a.bx-prev {
    opacity: 0;
    top: -18px;
    animation-timing-function: ease-in-out;
    left: -100px;
    animation-duration: 0.5s;
}

#indexPage #mslider ._bx-pager-all,
#indexPage #mnews ._bx-pager-all,
#indexPage #mteam ._bx-pager-all {
    opacity: 0;
}

#indexPage #mslider ._changeReady ._bx-pager-all,
#indexPage #mnews ._changeReady ._bx-pager-all,
#indexPage #mteam ._changeReady ._bx-pager-all {
    animation-name: MyfadeRight;
    opacity: 1;
}

#indexPage #mnews ._changeReady ._bx-pager-all {
    display: none;
}

#indexPage #mslider .bx-wrapper .bx-pager.bx-default-pager a,
#indexPage #mnews .bx-wrapper .bx-pager.bx-default-pager a,
#indexPage #mteam .bx-wrapper .bx-pager.bx-default-pager a {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    width: 150px;
    left: -60px;
    opacity: 0;
    animation-timing-function: ease-in-out;
}

#indexPage #mslider .bx-wrapper ._changeReady .bx-pager.bx-default-pager a,
#indexPage #mnews .bx-wrapper ._changeReady .bx-pager.bx-default-pager a,
#indexPage #mteam .bx-wrapper ._changeReady .bx-pager.bx-default-pager a {
    animation-name: fadeInRight;
    opacity: 1;
}

#indexPage #mteam .bx-wrapper ._changeReady .bx-pager.bx-default-pager a {
    left: -100px;
}

#indexPage #mslider a .fa-angle-right::before,
#indexPage #mnews a .fa-angle-right::before,
#indexPage #mteam a .fa-angle-right::before {
    content: "\e630";
    line-height: 100px;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
    font-family: "mofont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation-duration: 0.5s;
}

#indexPage #mslider a:hover .fa-angle-right::before,
#indexPage #mnews a:hover .fa-angle-right::before,
#indexPage #mteam a:hover .fa-angle-right::before {
    content: "\e62e";
    color: #fff;
    animation-name: fadeInRight;
}

#indexPage #mslider a .fa-angle-left::before,
#indexPage #mnews a .fa-angle-left::before,
#indexPage #mteam a .fa-angle-left::before {
    content: "\e62f";
    font-size: 42px;
    line-height: 100px;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: font-size 0.25s ease-out 0s;
    -moz-transition: font-size 0.25s ease-out 0s;
    transition: font-size 0.25s ease-out 0s;
    font-family: "mofont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#indexPage #mslider a.bx-prev:hover .fa-angle-left::before,
#indexPage #mnews a.bx-prev:hover .fa-angle-left::before,
#indexPage #mteam a.bx-prev:hover .fa-angle-left::before {
    content: "\e62d";
    color: #fff;
}

#indexPage #mslider .bx-wrapper ._changeReady .bx-controls-direction a.bx-prev,
#indexPage #mnews .bx-wrapper ._changeReady .bx-controls-direction a.bx-prev,
#indexPage #mteam .bx-wrapper ._changeReady .bx-controls-direction a.bx-prev {
    animation-name: fadeInRight;
    opacity: 1;
}

#indexPage #mteam .bx-wrapper ._changeReady .bx-controls-direction a.bx-prev {
    left: 0;
}

#indexPage #mslider .bx-wrapper ._changeReady .bx-controls-direction a.bx-next,
#indexPage #mnews .bx-wrapper ._changeReady .bx-controls-direction a.bx-next,
#indexPage #mteam .bx-wrapper ._changeReady .bx-controls-direction a.bx-next {
    animation-name: fadeInLeft;
    opacity: 1;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next,
#indexPage #mnews .bx-wrapper .bx-controls-direction a.bx-next,
#indexPage #mteam .bx-wrapper .bx-controls-direction a.bx-next {
    opacity: 0;
    animation-timing-function: ease-in-out;
    right: -100px;
    animation-duration: 0.5s;
}

#indexPage #mteam ._changeReady ._bx-pager-all::before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

#indexPage #mteam ._bx-pager-all::before {
    width: 86px;
    left: -47px;
    transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    bottom: 32px;
}

#indexPage #mteam a.details i.fa-angle-rigst::before {
    content: "";
    display: none;
}

#indexPage #mnews .content a.more {
    display: none;
}

#indexPage #mteam a.details .fa-angle-right::before {
    display: none;
}

.npagePage ._bx-pager-all {
    display: none;
}

#pages a {
    background-color: #484848;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.bx-wrapper .bx-loading {
    background-color: #121212;
}

.npagePage.mvideom.mvideom01 #plheader {
    padding-top: 0;
}

.mvideom.mvideom01 .mvideo_header {
    text-align: left;
}

/* 2019.08.01 yyq 4-5 */
/* 处理分类 */
.bodyindex #indexPage #category .more,
.bodyindex #indexPage #category a:first-child,
.bodylist #category .more {
    display: none;
}

.bodyindex #indexPage #category a.more {
    position: static;
    width: auto;
    height: auto;
    text-indent: 0;
    display: none;
    line-height: 16px;
    height: 16px;
    font-size: 13px;
    color: #7b7b7b;
    background-color: #eaeaea;
    margin-left: 0;
    border: none;
}

.bodyindex #indexPage #category a.more:hover {
    background: #50a4fe;
    color: #ffffff;
    transition: 0.3s;
    transform-origin: bottom;
    border: none;
}

#indexPage #category a:nth-last-child(2)::after {
    display: none;
}
/* 处理图片 */
#mservice .serviceitem .service_img,
#mpartner .wrapper ul li .par_img,
.Pagevideo #videomlist .videom_item .image,
.Pageteam #teamlist .teamitem .teamimg,
.Pageservice #servicelist .serviceitem .service_img,
#indexPage #mteam .header a {
    position: relative;
    display: block;
    overflow: hidden;
}
#mservice .serviceitem .service_img img,
#mpartner .wrapper ul li .par_img img,
.Pagevideo #videomlist .videom_item .image img,
.Pageteam #teamlist .teamitem .teamimg img,
.Pageservice #servicelist .serviceitem .service_img img,
#indexPage #mteam .header a img {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#mservice .serviceitem .service_img {
    padding-top: 89%;
}
#mpartner .wrapper ul li .par_img {
    padding-top: 75%;
}
#indexPage #mpartner .wrapper ul li a img {
    height: auto;
}
.Pagevideo #videomlist .videom_item .image {
    padding-top: 58%;
}
.Pageteam #teamlist .teamitem .teamimg {
    padding-top: 30%;
    width: 280px;
    float: left;
}
.Pageservice #servicelist .serviceitem .service_img {
    padding-top: 89%;
}
#indexPage #mteam .header a {
    padding-top: 83%;
    width: 64%;
}

/* 其他样式 */
#indexPage .mcounter {
    background-color: rgba(24, 24, 24, 1);
}
#indexPage .mcounter ul.content_list {
    padding: 60px 0;
}
#indexPage .mcounter .fw {
    width: 100%;
}
#indexPage #mpage {
    background-color: #1e1e1e !important;
}
.Pageteam .teamitem a {
    width: 100%;
}
.Pageteam .teamitem .teaminfo .title {
    color: #fff;
}
#indexPage #servicelist .serviceitem::before,
#indexPage #mservice #servicelist .serviceitem .service_img:before {
    z-index: 1;
}
#indexPage #servicelist .serviceitem div p.subtitle {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(111, 111, 111, 0.55);
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    margin-left: 0;
    margin: 0 auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: relative;
    text-align: left;
    opacity: 0;
}
#indexPage #servicelist .serviceitem:hover div p.subtitle {
    color: rgba(255, 255, 255, 0.5);
    top: 0;
    opacity: 1;
}
#indexPage #mservice .bx-controls {
    display: none;
}
#indexPage #mservice #servicelist .serviceitem div {
    z-index: 1;
    bottom: 8%;
}
#indexPage #mnews .bx-wrapper .bx-controls-direction a {
    background: transparent;
}
#indexPage #mnews .bx-wrapper .bx-controls-direction a.bx-next {
    opacity: 1;
}
#indexPage #mpartner .wrapper ul li {
    max-height: none;
    height: auto;
}
#mcontact .content #contactform {
    width: 60%;
}
#post_slider {
    background-color: #191919 !important;
}
#mvideom .videom_item .image,
#videomlist .videom_item .image {
    padding-top: 0;
    position: static;
    overflow: initial;
}
#indexPage .mvideom .videom_item .imgIcon {
    margin-top: 60px;
}
.mvideom.mvideom01 .videom_item .wrap:hover .imgIcon {
    top: -30%;
}
.content .header p.subtitle {
    text-align: center;
}
@media screen and (max-width: 1600px) {
    #indexPage #projectlist .projectitem:hover::after {
        width: 68%;
    }
    #projectlist .projectitem a:hover .project_info p.title {
        width: 50%;
    }
    #indexPage #mteam .bx-controls-direction {
        bottom: -90px;
    }
}
/* 2019.08.01 yyq 4-5 */
