
.bk{
	width: 100%;
	height: 100%;
	background-image: url(../images/bk.jpg);
	background-size: cover;
	padding: 61px 0 0 0;
	min-width: 1440px;
}

.bk_left{

}

.top {
	width: 100%;
	max-width: 1060px;
	height: 57px;
	position: relative;
	margin: 0 auto;
}


.green_bar {
	width: 100%;
	height: 4px;
	background-color: #629540;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 997;
}
.top_bk {
	width: 100%;
	min-width: 300px;
	height: 57px;
	background-color: #fff;
	position: fixed;
	top: 3px;
	left: 0;
	z-index: 998;
}

.top_logo_center {
	display: block;
	width: 145px;
	height: 30px;
	position:relative;
	margin:12px auto 0 auto;
}
.top_logo_center a {
	display: block;
	width: 100%;
	height: 30px;
	background-image: url(../images/logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
}


.content{
	min-width: 1440px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: 
	url(../images/bk_left.png),
	url(../images/bk_right.png)
	;
	background-size: auto 100%;
	background-position: left , right;

	background-repeat: no-repeat;

	padding:71px 0 0 0 ;
}


.main{
	width: 1060px;
	height: auto;
	margin: 0 auto;
	padding:0 45px 0 27px ;
	display: flex;
}

.main_left{
	width: 538px;
}
.main_right{
	width: 414px;
	height:433px;
	background-color:#f7f7f7;
	margin: 95px 0 0 34px;
	padding:78px 0 0 0 ;
	position: relative;
}


.title{
	width: 358px;
	margin: 0 auto 45px auto;
}


.books{
	width: 537px ;
}

.slick-slider{
	padding:  0 0 29px 0;
}


.slick-arrow{
	display: none !important;
}


.slick-dots li {
	margin: 0 2px !important;
}

.slick-dots li button:before {
	font-size: 28px !important; 
	color: #fff !important;
	opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
	color:#2a83ac !important;
}

.login_title{
	width: 267px;
	height: 61px;
	margin: 0 auto 63px auto;
}

.login_btn01{
	width: 307px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 1px;; 
	text-align: center;
	margin: 0 auto 40px auto;
	font-size: 18px;
}

.login_btn01 a:link,.login_btn01 a:visited{
	width: 307px;
	height: 50px;
	color: #fff;
	display: block;
	background-color: #589541;
}

.login_btn01 a:hover,.login_btn01 a:active{
	width: 307px;
	height: 50px;
	color: #fff;
	display: block;
	background-color: #5db307;
}

.login_text{
	font-size: 18px;
	text-align: center;
	color: #484848;
}


.login_btn{
	width: 100%;
	height: 60px;
	color: #484848;
	font-size: 17px;
	line-height: 60px;
	text-align: center;
	border-top: 1px solid #dbdbdb;
	position: absolute;
	bottom: 0;
	left: 0;
}

.login_btn a{
	width: 100%;
	height: 60px;
	color: #484848;
	display: block;

}


.swiper-container {
	width: 537px;

  }

.swiper-slide {
	width: 537px;
	text-align: center;
	font-size: 18px;


	/* 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;
}

.swiper-pagination{
	width: 537px;
	margin:39px  auto 0 auto;

}

.swiper-pagination-bullet{
	margin: 0 6px;
}

.swiper-pagination-bullet-active{
	color: #000;
}


:root {
    --swiper-navigation-size: 44px;
}


