@charset "utf-8";
/*------------------------------------------------------------
	公共样式
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/*------------------------------------------------------------
	细节微调
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.pd0 { padding: 0 !important; }
.pt80 { padding-top: 0.8rem !important; }
.pb120 { padding-bottom: 1.2rem !important; }
.fL { float: left !important; }
.fR { float: right !important; }
.f28 { font-size: 0.28rem; }
.f26 { font-size: 0.26rem; }
.f24 { font-size: 0.24rem; }
.f22 { font-size: 0.22rem; }
.f20 { font-size: 0.2rem; }
.cor01 { color: #000; }
.cor02 { color: #333; }
.cor03 { color: #666; }
.cor04 { color: #999; }
.cor05 { color: #DDD; }
.cor06 { color: #F00; }

* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img {
	vertical-align: top;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis02 {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*------------------------------------------------------------
	初始化
------------------------------------------------------------*/
@font-face {
    font-family: "../fonts/Alibaba-PuHuiTi-Regular","Alibaba-PuHuiTi-Heavy";
    src: url("../fonts/Alibaba-PuHuiTi-Regular.woff2") format("woff2"),
        url("../fonts/Alibaba-PuHuiTi-Regular.woff") format("woff"),
        url("../fonts/Alibaba-PuHuiTi-Regular.ttf") format("truetype"),
        url("../fonts/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),
        url("../fonts/Alibaba-PuHuiTi-Regular.svg") format("svg");
    src: url("../fonts/Alibaba-PuHuiTi-Heavy.woff2") format("woff2"),
       url("../fonts/Alibaba-PuHuiTi-Heavy.woff") format("woff"),
       url("../fonts/Alibaba-PuHuiTi-Heavy.ttf") format("truetype"),
       url("../fonts/Alibaba-PuHuiTi-Heavy.eot") format("embedded-opentype"),
       url("../fonts/Alibaba-PuHuiTi-Heavy.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
	text-align: center;
	font-size: 14px;
	line-height: 2.2;
	font-family: "Microsoft YaHei";
}

#container {
	background-color: #FFF;
	text-align: left;
}

#main {
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold; color: #8F002F;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;/*background:#f8f8f8;*/text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#8F002F;}
.page_list a.on{color:#FFF;border:1px solid #ccc;background:#8F002F;}



/*--------swiper-container--------*/
.swiper-container {
    width: 100%;
    background-color: #fff;
}
.swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* -webkit-align-items: center;
    align-items: center; */
    overflow: hidden;
}

.swiper-container .swiper-slide img{
    width: 100%;
    height: auto;
	object-fit: cover;
}
.swiper-container .swiper-pagination{
    bottom: 10px;
}
.swiper-container .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #000;
}
.swiper-container .swiper-pagination-bullet-active{
    background-color: #000;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {

}

/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 580px;
	float: left;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: right;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
}


@media only screen and (max-width: 767px) {
}

@media all and (min-width: 0px) and (max-width: 640px) {
}