@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
	padding-top: 20px;
}

#certify  .swiper-slide {
	width: 614px;
	height: 900px;
    background: -webkit-linear-gradient(0deg, #2772cc, #a4a4cc) ; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(0deg, #2772cc, #a4a4cc) ; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(0deg,#2772cc, #a4a4cc) ; /* Firefox 3.6 - 15 */
    background: linear-gradient(0deg, #2772cc, #a4a4cc) ; /* 标准的语法 */    
    box-shadow: 0 0 24px rgba(0,0,0,.24);
	border-radius: 30px;
	transition: all 1s;
}
#certify .swiper-slide-active{
	background: -webkit-linear-gradient(45deg, #f0624f ,#ff9e68) ; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #f0624f ,#ff9e68) ; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #f0624f ,#ff9e68) ; /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #f0624f ,#ff9e68) ; /* 标准的语法 */
    /*background: ;*/
    background-position: bottom left;
}
#certify .swiper-slide-active .pjcontent{
	background: url(../images/icobannerbg.png) left bottom no-repeat;
}
.pjcontent{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	width: 614px;
	height: 900px;
	padding: 42px 32px;
	box-sizing: border-box;
	background: rgba(0,0,0,.2);
	border-radius: 30px;
}
.pjtop{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}
.userpic{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.pjtitle{
	font-size: 20px;
	color: #fff;
	margin-top: 14px;
	margin-bottom: 42px;
	font-weight: bold;
}
.linewhite{
	display: flex;
	width: 28px;
	height: 6px;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 50px;
}
.pjdescription{
	width: 100%;
	height: auto;
	line-height: 1.8;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.pjbottom{
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.yellowfont{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 20px;
	color: #f8ea95;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6;
}
.yellowfont i{
	display: flex;
	flex-flow: row;
	flex: 0 0 30px;
	justify-content: flex-start;
	align-items: flex-start;
	/*width: 30px;*/
	font-size: 27px;
	font-weight: 600;
	margin-right: 12px;
	color: inherit;
	line-height: 1.2;
}
.jiaru{
	width: ;
	height: auto;
	background: #f8ea95;
	font-size: 24px;
	color: #f0624f;
	border-radius: 28px;
	box-shadow: 1px 4px 15px rgba(200,100,100,.8);
	padding: 10px 42px; 
}
#certify .swiper-slide-prev{
	opacity: 1.6!important;


}
#certify .swiper-slide-prev .jiaru{
	opacity: 0.6;
}
#certify .swiper-slide .userpic, #certify .swiper-slide .pjtitle,#certify .swiper-slide .linewhite ,#certify .swiper-slide .yellowfont,#certify .swiper-slide .pjdescription,#certify .swiper-slide .jiaru{	
	opacity: 0.6;
	transition: opacity 1s;
}
#certify .swiper-slide-active .userpic, #certify .swiper-slide-active .pjtitle,#certify .swiper-slide-active .linewhite ,#certify .swiper-slide-active .yellowfont,#certify .swiper-slide-active .pjdescription, #certify .swiper-slide-active .jiaru{
	opacity: 1;
}
#certify .swiper-slide-next{
	opacity: 1.6!important;
	
}

/*#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	width: 180px;
	height: 45px;
	position: absolute;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
	bottom: 39px;
	left: 50%;
	margin-left: -90px;
}
#certify  .swiper-slide p a{
	display: block;
	width: 100%;
	height: 45px;
	text-align: center;	
}*/

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	/*border: 3px solid #fff;*/
	background-color: #d5d5d5;
	width: 8px;
	height: 8px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	/*border: 3px solid #00aadc;*/
	width: 15px;
	height: 15px;
	background-color: #f0624f;
	top: 4px;
    position: relative;
}

#certify .swiper-button-prev {
	left: 30px;
	width: 26px;
	height: 43px;
	background: url(../images/icojt01.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background: url(../images/icojt02.png) no-repeat;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 30px;
	width: 26px;
	height: 43px;
	background: url(../images/icojt03.png) no-repeat;
	/*background-position: 0 -93px;*/
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background: url(../images/icojt.png) no-repeat;
	background-size: 100%
}

   