/* head */

.head img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.head img {
    display: block;
    margin: 0 auto;
}

.head .img1 {
    position: absolute;
    top: 15%;
    left: 5%;
}

.head .img2 {
    position: absolute;
    top: 40%;
    left: 11%;
}

.head .img3 {
    position: absolute;
    top: 50%;
    left: 39%;
    width: 32%
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.main .content {
    /* overflow: hidden; */
    margin-bottom: 20px;
    clear: both;
}

.main .swiper-container .swiper-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, .4);
    /* opacity: 0.5; */
    padding-left: 20px;
    line-height: 38px;
    color: #fff;
}

.list:first-child {
    width: 588px;
}

.list:nth-child(2) {
    width: 565px;
    position: relative;
    /* overflow: hidden; */
}


/* .list .title {
    position: relative;
    padding-left: 10px;
} */

.list .title .xwdt {
    background: #ff9999;
    height: 37px;
    line-height: 37px;
    border-radius: 3px;
    padding: 0 10px;
}

.list .title .xwdt span {
    float: left;
    color: #f00;
    font-size: 18px;
    font-weight: bold;
}

.list .title .xwdt a {
    float: right;
    font-size: 14px;
    color: #fff;
}

.list .title .xwdt a:hover {
    color: #f78e88;
}

.list .title .head {
    overflow: hidden;
}

.list .title .head {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dotted #b32126;
}

.list .title .head .bt {
    display: "inline-block";
    width: 355px;
    height: 80px;
    float: left;
}

.list .title .head a {
    float: right;
    color: #ccc;
    font-size: 14px;
    margin-top: 25px;
}

.list .title .t_head {
    position: relative;
    background: #fce2e1;
    height: 37px;
    /* overflow: hidden; */
}

.list .title .t_head .bt {
    /* background: url('../images/t2.png') no-repeat; */
    height: 40px;
    width: 220px;
    position: absolute;
    top: -6px;
    left: 0px;
}

.list .title .t_head a {
    float: right;
    display: inline-block;
    width: 56px;
    height: 34px;
    line-height: 34px;
    /* background: #f78e88; */
    text-align: center;
    color: rgba(214, 54, 56, .5);
    font-size: 14px;
}

.list .title span .list .title a {
    float: right;
    font-size: 14px;
    color: #fff;
}

.list .title a:hover {
    color: #f25e59;
}

.list .list-con {
    /* border: 1px dashed #ccc; */
}

.list .list-con .news .title {
    color: #333;
    font-weight: bolder;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
}

.list .list-con .news .cont {
    font-size: 14px;
    text-indent: 2em;
    line-height: 28px;
}

.list .list-con .news .cont a {
    color: #777;
}

.list .list-con .news .cont span {
    color: #c00;
}

.list .list-con ul li {
    height: 38px;
    line-height: 38px;
    background: url(../images/circle.jpg) no-repeat 10px center;
    padding: 0 10px 0 10px;
    /* border-bottom: 1px dashed #ccc; */
}

.list .list-con ul li:last-child {
    border-bottom: 0;
}

.list .list-con ul li a {
    float: left;
    line-height: 38px;
    width: 85%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.list .list-con ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.list .img-con ul li {
    width: 380px;
    float: left;
    margin-right: 15px;
    margin-top: 16px;
}

.list .img-con ul li:last-child {
    margin-right: 0;
}

.list .img-con ul li a {
    overflow: hidden;
    display: block;
    width: 380px;
    height: 253px;
    position: relative;
}

.list .img-con ul li img {
    width: 380px;
    height: 253px;
    transition: all 0.6s;
    overflow: hidden;
}

.list .img-con ul li img:hover {
    transform: scale(1.1);
}

.list .img-con ul li:hover span {
    color: #c00;
}

.list .img-con ul li span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.list .img-con ul li a .cover {
    position: absolute;
    width: 380px;
    height: 253px;
    top: 0;
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
}

.list .img-con ul li a .cover img {
    margin-left: 48%;
    margin-top: 25%;
    width: 50px !important;
    height: 50px !important;
}

.list .img-con ul li a .cover:hover img {
    animation: video 1s linear;
    /* Safari 与 Chrome: */
    -webkit-animation: video 1s linear;
}

@keyframes video {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes video
/* Safari 与 Chrome */

{
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#full_feature .sw-slide {
    position: relative;
}

#full_feature .sw-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: rgba(0, 0, 0, .4);
    /* opacity: 0.5; */
    padding-left: 20px;
    line-height: 32px;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
}


/* swiper */

.swiper {
    width: 100%;
    height: 510px;
    margin: 50px auto;
    position: relative;
}

.swiper .pic {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper .pic li {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    width: 683px;
    height: 425px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -337px;
    /* border-radius: 6px; */
    overflow: hidden;
    /* box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5); */
}

.swiper .pic li img {
    width: 683px;
    height: 425px;
}

.pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, .4);
    /* opacity: 0.5; */
    padding-left: 20px;
    line-height: 38px;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
}

.now {
    z-index: 9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1.2);
}

.next {
    z-index: 6;
    -webkit-transform: translateX(242px);
    -moz-transform: translateX(242px);
    -o-transform: translateX(242px);
    -ms-transform: translateX(242px);
    transform: translateX(242px);
}

.prev {
    z-index: 6;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

._bg {
    background-color: red !important;
}

.swiper .cricle {
    z-index: 999;
    height: 16px;
    position: absolute;
    bottom: 25px;
    right: 15%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper .cricle li {
    float: left;
    width: 12px;
    height: 12px;
    background-color: #cccccc;
    margin-right: 6px;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.swiper .btns {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 98%;
    height: 38px;
    z-index: 9;
}

.swiper .btns .leftbtn,
.swiper .btns .rightbtn {
    height: 100%;
    width: 38px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper .btns .leftbtn::after,
.swiper .btns .rightbtn::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
}

.swiper .btns .leftbtn::after {
    -webkit-transform: translate(12px, 8px) rotate(-45deg);
    -moz-transform: translate(12px, 8px) rotate(-45deg);
    -o-transform: translate(12px, 8px) rotate(-45deg);
    -ms-transform: translate(12px, 8px) rotate(-45deg);
    transform: translate(12px, 8px) rotate(-45deg);
}

.swiper .btns .rightbtn::after {
    -webkit-transform: translate(4px, 8px) rotate(135deg);
    -moz-transform: translate(4px, 8px) rotate(135deg);
    -o-transform: translate(4px, 8px) rotate(135deg);
    -ms-transform: translate(4px, 8px) rotate(135deg);
    transform: translate(4px, 8px) rotate(135deg);
}

.leftBox,
.rightBox {
    height: 300px;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.leftBox {
    width: 182px;
    left: 0;
}

.rightBox {
    width: 222px;
    right: 0;
}

@media screen and (max-width:1200px) and (min-width:992px) {
    .main .container {
        width: 100%;
        box-sizing: border-box;
    }
    .list:nth-child(2) {
        /* float: none !important; */
        width: 35% !important;
        overflow: hidden;
    }
    .list .list-con ul li a {
        width: 82%;
    }
    .list .title span {
        /* display: none; */
        width: 65%;
    }
    .list .title img {
        width: 85%;
    }
    .main .time {
        width: auto !important;
    }
    .main .time img {
        max-width: 100%;
    }
    .banner {
        display: none;
    }
    .swiper {
        background: rgba(251, 227, 227, .5);
        height: 330px;
    }
    .swiper .pic li {
        width: 45%;
        height: 60%;
        margin-left: 0 !important;
        top: 60px;
        left: 30%;
    }
    .swiper .pic li img {
        width: 100%;
        height: 100%;
    }
    .next {
        -webkit-transform: translateX(120px);
        -moz-transform: translateX(120px);
        -o-transform: translateX(120px);
        -ms-transform: translateX(120px);
        transform: translateX(120px);
    }
    .prev {
        -webkit-transform: translateX(-140px);
        -moz-transform: translateX(-140px);
        -o-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px);
    }
    .swiper .cricle {
        bottom: 60px;
    }
}


/* 1023   589 */

@media screen and (max-width:992px) and (min-width:768px) {
    .main .container {
        width: 100%;
        box-sizing: border-box;
    }
    .list {
        float: none !important;
        width: 100% !important;
    }
    .list:nth-child(2) {
        overflow: hidden;
    }
    .list .title span {
        width: 78% !important;
    }
    .list .title img {
        width: 90%;
    }
    .main .time {
        width: auto !important;
    }
    .main .time img {
        max-width: 100%;
    }
    .banner {
        display: none;
    }
    .swiper {
        background: rgba(251, 227, 227, .5);
        height: 330px;
    }
    .swiper .pic li {
        width: 45%;
        height: 60%;
        margin-left: 0 !important;
        top: 60px;
        left: 30%;
    }
    .swiper .pic li img {
        width: 100%;
        height: 100%;
    }
    .next {
        -webkit-transform: translateX(120px);
        -moz-transform: translateX(120px);
        -o-transform: translateX(120px);
        -ms-transform: translateX(120px);
        transform: translateX(120px);
    }
    .prev {
        -webkit-transform: translateX(-140px);
        -moz-transform: translateX(-140px);
        -o-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px);
    }
    .swiper .cricle {
        bottom: 60px;
    }
}


/* 589 */

@media screen and (max-width:768px) {
    .main .container {
        width: 100%;
        box-sizing: border-box;
    }
    .top {
        overflow: hidden;
    }
    .list {
        float: none !important;
        width: 100% !important;
    }
    .list:nth-child(2) {
        overflow: hidden;
    }
    .list .title span {
        width: 50% !important;
    }
    .list .title img {
        width: 90%;
    }
    .main .time {
        width: auto !important;
    }
    .main .time img {
        max-width: 100%;
    }
    .banner {
        display: none;
    }
    .swiper {
        background: rgba(251, 227, 227, .5);
        height: 330px;
    }
    .swiper .pic li {
        width: 45%;
        height: 60%;
        margin-left: 0 !important;
        top: 60px;
        left: 30%;
    }
    .swiper .pic li img {
        width: 100%;
        height: 100%;
    }
    .next {
        -webkit-transform: translateX(120px);
        -moz-transform: translateX(120px);
        -o-transform: translateX(120px);
        -ms-transform: translateX(120px);
        transform: translateX(120px);
    }
    .prev {
        -webkit-transform: translateX(-140px);
        -moz-transform: translateX(-140px);
        -o-transform: translateX(-140px);
        -ms-transform: translateX(-140px);
        transform: translateX(-140px);
    }
    .swiper .cricle {
        bottom: 60px;
    }
}

.main .container .header {
    padding: 0 25px;
    line-height: 45px;
    background: #f9f9f9;
    color: #333;
}

.main .container .header img {
    margin-bottom: 5px;
    margin-right: 10px;
}

.main .container .header .fr a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-right: 100px;
}

.main .con {
    padding: 15px 30px 25px;
    min-height: 558px;
}

.main .con .con-hd {
    text-align: center;
    padding: 10px 0;
}

.main .con .con-time {
    width: 100%;
    height: auto;
    line-height: 44px;
    font-size: 15px;
    background: #f5f5f5;
    text-align: center;
    color: #999;
    margin: 10px 0 23px;
}

.main .con .con-time span {
    color: #c00;
}

em {
    /* font-size: normal; */
    cursor: pointer;
}

.main .con .content-box {
    border-top: 1px solid #ddd;
    padding: 20px;
}

.contentBox p {
    text-indent: 0rem;
    line-height: 30px;
    color: #333;
    margin-bottom: 10px;
}

.news-list ul li {
    /* height: 38px; */
    line-height: 38px;
    background: url(../images/circle.jpg) no-repeat 0 center;
    padding: 0 3px 0 12px;
    overflow: hidden;
}

.news-list ul li:nth-child(6n) {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.news-list ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news-list ul li a {
    float: left;
    line-height: 38px;
    width: 87%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list ul li span {
    float: right;
    font-size: 14px;
    color: #999;
}

.main .page {
    text-align: center;
    margin-top: 20px;
}

.main .page a {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    display: inline-block;
    color: #355E92;
    padding: 0px 10px;
    margin-left: 15px;
}

.main .page .current {
    background: #355E92;
    color: #fff;
}

.main .page a:hover {
    background: #355E92;
    color: #fff;
}
