﻿@charset "utf-8";



.banner ul li a{
    display: block;
}
@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.1);}
}
.banner ul li{
    overflow: hidden;
}
.banner ul li a img{
    display: block;
    width: 100%;


}
.controls a{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.previous{
    background: url(../images/left_ico.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}
 
.next{
    background: url(../images/right_ico.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;


    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
}
.banner-cursor:hover .controls a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}
.banner-pagination{
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
    text-align:center;
    left: 0;
}
.banner-pagination ul li{
    width: 12px;
    height: 12px;
    background: none;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff;
}


.banner-pagination .on{
    background: #fff;
}




.common_title{
    margin-bottom: 30px;
}
.common_title a{
    display: table;
    margin: 0 auto;
    position: relative;
}
.common_title a:after{
    content: "";
    width: 150px;
    height: 1px;
    background: #d0121b;
    position: absolute;
    top: 49%;
    left: 140%;
}
.common_title a:before{
    content: "";
    width: 150px;
    height: 1px;
    background: #d0121b;
    position: absolute;
    top: 49%;
    right: 140%;
}
.common_title p{
    font-size: 25px;
    color: #d0121b;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.common_title span{
    position: absolute;
    left: -27px;
    z-index: 0;
    top: -28px;
    font-size: 41px;
    font-weight: 600;
    color: #eeeeee;
}



.main1{
    background: url(../images/main1_bg.png) no-repeat center bottom;
    padding: 25px 0;
}


.news-wrapper{
    position: relative;
    
}
.news-img{
    width: 600px;
    height: 350px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    transition: all .2s;
}
.news-ul ul li{
    position: relative;
}
.news-ul ul li a{
    display: block;
}
.news-ul ul li:hover .news-img img{
    transform: scale(1.1);
}
.news-p{
    
    background:rgba(0, 0, 0, .7);
    padding-left: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.news-p p{
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    margin-right: 83px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.news-p span{
    float: right;
}
.news-control{
    position: absolute;
    bottom: 14px;
    right: 10px;
}
.news-control ul li{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.news-control ul .on{
    background: #d0121b;
}
.news-ul-time{
    position: absolute;
    left: 0;
    top: 0;
    background: #004ea2;
    color: #fff;
    z-index: 2;
    text-align: center;
    padding: 6px 8px;
}
.news-ul-time p{
    font-size: 29px;
    font-family: "Fzxbs";
}
.news-ul-time span{
    font-size: 14px;
    display: block;
}



.news_ul{
    width: 51%;
}
.news_ul ul li {
    padding: 8px;
    background: #fff;
    margin: 19px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-bottom: solid 3px #fff;
}
.news_ul ul li:hover{
    border-bottom: solid 3px #d0121b;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.news_ul ul li:first-child{
    margin-top: 0;
}
.news_ul ul li:last-child{
    margin-bottom: 0;
}
.news_ul ul li a{
    display: block;
}
.news_ul ul li a p{
    font-size: 16px;
    color: #000000;
    border-left: #d0121b solid 3px;
    font-weight: 600;
    padding-left: 8px;
}
.news_ul ul li a span{
    font-size: 15px;
    color: #000000;
    display: block;
    text-indent: 2em;
    margin-top: 8px;
}
.news_ul ul li a i{
    float: right;
    background: url(../images/time_ico.png) no-repeat left center;
    font-size: 12.5px;
    color: #000000;
    padding-left: 15px;
}




.main2 .common_title span{
    color: #c6d0d1;
}
.main2{
    background: url(../images/main2_bg.png) no-repeat center bottom;
    padding: 25px 0;
}
.notice-ul1{
    
}
.notice-ul1 ul li{
    background: #fff;
    transition: all .3s;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 9px;
    float: left;
    width: 32%;
}
.notice-ul1 ul li:nth-child(3n-1){
    margin: 0 1%;
}
.notice-ul1 ul li:hover{
    transform: translateY(-5px);
    box-shadow: 5px 5px 10px #ccc;
}
.notice-ul1 ul li:hover a>p{
    font-weight: 600;
}
.notice-ul1 ul li:last-child{
    margin-bottom: 0;
}
.notice-ul1 ul li a{
    display: block;
}
.notice-ul1 ul li:hover .notice-time{
    xbackground: #ab0300;
}
.notice-ul1 .notice-time {
    background: #d5d4d4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: left;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}
.notice-ul1 ul li:hover .notice-time{
    background: #ab0300;
}
.notice-ul1 .notice-time p{
    font-family: "FZYANSJW_ZHONG";
    font-size: 48px;
    padding: 0 20px;
    color: #fff;
}
.notice-ul1 .notice-time span{
    display: block;
    font-size: 20px;
    font-family: "FZYANSJW_ZHONG";
    text-align: center;
    color: #fff;
}
.notice-ul1 ul li a>p{
    float: right;
    width: 70%;
    font-size: 16px;
    color: #060606;
    padding-right: 8px;
    line-height: 22px;
    border-left: 3px solid #d0121b;
    padding-left: 8px;
 margin-top: 15px;
}
.notice-ul1 ul li:hover a>p{
color:#242424;
}
.notice-ul1 ul li:hover a>span{
color:#242424;
}
.notice-ul1 ul li a>span{
    float: right;
    width: 70%;
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    margin-top: 10px;
    padding-right: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.notice_carousel .hd ul{
    text-align: center;
}
.notice_carousel .hd ul li{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
}
.notice_carousel .hd ul .on{
    background: #d0121b;
}



.main3{
    background: url(../images/main3_bg.png) no-repeat center bottom;
    padding: 40px 0;
}
.main3 .common_title a span{
    color: #dadadb;
    width: 240px;
    left: -73px;
    top: -28px;
}
.main3 .common_title a:after{
    left: 190%;
}
.main3 .common_title a:before{
    right: 190%;
}
.tszy_ul ul li{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: left;
    width: 25%;
}
.tszy_ul ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.tszy_ul ul li a{
    display: block;
}
.tszy_ul ul li a div{
    background: url(../images/zy1.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 300px;
    position: relative;
    padding-top: 87px;
}
.tszy_ul ul li a div:before{
    content: "";
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.tszy_ul ul li:hover a div:before{
    background: rgba(0, 0, 0,.4);
}


.tszy_ul ul li a div p{
    z-index: 2;
    font-size: 30px;
    position: relative;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
    color: #fff;
}
.tszy_ul ul li a div img{
    display: block;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tszy_ul ul li:hover a div img{
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}


.tszy_ul ul li:nth-child(2) a div{
    background: url(../images/zy2.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.tszy_ul ul li:nth-child(3) a div{
    background: url(../images/zy3.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.tszy_ul ul li:nth-child(4) a div{
    background: url(../images/zy4.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.tszy_ul ul li a>p{
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    line-height: 55px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.tszy_ul ul li:hover a>p{
    background: #d0121b;
}



.main4{
    background: url(../images/main4_bg.png) no-repeat center bottom;
 background-size: 100% 100%;
    padding: 39px 0;
}
.main4 .common_title a span{
    color: #dadadb;
    width: 250px;
    left: -73px;
    top: -28px;
}
.main4 .common_title a:after{
    left: 190%;
}
.main4 .common_title a:before{
    right: 190%;
}


.xysh_ul ul li{
    float: left;
    height: 330px;
    width: 16%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.xysh_ul ul li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.xysh_ul ul li>img{
    display: block;
    height: 100%;
    width: 100%;
}
.xysh_ul ul li:first-child,.xysh_ul ul li:last-child{width: 26%;}
.xysh_ul ul li a div{
    height: 280px;
}
.xysh_ul ul li:hover a div p{
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
.xysh_ul ul li:hover a div p{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.xysh_ul ul li:first-child a div p{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 90%;
    height: 90%;
    border: solid 2px #fff;
    position: absolute;
    left: 5%;
    padding-top: 29%;
    z-index: 1;
    top: 5%;
}
.xysh_ul ul li a div:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.xysh_ul ul li:hover a div:after{
    background: rgba(0, 0, 0,.4);
}


.xysh_ul ul li:nth-child(3) a div p{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    width: 90%;
    height: 90%;
    border: solid 2px #fff;
    position: absolute;
    left: 5%;
    padding-top: 44%;
    z-index: 1;
    top: 5%;
}


.xysh_ul ul li a{
    display: block;
}
.xysh_ul ul li a div{
    position: relative;
}
.xysh_ul ul li a div img{
    display: block;
    width: 100%;
    height: 100%;
}
.xysh_ul ul li a>p{
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.xysh_ul ul li:hover a>p{
    background: #d0121b;
}


.xysh_ul2 ul{
    display: flex;
    display: -webkit-flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
}
.xysh_ul2 ul li{
    width: 20%;
    margin: 10px 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.xysh_ul2 ul li:hover{
    transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.xysh_ul2 ul li:hover a img{
    transform:rotateY(360deg);
    -o-transform:rotateY(360deg);    
    -ms-transform:rotateY(360deg);  
    -moz-transform:rotateY(360deg);  
    -webkit-transform:rotateY(360deg);  
}
.xysh_ul2 ul li a{
    display: block;
}
.xysh_ul2 ul li a img{
    display: block;
    margin: 0 auto;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}
.xysh_ul2 ul li a p{
    font-size: 16px;
    color: #363636;
    font-weight: 600;
    text-align: center;
}
.xysh_ul2 ul li a span{
    color: #a3a3a3;
    font-size: 12px;
    text-align: center;
    display: block;
}