/* ban图 */
.ban{
    width: 100%;
}
.ban img{
    width: 100%;
}
/* 中间导航 */
.nav{
    width: 100%;
    height: 60px;
    background-color: #ececec;
}
.nav-nr{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.nav-nrleft p{
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
	color: #666666;
}
.nav-nrleft p img{
    margin-top: -2%;
}
.nav-nrleft span a{
    line-height: 60px;
    display: inline-block;
	font-size: 16px;
	color: #666666;
}
.nav-nrright{
    display: flex;
    justify-content: space-between;
}
.nav-nrright li{
    margin-left: 37px;
    line-height: 60px;
	font-size: 16px;
	color: #1a1a1a;
    position: relative;
}
.nav-nrright li::before{
    content: "";
    width: 0;
	height: 4px;
	background-color: #4271ce;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: .5s;
}
.nav-nrright li:hover::before{
    content: "";
    width: 100%;
	height: 4px;
	background-color: #4271ce;
    position: absolute;
    left: 0;
    bottom: 0;
}
.nav-nrright a:nth-child(1) li{
    margin-left: 0;
}
.sj-nav{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    display: none;
}
.sj-nav a{
    width: 33.33%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #1a1a1a;
    transition: .5s;
}
.sj-nav a:hover{
    background: #4271ce;
    color: #fff;
}
/* 内容 */
.xw{
    width: 70%;
    margin: auto;
    margin-top: 3%;
    padding-bottom: 5%;
}
.xw-tit{
    width: 100%;
}
.xw-tit h3{
	font-size: 38px;
	line-height: 50px;
	color: #dfdfdf;
    text-align: center;
    font-weight: 600;
}
.xw-tit h4{
	font-size: 30px;
	line-height: 50px;
	color: #333333;
    text-align: center;
}
.swiper-box{
    position: relative;
}
#mySwiper{
    overflow: hidden;
    margin-top: 5%;
}
#swiper-list{
    background-color: #eeeeee;
    width: 23%;
}
#swiper-list a img{
    display: block;
    overflow: hidden;
    width: 100%;
}
#swiper-list a .swiper-nr{
    padding: 5%;
    transition: .5s;
}
#swiper-list a .swiper-nr h4{
    font-size: 18px;
	line-height: 29px;
	color: #333333;
}
#swiper-list a .swiper-nr p{
	font-size: 14px;
	line-height: 28px;
	color: #666666;
    margin-top: 5%;
}
#swiper-list a .swiper-nr h5{
	font-size: 14px;
	line-height: 31px;
	color: #999999;
    margin-top: 10%;
}
#swiper-list:hover .swiper-nr{
    background-color: #4271ce;
}
#swiper-list:hover .swiper-nr h4{
	font-size: 18px;
	line-height: 29px;
	color: #ffffff;
}
#swiper-list:hover .swiper-nr p{
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}
#swiper-list:hover .swiper-nr h5{
	font-size: 14px;
	line-height: 31px;
	color: #ffffff;
}
.swiper-button-next{
    position: absolute;
    color: #4271ce;
    padding: 3% 1.5%;
    top: 50%;
    right: -5%;
    transition: .5s;
}
.swiper-button-next:hover{
    background-color: #4271ce;
    color: #fff;
}
.swiper-button-prev{
    position: absolute;
    color: #4271ce;
    padding: 3% 1.5%;
    top: 50%;
    left: -5%;
    transition: .5s;
}
.swiper-button-prev:hover{
    background-color: #4271ce;
    color: #fff;
}
@media (max-width:1600px) {

}
@media (max-width:1400px) {

}
@media (max-width:1300px) {

}
@media (max-width:1199px) {
    .nav-nr{
        width: 85% !important;
    }
    .qywh-nr a li .qywh-nrz h3{
        font-size: 22px;
    }
    .qywh-nr a li .qywh-nrz p{
        font-size: 18px;
    }
    .swiper-button-next {
        position: absolute;
        color: #4271ce;
        padding: 3% 1.5%;
        top: 50%;
        right: -10%;
        transition: .5s;
    }
    .swiper-button-prev{
        position: absolute;
        color: #4271ce;
        padding: 3% 1.5%;
        top: 50%;
        left: -10%;
        transition: .5s;
    }
}
@media (max-width:990px) {
    .nav-nrright{
        display: none;
    }
    .sj-nav{
        display: flex;
    }
    .nav-nrright1 {
        display: flex;
        padding: 0 3.5%;
    }
    #act::before{
        display: none;
    }
    .swiper-button-next{
        position: absolute;
        color: #4271ce;
        padding: 3% 1.5%;
        top: 50%;
        right: -15%;
        transition: .5s;
    }
    .swiper-button-prev{
        position: absolute;
        color: #4271ce;
        padding: 3% 1.5%;
        top: 50%;
        left: -15%;
        transition: .5s;
    }
    #swiper-list:hover .swiper-nr h4 {
        font-size: 16px;
    }
    #swiper-list a .swiper-nr h4{
        font-size: 16px;
    }
}
@media (max-width:767px) {
    .sj-nav a{
        font-size: 15px;
    }
    .xw{
        margin-top: 5%;
    }
    .nav-nrleft p{
        font-size: 14px;
    }
    .nav-nrleft span a{
        font-size: 14px;
    }
    .xw-tit{
        margin-bottom: 9%;
    }
    .xw-tit h3{
        font-size: 24px;
        line-height: 30px;
    }
    .xw-tit h4{
        font-size: 18px;
        line-height: 20px;
    }
    #swiper-list:hover .swiper-nr h4 {
        font-size: 15px;
    }
    #swiper-list a .swiper-nr h4{
        font-size: 15px;
    }
}