@charset "utf-8";
#indexPage .module.bgShow .bgmask {
    display: none;
}

#teampost {
    padding-top: 80px;
}

#teambody .theader .subtitle {
    color: #9e9e9e;
}

#teamlist {
    margin-top: 23px;
}

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
    color: #6f6f6f;
    background: 0 0;
}

#header.mini {
    background: rgba(255, 255, 255, 0.94);
    padding-top: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#header .content {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.2);
    background-color: rgba(255, 255, 255, 0);
}

#header ul#nav {
    transition: all 0.3s ease-out 0s;
    float: right;
}

#header.mini ul#nav {
    padding: 0 0 0 20px;
    float: right;
}

#header ul li.navitem {
    padding: 20px 0.5px;
    height: auto;
    line-height: 38px;
}

#header.mini ul li.navitem {
    padding: 0;
    margin: 0 20px 4px;
    padding: 0 10px;
    width: auto;
    height: 50px;
    line-height: 40px;
    float: left;
    position: relative;
}

#header {
    background-color: transparent;
    font-size: 12px;
}

#header #logo {
    padding: 0 40px 20px 20px;
    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.9, 0.9);
}

#header ul li.navitem {
    padding: 20px 0.5px;
    height: auto;
    line-height: 20px;
    margin-left: 0;
}

.nobanner #header {
    background: #fff;
}

.lowB #header {
    background: #fff;
}

#indexPage a.more {
    height: 100px;
    font-size: 14px;
    background-color: rgba(245, 245, 245, 0);
    line-height: 100px;
    font-family: Arial;
    color: #2d2d2d;
    border-color: #c1c1c1;
    border-radius: 0;
    text-align: center;
    text-indent: 0;
    margin: 3% auto;
    width: 90%;
}

#indexPage #mproject a.more::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    top: 49px;
    -webkit-margin-before: -1px;
    margin-top: 0;
    margin-left: -60px;
    transition: all 0.6s ease 0s;
    display: none;
}

#indexPage #mproject a.more:hover::after {
    width: 91px;
}

#indexPage a.more i {
    font-size: 20px;
    position: relative;
}

#indexPage a.more:hover {
    border-color: #4c4c4c;
    text-indent: 0;
    text-align: center;
    background-color: #4c4c4c;
    color: #fff;
}

#indexPage a.more:hover i {
    color: #c5c5c5;
}

#indexPage #mservice a.more:hover i {
    color: #fff;
}

#indexPage #mpartner .slider_control a:hover {
    background-color: #424242;
}

#pages {
    padding: 60px 0;
    margin-bottom: 120px;
}

#pages a {
    background-color: #fff;
    transform: scale(1.2, 1.2);
    width: 32px;
    height: 32px;
    line-height: 32px;
}

#pages a:hover {
    background-color: #4c4c4c;
    color: #fff;
}

#pages a.active,
#pages a:hover {
    background-color: #5a5a5a;
}

.bx-wrapper .bx-controls-direction a:hover {
    background-color: transparent;
}

#header ul li.navitem a::before,
#header ul li.navitema::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    height: 1px;
    background-color: #b9984d;
    -webkit-transition: all 0.1s linear;
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
}

#header ul li.navitem a.active::before,
#header ul li.navitem a:hover::before {
    left: 0;
    width: 100%;
}

#header.mini ul li.navitem a::before {
    bottom: -11px;
}

#header ul li.navitem a {
    color: #707070;
    font-size: 13px;
}

#header ul#nav {
    float: right;
}

#header.mini {
    background-color: #fff;
}

#header ul li.navitem a.active,
#header ul li.navitem:hover a {
    color: #b9984d;
}

#header.mini ul li.navitem {
    line-height: 58px;
}

#header ul li.navitem {
    line-height: 36px;
    margin: 0 20px 4px;
    padding: 0 10px 10px 10px;
}

#header ul li.navitem ul.subnav li a {
    padding: 2px 30px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    display: block;
    font-size: 14px;
    transition: all 0.2s ease-out 0s;
    color: #999;
    position: relative;
    text-indent: inherit;
    border-color: transparent;
}

#header ul li.navitem ul.subnav li a:hover {
    color: #484848;
    background-color: #fff;
}

#header ul li.navitem ul.subnav li a::before {
    display: none;
}

#header ul li.navitem ul.subnav li a:hover i {
    opacity: 0;
}

#header ul li.navitem ul.subnav {
    border-top: 3px solid transparent;
    transition: all 0.6s ease 0s;
}
#header ul li.navitem:hover ul.subnav {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#header ul li.navitem ul.subnav li {
    border-bottom: 1px solid #efefef;
}

.bx-wrapper .bx-controls-direction a {
    background-color: transparent;
    border-radius: 0;
    width: 50px;
    top: 48%;
    right: -40px;
    border-radius: 0;
}

.bx-wrapper .bx-controls-direction a i {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: transparent;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat 10px -243px;
    width: 50px;
    height: 50px;
    margin-left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0;
    transition: all 0.3s ease 0s;
    border-radius: 0;
}

.bx-wrapper .bx-controls-direction a:hover i {
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat 10px -278px;
    background-color: #3d3d3d;
}

.bx-wrapper .bx-controls-direction a.bx-next i {
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat -37px -243px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease 0s;
    border: 0;
    margin-left: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next:hover i {
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat -37px -278px;
    background-color: #3d3d3d;
}

#indexPage #mproject {
    background-attachment: fixed;
    background-color: #fff;
    height: auto;
    padding: 120px 0;
}

#category a {
    padding: 9px 32px;
    margin-right: 0;
    margin-left: 0;
    transition: all 0.3s ease-out 0s;
    color: #aaa;
    border: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0);
    line-height: 17px;
}

#category a.active,
#category a:hover {
    background: #fff;
    color: #3d3d3d;
    border-color: rgba(161, 161, 161, 0);
}

#category a:hover,
#sitecontent #newsPage .content #category a.active {
    background: #b9984d;
    color: #fff;
    border-bottom: 1px solid rgba(204, 204, 204, 0);
}

#sitecontent .npagePage #category a.active {
    background: #b9984d;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

#indexPage #projectlist .projectitem {
    height: 500px;
    margin: -100px 1% 120px 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#projectlist .projectitem_4 a img {
    width: 600px;
}

#projectlist .projectitem a .project_info p {
    padding: 0;
    display: block;
    color: #6a6a6a;
    text-align: left;
    margin-top: 20px;
    margin-left: 80px;
}

#projectlist .projectitem a .project_info p.title {
    text-align: left;
    margin-left: 80px;
    font-size: 20px;
}

#projectlist .projectitem a:hover .project_info p.title {
    color: #3d3d3d;
    text-align: left;
    margin-left: 80px;
    font-size: 20px;
}

#projectlist .projectitem a:hover .project_info p.title {
    color: #4c4c4c;
}

#projectlist .projectitem a .project_info p.subtitle {
    margin-left: 80px;
}

#projectlist .projectitem a .project_info p.title,
.nobanner #projectlist .projectitem a .project_info p.title {
    text-align: left;
}

#projectlist .projectitem a .project_info p.subtitle,
.nobanner #projectlist .projectitem a .project_info p.subtitle {
    margin-top: 0;
    color: #929292;
    text-align: left;
    text-overflow: ellipsis;
    overflow: visible;
    white-space: nowrap;
}

#projectlist .projectitem a .project_info p.subtitle::after,
.nobanner #projectlist .projectitem a .project_info p.subtitle::after {
    content: "";
    display: block;
    background-color: #4c4c4c;
    width: 20px;
    height: 3px;
    transition: all 0.6s ease 0s;
    margin-top: 230px;
    position: absolute;
    top: 50px;
    display: none;
}

#projectlist .projectitem a:hover .project_info p.subtitle {
    color: #929292;
    text-align: left;
}

#indexPage #projectlist .projectitem {
    margin-bottom: 120px;
    background-color: rgba(255, 255, 255, 0);
    width: 1060px;
}

#projectlist .projectitem a:hover .project_info {
    background-color: rgba(0, 0, 0, 0);
}

#projectlist .projectitem .project_info p.title {
    color: #4e4e4e;
    padding: 10px 0;
}

#projectmore {
    color: #3d3d3d;
    height: 100px;
    line-height: 100px;
    background: #262626;
    font-family: PlusJakartaSans-Medium, "微软雅黑";
    font-size: 18px;
}

#projectmore:hover {
    color: #3d3d3d;
    height: 100px;
    line-height: 100px;
    background: #262626;
    font-size: 18px;
}

.content .header p.subtitle {
    font-size: 13px;
    margin-top: 0;
    color: #a5a5a5;
    text-align: left;
}

#mpage .content .header p.subtitle {
    text-align: left;
    margin-left: 0;
}

#indexPage #mpage .wrapper::before {
    background-color: #fff;
    display: block;
    content: "";
    width: 632px;
    height: 340px;
    z-index: 1;
    position: absolute;
    margin-top: 400px;
    margin-left: -2%;
}

#indexPage #mproject .content .header p.title {
    font-family: PlusJakartaSans-Medium, "微软雅黑";
    text-align: left;
}

#indexPage #mproject .content .header p.subtitle {
    text-align: left;
}

#indexPage #mproject a.more:hover {
    background-color: rgba(61, 61, 61, 0);
    border-color: rgba(255, 7, 42, 0);
    color: #3d3d3d;
}

#indexPage #mproject a.more {
    width: 240px;
    margin-top: 20px;
    position: relative;
    vertical-align: middle;
    line-height: 48px;
    height: 48px;
    border: none;
    background-color: rgba(255, 0, 0, 0);
    color: #afafaf;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

#indexPage #mproject .bx-wrapper .bx-pager.bx-default-pager a {
    display: none;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 298px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -2px;
}

#projectlist #projectitem_0.projectitem a .project_info:hover div::after {
    opacity: 1;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -122px;
}

#projectlist #projectitem_1.projectitem a .project_info:hover div::after {
    opacity: 1;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -234px;
}

#projectlist #projectitem_2.projectitem a .project_info:hover div::after {
    opacity: 1;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -355px;
}

#projectlist #projectitem_3.projectitem a .project_info:hover div::after {
    opacity: 1;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -464px;
}

#projectlist #projectitem_4.projectitem a .project_info:hover div::after {
    opacity: 1;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -578px;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -700px;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -810px;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -926px;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -1042px;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -1154px;
}

#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: "";
    margin-right: -180px;
    margin-top: -270px;
    color: rgba(44, 44, 44, 0.1);
    font-size: 220px;
    font-family: "Kunstler Script";
    opacity: 1;
    width: 160px;
    height: 120px;
    top: 288px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/sz.png)
        no-repeat -16px -1268px;
}

#indexPage #projectlist #projectitem_4 {
    width: 1200px;
}

#indexPage #projectlist #projectitem_5,
#indexPage #projectlist #projectitem_6,
#indexPage #projectlist #projectitem_7,
#indexPage #projectlist #projectitem_8 {
    width: 1200px;
}

#indexPage #projectlist #projectitem_5:hover a::after,
#indexPage #projectlist #projectitem_6:hover a::after,
#indexPage #projectlist #projectitem_7:hover a::after,
#indexPage #projectlist #projectitem_8:hover a::after {
    top: 24%;
}

#indexPage #projectlist .projectitem a img {
    width: 100%;
    z-index: 1;
    position: relative;
    height: 460px;
}

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

#projectlist .projectitem a div.project_img {
    width: 400px;
    height: 460px;
    overflow: hidden;
}

#contactform p textarea.inputtxt {
    width: 1120px;
    height: 50px;
    float: none;
    line-height: 18px;
}

#contactform p .inputtxt {
    border: none;
    margin-bottom: 5px;
    background: 0 0;
    color: #d6d6d6;
    width: 320px;
    float: left;
    border-bottom: 1px solid rgba(231, 228, 228, 0.22);
    margin: 40px 0 0 40px;
}

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

#indexPage #mteam .description {
    color: #909090;
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0);
}

#indexPage #mteam .header img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 6px auto 24px auto;
}

#indexPage #mteam .header img::after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    background-color: red;
}

#indexPage #mteam .content_list li .header {
    width: 196px;
    height: 196px;
    overflow: hidden;
    border-radius: 1000px;
}

#indexPage #mteam .content_list li .header::after {
    display: block;
    width: 196px;
    height: 196px;
    border: 1px solid #ccc;
    content: "";
    border-radius: 1000px;
    position: absolute;
    left: -20px;
    top: -10px;
    z-index: -1;
}

#indexPage #mteam .content_list li .header::before {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #e3ca90;
    content: "";
    border-radius: 1000px;
    position: absolute;
    left: -4px;
    top: 22px;
    z-index: 1;
}

#indexPage #mteam .bx-wrapper .bx-pager ::after {
    content: "";
    width: 1000px;
    height: 1px;
    background: #d2d2d2;
    margin: 20px 0;
    position: absolute;
}

.content .header p.title {
    font-family: PlusJakartaSans-Medium, 微软雅黑;
    font-size: 22px;
    text-align: left;
    color: #444;
}

#indexPage #mteam .content .header p.title {
    color: #333;
}

.npagePage .content .header p.title {
    text-align: center;
    margin-left: 0;
}

.npagePage .content .header p.subtitle {
    text-align: center;
    margin-left: 0;
}

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

#indexPage #projectlist .projectitem:nth-child(2n) a div.project_img {
    margin-left: 620px;
}

#indexPage #mteam .slider_control a i:hover {
    color: #3d3d3d;
}

#indexPage #mteam a.more {
    display: block;
    font-size: 12px;
    display: block;
    width: 120px;
    height: 38px;
    line-height: 40px;
    position: absolute;
    right: 2%;
    top: 90px;
    margin-left: -110px;
    background: rgba(233, 233, 233, 0);
    animation-name: fadeInRight;
    animation-delay: 0.4s;
    border: 1px solid #c6c6c6;
    font-family: "Times New Roman", Times, serif;
    text-indent: 0;
}

#indexPage #mteam a.more:hover {
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
}

.teamitem a div.wrap span {
    background: #fff;
}

.teamitem a div.wrap {
    background: #b9984d;
}

.npagePage #teamlist .teamitem a {
    width: 340px;
    height: 380px;
}

.npagePage #teamlist .teamitem:hover a {
    color: #b9984d;
}

.npagePage #teamlist .teamitem a img {
    width: 100%;
    height: auto;
    transition: all 0.6s ease 0s;
}

.npagePage #teamlist .teamitem:hover a img {
    transform: scale(1.1, 1.1);
}

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

#indexPage #mslider {
    height: 400px;
}

#indexPage #mslider .bx-wrapper .bx-pager {
    bottom: 8%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 20px;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
}

#indexPage #mslider {
    height: 0;
}

#shares a {
    background: 0 0;
}

#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);
}
#indexPage #mslider ul li {
    background-size: inherit;
}

#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: #9b9b9b;
    font-size: 48px;
}

#olx_head {
    background: #3d3d3d;
    border-radius: 0;
}

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

#olx_qq li a:hover {
    padding: 18px 30px;
    background: #4c4c4c;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 6px;
    border-radius: 24px;
    border: 1px solid rgba(143, 143, 143, 0.8);
}

#indexPage #mpage .wrapper li .fimg {
    width: 540px;
    height: 580px;
}

#mpage .content .header {
    padding-top: 190px;
    padding-bottom: 0;
    margin: 0 auto;
    z-index: 2;
    margin-left: 0;
    position: relative;
}

#mpage .module-content .description {
    max-height: 108px;
    height: auto;
    line-height: 28px;
    padding: 0;
    float: none;
    width: 470px;
    text-align: left;
    z-index: 10;
    position: relative;
    transition: all 0.6s ease-out;
    padding-top: 30px;
    margin: 0;
    padding-left: 0;
}

#indexPage #mpage a.more {
    width: 150px;
    float: none;
    line-height: 40px;
    height: 40px;
    position: relative;
    z-index: 10;
    font-family: "Times New Roman", Times, serif;
    text-indent: 0;
    margin: 0;
    margin-top: 40px;
    margin-left: 0;
}

#indexPage #mpage a.more:hover i {
    color: #fff;
}

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

#indexPage #mcontact .content {
    width: 100%;
    height: 823px;
}

#contactinfo {
    width: 35%;
    padding-left: 10%;
    margin-bottom: 60px;
}

#contactform.fr {
    background-color: #46474e;
    width: 100%;
    padding: 0;
    margin-right: 0;
}

#contactform p .inputsub {
    width: 280px;
    height: 56px;
    line-height: 52px;
    background-color: rgba(186, 186, 186, 0);
    border: 2px solid #6d6d6d;
    margin-top: 10px;
    padding: 0;
    color: #fff;
    margin-bottom: 100px;
}

#contactform p .inputsub:hover {
    background-color: rgba(186, 186, 186, 0.37);
    border: 2px solid rgba(134, 134, 134, 0);
    color: #e8e8e8;
}

#contactform .inputtxt.active {
    border-color: #424242;
}

#indexPage #mcontact .header p {
    text-align: center;
    padding-left: 0;
    margin: 0;
}

#indexPage #mcontact .content .fw {
    width: 100%;
}

#contactinfo h3 {
    color: #3d3d3d;
    width: 342px;
    padding-right: 60px;
}

#contactinfo div a {
    background: rgba(237, 237, 237, 0);
    color: #959595;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 4px;
}

#contactinfo div a i {
    margin-top: 13px;
}

#contactinfo div a:hover {
    background: #b9984d;
    border-radius: 0;
    color: #fff;
}

#indexPage .newsbody .description {
    display: block;
    margin-top: 0;
    height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #a4a4a4;
}

#indexPage #mteam {
    background-color: #f1f1f1;
    height: 580px;
}

#indexPage #mteam .content .content_list .header {
    padding-top: 0;
    animation-name: fadeInUp;
    float: left;
}

#indexPage #mteam .content > .header {
    display: block;
    position: absolute;
    top: 140px;
    width: 100%;
    animation-name: fadeInLeft;
    margin-left: 2%;
}

#indexPage #mproject .content > .header {
    animation-name: fadeInLeft;
    animation-delay: 0.1s;
    margin-left: 2%;
}

#projectinfo {
    width: 340px;
    float: left;
    padding: 0 50px;
    margin-left: 0;
    position: relative;
}

#projectwrap.fw {
    width: 100%;
}

#projectwrap {
    padding-top: 80px;
}

#projectbody {
    max-width: 100%;
    margin: 0 auto;
    width: calc(100% - 490px);
    float: right;
    padding: 0 48px 0 0;
    border-right: 1px solid #ececec;
    padding-bottom: 60px;
}

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

#projectinfo .description a {
    background: #3d3d3d;
    color: #fff;
    width: 340px;
}

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

#plheader {
    padding-bottom: 22px;
}

.teamitem {
    height: auto;
    width: 340px;
    margin-right: 40px;
}

.teamitem .teaminfo {
    text-align: left;
    height: auto;
    overflow: hidden;
    transition: all 0.6s ease 0s;
}

.Pageteam .wrap .teamitem:hover .teaminfo {
    height: auto;
}

.teamitem .teaminfo .description::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #ccc;
    transition: all 0.6s ease 0s;
    margin-top: 26px;
    opacity: 0;
    position: absolute;
}

.teamitem:hover .teaminfo .description::after {
    width: 320px;
    opacity: 1;
}

.teamitem .teaminfo .description {
    margin-top: 22px;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a {
    margin: -60px -20px;
    background: #c9c9c9;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction a:hover {
    background: #3d3d3d;
}

.teamitem .title a {
    color: #3d3d3d;
}

.npagePage #projectlist .wrapper {
    width: 86%;
}

#indexPage #mproject .content .wrapper {
    width: 940px;
    margin: 0 auto;
}

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

#newsPage .content .header {
    padding-bottom: 22px;
}

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

.module-content .description {
    width: 410px;
    text-align: left;
}

#indexPage
    #projectlist
    .projectitem
    a
    .project_info#projectlist
    .projectitem
    a
    .project_info {
    width: 400px;
}

#indexPage .module .bgmask {
    background-color: transparent;
}

#indexPage #mslider ul li p.title {
    font-size: 72px;
    line-height: 72px;
    height: 72px;
    text-align: left;
    padding: 0 110px 0;
    margin: 600px 0 0 20px;
    font-family: PlusJakartaSans-Medium, "微软雅黑";
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #ddd;
}

#indexPage #mslider ul li p.subtitle {
    font-size: 14px;
    height: 25px;
    transition-delay: 0.2s;
    text-align: left;
    padding: 12px 110px;
    width: auto;
    color: #ddd;
    font-family: PlusJakartaSans-Medium, "微软雅黑";
    line-height: 24px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

#projecttags a:hover {
    color: #fff;
    background: #4c4c4c;
}

#projectib .projectitem a .project_info p.title {
    color: #333;
}

#projectib .projectitem:hover a .project_info p.title {
    color: #4c4c4c;
}

#projectib .projectitem a .project_info p.subtitle {
    color: #8a8a8a;
}

#projectib .projectitem a .project_info {
    background-color: #fff;
    padding: 6px 0 28px 0;
}

#indexPage #mproject .bx-wrapper .bx-controls-direction {
    display: inline;
}

#projectinfo::after {
    position: absolute;
    content: "";
    top: 0;
    left: -2px;
    width: 4px;
    height: 54px;
    background: #4c4c4c;
}

#indexPage #mteam .bx-wrapper .bx-pager {
    bottom: -6%;
    display: block;
    left: 238px;
}

.Pageservice #servicelist .serviceitem div p.title {
    line-height: 26px;
    transition: all 0.6s ease 0s;
    text-align: center;
    width: 260px;
    height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Pageservice #servicelist .serviceitem:hover div p.title {
    padding-top: 5%;
}

#projectinfo .header .description {
    color: #939393;
}

#projectlist .projectitem a .project_info {
    width: 80%;
}

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

#indexPage #projectlist .projectitem a .project_info::after {
    width: 20px;
    height: 2px;
    position: absolute;
    content: "";
    top: 98px;
    left: 480px;
    background-color: #4c4c4c;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #projectlist .projectitem:hover a .project_info::after {
    opacity: 1;
    width: 2px;
    height: 2px;
    left: 480px;
    background-color: #b9984d;
}

#indexPage #projectlist .projectitem a .project_info::before {
    width: 2px;
    height: 0;
    position: absolute;
    content: "";
    top: 100px;
    left: 480px;
    background-color: #b9984d;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #projectlist .projectitem:hover a .project_info::before {
    opacity: 1;
    width: 2px;
    height: 42px;
    left: 480px;
}

#projectlist .projectitem a .project_info p.title,
.nobanner #projectlist .projectitem a .project_info p.title {
    color: #565656;
    padding: 110px 0 5px 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: PlusJakartaSans-Medium, "微软雅黑";
}

#projectlist .projectitem a .project_info p.title::after,
.nobanner #projectlist .projectitem a .project_info p.title::after {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    margin-right: 20px;
    margin-top: -56px;
    color: rgba(153, 153, 153, 0.1);
    right: 0;
    font-size: 120px;
    font-family: HeliosExtThin;
    display: none;
}

#indexPage #projectlist .projectitem a .project_info div {
    position: initial;
    height: 560px;
    width: 560px;
    margin-left: 440px;
    bottom: -120px;
    top: auto;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-out 0s;
}

#projectlist .projectitem a .project_info:hover div {
    bottom: 20px;
}

#indexPage #mproject .content #category a:hover {
    background: rgba(61, 61, 61, 0);
    color: #b9984d;
    background-color: rgba(255, 255, 255, 0);
}

.npagePage #projectlist .projectitem a .project_img {
    height: 380px;
    overflow: hidden;
}

.npagePage #projectlist .projectitem {
    background-color: #fff;
}

#indexPage #newslist #newsitem {
    width: 280px;
}

#indexPage #mpage .content,
#indexPage #mpage .module-content,
#indexPage #mpage .slider,
#indexPage #mpage .wrapper,
#indexPage #mpage .wrapper li,
#indexPage #mpage .wrapper li .fimg {
    padding-bottom: 220px;
}

#indexPage #mpage .content,
#indexPage #mpage .slider,
#indexPage #mpage .wrapper li {
    padding-bottom: 120px;
}

#mpage
    .content
    .header
    p.subtitle::after
    #mpage
    .content
    .header:hover
    p.subtitle::after {
    height: 170px;
}

#indexPage #servicelist .serviceitem {
    width: 80%;
    background-color: transparent;
    padding: 30px 0 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #servicelist .serviceitem:hover {
    background-color: #f6f6f6;
    padding: 0 0;
}

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

@keyframes mymove {
    0% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.postbody {
    color: #838383;
}

#indexPage #mteam .summary p.title {
    font-family: PlusJakartaSans-Medium, "微软雅黑";
    color: #474747;
    font-size: 20px;
}

#indexPage #mteam .summary p.title::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 14.5%;
    top: 78px;
    transition: all 0.6s ease 0s;
    opacity: 0;
}

#indexPage #mteam .content_list li:hover .summary p.title::after {
    width: 90px;
    opacity: 1;
}

#indexPage #mteam .content_list li:hover .summary p {
    margin-left: 20px;
}

#indexPage #mnews .content .header {
    display: block;
    padding-bottom: 0;
    animation-name: fadeInLeft;
    margin-left: 2%;
}

#indexPage #mnews .content {
    width: 100%;
    height: 410px;
    top: 50%;
    margin-top: -205px;
}

#indexPage #newslist {
    width: 100%;
    margin: 0 auto;
    height: 560px;
    position: relative;
}

#indexPage #mteam .summary p {
    text-align: left;
    padding-left: 70px;
    transition: all 0.6s ease 0s;
    margin-left: 0;
}

#indexPage #mteam .summary p.subtitle {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 26px;
}

#indexPage #mteam .content .fw a.details {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 42px;
    margin-right: 770px;
    border-radius: 0;
    text-indent: 50px;
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    text-transform: uppercase;
    text-transform: lowercasecase;
    font-family: "Times New Roman", Times, serif;
    margin-top: 140px;
    transition: all 0.6s ease 0s;
}

#indexPage #mteam .content .fw a.details:hover {
    text-indent: 41px;
}

#indexPage #mteam .content .content_list li:hover a.details {
    margin-right: 750px;
    text-indent: 42px;
}

#indexPage #mteam .content .content_list li:hover a.details i {
    text-indent: 18px;
    color: #707070;
}

#indexPage .newsimg,
#newslist .separator {
    display: none;
}

#indexPage #newslist .newstitem {
    position: absolute;
    display: none;
    width: 420px;
    height: 350px;
    line-height: 30px;
    top: 0;
    overflow: hidden;
    width: calc(25% - 20px);
}

#indexPage #newslist .newstitem::after {
    content: "";
    display: block;
    border: 8px solid #e3ca90;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    transform: scale(1.2);
}

#indexPage #newslist .newstitem:hover::after {
    opacity: 1;
    transform: scale(1);
}

#indexPage .newstitem .newsbody {
    display: block;
    max-width: 66%;
    vertical-align: auto;
    width: 66%;
    transition: all 0.6s ease 0s;
    margin-top: 260px;
    margin: 0 auto;
    transition: 0.5s;
    transform: rotateX(80deg);
}

#indexPage .newstitem:hover .newsbody {
    transform: none;
}

#indexPage .newstitem .newsbody::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #dedede;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: 20px;
    left: 0;
    opacity: 0;
}

#indexPage .newstitem:hover .newsbody::after {
    width: 100%;
    opacity: 0;
}

#newslist .newstitem .newsbody .date {
    position: absolute;
    top: 20px;
    font-weight: inherit;
    font-family: Arial;
    color: #b0b0b0;
    margin-bottom: 0;
    display: block;
    padding: 0;
    float: none;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: none;
}

#teambody .theader .title {
    font-size: 24px;
}

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

#indexPage #mteam .summary:hover p.title a {
    color: #4c4c4c;
}

#newslist .newstitem .newsbody .title {
    font-size: 16px;
    color: #7b7b7b;
    display: inline-block;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: none;
    transition: all 0.3s ease 0s;
    margin-left: 2%;
    opacity: 0;
    margin-top: 38%;
    text-align: center;
    margin-right: 2%;
}

#newslist .newstitem:hover .newsbody .title {
    text-align: center;
    opacity: 1;
    width: 100%;
    color: #fff;
    margin-top: -36%;
}

#newslist .newstitem .newsbody::before {
    content: "";
    display: block;
    background-color: red;
    width: 50px;
    height: 40px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat -34px -212px;
    left: 50%;
    position: absolute;
    bottom: 40px;
    transition: all 0.6s ease 0s;
    margin-left: -25px;
    opacity: 0;
}

#newslist .newstitem.left a.newscontent,
#newslist .newstitem.right a.newscontent {
    width: 280px;
    padding: 0;
    text-align: left;
    background-color: transparent;
}

#newslist .news_wrapper {
    background-color: transparent;
    width: 100%;
}

#newslist .newstitem a.newscontent:hover .news_wrapper {
    background-color: transparent;
    width: 100%;
}

.newstitem:hover #newsPage #newslist .newsbody {
    margin-left: 20px;
}

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

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

#newslist .news_wrapper::before {
    height: 0;
}

#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_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: 0;
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: green;
    z-index: -1;
    margin-top: -4px;
    opacity: 0;
}

#indexPage #newslist #newsitem_1 a:hover .news_wrapper::after,
#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: #3d3d3d;
    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_1 a:hover .date,
#indexPage #newslist #newsitem_2 a:hover .date,
#indexPage #newslist #newsitem_3 a:hover .date,
#indexPage #newslist #newsitem_4 a:hover .date,
#indexPage #newslist #newsitem_5 a:hover .date {
    color: #9a9a9a;
}

#indexPage #newslist #newsitem_1 a:hover .title,
#indexPage #newslist #newsitem_2 a:hover .title,
#indexPage #newslist #newsitem_3 a:hover .title,
#indexPage #newslist #newsitem_4 a:hover .title,
#indexPage #newslist #newsitem_5 a:hover .title {
    color: #fff;
}

#indexPage #newslist #newsitem_1 {
    display: block;
    left: 0;
    top: 0;
}

#indexPage #newslist #newsitem_2 {
    display: block;
    left: 0;
    top: 0;
}

#indexPage #newslist #newsitem_3 {
    display: block;
    left: 0;
    top: 0;
}

#indexPage #newslist #newsitem_4 {
    display: block;
    left: 0;
    top: 0;
}

#indexPage #newslist #newsitem_5 {
    display: block;
    left: 0;
    top: 0;
}

#indexPage #newslist #newsitem_0 {
    display: block;
    width: 240px;
    margin-left: 40px;
    top: 0;
}

#indexPage #newslist #newsitem_0 .newsimg {
    display: block;
    width: 280px;
    height: 240px;
}

#indexPage #newslist #newsitem_0 .news_wrapper,
#newsPage #newslist .newstitem .news_wrapper {
    width: 100%;
    height: 200px;
    left: 0;
    position: absolute;
    top: 240px;
}

#indexPage #newslist #newsitem_0 a:hover .newsbody .title {
    color: #fff;
}

#indexPage #newslist #newsitem_0 .newsbody .description,
#newsPage #newslist .newstitem .newsbody .description {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    height: 24px;
    overflow: hidden;
    display: block;
    transition: all 0.6s ease 0s;
    overflow: hidden;
    display: block;
}

#indexPage #newslist #newsitem_0 .newsbody::after,
#newsPage #newslist .newstitem .newsbody::after {
    content: "MORE";
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-top: 85px;
    color: #3d3d3d;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: absolute;
    left: 52px;
    top: 110px;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

#indexPage #newslist #newsitem_0 a:hover .newsbody::after,
#newsPage #newslist .newstitem a:hover .newsbody::after {
    background-color: #4c4c4c;
    color: #fff;
    opacity: 1;
}

#indexPage #newslist #newsitem_0 a:hover .newsbody::after {
    opacity: 0;
}

#newsPage #newslist .newstitem a:hover .newsbody .description::after {
    width: 123px;
}

#indexPage #mnews .bx-controls {
    display: block;
}

#indexPage #mnews .bx-wrapper .bx-pager {
    bottom: -70px;
}

#indexPage .content #newsitem .newscontent .description::before {
    content: "";
    display: block;
    background-color: red;
    width: 50px;
    height: 40px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat -34px -172px;
    position: absolute;
    position: absolute;
    right: 20px;
    top: 40px;
    transition: all 0.6s ease 0s;
}

#indexPage .content #newsitem .newscontent:hover .description::before {
    right: 30px;
}

#newsPage #newslist {
    width: 96%;
    height: auto;
}

#newsPage #newslist .wrapper {
    margin-right: 0;
    width: auto;
    height: auto;
}

#newslist .wrapper {
    height: 800px;
}

#newsPage #newslist .newstitem {
    width: 24%;
    height: 340px;
    float: left;
    margin-bottom: 60px;
}

#newsPage #newslist .newstitem .news_wrapper {
    width: 100%;
    left: 290px;
}

#newsPage #newslist .newstitem .news_wrapper::before {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background-color: #4c4c4c;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    opacity: 0;
    z-index: 2;
}

#newsPage #newslist .newstitem:hover .news_wrapper::before {
    opacity: 1;
    height: 100%;
}

#newsPage #newslist .newstitem .news_wrapper::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    opacity: 0;
}

#newsPage #newslist .newstitem:hover .news_wrapper::after {
    opacity: 1;
}

#newsPage #newslist .newstitem .newsbody::after {
    margin-top: 12px;
}

#newsPage #newslist .newstitem .newsbody .title {
    top: -4px;
}

#newsPage #newslist .newstitem .newsbody .description::after {
    margin: 0;
    position: absolute;
    left: 0;
    top: 128px;
    content: "";
    width: 0;
    height: 32px;
    background: #3d3d3d;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    z-index: -1;
}

#indexPage #newslist #newsitem_0 .newsbody .date,
#newsPage #newslist .newstitem .newsbody .date {
    display: block;
    padding: 0;
    float: none;
    position: relative;
    top: 32px;
    transition: all 0.6s ease 0s;
    display: none;
}

#indexPage #newslist #newsitem_0:hover .newsbody .date {
    margin-left: 10px;
}

#indexPage #mnews a.more {
    font-size: 12px;
    display: block;
    width: 120px;
    height: 38px;
    line-height: 40px;
    position: absolute;
    right: 2%;
    top: -46px;
    margin-left: -110px;
    background: rgba(233, 233, 233, 0);
    animation-name: fadeInRight;
    animation-delay: 0.4s;
    border: 1px solid #c6c6c6;
    font-family: "Times New Roman", Times, serif;
    text-indent: 0;
}

#indexPage #mnews a.more:hover {
    background: #3d3d3d;
    border: 1px solid #3d3d3d;
}

#mteam .content_list li {
    animation-name: fadeInUp;
    margin-left: 30px;
}

.newstitem {
    animation-name: fadeInUp;
    animation-delay: 0ms;
}

#newsitem_1 {
    animation-name: fadeInRight;
    animation-delay: 0.1s;
}

#newsitem_2 {
    animation-name: fadeInRight;
    animation-delay: 0.2s;
}

#newsitem_3 {
    animation-name: fadeInRight;
    animation-delay: 0.3s;
}

#newsitem_4 {
    animation-name: fadeInRight;
    animation-delay: 0.4s;
}

#newsitem_5 {
    animation-name: fadeInRight;
    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;
}

#newslist .newsbody {
    width: 740px;
}

#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: #4c4c4c;
}

.postbody img {
    max-width: 100%;
    width: auto;
}

.npagePage #banner div {
    height: 380px;
    margin-top: 80px;
    background-size: initial;
}

.npagePage #banner {
    height: 460px;
}

#mpage .content .header p.title {
    text-align: left;
    margin-left: 0;
    font-size: 20px;
    color: #4c4c4c;
}

#projectlist .wrapper {
    width: 85%;
    margin: 0 auto;
}

#indexPage #mproject #category {
    position: absolute;
    top: 90px;
    display: block;
    animation-name: fadeInUp;
    margin-right: 0;
    margin-left: 2%;
}

#indexPage #mproject #category a {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding: 0;
    border: none;
    border-bottom: none;
    padding: 14px 0;
    font-size: 14px;
    display: block;
    text-align: left;
    position: relative;
}

#indexPage #mproject #category a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #b9984d;
    transition: all 0.6s ease 0s;
    position: absolute;
    left: 0;
    opacity: 0;
}

#indexPage #mproject #category a:hover::after {
    width: 100%;
    opacity: 0;
}

#indexPage #mproject #category a:last-child {
    border: 0;
}

#indexPage #mteam .bx-wrapper .bx-controls-direction a {
    background-color: transparent;
    border-radius: 0;
    width: 40px;
    top: 90px;
    left: 840px;
}

#indexPage #mteam .bx-wrapper .bx-controls-direction a i {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: transparent;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat 4px -248px;
    width: 40px;
    height: 40px;
    margin: 0;
}

#indexPage #mteam .bx-wrapper .bx-controls-direction a.bx-next i {
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat -44px -248px;
    width: 40px;
    height: 40px;
    margin: 0;
}

#indexPage #mteam .bx-wrapper .bx-controls-direction a.bx-next {
    left: 880px;
}

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

#projectlist .projectitem:hover a::after {
    margin-left: -20px;
    margin-top: -20px;
    top: 50%;
    opacity: 0;
}

#moduleControl a.moduleCItem.active title,
#moduleControl a.moduleCItem:hover {
    color: #000;
    font-size: 12px;
}

#indexPage #mcontact {
    background-color: #fff;
}

#indexPage #mcontact .header p.title {
    color: #444;
}

#projectbody .postbody {
    padding: 1px 50px 50px;
    background-color: #fff;
    width: 78%;
    margin: 0 auto;
}

#projectimages {
    padding: 0 50px 10px;
    background: #fff;
}

#indexPage #newslist .newsbody .description {
    width: 280px;
}

#indexPage #mnews .content_list,
#newslist,
#newslist .wrapper {
    width: 96%;
    margin: 0 auto;
}

#indexPage #newsPage #newslist .newstitem a.newscontent::after {
    content: "";
    display: block;
    width: 1078px;
    height: 1px;
    background-color: #f1f1f1;
    position: absolute;
    top: 200px;
    left: 0;
    transition: all 0.6s ease 0s;
    z-index: -10;
    border-bottom: 1px solid #f1f1f1;
}

#indexPage #newsPage #newslist .newstitem a:hover.newscontent::after {
    top: -40px;
    height: 240px;
    opacity: 1;
    z-index: -10;
    background-color: red;
}

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

#indexPage #servicelist #serviceitem_8:hover::before {
    width: 38px;
    height: 1px;
    background-color: #a1a1a1;
    color: #3d3d3d;
}

#servicelist .serviceitem:hover .title {
    color: #3d3d3d;
}

#mservice .bx-wrapper {
    height: auto;
}

#indexPage #mservice a.more {
    width: 160px;
    margin-top: 20px;
    position: relative;
    vertical-align: middle;
    line-height: 50px;
    height: 48px;
    border: none;
    background-color: rgba(255, 0, 0, 0);
    color: #afafaf;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

#indexPage #mservice a.more:hover {
    background-color: #3d3d3d;
    border-color: rgba(61, 61, 61, 0);
    opacity: 1;
    color: #fff;
}

#mservice .content .header p.title {
    font-family: PlusJakartaSans-Medium, "微软雅黑";
    text-align: center;
    margin-left: 0;
}

#mservice .content .header p.subtitle {
    text-align: center;
    margin-left: 0;
}

#servicelist .serviceitem div {
    width: 320px;
    margin-left: 20px;
    margin-top: 248px;
}

#servicelist .serviceitem div p.title {
    transition: all 0.6s ease 0s;
    text-align: left;
    height: 30px;
    line-height: 30px;
    color: #3d3d3d;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

#indexPage #mnews .content .header,
#indexPage #mservice .content .header {
    width: 100%;
    margin-bottom: 0px;
}

#indexPage #mnews .content .header {
    margin-bottom: 40px;
}

#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: #3d3d3d;
    opacity: 0;
}

#indexPage #mservice a.more:hover::before {
    left: 88px;
    width: 20px;
    background: #fff;
    opacity: 0;
}

#servicelist .serviceitem a {
    text-align: center;
    width: 100%;
    margin-top: -100px;
    margin-left: -10px;
}

#servicelist .serviceitem {
    width: 320px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
}

#sitecontent #servicelist .serviceitem a {
    height: 380px;
    overflow: hidden;
}

#sitecontent #servicelist .serviceitem:hover a img {
    transform: scale(1.06);
    -moz-transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
}

#sitecontent #servicelist .serviceitem a img {
    height: auto;
    width: 100%;
    float: left;
    transition: all 0.6s ease 0s;
}

#servicelist .serviceitem div p.description {
    width: auto;
    height: 70px;
    color: #9e9e9e;
    text-align: left;
    margin-top: 6px;
    transition: all 0.6s ease 0s;
}

#servicelist .serviceitem div p.description::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #3d3d3d;
    position: absolute;
    margin-top: 0;
    margin-top: 16px;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

#servicelist .serviceitem:hover div p.description::after {
    opacity: 0;
    width: 260px;
    background-color: #3d3d3d;
}

.Pageservice .content #servicelist .serviceitem a.details {
    display: -moz-box;
    border-radius: 0;
    width: 260px;
    height: 46px;
    margin: 0;
    line-height: 46px;
    font-size: 16px;
    color: #3d3d3d;
    text-indent: 114px;
    transition: all ease-out 0.3s;
    border: 0;
    opacity: 0;
}

.Pageservice .content #servicelist .serviceitem:hover a.details {
    opacity: 0;
    background-color: #3d3d3d;
    color: #fff;
}

.Pageservice .content .header p.subtitle::after {
    content: "";
    display: block;
    width: 0;
    height: 340px;
    background-color: transparent;
    position: absolute;
    left: 40%;
    top: 230px;
}

#indexPage #mpage .wrapper li .fimg {
    display: block;
    position: absolute;
    top: 240px;
    right: 20%;
    z-index: 2;
    height: 270px;
}

#indexPage #mpage .wrapper li {
    padding-bottom: 70px;
    margin-left: 3%;
    padding-top: 270px;
    z-index: 9;
}

#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;
    height: auto;
    width: 86%;
    margin: 0 auto;
}

#indexPage #mnews {
    padding-top: 100px;
    height: 680px;
    background-color: #fff;
}

#indexPage #mnews .content {
    margin: 0;
    top: 0;
}

#indexPage #mpartner {
    padding-top: 50px;
    height: 600px;
}

#indexPage #mpartner .content {
    margin: 0;
}

#indexPage #mcontact {
    padding-top: 100px;
    height: auto;
}

#indexPage #mcontact .content {
    margin: 0;
}

#indexPage #mservice {
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px;
}

#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: 96%;
    height: 1px;
    background: #eaeaea;
    text-align: left;
    margin-top: 78px;
    left: 2%;
    opacity: 0;
}

#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 {
    position: absolute;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    content: "";
    width: 90%;
    height: 1px;
    background: #e1e1e1;
    text-align: left;
    margin-top: 78px;
    left: 5%;
}

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

#projectinfo .header p {
    margin-left: 0;
}

#projectinfo .header {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

#sitecontent .npagePage .content .header p.title::before {
    position: absolute;
    content: "";
    top: 86px;
    width: 1px;
    height: 50px;
    background: #c3c3c3;
    margin-left: 150px;
    opacity: 0;
}

#category li.hasmore div {
    width: 90%;
    left: 5%;
}

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

#projectinfo .header p.title::before {
    display: none;
}

#indexPage .service_img {
    width: 400px;
    left: 0;
    height: 200px;
    overflow: hidden;
    top: 0;
}

#indexPage #servicelist #serviceitem_24.service_img::before {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    top: 284px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    background-color: #ccc;
}

#indexPage #mservice .content .header {
    width: 94%;
    padding-top: 120px;
}

#indexPage #mservice .content_list:after {
    content: "";
    display: block;
    width: 1px;
    height: 503px;
    background-color: #efefef;
    position: absolute;
    left: 265px;
    top: 30px;
    display: none;
}

#indexPage #mservice .content_list {
    position: relative;
}

#indexPage #servicelist {
    width: 76%;
    margin: 0 0 0 auto;
}

#indexPage #servicelist .serviceitem {
    width: 30%;
    height: 440px;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    margin-right: 40px;
}

#indexPage #servicelist .serviceitem div {
    width: 90%;
    text-align: center;
    z-index: 2;
}

#indexPage #servicelist .serviceitem div p.description {
    height: 50px;
    overflow: hidden;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s ease 0s;
    margin-left: 0;
    white-space: inherit;
    margin-top: 10px;
    text-align: left;
}

#indexPage #servicelist .serviceitem div p.description::after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 90%;
    left: 50%;
    margin-left: 1px;
    opacity: 0;
    text-align: right;
    margin-top: 10px;
    transition: all 0.6s ease 0s;
}

#indexPage #servicelist .serviceitem:hover div p.description::after {
    height: 56px;
    opacity: 1;
}

#indexPage #servicelist .serviceitem:hover div p.title {
    margin-left: 0;
    color: #6d6d6d;
}

#indexPage #servicelist .serviceitem:hover div p.description {
    margin-left: 0;
}

#indexPage #servicelist .serviceitem a.details {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 42px;
    border: none;
    margin: 0;
    position: absolute;
    top: 82%;
    left: 100px;
    margin-left: -80px;
    border-radius: 0;
    border: 1px solid #c6c6c6;
    text-indent: 0;
    color: #c6c6c6;
    opacity: 1;
    transition: all 0.8s ease 0s;
    font-size: 13px;
    font-family: "Times New Roman", Times, serif;
    text-transform: capitalize;
    text-transform: uppercase;
    text-transform: lowercasecase;
    opacity: 0;
}

#indexPage #servicelist .serviceitem:hover a.details {
    opacity: 1;
    color: #767676;
    top: 78%;
}

#indexPage #servicelist .serviceitem a.details::after {
    background-color: rgba(255, 0, 0, 0);
}

#indexPage #servicelist a.details:hover i {
    color: #767676;
}

#shares a#sshare {
    color: transparent;
    background-image: url(http://resources.jsmo.xin/templates/upload/220/icon/fenxiang.png);
    background-repeat: no-repeat;
}

#shares {
    height: 35px;
    right: 66px;
    bottom: -3px;
}

#shares a#gotop {
    margin-top: 6px;
    background: 0 0;
    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(http://resources.jsmo.xin/templates/upload/220/icon/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: 0 0;
    bottom: 0;
    color: #515151;
}

#footer p {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 8px 230px;
    right: 0;
    width: 100%;
}

#footer.mini p {
    padding: 8px 230px;
    right: 0;
}

#shares a {
    color: #515151;
    background-color: transparent;
    display: inline-flex;
    height: 22px;
    width: auto;
}

#shares a#sweibo {
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
}

#shares a#sweibo:hover {
    background: 0 0;
}

#shares a#sweixin {
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
}

#shares a#sweixin:hover {
    background-color: transparent;
}

#online_lx {
    border-radius: 0;
    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);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#footer a path {
    fill: grey;
}

#footer {
    position: fixed;
    z-index: 10;
}

#projecttags {
    margin-top: 20px;
    width: 340px;
    float: right;
    padding: 0 50px;
    margin-left: 0;
}

#projectib {
    margin-right: 0;
    margin-top: 12px;
    width: 340px;
    float: right;
    padding: 0 50px;
    margin-left: 0;
}

#projectib .projectitem {
    width: 160px;
}

.summary {
    float: left;
    animation-name: fadeInUp;
}

#indexPage #mteam .header img {
    float: left;
    margin: 0 auto 24px auto;
}

.bx-wrapper .bx-prev {
    left: 0;
}

#indexPage #mteam .bx-wrapper .bx-pager {
    opacity: 0;
}

.bx-wrapper .bx-next {
    right: 940px;
}

#newslist .newstitem .news_wrapper,
#newslist .newstitem .newsimg {
    width: 280px;
    height: 240px;
    top: 64px;
    display: block;
}

.description {
    display: 0;
}

#indexPage #mpage .wrapper {
    padding-bottom: 120px;
    width: 1200px;
}

.slider one .title {
    color: red;
}

.npagePage #newslist .newsbody .description {
    margin-top: 12px;
    color: #9e9e9e;
    width: 68%;
    margin-left: 0;
}

#contactinfo {
    width: 1120px;
    padding-left: 0;
    float: none;
    margin: 0 auto;
}

#contactinfo p.add {
    text-overflow: ellipsis;
    overflow: inherit;
    white-space: inherit;
}

#contactinfo p {
    float: left;
    width: 246px;
    padding-right: 50px;
    padding-left: 52px;
    height: auto;
    border-left: 1px solid #ececec;
}

#mcontact .content #contactinfo {
    height: 140px;
    position: relative;
    margin-top: 60px;
    animation-name: slideInUp;
}

#contactinfo h3 {
    width: 320px;
    float: left;
    overflow: inherit;
    white-space: inherit;
}

#mcontact .content #contactform {
    margin-top: 80px;
    float: none;
    height: 100%;
}

#mcontact .content #contactform {
    animation-name: slideInUp;
}

#contactinfo div {
    position: absolute;
    top: 30px;
}

.animated {
    animation-name: fadeInRight;
    animation-delay: 0.1s;
}

#indexPage #mteam .bx-wrapper::after {
    content: "";
    width: 86%;
    display: block;
    position: absolute;
    bottom: -20px;
    border-bottom: 1px solid rgba(143, 143, 143, 0.3);
    display: none;
}

#indexPage a.details i,
#indexPage a.more i,
#sitecontent .npagePage a.details i {
    font-size: 16px;
}

.npagePage content {
    text-align: center;
}

.npagePage #category {
    display: inline-block;
    position: static;
    top: 180px;
    right: 0;
    padding: 20px 0 60px 0;
}

.nobanner .npagePage #projectlist .projectitem {
    height: auto;
    margin-bottom: 10px;
    transition: all 0.3s ease-out 0s;
}

.nobanner .npagePage #projectlist .projectitem:hover {
    box-shadow: 0 8px 42px rgba(0, 0, 0, 0.12);
}

.nobanner .npagePage #projectlist .projectitem a .project_info {
    overflow: hidden;
}

.nobanner #projectlist .projectitem a .project_info p::after {
    display: none;
}

.npagePage #projectlist .projectitem a .project_info p.title {
    margin-left: 0;
    text-align: center;
}

.npagePage #projectlist .projectitem a .project_info p.subtitle {
    margin-left: 0;
    width: auto;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.npagePage #projectlist .projectitem a .project_info p.subtitle::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #4c4c4c;
    position: absolute;
    top: -140px;
    left: 50%;
    border: 0;
    transition: all 0.6s ease 0s;
    margin-left: -10px;
}

.npagePage #projectlist .projectitem:hover a .project_info p.subtitle::after {
    width: 60px;
    left: 50%;
    position: absolute;
    margin-left: -30px;
    display: none;
}

.npagePage #projectlist .projectitem a .project_info p {
    margin-left: 0;
    width: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #8c8c8c;
    padding: 0 40px;
}

.npagePage #projectlist .projectitem a .project_info p.description {
    opacity: 0;
}

.npagePage #projectlist .projectitem a .project_info div {
    height: 50px;
    transition: all 0.4s ease 0s;
    background-color: #fff;
    margin-top: 0;
    position: inherit;
}

.npagePage #projectlist .projectitem:hover a .project_info div {
    top: 56%;
    padding-top: 8%;
}

.npagePage #projectlist .projectitem a .project_info {
    width: 90%;
    margin-left: 5%;
}

.npagePage #projectlist .projectitem a .project_info div::after {
    content: "";
    display: block;
    width: 94%;
    height: 0;
    border: 1px solid #b9984d;
    position: absolute;
    top: 2%;
    left: 3%;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.npagePage #projectlist .projectitem a:hover .project_info div::after {
    opacity: 0;
    height: 96%;
}

.nobanner #projectlist .projectitem a .project_info p.title,
.npagePage #projectlist .projectitem a .project_info p.title {
    width: auto;
    padding: 0 60px;
    font-size: 16px;
}

.module-content .description {
    height: 42px;
}

@media screen and (min-width: 1920px) {
    .npagePage #projectlist .projectitem:hover a .project_info div {
        padding-top: 8%;
    }
}

@media screen and (max-width: 1440px) {
    .nobanner .npagePage #projectlist .projectitem {
        height: 290px;
    }

    .npagePage #projectlist .projectitem:hover a .project_info div {
        padding-top: 24%;
        margin-top: -16%;
        top: 59%;
    }

    .npagePage #projectlist .projectitem a .project_info p {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1660px) {
    .npagePage #projectlist .projectitem a .project_info p.subtitle::after {
        top: -146px;
    }

    .npagePage #projectlist .projectitem:hover a .project_info div {
        top: 59%;
    }
}

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

#sitecontent #newsPage #category {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#newsPage #newslist .newstitem .newsimg {
    top: 0;
    left: 0;
    transition: all 0.6s ease 0s;
    display: block;
    width: 100%;
    height: 260px;
}

#newsPage #newslist .newstitem .news_wrapper {
    height: 160px;
    top: 280px;
    left: 0;
}

#newsPage #newslist .newstitem .newsbody .date {
    top: 38px;
}

#newsPage #newslist .newsbody {
    margin-top: 0;
    transition: all 0.6s ease 0s;
}

#newsPage #newslist a:hover .newsbody {
    margin-left: 50px;
}

#newsPage .content #category a {
    margin-right: 4px;
}

.npagePage #newslist .newstitem .newsbody .title {
    margin-left: 0;
    margin-top: 1%;
    opacity: 1;
    text-align: left;
}

.npagePage #newslist .newstitem .newsbody .description {
    display: none;
}

#newsPage #newslist #newsitem .newsbody .description,
#newsPage #newslist .newstitem .newsbody .description {
    height: 44px;
}

#sitecontent .npagePage #servicelist .serviceitem a img {
    left: auto;
    position: inherit;
    width: 420px;
    height: auto;
    float: none;
}

#sitecontent .npagePage #servicelist .serviceitem a img::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: red;
}

#sitecontent .npagePage #servicelist .serviceitem a::after {
    display: none;
}

#sitecontent .npagePage #servicelist .serviceitem {
    background-color: #f0f0f0;
    padding: 20px;
}

.npagePage #servicelist {
    margin-top: 26px;
}

.npagePage #servicelist .serviceitem div {
    width: 640px;
    margin: 20px 0 0 60px;
    color: red;
    background-color: rgba(188, 162, 103, 0);
    float: left;
}

.npagePage #sitecontent #servicelist .serviceitem:hover a div {
    top: 41.6%;
}

.npagePage #servicelist .serviceitem {
    width: 1120px;
}

.npagePage #sitecontent #servicelist .serviceitem {
    overflow: visible;
}

#sitecontent .npagePage #servicelist .serviceitem a img {
    float: left;
}

.npagePage #servicelist .serviceitem div p.title {
    text-align: left;
    color: #444;
}

.npagePage #servicelist .serviceitem div p.description {
    padding: 0;
    color: #848484;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 560px;
}

#projectlist
    #projectitem_1
    a
    .project_info
    div::before
    .npagePage
    #servicelist
    .serviceitem {
    margin-right: 0;
}

.Pageservice .content #servicelist .serviceitem a.details {
    height: 200px;
    display: block;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    border: 1px solid #ccc;
}

.Pageservice .content #servicelist .serviceitem:hover a.details {
    opacity: 1;
    background-color: #4c4c4c;
    border: 1px solid #4c4c4c;
}

#sitecontent .npagePage #servicelist .serviceitem a.details {
    width: 140px;
    height: 40px;
    position: absolute;
    left: 500px;
    top: 70%;
    text-indent: 0;
    line-height: 40px;
}

#sitecontent .npagePage #servicelist .serviceitem:hover a.details {
    top: 60%;
}

#sitecontent .npagePage #servicelist .serviceitem {
    position: relative;
    color: #fff;
}

#sitecontent .npagePage a.details:hover i {
    color: #fff;
}

#indexPage #mteam .fw {
    padding-left: 197px;
    padding-top: 180px;
}

#indexPage #mteam .fw .bx-viewport {
    padding: 20px 0 0 20px;
}

.fw p {
    text-align: left;
}

#projectlist .projectitem a {
    height: 480px;
}

#indexPage #projectlist #projectitem_1 a .project_info div {
    margin-left: 0;
}

#indexPage #projectlist #projectitem_3 a img {
    margin-left: 620px;
}

#indexPage #projectlist #projectitem_3 a .project_info div {
    margin-left: 0;
}

#indexPage #projectlist #projectitem_5 a img {
    margin-left: 620px;
}

#indexPage #projectlist #projectitem_5 a .project_info div {
    margin-left: 0;
}

#indexPage #projectlist #projectitem_7 a img {
    margin-left: 620px;
}

#indexPage #projectlist #projectitem_7 a .project_info div {
    margin-left: 0;
}

#indexPage #projectlist #projectitem_9 a img {
    margin-left: 620px;
}

#indexPage #projectlist #projectitem_9 a .project_info div {
    margin-left: 0;
}

#indexPage #projectlist #projectitem_11 a img {
    margin-left: 620px;
}

#indexPage #projectlist #projectitem_11 a .project_info div {
    margin-left: 0;
}

#projectlist #projectitem_0 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 520px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    z-index: 1;
    font-family: "Times New Roman", Times, serif;
}

#projectlist #projectitem_0 a .project_info:hover div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_2 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 520px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    z-index: 1;
    font-family: "Times New Roman", Times, serif;
}

#projectlist #projectitem_2 a .project_info:hover div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_4 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 520px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    z-index: 1;
    font-family: "Times New Roman", Times, serif;
}

#projectlist #projectitem_4 a .project_info:hover div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_6 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 520px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    z-index: 1;
    font-family: "Times New Roman", Times, serif;
}

#projectlist #projectitem_6 a .project_info:hover div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_8 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 520px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    z-index: 1;
    font-family: "Times New Roman", Times, serif;
}

#projectlist #projectitem_8 a .project_info:hover div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_10 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 520px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    z-index: 1;
    font-family: "Times New Roman", Times, serif;
}

#projectlist #projectitem_10 a .project_info:hover div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_12 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 520px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    z-index: 1;
    font-family: "Times New Roman", Times, serif;
}

#projectlist #projectitem_12 a .project_info:hover div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_1 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 80px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    z-index: 1;
    font-family: "Times New Roman", Times, serif;
}

#projectlist #projectitem_1 a:hover .project_info div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_3 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 80px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    font-family: "Times New Roman", Times, serif;
    z-index: 1;
}

#projectlist #projectitem_3 a:hover .project_info div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_5 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 80px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    font-family: "Times New Roman", Times, serif;
    z-index: 1;
}

#projectlist #projectitem_5 a:hover .project_info div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_7 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 80px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    font-family: "Times New Roman", Times, serif;
    z-index: 1;
}

#projectlist #projectitem_7 a:hover .project_info div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_9 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 80px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    font-family: "Times New Roman", Times, serif;
    z-index: 1;
}

#projectlist #projectitem_9 a:hover .project_info div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#projectlist #projectitem_11 a .project_info div::before {
    content: "MORE";
    display: block;
    width: 160px;
    height: 42px;
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #aeaeae;
    position: absolute;
    top: 250px;
    left: 80px;
    border: 1px solid #c6c6c6;
    transition: all 0.6s ease 0s;
    font-family: "Times New Roman", Times, serif;
    z-index: 1;
}

#projectlist #projectitem_11 a:hover .project_info div::before {
    border: 1px solid rgba(198, 198, 198, 0);
}

#indexPage #projectlist #projectitem_1 a .project_info::after,
#indexPage #projectlist #projectitem_11 a .project_info::after,
#indexPage #projectlist #projectitem_3 a .project_info::after,
#indexPage #projectlist #projectitem_5 a .project_info::after,
#indexPage #projectlist #projectitem_7 a .project_info::after,
#indexPage #projectlist #projectitem_9 a .project_info::after {
    left: 40px;
}

#indexPage #projectlist #projectitem_1 a .project_info::before,
#indexPage #projectlist #projectitem_11 a .project_info::before,
#indexPage #projectlist #projectitem_3 a .project_info::before,
#indexPage #projectlist #projectitem_5 a .project_info::before,
#indexPage #projectlist #projectitem_7 a .project_info::before,
#indexPage #projectlist #projectitem_9 a .project_info::before,
#projectlist #projectitem_11:hover a .project_info::before,
#projectlist #projectitem_1:hover a .project_info::before,
#projectlist #projectitem_3:hover a .project_info::before,
#projectlist #projectitem_5:hover a .project_info::before,
#projectlist #projectitem_7:hover a .project_info::before,
#projectlist #projectitem_9:hover a .project_info::before {
    left: 40px;
}

#indexPage #projectlist #projectitem_0 .project_img::before {
    content: "";
    width: 1px;
    height: 3000px;
    position: absolute;
    top: -25%;
    left: 0;
    background-color: #e0e0e0;
}

#indexPage #projectlist #projectitem_2 .project_img::before {
    content: "";
    width: 400px;
    height: 450px;
    position: absolute;
    top: -25px;
    left: -25px;
}

#indexPage #projectlist #projectitem_4 .project_img::before {
    content: "";
    width: 400px;
    height: 450px;
    position: absolute;
    top: -25px;
    left: -25px;
}

#indexPage #projectlist #projectitem_6 .project_img::before {
    content: "";
    width: 400px;
    height: 450px;
    position: absolute;
    top: -25px;
    left: -25px;
}

#indexPage #projectlist #projectitem_8 .project_img::before {
    content: "";
    width: 400px;
    height: 450px;
    position: absolute;
    top: -25px;
    left: -25px;
}

#indexPage #projectlist #projectitem_10 .project_img::before {
    content: "";
    width: 400px;
    height: 450px;
    position: absolute;
    top: -25px;
    left: -25px;
}

#indexPage #projectlist #projectitem_12 .project_img::before {
    content: "";
    width: 400px;
    height: 450px;
    position: absolute;
    top: -25px;
    left: -25px;
}

#projectitem_1 .project_img::before {
    left: auto;
    right: 115px;
    content: "";
    width: 400px;
    height: 450px;
    position: absolute;
    top: -25px;
}

#indexPage #projectlist #projectitem_0 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    left: -25px;
    top: 325px;
}

#indexPage #projectlist #projectitem_2 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    left: -25px;
    top: 325px;
}

#indexPage #projectlist #projectitem_4 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    left: -25px;
    top: 325px;
}

#indexPage #projectlist #projectitem_6 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    left: -25px;
    top: 325px;
}

#indexPage #projectlist #projectitem_8 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    left: -25px;
    top: 325px;
}

#indexPage #projectlist #projectitem_10 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    left: -25px;
    top: 325px;
}

#indexPage #projectlist #projectitem_12 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    left: -25px;
    top: 325px;
}

#indexPage #projectlist #projectitem_1 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    right: 15px;
    top: 325px;
}

#indexPage #projectlist #projectitem_3 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    right: 15px;
    top: 325px;
}

#indexPage #projectlist #projectitem_5 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    right: 15px;
    top: 325px;
}

#indexPage #projectlist #projectitem_7 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    right: 15px;
    top: 325px;
}

#indexPage #projectlist #projectitem_9 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    right: 15px;
    top: 325px;
}

#indexPage #projectlist #projectitem_11 .project_img::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    right: 15px;
    top: 325px;
}

#projectlist .projectitem a .project_info p::after {
    content: "";
    display: block;
    width: 0;
    height: 42px;
    background-color: #000;
    position: absolute;
    bottom: 206px;
    border: 1px solid #000;
    opacity: 0;
    transition: all 0.4s ease 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -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: ease-out;
}

#projectlist .projectitem:hover a .project_info p::after {
    width: 160px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(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 #newsitem_0 {
    margin: 0;
}

#indexPage #newslist .newsitem {
    margin: 0;
}

#newslist .newstitem.left a.newscontent,
#newslist .newstitem.right a.newscontent {
    width: 100%;
}

#indexPage #newslist #newsitem_0 .newsimg,
#indexPage #newslist .newstitem .newsimg {
    width: 100%;
    height: auto;
    top: 0;
}

#indexPage #newslist .newstitem .newsimg::after {
    background-color: rgba(56, 56, 56, 0.5);
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

#indexPage #newslist .newstitem:hover .newsimg::after {
    opacity: 1;
}

#indexPage #newslist .newstitem .newsimg::before {
    display: block;
    content: "";
    background: url(http://resources.jsmo.xin/templates/upload/2656/201705/icon.png)
        no-repeat -208px -235px;
    width: 70px;
    height: 70px;
    position: absolute;
    opacity: 0;
    left: 50%;
    margin-left: -35px;
    top: 90%;
    transition: all 0.6s ease 0s;
    margin-top: 45px;
    display: none;
}

#indexPage #newslist .newstitem:hover .newsimg::before {
    opacity: 1;
    top: 87%;
    margin-top: -36px;
    display: none;
}

#indexPage #newslist .newstitem .news_wrapper {
    width: 100%;
    height: 120px;
    top: 240px;
}

#indexPage #newslist .newstitem .newsbody .description {
    width: auto;
    margin-left: 2%;
    margin-right: 2%;
    opacity: 0;
    margin-top: -8%;
    transition: all 0.6s ease 0s;
    text-align: center;
}
#indexPage #newslist .newstitem .newsbody .description::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background-color: white;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 130px;
    margin-left: -10px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
#indexPage #newslist .newstitem:hover .newsbody .description::after {
    opacity: 1;
}
#indexPage #newslist .newstitem:hover .newsbody .description {
    opacity: 1;
    margin-top: -28%;
    color: #fff;
}

#indexPage #newslist .bx-viewport {
    height: 420px;
}

#indexPage #newslist .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 50%;
    margin-left: -60px;
    top: 115%;
}

#indexPage #newslist .bx-wrapper .bx-controls-direction a.bx-next {
    right: 50%;
    margin-right: -100px;
    top: 115%;
}

#indexPage #newslist .bx-wrapper .bx-controls-direction a.bx-next i {
    transition: all 0.2s ease 0s;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #ccc;
}

#indexPage #newslist .bx-wrapper .bx-controls-direction a:hover.bx-next i {
    border-bottom: 1px solid #3d3d3d;
    background-color: #3d3d3d;
}

#indexPage #newslist .bx-wrapper .bx-controls-direction a i {
    transition: all 0.2s ease 0s;
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #ccc;
}

#indexPage #newslist .bx-wrapper .bx-controls-direction a:hover i {
    border-bottom: 1px solid #3d3d3d;
    background-color: #3d3d3d;
}

#indexPage #newslist .bx-wrapper .bx-pager-item {
    display: none;
}

#indexPage #mservice {
    padding: 50px;
    background-size: auto;
}

#indexPage #mservice .content,
#indexPage #mservice .content_list,
#indexPage #mservice .wrapper,
#indexPage #servicelist,
#sitecontent #servicelist .serviceitem a {
    height: 100%;
}

#indexPage #servicelist {
    margin: 0 auto;
}

#servicelist .serviceitem a {
    margin: 0;
}

#indexPage #servicelist .serviceitem div {
    margin-top: 58%;
    transition: all ease-out 0.5s;
}

#indexPage #servicelist .serviceitem:hover div {
    margin-top: 60%;
}

#headSHBtn i {
    display: none;
}

#headSHBtn:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 30px;
    left: 15px;
    transition: all 0.3s ease-out 0s;
}

#headSHBtn:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 20px;
    left: 15px;
    transition: all 0.3s ease-out 0s;
}

#headSHBtn:hover::after {
    transform: rotate(45deg);
    top: 25px;
    background: #fff;
}

#headSHBtn:hover::before {
    transform: rotate(-45deg);
    top: 25px;
    background: #fff;
}

#moduleControl a.moduleCItem {
    display: block;
}

#moduleControl a.moduleCItem {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 11px;
    height: 11px;
    position: relative;
}

#moduleControl a.moduleCItem.active span,
#moduleControl a.moduleCItem:hover span {
    width: 70px;
    height: 24px;
    position: absolute;
    top: -6px;
    text-indent: initial;
    color: #959595;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    right: 0;
    text-align: right;
    padding-right: 25px;
    display: none;
}

#moduleControl a.moduleCItem.active,
#moduleControl a.moduleCItem:hover {
    background-color: transparent;
    border: 2px solid #00c0ff;
}

#moduleControl a.moduleCItem.active::before,
#moduleControl a.moduleCItem:hover::before {
    position: absolute;
    content: "";
    background: 0 0;
    right: 20px;
}

#moduleControl a.moduleCItem {
    border: 2px solid transparent;
}

#moduleControl a.moduleCItem::before {
    position: absolute;
    content: "";
    height: 3px;
    background: #a8a8a8;
    width: 3px;
    left: 0;
    margin: 4px 0 0 4px;
    border-radius: 3px;
}

#moduleControl a.moduleCItem::after {
    position: absolute;
    content: "";
    height: 24px;
    background: rgba(155, 155, 155, 0.2);
    width: 1px;
    left: 0;
    margin: 11px 0 0 5px;
}

#moduleControl a.moduleCItem:last-child::after {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
}

#indexPage #mpartner {
    height: 180px;
    background-color: #f1f1f1;
}

#indexPage #mpartner .content {
    height: 180px;
}

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

#indexPage #mpartner .module-content {
    padding: 25px 0;
    width: 1060px;
    height: 80px;
    position: relative;
}

#indexPage #mpartner .wrapper {
    height: auto;
    display: inline-block;
    width: 1060px;
}

#indexPage #mpartner .wrapper ul li {
    height: 100px;
    padding-top: 8px;
}

#indexPage #mpartner .wrapper ul li a {
    width: 126px;
    height: auto;
    margin-right: 5px;
}

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

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

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

#mpartner .bx-wrapper .bx-controls-direction a {
    background: 0 0;
}

#mpartner .bx-wrapper .bx-controls-direction a i {
    color: #c3c6ca;
    margin: 0;
    right: auto;
    left: auto;
}

#mpartner .bx-wrapper .bx-controls-direction a i:before {
    display: none;
}

#mpartner .bx-wrapper .bx-controls-direction a:hover {
    background: #5d5d5d;
}

#mpartner .bx-wrapper .bx-controls-direction a:hover i {
    color: #fff;
    margin: 0;
}

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

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

#mpartner .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    top: 25%;
}

#newsPage #newslist .newstitem {
    margin: 0 0.5% 20px;
    width: 24%;
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease 0s;
}

#newsPage #newslist a:hover .newsbody {
    margin-left: 0;
    position: relative;
}

#newsPage #newslist .newstitem .news_wrapper::before {
    display: none;
}

#newsPage #newslist .newstitem .news_wrapper::after {
    display: none;
}

#newsPage #newslist .newsbody {
    width: auto;
    position: relative;
}

#newsPage #newslist .newstitem .newsbody::after {
    display: none;
}

#newsPage #newslist .newstitem .newsbody .title {
    color: #7b7b7b;
    width: 70%;
    margin-left: 16px;
}

#newsPage #newslist .newstitem .newsbody .description {
    height: 24px;
    margin-top: 0;
    margin-left: 16px;
    overflow: hidden;
}

#newsPage #newslist .newstitem a:hover .newsbody .title {
    color: #b9984d;
    margin-left: 28px;
}

#newsPage #newslist .newstitem a:hover .newsbody .description {
    margin-left: 28px;
}

#newsPage #newslist .newstitem:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #dedede;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    position: absolute;
    bottom: 80px;
}

#newsPage #newslist .newstitem:hover:after {
    width: 100%;
}

#newsPage #newslist .newstitem .newsbody::after {
    content: "";
    display: block;
    background-color: red;
    width: 50px;
    height: 40px;
    background: url(http://resources.jsmo.xin/templates/upload/1115/201611/icon.png)
        no-repeat -34px -172px;
    right: 2%;
    position: absolute;
    top: 0px;
    left: auto;
    transition: all 0.6s ease 0s;
    opacity: 1;
    border-color: transparent;
    margin-top: -6px;
    opacity: 0;
    transition: all 0.6s ease 0s;
}

#newsPage #newslist .newstitem .newsbody:hover::after {
    opacity: 1;
}

#newsPage #newslist .newstitem:hover .newsbody::after {
    right: 4%;
}

#newsPage #newslist .newstitem .newsbody .title::after {
    display: none;
}

#newsPage #newslist .newstitem a:hover .newsbody::after {
    background-color: transparent;
}

#newsPage #newslist .newstitem:hover {
    box-shadow: 0 8px 42px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

@media screen and (min-width: 1331px) and (max-width: 1440px) {
    #indexPage #mnews .bx-wrapper .bx-controls-direction a {
        top: 35%;
    }

    #indexPage #newslist .content_list li.newstitem .newsimg {
        height: 200px !important;
    }

    @media screen and (min-width: 1200px) and (max-width: 1440px) {
        #indexPage #newslist .newstitem {
            height: 220px;
        }
    }

    #indexPage #newslist .content_list li.newstitem .news_wrapper {
        top: 200px;
        height: auto !important;
    }

    #indexPage #newslist #newsitem_0::after {
        bottom: 78px !important;
    }

    #indexPage #newslist #newsitem_0 .news_wrapper {
        top: 200px;
    }

    #indexPage #newslist #newsitem_0 .news_wrapper::after {
        top: 0;
    }

    #newslist .newstitem .newsbody::before {
        bottom: 18px !important;
    }

    #newsPage #newslist .newsitem:after {
        bottom: 85px !important;
    }

    #indexPage .newstitem .newsbody {
        margin-top: 20px !important;
    }

    #newslist .newstitem a.newscontent {
        height: 280px !important;
    }

    #indexPage .newstitem .newsbody::after {
        top: 0;
    }

    #newsPage #newslist .newstitem .newsimg {
        height: 225px !important;
    }

    #newsPage #newslist .newstitem .news_wrapper {
        top: 220px;
        height: auto !important;
    }

    #newsPage #newslist #newsitem_0::after {
        bottom: 85px !important;
    }

    #newsPage #newslist #newsitem_0 .news_wrapper {
        top: 220px;
    }

    #newsPage #newslist #newsitem_0 .news_wrapper::after {
        top: 0;
    }

    #newsPage .newstitem .newsbody {
        margin-top: 20px !important;
    }

    #newsPage .newstitem .newsbody::after {
        top: 0;
    }

    #newsPage #newslist #newsitem_0 {
        height: 306px !important;
    }

    #newsPage #newslist .newstitem {
        height: 306px;
    }

    #newsPage #newslist .newstitem .newsbody::after {
        top: 6px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1329px) {
    #indexPage #newslist .content_list li.newstitem .newsimg {
        height: 220px !important;
    }

    #indexPage #newslist .content_list li.newstitem .news_wrapper {
        top: 220px;
        height: auto !important;
    }

    #indexPage #newslist #newsitem_0::after {
        bottom: 28px !important;
    }

    #indexPage #newslist #newsitem_0 .news_wrapper::after {
        top: 0;
    }

    #newslist .newstitem .newsbody::before {
        bottom: 30px !important;
    }

    #indexPage .newstitem .newsbody {
        margin-top: -270px !important;
    }

    #indexPage #newslist #newsitem_0 .newsbody {
        margin-top: -20px !important;
    }

    #newslist .newstitem a.newscontent {
        height: 310px !important;
    }

    #indexPage #newslist #newsitem_0 .news_wrapper {
        top: 220px;
    }

    #indexPage .newstitem .newsbody::after {
        top: 0;
    }

    #newsPage #newslist .newstitem .newsimg {
        height: 220px !important;
    }

    #newsPage #newslist .newstitem .news_wrapper {
        top: 220px;
        height: auto !important;
    }

    #newsPage #newslist #newsitem_0::after {
        bottom: 85px !important;
    }

    #newsPage #newslist #newsitem_0 .news_wrapper {
        top: 220px;
    }

    #newsPage #newslist #newsitem_0 .news_wrapper::after {
        top: 0;
    }

    #newsPage .newstitem .newsbody {
        margin-top: 20px !important;
    }

    #newsPage .newstitem .newsbody::after {
        top: 0;
    }

    #newsPage #newslist #newsitem_0 {
        height: 306px !important;
    }

    #newsPage #newslist .newstitem {
        height: 306px;
    }

    #newsPage #newslist .newstitem:after {
        bottom: 85px !important;
    }

    #newsPage #newslist .newstitem .newsbody::after {
        top: 0;
    }

    #newslist .newstitem:hover .newsbody .title {
        margin-top: -96%;
    }

    #newsPage .newstitem:hover .newsbody .title {
        margin-top: 8px;
    }

    .npagePage #newslist .newstitem .newsbody .title {
        margin-top: 8px;
    }

    #indexPage #newslist .newstitem:hover .newsbody .description {
        margin-top: -78%;
    }

    #indexPage #newslist .newstitem:hover .newsimg::before {
        margin-top: -56px;
    }

    #newslist .newstitem a.newscontent {
        height: 220px !important;
    }

    #indexPage #newslist .newstitem .newsbody .description {
        margin-top: -8%;
    }

    #newslist .newstitem .newsbody .title {
        margin-top: -12%;
    }

    #indexPage #newslist .newstitem {
        height: 220px;
    }
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-prev {
    left: -50px;
    margin-top: -16px;
}

#indexPage #mservice .wrapper .bx-wrapper .bx-next {
    right: -90px;
    margin-top: -16px;
}

#indexPage #newslist #newsitem_0 .news_wrapper {
    top: 0;
    height: auto;
}

#indexPage #newslist .newstitem .newsbody .description,
#indexPage #newslist .newstitem .newsbody .title,
#indexPage #newslist .newstitem:hover .newsbody .description,
#indexPage #newslist .newstitem:hover .newsbody .title {
    margin-top: 0;
}

#indexPage #newslist .newstitem .news_wrapper {
    height: 100%;
    top: 0;
}

#indexPage #newslist .newstitem .newsbody .title {
    margin-top: 50px;
}

#indexPage #newslist .newstitem .newsbody .description {
    margin-top: 40px;
}

#indexPage #newslist .newstitem:hover .newsbody .title {
    margin-top: 130px;
}

#indexPage #newslist .newstitem:hover .newsbody .description {
    margin-top: 10px;
}

#indexPage #servicelist {
    width: 86%;
}

@media screen and (min-width: 1200px) and (max-width: 1620px) {
    .npagePage #projectlist .wrapper {
        width: 96%;
    }

    .npagePage #projectlist .projectitem a {
        height: 440px;
    }

    .npagePage #projectlist .projectitem a .project_img {
        height: 350px;
    }

    .nobanner .npagePage #projectlist .projectitem {
        height: 440px;
    }

    .npagePage #projectlist .projectitem:hover a .project_info div {
        padding-top: 24%;
    }

    #indexPage #newslist .newstitem:hover .newsbody .title {
        margin-top: 60px;
    }

    #indexPage #newslist .newstitem {
        height: 200px;
    }

    #indexPage #newslist .newstitem:hover .newsbody .title {
        margin-top: 120px;
    }

    #indexPage #newslist #newsitem_0:hover .newsbody .title {
        margin-top: 40px;
    }

    #newslist .newstitem .newsbody ::after {
        bottom: 80px !important;
    }

    #indexPage #newslist .content_list li.newstitem .news_wrapper {
        top: -80px;
    }

    #indexPage #mpage .wrapper::before {
        margin-left: -37px;
    }

    .npagePage #projectlist .projectitem a div.project_img {
        width: 328px;
    }

    .npagePage #newslist .newstitem .newsbody .title {
        margin-top: 3%;
    }
}

@media screen and (min-width: 1329px) and (max-width: 1440px) {
    .npagePage #projectlist .projectitem a {
        height: 380px;
    }

    .npagePage #projectlist .projectitem a .project_img {
        height: 280px;
    }

    .nobanner .npagePage #projectlist .projectitem {
        height: 380px;
    }

    #indexPage #newslist .newstitem:hover .newsbody .title {
        margin-top: 60px;
    }

    #indexPage #newslist .newstitem {
        height: 200px;
    }

    #indexPage #newslist .newstitem:hover .newsbody .title {
        margin-top: 130px;
    }

    #indexPage #newslist #newsitem_0:hover .newsbody .title {
        margin-top: 40px;
    }

    #newslist .newstitem .newsbody ::after {
        bottom: -40px !important;
    }

    #newslist #newsitem_0 .newsbody .title::after {
        bottom: 30px !important;
    }

    #indexPage #newslist .content_list li.newstitem .news_wrapper {
        top: -80px;
    }

    #indexPage #mpage .wrapper::before {
        margin-left: -37px;
    }

    .npagePage #projectlist .projectitem a div.project_img {
        width: 304px;
    }

    .npagePage #newslist .newstitem .newsbody .title {
        margin-top: 5%;
    }
    #indexPage #mpage .wrapper li .fimg {
        right: 12%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1329px) {
    .npagePage #projectlist .projectitem a {
        height: 370px;
    }

    .npagePage #projectlist .projectitem a .project_img {
        height: 280px;
    }

    .nobanner .npagePage #projectlist .projectitem {
        height: 360px;
    }

    #indexPage #mpage .wrapper::before {
        margin-left: -37px;
    }

    #newslist #newsitem_0 .newsbody .title::after {
        bottom: 50px !important;
    }

    #indexPage #newslist #newsitem_0:hover .newsbody .title {
        margin-top: 90px;
    }

    #indexPage .newstitem .newsbody {
        margin-top: 22px !important;
    }

    #newslist .newstitem .newsbody::before {
        bottom: 50px !important;
    }

    .npagePage #projectlist .projectitem a div.project_img {
        width: 280px;
    }

    .npagePage #newslist .newstitem .newsbody .title {
        margin-top: 3%;
    }

    #newsPage #newslist .newstitem .newsbody::after {
        top: 5px;
    }

    #indexPage #mpage .wrapper li .fimg {
        right: 10%;
    }
}

/*改服务*/

#indexPage #servicelist {
    max-width: 1100px;
    width: 1100px;
}

#sitecontent #indexPage #servicelist .serviceitem a img {
    float: none;
    width: auto;

    height: 200px;
}

#indexPage .service_img {
    float: none;
    width: 100%;
    height: 195px;
    overflow: hidden;
    display: block;
}

#indexPage #servicelist .serviceitem {
    height: auto;
}

#indexPage #servicelist .serviceitem div {
    margin: 24px 20px 0 20px;
}

#indexPage #servicelist .serviceitem:hover div {
    margin-top: 38px;
}

#indexPage #servicelist .serviceitem a {
    padding-bottom: 120px;
}

#indexPage #servicelist .serviceitem a.details {
    padding-bottom: 0;
}

#indexPage #mservice .content {
    width: 100%;
}

#newsPage #newslist .newsbody {
    width: 100%;
}

.npagePage .service_img {
    overflow: hidden;
    width: 420px;
    height: 230px;
    float: left;
}

.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 {
    background-color: #3d3d3d;
    border: 1px solid #3d3d3d;
}

#indexPage #mslider .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
}

/* 2019-09-02 yyq 4-5 */
/* 处理分类 */
.bodyindex #indexPage #category .more,
.bodyindex #indexPage #category a:first-child,
.bodylist #category .more {
    display: none;
}

.bodyindex #indexPage #category a.more {
    position: static;
    width: auto;
    height: auto;
    text-indent: 0;
    display: none;
    line-height: 16px;
    height: 16px;
    font-size: 13px;
    color: #7b7b7b;
    margin-left: 0;
    border: none;
}

/* 处理图片 */
#mteam .content_list li .header a,
#mservice .serviceitem .service_img,
#mpartner .content_list li .par_img,
#projectlist .projectitem a div.project_img,
#projectlist .projectitem .project_img,
#servicelist .serviceitem .service_img,
#teamlist .teamitem .teamimg {
    position: relative;
    display: block;
    overflow: hidden;
}
#mteam .content_list li .header a img,
#mservice .serviceitem .service_img img,
#mpartner .content_list li .par_img img,
#indexPage #projectlist .projectitem a img,
#projectlist .projectitem .project_img img,
#sitecontent .npagePage #servicelist .serviceitem a img,
#teamlist .teamitem .teamimg img {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#mteam .content_list li .header a {
    padding-top: 100%;
}
#mservice #servicelist .serviceitem .service_img {
    padding-top: 55%;
    height: 0;
}
#mpartner .content_list li .par_img {
    padding-top: 40%;
}
#projectlist .projectitem .project_img {
    padding-top: 43%;
}
#projectlist .projectitem .project_img {
    padding-top: 100%;
}
#servicelist .serviceitem .service_img {
    padding-top: 20.5%;
    height: 0;
}
#teamlist .teamitem .teamimg {
    padding-top: 110%;
}

/* 其他样式 */
.bodylistpost.bodyteam #teamimage {
    display: none;
}
#teampost #teambody {
    margin-left: 0;
}
#category a {
    white-space: nowrap;
}
#newslist .wrapper {
    margin: 0 auto !important;
}
#indexPage #newslist .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 46%;
}
#indexPage #newslist .bx-wrapper .bx-controls-direction a.bx-next {
    right: 46%;
}
#indexPage #projectlist #projectitem_0 .project_img::before,
#indexPage #projectlist #projectitem_2 .project_img::before {
    content: none;
}
#indexPage #projectlist #projectitem_0 .projectitem_wrapper::before,
#indexPage #projectlist #projectitem_2 .projectitem_wrapper::before {
    content: "";
    width: 1px;
    height: 3000px;
    position: absolute;
    top: -25%;
    left: 0;
    background-color: #e0e0e0;
}
#indexPage #projectlist #projectitem_0 .project_img::after,
#indexPage #projectlist #projectitem_2 .project_img::after {
    content: none;
}
#indexPage #projectlist #projectitem_0 .projectitem_wrapper::after,
#indexPage #projectlist #projectitem_2 .projectitem_wrapper::after {
    background-color: #e3ca90;
    display: block;
    top: 25px;
    position: absolute;
    width: 160px;
    height: 160px;
    content: "";
    left: -25px;
    top: 325px;
}
#projectlist .projectitem a div.project_img {
    height: 0;
}
#indexPage #mpartner .module-content,
#indexPage #mpartner .content,
#indexPage #mpartner .wrapper ul li {
    height: auto;
}
#indexPage #mpartner .wrapper ul li a {
    margin-bottom: 0;
}
#indexPage #mpartner .wrapper ul li {
    padding-top: 18px;
}
.npagePage #projectlist .projectitem a .project_img {
    height: 0;
}
.npagePage #teamlist .teamitem a {
    height: auto;
}
.npagePage #teamlist .teamitem:hover .title {
    color: #b9984d;
}
#sitecontent #indexPage #servicelist .serviceitem a img {
    height: auto;
}
#indexPage #mservice .wrapper .bx-wrapper .bx-prev {
    left: -5%;
}
#indexPage #mservice .wrapper .bx-wrapper .bx-next {
    right: -5%;
}

#indexPage #newslist .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 42%;
    margin-left: 0;
}
#indexPage #newslist .bx-wrapper .bx-controls-direction a.bx-next {
    right: 42%;
    margin-right: 0;
}
.bodylistpost .npagePage {
    padding-bottom: 40px;
}
/* 2019-09-02 yyq 4-5 */
