﻿

/* CSS Document */

/*顶部导航居右 */

#indexPage #mslider ul li p {
    color: #fdd947;
}
#indexPage #mservice {
    background-color: #171717;
}
#mservice .content .header p.title {
    color: #f3f3f3;
}
#mservice .content .header p.subtitle {
    color: #707070;
}
#mservice .serviceitem div p.title {
    color: #fdd947;
}
.bx-wrapper {
    background: #171717;
}
#indexPage #mproject {
    background-color: #ffffff;
}
#projectmore {
    color: #fdd947;
    background: #262626;
    font-family: "HELVETICANEUELTPRO-THEX";
}

#leftcontrol ul li.active a span.circle {
    border-color: #a2a2a2;
    background-color: #a2a2a2;
}
#indexPage a.more {
    color: #fdd947;
    border-color: #262626;
    background-color: #262626;
    border-radius: 0px;
    width: 60%;
}
.postbody a {
    color: #03d522;
}
#category .label {
    background: #5e5e5e;
}
#pages a.active,
#pages a:hover {
    background: #5e5e5e;
}
.dropmenu ul li a.active {
    color: #fff;
    background: #969696;
}
#indexPage #mnews {
    background-color: #fff;
}
#indexPage #mteam {
    background-color: #1a1a1a;
}
#footer {
    background: #fff;
    border: #f0f0f0 1px solid;
}

#mteam .content .header p.title {
    color: #fff;
    font-family: "HELVETICANEUELTPRO-THEX";
}
#mteam .teamitem {
    border-bottom: #3c3c3c 1px dotted;
}
#leftcontrol ul li a {
    font-family: "HELVETICANEUELTPRO-THEX";
}
#indexPage #mslider {
    height: 370px;
}
.bx-viewport {
    max-height: 370px;
}
#indexPage #mslider ul li {
    height: 370px;
}
#indexPage #mslider ul li p.title {
    font-size: 2rem;
    margin-top: 300px;
    font-family: "HELVETICANEUELTPRO-THEX";
}
#indexPage #mslider ul li p.subtitle {
    font-family: "HELVETICANEUELTPRO-THEX";
    color: #e6e6e6;
}

#newslist .newstitem .newsdate {
    background-color: #2d2d2d;
    width: 7.6rem;
    padding: 1rem 1rem 1rem 0;
}
#newslist .newsinfo .md {
    color: #ececec;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

#indexPage a.more:hover {
    border: #262626 1px solid;
    background: #262626;
}

/* 2019-09-09 yyq 4-5 */
/* 处理图片 */
#mservice .serviceitem a,
#projectlist .projectitem .project_img,
#teamlist .teamitem #mteam_img,
#servicelist .serviceitem a {
    position: relative;
    display: block;
    overflow: hidden;
}
#mservice .serviceitem a img,
#projectlist .projectitem .project_img img,
#teamlist .teamitem #mteam_img img,
#servicelist .serviceitem a img {
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#mservice .serviceitem a {
    padding-top: 18%;
    width: 47.5%;
    margin: 0 auto;
}
#projectlist .projectitem .project_img {
    padding-top: 100%;
}
#teamlist .teamitem #mteam_img {
    padding-top: 24%;
    width: 24%;
    border-radius: 100%;
}
#servicelist .serviceitem a {
    padding-top: 19%;
    width: 50%;
    margin: 0 auto;
}

/* 处理幻灯 */
#mservice .slick-slider .slick-arrow {
    top: 2%;
    transform: none;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #indexPage #mservice .slider .slick-arrow {
        top: 20%;
    }
}

/* 其他样式 */
.postbody img {
    width: 100%;
}
#teampost .imgcw {
    display: none;
}
#footer p.plr10 span {
    width: 60%;
}
#indexPage #mservice {
    padding-bottom: 20px;
}
#teamlist .teamitem img {
    width: 100%;
}
#teamlist .teamitem {
    overflow: hidden;
    height: auto;
}
#teamlist .teamitem a {
    display: flex;
}
#teamlist .teamitem #mteam_img {
    flex: 1 0 auto;
}
#teamlist .teamitem .teaminfo {
    margin-left: 10px;
    width: 100%;
}
#teamlist .teamitem:nth-child(even) a {
    flex-direction: row-reverse;
}
#teamlist .teamitem:nth-child(even) .teaminfo {
    margin-left: 0;
    margin-right: 10px;
}
.serviceitem img {
    width: 100%;
}
.serviceitem,
#indexPage #mservice .slider_wrapper {
    height: auto;
}

#projectlist .projectitem .project_info {
    display: none;
}
.teamitem img {
    border-radius: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #teamlist .teamitem a {
        align-items: center;
    }
}
/* 2019-09-09 yyq 4-5 */

/* clear */
#header {
    background: #fff;
}
#indexPage #mslider ul li p.title {
    font-size: 3.2rem;
    font-family: PlusJakartaSans-Medium, 微软雅黑;
    width: 60%;
    white-space: break-spaces;
    line-height: 1;
    padding: 16px;
}
#indexPage #mslider ul li p {
    color: #fff;
}
#indexPage #mslider ul li p.subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-family: PlusJakartaSans-Medium, 微软雅黑;
    width: 50%;
    margin: 0 auto;
}
#leftcontrol ul li a {
    font-family: PlusJakartaSans-Medium, 微软雅黑;
}
#indexPage #mservice {
    background-color: #fff;
    padding: 40px 0;
}

#projectlist .projectitem {
    width: 99%;
}
#projectmore {
    display: none;
}
.content .header p.title {
    color: #111;
    font-size: 3.6rem;
}

#mservice .serviceitem div p.title {
    color: #111;
    font-size: 2rem;
}

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

#projectlist .projectitem .project_info {
    display: block;
}

.projectitem .project_info p.title {
    color: #111;
    font-size: 18px;
}
.projectitem .project_info p.subtitle {
    color: #999;
}

#mteam .content .header p.title {
    color: #111;
    font-family: PlusJakartaSans-Medium, 微软雅黑;
}
#indexPage #mteam {
    background-color: #fff;
}

#teamlist .teamitem #mteam_img {
    width: 30%;
    border-radius: 0;
    background-color: #f6f6f6;
}

#teamlist .teamitem .teaminfo {
    margin-left: 30px;
}

#indexPage a.more {
    color: #fff;
}
#newslist .newstitem .newsdate {
    background-color: #fff;
}

#newslist .newsinfo .md {
    color: #111;
}

#newslist .newsdate p,
#newslist .newsdate p {
    font-family: PlusJakartaSans-Medium, 微软雅黑;
}

#servicelist .serviceitem a {
    padding-top: 30%;
    width: 100%;
}

.serviceitem div p.title {
    color: #111;
    height: auto;
    font-size: 2rem;
}

#mservice .slick-slider .slick-arrow {
    top: 15%;
    color: #fff;
}

#mservice .serviceitem a {
    padding-top: 30%;
    width: 100%;
}

.serviceitem div {
    margin-top: 10px;
}

#category .label {
    background: #111;
}

#category .label {
    line-height: 50px;
    height: 50px;
}

.dropmenu .label .down {
    margin-top: 12px;
}

.dropmenu ul li {
    height: 50px;
}
.dropmenu ul li a {
    line-height: 50px;
    height: 50px;
}

#leftcontrol ul li a {
    font-size: 14px;
}
