@charset "utf-8";

/* 首页 开始 */
.grid {
    padding: 20px 20px 0px 20px;
}

/* grid p1 开始 */
.focus{
    margin-left: -10px;
}
.focus,
.focus .pic {
    position: relative;
    width: 100%;
    height: 260px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 20px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
     position: absolute;
     bottom: 14px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #a92e28;
}

@media (max-width: 1200px) {

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
        margin-left: 0px;
    }

}

.mb30{
    margin-bottom:30px;
}


.t4 {
    line-height: 34px;
    font-size: 18px;
    color:#a92e28;
    padding:0px;
    margin:0px 0px 10px 0px;
}

.t5 {
    position: relative;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    margin: 0 0 10px;
    background: url(../../images/fyw_images/t5_bg.png) top left no-repeat;
}

.t5 .more, 
.t6 .more {
    position: absolute;
    top: 0;
    right: 10px;
    font-size:14px;
    display: inline-block;
    color: #4c4c4c;
}

.t5 b {
    position: relative;
    display: inline-block;
    height: 34px;
    padding: 0 25px;
    line-height: 34px;
    font-size: 20px;
    color: #a92e28;
    font-weight: bold;
}

.t6 {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e0e0e0;
}

.t6 b{
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 46px;
    font-size: 18px;
    font-weight: normal;
    color: #a92e28;
    background: url(../../images/fyw_images/t6_bg.png) left top no-repeat;
}

.t7{
    position: relative;
    overflow: hidden;
    height: 50px;
    margin: 0 10px 0px 10px;
    background: url(../../images/fyw_images/line.png) bottom left no-repeat;
}

.media h4{
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
}

.media p{
    font-size: 12px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
}

.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 34px;
    font-size: 14px;
    border-bottom: none;
}

.line.row{  
    margin-right: 0px;
    margin-left: 0px;
}

.line{
    margin:30px 0px;
    height: 6px;
    background: url(../../images/fyw_images/line_bg.png) top left repeat-x;
}

.events ul{
    padding-left: 20px;
}

.events ul li{
    position: relative;
    font-size: 14px;
    padding:10px 10px 10px 20px;
    border-left: 1px solid #ccc;
}

.events ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../../images/fyw_images/dot.png) top left repeat-x;
}

.events ul li img{
    width: 120px;
    height: 80px;
    margin-right: 10px;
}

.notice{ 
    width:100%;  
    overflow:hidden; 
    position:relative;  
}

.notice .list-t li{
    line-height: 21px;
}

.notice .list-t li span{
    font-size: 12px;
    color:#999;
}

/*.list-t li:before{
    top: 30%;
}*/
/* grid p1 结束 */


/* grid p2 开始 */

.topic {
    position: relative;
}

.topic .scroll {
    position: relative;
    margin: 0 auto;
}

.topic li {
    width: 1200px\9;
}

.topic li a {
    display: block;
    width: 1200px\9;
}

.topic li img {
    width: 100%;
}

.topic-prev, .topic-next {
    display: none;
}

.topic .navi {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    padding:3px 10px;
    text-align: right;
    margin-bottom: 4px\9;
}

.topic .navi li {
    float: left;
    width: 18px;
    height: 6px;
    margin: 0 2px;
    font: 0/0 lx;
    background-color: #f9b250;
    transition: all .3s;
}

.topic .navi li.on {
    background-color: #ccc;
}
.swiper-pagination-bullet{
    width: 18px;
    height: 6px;
    border-radius: 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.topic .swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
}

.topic .swiper-pagination-bullet-active {
    background-color: #f9b250;
}

/* grid p2 结束 */


/* grid p3 开始 */
.form {
    width: 100%;
    height: 70px;
    border: 1px solid #dbdbdb;
    background: url(../../images/fyw_images/body_bg.jpg) center repeat-x;
    box-sizing: border-box;
    padding:15px 20px;
}

.form select {
    float: left;
    width: 35%;
    height: 35px;
	line-height: 25px;
    margin: 0px 5px;
	padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
	background-color: #fff;
}

.form .btn{
    width: 60px;
    height: 36px;
    text-align: center;
    background: #a92e28;
    border: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.map {
    margin-top: 0px;
}

.map .list-t{
    display: inline-block;
}

.map .list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 34px;
    font-size: 14px;
    border-bottom: none;
    width:33%;
    float: left;
}

@media (max-width: 320px) {
    .form select{
        margin:0px 3px;
    }

    .form {
        padding:15px 5px;    
    }
}
/* grid p3 结束 */

/* grid p4 开始 */
.list-p {
    display: inline-block;
}

.list-p li a{
    margin:10px 0px;
    position: relative;
    overflow:hidden;

}

.list-p li a h4{
    margin:0px;
    padding:10px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left:0px;
    color: #fff;
    text-align: center;
    transition: all .3s;
}

.list-p li a:hover h4{ 
    height: 100%;
    position: absolute;
    top: 0px;
    left:0px;
}

.bd-orange{
    background-color:#c87600\9;
    background-color: rgba(200,118,0,0.5);
}

.bd-purple{
     background-color:#8332a7\9;
    background-color: rgba(131,50,167,0.5);
}

.bd-green{
     background-color:#71d38d\9;
    background-color: rgba(113,211,141,0.5);
}

.bd-blue{
     background-color:#3d7dca\9;
    background-color: rgba(61,125,202,0.5);
}

/* grid p4 结束 */


/* 首页 结束 */