@charset "utf-8";

.banner_box {
    position: relative;
    float: inherit;
    overflow: hidden;
    border-bottom: 8px solid #02f70e
}

.banner {
    clear: both
}

.banner_box .owl-prev span,
.banner_box .owl-next span {
    position: absolute;
    top: 40%;
    z-index: 2;
    margin-top: -30px;
    width: 36px;
    height: 60px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease 0s;
    text-indent: 9999px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 36px;
    height: 70px
}

.banner_box .owl-prev span:hover,
.banner_box .owl-next span:hover {
    width: 56px;
    background-color: #227027
}

.banner_box .owl-prev span {
    right: 0;
    background: url(../images/banner_ico.png) #227027 no-repeat center center
}

.banner_box .owl-next span {
    left: 0;
    background: url(../images/banner_ico2.png) #227027 no-repeat center center
}

.banner .owl-theme .owl-controls {
    display: block;
    text-align: center
}

.banner_box .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 40px;
    margin: 0 auto;
    text-align: center
}

.banner_box .owl-theme .owl-nav {
    height: 0
}

.banner_box .owl-theme .owl-dots .owl-dot {
    width: 22px;
    height: 22px;
    margin: 0 7px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 12px
}

.banner_box .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    margin-top: 0;
    float: left;
    margin-left: 3px
}

.banner_box .owl-theme .owl-dots .owl-dot.active,
.banner_box .owl-theme .owl-dots .owl-dot:hover {
    border-color: #30b2e4
}

.banner_box .owl-theme .owl-dots .owl-dot.active span,
.banner_box .owl-theme .owl-dots .owl-dot:hover span {
    background: #01c5ff;
    color: #000
}

.index_hotpro {
    padding: 50px 0;
    background: #f6f6f6
}

.pro_categories ul {
    overflow: hidden
}

.pro_categories li {
    float: left;
    position: relative;
    cursor: pointer;
    width: 31.3%;
    margin: 15px 1%
}

.pro_categories li:nth-child(2),
.pro_categories li:nth-child(5) {}

.pro_categories li img {
    width: 100%
}

.pro_categories .pro_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #05da77;
    opacity: 0;
    filter: alpha(opacity=0)
}

.pro_categories .pro_wrap:before,
.pro_categories .pro_wrap:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px
}

.pro_categories .pro_wrap:before {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}

.pro_categories .pro_wrap:after {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.pro_categories li:hover .pro_wrap {
    opacity: 1;
    filter: alpha(opacity=100)
}

.pro_categories li:hover .pro_wrap:before,
.pro_categories li:hover .pro_wrap:after,
.partner_list li:hover:before,
.partner_list li:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.pro_categories dl {
    position: relative;
    z-index: 9;
    padding: 30px;
    color: #fff
}

.pro_categories dl {
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.pro_categories li:hover dl {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pro_categories dt a,
.pro_categories dd a {
    color: #fff
}

.pro_categories dt {
    text-align: center;
    margin: 10px 0
}

.pro_categories dt h3 {
    font-size: 18px
}

.pro_categories dd p {
    padding: 7px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px
}

.pro_categories dd a {
    display: inline-block;
    padding: 10px 0;
    line-height: 20px
}

.pro_categories dd a:hover {
    background: #fff;
    color: #474747
}

.pro_categories dd {
    text-align: center
}

.pro_categories dd span {
    background: #fff;
    display: inline-block;
    padding: 5px 8px;
    color: #007192;
    border-radius: 10px
}

.index_line {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px
}

.cb03-main {
    background: #227027
}

.cb03-menu {
    overflow: hidden;
    width: 100%;
    background: #227027
}

.cb03-menu li {
    width: 31%;
    float: left
}

.cb03-menu li.millderli {
    margin: 0 3.45%
}

.cb03-menu li span {
    display: block;
    background: #227027;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    position: relative;
    padding: 0 50px 0 110px
}

.cb03-menu li strong {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle
}

.cb03-menu li.current span {
    background: #05da77
}

.cb03-icon {
    position: absolute;
    top: 22px;
    width: 42px;
    height: 42px;
    background: url(../images/icons.png) no-repeat;
    left: 50px
}

.cb03-icon01 {
    background-position: -2px 0
}

.cb03-icon02 {
    background-position: -43px 0
}

.cb03-icon03 {
    background-position: -86px 0
}

.proCover_box a {
    display: block;
    width: 100%;
    background: #eaeaea;
    overflow: hidden
}

.proCover_box img {
    width: 100%
}

.proCover_box .sub_gongyiliucheng_l {
    width: 50%;
    float: left
}

.proCover_box .sub_gongyiliucheng_r {
    float: right;
    width: 49.9%
}

.proCover_box .list_text {
    padding: 8% 4% 0 12%;
    float: right;
    overflow: hidden;
    text-align: left
}

.proCover_box a:hover {
    background-color: #05da77
}

.proCover_box h2 {
    font-size: 30px;
    font-weight: 400
}

.proCover_box p {
    font-size: 14px;
    color: #858585;
    line-height: 26px;
    margin: 26px 0
}

.proCover_box .kase_more {
    display: inline-table;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #878787;
    text-align: center;
    padding: 0 25px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    margin-top: 30px
}

.proCover_box a:hover h2 {
    color: #fff
}

.proCover_box a:hover .list_text {
    color: #fff
}

.proCover_box a:hover p {
    color: #fff
}

.proCover_box a:hover .kase_more {
    border: 1px solid #fff;
    color: #fff
}

.index_about {
    width: 100%;
    overflow: hidden;
    /*background: url(../images/indexabout.png) center no-repeat #e4e4e4;*/
    padding: 30px 0 0;
    max-height: 480px
}

.indexabout {
    width: 100%;
    /*padding-left: 55%;*/
    line-height: 25px
}

.indexabout .home_boxtit {
    margin-bottom: 15px
}

.indexabout_more a {
    display: inline-block;
    background: #007192;
    color: #fff;
    padding: 2px 15px;
    border-radius: 10px;
    margin: 25px 0 180px
}

.indexabout_more a:hover {
    background: #00c5ff
}

.cb03-infor {
    width: 100%;
    overflow: hidden
}

.tab-box .hide {
    display: none
}

.cb03-pic {
    margin-right: 2px
}

.cb03-describe {
    background: #2b2b2b;
    height: 355px;
    color: #fff;
    overflow: hidden;
    padding: 55px 45px
}

.indexnews {
    padding-bottom: 50px;
    background: #f6f6f6;
    padding-top: 50px
}

.indexnews_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.indexnews_list dd {
    float: left;
    width: 25%;
    padding-right: 2%;
    margin-bottom: 1%;
    transition: all .5s;
    -webkit-transition: all .5s
}

.indexnews_list dd a {
    display: flex;
    display: -webkit-flex;
    border:2px solid #05da77;
    justify-content: center;
    -webkit-justify-content: center
}

.indexnews_date {
    color: #000;
    text-align: center
}

.indexnews_date .days {
    font-size: 48px
}

.indexnews_date .month {
    font-size: 18px
}

.indexnews_con {
    width: calc(100%);
    padding: 1%
}

.indexnews_con_tt {
    font-size: 18px
}

.indexnews_con_text {
    line-height: 22px;
    font-size: 14px;
    margin: 10px 0 25px
}

.more_btn3 {
    display: block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #007192;
    border-radius: 3px
}

.indexnews_list dd:hover,
.case_list li:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all .5s;
    -webkit-transition: all .5s
}

.textOverflow h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 18px
}

@media screen and (max-width:990px) {
    .banner_box .owl-theme .owl-dots {
        bottom: 0
    }

    .banner_box .owl-theme .owl-dots .owl-dot {
        border: none
    }

    .index_hotpro {
        padding: 10px 0
    }

    .home_boxtit {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .home_boxtit h2 a {
        font-size: 24px
    }

    .index_case ul li {
        width: 48%
    }

    .index_line {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .cb03-menu li span {
        padding: 0 10px 0 70px
    }

    .cb03-icon {
        left: 20px
    }

    .pro_categories li {
        width: 48%
    }
}

@media screen and (max-width:767px) {

    .banner_box .owl-prev span,
    .banner_box .owl-next span {
        width: 26px;
        height: 40px;
        top: 75%
    }

    .index_about {
        padding-bottom: 30px
    }

    .indexabout {
        background: #fff;
        padding: 0 10px
    }

    .indexabout_more {
        text-align: center
    }

    .indexabout_more a {
        margin-bottom: 15px
    }

    .cb03-menu li {
        width: 100%;
        float: inherit
    }

    .cb03-menu li.millderli {
        margin: 0
    }

    .proCover_box .sub_gongyiliucheng_l {
        width: 100%;
        float: inherit
    }

    .proCover_box .sub_gongyiliucheng_r {
        width: 100%;
        float: inherit
    }

    .proCover_box h2 {
        font-size: 22px
    }

    .proCover_box .kase_more {
        margin: 20px 0
    }

    .cb03-menu li span {
        height: 60px;
        line-height: 60px
    }

    .cb03-icon {
        top: 12px
    }

    .cb04-main li {
        width: 100%;
        margin: 0;
        margin-bottom: 100px
    }

    .cb04-main li.millderli {
        margin: 0;
        margin-bottom: 100px
    }

    .indexnews_list dd {
        width: 100%;
        float: inherit
    }

    .c-box04 {
        padding: 25px 0 0
    }

    footer .links {
        display: none
    }

    .home_boxtit h2 a {
        line-height: 25px
    }
}