/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 50%;
    z-index: 1000;
    margin-bottom: -150px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}
.right_xf li a{
    display: inline-block;
    width: 66px;
    height: 66px;
    color:#999;
    border-radius: 5px;
    background: #fff;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a img{
    width: 100%;
    height: 24px;
    object-fit: contain;
}
.right_xf li a:hover{
    color: #4c6aff;
}

.right_xf li,.erweima{
    position: relative;
}
.right_xf .menu,.erweima .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 66px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before,.erweima .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu,.erweima:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    line-height: 66px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #635a76;
    color:#fff;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #635a76;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

h6{
    line-height: 24px;
}
.h6{
    line-height: 24px;
}

h3{
    line-height: 40px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
    line-height: 30px;
}
.font18{
    font-size: 18px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #0071bc!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_f6{
    background: #f6f6f6;
}
.bg_000{
    background: #000;
}
.bg-primary{
    background: #2b61a9!important;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 70px;
}
.pt-6{
    padding-top: 70px;
}
.mb-6{
    margin-bottom: 70px;
}
.mt-6{
    margin-top: 70px;
}

.no_margin{
    margin: 0px;
}
.pc_cr{
    max-width: 1600px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.pc_top_nav{
    width: 100%;
    display: flex;
    align-items: center;
}
.pc_top_media{
    border-left: 1px solid #eee;
    padding-top: 8px;
    padding-bottom: 8px;
}
.pc_top_media2{
    background: #333333;
    padding: 20px 25px;
    transition: all 0.5s;
}
.pc_top_media2:hover{
    background: #c11920;
}
.moblo{
    display: none;
}
@media (max-width: 1200px){
    .md_none{
        display: none;
    }
    .moblo{
        display: block;
    }
    .pcblo{
        display: none;
    }
}

.nav_min{
    padding: 0px;
    border: none;
    background: #857d95;
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    margin-right: 22px;
}
.navbar-brand img{
    height: 43px;
}
@media (min-width: 1200px){
    .pc_logo{
        display: none;
    }
}

.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 17px 0px;
    margin: 0 44px;
    position: relative;
}
.nav_min .navbar-nav .nav-link{
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    text-transform: uppercase;
}
.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}
.nav_min .navbar-nav .nav-link span{
    color: #fff;
    position: absolute;
    right: 0px;
}
.navbar-expand-lg .navbar-nav .nav-item:hover,.navbar-expand-lg .navbar-nav .nav-item.active{
    background: #726a83
}
.navbar-expand-lg .navbar-nav .nav-item:hover a,.navbar-expand-lg .navbar-nav .nav-item.active a{
    color: #fff;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 12px 0px 12px 5px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    text-align: center;
    min-width: 100%;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.1);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}

.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 10px 30px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container-fluid{
    display: block;
    padding: 0px 80px;
}

@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    background: #726a83;
    padding: 13px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    border-bottom: 1px solid #6a6279;
    color: #fff;
}
.top_xiala .dropdown-menu a:hover{
    background: #6a6279;
}

.nav_products{
    border: 1px solid #f5f5f5;
    padding: 20px;
}
.nav_products_img{
    margin-bottom: 24px;
}
.nav_products_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top_xiala .dropdown-menu .nav_products a{
    padding: 18px 0px;
    border: none;
}
.top_xiala .dropdown-menu .nav_products a:hover{
    color: #c11920;
    padding: 18px 5px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 1000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #6a6279;
    color: #fff;
}

.search_anniu_top{
    display: inline-block;
    width: 58px;
    height: 67px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .5s;
}
.search_anniu_top2:before{
    background: #666;
}
.search_anniu_top2:after{
    border: 2px solid #666;
}
.search_anniu_top2{
    margin-top: 5px;
}

.search_anniu_top:hover:before{
    background: #ffa3a7;
}
.search_anniu_top:hover:after{
    border: 2px solid #ffa3a7;
}

.search_anniu_top{
    display: inline-block;
    width: 58px;
    height: 48px;
    border: none;
    background: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 2px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #666;
    transition: all .5s;
}

.search_anniu_top:hover:before{
    background: #000;
}
.search_anniu_top:hover:after{
    border: 2px solid #000;
}

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
    z-index: 2000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 0px;
    padding-bottom: 0px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 8px 8px 8px 24px;
    height: 48px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.sousuo_control:hover{
    border: none;
}

.pc_yuyan{
    margin-right: 15px;
    display: inline-block;
    text-overflow: ellipsis;
}
.pc_yuyan img{
    width: 28px;
    height: 28px;
    border-radius: 28px;
    object-fit: cover;
    border: 1px solid #eee;
}

.search_anniu2{
    display: inline-block; 
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-left: none;
    padding: 0px;
    border-radius: 56px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all .5s;
    margin-top: 0px;
    opacity: 0.5;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 27px;
    left: 18px;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 27px;
    left: 18px;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
    opacity: 0.8;
}

.top_collapse{
    padding-top: 12px;
    padding-bottom: 12px;
}
.banner .swiper-pagination-bullet{
    width: 28px;
    height: 3px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner>.swiper-pagination-bullets{
    bottom: 48px;
}
.banner .swiper-pagination-bullet-active{
    width: 58px;
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-button-prev{
    left: 60px;
    opacity: 1;
    margin-top: -25px;
}
.banner .swiper-button-next{
    right: 60px;
    opacity: 1;
    margin-top: -25px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: #726a83;
}
.incp{
    border: 1px solid #efefef;
    margin-top: -67px;
    position: relative;
    z-index: 99;
    background: #fff;
}
.htih3{
    display: inline-block;
    color: #b68d4c;
}
.htispan{
    color: #b7b7b7;
    margin-left: 5px;
}
.more{
    float: right;
    color: #cfa764;
    font-size: 12px;
    margin-top: 7px;
}
.more img{
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top:-2px; 
}
.cplist p{
    position: absolute;
    bottom: 0;
    line-height: 46px;
    text-align: center;
    width: 100%;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #FFF;
    background-color: rgba(0,0,0,0.6);
}
/*主体*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.intnews .jjp{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.intnews p.mt-2{
    color: #b68d4c;
    font-weight: 600;
}
.index_news_ul li{
    border-top: 1px dashed #b6b6b6;
}
.index_news_ul li a{
    display: block;
    position: relative;
}
.index_news_ul li a p{
    line-height: 39px;
    padding-right: 88px;
}
.index_news_ul li a span{
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 39px;
}
.index_news_ul li a p::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #665D7C;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.inwhlist{
    display: block;
    height: 42px;
    border:1px solid #e4e3e3;
}
.inwhlist .list{
    float: left;
    width: 33.3%;position: relative;
}
.inwhlist a{
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
}
.inwhlist .list a::before{
    content: "";
    width: 1px;
    height: 20px;
    background: #e4e3e3;
    position: absolute;
    left: 0;
    top: 11px;
}
.inwhlist .list:first-child a::before{
    display:none;
}
.whimg{
    position: relative;
}
.whxq{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.whxq a{
    display: inline-block;
    line-height: 36px;
    width: 100px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -50px;
}
.footer{
    background: #807893;
}
.foot-link{
    display: block;
    overflow: hidden;
}
.foot-link a{
    float: left;
    width: 12.5%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-bottom: 3px;
    margin-top: 13px;
}
.foot-link a span{
    display: block;
    width: 100%;
    height: 60px;
    background-image: url(../img/footer.png);
}
.foot-link a:hover{
    color: #635a76;
}
.foot-link a:hover span{
    background-image: url(../img/footer1.png);
}
span.fl1{
    background-position: 0 0;
}
span.fl2{
    background-position: 0 -100px;
}
span.fl3{
    background-position: 0 -200px;
}
span.fl4{
    background-position: 0 -300px;
}
span.fl5{
    background-position: 0 -400px;
}
span.fl6{
    background-position: 0 -500px;
}
span.fl7{
    background-position: 0 -600px;
}
span.fl8{
    background-position: 0 -700px;
}

.abcon,.abcon p{
    color: #666;
    line-height: 2;
}

.qrewm{
    text-align: center;
}
.bottom_bg{
    background: #635a76;
    padding: 12px 0;
    line-height: 22px;
}

.top_banner{
    background: url(../img/company_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 226px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-li{
    background: #f1f1f1;
    color: #777;
}
.bg-li a{
    color: #777;
}

/*关于金溪*/
.abHead1 span{
    color:#cfa764;
    margin: 0 10px;
}
.abHead span{
    color:#cfa764;
    margin: 0 10px;
}
.abspan {
    display: block;
    color: #b7b7b7;
    margin-top: 2px;
}
.menu{
    display: block;
    text-align: center;
    border-bottom:2px dotted #dbdbdb;
}
.menu a{
    display:inline-block; 
    width:110px; 
    line-height:40px; 
    color:#888; 
    background:#ebebeb; 
    margin:0 6px;
    font-size:16px;
}
.menu a.active{
    color:#fff; 
    background:#857d95;
}
.riHead{
    color: #333;
}
.riHead img{
    margin-right: 5px;
}
.ritopne{
    color:#666;
}
.abr_news_ul{
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.abr_news_ul li,.abr_news_ul li a{
    display: block;
    line-height: 30px;
}
.abr_news_ul li a::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #665D7C;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.r_a{
    display: block;
}
.menu-nobo{
    border-bottom: none;
}
.product_content{
    display: block;
    text-align: center;
}
.product_content a{
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.bg_img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.product_content a:hover{
    color: #b68d4c;
}
.product_content a:hover .bg_img{
    display: block;
}

/*新闻*/
.news_ul{
    display: block;
}
.news_ul li{
    display: block;
    min-height: 66px;
    background: #f2f2f2;
    border: 1px solid #fff;
    font-size: 16px;
    position: relative;
}
.news_ul li a{
    display: block;
    padding: 15px 85px 15px 25px;
    color: #333;
    height: 100%;
    line-height: 22px;
}
.news_ul li .time{
    position: absolute;
    right: 0;
    top: 0;
    background: #857d95;
    width: 56px;
    text-align: center;
    color: #fff;
    height: 100%;
}
.news_ul li .time span{
    display: block;
    font-size: 24px;
    margin-top: 10px;
}
.news_ul li .time::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #857d95 transparent transparent;
    border-width: 9px;
    left: -18px;
    top: 23px;
    position: absolute;
    z-index: 2;
}
.news_ul li:hover{
    border: 1px solid #857d95;
}
.news_ul li:nth-child(even) a{
    padding: 15px 25px 15px 85px;
}
.news_ul li:nth-child(even) .time{
    position: absolute;
    left: 0;
    top: 0;
    background: #cfa764;
    width: 56px;
    text-align: center;
    color: #fff;
    height: 100%;
}
.news_ul li:nth-child(even) .time span{
    display: block;
    font-size: 24px;
    margin-top: 10px;
}
.news_ul li:nth-child(even) .time::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #cfa764;
    border-width: 9px;
    left: 56px;
    top: 23px;
    position: absolute;
    z-index: 2;
}
.news_ul li:nth-child(even):hover{
    border: 1px solid #cfa764;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #cfa764;
    color: #fff;
    border: 1px solid #cfa764;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}
/*招聘*/
.zp_title{
    display: block;
    overflow: hidden;
    border-top: 2px dotted #dbdbdb;
    padding-left: 40px;
}
.zp_title li{
    float: left;
    text-align: center;
    width: 25%;
    color: #666;
    line-height: 45px;
    background: #f1f1f1;
}
.zp_title li:nth-child(even){
    background: #e7e7e7;
}
.work-list{
    display: block;
    padding-left: 40px;
    color: #666;
}
.work-list li{
    display: block;
    border: 1px solid #c9c9c9;
    position: relative;
}
.work-list li .szbj{
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #837B93;
    color: #fff;
    position: absolute;
    left: -40px;
    top: 12px;
}
.work-list li .szbj::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #837B93;
    border-width: 6px;
    left: 40px;
    top: 14px;
    position: absolute;
    z-index: 2;
}
.work-list li .zp-ti{
    float: left;
    text-align: center;
    width: 25%;
    line-height: 60px;
}
.work-list li .zp-con{
    border-top: 1px solid #ccc;
    display: block;
    overflow: hidden;
    padding: 30px 20px;
    line-height: 20px;
}

/*联系我们*/
.con-title{
    font-size: 18px;
    line-height: 28px;
}
.contact_left{
    color: #666;
}
.contact_left li{
    margin-bottom: 15px;
}
.contact_left img{
    margin-right: 10px;
}

/*人文文化*/
.whhead{
    background: #fff;
}
.whhead .navbar-brand{
    padding: 0;
}
/*.whhead .navbar-brand img{*/
/*    height: 70px;*/
/*}*/
.whhead.nav_min .navbar-nav .nav-link{
    color: #000;
}
.whhead.navbar-expand-lg .navbar-nav .nav-item{
    border-top:solid 3px #fff;
}
.whhead.navbar-expand-lg .navbar-nav .nav-link{
    margin: 0 20px;
    padding: 27px 0px;
    
}
.whhead.navbar-expand-lg .navbar-nav .nav-item:hover, .whhead.navbar-expand-lg .navbar-nav .nav-item.active{
    font-weight:bold; 
    text-decoration:none; 
    border-top:solid 3px #257de9;
    background: #fff;
    
}
.whhead.navbar-expand-lg .navbar-nav .nav-item:hover a, .whhead.navbar-expand-lg .navbar-nav .nav-item.active a{
    color: #000;
}
.whhead .navbar-toggler .icon-bar{
    background: #000;
}


.wh-list{
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 470px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
.wh-list img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0;
    transition: opacity 0.35s;
}
.wh-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
}
.wh-box a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #257de9;
}
.wh-box h2{
    font-size: 25px;
    font-weight: bold;
    color: #257de9;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s,font-size 0.35s,color 0.35s;
    transition: transform 0.35s ,font-size 0.35s,color 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.wh-box h2::after {
    position: absolute;
    height: 4px;
    top: 50px;
    left: 40%;
    width: 20%;
    background: #257de9;
    content: '';
    -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0);
}

.wh-box .cspan{
    display: inline-block;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
    background: #257de9;
    -webkit-transition: -webkit-transform 0.35s, background 0.35s, font-size 0.35s;
    transition: transform 0.35s, background 0.35s, font-size 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.wh-box .sm{
    padding: 0 20px;
    font-size: 12px;
    color: #666;
    line-height: 28px;
}
.wh-list:hover a {
    border: 1px solid #fff;
    margin:6px;
    width:97%;
    height:97%;
}
.wh-list:hover img {
    opacity:1;
}
.wh-list:hover h2 {
    font-size: 20px;
    color:#fff;
    -webkit-transform: translate3d(0,155px,0);
    transform: translate3d(0,155px,0);
}
.wh-list:hover h2::after {
    background: #fff;
    -webkit-transform: translate3d(0,75px,0);
    transform: translate3d(0,75px,0);
}
.wh-box:hover .cspan{
    background:none;
    font-size: 24px;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.wh-box:hover .sm{
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.footer_other{
    border-top: 1px solid #bfbfbf;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    padding: 14px 0;
}
.footer_other a{
    color: #444;
}
.fhzy{
    float: right;
}
.fhzy a{
    text-decoration: underline;
    color: #551A8B;
}
.wh_banner{
    background: url(../img/wh_cishan.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zsbox{
    position: relative;
    -webkit-transform:translateZ(0);transform:translateZ(0);
}
.zsbox .overlay-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0,.5);
    opacity: 0;
}
.zsbox .overlay-bg .iconfont{
    font-family: "iconfont" !important;
    color: #fff;
    width: 22px;
    height: 22px;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.iconsousuo:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.iconsousuo:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .5s;
}
.zsbox:hover .overlay-bg{
    opacity: 1;
}





@media (max-width: 1200px){
    .nav_min .navbar-nav .nav-link span{
        display: none;
    }
    .navbar-brand{
        margin-right: 0px;
        padding: 10px 0px;
    }
    .navbar-brand img{
        height: 38px;
        object-fit: contain;
    }
    .form-inline{
        position: absolute;
        top: 5px;
        right: 15px;
        flex-wrap: nowrap;
        align-items: center;
    }
    .pc_yuyan{
        margin-right: 0px;
        padding: 22px 15px;
        display: block;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 15px 0px;
        margin: 0 12px;
    }
    .nav_min .container{
        padding: 0px;
    }
    .top_xiala .dropdown-menu{
        text-align: left;
    }
    .top_xiala .dropdown-toggle{
        padding: 3px 8px;
        right: 12px;
    }
    .pc_cr{
        padding: 0;
    }
    .incp{
        margin-top: 0;
    }
    .banner .swiper-button-prev{
        left: 5px;
        opacity: 0;
    }
    .banner .swiper-button-next{
        right: 5px;
        opacity: 0;
    }
    span.fl1{
        background-position: -14px 0;
    }
    span.fl2{
        background-position: -14px -100px;
    }
    span.fl3{
        background-position: -14px -200px;
    }
    span.fl4{
        background-position: -14px -300px;
    }
    span.fl5{
        background-position: -14px -400px;
    }
    span.fl6{
        background-position: -14px -500px;
    }
    span.fl7{
        background-position: -14px -600px;
    }
    span.fl8{
        background-position: -14px -700px;
    }
    .whhead{
        padding: 0 15px;
    }
    .whhead.navbar-expand-lg .navbar-nav .nav-link{
        padding: 15px 0px;
        margin: 0;
    }
    .wh_banner{
        height: 130px;
        background-position: left;
    }
}



@media (max-width: 992px){
    .foot-link{
        margin-bottom: 15px;
    }
    .foot-link a{
        font-size: 14px;
    }
    span.fl1{
        background-position: -20px 0;
    }
    span.fl2{
        background-position: -20px -100px;
    }
    span.fl3{
        background-position: -20px -200px;
    }
    span.fl4{
        background-position: -20px -300px;
    }
    span.fl5{
        background-position: -20px -400px;
    }
    span.fl6{
        background-position: -20px -500px;
    }
    span.fl7{
        background-position: -20px -600px;
    }
    span.fl8{
        background-position: -20px -700px;
    }
}



@media (max-width: 768px){
    .intnews{
        padding-left: 0;
        margin-top: 10px;
    }
    .foot-link a{
        max-width: 122px;
        width: 25%;
    }
    span.fl1{
        background-position: 0 0;
    }
    span.fl2{
        background-position: 0 -100px;
    }
    span.fl3{
        background-position: 0 -200px;
    }
    span.fl4{
        background-position: 0 -300px;
    }
    span.fl5{
        background-position: 0 -400px;
    }
    span.fl6{
        background-position: 0 -500px;
    }
    span.fl7{
        background-position: 0 -600px;
    }
    span.fl8{
        background-position: 0 -700px;
    }
    .top_banner{
        height: 95px;
    }
    .abHead img{
        width: 75px;
    }
    .menu a{
        width: 64px;
        font-size: 12px;
        line-height: 35px;
        margin: 0 2px;
    }
}

@media (max-width: 480px){
    span.fl1{
        background-position: -12px 0;
    }
    span.fl2{
        background-position: -12px -100px;
    }
    span.fl3{
        background-position: -12px -200px;
    }
    span.fl4{
        background-position: -12px -300px;
    }
    span.fl5{
        background-position: -12px -400px;
    }
    span.fl6{
        background-position: -12px -500px;
    }
    span.fl7{
        background-position: -12px -600px;
    }
    span.fl8{
        background-position: -12px -700px;
    }
}

@media (max-width: 375px){
    span.fl1{
        background-position: -20px 0;
    }
    span.fl2{
        background-position: -20px -100px;
    }
    span.fl3{
        background-position: -20px -200px;
    }
    span.fl4{
        background-position: -20px -300px;
    }
    span.fl5{
        background-position: -20px -400px;
    }
    span.fl6{
        background-position: -20px -500px;
    }
    span.fl7{
        background-position: -20px -600px;
    }
    span.fl8{
        background-position: -20px -700px;
    }
    .abHead img{
        width: 70px;
    }
    .zp_title, .work-list{
        font-size: 12px;
        padding-left: 30px;
    }
    .work-list li .szbj {
        width: 30px;
        height: 30px;
        line-height: 30px;
        left: -30px;
    }
    .work-list li .szbj::before{
        top: 10px;
        left: 30px;
    }
    .work-list li .zp-ti{
        line-height: 45px;
    }
    .work-list li .zp-con{
        padding: 15px 10px;
    }
}