/* 自定义 */
html, body {font: 14px/1.571429 "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",Roboto,Arial,sans-serif;}
.p-y-20{padding-top:20px!important;padding-bottom:20px!important;}
.m-x-15{margin-left:-15px;margin-right:-15px;}
.weixin{margin-left:30px;margin-top:0px;}
.kui_lang{position: absolute;right:0;top:21px;}
.clearfix{clear: both;}
.overflow-visible{overflow:visible!important;}
.form-control:focus{border-color:#1f71c2;}
.d-line-4{word-break: break-all;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.d-line-2{word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.bg-color{background:#1f71c2;}
@media (min-width: 1600px){
	.layui-container {width: 1430px;}
}
@media (max-width: 1200px){
	.weixin{margin-left:20px;}
}


/*首页产品区块*/
.index-block {
    padding: 75px 0 40px;
	background: #ffffff;
	text-align: center;
}
@media(max-width: 768px) {
    .index-block {
        padding: 50px 0;
    }
}
@media(max-width: 767px) {
    .index-block {
        padding: 35px 0;
    }
}
.index-product .index-product-list {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    text-align:center;
}
.index-product li {
    margin-bottom: 30px;
    padding: 20px 10px!important;
    max-width:100%;
}
.index-product .product-info {
    padding: 15px;
    padding-bottom:0px;
    -webkit-transition: border-color 0.25s linear;
    -moz-transition: border-color 0.25s linear;
    -ms-transition: border-color 0.25s linear;
    -o-transition: border-color 0.25s linear;
    transition: border-color 0.25s linear;
    background: #fff;
}
.index-product li:hover .product-info a {
    color:#5292e2;
}
.index-product .product-listimg {
    position: relative;
}
.index-product .product-listimg::after {
    content:'';
    display: none;
    width: 0;
    height: 0;
    position: relative;
}
.index-product .product-listimg img {
    width: 100%;
    height: auto;
    border:1px solid #eee;
}
.index-product .product-listimg .product-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #5292e2;
    opacity: 0;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
.index-product .product-listimg .product-overlay .overlay_icn {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    margin-left: -22px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
}
.index-product .product-listimg .product-overlay .overlay_icn a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.index-product .product-listimg .product-overlay .overlay_icn a::before {
    content:'';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}
.index-product .product-listimg .product-overlay .overlay_icn a::after {
    content:'';
    display: block;
    width: 1px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    left: 50%;
}
.index-product li:hover .product-listimg .product-overlay {
    opacity: 0.6;
}
.index-product li:hover .product-listimg .product-overlay .overlay_icn {
    opacity: 0.6;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    top: 50%;
}
.index-product .product-infotitle {
    margin-bottom: 0px;
    text-align: center;
}
.index-product .product-infotitle a {
    font-size: 19px;
    font-weight: 400;
    color: #1f71c2;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-product .btn {
	width: 120px;
	background-color: #1f71c2;
	color: #ffffff;
	border-color:#1f71c2;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78571;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.index-product .btn:hover {
    color: #ffffff;
    background-color: #5292e2;
    border-color: #5292e2;
}
.block-head .title {
    border-bottom: 1px solid #1f71c2;
    line-height: 5px;
    color: #1f71c2;
    position:relative;
    text-align:center;
}
@media(max-width: 767px) {
    .block-head .title {
        display:block;
        height:10px;
    }
    .block-head {
        height:20px;
    }
    .index-product .product-infotitle a {
        font-size:16px;
    }
    .index-product li {
        padding-top:10px!important;
        padding-bottom:10px!important;
    }
}
.block-head {
    height:15px;
}
.block-head .title .title-bg {
    position: absolute;
    top: -35px;
    padding: 0px 15px;
    background: #fff;
    left: 37%;
}
@media screen and (min-width:991px) and (max-width: 1200px) {
    .block-head .title .title-bg {
        left:31%;
    }
}
@media screen and (min-width:768px) and (max-width: 991px) {
    .block-head .title .title-bg {
        left:25%;
    }
}
@media screen and (min-width:600px) and (max-width: 767px) {
    .block-head .title .title-bg {
        left:27%;
        top:-15px;
    }
    .block-head .title .title-bg img {
        max-width:250px;
    }
    .block-head {
        height:25px;
    }
}
@media screen and (min-width:480px) and (max-width: 600px) {
    .block-head .title .title-bg {
        left:20%;
        top:-15px;
    }
    .block-head .title .title-bg img {
        max-width:250px;
    }
    .block-head {
        height:25px;
    }
}
@media screen and (min-width:360px) and (max-width: 480px) {
    .block-head .title .title-bg {
        left:20%;
        top:-12px;
    }
    .block-head .title .title-bg img {
        max-width:200px;
    }
}
@media(max-width: 360px) {
    .block-head .title .title-bg {
        left:12%;
        top:-12px;
    }
    .block-head .title .title-bg img {
        max-width:200px;
    }
}
/*首页关于区块*/
.index-about .about-img img {
    width: 100%;
}
.index-about .about-img p {
    color:#fff;
    text-align:center;
}
.index-about .about-img {
    opacity: 1;
}
.index-about .about-img .text p {
    text-align:left;
}
.index-about .about-content h2, .index-about .about-content p {
    text-align: left;
    width: 100%
}
.index-about .aboutimg img {
    width:48%;
}
.index-about .indexabout-box {
    padding-top:58px;
    padding-bottom:58px;
}
.index-about .indexabout-box .indexabt {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
@media (max-width:991px) {
    .index-about .about-content h2, .index-about .about-content p {
        text-align: center;
        padding-bottom: 0
    }
}
.index-about .text {
    padding: 0;
    color: #000000;
    font-size: 15px;
    margin-top: 30px;
    background: none;
    opacity: 1;
}
.index-about {
    padding: 40px 0px 0px;
}
.index-about .about-content .head .title {
    font-size:30px;
    margin-top: 0;
    margin-bottom: 0;
    color: #1f71c2;
    opacity: 1;
}
.index-about .more {
    display: inline-block;
    font-size:15px;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    margin-top: 40px;
    padding: 7px 12px;
    border-radius:5px;
    width:120px;
    text-align:center;
    line-height:1.78571;
    color:#fff;
    background-color: #1f71c2;
}
.index-about .more:hover {
    color: #fff;
    border-color: #5292e2;
    background-color: #5292e2;
}
@media (max-width:767px) {
    .index-about {
        padding: 30px 0px 15px;
    }
}
.index-about .about-img video {
    width: 100%;
}
.about-video .aboutcont-list {
    margin-top:0px;
}
.about-video .aboutcont-list video {
    max-width:100%;
}
@media (max-width:767px) {
    .index-about .about-img {
        margin-bottom:20px;
    }
    .index-about .block-head .title {
        display: block;
        height: 3px;
    }
}
/* 公司实力 */
.index-ourstrength {
    position: relative;
    padding:30px 0px 0px;
}
.index-ourstrength .team-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.index-ourstrength img {
    border:1px solid #eee;
}
.index-ourstrength .team-list li:hover img {
    border:1px solid #5292e2;
}
.index-ourstrength .title-main .title {
    font-weight:bold;
    color:#5292e2;
    text-align:left;
}
.index-ourstrength .title-main .subtitle {
    color:#009946;
}
.index-ourstrength .title-main .desc {
    color:#5292e2;
    text-align:left;
}
.index-ourstrength .team-list {
    margin-top:15px;
}
.index-ourstrength .strength-content {
    font-size:15px;
    text-align:left;
}
.index-ourstrength .strength-content p {
    margin-bottom:1rem;
}
.index-ourstrength .strength-img {
    text-align:center;
}
.index-ourstrength .strength-img .strength-imgli {
    margin-bottom:15px;
}
.index-ourstrength .strength-img .strength-imgli:hover img {
    border:1px solid #5292e2;
}
.index-ourstrength .strength-img img {
    width:100%;
    max-width:100%;
}
.index-ourstrength .strength-img p {
    margin-bottom:0px;
    font-size:16px;
    text-align:center;
    color:#1f71c2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-ourstrength .strength-img a {
    display:block;
}
.index-ourstrength .strength-img a:hover p {
    color:#5292e2;
}
.index-ourstrength .item {
    text-align:center;
}
.index-ourstrength .strength-zhengshu {
    border:0px solid #fff;
    width:100%;
    max-width:100%;
}
.index-ourstrength .topborder {
    border-top: 2px solid;
    border-color:#009946;
    margin-bottom: 10px;
}
@media (max-width:991px) {
    .index-ourstrength .team-bg {
        padding: 20px 0
    }
}
.index-ourstrength .slick-dots {
    bottom: -45px;
}
.index-ourstrength .slick-dots .slick-active button:before {
    border: 0px solid #999999;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    color:#5292e2
}
.index-ourstrength .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    color: #eee;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    opacity: 1
}
.index-ourstrength .item {
    margin-right: 30px;
    background:#fff;
}
@media (max-width:991px) {
    .index-ourstrength .item {
        margin-right: 15px;
        margin-left: 15px
    }
}
.index-ourstrength .slick-track {
    margin: 0 auto;
}
.index-ourstrength .title {
    opacity: 1;
}
.index-ourstrength .keywords {
    opacity: 1;
}
.index-ourstrength .desc {
    opacity: 1;
}
.index-ourstrength .item {
    opacity: 1;
}
@media (max-width:767px) {
    .index-ourstrength {
        padding: 30px 0px 0px;
    }
    .index-ourstrength .slick-dots {
        bottom: -30px;
    }
    .index-ourstrength .strength-zhengshu {
        margin-bottom:20px;
    }
}
@media (max-width:480px) {
    .index-ourstrength .title-main .title {
        font-size:22px;
    }
}
/*首页新闻区块*/
.index-news {
    padding: 40px 0px 40px;
    background: #ffffff;
}
.index-news .block-head .title {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
}
.index-news .block-head .subtitle {
    margin-top: 0;
    color: #999999;
    opacity: 1
}
.index-news .block-head .desc {
    margin-top: 0;
    color: #999999;
    opacity: 1;
}
.index-news .updatetime {
    display: block;
    font-weight: 300;
    height: 30px;
    color: #999999;
    font-size: 13px;
    line-height: 30px;
}
.index-news .media-heading {
    text-align: left;
    position: relative;
}
.index-news .media-heading:before {
    display:none;
    position: absolute;
    content:"";
    width: 10px;
    height: 1px;
    background-color: #000000;
    bottom: 0;
    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.index-news .media-heading a {
    border-bottom: 1px solid #efefef;
    font-size: 13px;
    color: #000000;
    display: block;
    padding-bottom: 20px;
    line-height:20px;
    height:60px;
    overflow:hidden;
}
.index-news .media-heading a:hover {
    text-decoration: none;
    color: #000000;
}
.index-news .media-body .des {
    color: #999999;
    font-size: 13px;
    height: 38px;
}
.index-news .media:hover .media-heading:before {
    display:none;
    width: 100%;
}
.index-news .media:hover h4 a {
    color:#5292e2;
}
.index-news .media:hover .updatetime {
    color:#5292e2;
}
.index-news .more {
    margin: 0 auto;
    padding: 6px 50px;
    display: inline-block;
    -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s;
    border: #999999 1px solid;
    color: #999999;
}
.index-news .more:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}
.index-news .media-body, .index-news .media-left, .index-news .media-right {
    display: table-cell;
    vertical-align: top;
}
.index-news .media-left {
    padding-right: 20px;
}
.index-news .media {
    float: left;
    opacity: 1;
    height: 100px;
    overflow: hidden;
}
.index_news {
    padding:35px 15px 0px;
    background:#eee;
}
.index-news .index_news .block-head .title {
    font-size:2.143rem;
    border-bottom: 1px solid #1f71c2;
    line-height: 5px;
    color:#1f71c2;
    font-weight: 300;
}
.index-news .index_news .block-head .title span {
    margin:0px auto;
    background:#eee;
    padding:0px 10px;
    color:#1f71c2;
}
.zhanhui-list .media-lg .media-object {
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.zhanhui-list .img-box {
    width:100px;
    height:100px;
}
@media (max-width:767px) {
    .index-news .media {
        height: auto;
    }
    .index-news .media-heading a {
        max-width: 100%;
        white-space:pre-wrap;
    }
    .index-news {
        padding: 20px 0px 30px!important;
    }
}
@media (max-width:479px) {
    .index-news .media-left {
        display: table-cell;
    }
}
.newsimg_list .block-head {
    height:auto;
}
.newsimg_list .block-head h2 {
    color:#fff;
    border:none;
    line-height:1.2;
}
.newsimg_list .block-head span {
    color:#fff;
    padding-bottom:5px;
    border-bottom:2px solid;
    border-color:#1f71c2;
}
.newsimg_list {
    position: relative;
    z-index: 2;
}
.newsimg_list .container {
    background:#2e3523;
    padding-top:20px;
    padding-bottom:20px;
    width: 100%;
}
.newsimg_list .title {
    height: 60px;
    font-size: 32px;
    position: relative;
    margin: 0;
    font-weight: normal;
    color: #333333;
    height: 45px;
}
.newsimg_list .line {
    color: #444444;
    position: relative;
}
.newsimg_list .line:before {
    display:none;
    content:'';
    position: absolute;
    left: -45px;
    top: 50%;
    background-color: #444444;
    width: 40px;
    height: 1px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.newsimg_list .line:after {
    display:none;
    content:'';
    position: absolute;
    right: -45px;
    top: 50%;
    background-color: #444444;
    width: 40px;
    height: 1px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.newsimg_list .container:hover .line:before {
    width: 20px !important;
    left: -25px !important;
}
.newsimg_list .container:hover .line:after {
    width: 20px !important;
    right: -25px !important;
}
.newsimg_list .zhanhui-swiper {
    width: 100%;
    position: relative;
    margin-top: 20px;
    overflow: hidden
}
.newsimg_list .zhanhui-swiper .zhanhui-ctrl {
    position: relative;
    z-index: 99;
    margin-top: 20px;
}
.newsimg_list .zhanhui-swiper .left-btn {
    display: inline-block;
    margin: 0 auto;
    width: 40px;
    border: 1px solid #c4c4c4;
    position: relative;
    margin-right: 10px;
    height: 40px;
    cursor: pointer;
    transition: all .6s ease
}
.newsimg_list .zhanhui-swiper .left-btn i {
    font-size: 40px;
    color: #c4c4c4;
    line-height:40px;
    height:40px;
    outline:0;
}
.newsimg_list .zhanhui-swiper .left-btn:hover {
    background: #5292e2;
    border: 1px solid #5292e2;
}
.newsimg_list .zhanhui-swiper .left-btn:hover i {
    color: #fff
}
.newsimg_list .zhanhui-swiper .right-btn {
    display: inline-block;
    width: 40px;
    border: 1px solid #c4c4c4;
    position: relative;
    height: 40px;
    cursor: pointer;
    transition: all .6s ease
}
.newsimg_list .zhanhui-swiper .right-btn i {
    font-size: 40px;
    color: #c4c4c4;
    transition: all .6s ease;
    line-height:40px;
    height:40px;
    outline:0;
}
.newsimg_list .zhanhui-swiper .right-btn:hover {
    background: #5292e2;
    border: 1px solid;
    border-color: #5292e2;
}
.newsimg_list .zhanhui-swiper .right-btn:hover i {
    color: #fff
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .slick-list {
    height: 100%
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .slick-track {
    height: 100%
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body {
    overflow: hidden;
    padding: 0;
    text-align: left;
    display: block;
    position: relative
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text {
    left: auto;
    bottom: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    transition: all 0.25s ease 0s;
    position: absolute
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding: 0 35px;
    display: block;
    position: relative;
    top: 300px
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content .date {
    font-weight: 300;
    font-family: HELVETICANEUELTPRO-THEX;
    color: #444444;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 22px;
    float: left;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    padding-left: 0;
    font-size: 20px
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content .title {
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    font-size: 16px;
    color: #444444;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    height: 30px;
    float: left;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content .description {
    text-align: left;
    color: #444444;
    line-height: 25px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    height: 105px;
    overflow: hidden;
    font-size: 13px
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .img {
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
    background-size: cover;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background-position: center;
    position: relative
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .img:before {
    content:'';
    position: absolute;
    width: 94%;
    height: 94%;
    top: 0px;
    left: 0px;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    top: 3%;
    left: 3%
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .news-more {
    display: block;
    position: absolute;
    top: -12px;
    border-radius: 0;
    width: 30px;
    right: 20px;
    height: 30px;
    text-indent: 0;
    font-size: 0px;
    line-height: 20px;
    text-align: center;
    border: 1px solid;
    border-color: #c4c4c4;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #444444;
    margin: 40px auto 50px;
    z-index: 5;
    margin-top: 310px;
    opacity: 1
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .news-more i {
    font-size: 30px
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:hover .date {
    color: #5292e2 !important;
    margin-left: 10px
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:hover .description {
    margin-left: 10px !important
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:hover .title {
    margin-left: 10px !important
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:hover .img {
    transform: scale(0.96, 0.96);
    -moz-transform: scale(0.96, 0.96);
    -webkit-transform: scale(0.96, 0.96);
    -o-transform: scale(0.96, 0.96)
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:hover .img:before {
    border: 1px solid;
    border-color: #c4c4c4;
    animation-name: zoomIn;
    top: 3%;
    left: 3%
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:hover .news-more {
    opacity: 1
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .covers {
    width:100%;
    position:absolute;
    bottom:0px;
    border-bottom:1px solid #fff;
    z-index:2;
    padding-top:15px;
    padding-bottom:10px;
    max-width:100%;
    padding-left:5px;
    padding-right:5px;
    background: -webkit-linear-gradient(#ffffff82, #3333339c);
    background: -o-linear-gradient(#ffffff82, #3333339c);
    background: -moz-linear-gradient(#ffffff82, #3333339c);
    background: linear-gradient(#ffffff82, #3333339c);
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .covers p {
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:0px;
    color:#fff;
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:nth-child(odd) .text {
    position: absolute;
    height: 100%;
    min-height: 255px
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:nth-child(odd) .text .content {
    top: 0px;
    padding-top: 30px
}
.newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:nth-child(odd) .news-more {
    margin-top: 40px
}
/* .newsimg_list.swiper-slide-active .zhanhui-li {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
} */
 @media (max-width:1600px) {
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content {
        padding: 0 15px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content {
        top: 175px;
        padding-top: 15px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:nth-child(odd) .text .content {
        top: 0px;
        padding-top: 15px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content .description {
        height: 55px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .news-more {
        margin-top: 200px
    }
}
@media (max-width:991px) {
    .newsimg_list .title {
        height: auto !important;
        font-size: 18px;
        padding-bottom: 15px;
        line-height: 1.2;
    }
    .newsimg_list .container {
        padding: 20px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul {
        margin: 0;
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content {
        padding: 15px;
        top: 300px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content .title {
        margin: 0;
        padding-bottom: 7px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content .description {
        margin: 0
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:nth-child(odd) .content {
        top: 0 !important
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .index-news .index_news li .media-left {
        padding-right:10px;
    }
    .index-news .media-lg .media-object {
        width:80px;
    }
    .index-news .index_news .block-head .title span {
        font-size:18px;
    }
}
@media (max-width:767px) {
    .newsimg_list {
        margin: 0;
        padding-top: 20px;
        min-height: auto;
        width: 100%;
        overflow: hidden;
    }
    .newsimg_list .container {
        padding: 15px;
        position: static;
        transform: none
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .news-more {
        margin-top: 220px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:nth-child(odd) .news-more {
        margin-top: 25px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .img {
        min-height: 100px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content {
        padding: 15px;
        top: 220px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content .title {
        margin: 0;
        padding-bottom: 7px
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li .body .text .content .description {
        margin: 0
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ul .zhanhui-li:nth-child(odd) .content {
        top: 0 !important
    }
    .newsimg_list .zhanhui-swiper .zhanhui-ctrl {
        margin: 15px;
    }
}


/* 首页产品样式 */
.kui_pro_212_box {padding-top: 70px;padding-bottom: 70px;}
.kui_pro_212 {text-align: center; margin: 0 -15px;}
.kui_pro_212 h4 {-moz-transition: all 0.8s ease 0s;    -ms-transition: all 0.8s ease 0s;    -o-transition: all 0.8s ease 0s;    -webkit-transition: all 0.8s ease 0s;    transition: all 0.8s ease 0s;font-size: 14px;color: #fff;background-color: #333333;    width: 100%;height: 37px;line-height: 37px;position: relative;}
.kui_pro_212 h4 a {position: relative;color: #fff;font-size: 14px;}
.kui_pro_212 img {-moz-transition: all 0.8s ease 0s;    -ms-transition: all 0.8s ease 0s;    -o-transition: all 0.8s ease 0s;    -webkit-transition: all 0.8s ease 0s;    transition: all 0.8s ease 0s;}
.kui_pro_212 a {overflow: hidden;display: block;}
.kui_pro_212 li {padding:0 15px 15px;}
.kui_pro_212 li:hover img{transform: scale(1.25); -ms-transform: scale(1.25); -webkit-transform: scale(1.25); -o-transform: scale(1.25); -moz-transform: scale(1.25);}

.kui_pro_212_nav span {font-size: 16px;}
.kui_pro_212_nav {background: #1f71c2;height: auto;overflow: hidden;color: #fff;line-height: 54px;margin-bottom: 30px;}
.kui_pro_212_nav h2 {padding-left: 30px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.kui_pro_212_nav a {color: #fff;text-align: center;}
.kui_pro_212_nav .swiper_box  {padding-right: 20px;}
.kui_pro_212_nav .swiper-button-next {text-align: center;background: #1f71c2;height: 54px;line-height: 54px;margin-top: -27px;outline: 0;right: 0;}
.kui_pro_212_nav .swiper-button-prev {text-align: center;background: #1f71c2;height: 54px;line-height: 54px;margin-top: -27px;outline: 0;left: 0;}
@media (max-width: 1200px){
}
@media (max-width: 991px){
.kui_pro_212_nav .swiper_box  {padding:0 20px;}
.kui_pro_212_box {padding-top: 50px;padding-bottom: 50px;}
}
@media (max-width: 767px){
.kui_pro_212_box {padding-top: 30px;padding-bottom: 30px;}
.kui_pro_212 {margin: 0 0;}
.kui_pro_212 li {padding:0 5px 12px;}
}


/* 首页公司简介 */
.kui_about_113 {padding: 50px 0;}
.kui_about_113 .kui_t {color: #000;width: 100%;margin-bottom: 10px;font-size: 18px;}
.kui_about_113 .kui_c {background: #fff;padding: 30px;}
.kui_about_113 .kui_c::after {content: '';display: block;clear: both;}
.kui_about_113 .kui_l{width: 46%;float: left;}
.kui_about_113 .kui_l img{width: 100%;}
.kui_about_113 .kui_r {width: 54%;float: left;padding: 10px 20px;line-height: 2;}

@media (max-width: 1200px){
}
@media (max-width: 991px){
}
@media (max-width: 767px){
}

/* 首页公司简介2 */
.kui_about_02 {position:relative;overflow:hidden;}
.kui_about_02 .kui_t {color: #333;width: 100%;margin-bottom:10px;font-size:28px;}
.kui_about_02 .kui_t span{color:#B6B6B6;;font-size:16px;}
.kui_about_02 .kui_c {background: #fff;padding: 30px;}
.kui_about_02 .kui_c::after {content: '';display: block;clear: both;}
.kui_about_02 .kui_l{width: 46%;float: left;}
.kui_about_02 .kui_l img{width: 100%;}
.kui_about_02 .kui_r {width: 54%;float: left;padding: 10px 20px;line-height: 2;}
.kui_more_02 { padding:8px 20px;line-height:24px;border: 1px solid;color: #1f71c2;display:inline-block;border-radius:4px;text-align:center;margin: 20px 0 0 0;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms}
.kui_more_02 i {font-size: 14px;}
.kui_more_02:hover {background: #1f71c2;color: #fff;}
@media (max-width: 991px){
    .kui_about_02 .kui_l{width:100%;}
    .kui_about_02 .kui_r {width:100%;padding:10px 0;}
}


/* 首页公司简介3 */
.kui_about_03 {position:relative;overflow:hidden;}
.kui_about_03 .kui_t {color: #333;width: 100%;margin-bottom:10px;font-size:28px;}
.kui_about_03 .kui_t span{color:#B6B6B6;;font-size:16px;}
.kui_about_02 .kui_c {background: #fff;padding: 30px;}
.kui_about_03 .kui_c::after {content: '';display: block;clear: both;}
.kui_about_03 .kui_l{width:30%;float: left;}
.kui_about_03 .kui_l img{width: 100%;}
.kui_about_03 .kui_r {width:70%;float: left;padding: 10px 20px;line-height: 2;}
.kui_more_03 { padding:3px 50px;line-height:24px;border: 1px solid;color: #1f71c2;display:inline-block;text-align:center;margin: 20px 0 0 0;-webkit-transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition:all .6s cubic-bezier(.165,.84,.44,1) 0ms}
.kui_more_03 i {font-size: 14px;}
.kui_more_03:hover {background: #1f71c2;color: #fff;}
@media (max-width: 991px){
    .kui_about_03 .kui_l{width:100%;}
    .kui_about_03 .kui_r {width:100%;padding:10px 0;}
}



/* 更多按钮样式 */
.kui_more_113 {  padding: 3px 15px; line-height: 24px;   border: 1px solid;    color: #1f71c2;display: block;    width: 110px;    text-align: center;    margin: 20px 0 0 0;    -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;    transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms}
.kui_more_113 i {font-size: 14px;}
.kui_more_113:hover {background: #1f71c2;color: #fff;}

@media (max-width: 1200px){
	.kui_about_113 .kui_c {padding: 15px;}
	.kui_about_113 .kui_l {width: 100%;}
	.kui_about_113 .kui_r {width: 100%;padding:10px 0;}
}
@media (max-width: 991px){
}
@media (max-width: 767px){
}


/* 合作伙伴 */
.kui_link_163 {}
.kui_link_163 li a{border: 1px solid #e4e4e4;display: block;}
@media (max-width: 1200px){
}
@media (max-width: 991px){
}
@media (max-width: 767px){
}

/*新闻样式*/
.kui_news_285 {position: relative;padding: 50px 0 30px;}
.kui_news_285 ul li {height: 30px;line-height: 30px;margin: 0;white-space: nowrap;text-overflow: ellipsis;}
.kui_news_285 ul i {padding-right: 6px;float: left;font-size: 12px;}
.kui_news_285 ul h3 {font-size: 14px;padding-right: 20px;overflow: hidden;height: 30px;line-height: 30px;white-space: nowrap;text-overflow: ellipsis;}
.kui_news_285 ul span {color: #B9B9B9;height: 30px;line-height: 30px;float: right;}
.kui_news_285 .layui-row>div {padding:0 30px;}
.kui_news_285 .layui-row {margin:0 -30px;}
.kui_news_285 .kui_more_113 {float: right;border-radius: 5px;}
.kui_news_285_hot{border-bottom: 1px dashed rgb(161, 161, 161);  margin-bottom: 30px;  padding: 30px 0px  ; }
.kui_news_285_hot::after {content: '';display: block;clear: both;}
.kui_news_285_hot .kui_l{float: left;    height: 90px;    text-align: center;    margin-right: 4%;    width: 20%;    background: rgb(245, 245, 245);}
.kui_news_285_hot .kui_l .kui_t { padding-top: 15px;display: block; font-size: 36px;    font-weight: bold;    position: relative;    letter-spacing: 1px;
    color: rgb(15, 96, 187);}
.kui_news_285_hot .kui_l .kui_b {   color: rgb(15, 96, 187);    position: relative;    display: block;}
.kui_news_285_hot .kui_r {float: right;width: 76%;}
.kui_news_285_hot .kui_r h3 {padding-bottom: 6px;font-size: 16px;width: 100%;display: inline-block;}
.kui_news_285_hot .kui_r p {margin-top: 6px;    color: rgb(161, 161, 161);    font-size: 13px;    line-height: 18px;    overflow: hidden;}
@media (max-width: 1200px){
}
@media (max-width: 991px){
.kui_news_285 {position: relative;padding: 40px 0 0;}
.kui_news_285 .layui-col-xs12 {margin-bottom: 40px;}
.kui_news_285_hot{ margin-bottom: 20px;  padding: 20px 0px  ; }
}
@media (max-width: 767px){
.kui_news_285 .layui-col-xs12 {margin-bottom: 20px;}
}


/* 产品详细 */
.kui_pro_t {position: relative;}
.kui_pro_t .gallery-top i {font-size: 40px;color: #9e9e9e!important;}
.kui_pro_t .gallery-top .swiper-button-next,.kui_pro_t .gallery-top .swiper-button-prev {background: none;}
/* .gallery-top {width: 100%;height:600px;margin-left: auto;margin-right: auto;} */
.swiper-slide {background-size: cover;background-position: center;}
/* .gallery-top {max-height:600px;width: 100%;text-align: center;} */
.gallery-top img {max-height:100%;max-width: 100%;}
.gallery-thumbs {height:58px;width: 330px;box-sizing: border-box;margin: 10px 0;margin-left: auto;margin-right: auto;}
.gallery-thumbs .swiper-slide {width: 25%;cursor: pointer;height: 100%;opacity: 0.4;    border: 2px solid #ddd;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;    border-color: #4e97d9;}
.kui_pro_t .kui_r {padding-left: 30px;}
.kui_pro_t .kui_r h1 {font-size: 24px;margin-bottom: 11px;}
.kui_pro_t .kui_r p {color: #5e7387;  line-height: 1.5; margin-bottom: 15px;}
a.btn {color: #fff;}
.kui_pro_b {margin-bottom: 50px;}
.kui_pro_bt {border-bottom: 1px solid #e4eaec;margin:20px 0;}
.kui_pro_bt span{color: #62a8ea; display: inline-block;  padding: 10px 20px; border-bottom: 2px solid #62a8ea;}
.lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {max-height:500px ;}
.lg-outer ,.lg-backdrop{z-index: 9999999!important;}
.positions {padding: 15px 0;border-bottom: 1px #f1f1f1 solid;}
.positions_none {border-bottom:none;}
.showhead .swiper-button-next,.showhead .swiper-button-prev{background:#ddd;height:45px;}
.showhead .swiper-button-next:hover,.showhead .swiper-button-prev:hover{background:#1f71c2;color:#fff;}
.showhead .swiper-button-next i,.showhead .swiper-button-prev i{font-size:30px;}
.showhead .gallery-thumbs .swiper-slide-thumb-active{border-color:#5292e2;}
.showhead h1{color:#1f71c2;}
.showhead .para li{line-height:2;color:#888;}
@media (max-width:991px){
    .gallery-top {width: 100%;height:400px;}
}
@media (max-width: 767px){
    .gallery-top {width: 100%;height:300px;}
}



/* 手机头部兼容调整 */
.top-rightbar{position: relative; float:right;}
.kui_nav_01 li i{margin-left:2px;}
@media (max-width: 1600px){
	/* .kui_nav_01 li a{padding:0 15px;} */
    .kui_search_02 a i{right:10px;}
    .kui_nav_01 li a{padding:0 20px;}
}
@media (max-width: 1200px){
	.kui_nav_01 li a{padding:0 8px;}
}
@media (max-width: 991px){
	.kui_logo_r01 .kui_box {padding-left: 10px;}
	.kui_logo_r01 .kui_box .kui_box_img i { padding-left: 10px;}
    .kui_banner img { max-height: 350px;width: 100%;max-width: initial;position: relative;left:50%; -webkit-transform: translate(-50%,0);
    -moz-transform:translate(-50%,0);  transform: translate(-50%,0);}
    .kui_banner .swiper-slide {overflow: hidden;}
    .kui_logo_01 a{padding-left:0px;}
    .kui_logo_01 img{max-height:40px;}
	.kui_nav_01 li{line-height:45px;}
	.kui_nav_01 li i.fa-caret-down{float:right;margin-top:14px;margin-right:8px;}
	.kui_nav_01 li ul li a{color:#333;font-weight: normal;}
	.kui_nav_01 li ul li a:hover{color:#333;}
	.kui_nav_01 li ul li{border-bottom:1px solid #555;padding: 0px 10px;}
	.kui_search_02{height:60px;}
	.kui_search_02 a i{right:8px;top:10px;}
	#kui_search_02_box button[type="submit"]{top:-3px;}
	#kui_search_02_box{top:56px;padding:10px;width:280px;}
}
.font-size-16{font-size: 16px;}
.font-size-18{font-size: 18px;}
.font-size-20{font-size: 20px;}
.font-size-30{font-size: 30px;}
.border-line{width: 70%; height: 2px; background-color: #1f71c2;margin: 51px 0 20px 0}
.header1 p {font-size: 40px!important;font-weight: 900;padding: 0!important;color: #5292e2!important;}
.header2 {font-size: 15px;color: #000;padding-bottom: 11px;}
.index-title {text-align:left;display:inline-block!important;margin:10px 0 20px;}
.index-title h2 {font-size:20px;font-weight:300;letter-spacing:1px}
.index-title p {width:100%;height:2px;background:#ef8202}
footer{padding:40px 0;background-color: #1f71c2;margin-top:0px;}
.foot-nav,.foot-contact,.foot-product,.foot-news{margin-bottom:15px;}
.foot-nav .ul-list{margin-bottom:5px;}
.foot-nav .ul-list li{ margin-bottom: 5px;padding-bottom: 3px;}
.foot-nav .ul-list li a{color:#fff;font-size:16px;display:block;width:80%;border-bottom: 1px solid;border-color:#fec00a;padding-bottom:3px;}
.foot-nav .ul-list li a:hover{color:#f08300;}
.foot-nav .ul-list li a:hover i{color:#fff;}
.foot-nav .ul-list li a i{width: 20px;height: 20px;border-radius: 50%;background: #fec00a;margin-right: 10px;padding-left: 8px;line-height: 20px;}
footer img{width:100%;max-width:100%:}
.foot-contact .foot-contactbox p{color:#fff;margin-bottom:0px;font-size:13px;line-height:1.5}
.foot-product li,.foot-news li{margin-bottom:5px;}
.foot-product li a,.foot-news li a{display:block;overflow:hidden;color:#fff}
.foot-product li:hover a,.foot-news li:hover a{color:#f08300;}
.foot-share{padding-top:15px;}
.foot-share .col-md-5{color:#fff;margin-top:30px;}
.foot-share a{display:inline-block;margin-right:20px;font-size:40px;color:#fec00a;}
.foot-share a:hover{color:#5292e2;}
.foot-share img{max-height:50px;width:auto;margin-bottom:5px;}
.foot-info{line-height: 1.8;padding: 30px 0px 0px;text-align: center;color:#fff;}
.foot-info p,.foot-info a{color:#fff;}
.foot-info a:hover{color:#5292e2;}
@media (min-width:768px) {
    .foot-product li .col-md-9,.foot-news li .col-md-9 {
        line-height:22px;height:44px;overflow:hidden;
    }
	.foot .footpn .ul_list li .col-md-8 {line-height:22px;height:44px;overflow:hidden;}
}
@media (max-width:767px) {
	.foot-share{padding-top:0px;}
	.foot-share .col-md-5{margin-top:0px;}
}

/*面包屑导航*/
.kui_breadcrumb_01 {
    padding-top:10px!important;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
}
.kui_breadcrumb_01 ol.breadcrumb {
    float:right;
    background-color: transparent;
}
.kui_breadcrumb_01 .border-bottom {
    border-bottom:0px solid #eee!important;
}
.kui_breadcrumb_01 .subcolumn-crumbs>.breadcrumb-item {
    color:#aaa!important;
}
.kui_breadcrumb_01 .subcolumn-crumbs>.breadcrumb-item+.breadcrumb-item:before {
    content: '» ';
    color:#aaa!important;
}
.kui_breadcrumb_01 .subcolumn-crumbs>.breadcrumb-item>a {
    color:#aaa!important;
}
.kui_breadcrumb_01 .subcolumn-crumbs>.breadcrumb-item>a:hover {
    color:#5292e2!important;
}

/* 内页二级栏目导航 */
.kui_subnav_01 {
    border-bottom: 1px solid #ccd5db;
    background:#e4eaec;
}
.kui_subnav_01 .kui_subnav_01-ul > li:hover, .kui_subnav_01 .kui_subnav_01-ul > li.active {
    background:#76838f;
    position:relative;
    color:#fff;
}
.kui_subnav_01 .kui_subnav_01-ul > li:hover >a, .kui_subnav_01 .kui_subnav_01-ul > li.active a {
    color:#fff !important;
}
.kui_subnav_01 .kui_subnav_01-ul > li:hover >a:before {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    content:" ";
    border-top: 10px solid;
    border-color:#76838f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.kui_subnav_01 .kui_subnav_01-ul > li.active>a:before {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    content:" ";
    z-index: 1;
    border-top: 10px solid;
    border-color:#76838f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.kui_subnav_01 .swiper-container {
    background:#e4eaec;
    overflow: initial;
    z-index: 990;
}
.kui_subnav_01-ul {
    font-size:0;
    /* display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; */
}
.kui_subnav_01-ul .swiper-slide{
    width:auto;
}
.kui_subnav_01-ul li {
    display:inline-block;
    vertical-align:top;
}
.kui_subnav_01-ul li > a {
    display:block;
    padding:15px 40px;
    font-size:16px;
    color: #90939b;
    border-left: 1px solid #f3f7f9;
    border-right: 1px solid #ccd5db;
}
.kui_subnav_01-ul li ul.dropdown-menu{
    top:38px;
}
.kui_subnav_01-ul .dropdown-menu li{
    display:list-item;
    margin:2px 0;
}
.kui_subnav_01-ul .dropdown-menu li a{
    padding:8px 15px;
    border-left:none;
    border-right:none;
    font-size:14px;
    clear: both;
    white-space:nowrap;
    transition: color 0.5s;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
}
.kui_subnav_01 .kui_subnav_01-ul li.active li a{color: #90939b!important;}
.kui_subnav_01 .kui_subnav_01-ul .dropdown-menu li:hover a{background:#5292e2;color:#fff!important;}



/* .kui_subnav_01-ul>li>a {
    padding-top:15px!important;
    padding-bottom:15px!important;
} */
@media (max-width:767px) {
    .kui_subnav_01-ul {
        white-space:nowrap;
    }
    .kui_subnav_01 .subcolumn-nav {
        height:54px;
    }
    /* .kui_subnav_01-ul>li>a {
        padding-top:6px!important;
        padding-bottom:12px!important;
    } */
    .kui_subnav_01 .kui_subnav_01-ul > li.active>a:before {
        position: absolute;
        bottom: -8px;
        width: 0;
        height: 0;
        left: 50%;
        margin-left: -8px;
        content: " ";
        border-top: 8px solid;
        border-color: #76838f;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }
    .kui_subnav_01 .swiper-container-horizontal>.swiper-scrollbar{height:4px;bottom:0;}
}

/* 单页模块 */
.kui_pageshow_01{padding: 30px 0px;}
@media (max-width:991px){
    .kui_pageshow_01{padding: 20px 0px;}
}
@media (max-width:767px){
    .kui_pageshow_01{padding: 15px 0px;}
}
/* 商品列表 */
.kui_imglist_01{background: #e5e5e5;padding: 70px 0;}
.kui_pro_212 h4{padding:12px 20px;height:auto;font-size:16px;background:#1f71c2;}
.kui_pro_212 li:hover h4{background-color: #5292e2;}
@media (max-width:767px){
    .kui_imglist_01{padding: 50px 0;}
}
/* 分页 */
.kui_pager_01{position:relative;text-align:center;}
.kui_pager_01 .page-link{color:#1f71c2;}
.kui_pager_01 .page-item.active .page-link{border-color:#1f71c2;background-color: #1f71c2;}

/* 侧栏 */
.kui_box_r{padding:15px;margin-left:40px;}
@media (max-width:767px){
	.kui_box_r{margin-left:0;padding:15px 0;}
}

/* 新闻列表 */
.kui_newslist_01 {background:#e5e5e5;padding:30px 0;}
.kui_newslist_01 .kui_list_08{background: #fff;padding:30px;}
.kui_newslist_01 .kui_list_08 .kui_img{width:160px;height:160px;overflow: hidden;}
@media (max-width:767px){
    .kui_newslist_01 .kui_list_08{padding:15px;}
    .kui_newslist_01 .kui_list_08 .kui_img{width:100px;height:100px;}
}

/* 图片列表 */
.kui_img_show01{padding:30px 0;}

/* 上下页 */
.pager-bts{margin:10px 0 30px;padding:12px 0;}
.pager-bts a{border:1px solid #ccc;padding:8px 12px;border-radius:4px;max-width:49%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
@media (max-width:767px){
    .pager-bts a{padding:6px 10px;}
}

.px-15{padding-left:15px;padding-right:15px;}
.px-30{padding-left:30px;padding-right:30px;}
.kui_message_01{background:#e5e5e5;padding:30px 0;}


.message-map{max-height: 400px;overflow: hidden;margin-top: 20px;}
.message-map iframe {width:100%;max-width:100%;}
.message-map p {margin-bottom:0px;}


.kui_indexnews_01 .kui_list_11_r{width:100%;float:unset;}
.kui_indexnews_01 .kui_list_11_r a {margin-bottom: 20px;}
.kui_indexnews_01 .newlist-box{padding-right:40px;margin-bottom:20px;}
.kui_indexnews_01 .newlist-box:nth-child(3){padding-right:0px;}
.kui_indexnews_01 .kui_list_11_r li{border-bottom:1px dashed #e2e2e2;line-height:40px;height:40px;}
.kui_indexnews_01 .kui_list_11_r li span{padding-left: 20px;}
.kui_indexnews_01 .kui_list_11_r a h3{line-height:40px;}
.kui_indexnews_01 .kui_list_11_r .kui_l{background: #d2d2d2;width:25%;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.kui_indexnews_01 .kui_list_11_r .kui_r{width:70%;}
.kui_indexnews_01 .kui_list_11_r .kui_l .year{padding-bottom: 0px;margin-top: 0px;}
.kui_indexnews_01 .kui_list_11_r .kui_l .day{opacity: 1;color: #333;padding-bottom: 10px;}
.kui_indexnews_01 .kui_list_11_r .kui_r h3{color:#333}
.kui_indexnews_01 .kui_b:hover .kui_l{background:#009946;}
.kui_indexnews_01 .kui_b:hover .day,.kui_indexnews_01 .kui_list_11_r:hover .year{color:#fff;}
.kui_indexnews_01 .kui_b:hover h3{color:#009946;}


/* 图片列表 */
.kui_imglist_01{background: #e5e5e5;padding: 70px 0;}
.kui_imglist_01 .kui_img{max-height:213px;overflow: hidden;}
@media (max-width:1600px){
	.kui_imglist_01 .kui_img{max-height:170px;}
}
@media (max-width:1200px){
	.kui_imglist_01 .kui_img{max-height:136px;}
}
@media (max-width:991px){
	.kui_imglist_01 .kui_img{max-height:100px;}
}
@media (max-width:768px){
	.kui_imglist_01 .kui_img{max-height:225px;}
}
@media (max-width:480px){
	.kui_imglist_01 .kui_img{max-height:100px;}
}
@media (max-width:767px){
    .kui_imglist_01{padding: 50px 0;}
}


.kui_foot_01{background:#222;}

.kui_nav_01 li ul {background:rgba(0,0,0,.5);min-width:200px;}

.in_page{background:#5292e2;}
