.boxes1 {
    position: relative;
    padding: 75px 0px;
    background: #fff;
}
.achievement {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../picture/achiev_bg.jpg) center top no-repeat;
    padding-bottom: 0px;
	overflow: hidden;
	background-size: contain;
}
.achievement .w1400 {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    position: relative;
}
.achievement .w1400 .show_achie {
    width: 100%;
    position: relative;
	padding-top: 50px;
}
.show_achie .mark {
    width: auto;
    display: inline-block;
    height: auto;
    /*padding: 10px 25px;
    background-image: -webkit-linear-gradient(45deg, #ddd340d6, #e38823);*/
    color: #666;
    font-size: 3.125vw;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 20px;
}
.show_achie .mark1 {
    width: auto;
    display: inline-block;
    height: auto;
    /*padding: 10px 25px;
    background-image: -webkit-linear-gradient(45deg, #ddd340d6, #e38823);*/
    color: #666;
    font-size: 3.125vw;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 20px;
}
.show_achie .year {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 50px;
    color: #fff;
    font-family: Geometr;
    margin-bottom: 10px;
}
.show_achie .des {
    width: 60%;
    height: auto;
    position: relative;
    font-size: 18px;
    line-height: 2;
    color: #fff;
    min-height: 150px;
}

.hisDots {
	position: relative;
	background: url(../picture/k_history.png) 50% 0 no-repeat;
	text-align: center;
	width: 100%;
	height: 134px;
	margin-bottom: 100px;
}

.swiper-container.dotSwiper {
	width: 1175px;
	margin: 0px auto;
	height: 100px;
	margin-top: -20px;
	top: -19px;
}

.swiper-container.dotSwiper .swiper-slide {
	position: relative;
	font-size: 20px;
	font-family: Geometr;
	top: 10px;
	padding-top: 27px;
	-webkit-transition: all .5s;
	cursor: pointer;
}

.swiper-container.dotSwiper .swiper-slide::after,
.swiper-container.dotSwiper .swiper-slide::before {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 5px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: '';
	-webkit-transition: all .5s;
}
.swiper-container.dotSwiper .swiper-slide .title{
	color: #fff;
}
.swiper-container.dotSwiper .swiper-slide .content{
	display: none;
}

.swiper-container.dotSwiper .swiper-slide.swiper-slide-active::before {
	width: 30px;
	height: 30px;
	background: #fff;
	margin-left: -15px;
	top: -5px;
	
}

.swiper-container.dotSwiper .swiper-slide.swiper-slide-active::after{
	background: #0157ae;
}
.swiper-container.dotSwiper .swiper-slide:nth-child(even) {
	top: 50px;
}

.swiper-container.dotSwiper.even .swiper-slide {
	top: 50px;
}

.swiper-container.dotSwiper.even .swiper-slide:nth-child(even) {
	top: 10px;
}

.hisDots .swiper-button-next,
.hisDots .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: -webkit-linear-gradient(45deg, #184cc6d6, #005bac);
	margin-top: -45px;
	color: #fff;
}

.hisDots .swiper-button-next{
	right: 5%;
}

.hisDots .swiper-button-prev{
	left: 5%;
}

.hisDots .swiper-button-next::after,
.hisDots .swiper-button-prev::after {
	font-size: 12px;
}

.hisDots .swiper-button-next:hover,
.hisDots .swiper-button-prev:hover {
	background: -webkit-linear-gradient(90deg, #184cc6d6, #005bac);
	
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.show_achie .mark {
    color: #666;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 0px;
}
.show_achie .mark1 {
    color: #666;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 20px;
}

.achievement {
    background: url(../picture/achiev_bg.jpg) center top no-repeat;
  /*padding-bottom: 0px;
    overflow: hidden;
	width: 100%;
    height: auto;
    position: relative; */
}
.achievement .w1400 {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    position: relative;
}
.achievement .w1400 .show_achie {
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.show_achie .year {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 40px;
    color: #fff;
    font-family: Geometr;
    margin-bottom: 10px;
}
.show_achie .des {
    width: 90%;
    height: auto;
    position: relative;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    min-height: 150px;
}
.hisDots {
    position: relative;
    background: url(../picture/k_history.png) 50% 0 no-repeat;
    text-align: center;
    width: 100%;
    height: 234px;
    margin-bottom: 100px;
}
.swiper-container.dotSwiper {
   /*  width: 1175px;  */
    width: 100%;
    margin: 0px auto;
    height: 100px;
    margin-top: 40px;
    top: -19px;
}
.hisDots .swiper-button-next, .hisDots .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: -webkit-linear-gradient(45deg, #184cc6d6, #005bac);
    margin-top: 5px;
    color: #fff;
}
}

