@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #FF3057;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1440px) {
    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    height: 64px;
    background-color: #333333;
    z-index: 100;
}

.header .logo {
    margin-right: 38px;
}

.header .logo img {
    height: 64px;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav li {
    padding: 0 20px;
}

.nav li>a {
    line-height: 64px;
    color: #FFF;
}

.nav li.on a::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #FFF;
}

.nav li.on a {
    font-weight: bold;
}

.header .search {
    width: 300px;
    height: 32px;
    border: 1px rgba(255, 255, 255, .3) solid;
}

.header .search input[type='text'] {
    color: #FFF;
    padding-left: 15px;
    width: 100%;
    background: none;
}

.header .search input[type='submit'] {
    width: 40px;
    background: url(../images/search.svg)no-repeat center;
}

.footer {
    background-color: #333333;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.footer a {
    color: #FFF;
}

.footer .erwma {
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.footer .erwma img {
    width: 100%;
}

.footer .logo {
    margin-right: 14%;
}

.footer .logo::after,
.footer .c-con::after {
    content: '';
    position: absolute;
    right: -5vw;
    top: 50%;
    width: 1px;
    height: 72px;
    background-color: rgba(255, 255, 255, .3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer .c-con {
    margin-right: 14%;
}

.footer .f-nav a {
    margin-right: 50px;
    line-height: 1.1;
}

.footer .f-nav a:last-child {
    margin-right: 0;
}

.footer .info {
    font-size: 12px;
    opacity: .5;
    line-height: 1.1;
    margin-top: 30px;
}

.footer .info>div {
    margin-right: 50px;
}

.footer .info>div:last-child {
    margin-right: 0;
}

.copyright {
    opacity: .3;
    font-size: 14px;
    border-top: 1px rgba(255, 255, 255, .3) solid;
    line-height: 40px;
    margin-top: 30px;
}

.backtop {
    position: absolute;
    right: -8vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: .5;
    cursor: pointer;
}

.backtop span {
    width: 48px;
    height: 48px;
    border: 1px rgba(255, 255, 255, .8) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/top.svg)no-repeat center;
}

@media (min-width:1025px) {
    .nav li:hover>a {
        font-weight: bold;
    }
}

@media (max-width:1440px) {
    .backtop {
        display: none;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 64px;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 64px);
        padding: 20px;
    }
    .nav {
        display: block;
    }
    .nav li {
        padding: 0;
    }
    .nav li>a {
        color: #000;
        line-height: 60px;
    }
    .header .search {
        width: 100%;
        background-color: #333;
        height: 38px;
    }
    .backtop,
    .footer .erwma,
    .footer .c-con::after {
        display: none;
    }
    .footer .c-con {
        margin-right: 0;
    }
}

@media (max-width:950px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .logo {
        width: 100%;
        justify-content: center;
        margin-right: 0;
    }
    .footer .logo::after {
        display: none;
    }
    .footer .info {
        margin-top: 20px;
        justify-content: center;
    }
    .footer .info>div {
        margin-right: 30px;
    }
    .footer .f-nav {
        justify-content: center;
        margin-top: 20px;
    }
}

@media (max-width:767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    bottom: 50px;
}

.banner .swiper-pagination-bullet {
    width: 36px;
    height: 10px;
    background-color: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.home-title {
    line-height: 1.1;
    color: #000;
}

.home-title .cn {
    font-size: 32px;
}

.home-title .en {
    margin-top: 10px;
}

.home-pro {
    margin-top: 135px;
}

.home-pro .content {
    margin-top: 16px;
}

.home-pro .item {
    width: 24%;
    margin-top: 32px;
    margin-right: 1.3%;
}

.home-pro .item:nth-of-type(4n) {
    margin-right: 0;
}

.home-pro .item .pic {
    border: 1px rgba(0, 0, 0, .3) solid;
    overflow: hidden;
    padding-top: 76.245%;
}

.home-pro .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.home-pro .item .pic .new {
    position: absolute;
    width: 100px;
    line-height: 25px;
    color: #FFF;
    background-color: #FF3057;
    font-size: 12px;
    left: -30px;
    top: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.home-pro .item .tit {
    line-height: 24px;
    margin-top: 12px;
}

.home-pro .item .tit span {
    color: #C0A2A0;
    font-size: 12px;
    margin-left: 10px;
}

.home-pro .more {
    margin-top: 40px;
}

.home-pro .more>a {
    width: 146px;
    height: 46px;
    border: 1px rgba(0, 0, 0, .5) solid;
}

.home-pro .more>a::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/more.svg)no-repeat center;
    margin-left: 10px;
}

.home-about {
    background: url(../images/bg1.jpg)no-repeat center;
    background-size: cover;
    height: 1080px;
    margin-top: 120px;
    color: #FFF;
    overflow: hidden;
    padding-top: 240px;
}

.home-about .home-title .cn,
.home-about .home-title .en {
    color: #FFF;
}

.home-about .content {
    margin-top: 50px;
}

.home-about .pic {
    width: 51.4%;
    height: 400px;
}

.home-about .text-con {
    margin-right: 80px;
}

.home-about .tit {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 5px;
}

.home-about .text {
    line-height: 1.7;
    margin-top: 45px;
    font-size: 14px;
}

.home-about .more {
    margin-top: 48px;
}

.home-about .more>a {
    width: 146px;
    height: 46px;
    border: 1px rgba(255, 255, 255, .5) solid;
    color: #FFF;
}

.home-about .more>a::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/more1.svg)no-repeat center;
    margin-left: 10px;
}

.home-project {
    overflow: hidden;
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    height: 1080px;
    padding-top: 140px;
}

.home-project .swiper-slide {
    overflow: hidden;
    height: 600px;
}

.home-project .swiper-button-black {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px rgba(0, 0, 0, .5) solid;
    background-size: 16px;
}

.home-project .swiper-button-prev {
    left: -80px;
}

.home-project .swiper-button-next {
    right: -80px;
}

.home-project .content {
    margin-top: 50px;
}

.home-project .title-con {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #FFF;
    width: 100%;
    line-height: 1.1;
}

.home-project .title-con .tit {
    font-size: 48px;
}

.home-project .title-con .text {
    margin-top: 20px;
}

.home-project .more {
    margin-top: 50px;
}

.home-project .more>a {
    width: 146px;
    height: 46px;
    border: 1px rgba(0, 0, 0, .5) solid;
}

.home-project .more>a::after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/more.svg)no-repeat center;
    margin-left: 10px;
}

@media (min-width:1025px) {
    .home-pro .item:hover .pic img {
        transform: scale(1.05) translate(-50%, -50%);
        -webkit-transform: scale(1.05) translate(-50%, -50%);
        -moz-transform: scale(1.05) translate(-50%, -50%);
        -ms-transform: scale(1.05) translate(-50%, -50%);
        -o-transform: scale(1.05) translate(-50%, -50%);
    }
    .home-pro .more>a:hover,
    .home-project .more>a:hover {
        background-color: #000;
        color: #FFF;
    }
    .home-pro .more>a:hover::after,
    .home-project .more>a:hover::after {
        background-image: url(../images/more1.svg);
    }
    .home-about .more>a:hover {
        background-color: #FFF;
        color: #000;
    }
    .home-about .more>a:hover::after {
        background-image: url(../images/more.svg);
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        bottom: 20px;
    }
    .banner .swiper-pagination-bullet {
        height: 5px;
        width: 20px;
    }
    .home-title .cn {
        font-size: 24px;
    }
    .home-pro {
        margin-top: 60px;
    }
    .home-pro .content {
        margin-top: 0;
    }
    .home-about {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home-about .text-con {
        margin-right: 40px;
    }
    .home-project .title-con .tit {
        font-size: 32px;
    }
    .home-project {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:950px) {
    .home-pro .item {
        width: 32%;
        margin-right: 2%;
    }
    .home-pro .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .home-pro .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .home-about .pic {
        width: 100%;
        order: 1;
        height: auto;
    }
    .home-about .text-con {
        margin-right: 0;
        order: 2;
        margin-top: 20px;
    }
    .home-about .tit {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .home-pro .item {
        width: 49%;
        margin-top: 20px;
    }
    .home-pro .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-pro .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .home-project .title-con .tit {
        font-size: 24px;
    }
    .footer .info {
        display: block;
        line-height: 2;
    }
    .copyright {
        line-height: 1.7;
        padding-top: 20px;
    }
}

.pro-list .content {
    margin-top: 16px;
}

.pro-list .item {
    width: 24%;
    margin-top: 32px;
    margin-right: 1.3%;
}

.pro-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.pro-list .item .pic {
    border: 1px rgba(0, 0, 0, .3) solid;
    overflow: hidden;
    padding-top: 76.245%;
}

.pro-list .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.pro-list .item .pic .new {
    position: absolute;
    width: 100px;
    line-height: 25px;
    color: #FFF;
    background-color: #FF3057;
    font-size: 12px;
    left: -30px;
    top: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.pro-list .item .tit {
    line-height: 24px;
    margin-top: 12px;
}

.pro-list .item .tit span {
    color: #C0A2A0;
    font-size: 12px;
    margin-left: 10px;
}

.sub-nav {
    border-bottom: 1px rgba(18, 18, 46, 0.5) solid;
    line-height: 52px;
    margin-top: 20px;
}

.sub-nav a {
    margin-right: 38px;
}

.sub-nav .on {
    font-weight: bold;
}

.sub-nav .on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background-color: #000;
}

.page {
    margin-top: 48px;
    font-size: 12px;
    margin-bottom: 30px;
}

.page a {
    padding: 0 15px;
    line-height: 38px;
    border: 1px rgba(51, 51, 51, 0.2) solid;
    margin: 0 5px;
}

.page input {
    width: 40px;
    height: 38px;
    margin: 0 10px;
    border: 1px rgba(51, 51, 51, 0.2) solid;
    background: none;
}

.page .txt {
    margin-left: 5px;
}

.page .go {
    background-color: #000;
    color: #FFF;
    margin-left: 10px;
}

@media (min-width:1025px) {
    .pro-list .item:hover .pic img {
        transform: scale(1.05) translate(-50%, -50%);
        -webkit-transform: scale(1.05) translate(-50%, -50%);
        -moz-transform: scale(1.05) translate(-50%, -50%);
        -ms-transform: scale(1.05) translate(-50%, -50%);
        -o-transform: scale(1.05) translate(-50%, -50%);
    }
}

@media (max-width:950px) {
    .pro-list .item {
        width: 49%;
        margin-right: 2%;
    }
    .pro-list .item:nth-child(even) {
        margin-right: 0;
    }
    .page .txt,
    .page .go {
        display: none;
    }
}

@media (max-width:540px) {
    .page a {
        line-height: 30px;
        padding: 0 10px;
    }
}

.project {
    overflow: hidden;
    background: url(../images/bg3.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
}

.project .item {
    overflow: hidden;
    height: 800px;
    width: 32%;
    margin-right: 2%;
    margin-top: 32px;
}

.project .item:nth-of-type(3n) {
    margin-right: 0;
}

.project .content {
    margin-top: 50px;
}

.project .title-con {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #FFF;
    width: 100%;
    line-height: 1.1;
}

.project .title-con .tit {
    font-size: 65px;
}

.project .title-con .text {
    margin-top: 20px;
    font-size: 21px;
}

@media (min-width:1025px) {
    .project .item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .project .title-con .tit {
        font-size: 42px;
    }
    .project .title-con .text {
        font-size: 16px;
    }
    .project .item {
        height: 600px;
    }
}

@media (max-width:950px) {
    .project .item {
        width: 49%;
    }
    .project .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .project .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .project .title-con .tit {
        font-size: 36px;
    }
    .project .title-con .text {
        font-size: 14px;
    }
}

@media (max-width:540px) {
    .project .item {
        width: 100%;
        margin-right: 0;
    }
}

.about {
    background: url(../images/bg4.jpg)no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 180px;
}

.about .text-con {
    margin-right: 80px;
}

.about .pic {
    height: 400px;
    width: 51.4%;
    overflow: hidden;
}

.about .tit {
    font-size: 24px;
    font-weight: bold;
}

.about .text {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 30px;
}

@media (max-width:1199px) {
    .about {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .about .text-con {
        margin-right: 50px;
    }
    .about .tit {
        font-size: 20px;
    }
}

@media (max-width:950px) {
    .about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about .pic {
        width: 100%;
        margin-top: 30px;
        height: auto;
    }
    .about .text-con {
        margin-right: 0px;
    }
}

.project-details {
    margin-top: 115px;
    margin-bottom: 110px;
}

.project-details .view {
    margin-top: 48px;
}

.project-details .view .swiper-slide {
    width: 980px;
    height: 635px;
}

.project-details .view .swiper-slide img {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.project-details .view .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.project-details .view .swiper-pagination-bullet {
    width: 22px;
    height: 6px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #FFF;
}

.project-details .preview {
    margin-top: 48px;
    overflow: hidden;
}

.project-details .preview .swiper-container {
    overflow: hidden;
}

.project-details .preview .swiper-slide {
    width: 18.5%;
    margin-right: 1.8%;
    padding-top: 11%;
    border: 1px rgba(51, 51, 51, 0.3) solid;
}

.project-details .preview .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: .3;
}

.project-details .preview .active-nav img {
    opacity: 1;
}

.project-details .preview .active-nav::after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px #000 solid;
}

.project-details .arrow-left,
.project-details .arrow-right {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 10;
    background: url(../images/prev.svg)no-repeat center;
    background-size: 100%;
}

.project-details .arrow-left {
    left: 40px;
}

.project-details .arrow-right {
    right: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.crumbs {
    font-size: 20px;
}

.crumbs a {
    margin-right: 30px;
}

.crumbs a::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #000;
}

@media (max-width:1199px) {
    .project-details {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .project-details .view .swiper-slide img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .crumbs {
        font-size: 16px;
    }
    .project-details .view {
        margin-top: 32px;
    }
    .project-details .view .swiper-slide {
        overflow: hidden;
        padding-top: 65%;
        height: auto;
    }
    .project-details .view .swiper-slide img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .project-details .arrow-left,
    .project-details .arrow-right {
        width: 48px;
        height: 48px;
    }
    .project-details .arrow-left {
        left: 20px;
    }
    .project-details .arrow-right {
        right: 20px;
    }
}

@media (max-width:950px) {
    .project-details .preview .swiper-slide {
        width: 23.5%;
        padding-top: 15%;
    }
    .crumbs {
        font-size: 14px;
    }
    .project-details .arrow-left,
    .project-details .arrow-right {
        width: 34px;
        height: 34px;
    }
}

@media (max-width:540px) {
    .project-details {
        margin-top: 40px;
    }
    .project-details .preview {
        margin-top: 20px;
    }
    .project-details .preview .swiper-slide {
        width: 32%;
        padding-top: 20%;
    }
}

.pro-details {
    margin-top: 80px;
    margin-bottom: 60px;
}

.submenu a {
    font-size: 20px;
    margin-right: 24px;
    line-height: 1.1;
}

.submenu a.on {
    font-size: 32px;
}

.pro-details .view {
    margin-top: 48px;
}

.pro-details .view .swiper-slide {
    overflow: hidden;
    padding-top: 52.8%;
}

.pro-details .view .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.pro-details .view .swiper-pagination {
    bottom: 40px;
}

.pro-details .view .swiper-pagination-bullet {
    width: 27px;
    height: 7px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #FFF;
}

.pro-details .preview {
    overflow: hidden;
    margin-top: 48px;
}

.pro-details .preview .swiper-slide {
    width: 18.5%;
    margin-right: 1.8%;
    overflow: hidden;
    padding-top: 11%;
    border: 1px rgba(51, 51, 51, 0.3) solid;
}

.pro-details .preview .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: .3;
}

.pro-details .preview .active-nav {
    border-color: #000;
}

.pro-details .preview .active-nav img {
    opacity: 1;
}

.pro-details .info {
    border-top: 1px rgba(51, 51, 51, 0.2) solid;
    margin-top: 100px;
    padding-top: 130px;
}

.pro-details .info .focus {
    width: 740px;
    height: 400px;
}

.pro-details .info .focus .swiper-slide {
    overflow: hidden;
}

.pro-details .info .focus .swiper-pagination-bullet {
    width: 27px;
    height: 7px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #FFF;
}

.pro-details .info .text-con {
    margin-right: 80px;
}

.pro-details .info .text-con .tit {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
}

.pro-details .info .text-con .text {
    margin-top: 48px;
    font-size: 14px;
    line-height: 1.7;
}

.pro-details .pic-con {
    border-top: 1px rgba(51, 51, 51, 0.2) solid;
    margin-top: 100px;
    padding-top: 60px;
}

.pro-details .pic-con .tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
}

.pro-details .pic-con .item {
    width: 18.5%;
    margin-right: 1.8%;
    margin-top: 32px;
}

.pro-details .pic-con .item:nth-of-type(5n) {
    margin-right: 0;
}

.pro-details .pic-con .item .pic {
    overflow: hidden;
    padding-top: 59.317%;
    border: 1px rgba(51, 51, 51, 0.3) solid;
}

.pro-details .pic-con .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.pro-details .pic-con .item .checkbox {
    margin-top: 20px;
    width: 32px;
    height: 32px;
    border: 1px rgba(51, 51, 51, 0.2) solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.pro-details .pic-con .item.on .pic {
    border-color: #000;
}

.pro-details .pic-con .item .txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 20px;
}

.pro-details .pic-con .item.on .checkbox {
    background: #000 url(../images/dui.png)no-repeat center;
    border-color: #000;
}

.pro-details .mod {
    margin-top: 80px;
    padding-top: 70px;
}

.pro-details .mod .item .pic {
    padding-top: 99%;
}

@media (max-width:1199px) {
    .pro-details {
        margin-top: 50px;
    }
    .submenu a {
        font-size: 16px;
        margin-right: 20px;
    }
    .submenu a.on {
        font-size: 18px;
    }
    .pro-details .view,
    .pro-details .preview,
    .pro-details .pic-con {
        margin-top: 30px;
    }
    .pro-details .info {
        margin-top: 40px;
        padding-top: 30px;
    }
    .pro-details .info .focus {
        width: 50%;
        height: auto;
    }
    .pro-details .info .text-con {
        margin-right: 30px;
    }
    .pro-details .pic-con .item {
        width: 23.5%;
        margin-right: 2%;
    }
    .pro-details .pic-con .item:nth-of-type(5n) {
        margin-right: 2%;
    }
    .pro-details .pic-con .item:nth-of-type(4n) {
        margin-right: 0;
    }
    .pro-details .pic-con .item .txt {
        font-size: 14px;
    }
    .pro-details .pic-con {
        padding-top: 30px;
    }
    .pro-details .view .swiper-pagination {
        bottom: 10px;
    }
}

@media (max-width:950px) {
    .pro-details .info .focus {
        width: 100%;
        margin-top: 30px;
    }
    .pro-details .info .text-con {
        margin-right: 0px;
    }
    .pro-details .pic-con .item {
        width: 32%;
    }
    .pro-details .pic-con .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .pro-details .pic-con .item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .pro-details .preview .swiper-slide {
        width: 23.5%;
        margin-right: 2%;
        padding-top: 15%;
    }
    .pro-details .info .text-con .tit,
    .pro-details .pic-con .tit {
        font-size: 20px;
    }
    .pro-details .info .text-con .text {
        margin-top: 30px;
    }
}

@media (max-width:540px) {
    .pro-details .preview .swiper-slide {
        width: 32%;
        padding-top: 20%;
    }
    .pro-details .pic-con .item {
        width: 49%;
    }
    .pro-details .pic-con .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pro-details .pic-con .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

.search-page .wp {
    max-width: 19.2rem;
    width: 100%;
}

.search-page .container {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1440px) {
    .search-page .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.search-page .content ul {
    margin-top: .4rem;
}
.search-page .content ul li {
    padding: .3rem 0;
    border-bottom: 1px #333 solid;
    width: 100%;
}
.search-page .content ul li .type {
    font-size: .26rem;
    margin-bottom: 0.2rem;
    color: #00a19f;
    line-height: 1.4;
}
.search-page .content ul li .tit {
    font-size: .26rem;
    line-height: 1.6;
}
.search-page .content ul li .date {
    font-style: italic;
    background: url(../images/date.jpg)no-repeat left center;
    line-height: 2;
    padding-left: 30px;
    font-size: .18rem;
    color: #494a4a;
    margin-top: .2rem;
}