.bj_color{
	background: #E5E5E5;
}
.ad .bj{
	background: #808080;
}
#position{
	border-color: #6f6f6f;
	padding-top: 10px;
}
#position strong{
	color: #333333;
	border-color: #333333;
}
.swiperBox{
	display: flex;
	justify-content: space-between;
}
.swiperBox .swiperList{
	width: 1040px;
	height: 690px;
	background: #555555;
}
.swiperBox .swiperList .swiper-slide{
	text-align: center;
	height: 690px;
}
.swiperBox .swiperList .swiper-slide img{
	height: 100%;
}

.swiperBox .studentWorks{
	width: 240px;
	background: #fff;
	height: 690px;
	overflow: hidden;
}

.swiperBox .studentWorks h2, .swiperBox .studentWorks ul li{
	width: calc(100% - 70px);
	padding: 0px 35px;
}
.swiperBox .studentWorks h2 {
	font-size: 22px;
	color: #ffffff;
	background: #808080;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
}
.swiperBox .studentWorks ul{
	width: 100%;
	height: 635px;
	overflow-y: auto;
}
.swiperBox .studentWorks ul li{
	height: 56px;
	cursor: pointer;
	border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperBox .studentWorks ul li p{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}
.swiperBox .studentWorks ul li.hover{
	background: #017234;
}
.swiperBox .studentWorks ul li.hover p{
	color: #ffffff;
}

/* swiper 缩略图 */
.swiperThumb .swiperThumbItem {
	height: 210px;
}
.swiperThumb .swiperThumbItem .swiper-slide{
	width: 241px;
	height: 166px;
	background: #555555;
	text-align: center;
	cursor: pointer;
	opacity: 0.4;
}
.swiperThumb .swiperThumbItem .swiper-slide-thumb-active{
	opacity: 1;
}
.swiperThumb .swiperThumbItem .swiper-slide img{
	height: 100%;
}

.swiperThumb .swiperThumbItem>.swiper-scrollbar{
	height: 2px;
	bottom: 0px;
	background: #636363;
}
.swiperThumb .swiperThumbItem .swiper-scrollbar-drag{
	top: -1px;
	height: 4px;
	background: #fff;
}

/*左右箭头*/
.swiperBox .swiperList .swiperItem .swiper-button-next{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat center center rgba(0,0,0,.6);
	cursor:url(/w_imgs/right.ico),auto;
}
.swiperBox .swiperList .swiperItem .swiper-button-prev{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") no-repeat center center rgba(0,0,0,.6);
	cursor:url(/w_imgs/left.ico),auto;
}
.swiperBox .swiperList .swiperItem .swiper-button-next,.swiperBox .swiperList .swiperItem  .swiper-button-prev{
	width: 50%;
	height: 95%;
	top: 22px;
	background:none;
}
.swiperBox .swiperList .swiperItem .swiper-button-next:after, .swiperBox .swiperList .swiperItem  .swiper-rtl .swiper-button-prev:after{
	content: "";
}
.swiperBox .swiperList .swiperItem .swiper-button-prev:after, .swiperBox .swiperList .swiperItem .swiper-rtl .swiper-button-next:after{
	content: "";
}
