@charset "utf-8";
.div{
    width: 100%;
    min-width: 1200px;
}
/* 轮播图 */
.banner .slideBox{
    overflow: hidden;
    position: relative;
}
.banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -44px;
    z-index: 10;
}
.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.banner .hd ul li {
    float: left;
    margin-left: 10px;
    width: 12px;
    height: 12px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.banner .hd ul li.on {
    background: #0154a4;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.banner .bd ul li{
    width: 100%;
    height: 490px;
    position: relative;
}
.banner .bd ul li a{
    display: block;
    width: 100%;
    height: 490px;
}
.banner .bd ul li a img{
    display: block;
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.banner .slideBox .prev,
.banner .slideBox .next {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 62px;
    height: 62px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    border-radius: 100%;
}

.banner .slideBox .next {
    background: url(/css/../img/btnRight.png) center no-repeat;
}

.banner .slideBox .prev {
    background: url(/css/../img/btnLeft.png) center no-repeat;
}

.banner .slideBox .next {
    left: auto;
    right: 5%;
}

.banner .slideBox .prev:hover,
.banner .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* 链接区 */
.lJie{
    width: 1200px;
    padding: 50px 0;
    margin: 0 auto;
    background: #ecf2f9;
}
.lJie ul li {
    width: 150px;
    float: left;
    padding: 0 25px;
}
.lJie ul li a {
    display:block;
    width:100%;
}
.lJie ul li a p.img{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 100%;
    overflow: hidden;
}
.lJie ul li a p.img img{
    display: block;
    width: 100px;
    height: 100px;
    transition: all 2s;
}
.lJie ul li a:hover p.img img{
    transform: scale(1.2);
}
.lJie ul li a:hover p.txt{
    color: #c6b46c;
}
.lJie ul li a p.txt{
        text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
/* 新闻区 */
.new{
    width: 100%;
    padding: 30px 0;
}
.news{
    width: 585px;
}
.notice h2,
.news h2{
    font-size: 32px;
    color: #000;
    line-height: 70px;
    font-weight: normal;
}
.notice h2 a,
.news h2 a{
        font-size: 16px;
    color: #999999;
    margin-top: 8px;
}
.notice h2 a:hover{color:#c6b46c}
.news h2 a:hover{color:#c6b46c}
.news h2 span, .notice h2 span {
    font-size: 16px;
    color: #999;
    margin-left: 15px;
}
.news ul li>a{
    font-size: 16px;
    color: #333333;
    line-height: 40px;

}
.news ul li:hover a{
    color: #c6b46c;
}
.news ul li>a span{
    color: #666666;

}
.news ul li.first {
    margin-bottom: 20px;
}
.news ul li.first a.img{
    display: block;
    width: 240px;
    height: 150px;
    overflow: hidden;
}
.news ul li.first a.img img{
    display: block;
    width: 240px;
    height: 150px;
    transition: all 2s;
    object-fit: cover;
}
.news ul li.first a.txt {
    display: block;
    width: 315px;
    height: 150px;
    margin-left: 30px;
}
.news ul li.first a.txt p{
    font-size: 17px;
    color: #000;
    line-height: 28px;
    font-weight: bold;
    word-wrap: break-word;
    word-break: normal;
    margin-top: 5px;
}
.news ul li.first a div {
    width: 100%;
    font-size: 13px;
    color: #000;
    height: 48px;
    line-height: 24px;
    margin: 10px 0 15px 0;
    overflow: hidden;
}
.news ul li.first a.txt  span{
    font-size: 16px;
    color: #666666;
    line-height: 38px;
}
.news ul li.first:hover a.txt p{
    color: #c6b46c;
}
.news ul li.first:hover a.img img{
    transform: scale(1.2);
}
/* 通知公告 */
.new .notice{
   width: 590px;
    margin-left: 25px;
}
.new .notice ul li{
    margin-top: 15px;
}
.new .notice ul li.noTop{
    margin-top: 0;
}
.new .notice ul li p.time{
       width: 72px;
    height: 75px;
    background: #ebebeb;
    margin-top: 12px;
    transition: 0.5s;
}
.new .notice ul li p.time span.ri{
    font-size: 30px;
    text-align: center;
    display: block;
    height: 44px;
    line-height: 52px;
}
.new .notice ul li p.time span.ny{
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 28px;
    height: 28px;
}
.new .notice ul li p.txt{
    width: 486px;
    padding: 5px 0;
    margin-left: 30px;
    word-wrap: break-word;
    word-break: normal;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.new .notice ul li p.content {
    font-size: 13px;
    float: right;
    height: 50px;
    color: #333;
    width: 486px;
    margin-left: 30px;
    overflow: hidden;
    line-height: 25px;
}
.new .notice ul li:hover p.time{
    background: #c6b46c;
    color:#fff;
}
.new .notice ul li:hover p.txt{
    color: #c6b46c;
}




/* 快速导航 */
.ksdh{
    width: 100%;
    margin: 40px 0 60px;
}
.ksdh ul li{
    width: 240px;
    height: 140px;
    float: left;
}
.ksdh ul li.iconF_1{background: #3d79c1;}
.ksdh ul li.iconF_2{background: #fa6054;}
.ksdh ul li.iconF_3{background: #ffd658;}
.ksdh ul li.iconF_4{background: #40b28b;}
.ksdh ul li.iconF_5{background: #e6edf5;}

.ksdh ul li a{
    display: block;
    width: 240px;
    height: 110px;
    padding-top: 30px;
}
.ksdh ul li a img{
    display: block;
    margin: 0px auto 10px;
    transition: all 1s;
}
.ksdh ul li a p{
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}
.ksdh ul li.iconF_3 a p,
.ksdh ul li.iconF_5 a p{
    color: #333333;
}
.ksdh ul li a:hover img{
    transform: rotateY(180deg);
}




/* 视频区 */
.video{
    width: 100%;
    height: 330px;
    padding: 52px 0;
    background: url(/css/../img/video.jpg) no-repeat center;
    margin-bottom: 40px;
}

.video ul li{
    float: left;
    width: 380px;
    height: 230px;
    margin-right: 30px;
    position: relative;
}
.video ul li.noRight{
    margin-right: 0;
}
.video ul li a{
    display: block;
    width: 380px;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.video ul li a img{
    display: block;
    width: 380px;
    height: 230px;
}
.video ul li a p.meny{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* IE */
    -moz-opacity: 0.7;
    /* 老版Mozilla */
    -khtml-opacity: 0.7;
    /* 老版Safari */
    border-width: 300px;
    border-style: solid;
    border-color: #333333;
}
.video ul li a p.bf{
    width: 70px;
    height: 70px;
    background: url(/css/../img/bf.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -35px;
    border-radius: 100%;
}
.video ul li a p.txt{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 19px;
    color: #fff;
    position: absolute;
    top:65% ;
    left: 10%;
    line-height: 24px;
    word-wrap:break-word;
    word-break:normal;
}