﻿@charset "utf-8";
/* CSS Document */

  body {
        background:url(../images/bg_slide.png) no-repeat center 20px #fff;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
.swiper-container{
	height: 468px;
}	
.swiper-slide{
	width:860px;
	}
.swiper-slide a{
	transition: 0.2s;
	}	
.swiper-slide a:hover{
	opacity:.6;}	
.swiper-slide img{width:auto !important;}
.swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:10px;}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	margin:0 5px;
	background:#02328d;
}
.swiper-button-prev{
	width:42px;
	height:42px;
	left:50%;
	top:auto;
	bottom:0;
	background:#010605;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	margin-left: 102px;
	}	
.swiper-button-prev:before{	
    content: '';
    position: absolute;
    width: 22px;
    height: 16px;
    background: url(http://login.114my.cn/memberpic/dgyinghua1/uploadfile/image/20191210/20191210151243_551009103.png) no-repeat 0 center;
    left:50%;
    top: 50%;
    margin-top: -8px;
    margin-left:-11px;
    transform: rotate(180deg);
}
.swiper-button-next{
	width:42px;
	height:42px;
	right:50%;
	top:auto;
	bottom:0;
	background:#010605;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	margin-right: 102px;
	}
.swiper-button-next:after{	
    content: '';
    position: absolute;
    width: 22px;
    height: 16px;
    background: url(http://login.114my.cn/memberpic/dgyinghua1/uploadfile/image/20191210/20191210151243_551009103.png) no-repeat 0 center;
    left:50%;
    top: 50%;
    margin-top: -8px;
    margin-left:-11px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	opacity:0.6;
}