@charset "utf-8";
/* CSS Document */
/*
.rslides {
}
.rslides1 {
	width: 100%;
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 0;
}
.rslides1 li,
.rslides1 img {
	width: 100%;
	height: auto;
}
.rslides1 li {
	margin-bottom: 100px;
	padding-top: 170px;
} */


.rslides {
}
.rslides1 {
	width: 100%;
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 9;
}
.rslides1 li,
.rslides1 img {
	width: 100%;
	height: auto;
}
.rslides1 li {
	margin-bottom: 100px;
	padding-top: 170px;
}
.rslides1 li a {
	transition: .3s;
}
.rslides1 li a.btn {
	display: block;
	position: absolute;
	width: 240px;
	bottom: 5%;
	right: 5%;
	text-align: center;
	z-index: 9999;
	padding: 15px 0;
	background: url("../../images/common/arrow_r01.png") no-repeat right 20px center;
	background-size: 6px auto;
	background-color: #BF0015;
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
	border-radius:50px;
	font-size: 120%;
	font-weight: 500;
	box-shadow: 0px 4px 16px -6px rgba(0,0,0,0.6);
	border: #BF0015 2px solid;
	transition: .3s;
}
.rslides1 li a.btn:hover {
	background: url("../../images/common/arrow_r01.png") no-repeat right 15px center;
	background-size: 6px auto;
	background-color: #BF0015;
	border: #fff 2px solid;
}
.rslides1 li a span.btn {
	display: block;
	position: absolute;
	width: 240px;
	bottom: 5%;
	right: 5%;
	text-align: center;
	z-index: 9999;
	padding: 15px 0;
	background: url("../../images/common/arrow_r01.png") no-repeat right 20px center;
	background-size: 6px auto;
	background-color: #BF0015;
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
	border-radius:50px;
	font-size: 120%;
	font-weight: 500;
	box-shadow: 0px 4px 16px -6px rgba(0,0,0,0.6);
	border: #BF0015 2px solid;
	transition: .3s;
}
.rslides1 li a:hover span.btn {
	background: url("../../images/common/arrow_r01.png") no-repeat right 15px center;
	background-size: 6px auto;
	background-color: #BF0015;
	border: #fff 2px solid;
}

.rslides2 {
	width: 100%;
	text-align: center;
	margin: 0px;
}
.rslides2 li,
.rslides2 img {
	width: 100%;
	height: auto;
	margin: 0px;
}
.rslides2 li {
	padding-bottom: 0px;
}
#t_content {
	position: relative;
}
.top1 {
	max-width: 750px;
	width: 90%;
	margin: 0px auto 60px;
}
.top1 dt {
	text-align: center;
	margin-bottom: 40px;
}
.top1 dd {
	text-align: center;
}
.top1 dd p {
	text-align: center;
}
.top1 dd span {
	text-align: center;
	color: #BF0015;
	font-size: 150%;
	margin-bottom: 50px;
	font-weight: 500;
	letter-spacing: 1px;
}
#t_cours {
	overflow: hidden;
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#t_cours li {
	float: left;
	max-width: 167px;
	width: 16.7%;
	margin-right: 4.12%;
	margin-bottom: 4.12%;
}
#t_cours li:nth-child(5n) {
	margin-right: 0;
}
#t_cours li a {
	color: #333;
}
#t_cours li dl {
	margin-bottom: 15px;
}
#t_cours li dd {
	margin-bottom: 5px;
}
#t_cours li dt {
	padding-left: 14px;
	background: url(../images/common/point01.jpg) no-repeat left 4px;
	font-size: 90%;
	line-height: 120%;
}
#t_event {
	overflow: hidden;
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#t_event li {
	float: left;
	max-width: 310px;
	width: 31%;
	margin-right: 3.5%;
	border: #ccc 1px solid;
	padding: 15px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	margin-bottom: 20px;
}
#t_event li:nth-child(3n) {
	margin-right: 0;
}
#t_event li dl {
}
#t_event li dt {
	margin-bottom: 10px;
	text-align: center;
}
#t_event li dd {
}
#t_event li dd p {
	color: #FF9326;
	font-size: 110%;
	padding: 10px 0;
	font-weight: 400;
}
#t_event li dd.btn {
	text-align: right;
	padding-top: 10px;
}
#t_event li dd.btn a {
	color: #FF9326;
}
#t_event li dd.btn a:hover {
}
#t_news {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 40px;
	border-top: 1px solid #ccc;
}
#t_news dl,
#t_news dd,
#t_news dt {
	margin: 0;
}
#t_news dl {
	display:table;
	border-bottom: 1px solid #ccc;
	width:100%;
	padding: 6px 10px 8px;
}
#t_news dd {
	vertical-align: top;
	display: table-cell;
	color: #00678C;
	width: 110px;
}
#t_news dt {
	vertical-align: top;
	display: table-cell;
}
#t_banner {
	width: 100%;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	margin-bottom: 30px;
}
#t_banner #t_b {
	max-width: 1000px;
	width: 85%;
	margin: 0px auto;
	padding: 0;
}
#t_banner #t_b div {
	margin: 0;
}
.tv_banner {
	max-width: 450px;
	width: 90%;
	margin: 0px auto 100px;
}
.tv_banner2 {
	max-width: 930px;
	width: 90%;
	margin: 0px auto 100px;
	overflow: hidden;
}
.tv_banner2 li {
	float: left;
	width: 46%;
	margin: 0 2%;
	text-align: center;
}



@media screen and (min-width: 1400px) {

}



@media screen and (max-width: 980px) {
.rslides1 li {
	margin-bottom: 50px;
	padding-top: 150px;
}
#t_cours li,
#t_cours li:nth-child(5n) {
	float: left;
	max-width: 167px;
	width: 20%;
	margin-right: 6.6%;
}
#t_cours li:nth-child(4n) {
	margin-right: 0;
}
}



@media screen and (max-width: 640px) {
.rslides1 li {
	margin-bottom: 40px;
	padding-top: 120px;
}
#t_cours li,
#t_cours li:nth-child(5n),
#t_cours li:nth-child(4n) {
	float: left;
	max-width: 200px;
	width: 30%;
	margin-right: 5%;
}
#t_cours li:nth-child(3n) {
	margin-right: 0;
}
#t_event li,
#t_event li:nth-child(3n)  {
	float: left;
	max-width: 310px;
	width: 48%;
	margin-right: 4%;
	border: #ccc 1px solid;
	padding: 10px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 90%;
	line-height: 160%;
}
#t_event li:nth-child(2n) {
	margin-right: 0;
}
#t_news dd{
}
 
#t_news dt{
}
 
#t_news dl{
	width:auto;
}
 
#t_news dt,#t_news dd,#t_news dl{
	display:block;
}
}



@media screen and (max-width: 480px) {
.rslides1 li {
	padding-top: 100px;
}
.rslides1 li a.btn {
	width: 140px;
	bottom: 5%;
	right: 5%;
	padding: 7px 0 7px 20px;
	font-size: 100%;
	text-align: left;
}
.rslides1 li a span.btn {
	width: 140px;
	bottom: 5%;
	right: 5%;
	padding: 7px 0 7px 20px;
	font-size: 100%;
	text-align: left;
}
#t_cours {
	width: 80%;
}
#t_cours li,
#t_cours li:nth-child(5n),
#t_cours li:nth-child(4n),
#t_cours li:nth-child(3n) {
	float: left;
	max-width: 250px;
	width: 45%;
	margin-right: 10%;
}
#t_cours li:nth-child(2n) {
	margin-right: 0;
}
#t_event li,
#t_event li:nth-child(3n),
#t_event li:nth-child(2n)  {
	max-width: 480px;
	width: 100%;
	margin-right: 0;
}
.tv_banner2 {
	max-width: 930px;
	width: 90%;
	margin: 0px auto 100px;
	overflow: hidden;
}
.tv_banner2 li {
	float: none;
	width: 100%;
	margin: 0 0 7px;
}
}