.nav-top a{color: #333;font-size: 18px;font-weight: bold;text-decoration: none;line-height: 44px;padding: 0 30px;}
.nav-top a:hover{color: #333;text-decoration: underline;}
.con-top{border: 1px solid #ddd;background: #f8f8f8;}

.con-left{width: 100%;height: 78px;display: block; }
.con-tleft{width:100%;}
.col-tright a{color: #045d3f;text-decoration: none;}
.col-tright h2 a{color: #022e1f;font-weight: bolder;}
.col-tright h2 a:hover,.col-tright p a:hover{text-decoration: underline;color:#045d3f;}

.con-text1 a{font-size: 18px;font-weight: bold;color: #3c5d2b;text-decoration: none;line-height: 30px;}
.con-text1 a:hover{color: #3c5d2b;text-decoration:underline;}
.con-ul-text li a{color: #252525;text-decoration: none;line-height: 30px;}
.con-ul-text li a:hover{color: #363;text-decoration: underline;}
.con-ul-text li{list-style: none; overflow: hidden;white-space: nowrap;}

 ul li{list-style: none;}

.focus_group_tab li a {
    display: block;
    height: 30px;
    width: 70px;
    z-index: 80;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-align: center;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 5px;
    padding-left: 12px;
    text-decoration: none;
    margin: 5px 0;
}
.focus_group_tab {position: absolute;top: 10px;right:13px;}
.jun-p1 a{color: #000; text-decoration: none;}
.jun-p1 a:hover{color: #000;}

.right-top{width: 100%;position: relative;zoom: 1;border-bottom: 1px solid #ccc;clear: both;margin-bottom: 2px;}
.right-top a{text-decoration: none;color: #252525; border: 1px solid #ddd;line-height: 34px;border-top: 2px solid #326433;border-bottom: none;background: #FFF;font-weight: bold;font-size: 18px;padding: 5px 10px;padding-bottom:7px;}
.cont-ul li{background: url(../images/gallery.gif) -460px -38px no-repeat;padding-left: 12px;}
.right-top a:hover{color: #363;}

h6 a{color: #252525;font-size: 14px;text-decoration: none;}
h6 a:hover,.right-pn a:hover{color:  #363;text-decoration: underline;}
.list_hs_f14_c2 {margin-top: 10px;color: #999;height: 60px;overflow: hidden;line-height: 20px;font-size: 12px;}
.con-img:hover img{
    transform: scale(1.2);
}
.con-img img{width: 100%; height: 219px;transition: all 0.6s}
.con-img{position: relative;margin-bottom: 20px; overflow: hidden}
.con-img .con-p{position: absolute;bottom:-16px;left: 0px;z-index: 999;height:25px;width:100%;text-align:center;line-height:30px;background-color: rgba(10, 10, 10, 0.5);}
.con-img .con-p a,.con-chang1 .con-p a,.con-chang2 .con-p a{color: #fff; font-size: 16px;text-decoration:none;font-size:12px;}

.an3,.an4{padding: 0;margin: 0;border-bottom: 1px solid #ccc;clear: both;margin-bottom: 2px;height: 35px;}
.an3 li{padding: 0 0px;margin: 0; list-style:none;float:left;text-align:center;line-height: 34px;width: 20%;}
.an4 li{padding: 0 0px;margin: 0; list-style:none;float:left;text-align:center;line-height: 34px;width: 11%;}
.an3 li a,.an4 li a{padding: 5px 10px;line-height: 34px;text-align: center;text-decoration: none;color: #000;}
.x3,.x4{text-decoration: none;border: 1px solid #ddd;line-height: 34px;border-top: 2px solid #326433;border-bottom: none;background: #FFF;font-weight: bold;font-size: 18px;padding: 5px 10px;padding-bottom:7px;}
.an3 .x3 a,.an4 .x4 a{color: #252525;font-size: 18px;}
.c3,.c4{display:none;}
.xian3,.xian4,.xian5,.xian6{display:block;}
.right-pn{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right-pn a{font-size: 20px;color: #252525;text-decoration: none;}
.right-pn1{font-size: 12px;color: #999;text-indent: 24px; line-height: 24px;padding-bottom: 10px;overflow: hidden;border-bottom: 1px dashed #999;margin-top: -10px;}



/* 第十二个 */
.twelve {
    position: relative;
    display: flex;
    justify-content: center;
}

.twelve .swiper {
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.twelve .swiper-slide {
    height: 150px;
    text-align: center;
    font-size: 18px;
    background: #eee;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.twelve .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.twelve .swiper-button-prev {
    background: url('../images/twelve_ico.png') no-repeat !important;
    background-size: cover !important;
    left: 0 !important;
}

.twelve .swiper-button-next {
    background: url('../images/twelve_right.png') no-repeat !important;
    background-size: cover !important;
    right: 0 !important;
}

.twelve .swiper-button-prev,
.twelve .swiper-button-next {
    width: 30px !important;
    height: 106px !important;
    outline: none !important;
    top: 45px !important;
}

.twelve .swiper-button-prev:after,
.twelve .swiper-button-next:after {
    content: '';
}




/* 二十七个 */
.Twenty_Seven .zjyx_top {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.Twenty_Seven h3 {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
}

.Twenty_Seven h3 span {
    display: inline-block;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

.Twenty_Seven h3 span img {
    border: none;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
}

.Twenty_Seven h3 span i {
    font-size: 16px;
    color: #ccc;
    font-weight: 100;
    font-style: italic;
    padding-left: 10px;
    font-family: Arial;
}

.Twenty_Seven .more_news {
    float: right;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    display: block;
    background: url(../imgs/Twenty_Six.png) no-repeat left center;
}

.Twenty_Seven .yinxiang {
    padding-top: 20px;
    width: 100%;
    padding-left: 35px;
    position: relative;
}

.Twenty_Seven .yinxiang span {
    color: #1e5ca2;
    font-size: 20px;
    text-align: left;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    font-family: Cambria;
    font-style: italic;
    font-weight: 600;
}

.Twenty_Seven .yinxiang a {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.Twenty_Seven .yinxiang p {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    font-family: "宋体", Arial;
    padding-top: 8px;
}

.Twenty_Seven .yinxiang_Active {
    display: block;
    height: 212px;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100%;
    display: none;
}

.Twenty_Seven .yinxiang_Active span {
    display: block;
    font-size: 20px;
    font-style: italic;
    color: #1e5ca2;
    float: left;
    font-family: Cambria;
    font-weight: 600;
    width: 35px;
    vertical-align: top;
}

.Twenty_Seven .yinxiang_Active dt {
    width: 22%;
    height: auto;
    overflow: hidden;
    float: left;
}

.Twenty_Seven .yinxiang_Active dt img {
    vertical-align: middle;
    width: 146px;
    height: 194px;
}

.Twenty_Seven .yinxiang_Active dd {
    padding: 3.5% 4%;
    background: #f8f8f8;
    width: 70%;
}

.Twenty_Seven .yinxiang_Active dd {
    padding-right: 25px;
    overflow: hidden;
}

.Twenty_Seven .yinxiang_Active dd h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Twenty_Seven .yinxiang_Active dd h6 a {
    text-decoration: none;
    outline: none;
    color: #333;
}

.Twenty_Seven .yinxiang_Active dd p {
    font-family: "宋体";
    color: #888;
    padding-top: 10px;
    white-space: inherit;
    text-overflow: inherit;
}

.Twenty_Seven .yinxiang_Active dd p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "宋体";
    color: #888;
    padding-top: 10px;
}

.Twenty_Seven .yinxiang_Active dd strong {
    font-weight: 100;
    font-family: "宋体";
    font-size: 12px;
    display: block;
    padding-top: 10px;
    color: #888;
}

/**********二十一*********/
.Twenty_One .title {
    margin-bottom: 8px;
    position: relative;
}

.Twenty_One .clearfix {
    zoom: 1;
}

.Twenty_One .title .left {
    float: left;
    font-size: 27px;
    line-height: 1.2;
    margin-left: 4px;
    position: relative;
}

.Twenty_One .title .left:before {
    background: #aa182c;
    bottom: -8px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.Twenty_One .title .left a {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.Twenty_One .title .right {
    bottom: -4px;
    position: absolute;
    right: 0;
}

.Twenty_One .title .right a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.Twenty_One .title .right a.more {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.Twenty_One .box {
    padding-top: 16px;
}

.Twenty_One .box .box-row1 .pic {
    float: left;
    height: 214px;
    position: relative;
}

.Twenty_One .box .box-row1 .pic a {
    display: block;
    overflow: hidden;
}

.wrapper a {
    color: #000;
}

.Twenty_One .box .box-row1 .pic a:before {
    background: url(../image/chuizhi_mask.0bcd03.png) no-repeat 50%;
    bottom: 0;
    content: "";
    height: 66px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.Twenty_One .box .box-row1 .pic a img {
    display: block;
    height: 214px;
    transition: all .2s ease-in-out;
    width: 100%;
}

.Twenty_One .box .box-row1 .pic a span {
    bottom: 1px;
    color: #000;
    font-size: 16px;
    left: 0px;
    line-height: 1.6;
    position: absolute;
    z-index: 2;
    padding: 0px 20px;
}

.Twenty_One .box .box-row1 .specials a:first-child {
    margin-bottom: 10px;
}

.Twenty_One .box .box-row1 .specials a {
    display: block;
    overflow: hidden;
}

.wrapper a {
    color: #000;
}

.Twenty_One .box .box-row1 .specials a img {
    display: block;
    height: 102px;
    transition: all .2s ease-in-out;
    width: 100%;
}

.Twenty_One .box .box-row2 {
    padding-top: 20px;
}

.Twenty_One .box .box-row2 .item:first-child {
    margin-left: 0;
}

.Twenty_One .box .box-row2 .item {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 15px 5px hsla(0, 0%, 96%, .8);
    height: 194px;
}

.Twenty_One .box .box-row2 .item .pic a {
    display: block;
    overflow: hidden;
}

.Twenty_One .box .box-row2 .item .pic a img {
    display: block;
    height: 102px;
    transition: all .2s ease-in-out;
    width: 100%;
}

.Twenty_One .box .box-row2 .item .info {
    height: 76px;
    padding: 8px 10px;
    position: relative;
}

.Twenty_One .box .box-row2 .item .info .titl {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.Twenty_One a {
    color: #000;
}

.Twenty_One i.sound {
    background: url(../imgs/Twenty_One2.png) no-repeat 0 0;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin-left: .3em;
    width: 10px;
}

/*竖型轮播*/

.tempWrap {
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.tempWrap .swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.tempWrap .swiper-slide {
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tempWrap .swiper-slide .datatitle{
    width: 31%;
    margin: 0 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    border-bottom: 1px dashed #aaa;
}
.tempWrap .swiper-slide .datatitle span{
    color: #a83232;
    padding: 0 5px;
}



/*媒体查询*/
@media screen and (max-width:768px) {
    .tempWrap{
        height: 100%;
    }
    .tempWrap .swiper-slide .datatitle {
        width: 100%;
        height: 100%;
    }
    .tempWrap .swiper-slide {
        display: block;
    }
    .tempWrap .swiper-slide-active ,
    .tempWrap .swiper-slide-next,
    .tempWrap .swiper-slide-prev{
        height: 100% !important;
        margin-bottom: 0 !important;
    }
    .tempWrap .swiper-wrapper{
        transition-duration: 0ms !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}