﻿@charset "utf-8";
.swiper-banner{
    overflow: hidden;
    position: relative;
    min-width: 1100px;
}
.swiper-banner a{
    display: block;
    overflow: hidden;
}
.swiper-banner img{
    width: 100%;
    transition: all .3s;
}
.swiper-banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: .9;
}
.swiper-banner .swiper-pagination-bullet-active{
    background: #77001a;
}
.swiper-banner .banner-button-prev,.swiper-banner .banner-button-next{
    width: 66px;
    height: 66px;
    background: url(../images/banner_prev.png) no-repeat center center;
    
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 40%;
    margin-top: -64px;
    z-index: 3;
    transition: all.3s;
    transform: translatex(-100%);
    opacity: 0;
    visibility: hidden;
}
.swiper-banner .banner-button-next{
    transform: translateX(100%);
    background: url(../images/banner_next.png) no-repeat center center;
    left: auto;
    right: 20px;
}
.swiper-banner:hover .banner-button-prev,.swiper-banner:hover .banner-button-next{
    transform: translatex(0);
    visibility: visible;
    opacity: 1;
}
.banner-pagination {
    text-align: center;
    margin-top: -21px;
    position: relative;
    z-index: 2;
}
.banner-pagination span{
    width: 14px;
    height:14px;
    border-radius: 50%;
    background: #fff;
}
.banner-pagination .swiper-pagination-bullet-active{
    background: #0f66bb;
}
.swiper-banner .swiper-slide-active img{
    animation: zoomin 10s ease-in-out infinite alternate;
    -webkit-animation: zoomin 10s ease-in-out infinite alternate;
}
@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.1);}
}

.common_title{
    border-bottom: solid 1px #d2d2d2;
    padding: 8px 0;
}
.common_title p{
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
    display: inline-block;
}
.common_title span{
    display: inline-block;
    font-size: 12px;
    color:#d39a41;
    text-transform: uppercase;
}
.common_title a{
    float: right;
    color:#5c5c5c;
    font-size: 13px;
    padding-right: 20px;
    line-height: 31px;
    background: url(../images/more_a.png) no-repeat right center;
}

.main1{
    background: #fafafa;
    padding: 20px 0 25px 0;
}
.news{
    margin-top: 17px;
}
.first_new_img{
    width: 346px;
    height: 257px;
    float: left;
}
.first_new_img img{
    display: block;
    width: 100%;
    min-height: 210px;
}
.first_new_img p{
    width: 100%;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.first_new_li{
    border-bottom: solid #d2d2d2 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.first_new_li p{
    color: #3d3d3d;
    font-weight: bold;
    line-height: 20px;
}
.first_new_li span{
    display: block;
    text-indent: 2em;
    color: #7b7b7b;
    font-size: 13px;
    line-height: 24px;
}
.news_ul{
    width: 450px;
}
.news_ul ul li{
    padding-left: 20px;
    background: url(../images/new_ico.png) no-repeat left center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news_ul ul li:hover{
    background: url(../images/new_ico_on.png) no-repeat left center;
    transform: translateY(-3px);
}
.news_ul ul li span{
    float: right;
    font-size: 12px;
    color: #3d3d3d;
    line-height: 25px;
}
.news_ul ul li a{
    line-height: 25px;
    color: #3d3d3d;
}
.news_ul ul li:hover a{
    font-weight: bold;
}
.notice_ul {
    margin-top: 17px;
}
.notice_ul li {
    padding: 5px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.notice_ul li:hover{
    transform: translateY(-3px);
}
.notice_ul li:first-child{
    padding-top: 0;
}
.notice_ul li div{
    float: left;
    width: 64px;
    text-align: center;
}
.notice_ul li div p{
    line-height: 26px;
    background: #d39a41;
    font-size: 15px;
    color: #fff;
}
.notice_ul li div span{
    line-height: 32px;
    background: #eee;
    font-size: 15px;
    color: #373737;
    display: block;
}
.notice_ul li a{
    float: right;
    color: #373737;
    font-size: 15px;
    float: right;
    width: 82%;
    margin-top: 5px;
}
.notice_ul li:hover a{font-weight: bold;}

.main2{
    background: url(../images/main2_bg.png) no-repeat center bottom;
    padding: 10px 0 60px 0;
}
.College_swiper{
    margin-top: 30px;
    overflow: hidden;
}
.College_swiper .swiper-slide a>div{
    width: 356px;
    height: 236px;
    overflow: hidden;
}
.College_swiper .swiper-slide a{
    margin: 0 auto;
    width: 356px;
    display: block;
    border-bottom: 4px solid #d39a41;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.College_swiper .swiper-slide:hover a{
    border-bottom: 4px solid #0f66bb;
}
.College_swiper .swiper-slide a img{
    width: 356px;
    height: 236px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.College_swiper .swiper-slide:hover a img{
    transform: scale(1.1);
}
.College_swiper .swiper-slide a p{
    font-size: 15px;
    color: #393939;
    font-weight: bold;
    margin: 10px 0;
    line-height: 20px;
}
.College_swiper .swiper-slide a span{
    font-size: 13px;
    color: #909090;
    display: block;
    text-indent: 2em;
    line-height: 18px;
    margin-bottom: 10px;
}
.College-button-prev,.College-button-next{
    width: 38px;
    height: 61px;
    background: url(../images/college_prev.png) no-repeat left top;
    position: absolute;
    top: 50%;
    left: -38px;
    margin-top: -30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transform: translateX(-10px);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}
.College-button-next{
    background: url(../images/college_next.png) no-repeat left top;
    position: absolute;
    left: auto;
    right: -38px;
    margin-top: -30px;
    transform: translateX(10px);
}
.college_wrapper:hover .College-button-prev,.college_wrapper:hover .College-button-next{
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.pic_wrap {float: left;width:346px;height:257px}
.news_ul.fr {float:none; overflow:hidden;margin-left:362px;width:auto;}