/*公共部分*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.main{
    position: relative;
}
.changeColor{
    width: 38px !important;
    height: 10px;
    background: #0144fc;
    border-radius: 5px !important;
}
.el-carousel__indicators--horizontal{
    bottom: 230px;
}
.el-carousel__button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
}
.el-carousel__indicator.is-active button{
    width: 38px;
}
/*头部开始*/
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 110px;
}
.header .header_mian{
    display: flex;
    align-items: center;
    width: 1300px;
    min-width: 1300px;
    height: 110px;
    margin: auto;
}
.header .bg {
    position: fixed;
    width: 100%;
    height: 110px;
    background: #081142;
    opacity: .2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.header .logo {
    width: 72px;
    height: 72px;
    margin-right: 25px;
}
.header .fjnu .college {
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
.header .fjnu .college .and{
    margin: 0 8px;
}

/*banner开始*/
.banner {
    height: 670px;
    position: relative;
}
.banner .lunbo{
    position: absolute;
}
.banner .lr{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.banner .lr .lr_main{
    width: 1300px;
    height: 100%;
    min-width: 1300px;
    margin: auto;
    position: relative;
}
.banner #left {
    position: absolute;
    display: none;
    top: 268px;
    left: 0;
    width: 72px;
	height: 72px;
	background-color: #000000;
	box-shadow: 0px 10px 10px 0px 
		rgba(0, 0, 0, 0.1);
	border: solid 1px #000000;
    opacity: 0.2;
    border-radius: 50%;
}
.banner #left img {
    width: 28px;
    height: 31px;
    margin: 20px 26px 21px 18px;
}
.banner #right {
    position: absolute;
    display: none;
    top: 268px;
    right: 0;
    width: 72px;
	height: 72px;
	background-color: #000000;
	box-shadow: 0px 10px 10px 0px 
		rgba(0, 0, 0, 0.1);
	border: solid 1px #000000;
    opacity: 0.2;
    border-radius: 50%;
}
.banner #right img {
    width: 28px;
    height: 31px;
    margin: 20px 20px 21px 25px;
}
.banner:hover #left{
    display: inline-block;
}
.banner:hover #right{
    display: inline-block;
}
.banner .ul_dian {
    position: absolute;
    top: 460px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    list-style: none;
    z-index: 2;
}
.banner .ul_dian li{
    width: 10px;
    height: 10px;
    border: 1px solid #0144fc;
    border-radius: 50%;
}
.banner .ul_dian li:nth-child(2){
    margin: 0 6px;
}

/*center开始*/
.center {
    z-index: 99;
    width: 1300px;
    min-width: 1300px;
    padding: 60px;
    background-color: #ffffff;
	box-shadow: 0px 10px 100px 0px 
		rgba(34, 34, 34, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: absolute;
	top: 150px;
    left: 50%;
    transform: translateX(-50%);
}
.center .gif{
    width: 1365px;
    position: absolute;
    top: -58px;
    left: -28px;
}
.center .card{
    display: flex;
    justify-content: center;
    width: 50%;
    flex-wrap: wrap;
}
.center .card .title{
    font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #383940;
    width: 100%;
    text-align: center;
    margin-bottom: 465px;
}
.center .card img{
    width: 530px;
    height: 430px;
    overflow: hidden;
}
.center .card .code {
    height: 164px;
    width: 164px;
    background-color: #4a78fb;
	border-radius: 10px;
    border: solid 1px #adadab;
    margin: 30px 0 20px 0;
}
.center .card .code img{
    width: 148px;
    height: 148px;
    margin: 8px;
}
.center .card .codename{
    width: 100%;
    font-size: 14px;
    color: #222222;
    text-align: center;
}
.center .border{
    width: 1px;
    height: 460px;
    background-color: #f5f5f5;
}

/*footer开始*/
.footer {
    height: 1120px;
    position: relative;
}
.footer .ft_main {
    height: 90px;
    width: 100%;
    background: #061234;
    position: absolute;
    bottom: 0;    
    display: flex;
    justify-content: center;
    align-items: center;
} 
.footer .ft_main .logo {
    width: 56px;
    height: 68px;
    margin-right: 6px;
}
.footer .ft_main .text {
    font-size: 12px;
    color: #faf7f2;
    text-align: center;
    line-height: 20px;
}
.footer .ft_main .text img{
    position: relative;
    top: 4px;
    right: 4px;
}
.footer .ft_main .text a{
    color: #faf7f2;
    text-decoration:none
}
px;
    border: solid 1px #adadab;
    margin: 30px 0 20px 0;
}
.center .card .code img{
    width: 148px;
    height: 148px;
    margin: 8px;
}
.center .card .codename{
    width: 100%;
    font-size: 14px;
    color: #222222;
    text-align: center;
}
.center .border{
    width: 1px;
    height: