﻿@charset "UTF-8";
/*----back-top-start-----*/
.back-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

    .back-top a {
        display: block;
        width: 48px;
        height: 44px;
        background: url("../image/back-top.png") no-repeat;
    }

    .back-top:hover a {
        background: url("../image/back-top-activate.png") no-repeat;
    }

/*----back-top-end----*/
/*----nav_start----*/
.banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.b-img {
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
}

    .b-img a {
        display: block;
        height: 600px;
        float: left;
    }

.b-list {
    height: 50px;
    padding-top: 550px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

    .b-list span {
        display: block;
        cursor: pointer;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        float: left;
        margin: 0 5px;
        _margin: 0 3px;
    }

    .b-list .spcss {
        border: 3px solid #14ab04;
    }

.bar-left {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    left: 0px;
    background: none;
    top: 0px;
}

.bar-right {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    right: 0px;
    background: none;
    top: 0px;
}

.bar-left em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../image/arrow.png) 0px 0px no-repeat;
    margin: 0 auto;
    margin-top: 300px;
}

.bar-right em {
    display: block;
    width: 50px;
    height: 100px;
    background: url(../image/arrow.png) -50px 0px no-repeat;
    margin: 0 auto;
    margin-top: 300px;
}

.bar-left .emcss {
    background-position: 0px -100px;
}

.bar-right .emcss {
    background-position: -50px -100px;
}

/*----nav_end----*/
/*----center_start----*/
.center {
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 20px;
}

    .center .title {
        margin: 50px 0px 60px 0px;
        font-size: 40px;
        font-weight: normal;
        height: 50px;
        text-align: center;
        color: #0d0d0d;
    }

        .center .title span {
            position: relative;
        }

            .center .title span::before {
                content: '';
                position: absolute;
                bottom: -0.5em;
                left: -0.6em;
                width: 100%;
                height: 0.25em;
                background: -webkit-linear-gradient(315deg, transparent, transparent 45%, #0080ff, transparent 55%, transparent 100%), -webkit-linear-gradient(45deg, transparent, transparent 45%, #0080ff, transparent 55%, transparent 100%);
                background: linear-gradient(135deg, transparent, transparent 45%, #0080ff, transparent 55%, transparent 100%), linear-gradient(45deg, transparent, transparent 45%, #0080ff, transparent 55%, transparent 100%);
                background-size: 0.4em 0.5em;
                background-repeat: repeat-x, repeat-x;
            }

    .center .index-show {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

.index-show a {
    text-decoration: none;
    text-align: center;
}

.item {
    float: left;
    width: 230px;
    height: auto;
    font-size: 14px;
    margin: auto 35px auto 35px;
}

    .item .pic {
        position: relative;
        margin: 0 auto;
        width: 120px;
        height: 120px;
        border: 1px solid #cccccc;
        border-radius: 50%;
        margin-bottom: 20px;
    }

.index-show a:hover .item .pic {
    border: 1px solid #0080ff;
}

.item .pic .pic-image {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 55px;
    margin-left: -28px;
    margin-top: -27.5px;
    background: url(../image/item-1.png) no-repeat 0px 0px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.index-show a:hover .item .pic .pic-image {
    background: url(../image/item-1.png) no-repeat 0px -55px;
}

.name {
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.info {
    margin: 0 auto;
    color: #999;
}

.center-walk {
    position: relative;
    width: 100%;
    height: 400px;
}

.walk-l {
    z-index: -200;
    float: left;
    width: 600px;
    height: 100%;
}

    .walk-l img {
        width: 600px;
    }

.walk-r {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px 0px 0px 25px;
    width: 100%;
    z-index: 200;
    height: 350px;
    border: solid 2px #cccccc;
}

.walk-content {
    width: 45%;
    height: auto;
    float: right;
    margin: 67.5px 25px 15px 15px;
}

.walk-title {
    margin-bottom: 25px;
}

    .walk-title h5 {
        font-size: 20px;
        color: #4c4c4c;
    }

    .walk-title h1 {
        color: #000000;
        font-size: 50px;
    }

.walk-info {
    text-align: justify;
    color: #666666;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin-bottom: 25px;
}

.walk-more {
    width: 112px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
}

    .walk-more a, .walk-more a psan {
        text-decoration: none;
        color: #666666;
        letter-spacing: 2px;
    }

        .walk-more a psan {
            margin-left: 20px;
        }

    .walk-more:hover {
        border: 1px solid #0080ff;
        background: #0080ff;
    }

        .walk-more:hover a, .walk-more:hover a span {
            /*color: #0080ff;*/
            color: #ffffff;
        }

/*----center_start----*/

/*--------------SLIDER----------------*/

#slider {
    width: 100%;
}

/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
    top: 50%;
    margin-top: -30px;
}

    .controls li:nth-child(1) {
        left: 0;
    }

    .controls li:nth-child(2) {
        right: 0;
    }

/*------------PAGINATION------------*/

/*style pagination*/
.pagination li {
    background-color: #ddd;
}

    .pagination li.active {
        background-color: #0080ff;
    }

/*-------------HELPERS----------------*/

.responsive {
    width: 100%;
    height: auto;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*-----------走进瑞明斯-开始---------*/
.about-banner {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

    .about-banner img {
        width: 100%;
    }

.about-center {
    margin: 0 auto;
    max-width: 1200px;
    height: auto;
}

.about-margin {
    margin: 0 auto;
    text-align: center;
}

.about-center .title-en {
    font-size: 20.02px;
    font-weight: normal;
    color: #808080;
    margin-bottom: 2px;
}

.about-center .slogan {
    font-weight: normal;
    font-size: 30.03px;
    color: #0d0d0d;
}

    .about-center .slogan span {
        position: relative;
    }

        .about-center .slogan span::before {
            content: '';
            position: absolute;
            bottom: -0.5em;
            /*left: -0.6em;*/
            width: 100%;
            height: 0.25em;
            background: -webkit-linear-gradient(315deg, transparent, transparent 45%, #0080ff, transparent 55%, transparent 100%), -webkit-linear-gradient(45deg, transparent, transparent 45%, #0080ff, transparent 55%, transparent 100%);
            background: linear-gradient(135deg, transparent, transparent 45%, #0080ff, transparent 55%, transparent 100%), linear-gradient(45deg, transparent, transparent 45%, #0080ff, transparent 55%, transparent 100%);
            background-size: 0.4em 0.5em;
            background-repeat: repeat-x, repeat-x;
        }

.about-center .about-nav {
    width: 600px;
    margin: 60px auto;
    height: 34px;
    text-align: center;
}

    .about-center .about-nav ul {
        /*width: 560px;*/
        height: auto;
        display: inline-block;
    }

        .about-center .about-nav ul li {
            float: left;
            width: 98px;
            height: 34px;
            line-height: 34px;
            border: 1px solid #4d4d4d;
            color: #666666;
            margin-right: 20px;
            text-align: center;
        }

            .about-center .about-nav ul li:nth-last-child(1) {
                margin-right: 0px;
            }

            .about-center .about-nav ul li a {
                font-size: 16px;
                text-decoration: none;
                color: #666666;
            }

            .about-center .about-nav ul li:hover {
                border: 1px solid #0080ff;
            }

                .about-center .about-nav ul li:hover a {
                    color: #0080ff;
                }

        .about-center .about-nav ul .tabs-active {
            border: 1px solid #0080ff;
        }

            .about-center .about-nav ul .tabs-active a {
                color: #0080ff;
            }

.company-status {
    display: inline-block;
}

    .company-status li {
        font-size: 16px;
        color: #333333;
        height: 35px;
        line-height: 35px;
    }

        .company-status li::before {
            content: "●";
            color: #0080ff;
            margin-right: 10px;
        }

    .company-status .company-main-work {
        font-size: 14px;
        color: #666666;
    }

        .company-status .company-main-work::before {
            content: "●";
            color: #999999;
            margin-right: 10px;
        }

/*-----------走进瑞明斯-结束---------*/
/*-----------业绩中心-开始----------*/
.time-line {
    margin: -30px 0px 40px 0px;
    width: 100%;
    height: 66px;
    line-height: 66px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
}

    .time-line .line-name {
        display: inline-block;
        color: #333333;
        font-size: 16px;
        float: left;
        padding: 0px 20px 0px 20px;
    }

    .time-line ul {
        margin-top: 25.5px;
        display: inline-block;
        float: left;
        height: 15px;
        text-align: center;
        line-height: 15px;
    }

        .time-line ul li {
            width: 100px;
            float: left;
        }

        .time-line ul .active a {
            color: #0080ff;
        }

.time-line {
    width: 1198px;
}

    .time-line ul li a {
        color: #4c4c4c;
        font-size: 14px;
    }

    .time-line ul li:hover a {
        color: #0080ff;
    }

.year-active a {
    color: #0080ff;
}

.time-line ul li + li {
    border-left: 1px solid #999999;
}

.list-item {
    width: 1200px;
    height: auto;
}

    .list-item li {
        width: 588px;
        height: 218px;
        float: left;
        margin: 0px 20px 20px 0px;
        border: 1px solid #d9d9d9;
    }

        .list-item li:nth-child(2n) {
            margin-right: 0px;
        }

        .list-item li img {
            float: left;
            height: 200px;
            width: 250px;
            padding: 10px;
        }

        .list-item li .list-item-right {
            float: left;
            width: 300px;
            height: 200px;
            padding-top: 10px;
        }

        .list-item li * {
            text-align: justify;
        }

        .list-item li .list-item-right h3 {
            font-size: 16px;
            font-weight: normal;
            color: #0d0d0d;
        }

        .list-item li .list-item-right span {
            font-size: 12px;
            color: #b2b2b2;
            margin-right: 40px;
        }

        .list-item li .list-item-right * {
            margin-bottom: 16px;
        }

        .list-item li .list-item-right p {
            color: #666666;
            font-size: 14px;
        }

        .list-item li:hover {
            border: 1px solid #0080ff;
        }

            .list-item li:hover .list-item-right h3 {
                color: #0080ff;
            }

/*-----------业绩中心-结束----------*/
/*---------业绩中心-详情-开始--------*/
.location {
    margin-top: -45px;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #d9d9d9;
}

.location-left {
    height: auto;
}

    .location-left span {
        float: left;
        font-size: 12px;
        color: #808080;
        height: 35px;
        line-height: 38px;
    }

    .location-left ul li:nth-child(1):before {
        content: "";
    }

    .location-left ul li {
        float: left;
        height: 35px;
        line-height: 35px;
    }

        .location-left ul li a {
            color: #333333;
            font-size: 14px;
        }

        .location-left ul li:before {
            content: ">";
            color: #333333;
        }

.back-list {
    float: right;
    width: 80px;
    height: 28px;
    font-size: 14px;
    background: #0080ff;
    color: #fcfcfc;
    text-align: center;
    line-height: 28px;
}

.performance-center {
    width: 100%;
    height: auto;
}

    .performance-center .content-slider {
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        width: 600px;
        height: auto;
        margin-bottom: 40px;
    }

        .performance-center .content-slider .box {
            overflow: hidden;
            position: relative;
            width: 598px;
            height: 398px;
            margin: 55px 0px 10px 0px;
            z-index: 4;
            border: 1px solid #d9d9d9;
        }

            .performance-center .content-slider .box .list {
                height: auto;
                position: relative;
            }

                .performance-center .content-slider .box .list li {
                    position: absolute;
                    width: 598px;
                    height: 398px;
                    top: 0px;
                    left: 0px;
                    display: none;
                    text-align: center;
                    line-height: 398px;
                }

                    .performance-center .content-slider .box .list li a img {
                        vertical-align: middle;
                    }

        .performance-center .content-slider .btn {
            position: relative;
            height: 112px;
            width: 600px;
            left: 0;
            background: #fff;
            z-index: 5;
        }

            .performance-center .content-slider .btn li {
                overflow: hidden;
                float: left;
                width: 110px;
                height: 110px;
                border: 1px solid #d9d9d9;
                margin-right: 10px;
                text-align: center;
                line-height: 110px;
            }

                .performance-center .content-slider .btn li:nth-child(5n) {
                    margin-right: 0px;
                }

                .performance-center .content-slider .btn li a img {
                    width: 100%;
                    vertical-align: middle;
                }

            .performance-center .content-slider .btn .selected {
                border: 1px solid #0080ff;
            }

.performance-content {
    width: 100%;
    height: auto;
}
.performance-content img{
    width: auto%;
    height: auto;
	max-width:100%;
}

    .performance-content h1 {
        padding-bottom: 10px;
        font-size: 30px;
        color: #1a1a1a;
        font-weight: normal;
    }

    .performance-content .content-class {
        width: 100%;
        height: 25px;
        line-height: 25px;
        border-bottom: 1px dashed #e8e8e8;
        border-top: 1px dashed #e8e8e8;
    }

    .performance-content * {
        text-align: justify;
    }

    .performance-content .content-class {
        margin-bottom: 20px;
    }

        .performance-content .content-class span {
            font-size: 12px;
            color: #b2b2b2;
            margin-right: 40px;
        }

    .performance-content p {
        color: #808080;
        font-size: 14px;
        margin-bottom: 20px;
    }

/*---------业绩中心-详情-结束--------*/

/*---------业务中心-开始--------*/

.left-nav {
    margin-bottom: 30px;
    float: left;
    width: 300px;
    height: auto;
}

    .left-nav .title {
        width: 100%;
        height: 88px;
        background: #0080ff;
        color: #ffffff;
        text-align: center;
    }

        .left-nav .title span {
            display: inline-block;
            color: #ffffff;
            font-size: 30px;
            font-weight: normal;
        }

        .left-nav .title .cn-title {
            margin-top: 11px;
        }

        .left-nav .title .en-title {
            font-weight: normal;
            font-family: 'SiYuan-ExtraLigd3e2d13e11a6b3';
        }

    .left-nav .nav-menu .menu-title {
        margin-top: 10px;
        width: 100%;
        height: 40px;
        color: #fefefe;
        background: #999999;
        font-size: 20px;
        line-height: 40px;
        cursor: pointer;
    }

        .left-nav .nav-menu .menu-title a span {
            color: #fff;
        }

    .left-nav .nav-menu .active {
        color: #ffffff;
        background: #0080ff;
    }

    .left-nav .nav-menu .menu-title span {
        color: #fff;
        margin-left: 20px;
    }

    .left-nav .nav-menu .list {
        display: block;
        width: 298px;
        height: auto;
        border: 1px solid #0080ff;
        border-top: none;
        padding: 0px 0px 20px 0px;
    }

        .left-nav .nav-menu .list li {
            margin: 0 auto;
            font-size: 16px;
            color: #1a1a1a;
            width: 90%;
            height: auto;
            /*border-bottom: 1px solid #f2f2f2;*/
        }

            .left-nav .nav-menu .list li .sub-title {
                font-size: 16px;
                padding: 20px 0px 20px 20px;
                border-bottom: 1px solid #f2f2f2;
                cursor: pointer;
            }

                .left-nav .nav-menu .list li .sub-title:before {
                    content: "•";
                    margin-right: 3px;
                }

            .left-nav .nav-menu .list li .sub-list {
                display: block;
                width: 100%;
                height: auto;
                /*border-bottom: 1px solid #f2f2f2;*/
            }

            .left-nav .nav-menu .list li .sub-list {
                border-bottom: 1px solid #f2f2f2;
            }

                .left-nav .nav-menu .list li .sub-list li:before {
                    content: "";
                }

                .left-nav .nav-menu .list li .sub-list li {
                    padding: 0px 0px 0px 50px;
                    border: none;
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                }

                    .left-nav .nav-menu .list li .sub-list li a {
                        font-size: 14px;
                        color: #808080;
                    }

                        .left-nav .nav-menu .list li .sub-list li a:hover {
                            color: #0080ff;
                        }

.right-content {
    float: right;
    width: 850px;
    height: auto;
}

.product-list {
    width: 100%;
    height: auto;
}

    .product-list ul li {
        float: left;
        width: 268px;
        height: auto;
        border: 1px solid #d9d9d9;
        margin: 20px 20px 0px 0px;
    }

        .product-list ul li .product-img {
            margin: 0 auto;
            width: 90%;
            height: auto;
            border-bottom: 3px solid #d9d9d9;
            margin-top: 25px;
        }

            .product-list ul li .product-img img {
                width: 100%;
                /* vertical-align: middle; */
				    height: 212px;
            }

        .product-list ul li:hover {
            border: 1px solid #0080ff;
        }

            .product-list ul li:hover .product-img {
                border-bottom: 3px solid #0080ff;
            }

            .product-list ul li:hover p {
                color: #0080ff;
            }

        .product-list ul li a p {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            color: #333333;
            width: 90%;
            margin: 0 auto;
        }

        .product-list ul li:nth-child(3n) {
            margin-right: 0px;
        }

/*---------业务中心-结束--------*/
/*---------技术服务-开始-------*/
.technical-center {
    margin: 0 auto;
    width: 700px;
    height: auto;
}

.technical-center {
    margin-bottom: 100px;
}

    .technical-center .items {
        width: 160px;
        height: auto;
        float: left;
        margin-right: 120px;
        text-align: center;
    }

    .technical-center .technical-main .items .technical-pic {
        position: relative;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #0080ff;
        border: 10px solid #d4eaff;
    }

        .technical-center .technical-main .items .technical-pic span {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 42px;
            height: 40px;
            margin-left: -21px;
            margin-top: -20px;
            -webkit-transition: all .1s ease-in-out;
            -moz-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
        }

    .technical-center .technical-main .items:nth-child(3n) {
        margin-right: 0px;
    }

    .technical-center .items:first-child, .technical-center .items:nth-child(3) {
        margin-top: 20px;
    }

    .technical-center .technical-main .items p {
        text-align: center;
    }

    .technical-center .technical-main {
        width: 1200px;
    }

.technical-title {
    margin-top: 20px;
    font-size: 18px;
    color: #000000;
}

.technical-content {
    margin-top: 10px;
    font-size: 16px;
    color: #4c4c4c;
}

.technical-map img, .technical-map {
    width: 100%;
    /*margin-bottom: -10px;*/
}

/*---------技术服务-结束-------*/
/*---------技术服务-Tabs-开始---------*/
.technical-tabs {
    width: 100%;
}

    .technical-tabs .tabs {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

.tabs-margin {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.technical-table {
    width: 100%;
    height: auto;
}

.technical-table {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    border: 1px solid #666666;
}

    .technical-table .header {
        color: #ffffff;
        font-size: 16px;
        height: 48px;
        line-height: 48px;
        background: #666666;
    }

        .technical-table .header:hover th {
            color: #ffffff;
        }

    .technical-table tbody {
        margin: 0 auto;
        width: 90%;
    }

    .technical-table tr {
        font-size: 14px;
        color: #808080;
        height: 40px;
        line-height: 40px;
    }

        .technical-table .header th, .technical-table tr th {
            font-weight: normal;
        }

            .technical-table .header th:first-child, .technical-table .header th:last-child {
                width: 16%;
            }

            .technical-table tr th:first-child, .technical-table tr th:last-child {
                width: 16%;
            }

        .technical-table tr:hover th a {
            color: #0080ff;
            text-decoration: underline;
        }

        .technical-table tr:hover th {
            color: #0080ff;
        }
/*---------技术服务-Tabs-结束---------*/

.flexslider {
    margin: 0 0 0 0;
    border: 0;
}

.flex-control-nav {
    bottom: 0;
}

.flex-control-paging li a:hover {
    background: #0080ff;
}

.flex-control-paging li a.flex-active {
    background: #0080ff;
}

.flex-control-paging li a {
    background: #ffffff;
}

.flex-direction-nav a.flex-prev:before {
    background: url(../image/arrow.png) 0px 0px no-repeat;
}

.flex-direction-nav a.flex-next:before {
    background: url(../image/arrow.png) -50px 0px no-repeat;
}
