﻿@charset "utf-8";

/*3转4*/


/* 首页服务*/

#mservice .content .header p.title {
    display: none;
}

.module .bgmask {
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    display: block;
}

.nobanner #header {
    border-bottom: 1px solid #f3f3f3
}


/*幻灯*/


/*首页产品*/

#mslider ul li div {
    display: none;
    clear: both;
}

#mslider .bx-wrapper .bx-pager-item {
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .3);
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-left: 18px;
}

#mslider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    border-radius: 8px;
    border: 0;
    background: rgba(0, 0, 0, 0.21);
    opacity: 0;
}

#mslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity: 1;
}

#mslider .bx-wrapper .bx-pager.bx-default-pager a.active:after {
    content: '';
    height: 6px;
    width: 6px;
    background: #fff;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
}


/*内页服务*/

{
    width: 1200px;
    overflow: hidden;
    padding-top: 10px;
}

.serviceitem a {
    text-align: center;
}

.serviceitem a img {}

.serviceitem {
    width: 374px;
    float: left;
    min-height: 400px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    margin: 0;
    margin-right: 25px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.serviceitem div p {
    padding: 0 30px;
}

.serviceitem div {}

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

.serviceitem div p.description {
    width: auto;
    margin-top: 30px;
}

.npagePage .serviceitem div p.description {
    color: #B1AFAF;
}

.Pageservice .serviceitem:hover {
    position: relative;
    top: -8px
}

.serviceitem:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
    background: #fff;
}

.serviceitem:hover div {
    margin-top: 0px;
}

.serviceitem:hover p.title {
    color: #444;
}

.serviceitem:hover div:after {
    border: 1px solid rgba(0, 0, 0, .4);
    width: 94%;
    left: 3%;
    height: 125%;
}

#sitecontent .serviceitem a.details {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#sitecontent .serviceitem a.details:after {
    content: '';
    width: 15px;
    height: 9px;
    background: url(../images/icon.png) no-repeat -110px -11px;
    display: block;
    margin: 13px 0 0 11px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.serviceitem:hover .details {
    margin-top: -15px;
    border-color: #b6b6b6;
    text-indent: 130px;
}

.serviceitem .details:hover {
    border: 1px solid transparent;
    text-align: inherit;
}

.serviceitem div p.title::after {
    content: '';
    position: absolute;
    width: 34px;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    left: 50%;
    margin-left: -17px;
    top: 61px;
}


/*案例*/

#projectlist .projectitem a img {
    position: relative;
    perspective: 150;
    -webkit-perspective: 150;
}

#projectlist .projectitem a:hover img {
    transform: scale(1.08, 1.08);
}

#mproject .content .header {
    padding-top: 90px;
    padding-bottom: 60px;
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}

#mproject #projectlist {
    width: 1260px;
}

#mproject #projectlist {
    width: 100%;
    margin: 0 auto;
    margin-top: -15px
}

#mproject .content .wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-left: 0px;
    overflow: hidden;
}

#mproject #projectlist .projectitem {
    transition: all ease-out .3s;
    width: 380px;
    height: 360px;
    background: none;
    margin: 0 30px 25px 0;
}

#mproject #projectlist .projectitem a::after {
    content: '';
    display: block;
    clear: both;
}

#mproject #projectlist .projectitem:hover {
    box-shadow: 0px 7px 17px #dedede;
}

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

#projectlist .projectitem a:hover .project_info {
    background: none
}

#mproject #projectlist .projectitem a .project_info div {
    margin-bottom: 35px;
    height: 170px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: absolute;
    bottom: 0px;
    top: auto;
    width: 100%;
    background: #fff;
}

#mproject #projectlist .projectitem a .project_info p {
    width: auto;
    text-align: left;
}

#mproject #projectlist .projectitem a .project_info .title {
    font-size: 16px;
    color: #3C3C3C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0px;
    padding-top: 32px;
    margin: 0 auto;
    width: 50%;
}

#mproject #projectlist .projectitem a .project_info .subtitle {
    border: 0px red solid;
    transition: all ease-out .3s;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    transform-origin: center bottom;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    position: absolute;
    left: 19%;
    top: -40px;
    color: #FFFFFF;
    width: 60%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    padding: 0px;
    background: rgba(48, 93, 195, 0.87);
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    margin: 0px;
    padding: 0 1%;
}

#mproject #projectlist .projectitem:hover a .project_info .subtitle {
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

#mproject #projectlist .projectitem a img {
    overflow: hidden;
}

#mproject #projectlist .projectitem a .project_info div:after {
    content: '';
    width: 37px;
    height: 20px;
    display: none;
    position: absolute;
    top: 50%;
    right: 2px;
    background: transparent url(../images/icon.png) no-repeat -30px -66px;
    transition: all 0.3s ease-out 0s;
    margin-top: -11px;
    border-left: 1px solid rgba(0, 0, 0, .0);
    width: calc(100% - 198px);
    height: 60px;
    overflow: hidden;
}


/*内页案例*/

#projectlist {}

.npagePage #projectlist .wrapper {
    margin-left: 20px;
    display: inline-block;
    width: auto;
}

#sitecontent .Pageanli #projectlist .projectitem {
    width: 300px;
    margin: 0 20px 53px 0;
    height: 318px;
    background: none;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

#sitecontent .Pageanli #projectlist .projectitem:hover {
    box-shadow: 0px 7px 17px #dedede;
}

#projectlist .projectitem a:hover .project_info {
    background: none
}

.npagePage #projectlist .projectitem a .project_info div {
    border-bottom: 1px rgba(109, 109, 109, 0.22) solid;
    height: 146px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #fff;
}

.npagePage4 #projectlist .projectitem a .project_info div {
    height: 131px;
}

.npagePage #projectlist .projectitem a .project_info p {
    width: auto;
    text-align: left;
}

.npagePage #projectlist .projectitem a .project_info .title {
    font-size: 16px;
    color: #06090e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    text-align: left;
    padding-top: 25px;
    padding-left: 14px;
    margin: 0px;
    padding-right: 14px;
}

.npagePage #projectlist .projectitem a .project_info .subtitle {
    -webkit-transform-origin: center bottom;
    border: 0px red solid;
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px 70px 0px 0px;
    -moz-transform-origin: center bottom;
    overflow: hidden;
    line-height: 40px;
    transform-origin: center bottom;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    height: 40px;
    position: absolute;
    left: 20%;
    top: -40px;
    color: #FFFFFF;
    width: 60%;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    padding: 0px;
    background: rgba(48, 93, 195, 0.87);
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    margin: 0px;
}

.npagePage #projectlist .projectitem a .project_info div:after {
    display: none;
    content: '';
    width: 37px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    background: transparent url(../images/icon.png) no-repeat -30px -66px;
    transition: all 0.3s ease-out 0s;
    margin-top: -13px;
    border-left: 1px solid rgba(0, 0, 0, 0);
}

.npagePage #projectlist .projectitem:hover a .project_info div {
    padding: 5px 0;
}

.npagePage #projectlist .projectitem:hover a .project_info div:after {
    display: none;
    background: url(../images/icon.png) no-repeat 16px -66px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

#projectlist .projectitem a:hover .project_info p.title {
    color: #666;
    font-size: 15px;
}

.npagePage #mproject .content .subtitle::after {
    content: '';
    background-color: #2b68d2;
    width: 9px;
    height: 9px;
    display: block;
    border-left: 7px #F7F7F7 solid;
    border-right: 7px #F7F7F7 solid;
    position: relative;
    top: 15px;
    left: 228px;
}


/*新闻*/

#mnews .content .header {
    display: block;
    padding: 90px 0 65px;
    text-align: center;
}

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

#newslist .newstitem .newsimg {
    display: block;
    float: left;
    width: 150px;
    height: 90px;
    margin-top: 15px;
    -webkit-perspective: 150;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem {
    float: left;
    width: 560px;
    height: 310px;
    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;
}

#newslist .wrapper {
    margin-left: 0px;
}

#newslist .newsbody {
    overflow: hidden;
    margin-left: 100px;
    float: left
}

#newslist .newstitem {
    width: 540px;
    height: 120px;
    margin-bottom: 30px !important;
    margin-right: 30px !important;
    background-color: #f7f7f7;
    padding: 20px;
    position: relative;
    display: block;
    transition: all ease-out .3s;
}

#newslist .newstitem a.newscontent {
    z-index: 7;
}

#newslist .newstitem::after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* z-index: 0; */
    transform: scaleY(0);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform-origin: top;
    transition-delay: 0s!important;
}

#newslist .newstitem:hover::after {
    z-index: 0;
    transform-origin: bottom;
    transform: scaleY(1);
    box-shadow: 0px 7px 17px #dedede;
}

#newslist .newstitem:nth-child(2n) {
    margin-right: 0px !important;
}

#projectlist .projectitem a .project_info p.description.hide {
    display: block;
    color: #afafaf;
    font-size: 13px;
    padding-top: 20px;
    text-align: center !important;
    line-height: 22px;
    height: 40px;
    padding-top: 16px;
    overflow: hidden;
}

.Pageanli #projectlist .projectitem a .project_info p.description.hide {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left !important;
    padding-top: 13px;
}

.Pageanli #projectlist .projectitem a .project_info .title::after {
    height: 1px;
    width: 20px;
    background-color: #222224;
    border: 1px red solid
}

#projectlist .projectitem a .project_info p.description.hide {
    line-height: 23px;
}


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

#newslist .newsbody .title {
    height: 54px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-size: 16px;
    color: #06090e;
    line-height: 32px;
    text-align: left;
    position: absolute;
    text-indent: 0px;
}

#newslist .newsbody .title {
    top: 16px;
    padding-left: 75px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(45% - 40px);
    color: #3c3c3e;
}

#newslist .newstitem .newsbody .date::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: rgba(0, 0, 0, .0);
    transition: all 0.3s ease-out 0s;
    margin-top: 58px;
    z-index: 99;
    left: 40px;
    margin-block-start: 56px;
    -webkit-margin-before: 59px;
}

#newslist .newstitem:hover .newsbody .date::before {
    width: calc(100% - 40px);
    background: rgba(0, 0, 0, 5);
}

#newslist .separator {
    display: none;
    color: transparent;
    font: 0px/0;
    height: 6px;
    text-decoration: none;
    background-color: #E2E2E2;
    content: "";
    height: 1px;
    position: absolute;
    top: 23%;
    width: 33px;
}

#newslist .separator::after {
    display: none
}

#newslist .separator::before {
    display: none;
}

#newslist .newsbody .description {
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
    margin-top: 0;
    color: #909090;
    line-height: 26px;
    text-align: left;
    position: absolute;
    top: 108px;
}

#newslist .newsbody .description {
    display: block;
    top: 55px;
    padding-left: 75px;
    width: calc(86% - 106px);
    height: 47px;
    color: #afafaf;
    line-height: 22px;
}

#newslist .newsbody .date {
    background: transparent;
    position: relative;
    top: -50px;
    font-weight: 100;
    text-align: right;
}

#newslist .newsbody .date {
    width: auto;
    text-align: left;
    top: 10px;
    display: none;
}


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


/*内页新闻*/

.Pagenews .content {
    text-align: center;
}

.Pagenews #newslist {
    width: 960px;
    float: right;
    padding-top: 0px;
    margin-top: -95px;
}

.Pagenews #newslist .newstitem {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 936px;
    margin: 0;
    height: 150px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    margin-left: 25px
}

.Pagenews #newslist .wrapper .news_wrapper {
    width: 800px;
    float: left;
    position: relative;
    margin-left: 110px;
}

.Pagenews #newslist .newstitem .newsimg {
    display: block;
    width: 180px;
    height: 110px;
    margin-top: 5px;
}

.Pagenews #newslist .news_wrapper,
.Pagenews #newslist .newstitem a.newscontent:hover .news_wrapper {
    width: 920px;
}

.Pagenews #newslist .newsbody .date {
    top: 37px;
    left: 734px;
    width: 100px;
    text-align: left;
    display: block;
    border: 1px red solid
}

.Pagenews #newslist .newsbody .date .year {
    font-size: 14px;
    text-align: left;
    display: block;
    position: absolute;
    color: #eeeeee;
    font-size: 30px;
    padding: 3px 10px;
    border-left: 3px #f7f7f7 solid;
}

.Pagenews #newslist .newsbody .date .md {
    display: none;
    font-size: 30px;
    border-left: 3px #f7f7f7 solid;
}

.Pagenews #newslist .newsbody .date:after {
    left: 100px;
    top: 8px;
    display: block;
}

.Pagenews #newslist .newsbody .title {
    width: 360px;
    margin-top: 8px;
    line-height: 24px;
    height: 24px;
    padding-bottom: 8px;
    margin-bottom: 0px;
    overflow: hidden;
}

.Pagenews #newslist .newsbody .description {
    width: 620px;
    top: 55px;
    margin-top: 0px;
    height: 50px;
    font-size: 13px;
    line-height: 22px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #B5B5B5;
}

.Pagenews #newslist .newstitem:hover .newsbody .title,
.Pagenews #newslist .newstitem:hover .newsbody .description {
    left: 100px
}

.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 {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 0;
    border: none;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    overflow: hidden;
    position: relative;
    margin: 0px;
    z-index: 3;
    top: -96px;
    right: 0;
    float: right;
}

.Pagenews #newslist .newstitem a.details:after {
    content: '';
    width: 15px;
    height: 9px;
    background: url(../images/icon.png) no-repeat -110px -11px;
    display: block;
    margin: 13px 0 0 11px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.Pagenews #newslist .newstitem:hover .details {
    border-color: #b6b6b6;
    text-indent: 130px;
    background: transparent;
}

.Pagenews #newslist .newstitem:hover .details:after {
    background: url(../images/icon.png) no-repeat -1px -71px;
}

.Pagenews #newslist .newstitem .details:hover {
    border: none;
}


/*合作伙伴*/

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

#mpartner .module-content {
    padding: 30px 0;
    height: 80px;
}

#mpartner .wrapper {
    height: auto;
}

#mpartner .wrapper ul li {
    height: 60px;
    padding-top: 20px;
}

#mpartner .wrapper ul li a {
    width: 112px;
    height: auto;
    margin-right: 10px;
}

#mpartner .bx-wrapper .bx-pager {
    display: none;
}

#mpartner .bx-wrapper .bx-controls-direction {
    display: block;
}

#mpartner .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
    border-radius: 3px;
}

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

#mpartner .bx-wrapper .bx-prev {
    left: -58px;
}

#mpartner .bx-wrapper .bx-next {
    right: -58px;
}


/*联系*/

#mcontact {
    background-color: #f3f3f3
}

#mcontact .content {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 68px;
    height: auto;
}

#mcontact .content:after {
    content: '';
    display: block;
    clear: both;
}

#mcontact .content .header {
    width: 480px;
    float: left;
}

#mcontact .content .header p.title {
    color: #666;
    text-align: left;
}

#mcontact .content .header .subtitle {
    text-align: left;
    font-family: "Times New Roman", Times, serif, HELVETICANEUELTPRO-THEX, "微软雅黑";
}

#mcontact .content #contactlist {
    width: 720px;
    float: left;
}

#mcontact .content #contactform {
    display: none;
    width: 1200px;
    margin-top: 80px;
    height: 100%;
    background-color: #f3f3f3;
}

#mcontact .content #contactinfo {
    width: 720px;
    float: left;
    position: relative;
}

#mcontact .content #contactinfo p {
    float: left;
    width: 290px;
    padding-right: 60px;
    margin-top: 14px;
    height: auto;
    color: #999;
    font-size: 12px;
    line-height: inherit;
}

#mcontact .content #contactinfo h3 {
    color: #696969;
}

#mcontact #contactinfo div {
    position: absolute;
    top: 35px;
    left: -250px;
}

#mcontact #contactinfo div:after {
    content: '关注';
    color: #696969;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    position: absolute;
    top: -56px;
    left: 0px;
}

#mcontact #contactinfo div a {
    background-color: rgba(255, 255, 255, 0);
    color: #9b9b9b;
    border-radius: 4px;
    font-size: 16px;
    border: 2px solid rgba(0, 0, 0, 0);
}

#mcontact #contactinfo div a:hover {
    background-color: rgb(48, 93, 195);
    border-radius: 4px;
}

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


/*footer*/

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

#footer {
    background: #fff;
}

#footer a path {
    fill: rgb(148, 148, 148);
}

#footer p {
    width: 1200px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: left;
}

#footer p a {
    margin-top: 15px;
}


/*分页*/


/*#pages a{ visibility:hidden;}*/

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

.Pagenews #pages a {
    background-color: rgba(214, 214, 214, 0.37);
    color: #969494;
    transition: background-color 0.2s ease-out;
}

.Pagenews #pages a:nth-child(1) {
    color: #fff;
    background-color: #305dc3;
}

.Pagenews #pages a:hover {
    background-color: #305dc3;
    color: #fff;
}

.Pagenews #pages a {
    margin-right: 6px;
}

.Pageanli #pages a {
    background-color: rgba(214, 214, 214, 0.37);
    color: #969494;
    transition: background-color 0.2s ease-out;
}

.Pageanli #pages a:hover {
    background-color: #305dc3;
    color: #fff;
}

.Pageanli #pages a:nth-child(1) {
    color: #fff;
    background-color: #305dc3;
}


/*内页banner*/

.npagePage #banner,
.npagePage #banner div {
    height: 200px;
}


/*0801*/

#header .content {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

#header .content img {
    float: none;
}

#header #logo {
    margin-top: 12px;
    float: left;
}

.content .header p.subtitle {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

#mproject #category {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 55px;
}

#category a {
    border: none;
    font-size: 14px;
    padding: 10px 28px;
    margin-right: 4px;
    border: 1px #efefef solid;
    color: #a9a9a9;
    background-color: #fff;
    transition: 0.3s;
    transform-origin: top;
}

#category a.active,
#category a:hover {
    color: #fff;
    transition: 0.3s;
    background-color: #305dc3;
    transform-origin: bottom;
    border: 1px #305dc3 solid;
}

#header #logo img {
    transform: scale(1, 1);
    transition: all 0.3s ease-out 0s;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    height: 55px;
    width: auto
}


/*#header.mini #logo img { transform: scale(0.8, 0.8); -moz-transform:scale(0.8, 0.8); -webkit-transform:scale(0.8, 0.8); -o-transform:scale(0.8,0.8); }*/

#mcontact .content .header {
    padding-top: 0;
}

#mslider .bx-wrapper {
    position: relative;
}

#mnews a.details {
    display: none;
    border: none;
    text-indent: 100px;
    margin: 0;
    color: #999;
    font-size: 15px;
    width: 200px;
    font-family: Georgia, "Times New Roman", Times, serif;
    height: 50px;
    line-height: 50px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: relative;
    left: -58px;
    top: -55px;
}

#mnews a.details:hover {
    color: #666;
}

#mnews a.details i {
    position: relative;
    top: 3px;
}

#mnews a.details:hover i {
    text-indent: 10px;
}

#mnews #newslist .newstitem {
    margin: 0;
    transition: all 0.3s ease-out 0s;
}

#mnews #newslist .newstitem:hover a.details {
    color: #666
}

#mnews #newslist .newstitem:hover a.details i {
    text-indent: 10px;
    color: #707070;
}

#mnews {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .0);
}

{
    overflow: hidden;
}

#sitecontent #mservice .serviceitem a.details {
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -20px;
    display: none;
}

.serviceitem div p.description {
    margin-top: 15px;
    padding: 0 40px;
    line-height: 24px;
    color: #8D8D8D;
}

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

.serviceitem {
    height: 250px;
    min-height: 250px;
    margin-bottom: 50px;
    padding-bottom: 0;
    width: 400px;
    transition: all 0.3s ease-out 0s;
}

.serviceitem a {
    text-align: left;
}

.serviceitem:last-child,
.serviceitem:nth-child(3n) {
    margin-right: 0
}

#mservice a.more {
    margin-top: 0;
}

#mpartner {
    border-top: 1px solid rgba(0, 0, 0, .05);
    margin-top: 100px;
}

.Pageanli #category a.active::after {
    display: none;
}

#sitecontent .npagePage #projectlist .projectitem {
    float: left;
    position: relative;
}

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

#sitecontent .npagePage #projectwrap {
    width: 1200px;
}

#sitecontent .npagePage #projectinfo .header p.title {
    font-size: 19px;
    margin-bottom: 5px;
}

#sitecontent .npagePage #projectinfo .header p.subtitle {
    font-size: 13px;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}

#sitecontent .npagePage #projectwrap #projectbody {
    width: 820px;
}

#projecttags a:hover {
    background: #575757;
    color: #fff;
}

#projectib .projectitem a .project_info p.title {
    margin-bottom: 4px;
}

#projectinfo .header {
    border: none;
}

#projectib .projectitem {
    margin-bottom: 25px;
}

.npagePage #banner {
    padding-top: 80px;
    height: 200px;
}

.npagePage #banner div {
    height: 200px;
    position: relative;
}

.Pageservice .serviceitem div::after {
    top: -5px;
    left: 5%;
}

.Pageservice .serviceitem:hover div::after {
    width: 94%;
    left: 3%;
    height: 180px;
    top: -10px;
}

.Pageservice .serviceitem a.details {
    margin-top: -30px;
    opacity: 0;
}

.Pageservice .serviceitem:hover .details {
    margin-top: -65px;
    opacity: 1;
    border: transparent;
}

.Pageservice .serviceitem div {
    top: 0;
    padding-top: 5px;
}

.Pageservice .serviceitem {
    position: relative;
    top: 0px;
    transition: all 0.4s ease-out 0s;
    margin-bottom: 80px;
    padding-bottom: 0;
    height: 405px;
    min-height: 235px;
    padding-top: 7px;
    background-color: #305DC3;
    border-radius: 3px;
    margin-top: 0px
}

.Pageservice .serviceitem:nth-child(3n) {
    margin-right: 0px
}

.Pageservice .serviceitem a img {
    top: 0;
    margin-top: 25px;
}

.Pagenews #newslist .newstitem:nth-of-type(2n+1) {
    border-right: none;
}

.Pageservice .serviceitem div p.title::after {
    top: 50px;
}

.Pageservice .serviceitem div p.description {
    margin-top: 22px;
}

.npagePage .postbody {
    width: 1100px;
    overflow: hidden;
}

#teampost .postbody {
    width: 730px;
    overflow: hidden;
}

#teampost #teambody .theader .title {
    font-size: 26px;
    margin-bottom: 5px;
}


/*右下角悬浮*/

#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(../images/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;
}

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

#shares a#gotop:hover {
    background: rgba(0, 0, 0, .9)
}

#shares a#sweibo,
#shares a#sweixin {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    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(0, 0, 0, .1);
    height: 38px;
    position: fixed;
    bottom: 80px;
}

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

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

#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(../images/shouji.png);
}

#mservice .wrapper {
    margin-left: 0px;
}

#projectlist .projectitem a .project_info div::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0%;
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    left: 0;
}

#projectlist .projectitem:hover a .project_info div::before {
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    display: none;
}

#mnews .content .header::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    background: rgba(0, 0, 0, .1);
    top: 300px;
}

#projectinfo .description a {
    margin: 15px 0;
    transition: all 0.3s ease-out 0s;
    width: calc(100% - 10px);
}

#projectinfo .description a:hover {
    color: #fff;
    background: #383838;
}

#sitecontent .npagePage #projectwrap #projectinfo .header .description {
    color: #999;
    line-height: 28px;
}

.Pageteam #teamlist .teamitem a.details {
    display: block;
    border-radius: 0px;
    width: 40px;
    height: 80px;
    text-indent: -9999px;
    position: relative;
    border: none;
    border-left: 1px solid #ededed;
    left: 700px;
    top: 10px;
    transition: all 0.3s ease-out 0s;
    opacity: 1;
    float: right;
}


/*内页团队*/

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

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

#teamlist .teamitem a {
    float: left;
    width: 180px;
    height: 160px;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

#teamlist .teamitem .teaminfo {
    float: right;
    width: 308px;
    height: 130px;
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    padding: 48px 20px 10px 0px;
    margin: 0px;
    text-align: left;
}

#teamlist .teamitem .title {
    display: inline-block;
    padding-right: 12px;
}

#teamlist .teamitem .description {
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #757575;
}

#teamlist .teamitem a.details:after {
    content: '';
    width: 37px;
    height: 20px;
    display: block;
    position: absolute;
    top: 30px;
    left: 10px;
    background: transparent url(../images/icon.png) no-repeat -20px -66px;
    transition: all 0.3s ease-out 0s;
}

#teamlist .teamitem:hover {
    border-top: 1px solid #8cd4c1;
}

#teamlist .teamitem:hover a {
    margin-top: 0px;
}

#teamlist .teamitem:hover .teaminfo {
    padding-top: 48px;
}

.nobanner #projectlist .projectitem a .project_info p.title {
    color: #666;
}

.nobanner #projectlist .projectitem a .project_info p.subtitle {
    color: #999;
}


/*产品详情页*/

#projectinfo4 .header p.title {
    font-size: 22px;
    margin-bottom: 8px;
}

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

#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, .8);
    border: 1px solid rgba(255, 255, 255, .8);
}

#projectinfo4 div.description a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #ea9459;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    transition: all 0.3s ease-out 0s;
}

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

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

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

#post_slider {
    background: #f8f8f8;
}

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

#projectbody4 {
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    padding-bottom: 20px;
}


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

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

.npagePage4 #post_slider,
#post_slider1 {
    height: 510px;
}

.npagePage4 #post_slider li {
    height: 510px;
}

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

.npagePage4 .bx-wrapper {
    width: 1180px;
    margin: 0px auto;
}

.npagePage4 .bx-wrapper .bx-controls-direction a {
    border-radius: 0;
    background: rgba(0, 0, 0, .0);
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.npagePage4 .bx-wrapper .bx-controls-direction a i {
    color: rgba(0, 0, 0, .3);
}

.npagePage4 .bx-wrapper .bx-controls-direction a:hover {
    background: rgba(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: 20px;
    margin-top: 9px;
}

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

.npagePage4 #projectlist .wrapper {
    text-align: left;
}

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

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

#sitecontent .npagePage4 #projectlist .projectitem {
    width: 24%;
    margin: 0 10px 25px 0;
    height: 372px;
}

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

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

.npagePage4 #projecttags4 a {
    border: 1px solid rgba(0, 0, 0, .15);
    background: #fff;
    padding: 5px 18px;
    transition: all 0.3s ease-out 0s;
}

.npagePage4 #projecttags4 a:hover {
    border: 1px solid #6fc9b1;
    border: 1px solid #96abdc;
    background: #829fe2;
    color: #fff;
}

#category li.hasmore div ul a.active,
#category li.hasmore div ul a:hover {
    background-color: rgba(34, 73, 160, 0);
    color: #333;
}

#category li.hasmore div ul a {
    color: rgba(255, 255, 255, 0.62);
}

.yy_tag_I {
    margin: 0 10px 0 0;
    color: #e1e1e1;
}


/*右下角联系展开*/

#olx_head {
    background: #305DC3;
    border-radius: 0px;
}

#olx_qq li a:hover i {
    color: #fff
}

#olx_qq li a:hover {
    padding: 18px 30px;
    background: rgb(29, 72, 171);
}

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

#online_open {
    background: none;
    bottom: 0px;
    color: #515151;
    bottom: 160px;
    color: #999;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    width: 38px;
    height: 39px;
    border-bottom: none;
}

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

#online_lx {
    border-radius: 0px;
    bottom: 160px;
    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);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

#mslider {
    padding-top: 80px;
}

#mslider .bx-wrapper .bx-controls-direction a {
    border-radius: 3px;
    height: 80px;
    margin-top: -35px;
    background: rgba(21, 20, 20, 0.91);
    border: 1px rgba(241, 241, 241, 0.11) solid;
}

#mslider .bx-wrapper .bx-controls-direction a:hover {
    background: rgb(48, 93, 195);
}

#mslider .bx-wrapper .bx-controls-direction a i {
    margin-top: 24px;
    margin-left: 14px;
}

.content .header p.title {
    font-size: 26px;
    color: #444;
    margin-bottom: 8px;
}

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

.Pageanli .content>.header {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.Pageanli .content .header p.title {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.Pageanli #projectlist {
    text-align: left;
    padding-top: 0px;
    margin-top: -140px;
    background-color: #fff;
}

#projectinfo {
    border-bottom: 1px solid #e6e6e6;
}

.Pageteam #teamlist {
    padding-top: 10px;
    width: 1100px;
}

#pages {
    width: 960px;
    margin-left: 220px;
}

.Pageanli #pages {
    width: 980px;
    margin-left: 220px;
    padding-left: 39px;
    text-align: left;
}

.Pagenews #pages {
    width: 980px;
    margin-left: 220px;
    padding-left: 45px;
    text-align: left;
}

.Pagenews #category a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-left: 16px;
}

.Pagenews #category a:last-child {
    border-bottom: none;
}

.Pagenews #category a:hover {
    padding-left: 26px;
}

.Pagenews #category a::before {
    left: 0;
    content: '';
    position: absolute;
    width: 3px;
    height: 12px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pagenews #category a:hover::before {
    left: 10px;
}

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

.postbody a {
    color: #17c2c4
}

.Pageteam #teamlist .teamitem:hover {
    border-top: none;
    box-shadow: 0px 7px 17px #dedede;
    border: 1px rgba(255, 255, 255, 0) solid;
}

#category li.hasmore div ul li {
    border-bottom: none;
}

#category li.hasmore div {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    overflow: hidden;
}

#category li.hasmore div ul {
    text-align: left;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}


/*关于*/

#mpage .content ul li.header p.subtitle {
    display: none;
}

#mpage .subtitle::after {
    display: none !important
}

#mpage .subtitle {
    background-color: rgba(88, 124, 205, 0);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.58);
    width: 80px;
    text-align: left;
}

#mpage .title {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#mpage .wrapper li .fimg {
    width: 550px;
    height: 376px;
    position: relative;
    top: -67px;
    margin-left: 25px;
}

#mpage {
    margin-top: 60px;
    width: 100%;
    height: 620px;
}

#mpage ul {
    width: 1200px;
    margin: 0 auto;
    background-color: #305dc3;
    height: 368px;
    margin-top: 40px;
    position: relative;
}

#mpage .module-content .description {
    width: 470px;
    text-align: left;
    height: 80px;
    float: right;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 22px;
    overflow: hidden;
    margin: 0px 80px;
}

#mpage .more {
    width: 67px;
    height: 36px;
    border-radius: 0px;
    border: rgba(255, 255, 255, 0.3) 1px solid;
    background-color: rgba(255, 255, 255, .0);
    position: relative;
    top: 280px;
    left: 483px;
    top: 282px;
    left: 1049px;
    margin: 0px;
    background: url(../images/jiantou2.png) no-repeat -38px -2px;
    opacity: 0.6;
}

#mpage .more:hover {
    transition: all ease-out .3s;
    background: url(../images/jiantou2.png) no-repeat -38px -33px;
    opacity: 1;
    border: rgba(255, 255, 255, 0.41) 1px solid;
}

#mpage .content .header {
    float: left;
    text-align: left;
    margin-top: 70px;
    margin-left: 650px;
    padding-bottom: 0px;
    margin-bottom: 45px;
}

#mpage .content {
    top: auto;
}


/* #mpage{    background-attachment: inherit;} 固定关于我们模块*/

#mpage ul {
    margin-top: 250px;
}


/*首页标题线*/

#mteam .content .subtitle {
    display: block;
    width: 478px;
    color: rgba(191, 191, 191, 0.91);
    font-size: 14px;
    margin: 0 auto;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
    margin: 0 auto;
}

#mteam .content .subtitle::after {
    content: '';
    background-color: rgba(44, 102, 204, 0.82);
    width: 9px;
    height: 9px;
    display: none;
    border-left: 7px #F7F7F7 solid;
    border-right: 7px #F7F7F7 solid;
    position: relative;
    top: 15px;
    left: 228px;
}

#mnews .content .subtitle {
    display: block;
    width: 478px;
    color: rgba(191, 191, 191, 0.91);
    font-size: 14px;
    margin: 0 auto;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
    margin: 0 auto;
}

#mnews .content .subtitle::after {
    content: '';
    background-color: rgba(44, 102, 204, 0.82);
    width: 9px;
    height: 9px;
    display: block;
    border-left: 7px #fff solid;
    border-right: 7px #fff solid;
    position: relative;
    top: 15px;
    left: 228px;
}

#mproject .content .subtitle {
    display: block;
    width: 478px;
    color: rgba(191, 191, 191, 0.91);
    font-size: 14px;
    margin: 0 auto;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
    margin: 0 auto;
}

#mproject .content .subtitle::after {
    content: '';
    background-color: rgba(44, 102, 204, 0.82);
    width: 9px;
    height: 9px;
    display: block;
    border-left: 7px #F7F7F7 solid;
    border-right: 7px #F7F7F7 solid;
    position: relative;
    top: 15px;
    left: 228px;
}

#mproject .content #projectSubList_ .projectSubHeader .subtitle {
    display: none;
}


/*mteam 团队*/

#mteam .content {
    margin-top: 0px;
}

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

#mteam .content .header {
    display: block;
    padding: 90px 0 65px;
    text-align: center;
}

#mteam .bgmask {
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 230px;
    width: 100%;
    height: 41%;
    display: block;
}

#mteam .module-content {
    width: 1200px
}

#mteam ul li {
    width: 277px;
    margin-right: 30px;
    float: left;
    height: 438px;
    padding-top: 0px;
}

#mteam ul li:nth-child(4n) {
    margin-right: 0px;
}

#mteam ul li div:nth-child(1) {
    padding: 0px !important;
    height: 276px
}

#mteam .header img {
    float: none;
    display: block;
    margin: 0px;
    width: 100%;
    border-radius: 0px;
    height: auto;
}

#mteam .summary {
    padding: 30px 25px 36px;
    background-color: #f7f7f7;
    transition: all 0.4s ease 0s;
    top: 0px;
    position: relative;
}

#mteam ul li:hover .summary {
    background-color: #305DC3
}

#mteam .summary p {
    text-align: left;
}

#mteam .summary p.title {
    margin-bottom: 3px;
    display: inline-block;
    float: left;
}

#mteam ul li:hover .summary p.title a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
}

#mteam ul li:hover .summary p.subtitle {
    color: rgba(248, 247, 247, 0.34);
}

#mteam .summary p.title a {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 40px;
}

#mteam .summary p.subtitle {
    margin-bottom: 0px;
    display: inline-block;
    width: 120px;
    position: relative;
    top: 14px;
    color: rgba(177, 176, 176, 0.91);
    margin-left: 12px;
    overflow: hidden;
    float: left;
    border-bottom: 0px
}

#mteam .summary .description {
    clear: both;
    width: auto;
    overflow: hidden;
    height: 47px;
    margin-top: 10px;
}

#mteam .description {
    color: rgba(144, 144, 144, 0.86);
}

#mteam ul li:hover .summary .description {
    color: rgba(207, 214, 230, 0.72);
}

a.details,
#sitecontent .npagePage a.details {
    display: none;
    background: rgba(255, 255, 255, .0);
    width: 44px;
    height: 26px;
    margin: 0px;
    line-height: 58px;
    font-size: 0px;
    color: #fff;
    text-indent: 0px;
    border-radius: 0px;
    transition: all ease-out .3s;
    margin-top: -20px;
    margin-left: 26px;
}


/*详细页面左侧*/

#plheader {
    padding-bottom: 30px;
    width: 220px;
    background-color: #305dc3;
    position: relative;
    top: -70px;
    height: 70px;
    border-radius: 3px 3px 0px 0px;
}

.Pageanli .content .header p.title {
    text-align: left;
    margin-left: 31px;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 8px;
    margin-top: 0px;
    width: 158px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    letter-spacing: 1px;
    color: #fff;
}

.Pageanli .content .header p.subtitle {
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    padding-top: 0px;
    color: #EAEAEA;
    margin-top: 0px;
    margin-right: 31px;
    float: right;
    overflow: hidden;
    width: 150px;
    text-align: right;
}

.npagePage #category {
    padding-top: 15px;
    margin-left: 0px;
    padding-bottom: 30px;
    width: 205px;
    float: left;
    padding-left: 15px;
    text-align: left;
    margin-top: -120px;
    background-color: #305DC3;
    border-radius: 0px 0px 3px 3px;
}

.npagePage #category li {
    height: auto;
    position: relative;
    float: none;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 43px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-left: 15px;
    margin-right: 16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.npagePage #category li:last-child {
    border-bottom: none;
}

.npagePage #category a {
    border: 0px;
    background: none;
    color: #CFDCF9;
    font-size: 14px;
    position: relative;
    padding: 0;
    line-height: 42px;
    height: 42px;
}

.npagePage #category a::before {
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    width: 190px;
    background-color: #AEAEAF;
    height: 42px;
    background: transparent;
    left: -16px;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.npagePage #category a.active::before {
    display: none;
}

.npagePage #category li:hover {
    padding-left: 30px;
    background-color: #2249A0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.npagePage #category li:hover ul li {
    width: 136px;
}

.npagePage #category li:hover ul li a {
    color: rgba(255, 255, 255, 0.45);
    width: 136px;
    overflow: hidden;
    background-color: rgb(34, 73, 160);
    padding-left: 0px;
}

.npagePage #category li ul li:hover a {
    padding-left: 0px;
    margin-left: 0px;
}

.npagePage #category li:hover a {
    color: #fff
}


/*内页banner*/

.npagePage #banner::before {
    width: 100%;
    height: auto;
    content: '';
    display: block;
}

#sitecontent.npagePage #category {
    margin-top: -64px;
}


/*内页新闻*/

.Pagenews .content .header {
    padding-bottom: 30px;
    width: 220px;
    background-color: #264EA7;
    position: relative;
    top: -70px;
    height: 70px;
    padding-top: 40px !important;
    border-radius: 3px 3px 0px 0px;
}

.Pagenews .content .header p.title {
    text-align: left;
    margin-left: 31px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 8px;
    margin-top: -5px;
    width: 158px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    letter-spacing: 1px;
    color: #fff;
}

.Pagenews .content .header p.subtitle {
    float: right;
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    color: #EAEAEA;
    margin-top: 0px;
    margin-right: 31px;
    width: 150px;
    overflow: hidden;
    text-align: right;
}


/*团队内页*/

.npagePage .content .header {
    padding-bottom: 40px;
    padding-top: 70px;
}

.Pageteam #teamlist .teamitem {
    position: relative;
    overflow: hhidden;
    margin-bottom: 0px;
    /* border: 1px red solid; */
    height: 196px;
    margin-right: 25px;
    background: #ffffff;
    width: 582px;
    margin-right: 30px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border: 1px #f3f3f3 solid;
    margin-bottom: 30px;
}

.Pageteam #teamlist .teamitem:nth-child(2n) {
    margin-right: 0px;
}

.Pageteam #teamlist .teamitem a.details {
    display: block;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.Pageteam #teamlist .teamitem a {
    position: relative;
    width: 180px;
    height: auto;
}

#teamlist .teamitem a img {
    width: 160px;
    height: 160px;
    border-radius: 3px;
    margin: 18px 9px 9px 18px;
}

.Pageteam #teamlist .teamitem .teaminfo {
    width: 380px;
    margin-right: 0px;
    /* padding-top: 30px; */
    padding-left: 0px;
    padding-right: 0px;
}

#teamlist .teamitem .title a {
    float: none;
    color: #333;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5px;
}

#teamlist .teamitem .title {
    text-align: left;
    display: inline-block;
    padding-right: 0px;
}

#teamlist .teamitem .subtitle {
    display: inline-block;
    font-size: 13px;
    color: rgb(195, 195, 195);
    margin-left: 8px;
    /* float: left; */
    text-align: left;
    margin-top: 6px;
}

.Pageteam #teamlist .teamitem .subtitle {
    width: 200px;
    white-space: nowrap;
}

.Pageteam #teamlist .teamitem .description {
    line-height: 22px;
    height: 40px;
    overflow: hidden;
    color: #b3b3b3;
    text-align: left;
    padding: 2px 20px 0px 0px;
}

.Pageteam .content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
}

.Pagenews #category {
    margin-top: -70px;
}

.Pagenews #category a {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    float: none;
    display: block;
    height: 43px;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 43px;
    padding-left: 15px;
    margin-right: 16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pagenews #category a:hover {
    padding-left: 30px;
    background-color: #2249A0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pagenews #newslist .news_wrapper::before {
    display: none;
}

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

#projectinfo4 .header p.subtitle {
    color: rgba(149, 149, 150, 0.74);
}

.Pageanli #plheader {
    padding-bottom: 40px;
    width: 220px;
    background-color: #264EA7;
    position: relative;
    top: -80px;
    height: 70px;
    padding-top: 40px !important;
    border-radius: 3px 3px 0px 0px;
}

.Pageservice {
    margin: 0 auto;
}


/*产品详细页面*/

.npagePage4 #post_slider1 {
    height: 530px;
    width: 100%;
    background-color: #f7f7f7;
}

.npagePage4 #projectinfo5 {
    width: 1200px;
}

.npagePage4 #projectshow5 {
    float: none;
}

.npagePage4 #projectlist {
    float: none
}

.npagePage4 .bx-prev {
    border-radius: 3px;
    height: 70px;
}

.npagePage4 .bx-prev i {
    margin-top: 19px
}

.npagePage4 .content .header {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #fff;
    width: 1160px;
    padding: 0px;
    margin-bottom: 30px;
}

.npagPage5 .bx-wrapper {
    width: 1200px
}

.npagePage4 .bx-viewport {
    width: 1200px;
    overflow: hidden;
    position: relative;
    height: 500px;
    margin: 0 auto;
    padding-top: 2px;
}

.npagePage4 .content {
    width: 100%;
}

.npagePage4 .content .header p.title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #5D5D5D;
}

.npagePage4 .content .header p.subtitle {
    color: #CACACA;
    font-size: 16px;
    padding-bottom: 18px;
}

.npagePage4 .npagePage4 .projecttags5 {
    margin-top: 20px;
    width: 1200px;
    float: none;
}

.npagePage4 #projectih4 .title-warp p {
    text-align: left;
}

.npagePage4 #projectih4 .description p {
    font-size: 13px;
    line-height: 22px;
    color: #B7B7B7;
    margin: 0px;
    background-color: rgba(247, 247, 247, 0);
}

.npagePage4 #projectlist .projectitem:nth-child(3n) {
    margin-right: 25px !important;
}

.npagePage4 #projectlist .projectitem:nth-child(4n) {
    margin-right: 0px !important;
}

.npagePage4 #projectlist .wrapper {
    margin-left: 0px;
    width: 1200px;
}

.npagePage4 #projectlist .projectitem {
    margin-right: 25px !important;
}

#sitecontent .npagePage4 #projectlist .projectitem {
    width: 280px !important;
    height: 263px;
    margin-bottom: 25px;
}

#sitecontent .npagePage4 #projectlist .projectitem:hover {
    box-shadow: 0px 7px 17px #dedede;
}

.npagePage4 .projectitem a .project_info p.title {
    text-align: left !important;
}

.npagePage4 #projectlist .projectitem:hover a .project_info div {
    padding: 0px 0;
}


/*产品列表页面*/

.npagePage #projectlist .projectitem:hover a .project_info div {
    padding: 0px 0;
}

.npagePage #projectlist .projectitem a:hover .project_info p.title {
    font-size: 16px;
}

.projectitem a .project_info {
    top: 35px;
}

.npagePage .postbody {
    width: 1200px
}

.content .header p.subtitle {
    display: block;
}

#mteam .content .subtitle::after {
    content: '';
    background-color: rgba(44, 102, 204, 0.82);
    width: 9px;
    height: 9px;
    display: block;
    border-left: 7px #fff solid;
    border-right: 7px #fff solid;
    position: relative;
    top: 15px;
    left: 228px;
}

#mpage a.more {
    display: block;
}

#mteam ul li {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    curosr: pointer
}


/*
 #mteam ul li img{width: 100%;height: auto;-webkit-perspective: 150;    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
 #mteam ul li a:hover img {transform: scale(1.08, 1.08);}
  */

#mteam ul li:hover .summary {
    position: relative;
    padding-top: 40px;
    padding-bottom: 46px;
    margin-top: -20px
}

.Pageanli .content_list li {
    height: 312px;
}


/* 文章列表more*/

.Pagenews #newslist .newstitem a.details {
    display: none;
}

.content .subtitle {
    color: rgba(216, 216, 216, 0.91) !imporborder-bottom: 1px #e8e8e8 solid !important;
}

.npagePage #projectlist .projectitem a .project_info p.description.hide {
    text-align: left !important;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px 14px;
}

.Pageanli #projectlist .projectitem a .project_info {
    top: 22px;
}


/* .Pageanli #projectlist .projectitem a .project_info p::after{content'5555';width:30px;height:1px; background-color:#171717;border:1px red solid}   
#projectlist .projectitem a .project_info{ top: 30px;}*/

#sitecontent .Pageanli #projectlist .projectitem {
    margin: 0 20px 36px 0;
    height: 309px;
}

.Pageservice .serviceitem div {
    display: block;
    background-color: #f7f7f7;
    height: 172px;
    border-radius: 0px 0px 3px 3px;
    margin-top: 4px;
}

.Pageservice .serviceitem div p.title::after {
    margin-top: 26px;
}

.Pageservice .serviceitem div p.title {
    margin-top: 26px;
    padding: 0px 10px;
    overflow: hidden;
}

.Pageteam #teamlist {
    width: 1200px
}

.Pageteam #teamlist .teamitem .teaminfo::after {
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #eee;
}

#teampost #teamimage img {
    float: none;
    width: 100%;
}

#teampost #teamimage {
    width: 350px;
    margin-left: 10px;
    float: left;
    position: fixed;
}

#category li.hasmore div ul a.active,
#category li.hasmore div ul a:hover {
    color: #fff;
}

.npagePage #category li:hover {
    padding-left: 20px;
}

#category li.hasmore div ul a {
    padding: 0px;
}

.npagePage .Pageanli li:hover .div li {
    background-color: rgba(255, 255, 255, 0);
}

#mservice .content .header p.subtitle {
    display: none !important;
}

#contactform.fr {
    background-color: #ececec;
    padding: 0;
    margin-right: 0;
}

#contactform p {
    border-bottom: 0px;
    padding-top: 0px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

#contactform p .inputtxt {
    border: none;
    margin-bottom: 5px;
    background: none;
    color: #696969;
    width: 320px;
    float: left;
    border-bottom: 1px solid rgb(146, 146, 146);
    margin: 40px 0 0 40px;
}

#sitecontent {
    height: auto;
    min-height: 1000px;
}

#mslider {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

#mslider .bx-wrapper {
    position: fixed;
    width: 100%;
}

#mslider .bx-wrapper .bx-pager {
    bottom: 50px
}

#mslider ul li {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#mslider ul li a {
    display: table;
    width: 100%;
    height: 100%;
    display: table
}

#mslider ul li div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: transparent;
}

#mslider ul li p {
    color: #fff;
    text-align: center;
}

#mslider ul li p.title {
    font-size: 60px;
    line-height: 70px;
    height: 70px;
    transition-delay: 0
}

#mslider ul li p.subtitle {
    font-size: 16px;
    height: 20px;
    transition-delay: 0.2s
}

#mslider.sliderArrow {
    display: none
}

#mslider ul li a i {
    text-indent: 20px;
    font-size: 24px
}

#mslider ul li p {
    transform: translateY(25px);
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    opacity: 0
}

#mslider ul li.active p {
    transform: translateY(0px);
    opacity: 1
}

#mproject .bgmask,
#mnews .bgmask,
#mservice .bgmask,
#mpage .bgmask {}

.module {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    height: 100%
}

.module:last-child {
    border: none
}

.module .bgmask {
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

.module.bgShow {
    background-attachment: fixed
}

.module.bgShow .bgmask {
    display: block
}

.module .content {}

.content .header {
    padding-bottom: 50px;
    padding-top: 80px
}

.content .header {
    padding-top: 0
}

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

.content .header p.title {
    color: #444;
    font-size: 26px
}

.content .header p.subtitle {
    color: #c1c1c1;
    font-size: 16px
}

.slider_control {
    display: block;
    font-size: 36px;
}

.slider_control i {
    color: #a1a1a1
}

.slider_control.fr {
    text-align: right
}

#mservice .wrapper {
    width: 100%
}

#mservice .wrapper .bx-wrapper .bx-pager {
    display: none
}

#mservice .wrapper .bx-wrapper .bx-next {
    right: -80px
}

#mservice .wrapper .bx-wrapper .bx-prev {
    left: -80px
}

.serviceitem {
    margin: 0
}

.wrap {
    margin-right: -50px
}

ul.content_list {
    display: flex;
}

li.serviceitem {
    flex: 1;
    height: 260px;
}

.serviceitem a {
    height: 100%;
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: column;
}

.serviceitem a img {}

.serviceitem a .title {
    color: #fff;
    margin-top: 35px;
    font-size: 22px;
    margin-left: 35px;
}

.serviceitem div p.title {
    color: #595959;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    transition: all ease-out .2s
}

.serviceitem div p.description {
    color: #848484;
    font-size: 13px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    width: 100%
}

#mservice .slider_control {
    color: #898989
}

#mservice .slider_control:hover {
    color: #141414;
}

#mproject {}

#mproject .content {
    margin-top: -15%
}

#mproject .content .wrapper {
    width: 100%;
    margin: 0
}

#projectlist .projectitem {
    flex: 1;
    padding: 15px;
}

#projectlist .projectitem {
    margin: 0
}

#mproject .bx-wrapper .bx-pager {
    bottom: -40px
}

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

#mproject a.more {
    margin-top: 80px
}

#projectlist .projectitem a {
    display: block;
    overflow: hidden
}

#projectlist .projectitem a img {
    float: none;
    width: 100%;
    height: auto;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#projectlist .projectitem a:hover img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

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

#projectlist .projectitem a .project_info {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 30px;
    background: #fff;
    padding: 10px;
}

#projectlist .projectitem a:hover .project_info {
    background: #fff
}

#projectlist .projectitem a .project_info p {
    text-align: center;
    color: #fff;
    padding: 0 20px
}

#projectlist .projectitem a .project_info div {
    position: relative;
    top: 50%;
    margin-top: -15px
}

#projectlist .projectitem a .project_info p.title {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0);
    font-size: 16px;
    transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info p.title {
    margin-top: 0px;
    color: #fff;
    font-size: 16px
}

#projectlist .projectitem a .project_info p.subtitle {
    margin-top: 16px;
    color: rgba(0, 0, 0, 0);
    font-size: 12px;
    transition: all ease-out .3s;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
    margin-top: 0px;
    color: #b7b7b7;
}

#projectmore {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    background: #343434;
    transition: all ease-out .3s;
    text-indent: 0px;
    position: relative;
    z-index: 1
}

#projectmore:hover {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    background: #838383;
    text-indent: -50px;
}

.module-content .description {
    width: 720px;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: #848484;
    line-height: 24px;
    overflow: hidden
}

a.details,
#sitecontent .npagePage a.details {
    border: #dfdfdf 1px solid;
    background: rgba(255, 255, 255, .0);
    width: 360px;
    height: 58px;
    display: block;
    margin: 40px auto 50px;
    line-height: 58px;
    font-size: 20px;
    color: #838383;
    text-indent: 150px;
    border-radius: 30px;
    transition: all ease-out .3s;
}

a.details,
#sitecontent .npagePage a.details {
    display: none;
}

a.more:hover,
a.details:hover,
#sitecontent .npagePage a.details:hover {
    border-color: #b6b6b6;
    text-indent: 130px;
}

a.more i,
a.details i,
#sitecontent .npagePage a.details i {
    text-indent: -10px;
    font-size: 24px;
    color: rgba(255, 255, 255, .0);
    transition: all ease-out .3s
}

a.more:hover i,
a.details:hover i,
#sitecontent .npagePage a.details:hover i {
    text-indent: 18px;
    color: #707070;
}

#mpage {
    background-color: #ffffff;
}

#mpage .content {
    height: 592px;
    margin-top: -230px
}

#mpage .wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto
}

#mpage .wrapper li {
    width: 100%;
    height: auto;
}

#mpage .wrapper li .fimg {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 466px
}

#mteam {}

#mteam .content {
    margin-top: -180px
}

#mteam .content>.header {
    display: none
}

#mteam .header {
    padding-bottom: 0
}

#mteam .header img {
    float: none;
    display: block;
    margin: 10px auto 24px auto;
    border-radius: 90px
}

#mteam .summary p {
    text-align: center
}

#mteam .summary p.title {
    color: #fff;
    font-size: 24px
}

#mteam .summary p.title a {
    color: #474747;
}

#mteam .summary p.subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a5a5a5;
    font-size: 12px;
    margin-bottom: 30px
}

#mteam .description {
    color: #bebebe
}

#mteam .bx-pager {
    display: none
}

#mnews {
    background-color: #f8f8f8;
}

#mnews .content {
    height: calc(100% - 60px);
    margin-top: 60px;
    top: 0
}

#mnews .content .header {
    display: none
}

#newslist,
#newslist .wrapper,
#mnews .content_list {
    height: 100%;
    width: 100%
}

#newslist {
    margin: 0 auto
}

#mnews .bx-controls {
    display: none
}

#newslist .newstitem {
    width: 100%;
    height: 33.3%;
}

#newslist .newstitem a.newscontent {
    height: 100%;
    display: block;
    text-align: center;
    position: relative
}

#newslist .news_wrapper {
    width: 37.5%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: all 0.25s ease 0s
}

#newslist .news_wrapper::before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

#newslist .newsbody {
    display: inline-block;
    max-width: 99%;
    vertical-align: middle;
    width: 330px;
}

#newslist .newsbody .date {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px
}

#newslist .newsbody .title {
    font-size: 30px;
    color: #333;
    line-height: 40px;
}

#newslist .separator::before {
    right: 13px;
}

#newslist .separator::before,
#newslist .separator::after {
    background-color: #c3c3c3;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 45px;
}

#newslist .separator::after {
    left: 13px;
}

#newslist .separator {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    color: transparent;
    font: 0px/0;
    height: 6px;
    margin: 15px auto 20px;
    position: relative;
    text-decoration: none;
    width: 6px;
}

#newslist .newsbody .description {
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 13px;
    color: #6a6a6a;
    margin-top: 10px;
}

#newslist .newstitem .newsimg {
    width: 62.5%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

#newslist .newstitem .newsimg,
#newslist .newstitem .news_wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#newslist .newstitem.left .news_wrapper {
    left: auto;
}

#newslist .newstitem.right .news_wrapper {
    right: auto
}

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

#newslist .newstitem.left a.newscontent {
    padding-left: 62.5%
}

#newslist .newstitem.right a.newscontent {
    padding-right: 62.5%
}

#newslist .newstitem.left a.newscontent:hover {
    padding-left: 60%
}

#newslist .newstitem a.newscontent:hover .news_wrapper {
    width: 40%;
    bbackground-color: #e5e5e5;
    transition-duration: .5s
}

#newslist .newstitem.right a.newscontent:hover {
    padding-right: 60%
}

#mpartner {
    background-color: #fff;
}

#mpartner .content {
    height: 480px;
    margin-top: -240px
}

#mpartner .module-content {
    width: 980px;
}

#mpartner .wrapper {
    width: 980px;
    height: 376px;
}

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

#mpartner .wrapper ul li {
    width: 980px;
    height: 360px;
}

#mpartner .wrapper ul li a {
    width: 225px;
    height: 168px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px
}

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

#mpartner .bx-wrapper .bx-pager {
    bottom: -40px
}

#mcontact {
    background-color: #303030;
}

#mcontact .content {
    height: 425px;
    margin-top: -212px
}

#mcontact .content .fw {
    width: 940px
}

#mcontact .header p.title {
    color: #fff;
}

#mcontact .header p.subtitle {
    color: #c1c1c1;
}

#contactinfo {
    width: 540px;
}

#contactinfo h3 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 100
}

#contactinfo p {
    line-height: 24px;
    font-size: 13px;
    color: #989898;
    height: 24px;
    width: 100%
}

#contactinfo>a {
    color: #989898;
    text-decoration: underline
}

#contactinfo div {
    margin-top: 24px
}

#contactinfo div a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 16px;
    background-color: #2e2f2f;
    margin-right: 10px;
    text-align: center;
    border-radius: 15px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#contactinfo div a i {
    margin-top: 7px;
    font-size: 16px
}

#contactform p .inputtxt {
    width: 320px;
    height: 20px;
    line-height: 20px;
    padding: 10px 20px;
    color: #bcbcbc;
    background-color: #000;
    border: #3f3f3f 1px solid;
    margin-bottom: 10px;
    transition: all 0.3s ease-out 0s;
}

#contactform p textarea.inputtxt {
    height: 100px;
    resize: none;
    overflow: hidden
}

#contactform p .inputsub {
    width: 100%;
    background-color: #838383;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 0
}

#contactform .inputtxt.active {
    border-color: #838383
}

#moduleControl {
    position: fixed;
    right: 20px;
    top: 50%;
}

#moduleControl a.moduleCItem {
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    display: block;
    height: 9px;
    margin-bottom: 5px;
    outline: 0 none;
    text-indent: -9999px;
    transition: all 0.3s ease-out 0s;
    width: 9px;
}

#moduleControl a.moduleCItem:hover,
#moduleControl a.moduleCItem.active {
    background-color: #838383;
    border: 1px solid #838383;
}

#pages {
    padding: 40px 0 80px;
    height: 36px;
    text-align: center
}

#pages a {
    width: 36px;
    height: 36px;
    background-color: #fff;
    display: inline-block;
    color: #a9a9a9;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out
}

#pages span {
    margin-right: 5px
}

#pages a i {
    font-size: 24px;
    top: 2px;
    position: relative
}

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

.nobanner .npagePage {
    padding-top: 80px
}

.npagePage #banner {
    width: 100%;
    height: 380px;
    position: relative;
}

.npagePage #banner div {
    background-color: #39383E;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 380px;
}

.npagePage .content {
    background-color: #fff;
    position: relative;
    z-index: 1
}

#plheader {
    padding-bottom: 30px
}

#category {
    text-align: center;
    padding-bottom: 50px
}

#category li {
    display: inline-block
}

#category li.hasmore {
    height: 107px
}

#category li.hasmore div {
    position: absolute;
    width: 100%;
    left: 0
}

#category li.hasmore div ul {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: rgba(0, 0, 0, 0.10) 1px solid
}

#category a {
    line-height: 16px;
    height: 16px;
    padding: 8px 16px;
    color: #616161;
    border: #d2d2d2 1px solid;
    margin-right: 2px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

#category li.hasmore div ul a {
    border: none
}

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

#category li.hasmore div ul a.active,
#category li.hasmore div ul a:hover {
    background: #7d7d7d;
    color: #fff
}

#teamlist {
    margin: 0 auto;
    width: 1100px;
}

#teamlist .wrap {
    margin-right: -70px
}

.teamitem {
    float: left;
    width: 320px;
    height: 460px;
    margin-right: 70px;
    margin-bottom: 50px
}

.teamitem a {
    width: 320px;
    height: 320px;
    display: block;
    position: relative;
    overflow: hidden
}

.teamitem .title a {
    color: #9a9a9a;
    display: inline;
}

.teamitem a div.wrap {
    height: 50px;
    width: 100%;
    background: #da0000;
    position: absolute;
    bottom: -50px;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: translate(0, 0px)
}

.teamitem a:hover div.wrap {
    transform: translate(0, -50px)
}

.teamitem a div.wrap div {
    width: 14px;
    height: 14px;
    margin: 18px auto;
    position: relative
}

.teamitem a div.wrap span {
    display: block;
    background: #fff;
    position: absolute;
}

.teamitem a div.wrap span.h {
    width: 14px;
    height: 2px;
    top: 6px
}

.teamitem a div.wrap span.v {
    width: 2px;
    height: 14px;
    left: 6px
}

.teamitem .teaminfo {
    margin-top: 33px;
    text-align: center
}

.teamitem .teaminfo .title {
    font-size: 18px;
    color: #484848;
}

.teamitem .teaminfo .subtitle {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 5px
}

.teamitem .teaminfo .description {
    font-size: 12px;
    color: #949494;
    margin-top: 15px;
    line-height: 18px;
    height: 35px;
    overflow: hidden
}

#teampost {
    padding-top: 50px
}

#teampost #teamimage {
    width: 408px;
    float: left;
}

#teampost #teamimage img {
    float: none
}

#teampost #teambody {
    margin-left: 450px;
}

#teambody .theader .title {
    color: #343434;
    font-size: 30px
}

#teambody .theader .subtitle {
    color: #626262;
    font-size: 14px
}

#teambody .theader .postbody {
    margin-top: 36px
}

#projectwrap {
    padding-top: 50px;
    min-height: 600px
}

#projectbody {
    width: 800px;
    float: left;
}

#projectimages {
    background: #fff;
}

#projectimages li {
    margin-bottom: 10px
}

#projectimages li img {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%
}

#projectbody .postbody {
    padding: 20px 0;
}

#projectinfo {
    width: 340px;
    margin-left: 40px;
    float: left
}

#projectih {
    width: 340px
}

#projecttags {
    margin-top: 20px
}

#projecttags a {
    float: left;
    font-size: 13px;
    color: #989898;
    padding: 5px 10px;
    background: #f3f3f3;
    margin-right: 5px;
    margin-bottom: 5px
}

#projecttags a:hover {
    color: #989898;
    background: #f3f3f3;
}

#projectib {
    margin-right: -10px;
    margin-top: 20px
}

#projectib .projectitem {
    width: 160px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 14px
}

#projectib .projectitem img {
    width: 100%;
    height: auto;
    float: none
}

#projectib .projectitem a .project_info {
    width: 100%;
    height: 30px
}

#projectib .projectitem a .project_info p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#projectib .projectitem a .project_info p.title {
    margin-top: 10px;
    color: #333;
    font-size: 12px;
    transition: all ease-out .3s;
}

#projectib .projectitem a .project_info p.subtitle {
    margin-top: 0px;
    color: #b7b7b7;
    font-size: 12px;
    transition: all ease-out .3s;
}

#projectinfo .header {
    padding: 0;
    border-bottom: #cccccc 1px dotted;
    width: 340px
}

#projectinfo .header p {
    text-align: left
}

#projectinfo .header .description {
    color: #6a6a6a;
    font-size: 13px;
    line-height: 24px;
    margin: 30px 0
}

.postbody {
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a
}

.postbody a {
    color: #848484;
    text-decoration: underline;
}

.postbody a:hover {
    text-decoration: underline;
    color: #414141;
}

.postbody img {
    float: none
}

.postbody hr {
    height: 1px;
    border: none;
    border-top: 1px dotted rgb(211, 211, 211);
    margin-top: 20px;
    margin-bottom: 20px;
}

.postbody p {
    word-wrap: break-word;
    word-break: normal
}

.lowB #header,
.lowB #mslider .bx-wrapper,
.lowB .npagePage #banner div {
    position: relative
}

.lowB .module.bgShow {
    background-attachment: scroll
}

.lowB #header {
    background: rgb(23, 28, 32)
}

.lowB .nobanner .npagePage {
    padding: 0
}

#footer {
    background: #000;
    width: 100%;
    position: relative;
    z-index: 2
}

#footer p {
    text-align: right;
    padding: 20px;
    font-size: 12px;
    color: #8e8e8e;
    height: 20px;
    line-height: 20px
}

#footer a {
    display: inline-block;
    width: 50px;
    height: 20px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 40px
}

#footer a path {
    fill: #ff0000
}

#footer.mini {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, .8)
}

#footer.mini p {
    padding: 5px
}

#shares {
    height: 120px;
    position: fixed;
    right: 10px;
    bottom: 40px;
    z-index: 99
}

#shares a {
    width: 30px;
    height: 30px;
    display: block;
    background: #8b8b8b;
    background-color: rgba(31, 31, 31, .6);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#shares a i {
    margin-top: 7px
}

#shares a#sshare {
    cursor: default;
}

#shares a#sweibo {
    background-color: #ea493c
}

#shares a#sweixin {
    background-color: #24b727
}

#shares a#gotop {
    background-color: #666666;
    background-color: rgba(0, 0, 0, .6);
    margin-top: 20px;
    font-size: 22px
}

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

.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .6);
    overflow-y: auto;
    z-index: 100;
    display: none
}

{
    height: auto;
    cursor: default;
}

#fixed_weixin .fixed-container {
    width: 220px;
    height: auto;
    padding: 20px 20px 0 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -140px
}

#fixed_weixin .fixed-container div {
    height: 220px
}

#fixed_weixin .fixed-container p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #000
}

#fixed_mp .fixed-container {
    width: 258px;
    height: 298px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -129px;
    margin-top: -149px
}

#fixed_mp .fixed-container p {
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #000
}

#online_open {
    width: 30px;
    height: 30px;
    background: #00d420;
    cursor: pointer;
    position: fixed;
    right: -40px;
    bottom: 190px;
    z-index: 99999;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#online_open i {
    margin-top: 6px
}

#online_lx {
    width: 192px;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
    box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
    position: fixed;
    right: 10px;
    bottom: 160px;
    z-index: 99999
}

#olx_head {
    padding: 20px;
    line-height: 16px;
    height: 16px;
    background: #00d420;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 14px
}

#olx_head i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#olx_qq li a {
    padding: 12px 30px;
    height: 18px;
    line-height: 18px;
    background: #f5f5f5;
    color: #353434;
    display: block;
    border-bottom: #fff 1px solid;
    transition: all ease-out .3s;
    font-size: 12px
}

#olx_qq li a i {
    color: #5e5e5e;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 18px;
    transition: all ease-out .3s;
}

#olx_qq li a:hover {
    color: #fff;
    background: #565656
}

#olx_qq li a:hover i {
    color: #00d420;
}

#olx_tel {
    padding: 20px 30px
}

#olx_tel div {
    color: #434343;
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px
}

#olx_tel div i {
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle
}

#olx_tel p {
    line-height: 18px;
    font-family: HELVETICANEUELTPRO-THEX;
    font-size: 16px
}

.hide,
.popup {
    display: none;
}

.show {
    display: block;
}

#mslider li video {
    position: absolute;
}

#mslider ul li div.mask {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.netmask {
    display: block
}

.netmask div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px
}

.netmask.loading div i {
    display: block;
    background: url(../images/loading.gif);
    width: 40px;
    height: 40px
}

.netmask div i:before {
    display: none;
    font-size: 40px;
    color: #fff;
}

.netmask.success div i:before {
    display: block
}

#page404 {
    padding-top: 200px
}

#page404 span {
    font-size: 150px;
    font-family: "HELVETICANEUELTPRO-THEX", Arial;
    color: #efefef;
}

#page404 div {
    margin-left: 320px;
    padding-left: 26px;
    border-left: #e9e9e9 1px solid;
    height: 70px;
}

#page404 div p.title {
    color: #787878;
    font-size: 36px;
    line-height: 36px
}

#page404 div p.subtitle {
    color: #787878;
    font-size: 14px;
    margin-top: 10px
}

#projectlist .wrapper {
    margin-left: 1%
}

#langnav {
    float: right
}

#langnav a {
    color: #fff
}

#langnav a:hover {
    color: #838383
}

#langnav a.active {
    color: #838383
}

#langnav span {
    color: rgba(255, 255, 255, .2);
    margin: 0 10px;
    display: inline-block
}

#headSHBtn {
    display: none;
    width: 40px;
    height: 40px;
    background: #000;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: -40px
}

#header.show {
    right: 0
}

@media screen and (min-width:1780px) {}

#mcontact .content>.header {
    animation-name: fadeInUp;
}

#mcontact .content #contactinfo {
    animation-name: fadeInLeft;
    animation-delay: 0.2s
}

#mcontact .content #contactform {
    animation-name: fadeInRight;
    animation-delay: 0.2s
}

#mcontact .content #contactform {
    animation-name: fadeInRight;
    animation-delay: 0.2s
}

#mnews a.more {
    display: none
}

#mpage .module-content .header {
    animation-name: fadeInUp;
    animation-delay: 0.2s
}

#mpage .module-content .description {
    animation-name: fadeInUp;
    animation-delay: 0.3s
}

#mpage .module-content .more {
    animation-name: fadeInUp;
    animation-delay: 0.5s
}

#mpage .module-content .fimg {
    animation-name: fadeInUp;
    animation-delay: 0.3s
}

#mpartner .content>.header {
    animation-name: slideInUp;
    animation-delay: 0.1s
}

#mproject .content>.header {
    animation-name: fadeInUp;
}

#projectlist .projectitem {
    animation-name: slideInUp;
}

#mproject a.more {
    animation-name: fadeInUp;
    animation-delay: 0.5s
}

#mservice .content>.header {
    animation-name: fadeInUp;
}

.serviceitem {
    animation-name: slideInUp;
}

#mservice a.more {
    animation-name: fadeInUp;
    animation-delay: 0.5s
}

#mteam .content>.header {
    display: none
}

body.ipusher #header {
    width: 350px;
    height: 100%;
    background: #202122;
    padding: 0;
    left: -350px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body.ipusher #header #headSHBtn i {
    font-size: 18px;
    margin-top: 12px;
}

body.ipusher.open #header #headSHBtn i:before {
    content: "\f00d";
}

body.ipusher.open #header {
    transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0);
    -o-transform: translate3d(350px, 0, 0);
}

body.ipusher #header .content {
    padding: 0
}

body.ipusher #header #logo {
    width: 100%;
    float: none;
    margin: 20px 0 0 0
}

body.ipusher #header #logo img {
    float: none;
    margin: 0 auto;
    display: block
}

body.ipusher #header ul li.navitem {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 50px;
    border-top: 1px solid #272727;
}

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

body.ipusher #header ul li.navitem ul.subnav {
    left: 100%;
    top: 0
}

#logoClone {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 40px;
}

#logoClone img {
    float: none
}

#teamlist .wow {
    animation-name: slideInUp;
}

#projecttags {
    margin-top: 20px;
    width: 340px;
    margin-left: 40px;
    float: left;
}

#projectib {
    margin-right: -10px;
    margin-top: 20px;
    margin-left: 40px;
    float: left;
    width: 340px;
}

#pageswitch {
    margin-top: -150px;
    display: none;
}

#pageswitch a {
    width: 50%;
    height: 40px;
    padding: 20px 0;
    float: left;
    background: #fff;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    transition: all ease-out .3s;
    position: relative;
}

#pageswitch a:hover {
    background: #CCC;
    box-shadow: 0 0 15px #ccc;
    z-index: 3
}

#pageswitch a .title {
    color: #444;
}

#pageswitch a .subtitle {
    color: #a5a5a5;
}

#pageswitch .prev div {
    text-align: left;
    margin-left: 30px;
}

#pageswitch .next div {
    text-align: right;
    margin-right: 30px;
}

.mivideo.module .module-content .video_content {
    width: 960px;
    height: 575px;
    margin: 0 auto
}

#projectinfo .description a,
#projectinfo1 .description a,
#projectinfo2 .description a,
#projectinfo3 .description a,
#projectinfo4 .description a,
#projectinfo5 .description a {
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #5A5A5A;
    display: block;
    bottom: 0;
    left: 0;
}

#shares a i.fa-weixin {
    color: transparent;
    background-image: url(../images/shouji.png);
    background-repeat: no-repeat;
    font-size: 23px;
    margin: 7px 0 0 10px;
}

.animated {
    animation-name: fadeInUp;
    animation-delay: 0s;
}

#projectlist .projectitem {
    animation-name: fadeInUp;
}

#mteam a.more {
    display: none;
}

#projectwrap1,
#projectwrap2,
#projectwrap3,
#projectwrap4,
#projectwrap5 {
    width: 1180px;
    margin: 0 auto;
    margin-top: 50px;
}

#projectinfo1,
#projectinfo2 {
    float: right;
    padding: 30px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    width: 300px;
    border-top: 10px solid #22a9ff;
}

#projectinfo1 .header .description,
#projectinfo2 .header .description {
    color: #6a6a6a;
    font-size: 13px;
    line-height: 24px;
    margin: 30px 0 0;
}

.content #projectih1 .header,
.content #projectih2 .header {
    padding: 0;
}

#projectinfo2 {
    float: left;
}

#projectinfo5 {
    float: left;
    width: 785px;
}

#projectinfo1 .header p,
#projectinfo2 .header p,
#projectinfo3 .header p,
#projectinfo4 .header p,
#projectinfo5 .header p {
    text-align: left;
}

#projectinfo3 .header,
#projectinfo4 .header {
    padding-top: 70px;
}

#projectbody1,
#projectbody2 {
    float: left;
    width: 785px;
}

#projectbody2 {
    float: right;
}

#projectbody5 {
    float: left;
    width: 785px;
}

#projectimages1 img,
#projectimages2 img,
#projectimages3 img,
#projectimages4 img,
#projectimages5 img {
    width: 100%;
    margin-bottom: 10px;
}

#projectshow1,
#projectshow2 {
    width: 785px;
    float: left;
    margin-top: 40px;
}

#projectshow2 {
    float: right;
}

#projectshow3,
#projectshow4 {
    margin-top: 40px;
}

#projectshow5 {
    float: right;
    width: 345px;
    padding-top: 120px;
}

#projectshow1 #projecttags1,
#projectshow2 #projecttags2,
#projectshow3 #projecttags3,
#projectshow4 #projecttags4 {
    margin-top: 20px;
    width: 100%;
}

#projecttags1 a,
#projecttags2 a,
#projecttags3 a,
#projecttags4 a,
#projecttags5 a {
    transition: all ease-out .3s;
    float: left;
    font-size: 13px;
    color: #989898;
    padding: 5px 10px;
    background: #f3f3f3;
    margin-right: 5px;
    margin-bottom: 5px;
}

#projectshow1 #projectib1,
#projectshow2 #projectib2,
#projectshow3 #projectib3,
#projectshow4 #projectib4,
#projectshow5 #projectib5 {
    margin-top: 20px;
}

#projectshow1 #projectib1:after,
#projectshow1 #projecttags1:after,
#projectshow2 #projectib2:after,
#projectshow2 #projecttags2:after,
#projectshow3 #projectib3:after,
#projectshow3 #projecttags3:after,
#projectshow4 #projectib4:after,
#projectshow4 #projecttags4:after,
#projectshow5 #projectib5:after,
#projectshow5 #projecttags5:after {
    content: '';
    display: block;
    clear: both;
}

#projectib1 .projectitem1,
#projectib2 .projectitem2,
#projectib3 .projectitem3,
#projectib4 .projectitem4 {
    width: 245px;
    height: auto;
    float: left;
    margin: 0 6px 14px;
}

#projectib3 .projectitem3,
#projectib4 .projectitem4 {
    width: 275px;
    margin: 0 10px 40px;
}

#projectib1 .projectitem1 img,
#projectib2 .projectitem2 img,
#projectib3 .projectitem3 img,
#projectib4 .projectitem4 img {
    width: 100%;
    height: auto;
    float: none;
}

#projectib1 .projectitem1 a .project_info,
#projectib2 .projectitem2 a .project_info,
#projectib3 .projectitem3 a .project_info,
#projectib4 .projectitem4 a .project_info,
#projectib5 .projectitem5 a .project_info {
    width: 100%;
    height: 30px;
}

#projectib1 .projectitem1 a .project_info p,
#projectib2 .projectitem2 a .project_info p,
#projectib3 .projectitem3 a .project_info p,
#projectib4 .projectitem3 a .project_info p,
#projectib5 .projectitem5 a .project_info p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#projectib5 #projectlist .projectitem {
    width: 49%;
}

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

#npagePage #projectlist .projectitem a:hover img {
    transform: scale(1, 1);
}

#npagePage #projectlist .projectitem a:hover .project_info {
    width: 100%;
    height: 100%;
}

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

#npagePage #projectlist .projectitem a .project_info p.subtitle {
    margin-top: 0px;
    height: 24px;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#npagePage #projectlist .projectitem a .project_info p.title {
    margin-top: 0px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#post_slider,
#post_slider1 {
    height: 500px;
}

#post_slider li,
#post_slider1 li {
    height: 500px;
}

ul.content_list:after {
    content: '';
    display: block;
    clear: both;
}

.projectSubList {}

.projectSubTitle {
    font-size: 24px;
    line-height: 24px;
    margin: 20px auto 50px;
    display: none
}

.postbody img {
    max-width: 100%;
    margin-bottom: 10px;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 0;
}

#mslider .bx-wrapper .bx-pager {
    z-index: 0;
}

#shares a i,
#contactinfo div a i,
#online_open i,
#olx_qq li a i,
#olx_tel div i {
    margin-left: 0px;
}

body.ipusher #header #headSHBtn i {
    margin-left: 0px;
}

.nav-a i {
    display: inline;
}

.mivideo {
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 80px;
}

#projectitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#projectitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#projectitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#projectitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#projectitem_5 {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

#projectitem_6 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#projectitem_7 {
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

#projectitem_8 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#projectitem_9 {
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

#projectitem_10 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#projectitem_11 {
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}

#newsitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#newsitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#newsitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#newsitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#newsitem_5 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#newsitem_6 {
    animation-name: fadeInUp;
    animation-delay: 1.2s;
}

#newsitem_7 {
    animation-name: fadeInUp;
    animation-delay: 1.4s;
}

#newsitem_8 {
    animation-name: fadeInUp;
    animation-delay: 1.6s;
}

#newsitem_9 {
    animation-name: fadeInUp;
    animation-delay: 1.8s;
}

#newsitem_10 {
    animation-name: fadeInUp;
    animation-delay: 2s;
}

#newsitem_11 {
    animation-name: fadeInUp;
    animation-delay: 2.2s;
}

#serviceitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#serviceitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#serviceitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#serviceitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#serviceitem_5 {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

#serviceitem_6 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#serviceitem_7 {
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

#serviceitem_8 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#serviceitem_9 {
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

#serviceitem_10 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#serviceitem_11 {
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}

#teamitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#teamitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#teamitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#teamitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#teamitem_5 {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

#teamitem_6 {
    animation-name: fadeInUp;
    animation-delay: 0.6s;
}

#teamitem_7 {
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

#teamitem_8 {
    animation-name: fadeInUp;
    animation-delay: 0.8s;
}

#teamitem_9 {
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

#teamitem_10 {
    animation-name: fadeInUp;
    animation-delay: 1s;
}

#teamitem_11 {
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}

#mpartner .wrapper ul li a .par_title {
    display: none;
    text-align: center;
    font-size: 14px;
    width: 100%;
}


/* #serviceitem_0 {
    background-color: #305DC3;
    transition: all 0.3s ease-out 0s;
}

#serviceitem_1 {
    background-color: #2d57b6;
    transition: all 0.3s ease-out 0s;
}

#serviceitem_2 {
    background-color: #294da0;
    transition: all 0.3s ease-out 0s;
} */

li.serviceitem {
    transition: all 0.3s ease-out 0s;
}

li.serviceitem:nth-child(1) {
    background: #ffffff;
    /* border: 1px #00a5ad solid; */
}

li.serviceitem:nth-child(2) {
    background: #ffffff;
    /* border: 1px #00a5ad solid; */
}

li.serviceitem:nth-child(3) {
    background: #305dc3;
}

li.serviceitem:nth-child(4) {
    background: #2d57b6;
}

li.serviceitem:nth-child(5) {
    background-color: #294DA0;
}


/* #serviceitem_0:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-top: -13px;
}

#serviceitem_1:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-top: -13px;
}

#serviceitem_2:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    margin-top: -13px;
} */


/*more效果 _首页新闻*/

a.more:hover i {
    color: transparent;
}

a.more:hover {
    color: #525252;
    text-indent: 36px;
    box-shadow: 0px 7px 15px #dedede;
}

a.more::after {
    transition: all 0.4s ease-out 0s;
    content: ' ';
    width: 37px;
    display: block;
    float: right;
    height: 37px;
    background: url(../images/jiantou2.png) no-repeat -55px -63px;
    background-color: rgba(5, 80, 159, .8);
}

a.more:hover::after {
    background-color: #305dc3;
}

a.more {
    box-shadow: 0 2px 12px #e2e2e2;
    border: #ddd 0px solid;
    background: rgba(255, 255, 255, .0);
    width: 150px;
    height: 37px;
    display: block;
    margin: 40px auto 0px;
    line-height: 37px;
    font-size: 14px;
    color: #aba8a8;
    text-indent: 9px;
    border-radius: 0px;
    transition: all ease-out .3s;
    background-color: #fff;
}

.more_btn {
    font-size: 0px;
    width: 67px;
    /* height: 36px; */
    border-radius: 0px;
    border: rgba(0, 165, 173, .8) 1px solid;
    background-color: rgba(255, 255, 255, .0);
    /* position: relative;
    top: 280px;
    left: 483px;
    top: 282px;
    left: 1049px; */
    margin: 0px;
    /* background: url(../images/jiantou1.png) no-repeat -38px -2px; */
    /* opacity: 0.6; */
    display: block;
    /* animation-name: fadeInUp;
    animation-delay: 0.5s; */
    font-size: 12px;
    /* color: #fff; */
    text-indent: 0px;
    width: 80px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    color: #00a5ad;
}

/* 
.more_btn i {
    text-indent: -10px;
    font-size: 24px;
    color: rgba(255, 255, 255, .0);
    transition: all ease-out .3s;
}

.more_btn:hover i {
    color: transparent;
}

.more_btn:hover::after {
    background-color: #00a5ad;
}

.more_btn:hover {
    color: #525252;
    text-indent: 36px;
    box-shadow: 0px 7px 15px #dedede;
}

.more_btn:hover {
    transition: all ease-out .3s;
    background: url(../images/jiantou1.png) no-repeat -38px -33px;
    opacity: 1;
    border: rgba(0, 165, 173, 1) 1px solid;
} */