@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


*{
	font-family: 'DengXian' !important;
}






		        .mySwiper1 {

            border-radius: 10px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }

        .swiper-slide {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 2em;
            font-weight: bold;
            color: white;
            text-align: center;
            
        }
		
		.mySwiper1 .swiper-slide {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 2em;
            font-weight: bold;
            color: white;
            text-align: center;
            
        }

        .mySwiper .swiper-slide:nth-child(1) {
			background-image: url("../swiper_test/images/slide1.jpg");
        }

        .mySwiper .swiper-slide:nth-child(2) {
            background-image: url("../swiper_test/images/slide2.jpg");
        }

        .mySwiper.swiper-slide:nth-child(3) {
            background-image: url("../swiper_test/images/slide3.jpg");
        }

        .mySwiper .swiper-slide:nth-child(4) {
            background-image: url("../swiper_test/images/slide4.jpg");
        }

        .slide-number {
            font-size: 4em;
            margin-bottom: 20px;
            opacity: 0.9;
        }

        .slide-content {
            font-size: 1em;
            opacity: 0.8;
            max-width: 600px;
			margin-bottom: 100px;
        }

        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: white;
            opacity: 0.5;
        }

        .swiper-pagination-bullet-active {
            opacity: 1;
            background: white;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: white;
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 30px;
        }