﻿
/* CSS Document */

/*导航*/

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
    padding: 10px 30px;
    color: #323232;
    background: #ffff00;
}

#header.mini {
    background: #3b3b3b;
    padding-top: 0px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

#header .content {
    padding-left: 0px;
    padding-right: 0px;
}

#header ul#nav {
    float: right;
    padding: 0px 40px 0px 40px;
    transition: all 0.3s ease-out 0s;
}

#header.mini ul#nav {
    padding: 0px 20px 0px 20px;
}

#header ul li.navitem {
    padding: 20px 0.5px;
    height: auto;
}

#header.mini ul li.navitem {
    padding: 10px 0.5px;
}

#header {
    padding-top: 0px;
    background-color: transparent;
}

#header #logo {
    padding: 20px 10px 20px 40px;
    transition: all 0.3s ease-out 0s;
}

#header #logo img {
    transform: scale(1, 1);
    transition: all 0.3s ease-out 0s;
}

#header.mini #logo {
    padding: 10px 20px 10px 20px;
}

#header.mini #logo img {
    transform: scale(0.8, 0.8);
}

#header ul li.navitem a {
    color: #999;
    padding: 10px 30px;
    display: block;
}

#header ul li.navitem {
    padding: 20px 0.5px;
    height: auto;
    line-height: 20px;
}

.nobanner #header {
    background: #3b3b3b;
}

.lowB #header {
    background: #fff;
}

#indexPage a.more {
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: #ffff00;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    text-align: center;
    text-indent: 0px;
    margin: 3% auto;
    width: 220px;
}

#indexPage a.more i {
    font-size: 20px;
    top: 1px;
    position: relative;
}

#indexPage a.more:hover {
    border-color: #ffff00;
    text-indent: 0px;
    text-align: center;
    background-color: #ffff00;
    color: #555;
}

#indexPage a.more:hover i {
    color: #fff;
}

#indexPage #mpartner .slider_control a:hover {
    background-color: #424242;
}

#pages a.active,
#pages a:hover {
    background: rgba(0, 0, 0, 0);
    color: #999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: #ffff00;
}

/*导航下拉菜单 */

#header ul li.navitem {
    line-height: 20px;
}

#header ul li.navitem ul.subnav li a {
    padding: 14px 30px;
    width: 150px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    display: block;
    font-size: 12px;
    transition: all 0.2s ease-out 0s;
    color: #999;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

#header ul li.navitem ul.subnav li a:hover {
    text-indent: 10px;
    background: #ededed;
    color: #484848;
}

#header ul li.navitem ul.subnav {
    border-top: 3px solid #7b7b7b;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

#header ul li.navitem ul.subnav li {
    border-bottom: 1px solid #fff;
}

/*幻灯左右切换按钮 */

.bx-wrapper .bx-controls-direction a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}

#indexPage #mservice .bx-wrapper .bx-controls-direction a {
    margin-top: 190px;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev {
    left: calc(50% - 25px);
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next {
    right: calc(50% - 95px);
}

#indexPage #mservice .wrapper .bx-wrapper a.bx-prev {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#indexPage #mservice .wrapper .bx-wrapper .bx-controls-direction a i {
    color: transparent;
    width: 60px;
    height: 60px;
    margin: 0;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-controls-direction a:hover {
    background: #30d493;
    border-top: 1px solid transparent;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-controls-direction a.bx-next i {
    background: url(../image/jiantou.png)
        no-repeat 0px -128px;
}

#indexPage
    #mservice
    .wrapper
    .bx-wrapper
    .bx-controls-direction
    a.bx-next:hover
    i {
    background: url(../image/jiantou.png)
        no-repeat 0px -188px;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-controls-direction a.bx-prev i {
    background: url(../image/jiantou.png)
        no-repeat -60px -128px;
}

#indexPage
    #mservice
    .wrapper
    .bx-wrapper
    .bx-controls-direction
    a.bx-prev:hover
    i {
    background: url(../image/jiantou.png)
        no-repeat -60px -188px;
}

/*首页案例背景颜色 */

#indexPage #mproject {
    background-attachment: fixed;
    background-color: #f8f8f8;
    height: auto;
    padding: 120px 0 100px;
}

#category a {
    padding: 8px 30px;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
    color: #999;
    border: 1px solid #ddd;
}

#category a.active,
#category a:hover {
    background: #ffff00;
    color: #222;
    border: 1px solid #ffff00;
}

/*案例*/

#indexPage #projectlist .projectitem {
    margin: 0 1% 100px 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: transparent;
}

#indexPage #projectlist .projectitem:hover {
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
}

#indexPage #mproject #projectlist .projectitem a:hover .project_info p.title {
    color: #555;
    font-size: 18px;
}

#indexPage #mproject #projectlist .projectitem a .project_info p.subtitle {
    margin-top: 0;
    color: #929292;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 30px;
    padding: 0 25px;
    width: calc(100% - 50px);
    text-align: center;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
    color: #929292;
}

#projectlist .projectitem {
    margin-bottom: 100px;
    width: 24%;
    margin-right: 1.3%;
}

#indexPage #projectlist .projectitem a:hover .project_info {
    background: #fff;
}

#projectlist .projectitem a:hover .project_info {
    background: transparent;
}

#projectlist .projectitem .project_info p.title {
    color: #4e4e4e;
    padding: 10px 0px;
}

#projectmore {
    color: #ffff00;
    height: 100px;
    line-height: 100px;
    background: #262626;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 18px;
}

#projectmore:hover {
    color: #ffff00;
    height: 100px;
    line-height: 100px;
    background: #262626;
    font-size: 18px;
}

.content .header p.subtitle {
    font-size: 12px;
    margin-top: 5px;
    color: #a5a5a5;
    text-align: left;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    margin-left: 5%;
}

#sitecontent .newsl .content .header.fw p.subtitle {
    text-align: center;
}

#mpage .content .header p.subtitle {
    text-align: left;
    margin-left: 14%;
    color: #f3f3f3;
}

#indexPage #mproject .content .header p.title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    text-align: left;
    margin-left: 5%;
}

#indexPage #mproject .content .header p.subtitle {
    text-align: left;
    margin-left: 5%;
}

#indexPage #mproject a.more {
    margin: 0;
    position: absolute;
    right: 5%;
    top: 20px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    width: 150px;
    background-color: #333;
    border-color: #333;
    color: #fff;
}

#indexPage #mproject a.more:hover {
    background-color: #ffff00;
    border-color: #ffff00;
    color: #222;
}

#indexPage #mproject .bx-wrapper .bx-pager.bx-default-pager a {
    display: none;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_0.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "01.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_1.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "02.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_2.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "03.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_3.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "04.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_4.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "05.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_5.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "06.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_6.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "07.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_7.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "08.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_8.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "09.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_9.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "10.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_10.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "11.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

#indexPage
    #mproject
    #projectlist
    #projectitem_11.projectitem
    a
    .project_info
    div::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "12.";
    margin-top: -20px;
    color: #ff8606;
    right: 0;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 62px;
    width: 100%;
    text-align: center;
    top: 12%;
}

/*首页背景不加透明蒙层 */

/*首页服务背景层 */

#indexPage #mteam {
    background-color: #fff;
    height: 700px;
}

#indexPage #mteam .description {
    color: #909090;
    background-color: transparent;
    padding: 36px;
    border-radius: 8px;
    text-align: left;
    line-height: 25px;
}

#indexPage #mteam .header {
    float: right;
}

#indexPage #mteam .header img {
    width: 320px;
    height: 320px;
    border-radius: 0;
    float: right;
}

.content .header p.title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    font-size: 24px;
    text-align: left;
    margin-left: 5%;
}

#indexPage #mteam .slider_control a i:hover {
    color: #ffff00;
}

.teamitem a div.wrap span {
    background: #ffff00;
}

.teamitem a div.wrap {
    background: #171717;
    width: 0;
    height: 0;
}

.teamitem a div.wrap div {
    width: 0;
    height: 0;
}

.teamitem a:hover div.wrap {
}

/*首页幻灯高度*/

#indexPage #mslider {
    height: 400px;
}

bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 4px;
    margin: 0px 5px;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
}

#indexPage #mslider {
    height: 0;
}

#shares a {
    background: transparent;
}

#shares a#gotop {
    margin-top: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out 0s;
}

#shares a#gotop:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 50px;
    height: 1px;
}

#indexPage #mslider ul li p {
    color: #5d5d5d;
}

#mslider .sliderArrow {
    position: absolute;
    bottom: 120px;
    z-index: 2;
    animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite
        alternate;
    -moz-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s
        infinite alternate;
    -webkit-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s
        infinite alternate;
    -o-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s
        infinite alternate;
    display: block;
    left: 50%;
    width: 29px;
    height: 25px;
    margin-left: -16px;
    color: #f8f8f8;
    font-size: 48px;
}

/*新导航*/

/*在线咨询*/

#olx_head {
    background: #3e3e3e;
    border-radius: 0px;
}

#olx_qq li a:hover i {
    color: #ffff00;
}

#olx_qq li a:hover {
    padding: 18px 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    border: 1px solid #ffff00;
    background-color: #ffff00;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0px 1px;
    border-radius: 0px;
    border: 1px solid rgba(143, 143, 143, 0.3);
}

/*首页关于我们*/

#indexPage #mpage .wrapper li .fimg {
    width: 50%;
    height: 1024px;
    background-size: cover;
}

#mpage .content .header {
    width: 15%;
    float: left;
    padding-top: 140px;
    padding-bottom: 30px;
    margin-left: 15%;
}

#mpage .module-content .description {
    max-height: 108px;
    height: auto;
    line-height: 26px;
    float: left;
    width: 43%;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 140px;
}

#indexPage #mpage a.more {
    width: 12%;
    float: right;
    position: relative;
    top: 73%;
    left: -44%;
    border-color: rgba(255, 255, 255, 0.3);
}

/*首页联系*/

/*首页新闻*/

#mteam .content .header {
    padding-top: 120px;
}

/*案例*/

#projectinfo {
    width: 340px;
    float: right;
    padding: 0px 50px;
    margin-left: 0px;
}

#projectwrap.fw {
    width: 100%;
    padding-top: 70px;
}

#projectbody {
    max-width: 100%;
    margin: 0px auto;
    width: calc(100% - 491px);
    float: right;
    padding: 0 50px 0 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

#projectimages li img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0px auto;
}

#projectimages {
    background: #fff;
}

#projectinfo .description a {
    background: #ffff00;
    color: #666;
}

#projectinfo .description a:hover {
    background: #ffff00;
    color: #333;
}

#plheader {
    padding-bottom: 50px;
}

.Pageanli #plheader {
    padding-bottom: 50px;
    width: 20%;
    float: left;
    margin-left: 5%;
}

.Pageanli #plheader p.title {
    margin-left: 0;
}

.Pageanli #plheader p.subtitle {
    margin-left: 0;
}

.teamitem .teaminfo {
    text-align: left;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a {
    margin: -60px -20px;
    background: rgba(255, 255, 255, 8);
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a:hover {
    background: #ffff00;
}

/*新*/

.npagePage #projectlist .wrapper {
    width: 90%;
}

.npagePage #projectlist .wrapper .projectitem:nth-child(4n) {
    margin-right: 0;
}

.Pageanli #category li a:last-child {
    margin-right: 0;
}

#indexPage #mproject .content .wrapper {
    width: 90%;
    margin: 0 5%;
}

.content .header {
    padding-top: 80px;
    padding-bottom: 3%;
}

#indexPage #mproject .bx-wrapper .bx-pager {
    bottom: -9%;
    text-align: right;
}

#indexPage #mpage .content {
    margin-top: 0;
    top: 0;
}

#indexPage #mteam .content {
    margin-top: -17%;
}

#moduleControl a.moduleCItem {
    border-radius: 0;
    height: 1px;
    margin-bottom: 10px;
    width: 10px;
    border: 1px solid transparent;
    background-color: #dedede;
}

.Pageanli #category a {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0 15px;
    padding: 8px 25px;
}

.Pageanli #category a.active,
#category a:hover {
    background: #ffff00;
    color: #222;
    border: none;
    border-bottom: 1px solid #ffff00;
}

/*新闻*/

#indexPage .module .bgmask {
    background-color: transparent;
}

#indexPage #mslider ul li p.title {
    font-size: 42px;
    line-height: 60px;
    height: 60px;
    text-align: left;
    padding: 0px 110px 30px;
    margin: 0 1800px 0px 20px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    width: 500px;
}

#indexPage #mslider ul li p.subtitle {
    font-size: 14px;
    height: 25px;
    transition-delay: 0.2s;
    text-align: left;
    padding: 12px 110px;
    width: auto;
    margin: 1px 1800px 0px 20px;
    color: #a1a1a1;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    line-height: 24px;
}

.npagePage .content {
    background: #fff;
}

#projecttags a:hover {
    color: #fff;
    background: #ffff00;
}

#projectib .projectitem a .project_info p.title {
    color: #484848;
}

#projectib .projectitem a .project_info p.subtitle {
    color: #9c9c9c;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction {
    display: inline;
}

/*#projectinfo .header p::after { position: absolute; content: ""; top: 65px; left: 0px; width: 30px; height: 3px; background: #ffff00; }*/

#indexPage #mteam .bx-wrapper .bx-pager {
    bottom: -4%;
    display: block;
    left: 111px;
    text-align: left;
}

#indexPage #mteam .bx-wrapper .bx-controls-direction {
    display: none;
}

#servicelist .serviceitem div p.title {
    height: 60px;
    text-align: left;
    color: #fff;
    font-size: 18px;
}

#projectinfo .header .description {
    color: #939393;
}

#projectlist .bx-viewport {
    padding-bottom: 80px;
}

#projectlist .projectitem a .project_info::after {
    width: 0%;
    height: 1px;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #ffff00;
}

#indexPage #mproject #projectlist .projectitem a:hover .project_info::after {
    width: 100%;
}

#indexPage #mproject #projectlist .projectitem a .project_info p.title {
    color: #565656;
    padding: 10px 25px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 40px;
    font-size: 18px;
    text-align: center;
    width: calc(100% - 50px);
}

#indexPage #mproject #projectlist .projectitem a .project_info div {
    position: absolute;
    height: 80px;
    width: 100%;
    bottom: -80px;
    margin-top: 0;
    top: auto;
    transition: all 0.3s ease-out 0s;
}

#indexPage #mpage .content,
#indexPage #mpage .module-content,
#indexPage #mpage .wrapper,
#indexPage #mpage .slider,
#indexPage #mpage .wrapper li,
#indexPage #mpage .wrapper li .fimg {
    height: 100%;
}

/*#mpage .content .header::after { position: inherit; content: ""; height:65px; background: rgba(255,255,255,.2); margin: 22px 48% 0; width:1px; float: left; text-align: left;margin-left: 90%;

margin-top: -48px;} */

#indexPage #servicelist .serviceitem {
    background-color: transparent;
    padding: 100px 0 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    height: 240px;
}

#indexPage #servicelist .serviceitem:hover {
    background-color: transparent;
    padding: 85px 0;
}

#pages {
    padding: 40px 0 80px;
}

#indexPage #mpartner .wrapper ul li a {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: relative;
    top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#indexPage #mpartner .wrapper ul li a:hover {
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.1);
    top: -10px;
}

#indexPage #mpartner .wrapper ul li {
    margin: 20px 0 20px 40px;
    background-color: transparent;
}

#mpartner .bx-viewport {
    padding-bottom: 20px;
}

#mpartner .content .header {
    padding-bottom: 2%;
    width: 100%;
}

#moduleControl a.moduleCItem:hover,
#moduleControl a.moduleCItem.active {
    background-color: #ffff00;
    border: 1px solid #ffff00;
}

@keyframes mymove {
    0% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

#banner div {
    animation: pulse 20s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.postbody {
    color: #838383;
}

.page_about #postbody {
    padding-bottom: 60px;
}

#indexPage #mteam .summary p.title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: #474747;
    font-size: 22px;
    padding-left: 110px;
    margin-bottom: 5px;
}

#indexPage #mteam .summary p.subtitle {
    padding-left: 110px;
}

#indexPage #mteam .summary p.title::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 1px;
    background: rgba(255, 255, 255, 0);
    top: 17px;
    left: 328px;
}

#indexPage #mnews .content .header {
    display: block;
    padding-bottom: 30px;
}

#indexPage #mnews .content {
    height: 410px;
    top: 50%;
    margin-top: -205px;
}

#indexPage #newslist {
    width: 1180px;
    margin: 0 auto;
    height: 200px;
    position: relative;
}

#indexPage #newslist .newstitem {
    position: absolute;
    width: 320px;
    height: 300px;
    line-height: 30px;
    top: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage .newstitem .newsbody {
    display: block;
    max-width: 100%;
    vertical-align: auto;
    width: 100%;
    height: 300px;
    padding-top: 110px;
}

#newslist .newstitem .newsbody .date {
    font-weight: inherit;
    font-family: Arial;
    color: #b0b0b0;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 22px;
    float: left;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem .newsbody .title {
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newslist .newstitem.left a.newscontent,
#newslist .newstitem.right a.newscontent {
    padding: 0;
    text-align: left;
}

#newslist .news_wrapper {
    background-color: transparent;
    width: 100%;
}

#newslist .newstitem a.newscontent:hover .news_wrapper {
    background-color: transparent;
    width: 100%;
}

#newslist .newstitem.left a.newscontent:hover,
#newslist .newstitem.right a.newscontent:hover {
    padding: 0;
}

#newslist .newstitem.right a.newscontent .newsimg {
    left: 0;
    display: none;
}

#newslist .news_wrapper::before {
    height: 0;
}

#indexPage #newslist #newsitem_0 {
    height: 100%;
}

#indexPage #newslist .newstitem .newsbody .date span.year {
    font-size: 60px;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    color: #30d493;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newsPage #newslist .newstitem .newsimg {
    display: block;
    width: 250px;
    height: 160px;
}

#indexPage #newslist .newstitem .newsbody .title {
    font-size: 18px;
    color: #505050;
    display: block;
    width: 100%;
    float: none;
    position: relative;
    top: -25px;
    text-align: center;
    width: 420px;
    margin: 0 auto;
}

#indexPage #newslist .newstitem .newsbody .description {
    font-size: 12px;
    line-height: 25px;
    color: #909090;
    height: 55px;
    overflow: hidden;
    margin-top: 20px;
    display: block;
    width: 410px;
}

#newsPage #newslist .newstitem .newsbody .description {
    font-size: 12px;
    line-height: 25px;
    color: #909090;
    text-align: left;
    height: 55px;
    overflow: hidden;
    margin-top: 20px;
    display: block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #newslist #newsitem_0 a:hover .newsbody::after,
#newsPage #newslist .newstitem a:hover .newsbody::after {
    color: #222;
}

#indexPage #newslist #newsitem_0 .news_wrapper,
#indexPage #newslist #newsitem_1 .news_wrapper,
#indexPage #newslist #newsitem_2 .news_wrapper,
#indexPage #newslist #newsitem_3 .news_wrapper,
#indexPage #newslist #newsitem_4 .news_wrapper,
#indexPage #newslist #newsitem_5 .news_wrapper {
    transition: all ease-out 0.3s;
}

#indexPage #newslist #newsitem_0 .news_wrapper::after,
#indexPage #newslist #newsitem_1 .news_wrapper::after,
#indexPage #newslist #newsitem_2 .news_wrapper::after,
#indexPage #newslist #newsitem_3 .news_wrapper::after,
#indexPage #newslist #newsitem_4 .news_wrapper::after,
#indexPage #newslist #newsitem_5 .news_wrapper::after {
    width: 100%;
    height: 0px;
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #ffff00;
    z-index: -1;
    margin-top: -4px;
}

#indexPage #newslist #newsitem_2 a:hover .news_wrapper::after,
#indexPage #newslist #newsitem_3:hover .news_wrapper::after,
#indexPage #newslist #newsitem_4:hover .news_wrapper::after,
#indexPage #newslist #newsitem_5:hover .news_wrapper::after {
    width: 100%;
    height: 38px;
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #222;
    z-index: -1;
    margin-top: -4px;
}

#indexPage #newslist #newsitem_1 a:hover .news_wrapper,
#indexPage #newslist #newsitem_2 a:hover .news_wrapper,
#indexPage #newslist #newsitem_3 a:hover .news_wrapper,
#indexPage #newslist #newsitem_4 a:hover .news_wrapper,
#indexPage #newslist #newsitem_5 a:hover .news_wrapper {
    background-color: transparent;
}

#indexPage #newslist #newsitem_0 .newsimg::after {
    position: absolute;
    content: "";
    width: 76px;
    height: 2px;
    background: #ffff00;
    margin: 20px 0 0 237px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newsPage #newslist .newstitem a:hover .newsbody .description::after {
    width: 123px;
}

/*news list*/

#newsPage #newslist {
    width: 1180px;
    height: auto;
}

#newsPage #newslist .wrapper {
    margin-right: -40px;
    width: auto;
    height: auto;
}

#newsPage #newslist .newstitem {
    width: 100%;
    height: 165px;
    float: left;
    margin: 30px 40px 30px 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#newsPage #newslist #newsitem_0 {
    margin-top: 0;
}

#newsPage #newslist .newstitem:hover .newsbody .date {
    color: #727272;
}

#newsPage #newslist .newstitem:hover .newsbody .title {
    left: 195px;
}

#newsPage #newslist .newstitem:hover .newsbody .description {
    left: 200px;
}

#newsPage #newslist .newstitem .news_wrapper {
    width: auto;
    left: 0;
}

/*#newsPage #newslist .newstitem .newsbody::after { margin-top: 22px; }*/

#newsPage #newslist .newstitem .newsbody .title {
    top: -44px;
    font-size: 16px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 550px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#newsPage #newslist .newstitem .newsbody .description::after {
    margin: 0;
    position: absolute;
    left: 0;
    top: 128px;
    content: "";
    width: 0px;
    height: 32px;
    background: #ffff00;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    z-index: -1;
}

/**/

#mteam .content_list li {
    animation-name: fadeInUp;
}

.newstitem {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#newsitem_1 {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#newsitem_2 {
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

#newsitem_3 {
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#newsitem_4 {
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

#newsitem_5 {
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

#mpartner .content_list li {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

.slider li div {
    animation-name: fadeInUp;
    animation-delay: 0.1s;
}

#newsPage #newslist .newstitem a.newscontent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}

#newsPage #newslist .newstitem a:hover .newsbody .title {
    color: #000;
}

.postbody img {
    max-width: 100%;
}

.npagePage #banner div {
    height: 300px;
}

.npagePage #banner {
    height: 300px;
}

#mpage .content .header p.title {
    text-align: left;
    margin-left: 14%;
    font-size: 26px;
    color: #fff;
}

#projectlist .wrapper {
    width: 85%;
    margin: 0 auto;
}

#indexPage #mproject #category {
    position: absolute;
    top: -68px;
    display: block;
    animation-name: fadeInUp;
    right: 5%;
    margin-right: 150px;
}

#indexPage #mproject #category a {
    padding: 7px 30px;
    border: 1px solid transparent;
    border-bottom: 1px solid #d4d2d2;
}

.bx-wrapper .bx-controls-direction a i {
    color: transparent;
    background: url(../image/jiantou.png)
        no-repeat 0px 0px;
    width: 40px;
    height: 40px;
    margin: 0;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a {
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0);
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a i {
    width: 64px;
    height: 64px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next i {
    margin-left: 0px;
    background: url(../image/jiantou.png)
        no-repeat -192px 0px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a:hover i {
    background: url(../image/jiantou.png)
        no-repeat -128px 0px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev i {
    background: url(../image/jiantou.png)
        no-repeat 0px 0px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-prev:hover i {
    background: url(../image/jiantou.png)
        no-repeat -64px 0px;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a:hover {
    background-color: transparent;
}

/*#projectlist .projectitem a::after { content: ''; width: 40px; height: 40px; line-height: 40px; background: url(http://resources.jsmo.xin/templates/upload/307/201606/soso-ico.png); margin: 0 auto; margin-left: -20px; margin-top: 0px; display: inline-block; position: absolute; top: 0%; left: 50%; z-index: 10; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; opacity: 0;    border-radius: 40px;}*/

#projectlist .projectitem:hover a::after {
    margin-left: -20px;
    margin-top: -20px;
    top: 90%;
    opacity: 1;
}

#moduleControl a.moduleCItem:hover,
#moduleControl a.moduleCItem.active title {
    color: #000;
    font-size: 12px;
}

#projectbody .postbody {
    padding: 1px 50px 50px;
    background-color: #fff;
}

#projectimages {
    padding: 0 50px 10px;
}

/*服务*/

#servicelist .serviceitem a img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: auto;
    height: 200px;
    max-width: 100%;
}

#serviceitem_0::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "01";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_0:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#serviceitem_1::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "02";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_1:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#serviceitem_2::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "03";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_2:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#serviceitem_3::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "04";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_3:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#serviceitem_4::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "05";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_4:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#serviceitem_5::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "06";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_5:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#serviceitem_6::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "07";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_6:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#serviceitem_7::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "08";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_7:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#serviceitem_8::before {
    width: 0px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    content: "09";
    font-size: 30px;
    top: 10px;
    left: 0px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist #serviceitem_8:hover::before {
    width: 38px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #ffff00;
}

#servicelist .serviceitem:hover .title {
    color: #ffff00;
}

#mservice .bx-wrapper {
    height: 350px;
}

#indexPage #mservice a.more {
    margin: 0;
    position: absolute;
    right: 5%;
    top: 20px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    width: 150px;
    background-color: #333;
    border-color: #333;
    color: #fff;
}

#indexPage #mservice a.more:hover {
    background-color: #ffff00;
    border-color: #ffff00;
    color: #222;
}

#mservice .content .header p.title {
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    text-align: left;
    margin-left: 5%;
    color: #fff;
}

#mservice .content .header p.subtitle {
    text-align: left;
    margin-left: 5%;
}

#servicelist .serviceitem div {
    margin-top: 40px;
    width: 40%;
    float: left;
    margin-left: 70px;
    text-align: left;
}

#indexPage #mservice .content .header,
#indexPage #mnews .content .header {
    width: 100%;
}

#indexPage #mservice a.more::before {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    top: 14px;
    left: -83px;
    width: 115px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

#indexPage #mservice a.more:hover::before {
    left: 88px;
    width: 20px;
    background: #fff;
}

#indexPage #mservice .content .header::before,
#indexPage #mproject .content .header::before,
#indexPage #mnews .content .header::before,
#indexPage #mpartner .content .header::before,
#indexPage #mcontact .content .header::before {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    width: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    text-align: left;
    margin-left: 5%;
    margin-top: 70px;
}

#servicelist .serviceitem a {
    text-align: center;
    margin-left: 51px;
}

#sitecontent #servicelist .serviceitem a img {
    height: 230px;
    float: left;
    width: 500px;
}

#servicelist .serviceitem div p.description {
    height: 70px;
    text-align: left;
    color: #dbdbdb;
    line-height: 26px;
}

#indexPage #mpage .wrapper li .fimg {
    height: 240px;
    width: 1000px;
    position: relative;
    top: 285px;
    left: 50%;
    margin-left: -500px;
}

#indexPage .module {
    z-index: auto;
}

#indexPage .module .content {
    position: relative;
    top: 0;
}

#indexPage #mproject .content {
    margin: 0;
}

#indexPage #mservice {
    padding-top: 100px;
    height: 900px;
}

#indexPage #mservice .content {
    margin: 0;
}

#indexPage #mnews {
    padding-top: 100px;
    height: 480px;
    background-color: #fff;
    padding-bottom: 75px;
}

#indexPage #mnews .content {
    margin: 0;
    top: 0;
}

#indexPage #mpartner {
    padding-top: 100px;
    height: 600px;
}

#indexPage #mpartner .content {
    margin: 0;
}

#indexPage #mservice {
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px;
    background: #2561ef
        url(../image/11.png)
        no-repeat center bottom;
}

#indexPage #mteam .content {
    margin-top: 0;
}

/*#sitecontent .npagePage .content .header::before { position: absolute; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; content: ""; width: 90%; height: 1px;background: rgba(0,0,0,.08); text-align: left; margin-right: 5%; margin-top: 70px; }*/

#sitecontent .npagePage .content .header.fw p.title {
    margin-left: 0;
}

#sitecontent .npagePage .content .header.fw p.subtitle {
    margin-left: 0;
}

#sitecontent .npagePage .content .header.fw::before {
    width: 1180px;
    height: 1px;
    margin-top: 80px;
    margin-left: 0;
}

#sitecontent .npagePage .content #projectwrap .header::before {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    width: 90%;
    height: 1px;
    background: #d8d8d8;
    text-align: left;
    margin-left: 5%;
    margin-top: 70px;
    display: none;
}

#category {
    text-align: right;
    margin-right: 5%;
    width: 70%;
    float: right;
    padding-top: 88px;
}

.Pageanli #projectlist {
    float: left;
}

#projectinfo .header p {
    margin-left: 0;
}

/*#sitecontent .npagePage .content .header p.title::before { position: absolute; content: ""; top: 89px; width: 5px; height: 20px; background: #ffff00; margin-left: -30px; }*/

#category li.hasmore div {
    width: 90%;
    left: 5%;
}

#category li.hasmore div ul {
    border-top: rgba(0, 0, 0, 0.08) 1px solid;
    text-align: left;
}

#projectinfo .header p.title::before {
    display: none;
}

/*分享*/

#shares a#sshare {
    color: transparent;
    background-image: url("../image/fenxiang.png");
    background-repeat: no-repeat;
}

#shares {
    height: 35px;
    right: 66px;
    bottom: -3px;
}

#shares a#gotop {
    margin-top: 6px;
    background: none;
    color: #5f5f5f;
}

#shares a i {
    border-right: 1px solid rgba(167, 167, 167, 0.3);
    padding: 0 20px;
}

#shares a i.fa-share-alt {
    padding: 0 16px;
}

#shares a i.fa-weixin {
    color: transparent;
    background-image: url(../image/shoujih.png);
    background-repeat: no-repeat;
    font-size: 16px;
    height: 16px;
    margin: 0 0 0 26px;
    padding: 0 8px;
}

#online_open i {
    margin-top: 5px;
}

#shares a i.fa-share-alt {
    padding: 0 16px;
}

#online_open {
    margin: 0 10px 0 0;
    background: none;
    bottom: 0px;
    color: #515151;
}

#footer p {
    position: fixed;
    bottom: 0;
    background: transparent;
    padding: 8px 230px;
    right: 0px;
    width: 100%;
}

#footer.mini p {
    padding: 8px 230px;
    right: 0px;
}

#shares a {
    color: #515151;
    background-color: transparent;
    display: inline-block;
    height: 22px;
    width: auto;
}

#shares a#sweibo {
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
}

#shares a#sweibo:hover {
    background: transparent;
}

#shares a#sweixin {
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
}

#shares a#sweixin:hover {
    background-color: transparent;
}

#online_lx {
    border-radius: 0px;
    bottom: 36px;
    margin-right: -10px;
}

#olx_tel div {
    color: #898989;
}

#olx_qq li a i {
    color: #504f4f;
}

#olx_head i:hover {
    color: #fff;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

#footer a path {
    fill: #808080;
}

#footer {
    position: fixed;
}

#projecttags {
    margin-top: 20px;
    width: 340px;
    float: right;
    padding: 0px 50px;
    margin-left: 0px;
}

#projectib {
    margin-right: 0px;
    margin-top: 20px;
    width: 340px;
    float: right;
    padding: 0px 50px;
    margin-left: 0px;
}

#projectib .projectitem {
    width: 160px;
}

#indexPage #mslider ul li div.mask {
    background: url(../image/dot.png)
        repeat;
}

#indexPage #mpage {
    background-color: #ff8606;
}

#indexPage #mpage .wrapper {
    height: 750px;
}

#indexPage #mteam .bgmask {
    width: 400px;
    height: 500px;
    background: url(../image/border.png)
        no-repeat right center;
    left: 57%;
    top: 190px;
}

#indexPage #mteam .summary p.title a {
    color: #fff;
}

#indexPage #mteam .summary p {
    text-align: left;
    padding: 0;
    width: 550px;
    margin-left: 0;
}

#indexPage #mteam .summary {
    position: relative;
    top: 355px;
    width: 600px;
    left: 110px;
}

#mteam .content_list li {
    height: 600px;
}

#indexPage #mteam .header a {
    position: relative;
    display: block;
    left: -142px;
    top: 138px;
}

#indexPage #mteam .summary p.description {
    padding-top: 30px;
}

#indexPage #mteam #teamitem_0 .header a::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #fff000;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_1 .header a::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #30d493;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_2 .header a::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #ff8606;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_3 .header a::after {
    width: 140px;
    height: 120px;
    content: "”";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #fff;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_4 .header a::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #3e77ff;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_5 .header a::after {
    width: 140px;
    height: 120px;
    content: "”";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #24ff00;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_6 .header a::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #c000ff;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_7 .header a::after {
    width: 140px;
    height: 120px;
    content: "”";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #00e4ff;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_8 .header a::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #ff5400;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_9 .header a::after {
    width: 140px;
    height: 120px;
    content: "”";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #deff00;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_10 .header a::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #6c00ff;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_11 .header a::after {
    width: 140px;
    height: 120px;
    content: "”";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #ff00b4;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

#indexPage #mteam #teamitem_12 .header a::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 137px;
    left: -632px;
    font-size: 350px;
    color: #ff0000;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 1px solid #ffff00;
    background-color: #ffff00;
}

#indexPage #newslist #newsitem_0 .newsimg,
#indexPage #newslist #newsitem_1 .newsimg,
#indexPage #newslist #newsitem_2 .newsimg {
    display: none;
    width: 0;
    height: 0;
}

#indexPage #mnews .bx-controls {
    display: block;
}

#indexPage #newslist .newstitem .newsbody .date {
    position: relative;
    top: -50px;
    text-align: center;
    padding: 0;
    width: 580px;
    margin: 0 auto;
}

#indexPage #newslist .newstitem .newsbody p {
    text-align: center;
}

#indexPage #newslist .newstitem .newsbody .date .md {
    font-size: 0;
}

#indexPage #newslist .newstitem {
    margin-right: 50px;
    width: 550px;
}

#newslist .newstitem .newsimg {
    width: 0;
}

#newslist .separator {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    width: 3px;
    height: 3px;
    margin-top: -5px;
}

#newslist .separator::before,
#newslist .separator::after {
    background-color: rgba(0, 0, 0, 0.15);
}

#indexPage #newslist .newstitem::before {
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #17b677;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: cubic-bezier(0.7, -0.05, 0.56, 1.22);
}

#indexPage #newslist .newstitem:hover::before {
    border-top: 5px solid #30d493;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#indexPage #newslist .newstitem:hover {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

#indexPage #newslist .newstitem:hover .newsbody .date span.year,
#indexPage #newslist .newstitem:hover .newsbody .title,
#indexPage #newslist .newstitem:hover .newsbody .description {
    color: #fff;
}

#indexPage #newslist .newstitem:hover .newsbody .date {
    top: -40px;
}

#indexPage #mnews .bx-wrapper a.bx-next i {
    margin-left: 0;
}

#indexPage #mnews .bx-wrapper a {
    background: transparent;
}

#indexPage #mnews .bx-wrapper a.bx-next i {
    background: url(../image/jiantou.png)
        no-repeat -10px -248px;
}

#indexPage #mnews .bx-wrapper a.bx-next:hover i {
    background: url(../image/jiantou.png)
        no-repeat -10px -288px;
}

#indexPage #mnews .bx-wrapper a.bx-prev i {
    background: url(../image/jiantou.png)
        no-repeat -70px -248px;
}

#indexPage #mnews .bx-wrapper a.bx-prev:hover i {
    background: url(../image/jiantou.png)
        no-repeat -70px -288px;
}

#indexPage #mnews .bx-wrapper .bx-prev {
    left: -40px;
}

#indexPage #mnews .bx-wrapper .bx-next {
    right: -40px;
}

#indexPage #mnews .bx-wrapper a.bx-next:hover,
#indexPage #mnews .bx-wrapper a.bx-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

#indexPage #mnews .bx-wrapper .bx-pager {
    display: none;
}

#indexPage #mproject .bx-wrapper a.bx-next i {
    background: url(../image/jiantou.png)
        no-repeat -10px -248px;
    margin-left: 0;
}

#indexPage #mproject .bx-wrapper a.bx-next:hover i {
    background: url(../image/jiantou.png)
        no-repeat -10px -288px;
}

#indexPage #mproject .bx-wrapper a.bx-prev i {
    background: url(../image/jiantou.png)
        no-repeat -70px -248px;
    margin-left: 0;
}

#indexPage #mproject .bx-wrapper a.bx-prev:hover i {
    background: url(../image/jiantou.png)
        no-repeat -70px -288px;
}

#indexPage #mproject .bx-wrapper a.bx-next:hover,
#indexPage #mproject .bx-wrapper a.bx-prev:hover {
    background: rgba(0, 0, 0, 0.5);
}

#indexPage #mcontact {
    background: #fff;
    height: 630px;
    padding-top: 80px;
}

#indexPage #mcontact .header p.title {
    color: #333;
}

#indexPage #mcontact .content {
    margin-top: 0;
}

#mcontact .content > .header {
    width: 100%;
}

#indexPage #mcontact .content .fw {
    width: 100%;
}

#indexPage #mcontact .header p.subtitle {
    text-align: left;
    margin-left: 5%;
    margin-top: 5px;
}

#indexPage #mcontact #contactlist {
    background: #383838;
    height: 100%;
    margin-top: 5%;
}

#mcontact .content #contactinfo {
    width: 35%;
    margin-left: 5%;
    padding-top: 4.2%;
}

#contactinfo p {
    margin-bottom: 5px;
}

#contactinfo h3 {
    margin-bottom: 45px;
}

#contactinfo div a {
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#contactinfo div a:hover {
    background: rgba(255, 255, 255, 0.15);
}

#contactinfo div a i {
    color: #b1b1b1;
}

#contactinfo div a:hover i {
    color: #fff;
}

#mcontact .content #contactform {
    width: 50%;
    margin-right: 5%;
    padding-top: 3.1%;
}

#contactform p .inputtxt {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #606060;
    width: 100%;
    padding: 20px 0px 20px 0;
    color: #fff;
}

#mcontact .content #contactform p {
    float: left;
    margin-right: 20px;
    width: 30%;
}

#contactform p textarea.inputtxt {
    width: calc(300% + 40px);
    width: -moz-calc(300% + 40px);
    width: -webkit-calc(300% + 40px);
}

#contactform p .inputsub {
    width: 100px;
    background-color: transparent;
    color: #cfcfcf;
    font-size: 15px;
    padding: 5px 0;
    display: block;
    float: left;
    position: relative;
    top: 170px;
    height: 40px;
    left: calc(-100% - 20px);
    left: -moz-calc(-100% - 20px);
    left: -webkit-calc(-100% - 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#contactform p .inputsub:hover {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #333;
}

#indexPage #mproject #projectlist .projectitem a img {
    transition: 0.5s;
    max-width: 100%;
    vertical-align: middle;
}

#indexPage #mproject #projectlist .projectitem a:hover img {
    opacity: 0;
    transform: scale(1.2);
}

#indexPage #mproject #projectlist .projectitem a .project_info div {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
    transform: rotateX(80deg);
    transform-origin: center top 0;
    opacity: 1;
}

#indexPage #mproject #projectlist .projectitem a:hover .project_info div {
    transform: none;
    z-index: 1;
}

#indexPage #mproject #projectlist .projectitem a .project_info p {
    margin-top: 100px;
}

#indexPage #mproject #projectlist .projectitem a .project_info div::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-out 0s;
    top: 33%;
    left: 50%;
}

#indexPage
    #mproject
    #projectlist
    .projectitem
    a:hover
    .project_info
    div::before {
    height: 40%;
}

#indexPage #mproject .content .header {
    padding-bottom: 60px;
}

.Pageanli #projectlist .projectitem a .project_info p.title {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
    padding: 3px 20px 5px 20px;
}

.Pageanli #projectlist .projectitem a .project_info div {
    top: auto;
    position: absolute;
    height: 80px;
    width: 100%;
    bottom: -80px;
    transition: all 0.3s ease-out 0s;
    background: transparent;
}

.Pageanli #projectlist .projectitem a:hover .project_info div {
    background: #fff;
}

.Pageanli #projectlist .projectitem a .project_info p.subtitle {
    color: #9c9c9c;
    margin-top: -5px;
}

.Pageanli #projectlist .projectitem:hover {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.Pageanli #projectlist .projectitem:hover .project_info div {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.Pageanli #projectlist .projectitem a .project_info::after {
    width: 0%;
    height: 1px;
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: rgba(0, 0, 0, 0.12);
}

.Pageanli #projectlist .projectitem a:hover .project_info::after {
    width: 100%;
}

.Pagenews .content .header {
    padding-bottom: 50px;
    width: 20%;
    float: left;
    margin-left: 5%;
}

.Pagenews #newslist .newstitem .newsbody .date .year {
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-size: 40px;
}

.Pagenews #newslist .newstitem .newsbody .date .md {
    position: absolute;
    left: 2px;
    top: 52px;
}

/*#newsPage #newslist .wrapper::before { content:''; position:absolute; width:1px; height:100%; background:rgba(0,0,0,.07); top:196px; margin-bottom:50px;left: calc(50% - 448px);}*/

#newsPage #newslist::before {
    content: "";
    position: relative;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.07);
    top: 196px;
    margin-bottom: 50px;
    left: calc(50% - 448px);
}

#newsPage #newslist .newstitem .newsimg {
    width: 340px;
    height: 160px;
    left: calc(100% - 360px);
}

.npagePage #newslist .newstitem .newsbody .date {
    padding: 0;
}

#newsPage #newslist .newstitem .newsbody .date::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: 8px;
    left: 142px;
}

#newsPage #newslist .newstitem:hover .newsbody .date::after {
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.npagePage #newslist .newstitem .newsbody .title {
    position: relative;
    left: 180px;
}

.npagePage #newslist .newstitem .newsbody .description {
    position: relative;
    left: 180px;
    top: -40px;
}

.npagePage #newslist .newsbody .description {
    width: 480px;
}

#sitecontent .npagePage a.details {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
    color: #999;
    text-indent: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    top: -100px;
    position: relative;
    z-index: 1;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#sitecontent .npagePage a.details:hover {
    background: #515151;
    text-indent: 0;
    border-top: transparent;
    color: #ffff00;
}

#sitecontent .npagePage a.details i {
    top: 2px;
    position: relative;
}

#sitecontent .npagePage a.details:hover i {
    text-indent: 12px;
}

.npagePage #newslist .separator {
    width: 0;
    height: 0;
}

.npagePage #newslist .separator::before {
    background-color: transparent;
}

.npagePage #newslist .separator::after {
    background-color: transparent;
}

.npagePage #newslist .newsbody .title {
    color: #444;
}

.Pagenews #category a {
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0 12px;
    padding: 8px 25px;
}

.Pagenews #category a.active,
#category a:hover {
    background: #ffff00;
    color: #222;
    border: none;
    border-bottom: 1px solid #ffff00;
}

.Pageservice #servicelist {
    width: 1200px;
}

.Pageservice #servicelist .serviceitem {
    float: none;
}

#sitecontent .npagePage #servicelist .serviceitem a img {
    float: none;
    width: 500px;
}

/* .Pageservice #servicelist .serviceitem:nth-child(2n) div {
    float: left;
    margin-left: 0;
    margin-right: 60px;
} */

/* .Pageservice #servicelist .serviceitem:nth-child(2n) a.details {
    left: 0;
} */

.Pageservice #servicelist .serviceitem:nth-child(2n) a img {
    float: none;
}

.Pageservice #servicelist .serviceitem a {
    margin-left: 0;
    text-align: left;
}

.npagePage #servicelist .serviceitem div p.title {
    color: #333;
    font-size: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.npagePage #servicelist .serviceitem div p.description {
    width: 98%;
    height: 80px;
    color: #999;
    padding-right: 2%;
}

#sitecontent .Pageservice a.details {
    top: -86px;
    margin: 0;
    text-align: center;
    width: 490px;
    left: calc(50% - 60px);
    border-top: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.Pageservice #servicelist .serviceitem {
    width: 100%;
    height: 280px;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 80px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pageservice #servicelist .serviceitem:nth-child(odd) div {
    float: right;
    margin-right: 160px;
    margin-top: 35px;
    margin-left: 50px;
}

.Pageservice #servicelist .serviceitem div {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.Pageservice #servicelist .serviceitem:hover div {
    margin-top: 20px;
}

.Pageservice #servicelist .serviceitem:nth-child(even) a img {
    float: right;
}

.Pageservice .content .header {
    padding-bottom: 2%;
}

.Pageservice #servicelist .wrap {
    margin-right: 0;
}

#sitecontent .Pageanli a.details {
    display: none;
}

#sitecontent .npagePage .content .header p.title {
    text-align: center;
}

#sitecontent .Pagenews .content .header p.title,
#sitecontent .Pageyemian .content .header p.title,
#sitecontent .Pageanli .content .header p.title,
#sitecontent .Pageservice .content .header p.title,
#sitecontent .npagePage .content #projectwrap .header p.title {
    text-align: left;
}

#sitecontent .Pageyemian .content .header p.title {
    text-align: center;
    margin-left: 0;
}

#sitecontent .Pageyemian .content .header p.subtitle {
    text-align: center;
    margin-left: 0;
}

#sitecontent .Pageteam .content .header p.title,
#sitecontent .Pageteam .content .header p.subtitle {
    margin-left: 0;
    text-align: center;
}

#sitecontent .npagePage .content .teamitem .teaminfo .description {
    line-height: 26px;
    font-size: 13px;
    height: 50px;
    margin-top: 35px;
}

#sitecontent .npagePage .content .teamitem .title a {
    color: #666;
}

#sitecontent .Pageteam .teamitem {
    float: none;
    width: 1100px;
    height: 220px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#sitecontent .Pageteam .teamitem .teaminfo {
    width: 620px;
    float: right;
    margin-right: 200px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#sitecontent .Pageteam .teamitem:hover .teaminfo {
    margin-top: 20px;
    cursor: pointer;
}

#sitecontent .npagePage .teamitem a {
    width: 220px;
    height: 220px;
    float: left;
}

#sitecontent .npagePage .teamitem a img {
    width: 220px;
    height: 220px;
}

#sitecontent .Pageteam a.details {
    position: relative;
    top: -100px;
    height: 80px;
    float: right;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    width: 130px;
    line-height: 80px;
}

#sitecontent .npagePage .teamitem .teaminfo .title a {
    float: none;
}

#sitecontent .Pageteam .content .header {
    padding-bottom: 3.5%;
}

#sitecontent .Pageteam a.details:hover {
    background: transparent;
    color: #333;
}

#sitecontent .Pageteam .teamitem:hover a.details {
    background: transparent;
    color: #333;
}

#sitecontent .Pageteam .teamitem:hover a.details i {
    text-indent: 12px;
    color: #707070;
}

#sitecontent .Pageteam .teamitem:hover .teaminfo .title a {
    color: #000;
}

#sitecontent .Pageteam .teamitem:hover .teaminfo .subtitle {
    color: #666;
}

.Pageanli #plheader {
    padding-bottom: 50px;
    width: 20%;
    float: left;
    margin-left: 5%;
    height: 60px;
}

.Pageanli #category {
    height: 60px;
}

#teambody .theader .title {
    font-size: 28px;
    line-height: 42px;
}

/* 2019-08-29 yyq 修改 */
/* 处理分类 */
.bodyindex #indexPage #category .more,
.bodyindex #indexPage #category a:first-child,
.bodylist #category .more {
    display: none;
}

.bodyindex #indexPage #category a.more {
    position: static;
    width: auto;
    height: auto;
    text-indent: 0;
    display: none;
    line-height: 16px;
    height: 16px;
    font-size: 13px;
    color: #7b7b7b;
    background-color: #eaeaea;
    margin-left: 0;
    border: none;
}

/* 处理图片 */
#mservice .serviceitem .service_img,
#projectlist .projectitem .project_img,
#indexPage #mteam .header,
#teamlist .teamitem .teamimg,
#servicelist .serviceitem .service_img,
#projectib .projectitem .propost_img,
#mpartner .content_list li .par_img {
    position: relative;
    display: block;
    overflow: hidden;
}
#mservice .serviceitem .service_img img,
#projectlist .projectitem .project_img img,
#indexPage #mteam .header img,
#teamlist .teamitem .teamimg img,
#servicelist .serviceitem .service_img img,
#projectib .projectitem .propost_img img,
#mpartner .content_list li .par_img img {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#mservice .serviceitem .service_img {
    padding-top: 20.5%;
    width: 500px;
    float: left;
}
#projectlist .projectitem .project_img {
    padding-top: 100%;
}
#indexPage #mteam .header {
    padding-top: 27.2%;
    width: 320px;
    margin: 10px auto 24px auto;
    position: absolute;
    right: 140px;
    top: 258px;
}
#teamlist .teamitem .teamimg {
    padding-top: 20%;
    width: 220px;
    float: left;
}
#servicelist .serviceitem .service_img {
    padding-top: 19.3%;
    width: 500px;
    float: left;
}
#projectib .projectitem .propost_img {
    padding-top: 100%;
}
#mpartner .content_list li .par_img {
    padding-top: 75%;
}

/* 其他样式 */
.bodylistpost.bodyteam #teamimage {
    display: none;
}
#teampost #teambody {
    margin-left: 0;
}
#category a {
    white-space: nowrap;
}
#indexPage #mproject .content .wrapper {
    margin: 0 5% !important;
}
#indexPage #mteam .header a {
    position: static;
}
#indexPage #mteam #teamitem_0 .header a::after,
#indexPage #mteam #teamitem_1 .header a::after,
#indexPage #mteam #teamitem_2 .header a::after {
    content: none;
}
#indexPage #mteam li .summary::after {
    width: 140px;
    height: 120px;
    content: "“";
    position: absolute;
    top: 39px;
    left: -24px;
    font-size: 350px;
    color: #fff000;
    line-height: 120px;
    text-align: center;
    font-family: arial;
}
#indexPage #mteam #teamitem_1 .summary::after {
    color: #30d493;
}
#indexPage #mteam #teamitem_2 .summary::after {
    color: #ff8606;
}
.Pageanli #projectlist {
    float: none;
}
.Pageteam #teamlist .teamitem {
    position: relative;
}
.Pageteam #teamlist .teamitem > a {
    width: 100%;
}
.Pageteam #teamlist a.details {
    position: absolute;
    top: 63px;
    right: 0;
    width: 130px;
}
.Pageteam #teamlist .teamitem:hover a.details {
    top: 50px;
}
#servicelist .serviceitem:nth-child(even) .service_img {
    float: right;
    margin-right: 13%;
}
#banner div {
    animation: none;
}
#indexPage #mteam .header img {
    margin: 0;
}
#indexPage #newslist #newsitem_0 {
    height: 300px;
}
#sitecontent #servicelist .serviceitem a img,
#sitecontent .npagePage .teamitem a img {
    height: auto;
}
#indexPage #mslider ul li p.title {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: unset;
}
#mpartner .bx-viewport {
    margin: 20px 0 20px 40px;
}
#plheader.mvideo_header {
    padding-bottom: 50px;
    width: 20%;
    float: left;
    margin-left: 5%;
    height: 42px;
    text-align: left;
}
.content_editor {
    padding-top: 80px;
}
#servicelist .serviceitem:nth-child(even) .service_img {
    float: left;
    margin-right: 0;
}
#projectlist .projectitem {
    background: #fff;
}
/* 2019-08-29 yyq 修改 */
