body > a {
    display: none;
}

#header {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0px;
    z-index: 1001;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    right: 0px;
    z-index: 999999;
}

#header.mini {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0px;
    z-index: 1001;
    background: #fff;
    padding-top: 20px;
    float: right;
    z-index: 999999;
}

#header .content {
    padding-left: 0px;
}

#header ul li.navitem {
    width: 250px;
    padding: 0 60px;;
    height: 50px;
    line-height: 50px;
}

.navitem strong {
    left: 40px;
    width: 0px;
    position: absolute;
    top: 25px;
    height: 2px;
    background-color: #E9E9E9;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

#header ul li.navitem a.active strong, #header ul li.navitem:hover a strong {
    width: 6px;
    background-color: #595959;
}

#header ul li.navitem:hover {
    width: 250px;
    padding: 0px 60px;
}

#header ul li.navitem a:hover {
    width: 250px;
    padding: 0px 0px;
}

#header ul li.navitem a {
    color: #9F9F9F;
}

#servicelist .serviceitem {
    margin-bottom: 0px;
    padding-top: 40px;
}

.serviceitem {
    width: 33.33%;
    margin-right: auto;
    transition: all 0.3s ease-out 0s;
    height: 300px;
}

.serviceitem:hover {
    background-color: #F6F6F6;
    height: 300px;
}

#servicelist .wrap {
    margin-right: 0px;
}

#indexPage #mservice .content {
    width: 100%;
}

#indexPage #mservice .slider_wrapper {
    width: 100%;
    height: 300px;
    position: relative;
}

#indexPage #mslider .bx-wrapper {
    width: 80%;
    width: calc(100% - 250px);
}

.serviceitem a {
    margin: 10px auto 24px;
}

#indexPage #mservice .slider_wrapper .slider {
    width: 100%;
}

.serviceitem div p.description {
    width: 80%;
    margin: 0 auto;
}

#indexPage #mservice .slider_control {
    width: 0px;
    height: 180px;
    position: absolute;
    top: 50px;
    z-index: 99999999999;
}

#indexPage #mservice .slider_control.prev {
    left: 3%;
}

#indexPage #mservice .slider_control.next {
    right: 3%;
}

#projectlist .projectitem {
    width: 33.33%;
}

#indexPage #mproject .bgmask, #indexPage #mnews .bgmask, #indexPage #mservice .bgmask, #indexPage #mpage .bgmask {
    background-color: transparent;;
}

#indexPage #mslider ul li p.title {
    font-size: 60px;
    line-height: 70px;
    height: 70px;
    color: #fff;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
}

.fw {
    margin: 0px auto;
    width: 100%;
}

#indexPage #mpage {
    background-color: #000;
}

#indexPage a.more {
    line-height: 38px;
    text-indent: 104px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    color: #B1B1B1;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    width: 260px;
    height: 38px;
}

#indexPage a.more:hover {
    border: 1px solid #6B6A6A;
    color: #fff;
    text-indent: 104px;
}

#indexPage a.more:hover i {
    text-indent: 18px;
    color: transparent;
}

#mpage .content .header p.title {
    color: #FBFBFB;
}

.content .header p.title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
}

.module-slider .description {
    color: #B4B4B4;
}

#mpage .content .header p.subtitle {
    color: #696969;
}

.nobanner .npagePage {
    padding-top: 0px;
}

#projectwrap {
    padding-top: 10px;
    min-height: 600px;
    padding-left: 10px;
}

#projectbody {
    width: 60%;
    float: left;
}

#projectinfo .header {
    padding-top: 40px;
}

.nobanner #header {
    background: #fff;
}

#indexPage #mteam .slider_control {
    height: 40px;
    width: 60px;
    margin: 180px 50px;
}

#indexPage #mteam .slider_wrapper {
    width: auto;
    height: auto;
}

#teamlist {
    margin: 0px auto;
    width: 100%;
    padding-left: 70px;
}

#teamlist .teamitem a img {
    width: 320px;
    height: 320px;
}

#teampost #teamimage {
    padding-left: 70px;
}

#teampost #teambody {
    margin-left: 520px;
}

#teambody .theader .postbody {
    margin-right: 50px;
}

#indexPage #mteam .header img {
    float: right;
    display: block;
    margin: 0px 50px;
    border-radius: 0px;
    width: 300px;
    height: 300px;
}

#indexPage #mteam .header p.title {
    font-size: 24px;
    text-align: left;
    margin: 100px auto auto;
    color: #f8f8f8;
}

#indexPage #mteam .header p.subtitle {
    font-size: 12px;
    text-align: left;
    margin: 0px auto;
}

#indexPage #mteam .description {
    color: #808080;
    overflow: hidden;
    text-align: left;
    line-height: 24px;
    height: 50px;
    font-size: 13px;
    margin: 0px 50px 0px 0px;
    width: auto;
}

.npagePage .postbody {
    padding: 0 50px;
    max-width: 860px;
}

.npagePage .fw {
    width: auto
}

.npagePage .theader .postbody {
    padding: 0
}

.serviceitem div p.title {
    font-size: 18px;
    margin: 0 0 16px;
}

#header #logo {
    float: none;
    height: 40px;
    margin: 30px auto 30px auto;
    width: 154px;
}

#header #logo img {
    height: 40px;
}

#sitecontent {
    padding-right: 250px;
}

/*首页全屏*/
#indexPage #mslider {
    height: 900px;
}

#servicelist {
    width: 100%;
    margin: 0px auto;
}

#projectlist .projectitem a:hover .project_info p.title {
    margin-top: 16px;
    color: #535353;
}


/*导航下拉菜单*/
#header ul li.navitem ul.subnav {
    position: absolute;
    width: 250px;
    margin: -648px 0px 0px -310px;
    height: 2000px;
    background: #171717;
    overflow: hidden;
    padding-top: 600px;
    border-top: 3px solid #171717;
}

#header ul li.navitem ul.subnav li a {
    width: 190px;
}

#header ul li.navitem ul.subnav li a {
    background: transparent;
}

/*chrome */
::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #aeaeae;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #656565;
}

::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #aeaeae;
}

#header ul li.navitem a.active {
    background: transparent;
    width: 250px;
    display: block;
    color: #3E3E3E;
}

.npagePage #banner div {
    width: calc(100% - 250px);
}

#indexPage #mcontact {
    background-color: #050505;
}

#contactform p .inputtxt {
    background-color: rgba(0, 0, 0, .3);
    border: 1px solid #171717;
}


/*banner*/
#indexPage #mslider ul li {
    width: 100%;
    height: 900px;
    position: relative;
}

#indexPage #mslider ul li p {
    color: #CBCBCB;
}

#indexPage #mslider ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
}

#indexPage #mslider ul li a, #indexPage #mslider ul li p {
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    opacity: 0;
}

#indexPage #mslider ul li.swiper-slide-active p, #indexPage #mslider ul li.swiper-slide-active a {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1
}

#indexPage #mslider ul li img {
    position: absolute;
    width: 1920px;
    /*height: 900px;*/
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#mslider .control-derection a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    transition: all ease-out .3s;
    background: transparent;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .1);
}

#mslider .control-derection a:hover {
    background-color: #4E4E4E;
}

#mslider .control-derection a.swiper-prev {
    left: 20px;
}

#mslider .control-derection a.swiper-next {
    right: 20px;
}

#mslider .control-derection a i {
    color: #fff;
    font-size: 24px;
    margin-top: 8px;
    margin-left: 14px;
    transition: all ease-out .3s;
}

#mslider .control-derection a.swiper-next i {
    margin-left: 16px;
}

#mslider .pagination {
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 99;
}

#mslider .pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    outline: 0;
    border-radius: 0;
    transition: all ease-out .3s;
    border: #fff 1px solid;
    background: transparent;
    opacity: 1;
}

#mslider .pagination .swiper-pagination-bullet-active,
#mslider .pagination .swiper-pagination-bullet:hover {
    background: #fff;
    border: 1px solid #fff;
}


.bx-wrapper .bx-controls-direction a {
    background: transparent;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, .1);
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: #4E4E4E;
}

/*header*/
#header ul li.navitem a.active, #header ul li.navitem:hover a {
    color: #5F5F5F;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    border: 1px solid #FFF;
    background-color: #FFF;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border-radius: 0px;
}

.serviceitem:hover .title {
    color: #484848;
}

#indexPage #mservice {
    /*height: 640px;*/
}

#projectlist .wrapper {
    width: 96%;
    margin: 0 auto;
}

#projectlist .projectitem {
    margin-right: 1%;
    margin-bottom: 100px;
    width: 24%;
}

#projectlist .projectitem .project_info div {
    position: absolute;
    height: 100px;
    width: 100%;
    bottom: -100px;
    margin-top: 0px;
    top: auto;
}

#projectlist .projectitem .project_info p.title {
    margin-top: 16px;
    color: #535353;
    padding: 0px;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#indexPage #mproject {
    background-color: #f8f8f8;
    padding-bottom: 120px;
}

#projectlist .projectitem .project_info p.subtitle {
    margin-top: 4px;
    color: #9B9B9B;
    text-align: left;
    padding: 0;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
    margin-top: 4px;
}

#projectlist .projectitem .project_info div.line1 {
    width: 0px;
    height: 2px;
    background: #626262;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin: 0 0 29px 0;
}

#projectlist .projectitem a:hover .project_info div.line1 {
    width: 20px;;
}

#projectlist .projectitem a:hover .project_info {
    background: transparent;
}

#projectmore {
    background: transparent;
    border: 1px solid #DFDFDF;
    font-family: "HELVETICANEUELTPRO-THEX";
    border-radius: 0px;
    color: #686868;
    display: block;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    text-indent: 0px;
    transition: all 0.3s ease-out 0s;
    width: 360px;
    margin: 0px auto;
    margin-top: 40px;
}

#projectmore:hover {
    background: transparent;
    border: 1px solid #DFDFDF;
    width: 360px;
    height: 58px;
    line-height: 58px;
    text-indent: 0px;
    font-size: 18px;
}

#projectmore strong {
    width: 0px;
    height: 60px;
    background-color: #4D4F54;
    top: -1px;
    position: absolute;
    left: -1px;
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#projectmore:hover strong {
    width: 362px;
}

#shares {
    right: 250px;
}

#online_open {
    margin: 0 240px 0 0;
    z-index: 999;
    background: #4D4D4D;
}

#online_lx {
    margin: 0 240px 0 0;
    border-radius: 0;
}

.fa-share-alt::before {
    color: transparent;
}

#shares a#sshare {
    background-image: url("../image/fenxiang.png");
    background-repeat: no-repeat;
}

#header ul li.navitem ul.subnav li a:hover i {
    opacity: 0;
}

#olx_head {
    background: #535353;
    border-radius: 0;
}

#olx_qq li a:hover i {
    color: #E9E9E9;
}

#olx_qq li a:hover {
    background: rgb(135, 135, 135);
}

#shares a#sweibo {
    background-color: #5F5F5F;
}

#shares a#sweixin {
    background-color: #4A4A4A;
}

.content .header {
    padding-top: 120px;
    padding-bottom: 60px;
}

#indexPage a.more strong {
    background: #6B6A6A;
    height: 40px;
    text-indent: 150px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: block;
    width: 0px;
    margin: -39px 0px 0px -1px;
}

#indexPage a.more:hover strong {
    width: 262px;
}

#mnews a.more {
    border: 1px solid #C3C3C3;
    color: #818181;
}

#indexPage #mpartner .slider_wrapper ul li img {
    filter: grayscale(100%);
    transition: all 0.3s ease-out 0s;
}

#indexPage #mpartner .slider_wrapper ul li a {
    display: block;
    width: 160px;
    height: 80px;
    line-height: 80px;
    color: #666;
    font-size: 16px;
    text-align: center;
}

#indexPage #mpartner .slider_wrapper ul li a:hover {
    color: #000;
}

#indexPage #mpartner .slider_wrapper ul li:hover img {
    filter: grayscale(0);
}

#newslist .newstitem:hover {
    background: rgba(63, 63, 63, 0.8);
}

#newslist .newsinfo .md {
    color: #AAA;
}

#newslist .newsinfo .year {
    color: #929292;
}

#newslist .newsbody .title {
    height: 30px;
}

#newslist .newscontent {
    padding-top: 32px;
}

#indexPage #mteam {
    background-color: #201f1f;
    height: 370px;
}

#mteam .content .header {
    padding-top: 30px;
    padding-bottom: 20px;
}

#category a.active, #category a:hover {
    background: #4D4F54;
    border-color: #4D4F54;
}

/*首页联系*/

#contactform p .inputtxt {
    width: 0;
    height: 0;
    line-height: 0;
    padding: 0;
    color: transparent;
    background-color: transparent;
    margin-bottom: 0;
}

#contactform p .inputsub {
    width: 0;
}

#contactinfo {
    width: 100%;
    margin: 0 160px;
    width: calc(100% - 250px);
}

#contactinfo h3 {
    float: left;
    width: 100%;
}

#contactinfo p {
    width: auto;
    float: inherit;
    padding-right: 40px;
}

#indexPage #mcontact .header p.title {
    color: transparent;
    font-size: 0;
}

#indexPage #mcontact .header p.subtitle {
    color: transparent;
    font-size: 0;
    line-height: 0px;
}

#contactinfo div {
    clear: both;
    margin-top: 120px;
}

#indexPage #mcontact {
    height: 350px;
}

#mcontact .content .header {
    padding-top: 70px;
    padding-bottom: 0px;
}

#indexPage #mcontact .content {
    width: 100%;
}

#projectinfo .description a {
    padding: 12px 50px;
    background: #474747;
}

#projectinfo .description a:hover {
    background: #0E0E0E;
}

.postbody img {
    max-width: 860px;
}

.teamitem a div.wrap {
    background: #242424;
}

#footer p {
    padding: 20px 270px;
}

.teamitem {
    height: 480px;
}

.teamitem .teaminfo .title {
    color: #121212;
    text-align: left;
}

.teamitem .teaminfo .subtitle {
    text-align: left;
}

.teamitem .teaminfo .description {
    line-height: 22px;
    height: 62px;
    text-align: left;
}

#pages a.active, #pages a:hover {
    background: #4D4F54;
}
