.swiper-contione {
				width: 100%;
				height: 550px;
				overflow: hidden;
				margin: 20px auto;
				position: relative;
			}

			.swiper {
				width: 9999999px;
				height: 550px;
				transition: all 1s ease;
			}

			.swiper-item {
				width: 2000px;
				height: 550px;
				float: left;
				position: relative;
			}

			.swiper-item img {
				width: 100%;
				height: 550px;
			}

			.swiper-item p {
				width: 100%;
				height: 50px;
				position: absolute;
				top: 0;
				left: 0;
				background: rgba(0, 0, 0, 0.5);
				color: #fff;
				text-align: center;
				line-height: 50px;
				cursor: pointer;
			}

			.swiper-point {
				width: 100%;
				height: 40px;
				position: absolute;
				bottom: 0;
				left: 0;
				display: flex;
				justify-content: center;
				align-items: center;
				cursor: pointer;
			}

			.point {
				width: 12px;
				height: 12px;
				border-radius: 50%;
				background: rgba(0, 0, 0, 0.9);
				margin-right: 5px;
				float: left;
			}

			.point.active {
				background: #fff;
			}

			.swiper-left {
				width: 60px;
				height: 100%;
				position: absolute;
				top: 0;
				left: -60px;
				display: flex;
				align-items: center;
				justify-content: center;
				transition: all 0.4s ease;
			}

			.swiper-right {
				width: 60px;
				height: 100%;
				position: absolute;
				top: 0;
				right: -60px;
				display: flex;
				align-items: center;
				justify-content: center;
				transition: all 0.4s ease;
			}

			.swiper-left img,
			.swiper-right img {
				cursor: pointer;
			}

			.swiper-contione:hover .swiper-left {
				left: 0;
			}

			.swiper-contione:hover .swiper-right {
				right: 0;
			}
			
			
			
	.g-yixin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,0.3);
    background-color: #000\9;
    transition: all 0.6s ease-out;
}



.m-yixin:before, .m-yixin:after {
    display: table;
    content: "";
    line-height: 0;
}
.m-yixin .ttl {
    float: left;
    margin-left: 10px;
}

.m-yixin a {
    font-size: 12px;
    color: #fff;
    opacity: 0.4;
    line-height: 28px;
}
/* a, a:hover { */
    /* color: #FFFFFF; */
/* } */
del, ins, u, s, a, a:hover {
    text-decoration: none;
}
a, button {
    cursor: pointer;
}

.m-yixin .navList {
    float: right;
    margin-right: 10px;
}

.m-yixin .navList li:first-child {
    margin-left: 0;
}
.m-yixin .navList li {
    float: left;
    margin-left: 66px;
}
li {
    list-style: none;
}

.m-yixin .navList li {
    float: left;
    margin-left: 66px;
}


	