.a_hover:hover {
    text-decoration: underline;
    color: #2fa0ff
}

.a_hover_color:hover {
    color: #2fa0ff
}

.page {
    line-height: 1.5
}

.page a,
.page span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    margin: 2px;
    color: #999;
    margin-top: 10px
}

.page .next,
.page .prev {
    padding: 5px;
    margin: 0
}

.page .current {
    background: #999;
    color: #fff
}

.c8color,
.c9color,
.header_t {
    border-bottom: 1px solid #ededed
}

.header .tel {
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    background-position: left center
}

.nav {
    background-color: #343744
}

.nav .item {
    float: left;
    width: 12.5%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.nav .item a {
    display: block;
    color: #fff
}

.nav .item.hover,
.nav .item:hover {
    background-color: #00bde5
}

.banner .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    font-size: 0
}

.banner .owl-dots .owl-dot {
    width: 60px;
    height: 5px;
    background-color: #fff;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.banner .owl-dots .owl-dot.active {
    background-color: #63cb65
}

.banner .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden
}

.banner .owl-nav .owl-next,
.banner .owl-nav .owl-prev {
    position: absolute;
    visibility: visible;
    width: 61px;
    height: 122px;
    background-color: rgba(26, 88, 150, .21);
    top: 50%;
    margin-top: -61px;
    -webkit-border-radius: 0 122px 122px 0;
    border-radius: 0 122px 122px 0;
    background-repeat: no-repeat;
    background-position: 15px center;
    font-size: 0;
    background-image: url(../images/bl.png)
}

.banner .owl-nav .owl-next {
    right: 0;
    -webkit-border-radius: 122px 0 0 122px;
    border-radius: 122px 0 0 122px;
    background-position: 30px center;
    background-image: url(../images/br.png)
}

.index_search {
    background-color: #f0f0f0
}

.index_search .left {
    color: #7f7f7f;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: right center
}

.index_search .left .tit {
    color: #06b9df
}

.index_search .right {
    color: #7f7f7f
}

.index_search .right a {
    color: #7f7f7f
}

.index_search .right input {
    background-color: transparent;
    border: none;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    outline: 0;
    text-indent: 10px;
    font-size: 14px
}

.index_search .right button {
    width: 54px;
    height: 40px;
    border: none;
    background-color: transparent;
    background-image: url(../images/zoom.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    outline: 0;
    cursor: pointer
}

.index_title {
    background-image: url(../images/tbg.png);
    background-repeat: no-repeat;
    background-position: center bottom
}

.index_pro_cate {
    margin-top: 30px
}

.index_pro_cate .item {
    float: left;
    width: 200px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #343b41;
    text-align: center;
    font-size: 14px;
    margin-left: 30px;
    margin-right: 30px
}

.index_pro_cate .item:after {
    content: '';
    width: 1px;
    height: 24px;
    background-color: #bababa;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -12px
}

.index_pro_cate .item:first-child {
    margin-left: 0
}

.index_pro_cate .item:last-child {
    margin-right: 0
}

.index_pro {
    background-image: url(../images/pbg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    -o-background-size: cover;
    background-size: cover
}

.index_pro .index_pro_left {
    background-color: #343744
}

.index_pro .index_pro_left .titles {
    color: #b5b5b5
}

.index_pro .index_pro_left .titles .tit_en {
    border: 1px solid #b5b5b5;
    padding: 4px 20px
}

.index_pro .index_pro_left .titles .tit_en:after,
.index_pro .index_pro_left .titles .tit_en:before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #b5b5b5;
    top: 50%;
    position: absolute
}

.index_pro .index_pro_left .titles .tit_en:before {
    left: -50px
}

.index_pro .index_pro_left .titles .tit_en:after {
    right: -50px
}

.index_pro .index_pro_left .wrap .title {
    background-color: #343744;
    margin-bottom: 8px
}

.index_pro .index_pro_left .wrap .item {
    padding-top: 6px;
    padding-bottom: 6px
}

.index_pro .index_pro_left .wrap .item .tit {
    border: 2px dashed #06b9df;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.index_pro .index_pro_left .wrap .item .tit:before {
    content: '';
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #06b9df;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 16px
}

.index_pro .index_pro_left .wrap .item .tit:after {
    content: '';
    width: 5px;
    height: 5px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 21px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.index_pro .index_pro_left .wrap .item .tit a {
    display: block;
    color: #06b9df;
    padding-left: 30px
}

.index_pro .index_pro_left .wrap .item .cont:not(:empty) {
    padding-top: 10px;
    height: 0px;
    overflow: hidden;
    transition: all 0.4s;
}
.index_pro .index_pro_left .wrap .item .cont.active:not(:empty){
    opacity: 1;
    height: 244px;
    
}

.index_pro .index_pro_left .wrap .item .cont .it {
    background-image: url(../images/ptbg.png);
    background-repeat: no-repeat;
    background-position: 6px center
}

.index_pro .index_pro_left .wrap .item .cont .it a {
    display: block;
    color: #666;
    padding-left: 30px
}

.index_pro .index_pro_right .top_tit {
    color: #06b9df;
    border-bottom: 2px solid #f4f4f4;
    padding-top: 13px;
    padding-bottom: 8px
}

.index_pro .index_pro_right .top {
    width: 897px;
    height: 431px;
    background-color: #eff1f2
}

.index_pro .index_pro_right .top .tit {
    border-bottom: 2px solid #e5e5e5
}

.index_pro .index_pro_right .top .desc_t {
    color: #07aed2
}

.index_pro .index_pro_right .top .more {
    background-color: #63cb65
}

.index_pro .index_pro_right .img_thumbs .wrapper {
    margin-right: -100px
}

.index_pro .index_pro_right .img_thumbs .wrapper .item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin-right: 8px;
    background-color: #f5f5f5
}

.index_pro .index_pro_right .desc {
    background-color: #f5f5f5
}

.index_tj_jf {
    background-image: url(../images/cj.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -38px
}

.index_tj_jf .w {
    background-image: url(../images/cjz.png);
    background-repeat: no-repeat;
    background-position: 700px center
}

.index_tj_jf .w .desc {
    border: 1px solid #fff;
    letter-spacing: 2px
}

.index_tj_jf .w .more {
    background-color: #63cb65
}

.index_sl_top .item {
    float: left;
    width: 24.5%;
    height: 130px;
    background-color: #3babe5
}

.index_sl_top .item .img {
    padding-top: 18px;
    text-align: center;
    height: 55px
}

.index_sl_top .item:nth-child(2) {
    background-color: #3bc3e5
}

.index_sl_top .item:nth-child(3) {
    background-color: #3bd3e5
}

.index_sl_top .item:nth-child(4) {
    background-color: #3be3e5
}

.index_sl {
    background-image: url(../images/sl.png);
    background-repeat: no-repeat;
    background-position: center
}

.index_sl .wrap {
    background-color: rgba(255, 255, 255, .87)
}

.index_sl .wrap .line {
    background-color: #3b87e5;
    width: 82px;
    height: 5px
}

.index_title2 .tit {
    background-image: url(../images/ttbg.png);
    background-repeat: no-repeat;
    background-position: center
}

.index_case .index_case_nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10
}

.index_case .index_case_nav .next,
.index_case .index_case_nav .prev {
    position: absolute;
    width: 68px;
    background-color: #1ec8d3;
    height: 104px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.index_case .index_case_nav .prev {
    background-image: url(../images/l.png);
    right: 68px;
    border-right: 1px dashed #fff
}

.index_case .index_case_nav .next {
    background-image: url(../images/r.png)
}

.index_case .top .item {
    position: absolute;
    z-index: 1;
    opacity: 0
}

.index_case .top .item.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.index_case .top .item .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(63, 63, 63, .75)
}

.index_case .bottom .wrapper {
    margin-right: -100px
}

.index_case .bottom .wrapper .item {
    float: left;
    width: 240px;
    margin-right: 12px
}

.h931 {
    height: 931px
}

.index_title3 {
    background: 0 0
}

.index_title3 .tit {
    background-image: url(../images/ttb2.png);
    background-repeat: no-repeat;
    background-position: center
}

.index_about {
    background-image: url(../images/abg.png);
    background-repeat: no-repeat;
    background-position: center
}

.index_about .wrap .top {
    background-image: url(../images/atbg.png);
    background-repeat: repeat-x;
    background-position: center bottom
}

.index_about .wrap .top .tit {
    background-image: url(../images/alo.png);
    background-repeat: no-repeat;
    background-position: left 15px
}

.index_about .wrap .desc .tit {
    color: #11c4b5
}

.index_about .index_xc_cate {
    font-size: 0
}

.index_about .index_xc_cate:after,
.index_about .index_xc_cate:before {
    content: '';
    width: 370px;
    height: 1px;
    background-color: #868686;
    position: absolute;
    top: 50%
}

.index_about .index_xc_cate:before {
    left: 0
}

.index_about .index_xc_cate:after {
    right: 0
}

.index_about .index_xc_cate .item {
    display: inline-block;
    background-color: #646772;
    width: 218px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px
}

.index_about .index_xc_cate .item a {
    display: block;
    color: #fff
}

.index_about .index_xc_cate .item.active {
    background-color: #04bec5
}

.index_about .index_xc .wrap {
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
    top: 0
}

.index_about .index_xc .wrap.active {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.index_about .index_xc .wrap .item {
    margin-right: 10px;
    width: 167px;
}

.c9 {
    color: #999
}

.index_news_tit {
    padding-bottom: 10px;
    border-bottom: 1px dashed #c2c2c2
}

.index_news_tit:before {
    content: '';
    width: 22px;
    height: 1px;
    background-color: #43a956;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 10
}

.index_news_more {
    background-image: url(../images/m.png)
}

.index_news_left .line {
    border-bottom: 1px solid #c6c6c6
}

.index_news_wrap .item {
    background-image: url(../images/nm.png);
    background-repeat: no-repeat;
    background-position: left center
}

.index_news_wrap .item .item_wrap {
    border-bottom: 1px dashed #959595
}

.index_news_wrap .item:last-child .item_wrap {
    border: none
}

.index_news_right .item {
    margin-top: 15px
}

.index_news_right .item .img_wrap {
    width: 216px;
    height: 136px
}

.footer {
    background-color: #282828
}

.index_link {
    color: #5a5a5a
}

.index_link a {
    color: #5a5a5a
}

.index_link .w {
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px solid #424242
}

.index_link .w .wrap {
    display: table-cell;
    height: 86px;
    vertical-align: middle
}

.foot_b .w {
    background-image: url(../images/flogo.png);
    background-repeat: no-repeat;
    background-position: left 26px
}

.foot_b .wrap {
    background-image: url(../images/ewm.png);
    background-repeat: no-repeat;
    background-position: right 42px;
    color: #888;
    padding-left: 352px
}

.foot_b .wrap a {
    color: #888
}

.container_cate {
    height: 66px;
    line-height: 66px
}

.container_cate .w {
    border-bottom: 1px solid #a6937c
}

.container_cate .item {
    float: left;
    font-size: 16px
}

.container_cate .item a {
    color: #888;
    display: block;
    padding-right: 80px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.container_cate .item.active a,
.container_cate .item:hover a {
    color: #000
}

.crumb {
    color: #939393
}

.crumb .w {
    background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-position: left center
}

.crumb a {
    color: #939393
}

.case_list .wrapper {
    margin-right: -100px
}

.case_list .item {
    float: left;
    width: 606px;
    background-color: #32af9a;
    margin-right: 38px;
    margin-bottom: 30px
}

.case_list .item .img_wrap img {
    height: 318px;
}

.case_list .item .tit {
    border-bottom: 2px solid #44b6a5
}

.case_list .item .more {
    background-color: #bdd81c
}

.img_list_wrap {
    background: 0 0
}

.img_list .top_tit {
    background-image: url(../images/atbg.png);
    background-repeat: repeat-x;
    background-position: center bottom
}

.img_list .wrapper {
    margin-right: -100px
}

.img_list .wrapper .item {
    float: left;
    width: 198px;
    border: 1px solid #e1e1e1;
    padding: 4px;
    margin-right: 22px;
    margin-bottom: 22px
}

.img_list .wrapper .item .more {
    background-color: #00c9a2;
    background-image: url(../images/zoom2.png);
    background-repeat: no-repeat;
    background-position: 58px center
}

.img_list .wrapper .item .more span {
    display: block;
    padding-left: 80px
}

.news_list .item {
    height: 221px;
    margin-bottom: 50px
}

.news_list .item .desc {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #dbdbdb
}

.news_list .item .date {
    color: #636363;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.news_list .item .more {
    color: #18a58c;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.news_list .item:hover .desc {
    border-color: #cfe464
}

.news_list .item:hover .date {
    color: #27ab94
}

.news_list .item:hover .more {
    color: #cfe464
}

.c8 {
    color: #888
}

.about_page .one .main_color {
    color: #31af9a
}

.about_page .one .right {
    background-image: url(../images/ewm2.png);
    background-repeat: no-repeat;
    background-position: 605px 90px
}

.about_page .one .item {
    font-size: 16px;
    float: left;
    width: 300px;
    margin-top: 9px
}

.about_page .one .line {
    background-color: #aed200
}

.show_img_wrap .top .img_wrap {
    border: 1px solid #fefefe
}

.show_img_wrap .top .thumbs {
    background-color: #f1f0f0
}

.show_img_wrap .top .thumbs .item {
    margin-right: 10px;
    float: left;
    border: 1px solid transparent;
    cursor: pointer
}

.show_img_wrap .top .thumbs .item.active {
    border-color: #a6a6a6
}

.show_img_wrap .top .right .more {
    background-color: #00c9a1
}

.show_img_wrap .titles {
    background-color: #efefef;
    border-top: 1px solid #e0e0e0
}

.show_img_wrap .titles .tit {
    width: 98px;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    border-top: 2px solid #5d5d5d;
    border-left: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    text-align: center;
    font-size: 14px
}

.show_news_left .titles {
    background-color: #31ae9a
}

.show_news_left .wrap {
    background-color: #f6f6f6
}

.show_news_left .wrap .item {
    border-bottom: 1px solid #eee
}

.show_news_left .wrap .item a {
    color: #797979;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.show_news_left .wrap .item:hover a {
    color: #31ae9a
}