﻿.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}





.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}







.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 2;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}


.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 90px;
    right: auto;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {

    right: 90px;
    left: auto;
}














.layer-mask {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	transition: all 0.5s;
	background-color: #3e3e3e;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.swiper-slide-active .layer-mask {
	display: none;
}


.swiper-container {
	width: 100%;
	margin: 0px 0px;
}


.swiper-slide2 {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.85);
	/* margin: 1px; */
	transform: scale(0.85);
	margin-top: 70px;
	margin-bottom: 70px;
}



.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	z-index:2;
}









/*两端按钮*/
.button {
	width: 100%;
	margin: 0 auto;
	top: -290px;
	position: relative;
	z-index: 2;
}
.button div:hover {
	background-color: #333;
	opacity: 0.8;
	cursor: pointer;
}

.swiper-button-prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	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%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
}

.swiper-button-next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	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%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #000000 center 50%/50% 50% no-repeat;
	opacity: 0.5;
	background-size: 15px;
	cursor: pointer;
}

.swiper-slide a {
	display: block;
	border-radius: 2px;
}
.swiper-slide-active a:after {
	background: none;
}

/*文字定位*/
.swiper-slide img {
	width: 100%;
	border-radius: 5px;
	display: block;
	height: 100%;
	border: none;
	position: relative;
}
.service-text{
	position: absolute;
	width: 100%;
	height: 110px;
	background: rgba(66,125,46,0.9);
	bottom: 0px;

}
.service-text-l{
	float: left;
	width: 600px;
	padding: 8px 0px 10px 20px;
}
.service-text-l h3{
	color: #fff;
	font-size: 26px;
}
.service-text-l p{
padding-top: 8px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
    text-align: left;
}
.service-text-r{
	float: right;
	width: 110px;
	height: 110px;
}
.service-text-r a{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.service-text-ra{
	display: block;
	width: 100%;
	height: 100%;
	background: #65ce5a;
	border-radius: 0px !important;
}
.service-text-ra img{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
/*自己写的代码*/
.service-banner{
	width: 1600px !important;
	min-width: 1600px !important;
	margin: 0 auto !important;
	float: none !important;
}


.service-title2 {
    min-width: 1600px;
    width: 1600px;
    height: 65px;
    text-align: center;
    clear: both;
    margin: 0 auto;
    background: url(../images/title-bg.png)center bottom no-repeat;
}
.service-title2 h2 {
    font-size: 40px;
    color: #444444;
}