﻿@charset "utf-8";

html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    min-width: 1200px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    overflow-x: hidden;
    color: #333;
    font-size: 13px;
}

nav, footeraa, section, header, article {
    display: block;
}

ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p, input, textarea, i, em, select {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
    font-family: 'Microsoft YaHei';
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #666;
    text-decoration: none;
}

    a:link {
        -webkit-tap-highlight-color: rgba(0,0,0,0); /*禁止链接高亮*/
        -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
    }

    a:hover {
        text-decoration: none;
        color: #004e91;
    }

input, textarea {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    a, button, input, input:focus, textarea:focus, select:focus, label:focus, option:focus {
        outline: none;
    }

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofH {
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

    *::before, *::after {
        box-sizing: border-box;
    }

    *:focus {
        outline: none;
    }

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    border: 0 none;
    transition: all 0.7s;
}

    img:hover {
        transition: all 0.7s;
    }





.top1 {
    width: 1200px;
    margin: 20px auto;
}

.logoimg {
    float: left;
    padding-right: 15px;
}

.tel {
    background: url(../images/tel.jpg) left center no-repeat;
    padding-left: 50px;
    height: 50px;
    float: right;
}

    .tel span {
        display: block;
        color: #333;
        font-size: 14px;
    }

    .tel .num {
        color: #f29b03;
        font-family: "Impact";
        font-size: 30px;
    }



/*幻灯片*/
.banner {
    overflow: hidden;
    width: 100%;
}

.banner-box {
    min-width: 1200px;
    height: 446px;
    position: relative;
    margin: 0 auto;
}

    .banner-box .bd, .banner-box .bd ul {
        width: 100% !important;
    }

        .banner-box .bd li {
            width: 100% !important;
            height: 446px;
            background-position: center;
            background-repeat: no-repeat;
            background-color: #fff;
        }

            .banner-box .bd li a {
                display: block;
                background-size: auto;
                width: 100%;
                height: 80%;
                position: relative;
                z-index: 998;
            }

.banner-btn {
    width: 100%;
    position: absolute;
    top: 168px;
    left: 0;
    margin-left: 0;
    height: 330px;
    overflow: hidden;
}

    .banner-btn a {
        display: block;
        width: 49px;
        height: 104px;
        position: absolute;
        top: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: 0.3s all ease-in-out;
        z-index: 999;
    }

        .banner-btn a.prev {
            left: -50px;
            background: url(../images/an.png) no-repeat 0 0;
        }

        .banner-btn a.next {
            right: -50px;
            background: url(../images/an.png) no-repeat -49px 0;
        }

.banner-box .hd {
    position: absolute;
    bottom: 100px;
    width: 100%;
    display: block;
}

    .banner-box .hd ul {
        text-align: center;
    }

        .banner-box .hd ul li {
            width: 12px;
            height: 12px;
            border-radius: 20px;
            text-indent: -9999px;
            background: #fff;
            cursor: pointer;
            display: inline-block;
            margin: 0 5px;
            transition: 0.3s all ease-in-out;
        }

            .banner-box .hd ul li.on {
                background: #ea7c23;
                width: 32px;
            }

.banner-box:hover .banner-btn a.prev {
    left: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box:hover .banner-btn a.next {
    right: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

    .banner-box .banner-btn a.prev:hover, .banner-box:hover .banner-btn a.next:hover {
        filter: alpha(opacity=80);
        -moz-opacity: .8;
        -khtml-opacity: .8;
        opacity: .8;
    }



.nav {
    width: 100%;
    height: 50px;
    float: left;
    background: #07793d;
    ;
    position: relative;
    z-index: 99999;
}

    .nav .nav_ul {
        max-width: 1200px;
        margin: 0px auto;
    }

        .nav .nav_ul > li {
            width: 12%;
            float: left;
            position: relative;
        }

            .nav .nav_ul > li .nav_list {
                display: none;
                position: absolute;
                background: #fff;
                top: 50px;
                left: 0px;
            }

        .nav .nav_ul .on {
            background: #f29b03;
        }

        .nav .nav_ul > li:hover .nav_list {
            display: block;
            z-index: 9999;
        }

        .nav .nav_ul > li > p {
            width: 100%;
            float: left;
            font-size: 16px;
            height: 50px;
            position: relative;
            z-index: 3;
        }

            .nav .nav_ul > li > p a {
                width: 100%;
                float: left;
                height: 50px;
                line-height: 50px;
                text-align: center;
                color: #fff;
                font-weight: normal;
            }

            .nav .nav_ul > li > p:hover {
                background: #f29b03;
            }

.nav_list_l > ul > li {
    width: 180px;
    height: 45px;
    float: left;
    padding-left: 35px;
}

    .nav_list_l > ul > li > a {
        float: left;
        line-height: 45px;
        color: #666;
        font-size: 14px;
    }

    .nav_list_l > ul > li:hover a {
        color: #f29b03;
    }




.content {
    width: 1200px;
    margin: 20px auto;
    position: relative;
}

.cenbj {
    /*background: #f0efef;*/
}

.ind_about {
    width: 100%;
    /*float: left;*/
    padding-top: 40px;
}

    .ind_about .abimg {
        margin-left: 75%;
        width: 25%;
        text-align: center;
    }

    .ind_about p {
        line-height: 24px;
        font-size: 13px;
        color: #666;
    }

.about-txt {
    float: left;
    width: 75%;
}

.more {
    padding: 12px 8px;
    width: 100%;
    clear: both;
    text-align: center;
}

    .more a {
        color: #fff;
        width: 180px;
        padding: 12px 23px;
        background: #f29b03;
    }

.ind_case, ind_product {
    margin-top: 28px;
}
/*.ind_about .more {
        background: #f29b03;
        color: #fff;
        border: none;
    }*/

.ind_about .more:hover a {
    color: #fff;
}

.tit {
    text-align: center;
    height: 62px;
    margin: 10px 0;
    line-height: 62px;
}

    .tit h1 {
        font-size: 29px;
        font-weight: bold;
    }

.ind_product {
    margin-top: 20px;
}

.parent {
    display: flex;
    width: 100%;
}

    .parent .children {
        width: 25%;
        height: auto;
        min-height: 100px;
        margin: 0 11px;
    }

        .parent .children div:nth-child(1) {
            height: 195px;
            overflow: hidden;
        }

        .parent .children div img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
        }

.right-icon {
    left: 18px;
    position: relative;
}

.left-icon {
    right: 18px;
    position: relative;
}

.children .Title {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yellow {
    color: #f29b03;
}

.ind_news {
    padding-top: 20px;
    width: 100%;
}

.newsmore {
    float: right;
}

    .newsmore a {
        color: #666;
        font-size: 13px;
    }


.newsimg {
    float: left;
    width: 99px;
    height: 75px;
}

.newsyc {
    width: 80%;
    float: right;
}

.newstit {
    color: #333;
    float: left;
    font-size: 15px;
}

.newstime {
    float: right;
    color: #333;
}

.newsms {
    color: #999;
    padding-top: 8px;
    line-height: 22px;
}

.newslist li {
    margin-bottom: 15px;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 15px;
}

    .newslist li:hover .newstit {
        color: #07793d;
    }

.newslist .newsimg {
    display: block;
    width: 99px;
    height: 75px;
    transition: all 0.5s;
    overflow: hidden;
}

    .newslist .newsimg img {
        display: block;
        width: 99px;
        height: 75px;
        transition: all 0.5s;
        overflow: hidden;
    }

.newslist li:hover img {
    transform: scale(1.1);
    overflow: hidden;
    overflow: hidden;
}



/*首页业务*/
.Page_ywclass {
    min-width: 1200px;
    max-width: 1920px;
    margin: auto;
  
    background: url(../images/ywbg.jpg) repeat-x;
}

.page_ywlist {
    width: 1200px;
    margin: auto;
    height: 212px;
    margin-bottom: 25px;
    padding-top: 25px;
}

    .page_ywlist .gx {
        width: 100px;
        text-align: center;
        height: 212px;
        float: left;
        cursor: pointer;
    }

    .page_ywlist .gxwz_on {
        width: 100px;
        text-align: center;
        height: 212px;
        float: left;
        cursor: pointer;
    }

#index_pro1 {
    width: 130px;
    background: url(../images/t-icon-1.png) no-repeat;
    padding-top: 136px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

    #index_pro1:hover {
        background: url(../images/t-icon-1.png) no-repeat;
        font-size: 15px;
        color: #eb891a;
        line-height: 23px;
        display: block;
    }

.gxwz_on1 {
    width: 130px;
    float: left;
    padding-top: 136px;
    font-size: 15px !important;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

#index_pro2 {
    width: 130px;
    background: url(../images/t-icon-2.png) no-repeat;
    padding-top: 136px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

    #index_pro2:hover {
        background: url(../images/t-icon-2.png) no-repeat;
        font-size: 15px;
        color: #eb891a;
        line-height: 23px;
        display: block;
    }

.gxwz_on2 {
    width: 130px;
    float: left;
    background: url(../images/t-icon-2.png) no-repeat;
    padding-top: 136px;
    font-size: 15px;
    color: #eb891a;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

#index_pro3 {
    width: 130px;
    background: url(../images/t-icon-3.png) no-repeat;
    padding-top: 136px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

    #index_pro3:hover {
        background: url(../images/t-icon-3.png) no-repeat;
        font-size: 15px;
        color: #eb891a;
        line-height: 23px;
        display: block;
    }

.gxwz_on3 {
    width: 130px;
    float: left;
    background: url(../images/t-icon-3.png) no-repeat;
    padding-top: 136px;
    font-size: 15px;
    color: #eb891a;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

#index_pro4 {
    width: 130px;
    background: url(../images/t-icon-4.png) no-repeat;
    padding-top: 136px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

    #index_pro4:hover {
        background: url(../images/t-icon-4.png) no-repeat;
        font-size: 15px;
        color: #eb891a;
        line-height: 23px;
        display: block;
    }

.gxwz_on4 {
    width: 130px;
    float: left;
    background: url(../images/t-icon-4.png) no-repeat;
    padding-top: 136px;
    font-size: 15px;
    color: #eb891a;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

#index_pro5 {
    width: 130px;
    background: url(../images/t-icon-5.png) no-repeat;
    padding-top: 136px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

    #index_pro5:hover {
        background: url(../images/t-icon-5.png) no-repeat;
        font-size: 15px;
        color: #eb891a;
        line-height: 23px;
        display: block;
    }

.gxwz_on5 {
    width: 130px;
    float: left;
    background: url(../images/t-icon-5.png) no-repeat;
    padding-top: 136px;
    font-size: 15px;
    color: #eb891a;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

#index_pro6 {
    width: 130px;
    background: url(../images/t-icon-6.png) no-repeat;
    padding-top: 136px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

    #index_pro6:hover {
        background: url(../images/t-icon-6.png) no-repeat;
        font-size: 15px;
        color: #eb891a;
        line-height: 23px;
        display: block;
    }

.gxwz_on6 {
    width: 130px;
    float: left;
    background: url(../images/t-icon-6.png) no-repeat;
    padding-top: 136px;
    font-size: 15px;
    color: #eb891a;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

#index_pro7 {
    width: 130px;
    background: url(../images/t-icon-7.png) no-repeat;
    padding-top: 136px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

    #index_pro7:hover {
        background: url(../images/t-icon-7.png) no-repeat;
        font-size: 15px;
        color: #eb891a;
        line-height: 23px;
        display: block;
    }

.gxwz_on7 {
    width: 130px;
    float: left;
    background: url(../images/t-icon-7.png) no-repeat;
    padding-top: 136px;
    font-size: 15px;
    color: #eb891a;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

#index_pro8 {
    width: 130px;
    background: url(../images/t-icon-8.png) no-repeat;
    padding-top: 136px;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}

    #index_pro8:hover {
        background: url(../images/t-icon-8.png) no-repeat;
        font-size: 15px;
        color: #eb891a;
        line-height: 23px;
        display: block;
    }

.gxwz_on8 {
    width: 130px;
    float: left;
    background: url(../images/t-icon-8.png) no-repeat;
    padding-top: 136px;
    font-size: 15px;
    color: #eb891a;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

.page_gxwz {
    width: 1200px;
    margin: auto;
    font-size: 14px;
    color: #5e5e5e;
    text-align: left;
    line-height: 30px;
}

.yw_pic {
    width: 502px;
    float: left;
}

    .yw_pic img {
        width: 502px;
        height: 354px;
    }

.ys_right {
    width: 620px;
    float: left;
    margin-left: 55px;
    margin-top: 30px;
}

    .ys_right ul li {
        font-size: 14px;
        color: #808080;
        line-height: 22px;
    }

.ys_head {
    font-size: 24px !important;
    color: #f29b03 !important;
    line-height: 40px !important;
    font-weight: bold;
}

.line {
    border-bottom: 3px #f29b03 solid;
    width: 100px;
    padding: 2px 0px;
}

.page_gxwz span {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: bold;
}

.page_gxwzsj {
    width: 98px;
    height: 33px;
    background: #efefef;
    text-align: center;
    line-height: 33px;
    float: right;
    font-size: 14px;
    color: #3c3c3c;
    margin-top: 15px;
}

    .page_gxwzsj a {
        font-size: 14px;
        color: #3c3c3c;
    }

.navmore {
    background: #f29b03;
    color: #fff;
    width: 120px;
    padding: 10px 15px;
}

    .navmore a {
        color: #fff;
        text-align: center;
    }

    .navmore:hover {
        background: #1f9f5b;
    }



.bottom {
    background: #1f9f5b;
    width: 100%;
    margin: 40px auto 0px;
    padding: 40px 0px 20px;
}

.logodb {
    float: left;
    width: 20%;
}

    .logodb p {
        padding-top: 5px;
        text-align: center;
        color: #fff;
    }

.dbnav {
    float: left;
    padding-left: 30px;
    width: 30%;
}

.dbtit {
    color: #fff;
    font-size: 16px;
}

.dbnavlist {
    padding-top: 15px;
}

    .dbnavlist a {
        color: #fff;
        padding-right: 20px;
    }

        .dbnavlist a:hover {
            text-decoration: underline;
        }

.dbcontact {
    float: left;
    color: #fff;
    line-height: 26px;
    width: 30%;
}

.ewm {
    float: left;
    width: 15%;
    text-align: center;
    color: #fff;
}

    .ewm p {
        padding-top: 5px;
    }

.bottom1 {
    background: #07793d;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

    .bottom1 a {
        color: #fff;
    }

        .bottom1 a:hover {
            color: #f29b03;
        }



.cover {
    width: 100%;
    height: 100%;
    background: url(../images/video_cover.png) repeat;
    color: #fff;
    text-align: center;
}

.ny_banner {
    background: url(../images/nybanner.jpg) 50%;
    background-size: auto;
    background-size: cover;
    height: 280px;
    overflow: hidden;
}

.pro_ban {
    padding: 3%;
    max-width: 650px;
    text-align: left;
    float: left;
    margin-top: 6%;
    background: url(../images/red.png) repeat;
}

    .pro_ban ._sub {
        margin-bottom: 15px;
        display: inline-block;
        position: relative;
        text-align: left;
        font-size: 34px;
        color: #fff;
        line-height: 1;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .pro_ban ._txt {
        color: #fff;
        font-size: 16px;
    }

.secondNav {
    width: 100%;
    line-height: 58px;
    background-image: -moz-linear-gradient(90deg, #eaeaea 0%, #ffffff 75%);
    background-image: -webkit-linear-gradient(90deg, #eaeaea 0%, #ffffff 75%);
    background-image: -ms-linear-gradient(90deg, #eaeaea 0%, #ffffff 75%);
    -moz-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.8) inset;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.08) inset;
}

.content1 {
    width: 1200px;
    margin: 0px auto;
}

.secondNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .secondNav ul li {
        display: inline-block;
    }

        .secondNav ul li a {
            display: block;
            padding: 0 40px;
            color: #333;
            font-size: 16px;
            transition: .2s;
        }

            .secondNav ul li a:hover {
                color: #fff;
                background: #f29b03;
            }

        .secondNav ul li.active a {
            color: #fff;
            background: #f29b03;
        }

.nyabcon {
    line-height: 26px;
    margin: 20px auto;
    color: #666;
    min-height: 300px;
}


.yyhytit {
    text-align: center;
}

.yyhyimg {
    margin: 20px auto;
    text-align: center;
}

.news-list li {
    float: left;
    background-color: #f9f9f9;
    width: 31.25%;
    margin-right: 3.12%;
    margin-bottom: 3%;
}

    .news-list li img {
        width: 100%;
    }

    .news-list li .title-box {
        border: 1px solid #d8d7d7;
        border-top: 0;
        box-sizing: border-box;
        padding: 15px;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }

    .news-list li .time {
        font-size: 14px;
        color: #999999;
        line-height: 1;
        margin-top: 3%;
        background: url("../images/ico_30.png") no-repeat 0 0;
        padding-left: 18px;
    }

    .news-list li:nth-child(3n+3) {
        margin-right: 0;
    }

.img {
    overflow: hidden;
}

    .img img {
        transition: all .3s;
    }

    .img:hover img {
        transform: scale(1.1);
        transition: all .3s;
    }

.news-list li a:hover .cap {
    color: #f29b03;
}

.cap {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 15px;
}

    .cap h1 {
        font-size: 24px;
        color: #333333;
    }

    .cap .left {
        font-size: 14px;
        color: #999999;
        line-height: 1;
    }

        .cap .left p {
            margin-top: 1%;
        }

        .cap .left .time {
            background: url("../images/ico_30.png") no-repeat;
            background-size: auto 70%;
            background-position: 0 center;
            padding-left: 18px;
        }

        .cap .left em {
            display: inline-block;
            color: #d8d7d7;
            font-style: normal;
            margin: 0 20px;
        }



.conleft {
    width: 40%;
    float: left;
}

    .conleft p {
        line-height: 30px;
        font-size: 14px;
    }


.conrig {
    width: 48%;
    float: right;
}

#feedback_form {
    margin: 30px auto;
}

    #feedback_form label {
        display: block;
        float: left;
        height: 32px;
        line-height: 32px;
        margin-bottom: 10px;
        padding-left: 40px;
        background: url(../images/contact.png) no-repeat;
        font-size: 14px;
    }

        #feedback_form label.name {
            background-position: 0 -32px;
        }

        #feedback_form label.email {
            background-position: 0 -64px;
        }

        #feedback_form label.city {
            background-position: 0 -96px;
        }

        #feedback_form label.msg_title {
            background-position: 0 -128px;
        }

        #feedback_form label.message {
            background-position: 0 -192px;
            margin-bottom: 10px;
        }

    #feedback_form input {
        width: 55%;
        height: 30px;
        line-height: 30px;
        float: left;
        margin: 0 37px 20px 0;
        padding: 0 10px;
        border: 1px solid #dbdbdb;
    }

        #feedback_form input.last {
            margin-right: 0;
        }

    #feedback_form .msg {
        border-top: 1px dotted #ccc;
        padding: 15px 0;
    }

    #feedback_form textarea {
        height: 125px;
        width: 100%;
        padding: 10px;
        border: 1px solid #dbdbdb;
        display: block;
        resize: none;
    }

    #feedback_form .btns {
        width: 120px;
        height: 40px;
        margin-right: 10px;
        background: #ea7c23;
        color: #fff;
        border: none;
        font-size: 15px;
        margin-bottom: 0;
        cursor: pointer;
        border-radius: 3px;
    }

        #feedback_form .btns:hover {
            background: #333;
            transform: all 0.3s;
        }

    #feedback_form .reset {
        background: #ccc;
        cursor: pointer;
        margin-bottom: 0;
    }

    #feedback_form .tableRow {
        width: 100%;
        height: 32px;
    }

        #feedback_form .tableRow input {
            width: 150px;
            margin-right: 10px;
            color: #999;
            float: left;
        }

        #feedback_form .tableRow .checkcode {
            height: 30px;
            margin-left: 5px;
            border: 1px solid #ccc;
            padding: 4px 5px;
            display: block;
            float: left;
            background: #fff;
        }

    #feedback_form input:focus, #feedback_form textarea:focus {
        border-color: #666;
    }
