

.tow_nav_bj {
    height: 0px;
}

.head .nav > ul:first-child > li:nth-child(1) p {
    display: none;
}

body {
    background: #f5f5f5;
}


/*关于我们*/

.about {
    width: 100%;
    background: #fafafa;
    padding: 67px 65px;
}

.about_box .abo_list:nth-child(1) .abo-t {
    float: left;
    width: 60%;
    padding-right: 20px;
    padding-top: 20px;
}

    .about_box .abo_list:nth-child(1) .abo-t h3 {
        color: #222222;
        font-size: 22px;
        margin-bottom: 16px;
    }

    /*.about_box .abo_list:nth-child(1) .abo-t span:nth-child(2) {
	color: #222222;
	font-size: 14px;
	display: block;
	margin-bottom: 50px;
	position: relative;
}

    .about_box .abo_list:nth-child(1) .abo-t span:nth-child(2)::before {
        position: absolute;
        content: '';
        width: 34px;
        height: 1px;
        background: #000000;
        top: 42px;
    }*/

    .about_box .abo_list:nth-child(1) .abo-t p {
        color: #666666;
        font-size: 14px;
        line-height: 27px;
    }

.about_box .abo_list:nth-child(1) .abo-p {
    float: right;
    width: 40%;
}

.about_box .abo_list:nth-child(2) .abo-t p {
    color: #666666;
    font-size: 14px;
    line-height: 27px;
}

.about_box .abo_list:nth-child(2) .abo-p {
    float: left;
}

.about_box .abo_list:nth-child(2) .abo-t {
    float: right;
    width: 40%;
    padding-top: 1%;
    padding-left: 1%;
}

    .about_box .abo_list:nth-child(2) .abo-t p {
        margin-bottom: 5px;
    }


/*企业文化*/

.cult {
    width: 100%;
    height: auto;
}

    .cult .cu_list {
        width: 100%;
        position: relative;
    }

        .cult .cu_list .cu-p {
            float: left;
            overflow: hidden;
        }

            .cult .cu_list .cu-p img {
                transition: all 0.3s ease-in-out;
            }

        .cult .cu_list .cu-t {
            width: 660px;
            position: absolute;
            right: 0px;
            padding: 90px 95px 90px 95px;
            /*box-shadow: 0px 5px 50px #f5f5f5;*/
            top: 50%;
            transform: translateY(-50%);
            background: url(../image/05.png) no-repeat center;
            background-size: 100% 100%;
            transition: all 0.3s ease-in-out;
        }

            .cult .cu_list .cu-t h3 {
                color: #383838;
                font-size: 24px;
                margin-bottom: 75px;
                position: relative;
            }

                .cult .cu_list .cu-t h3::before {
                    position: absolute;
                    content: "";
                    width: 44px;
                    height: 4px;
                    background: #ff9a15;
                    top: 85px;
                }

        .cult .cu_list:nth-child(2) .cu-t h3::before {
            position: absolute;
            content: "";
            width: 44px;
            height: 4px;
            background: #ff9a15;
            top: 110px;
        }

        .cult .cu_list .cu-t p {
            margin-top: 25px;
        }

            .cult .cu_list .cu-t p font {
                color: #383838;
                font-size: 16px;
                font-weight: bold;
            }

            .cult .cu_list .cu-t p span {
                color: #666666;
                font-size: 16px;
            }

        .cult .cu_list:nth-child(2n) {
            margin-top: 40px;
        }

            .cult .cu_list:nth-child(2n) .cu-p {
                float: right
            }

            .cult .cu_list:nth-child(2n) .cu-t {
                left: 0px;
            }

        .cult .cu_list:hover .cu-p img {
            transform: scale(1.1);
        }

        .cult .cu_list:hover .cu-t {
            transform: translate(-50px, -50%);
        }


/*资质荣誉*/

.honor .honor-list {
    width: 24.5%;
    float: left;
    margin-right: 0.6666666%;
    margin-bottom: 30px;
}

    .honor .honor-list a {
        display: block;
        border: 1px solid #cccccc;
        overflow: hidden;
    }

        .honor .honor-list a img {
            display: block;
            margin: 0 auto;
            padding: 25px 10px;
            transition: all 0.3s ease-in-out;
            height: 222px;
        }

    .honor .honor-list figcaption {
        text-align: center;
        color: #4c4c4c;
        font-size: 14px;
        margin: 15px 0px;
        height: 20px;
        overflow: hidden;
        line-height: 20px;
        display: block;
        /* padding: 5px 0px; */
    }

    .honor .honor-list:nth-child(4n) {
        float: right;
        margin-right: 0px;
    }

    .honor .honor-list:hover a {
        border-color: #ff9a15;
    }

    .honor .honor-list:hover figcaption {
        color: #ff9a15;
    }

    .honor .honor-list:hover img {
        transform: scale(1.1);
    }


/*技术设备*/

.equi {
    width: 100%;
}

    .equi .equi-t p {
        color: #666666;
        font-size: 14px;
        line-height: 27px;
    }

.equi-p {
    margin-top: 50px;
}

    .equi-p h3 {
        color: #333333;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .equi-p .equi-box {
        margin-bottom: 45px;
    }

        .equi-p .equi-box .eq-list {
            float: left;
            width: 32.9%;
            margin-right: 0.65%;
            overflow: hidden;
            margin-bottom: 30px;
        }

            .equi-p .equi-box .eq-list:nth-child(3n) {
                float: right;
                margin-right: 0px;
            }

            .equi-p .equi-box .eq-list img {
                transition: all 0.3s ease-in-out;
            }

            .equi-p .equi-box .eq-list:hover img {
                transform: scale(1.1);
            }


/*环保理念*/

.idea {
    width: 100%;
}

    .idea .idea-list {
        width: 50%;
        float: left;
        margin-bottom: 50px;
    }

        .idea .idea-list .idea-p {
            width: 30%;
            float: left;
        }

        .idea .idea-list .idea-t {
            width: 70%;
            float: right;
            padding: 0px 5%;
            padding-top: 5%;
        }

            .idea .idea-list .idea-t p {
                color: #333333;
                font-size: 16px;
                font-weight: bold;
                margin-bottom: 15px;
            }

            .idea .idea-list .idea-t span {
                color: #666666;
                font-weight: 14px;
                line-height: 27px;
            }


/*新闻*/

.news .news_box {
    margin-top: 53px;
}

.news_list {
    float: left;
    width: 32%;
    cursor: pointer;
    margin-right: 2%;
    padding-bottom: 30px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
}

    .news_list:nth-child(3n) {
        float: right;
        margin-right: 0px;
    }

    .news_list .n-p {
        overflow: hidden;
    }

        .news_list .n-p img {
            transition: all 0.3s ease-in-out;
            width: 100%;
            height:250px;
        }

    .news_list .n-t > div {
        padding: 10px 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 29px;
    }

        .news_list .n-t > div span {
            color: #999999;
            font-size: 15px;
            float: left;
            display: block;
            height: 36px;
            line-height: 36px;
        }

        .news_list .n-t > div .bdsharebuttonbox {
            float: right
        }

    .news_list .n-t p {
        height:60px;
        color: #333333;
        font-size: 20px;
        line-height: 30px;
        padding: 0px 20px 0px 20px;
    }

    .news_list:hover .n-p img {
        transform: scale(1.1);
    }

    .news_list:hover .n-t p {
        color: #ff9a15;
    }

    .news_list:hover {
        transform: translateY(-30px);
        box-shadow: 0px 0px 50px #ebebeb;
    }


/*新闻详情*/

.news_show .title {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

    .news_show .title h3 {
        color: #333333;
        font-size: 24px;
        margin-bottom: 22px;
        font-weight: bold;
    }

    .news_show .title span {
        color: #b2b2b2;
        font-size: 14px;
        display: block;
    }

.news_show .n-content {
    padding-top: 45px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
}

    .news_show .n-content p {
        color: #666666;
        font-size: 14px;
        line-height: 27px;
    }

.back-list {
    position: relative;
}

    .back-list ul li {
        margin-top: 20px;
    }

        .back-list ul li a {
            color: #666666;
            font-size: 14px;
        }

            .back-list ul li a:hover {
                color: #ff9a15;
            }

    .back-list > a {
        position: absolute;
        right: 0px;
        display: block;
        top: 50%;
        width: 105px;
        transform: translateY(-50%);
        color: #666666;
        text-align: right;
        background: url(../image/011.png) no-repeat center left;
    }

        .back-list > a:hover {
            background: url(../image/022.png) no-repeat center left;
            color: #ff9a15;
        }


/*产品中心*/

.three-nav {
    text-align: center;
}

    .three-nav a {
        padding: 5px 15px;
        border-radius: 30px;
        background: #e6e6e6;
        color: #333333;
        font-size: 16px;
        margin: 0px 10px;
    }

        .three-nav a:hover,
        .three-nav a.active {
            background: #ff9a15;
            color: #FFFFFF;
        }

.product_box {
    margin-top: 40px;
}

    .product_box .product_list {
        width: 30%;
        float: left;
        margin-right: 5%;
        margin-bottom: 40px;
    }

        .product_box .product_list:nth-child(3n) {
            float: right;
            margin-right: 0px;
        }

        .product_box .product_list .pr-p {
            overflow: hidden;
            border: 2px solid #FFFFFF;
            position: relative;
        }

            .product_box .product_list .pr-p div.lock {
                position: absolute;
                width: 100%;
                top: 100%;
                height: 100%;
                background: rgba(255, 154, 21, 0.2);
            }

            .product_box .product_list .pr-p img {
                transition: all 0.3s ease-in-out;
            }

        .product_box .product_list a p {
            color: #5d5d5d;
            font-size: 16px;
            padding: 15px 0px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .product_box .product_list:hover p {
            color: #ff9a15;
        }

        .product_box .product_list:hover img {
            transform: scale(1.1);
        }

        .product_box .product_list:hover div.lock {
            top: 0px;
        }

        .product_box .product_list:hover .pr-p {
            border-color: #ff9a15;
        }


/*产品详情*/

.ps-show {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

    .ps-show .ps-left {
        width: 36%;
        float: left;
    }

        .ps-show .ps-left .pic-slide {
            margin-top: 20px;
            padding: 0px 30px;
            position: relative;
        }

            .ps-show .ps-left .pic-slide img {
                width: 80px;
                border: 1px solid #e6e6e6;
                cursor: pointer;
            }

                .ps-show .ps-left .pic-slide img:hover,
                .ps-show .ps-left .pic-slide img.active {
                    border-color: #ff9a15;
                }

            .ps-show .ps-left .pic-slide .swiper-button-prev {
                width: 12px;
                height: 22px;
                background: url(../image/012.png) no-repeat center;
                top: 50%;
                margin-top: -11px;
                left: 0px;
            }

            .ps-show .ps-left .pic-slide .swiper-button-next {
                width: 12px;
                height: 22px;
                background: url(../image/023.png) no-repeat center;
                top: 50%;
                margin-top: -11px;
                right: 0px;
            }

            .ps-show .ps-left .pic-slide .swiper-button-prev:hover {
                background: url(../image/01_1.png) no-repeat center;
            }

            .ps-show .ps-left .pic-slide .swiper-button-next:hover {
                background: url(../image/02_11.png) no-repeat center;
            }

    .ps-show .ps-right {
        width: 60%;
        float: right;
    }

.ps-right > h1 {
    color: #4c4c4c;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e6e6e6;
}

.ps-right .other {
    padding-top: 40px;
    padding-bottom: 60px;
}

    .ps-right .other a {
        padding: 7px 15px;
        border-radius: 30px;
        background: -webkit-linear-gradient(left, #ff9a16, #fdb658);
        background: -o-linear-gradient(left, #ff9a16, #fdb658);
        background: -moz-linear-gradient(left, #ff9a16, #fdb658);
        background: linear-gradient(left, #ff9a16, #fdb658);
        color: #ffffff;
        font-size: 14px;
        margin-right: 20px;
    }

.ps-show .ps-right table {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}

    .ps-show .ps-right table tr td {
        word-break: break-all
    }

    .ps-show .ps-right table p {
        display: block;
        text-align: center;
    }

.ps-r-list {
    margin-bottom: 30px;
    min-height: 150px;
}

    .ps-r-list h3 {
        background: #dddddd;
        color: #4c4c4c;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }

    .ps-r-list div {
        padding-top: 30px;
    }

        .ps-r-list div p {
            color: #666666;
            font-size: 14px;
            line-height: 27px;
        }


/*品质保障*/

.qualiy h3 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px;
}

.qualiy p {
    color: #333;
    font-size: 16px;
    line-height: 32px;
}


/*人才理念*/

.human {
    width: 100%;
    background: #f5f5f5;
}

    .human .h-left {
        float: left;
        width: 30.55767761650115%;
        overflow: hidden;
    }

        .human .h-left img {
            width: 400px;
            height: 468px;
            transition: all 0.3s ease-in-out;
        }

    .human .h-right {
        float: left;
        width: 69.44232238349885%;
    }

        .human .h-right .h-top .hu1 {
            float: left;
            width: 27.94279427942794%;
        }

        .human .h-right .h-top .hu2 {
            float: left;
            width: 45.1045104510451%;
            overflow: hidden;
        }

        .human .h-right .h-top .hu3 {
            float: left;
            width: 26.95269526952695%;
        }

        .human .h-right .h-bot .hu4 {
            float: left;
            width: 45.98459845984598%;
            overflow: hidden;
            position: relative;
        }

            .human .h-right .h-bot .hu4::before {
                position: absolute;
                content: "";
                width: 11px;
                height: 11px;
                right: -5.5px;
                top: 20%;
                transform: rotateZ(45deg);
                background: #f5f5f5;
                z-index: 99;
            }

        .human .h-right .h-bot .hu5 {
            float: left;
            width: 27.06270627062706%;
        }

        .human .h-right .h-bot .hu6 {
            float: left;
            width: 26.95269526952695%;
            overflow: hidden;
            position: relative;
        }

            .human .h-right .h-bot .hu6 img {
                width: 245px;
                height: 235px;
            }

            .human .h-right .h-bot .hu6::before {
                position: absolute;
                content: "";
                width: 11px;
                height: 11px;
                right: 50%;
                margin-left: -5.5px;
                top: -5.5px;
                transform: rotateZ(45deg);
                background: #f5f5f5;
                z-index: 99;
            }

        .human .h-right .h-t {
            padding-top: 5%;
            padding-left: 3%;
            padding-right: 3%;
        }

            .human .h-right .h-t h3 {
                color: #ff9a15;
                font-size: 22px;
                margin-bottom: 25px;
            }

            .human .h-right .h-t p {
                color: #666666;
                font-size: 14px;
                line-height: 25px;
            }

        .human .h-right .h-bot img,
        .human .h-right .h-top img {
            /*width: 100%;*/
            transition: all 0.3s ease-in-out;
        }

            .human .h-right .h-bot img:hover,
            .human .h-right .h-top img:hover {
                transform: scale(1.1);
            }


/*招聘*/

.job .job-title {
    background: #ff9a15;
    border-radius: 2px;
    margin-top: 45px;
}

    .job .job-title div {
        float: left;
        width: 20%;
        height: 88px;
        line-height: 88px;
        text-align: center;
        color: #ffffff;
        font-size: 22px;
    }

        .job .job-title div:last-child {
            position: relative;
        }


/*.job .job-title div:last-child::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 18px;
	top: 50%;
	margin-top: -9px;
	background: url(../img/job/01.png) no-repeat center;
	right: 14%;
}*/

.job .panel-title a div {
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    font-size: 16px;
}

    .job .panel-title a div:last-child {
        position: relative;
    }

        .job .panel-title a div:last-child::before {
            position: absolute;
            content: "";
            width: 22px;
            height: 18px;
            top: 50%;
            margin-top: -9px;
            background: url(../image/024.png) no-repeat center;
            right: 14%;
        }

.job .panel {
    border: none;
    box-shadow: none;
    border-radius: 0px;
}

.job .panel-default > .panel-heading {
    background-color: #FFFFFF;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 0px;
    padding-right: 0px;
}

.job .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.job .in {
    background-color: #fafafa;
}

.job .panel-group .panel + .panel {
    margin-top: 0px;
}

.job .job-infor tr {
    height: 30px;
    line-height: 30px;
}

    .job .job-infor tr td {
        padding-right: 30px;
    }

.job .job-infor font {
    color: #333333;
    font-size: 14px;
}

.job .panel-group .panel-heading + .panel-collapse > .panel-body p,
.job .panel-group .panel-heading + .panel-collapse > .panel-body span {
    color: #666666;
    font-size: 14px;
    line-height: 27px;
}

.job .jon-content {
    position: relative;
}

    .job .jon-content font.j-tel {
        color: #333333;
        font-size: 14px;
        position: absolute;
        right: 155px;
        bottom: 10px;
    }

    .job .jon-content a {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 150px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        color: #ffffff;
        font-size: 18px;
        border-radius: 30px;
        background: #ff9a15;
    }

.concept {
    background: #fafafa;
    margin-bottom: 70px;
}

    .concept div.con-left {
        float: left;
        width: 57.99540933435348%;
        position: relative;
        overflow: hidden;
    }

        .concept div.con-left img {
            transition: all 0.3s ease-in-out;
        }

        .concept div.con-left p {
            width: 100%;
            height: 60px;
            text-align: center;
            line-height: 60px;
            color: #ffffff;
            font-size: 24px;
            position: absolute;
            bottom: 0px;
            background: rgba(0, 0, 0, .3);
        }

        .concept div.con-left:hover img {
            transform: scale(1.1);
        }

    .concept div.con-right {
        float: right;
        width: 42.00459066564652%;
        padding-top: 30px;
    }

.jon-title {
    width: 100%;
    text-align: center;
}

    .jon-title p {
        color: #222222;
        font-size: 24px;
        text-transform: uppercase;
    }

    .jon-title span {
        color: #222222;
        font-size: 14px;
        font-weight: bold;
        display: none;
        text-transform: uppercase;
    }

.concept .con-box {
    text-align: center;
}

    .concept .con-box .col-xs-6 {
        margin-top: 50px;
    }

        .concept .con-box .col-xs-6 img {
            margin-bottom: 10px;
        }

        .concept .con-box .col-xs-6 p {
            color: #666666;
            font-size: 16px;
        }

            .concept .con-box .col-xs-6 p span {
                color: #222222;
                font-size: 16px;
                font-weight: bold;
            }

.career {
    margin-bottom: 80px;
}

.career-box {
    margin-top: 45px;
}

    .career-box .car-list {
        float: left;
        width: 32.59372609028309%;
        margin-right: 1.07115531752104%;
        position: relative;
        overflow: hidden;
    }

        .career-box .car-list:nth-child(3n) {
            float: right;
            margin-right: 0px;
        }

        .career-box .car-list > p {
            position: absolute;
            bottom: 0px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            color: #ffffff;
            font-size: 18px;
            font-weight: bold;
            width: 100%;
            background: rgba(0,0,0,.3);
            transition: all 0.3s ease-in-out;
        }

        .career-box .car-list img {
            transition: all 0.3s ease-in-out;
        }

        .career-box .car-list .ca-lock {
            position: absolute;
            top: 100%;
            transition: all 0.3s ease-in-out;
            text-align: center;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.3);
        }

            .career-box .car-list .ca-lock div {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }

            .career-box .car-list .ca-lock p {
                color: #ffffff;
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 30px;
            }

            .career-box .car-list .ca-lock span {
                color: #ffffff;
                font-size: 16px;
            }

        .career-box .car-list:hover img {
            transform: scale(1.1);
        }

        .career-box .car-list:hover p {
            bottom: -50px;
        }

        .career-box .car-list:hover .ca-lock {
            top: 0px;
        }
/*招聘表单*/

.resume_box form input.form-control {
    display: inline-block;
    width: 60%;
}

.resume_box textarea {
    resize: none;
    min-height: 300px;
}

.resume_box font {
    color: red;
}

.resume_box label {
    color: #333333;
    font-size: 16px;
    font-weight: inherit;
}

.resume_box label {
    color: #333333;
    font-size: 16px;
    font-weight: inherit;
}

.resume_box p {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    margin: 20px 0px;
    padding: 0px 10px 0px 15px;
    line-height: 36px;
}

.resume_box form > .row > .col-xs-12 {
    margin-bottom: 20px;
}

    .resume_box form > .row > .col-xs-12 button {
        width: 150px;
        height: 40px;
    }

        .resume_box form > .row > .col-xs-12 button:nth-child(1) {
            background: #ff9a15;
            border-color: #ff9a15;
            outline: none;
        }


/*联系我们*/

.contact {
    padding: 15px 33px;
    background: #fafafa;
}

    .contact > div {
        width: 50%;
        float: left;
    }

        .contact > div #map {
            width: 100%;
            height: 420px;
        }

    .contact .map-box img,
    .contact .map-box label {
        max-width: none;
    }

    .contact .c-infor {
        padding-top: 60px;
        padding-left: 100px;
    }

        .contact .c-infor h3 {
            color: #ff9a15;
            font-size: 21px;
            padding-bottom: 20px;
            border-bottom: 1px solid #d6d6d6;
            margin-bottom: 25px;
        }

        .contact .c-infor > div {
            margin-bottom: 35px;
            padding-left: 35px;
            position: relative;
        }

            .contact .c-infor > div.c-tel::before {
                position: absolute;
                content: '';
                width: 18px;
                height: 18px;
                left: 0px;
                top: 0px;
                background: url(../image/051.png) no-repeat center;
            }

            .contact .c-infor > div.c-fax::before {
                position: absolute;
                content: '';
                width: 16px;
                height: 18px;
                left: 0px;
                top: 0px;
                background: url(../image/061.png) no-repeat center;
            }

            .contact .c-infor > div.c-addr::before {
                position: absolute;
                content: '';
                width: 15px;
                height: 19px;
                left: 0px;
                top: 0px;
                background: url(../image/071.png) no-repeat center;
            }

            .contact .c-infor > div > div {
                margin-bottom: 10px;
            }

        .contact .c-infor font {
            color: #4c4c4c;
            font-size: 14px;
            display: block;
            width: 54%;
            float: left;
        }

        .contact .c-infor span {
            color: #4c4c4c;
            font-size: 14px;
            width: 34%;
            float: left;
            padding-left: 1%;
        }


/*在线留言*/

.message_box {
    width: 100%;
}

    .message_box form {
        width: 100%;
    }

        .message_box form .form_box {
            background: #fafafa;
            padding: 45px 0px;
        }

        .message_box form .form_input {
            display: block;
            width: 925px;
            margin: 0 auto;
        }

        .message_box form .form_box .form_input > .form-group .form-group {
            float: left;
            width: 50%;
        }

            .message_box form .form_box .form_input > .form-group .form-group:last-child {
                padding-left: 90px;
            }

            .message_box form .form_box .form_input > .form-group .form-group label {
                float: left;
            }

            .message_box form .form_box .form_input > .form-group .form-group input {
                width: 320px;
                float: left;
            }

        .message_box form .form_box .form_input > .form-group > label {
            float: left;
        }

        .message_box form .form_box .form_input > .form-group > input,
        .message_box form .form_box .form_input > .form-group > textarea {
            width: 870px;
            float: left;
        }

        .message_box form .form_box .form_input > .form-group > textarea {
            resize: none;
            height: 210px;
        }

        .message_box form .form-group label {
            margin-right: 15px;
            width: 25px;
        }

        .message_box form .form_btn {
            text-align: center;
            margin-top: 35px;
        }

            .message_box form .form_btn button {
                width: 185px;
                height: 58px;
                text-align: center;
                line-height: 58px;
                color: #FFFFFF;
                font-size: 18px;
                border-radius: 5px;
                border: none;
                outline: none;
            }

                .message_box form .form_btn button:first-child {
                    background: #ff9a15;
                }

                .message_box form .form_btn button:last-child {
                    background: #e6e6e6;
                    color: #4c4c4c;
                    margin-left: 40px;
                }

@media screen and (min-width: 100px) and (max-width: 1660px) {
    .contact .c-infor font {
        width: 20%;
    }

    .contact .c-infor span {
        width: 80%;
    }

    .human .h-right .h-t p {
        font-size: 12px;
    }

    .about_box .abo_list:nth-child(2) .abo-t {
        width: 39%;
        padding-left: 2%;
    }

    .human .h-right .h-t {
        padding-top: 5%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .human .h-left img {
        width: 400px;
        height: 393px;
        transition: all 0.3s ease-in-out;
    }

    .human .h-right .h-bot .hu6 img {
        width: 245px;
        height: 200px;
    }

    .concept .con-box .col-xs-6 p {
        font-size: 13px;
    }
    .concept .con-box .col-xs-6 {
        margin-top: 25px;
    }
}
