.common-banner .swiper-pagination-bullet{
    background: #ffffff;
    opacity: 1;
    width: 13px;
    height: 13px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 44px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.common-banner .swiper-pagination-bullet-active{
    background: #91172e;
}

.common-banner .swiper-button-prev, .common-banner .swiper-button-next {
    width: 66px;
    height: 44px;
    background-size: 66px 44px;
}

.common-banner .swiper-button-prev {
    left: 260px;
    background-image: url(../img/icon-prev.png);
}

.common-banner .swiper-button-next {
    right: 260px;
    background-image: url(../img/icon-next.png);
}

.jingxi__home__main {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.jingxi__home__main__1 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.jingxi__home__main__1__item > a {
    height: 300px;
    background-color: #f3efea;
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #999999;
    position: relative;
}

.jingxi__home__main__1__item div {
    margin-top: 43px;
    margin-bottom: 10px;
    font-size: 26px;
}

.jingxi__home__main__1__item p {
    font-size: 16px;
    opacity: 0.6;
}

.jingxi__home__main__1__item span {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../img/icon-home-card-bottom.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16px;
}

.jingxi__home__main__1__item span img {
    width: 6px;
    height: 10px;
}

.jingxi__home__service {
    padding: 80px 0;
    display: flex;
    align-items: center;
	width: 1600px;
}

.jingxi__home__service .jingxi__home__service__first {
	width: 42%;
    /* width: 660px;
    height: 581px; */
}

.jingxi__home__service__item__1 {
    width: 300px;
    height: 741px;
    background-color: #91172e;
    padding: 60px 54px;
    color: #ffffff;
}

.jingxi__home__service__item__1 h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

.jingxi__home__service__item__1 h2 {
    font-size: 16px;
}

.jingxi__home__service__item__1__line {
    height: 1px;
    background-color: #e6e6e6;
    margin-top: 60px;
}

.jingxi__home__service__item__1__desc {
    writing-mode: vertical-rl;
    line-height: 40px;
    margin-top: 40px;
    font-size: 16px;
}

.jingxi__home__service__item__1__desc h3 {
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    margin-left: 16px;
    display: inline-block;
}

.jingxi__home__service__item__2 {
    flex: 1 1 auto;
    margin-left: 67px;
    align-self: flex-end;
}

.jingxi__home__service__item__2__head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 41px;
}

.jingxi__home__service__item__2__head div {
    background-color: #91172e;
    flex: 1 1 auto;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	white-space: nowrap;
}

.jingxi__home__service__item__2__head div img {
    width: 66px;
    height: 5px;
    margin-left: 19px;
}

.jingxi__home__service__item__2__head img {
    width: 19px;
    height: 100%;
}

.jingxi__home__service__item__2__item  > a {
    display: flex;
    align-items: center;
    height: 193px;
}

.jingxi__home__service__item__2__item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
}

.jingxi__home__service__item__2__item__img {
    width: 120px;
    height: 120px;
    flex: 0 0 120px;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
}
.jingxi__home__service__item__2__item__img > img {
    height: 100%;
    object-fit: contain;
}

.jingxi__home__service__item__2__item h2 {
    color: #956134;
    font-size: 20px;
}

.jingxi__home__service__item__2__item p {
    color: #999999;
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}

.jingxi__home__service__item__2__check__more {
    color: #282828;
}

.jingxi__home__service__item__3 {
    width: 39%;
    height: 554px;
    padding: 40px 80px 0 140px;
    position: relative;
}

.jingxi__home__service__item__3 h1 {
    color: #000000;
    font-size: 34px;
}

.jingxi__home__service__item__3 h2 {
    color: #91172e;
    margin-top: 20px;
    font-size: 16px;
}

.jingxi__home__service__item__3 p {
    color: #999999;
    margin-top: 77px;
    line-height: 40px;
    margin-bottom: 80px;
}

.jingxi__home__service__item__3__bottom {
    display: flex;
    align-items: center;
}

.jingxi__home__service__item__3__bottom_1__toggle {
    width: 113px;
    height: 41px;
    margin-left: 250px;
    display: flex;
}

.jingxi__home__service__item__3__bottom_1__toggle > a{
    width: 50%;
    flex: 0 0 50%;
    background-image: url(../img/img-home-service-4.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.jingxi__home__service__item__3__bottom_1__toggle__target {
    height: auto;
    object-fit: cover;
    width: 960px;
    height: 633px;
}
.jingxi__home__service__item__3__bottom_1__toggle > a:last-child {
    background-position: right;
}
.goUserCenter{
    cursor: pointer;
}

.jingxi__home__service__item__3__bottom div {
    width: 265px;
    height: 1px;
    background-color: #595656;
    margin-right: 60px;
}

.jingxi__home__service__item__3__bottom_1 {
    position: absolute;
    width: 1660px;
    height: 160px;
    background-color: #91172e;
    left: 0;
    bottom: -160px;
    display: flex;
    align-items: center;
    padding: 0 60px;
}

.jingxi__home__service__item__3__bottom_1 a {
    color: #ffffff;
    display: flex;
    align-items: center;
}

.jingxi__home__service__item__3__bottom_1 a div {
    border: 1px solid #ffffff;
    margin-left: 20px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 16px;
    padding-left: 35px;
}

.jingxi__home__service__item__4 {
    position: relative;
}

.jingxi__home__service__item__4 img {
    position: relative;
    z-index: 10;
	width: 100%;
}

.jingxi__home__service__item__4 div {
    position: absolute;
    width: calc(100% + 20px);
    height: 100%;
    background-color: #91172e;
    top: 20px;
}

.jingxi__home__service__item__5 {
    margin-left: 100px;
}

.jingxi__home__service__item__5 h1 {
    color: #000000;
    font-size: 34px;
}

.jingxi__home__service__item__5 h2 {
    color: #91172e;
    margin-top: 20px;
    font-size: 16px;
}

.jingxi__home__service__item__5 p {
    color: #999999;
    margin-top: 46px;
    line-height: 38px;
}

.jingxi__home__service__item__6 {
    flex-wrap: wrap;
    margin-bottom: 130px;
}

.jingxi__home__service__item__6 > div:first-child {
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    margin-bottom: 60px;
}

.jingxi__home__service__item__6 > div:not(:first-child) {
    flex: 0 0 46.87%;
}

.jingxi__home__service__item__6 h1 {
    color: #000000;
    font-size: 34px;
}

.jingxi__home__service__item__6 h2 {
    color: #91172e;
    margin-top: 20px;
    font-size: 16px;
}

.jingxi__home__service__item__6 > div > h3 {
    font-size: 22px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 24px;
    /* height: 1em; */
    display: flex;
    justify-content: space-between;
}

.jingxi__home__service__item__6 > div > p {
    color: #999999;
    height: 2em;
    margin-bottom: 30px;
}

.jingxi__home__service__item__6 span {
    line-height: 1.5;
	width: 400px;
}

.jingxi__home__service__item__6 > div > h3 > span:last-child {
    font-size: 18px;
    color: #666666;
	width: 106px;
	position: relative;
	top: 4px;
}
.home-fix{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}
.home__page__right__fixed {
    width: 112px;
    height: 269px;
    background: url(../img/jingxi-tag-bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.home__page__right__fixed > div {
    font-size: 14px;
    color: #FFFFFF;
}
.home__page__right__fixed > div > img {
    width: 19px;
    height: 17px;
    margin-right: 2px;
}
.home__page__right__fixed > div {
    display: flex;
    align-items: center;
}
.home__page__right__fixed > img {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
	border-radius: 100%;
	border: 2px solid #956134;
	margin-top: 25px;
}

@media screen and (max-width: 1680px) {
.jingxi__home__service{
	width: 1480px;
}
.jingxi__home__service__item__5 {
    margin-left: 70px;
}
.jingxi__home__main{
	width: auto;
	padding-left: 7%;
	padding-right: 7%;
}
}
@media screen and (max-width: 1560px) {
.jingxi__home__service {
    padding: 30px 0 0;
}
.jingxi__home__service__reactive__1{
	padding-bottom: 80px !important;
}
.jingxi__home__service__item__6 {
    margin: 80px 0;
}
.jingxi__home__service{
	width: 1400px;
}
.jingxi__home__service__item__2__head div img {
    width: 40px;
}
.jingxi__home__service__item__2__check__more img{
	width: 40px;
}
.jingxi__home__service__reactive__3{
	margin-top: 40px !important;
}
.jingxi__home__service__item__5 p {
    margin-top: 26px;
}
.jingxi__home__service__item__3__bottom_1__toggle__target {
    width: 62%;
	margin-top: 35px;
}
.jingxi__home__service__item__3{
	padding: 40px 40px 0 80px;
}
.jingxi__home__service__item__3__bottom_1{
	height: 100px;
}
}
@media screen and (max-width: 1440px) {
.jingxi__home__service{
	width: 1350px;
}
.jingxi__home__service__item__2{
	margin-left: 40px;
}
.jingxi__home__service__item__3__bottom_1__toggle__target {
    margin-top: 79px;
}
.jingxi__home__service__item__3__bottom_1__toggle{
	margin-left: 13%;
}
}
@media screen and (max-width: 1380px) {
.jingxi__home__service{
	width: 1250px;
}
.jingxi__home__service__item__1{
	padding: 60px 40px;
}
.jingxi__home__service__reactive__3>div{
	display: none;
}
.jingxi__home__service__item__3__bottom_1__toggle__target {
	margin-top: 104px;
}
.jingxi__home__service__item__3__bottom_1__toggle{
	margin-left: 11%;
}
}
@media screen and (max-width: 1310px) {
.jingxi__home__service__item__3__bottom_1__toggle__target {
	margin-top: 141px;
}
.jingxi__home__service__item__3__bottom_1__toggle{
	margin-left: 8%;
}
}
@media screen and (max-width: 1280px) {
    .common-banner .swiper-button-prev, .common-banner .swiper-button-next  {
        display: none;
    }
    .home__page__right__fixed{
        display: none;
    }
	.jingxi__home__service__reactive__3{
		margin-top: 10px !important;
	}
	.jingxi__home__service{
		display: block;
	}
	.jingxi__home__service__item__3__bottom_1__toggle {
	   height: 35px;
	}
	.jingxi__home__service__reactive__1{
		padding-bottom: 0 !important;
	}
	.jingxi__home__service__item__6 {
		margin: 0;
	}
}