/* 内容 */
.index-carousel {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.index-carousel .swiper {
    width: 100%;
    height: 100%;
}

.index-carousel .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-carousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
}
.swiper-arrow{
    position: relative;
    margin-top: -240px;
}
.swiper-arrow .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0;
}
.swiper-arrow .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0;
}
.swiper-arrow .swiper-bg{
    background-color: rgba(0, 0, 0, .3);
    padding: 46px 30px;
    border-radius: 30px;
}
.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 30px!important;
}
/* 1 */
/* 日历 */
.index-cont1{
    position: relative;
    margin-top: -76px;
    z-index: 999;
    height: 480px;
}
.index-cont1 .calendar{
    width: 400px;
    float: left;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.02);
}
.calendar .calendar-title{
    background-color: #EF9121;
    padding: 0 24px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.calendar .calendar-title h3{
    font-size: 20px;
}
.calendar .time-tab a span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #F1A245;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0 2px;
    color: #fff;
}
.calendar table{
    width: 100%;
    color: #333;
}
.calendar .week{
    background-color: #EAEFF8;
    font-weight: 600;
    padding: 0 12px;
    line-height: 60px;
}
.calendar .week .weekend{
    color: #3564B8;
}
.calendar .week li,.calendar .date li{
    display: inline-block;
    width: 50px;
    text-align: center;
    cursor: pointer;
}
.calendar .date{
    padding: 10px 12px;
    line-height: 44px;
}
.calendar .date .today,.calendar .date .act{
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
.calendar .date .today {
    background-color: #3564B8;
    color: #fff;

}
.calendar .date .act {
    background-color: #EAEFF8;
    color: #3564B8;
}
.calendar .date .gray{
    color: #999999;
}
/*新加*/
.calendar_day{
    position: relative;
}

.calendar-none,
.calendar-display{
	width: 92%;
	box-sizing: border-box;
	box-shadow:0px 8px 8px 0px rgba(0,0,0,0.2);
	padding: 15px;
	background: #FFFFFF;
	border: 1px solid #3564B8;
	border-radius: 4px;
	position: absolute;
	z-index: 999;
	left: 15px;
	margin-top: 9px;
	text-align: left;
	display: none;
}
.click-on.point span:before{
	content: " ";
	position: absolute;
	left: 30%;
	bottom: -13px;
	z-index: 99999;
	width: 0;
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-bottom: 9px solid #3564B8;
}
.click-on.point span:after{
	content: " ";
	position: absolute;
	left: 33%;
	bottom: -15px;
	z-index: 999999;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 9px solid #FFFFFF;
}
.calendar-display p {
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
	margin-bottom: 10px;
}
.calendar-display p span{
	font-size: 14px;
	font-weight: normal;
	float: right;
	color: #666;
}
.calendar .date .calendar-display li{
	display: flex;
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    background-color:#F5F7FA;
}

.calendar .date .calendar-display li a{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.calendar .calendar-display li span{
	line-height: 36px;
}

.calendar .calendar-display a:hover{
	color:#fff;
	background: #3564B8;
    
}
.calendar .calendar-display i{
	float: left;
	margin: 0 4px;
	color: #4597d0;
	line-height: 34px;
}


/* 2 */
.index-cont2{
    width: 100%;
    height: 280px;
    background-color: #728BB6;
    margin-bottom: 60px;
}
.index-cont2 .mod-group{
    display: flex;
}
.index-cont2 .mod-group .cont2-mod{
    flex: 1;
    height: 280px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.index-cont2 .mod-group .cont2-mod:last-child{
    margin: 0;
}
.index-cont2 .mod-group .cont2-mod:hover{
    background: #3564B8;
}
.cont2-mod .mod-icon{
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cont2-mod .mod-icon::after{
    content: '';
    position: absolute;
    width: 108px;
    height: 108px;
    border: 6px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}
.cont2-mod p{
    margin-top: 30px;
}
.cont2-mod:hover{
    background-image:none !important; 
    background-color: #3564B8 !important; 
}
.cont2-mod:hover .mod-icon{
    background-color: #fff;
}

.cont2-mod .mod-icon span{
    font-size: 42px;
}
.cont2-mod:hover .mod-icon span{
    color: #3564B8;
}
/* 3 */
.index-cont3{
    margin-bottom: 60px;
}
.cont3-group .tab-title{
    display: flex;
    font-size: 21px;
    margin-bottom: 10px;
}
.cont3-group .tab-title li{
    flex: 1;
    height: 62px;
    line-height: 62px;
    margin-right: 2px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.02);
}
.cont3-group .tab-title li:last-child{
    margin: 0;
}
.cont3-group .tab-title li.active,.cont3-group .tab-title li:hover{
    background-color: #1F70FF;
    color: #fff;
}
/* 友情链接 */
.index-cont4{
    background-color: #E4E9F2;
    padding: 50px 0;
}
.index-cont4 h3{
    position: relative;
    text-align: center;
    font-size: 21px;
    margin-bottom: 30px;
}
.index-cont4 h3 span{
    color: #1F70FF;
}
.index-cont4 h3::after{
    content: '';
    width: 40px;
    height: 3px;
    background-color: #1F70FF;
    position: absolute;
    bottom: -10px;
    left: 48%;
    margin-left: 6px;
    transform: skewX(-30deg);
}
.index-cont4 .friendly-link{
    position: relative;
    display: flex;
    height: 130px;
    overflow: hidden;
}

.index-cont4 .friendly-link .iconfont{
  z-index: 100;
  display: inline-block;
}
.index-cont4 .friendly-link span{
    color: #2CA1FF;
    cursor: pointer;
}
.index-cont4 .friendly-link .icon-switch-left{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index-cont4 .friendly-link .icon-switch-right{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#links_div{
    width:1280px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.friendly-link .link-pic{
    margin: 0 auto;
    display: inline-block;
}
.friendly-link .link-pic li{
    float: left;
    width: 233px;
    margin-right: 14px;
}
.friendly-link .link-pic li a{
    display: block;
    width: 233px;
    height: 128px;
}
.friendly-link .link-pic li:hover{
    box-shadow: 0px 3px 10px 1px rgb(141 143 148 / 19%);
}
/* .friendly-link .link-pic li:last-child{
    margin: 0;
} */
.friendly-link .link-pic li img{
    width: 100%;
    height: 128px;
}
