﻿[v-cloak] {
   display: none;
 }
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
body{
background-image: url(../images/bg_white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/**头部标题样式*/
/*
header {
	color: #FFF;
	font-family: 'KaiTi','KaiTi_GB2312';  
	font-size: 24px;
	font-weight: 900;
	line-height: 50px;
	text-align: center;
    border: none!important;
}
**/
/**头部标题栏颜色样式*/
/* .red {
	background-color: #D9383D;
}
.blue{
	background-color: #0e86e7;
}
.green{
	background-color: #219c7c;
}
.change-red{
	background: -webkit-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: -o-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: -moz-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	background: linear-gradient(to bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
	border-bottom: 1px solid #390000;
} */
.header{background:#ca0a16;width:100%;padding:8px 0;}
.header img{margin:0 auto;text-align:center;display:block;width:100%;}
#main {
	position: absolute;
	top: 10px;
	bottom: 40px;
	width: 100%;
	padding: 0 10px;
	overflow: auto;
	/*padding-top: 50px; 去掉头部前的中间模块样式 */
	-webkit-overflow-scrolling: touch;
	z-index: -1;
}

#main img {
	width: 100%;
}

#scroller {
	margin: 0px;
	padding: 5px;
	border: 1px solid #cad0ce;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	z-index: 2;
	background-color: #FFF;
}

footer ul {
	list-style: none;
	padding: 0;
	width: 100%;
	height: 40px;
}

footer li {
	width: 33.33%;
	float: left;
	line-height: 40px;
	margin-left: 0 !important;
}

footer a {
font-weight: bold;
	display: block;
	width: 100%;
	height: 40px;
	padding-left: 50px;
	color: #333 !important;
	font-size: 14px;
	text-decoration: none !important;
	background-position: 10px;
	background-repeat: no-repeat;
	background-size:20px 20px;

}

#page-btn {
	background-image: url('../images/icon_1.png');

}

#catalog-btn {
	background-image: url('../images/icon_2.png');
}

#date-btn {
	background-image: url('../images/icon_3.png');
}
/**目录*/
#catalog {
	position: fixed;
	/*bottom: -100%;*/
	top:0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
	z-index: 99;
}

.on {
	top: 0;
	display: block;
}

#catalog ul {
	width: 100%;
	list-style: none;
	padding-bottom: 40px;
}

#catalog li {
	width: 100%;
	height: 45px;
	font-size: 12px;
}

#catalog a {
	display: block;
	width: 100%;
	padding: 0 30px;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	line-height: 44px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#catalog #caption {
	padding: 0 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 45px;
	background-color: #EEE;
	border-top: 1px solid #CCC;
}

#catalog a.on {
	color: #FFF;
	background-color: #D9383D;
}
/**版面1*/
#page-1 {
	z-index: 99;
	position: fixed;
	top: 0;
	/* left: -220px; */
	bottom: 40px;
	width: 220px;
	/*background-color: #ccc;*/
	background-color: #fff; /*2015.10.8*/
	overflow: auto !important;
	-webkit-overflow-scrolling: touch;
	display: none;
}

#page-1 ul {
	width: 100%;
	list-style: none;
	padding: 10px 0;
}

#page-1 li {
	width: 100%; /*20015.10.8 70px*/
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	display: inline-block; /*2015.10.8*/
	text-align: left;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

#page-1old li {
	width:; /*20015.10.8 70px*/
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	display: inline-block; /*2015.10.8*/
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

#page-1 a {
	color: #333; /*#333; 058C61*/
	/*margin-left: 20px;*/ /*2015.10.8*/
	text-decoration: none;
}

/*2015.10.8 修改 begin*/
#page-1 .current-Pile {
	color: #D9383D;
	font-weight: 600;
}

#page-1 h2:first-child {
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

#page-1 li a {
	font-size: 12px;
}

#page-1 li .edName {
	font-size: 12px;
	color: #00a0e9;
}

.nav-div {
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	display: block;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #EEE;
	margin: 0;
}
/*205.10.8 修改 end*/

/**版面2*/
#page-2 {
	position: fixed;
	bottom: -160px;
	left: 0%;
	width: 100%;
	height: 200px;
	margin-left: 0px;
	background-color: #FFF;
	border: 1px solid #D9383D;
	overflow: auto !important;
	-webkit-overflow-scrolling: touch;
}

#page-2 ul {
	width: 100%;
	list-style: none;
	padding: 10px;
}

#page-2 li {
	/*width: 20%;*/
	width: 70px;
	height: 36px;
	font-size: 12px;
	line-height: 36px;
	padding: 0 5px;
	float: left;
}

#page-2 a {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0 4px;
	margin: 3px 4px;
	float: left;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	font-size: 16px;
}

#page-2 a.hover {
	color: #fff;
	background-color: #D9383D;
	border-radius: 5px;
}
/*2015.9.23修改 begin*/
.index-nav-div {
	width: 100%;
	min-height: 40px;
	border-bottom: 1px solid #ebebeb;
	background: #fff;
	padding: 5px 10px;
}

.index-nav-div a {
	line-height: 40px !important;
	font-size: 16px;
	color: #000;
	height: 40px !important;
	text-align: center !important;
	width: 115px !important;
	padding: 0 !important;
	margin: 0 !important;
	float: left !important;
	overflow: hidden !important;
}

.index-nav-div a:first-child {
	margin-left: 0.5%;
}

.news-lists ul li a.current-Edition {
	color: #D9383D !important;
}

.clear {
	clear: both
}

}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "\00A0";
	clear: both;
	height: 0
}
/*2015.9.23修改 end*/

/**版面3*/
#page-3 {
	position: fixed;
	bottom: -180px;
	left: 50%;
	width: 288px;
	height: 220px;
	margin-left: -144px;
	background-color: #FFF;
	border: 1px solid #D9383D;
	-webkit-overflow-scrolling: touch;
}

#page-3 ul {
	width: 100%;
	list-style: none;
	padding: 20px 15px 0 15px;
}

#page-3 li {
	width: 45%;
	height: 210px;
	margin: 0 2.5%;
	float: left;
}

#page-3 a {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 150%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	border: 1px solid #999;
	border-radius: 3px;
}

#page-3 a  span {
	position: absolute;
	display: block;
	width: 100%;
	bottom: -36px;
	color: #333;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
}
/**蒙板样式*/
#mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
}
/**日期插件样式修改*/
.form_date {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -144px;
	width: 288px;
	height: 60px;
	z-index: -20;
	border: 0px solid #FFF;
}

.datetimepicker {
	padding: 10px;
}

.table-condensed tbody>tr>td {
	padding: 8px 12px;
}

.datetimepicker-days  td.active {
	background-color: #D9383D !important;
	background-image: none !important;
}

/*插页样式*/
#cy-btn {
	background-image: url('../images/cy.png');
	color: #e60012 !important;
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active {
	background: #990000;
	color: #fff;
}

.table-condensed, .datetimepicker-inline {
	width: 100% !important;
}

.datetimepicker table tr td.active {
	background-color: #9e0303;
}

.table-condensed .prev, .table-condensed .switch, .table-condensed .next {
	background: #990000;
	color: #fff;
}

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot th:hover {
	background-color: #9e0303 !important;
}

#calendar {
	z-index: 1010;
	position: absolute;
	width:276px;
	height:269px;
	float: left;
	z-index: 99;
	display: none;
	min-width: 276px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.swiper-container {
/* 	top:0;  */	
/* 	bottom: 40px; */
/* 	width: 1265px; */
/* 	height: 2031px; */
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}
.swiper-wrapper{height: auto;}
.gray_header{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	font-size:0;
}
.bg_white .gray_header>div{
	display: inline-block;
	width: 33.3%;
}
.bg_white .gray_header>div{
	display: inline-block;
	width: 33.3%;
}

.bg_white .choose_time{
	font-size:14px;
	color: #333;
	vertical-align: middle;
	display: inline-block;
	font-weight: bold;
	padding-left: 10px;
}

.bg_white{
    width: 100%;	
	/*background-image: url(../images/bg_white.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;*/
	padding: 0.2rem;
    height: 50px;
}
.bg_white .gray_content{
	position: relative;
	height: 100%;
	width: 100%;
}
.bg_white .gray_header{	
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	font-size: 0;
}



/**---------------------(闪现文字 start)-----------------------------*/
.animation_coffee {
    animation: coffee 1.5s ease-in infinite;
    -webkit-animation: coffee 1.5s ease-in infinite;
    -moz-animation: coffee 1.5s ease-in infinite;
    -ms-animation: coffee 1.5s ease-in infinite;
    -o-animation: coffee 1.5s ease-in infinite;
}

@keyframes coffee {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@-webkit-keyframes coffee {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@-moz-keyframes coffee {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@-ms-keyframes coffee {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@-o-keyframes coffee {
    0% {
        opacity: 0;
        transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}
/**---------------------(闪现文字 end)-----------------------------*/


/*区域*/
.areaBox{display:block;position:absolute; z-index:10;cursor:pointer;}
.areaBox:hover{border: 2px solid rgb(16, 113, 184); opacity: 0.3;background-color: rgb(243, 152, 20);}