@charset "UTF-8";
/* CSS Document */
.clearfix:before, .clearfix:after, .main-bottom:before, .main-bottom:after {
    content: " ";
    display: table;
}
header{
    width: 100%;
    /* padding: 0 100px; */
    /* position: absolute; */
    position: relative;
    top: 50px;
    /* left: 0; */
    z-index: 101;
    
}

/*logo*/
header h1{
	float:left;
	margin-top:20px;}

header h1 a{
	display:block;
	background:url(../images/logo.png) no-repeat center top;
	width:300px;
	height:160px;
	text-indent:-9999px;}

header .rightBox{
	float:right;
	text-align:right;}

header .topBox{
	padding:15px 0 20px 0;}

header .rightBox .topBox > a{
	display:inline-block;
	margin:0 8px;
	padding: 4px 8px;
	font-size:12px;
	background: rgba(173, 150, 117, 0.7);
	color:#FFF;}

header .rightBox .topBox > a:hover{
	background:#ad9675;}

header .rightBox .topBox .social{
	display:inline-block;}

header .rightBox .topBox .social b{
	display:inline-block;
	font-size:12px;
	color:#FFF;
	font-weight:normal;}

header .rightBox .topBox .social .other{
	display:inline-block;
	font-size:12px;
	font-weight:normal;}

header .rightBox .topBox .social .other a{
	display: inline-block;
	vertical-align:middle;
	font-size: 14px;
    color: #FFF;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 100%;}

header .rightBox .topBox .social .other a img{
	width:15px;
	margin-top: 4px;}

header .rightBox .topBox .social .other a:hover{
	background:#ad9675;}

header .rightBox .topBox .language{
	display:inline-block;
	font-size:12px;}

header .rightBox .topBox .language a{
	display: inline-block;
    padding: 0 8px;
    color: #FFF;}

header .rightBox .topBox .language a:hover{
	text-decoration:underline;}

header .rightBox .topBox .language span{
	color:#FFF;}

header .rightBox .topBox .audioBox{
	position:relative;
	display:inline-block;
	font-size:12px;}
header .rightBox .topBox .audioBox .youtube{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;}
header .rightBox .topBox .audioBox img{
	width:100%;
	opacity:0;}
header .rightBox .topBox .audioBox a{
	display:block;
	color:#FFF;}
	.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	.show1000{
        display: none;
	}
	/*menu*/
ul.menu{
	text-align:right;
	position:relative;}

ul.menu li{
	display:inline-block;}

ul.menu li:before{
	content:'◆';
	font-size:12px;
	color:#FFF;
	padding:0 15px;}

ul.menu li:first-child:before{
	display:none;}

ul.menu li > a{
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size: 20px;
	color: #FFF;
	text-shadow: 0 0 12px #828282, 1px 1px 2px #383838;
	padding-bottom:5px;
	border-bottom:2px solid transparent;}

ul.menu li:hover > a, ul.menu li > a.current{
	color:#FFF;
	border-bottom:2px solid #d0984a;
	text-shadow:-2px 0 25px #fff, -2px 0 25px #fff, -2px 0 25px #7B5C01;}

ul.menu li .submenu{
	display:none;
	text-align:left;
	
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:9999;
	box-sizing:border-box;}

ul.menu li .submenu.fixed{
	display:block;}

ul.menu li .submenu a{
	display:inline-block;
	padding:10px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:left;
	
	text-shadow: 0 0 2px #828282, 2px 2px 5px #383838;}

ul.menu li .submenu a:hover, ul.menu li .submenu a.current{
	color:#FFF;
	text-shadow:-2px 0 25px #fff, -2px 0 25px #fff, -2px 0 25px #7B5C01;}

ul.menu li .submenu a:first-child{
	border:none;}

.m_menu{
	display:none;}

	.bookArea{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	z-index:99;}

.bookArea .top{
	padding:20px 0;
	background:rgba(56, 56, 56, 0.7);}

.bookArea .top ul{
	text-align:center;}

.bookArea .top ul li{
	display:inline-block;
	margin:0 15px;
    padding-top: 5px;
}

.bookArea .top ul li a{
	display:block;}

.bookArea .top ul li a i{
	display:block;
	width:90px;
	height:90px;
	border:2px dotted #9fa0a0;
	border-radius:100%;
	box-sizing:border-box;
	
	position:relative;}

.bookArea .top ul li a i:before{
	content:"";
	display:block;
	background:url(../images/s02-a.png) no-repeat center;
	width:80px;
	height:80px;
	border-radius:100%;
	
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	
	transition:all 0.4s ease;}

.bookArea .top ul li a:hover i:before, .bookArea .top ul li a.current i:before{
	background:url(../images/s02.png) no-repeat center ;}

.bookArea .top ul li a.shop i:before{
	background:url(../images/s01-a.png) no-repeat center;}
.bookArea .top ul li a.shop:hover i:before{
	background:url(../images/s01.png) no-repeat center ;}
.bookArea .top ul li a.reserve i:before{
	background:url(../images/s03-a.png) no-repeat center;}
.bookArea .top ul li a.reserve:hover i:before{
	background:url(../images/s03.png) no-repeat center ;}

.bookArea .top ul li a b{
	display:block;
	padding-top:8px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
	
	display:none;}

.bookArea .down{
	display:none;
	clear:both;
	padding:20px 0;
	background:#584e48;
	
	position:relative;}

.bookArea .down:before{
	content:"";
	display:block;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #584e48 transparent;
	
	position:absolute;
	bottom:100%;
	left:50%;
	margin-left:-10px;}

ul.bookBox{}

ul.bookBox li{
	float:left;
	position:relative;
	margin-left:48px;}

ul.bookBox li:first-child{
	margin:0;}

ul.bookBox li b{
	margin-right:5px;
	display:inline-block;
	font-weight:normal;
	font-size:13px;
	color:#FFF;}

ul.bookBox li input[type="text"]{
	background:none;
	width:225px;
	height:35px;
	padding:8px;
	border:1px solid #8A8A8A;
	color:#B3B3B3;
	letter-spacing:1px;
	box-sizing:border-box;}

ul.bookBox li i{
	cursor: pointer;
	font-size: 15px;
	color: #8A8A8A;
	
	position: absolute;
	right: 9px;
	top: 10px;}

ul.bookBox li select{
	background:none;
	width:250px;
	height:35px;
	color:#B3B3B3;
	letter-spacing:1px;
	padding:8px;
	border:1px solid #8A8A8A;
	box-sizing:border-box;}

ul.bookBox li select option{
	color:#000;}

ul.bookBox li.btn{}

ul.bookBox li.btn a{
	display:block;
	background:#ad9675;
	height:35px;
	line-height:35px;
	padding:0 53px;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	color:#FFF;
	text-align:center;}

ul.bookBox li.btn a:hover{
	background:#AD9B81;}
	.wrap{
	width:1160px;
	margin:0 auto;}

	

.fMenu {
    background:  #2e6da4  ;
    display: none;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    left: 0;
    bottom: 0;
    /*border-top: 3px solid #cfcfcf;*/
}
#wrap-fmenu {
    max-width: 1000px;
    /*width: 100%;*/
    margin: 0px auto;
    display: block;
}
.fMenu ul li{
    letter-spacing:1.2px;
	float:left;
	width:calc(100% / 6);
	border-left:3px solid #ffffff;
	box-sizing:border-box;
}
.fMenu ul li:first-child{
	/*border:none;*/
}
.fMenu ul li a{
	display:block;
	min-height:45px;
    max-height:120px;
	padding:8px 8px;
	background:#2e6da4 ;
	color:#FFF;
	text-align:center;
	box-sizing:border-box;
    letter-spacing:7.2px;
    text-decoration:none;
}
.fMenu ul li a {
	display:block;
	font-size: 1.4rem;}
.menu{
	position: fixed;
    z-index: 99;
	height: 50px;
	background-color: transparent;
}
.menu ul{
	width: 100%;
	margin:auto;
	max-width: 1024px;
}
.menu li{}
.menu li a{
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	color: white;
	text-decoration: none;
	text-align: center;
	position: relative;
	/*width: 20%;*/
	height: 50px;
	/*float: left;*/
	background-color: transparent;
}
.menu li a:hover{
	text-decoration: none;
	/*background-color: #333;*/
}
.menu2{
	height: 40px;
	background-color: #333;
}
.menu2 ul{
	width: 50%;
	margin:auto;
}
.menu2 li{}
.menu2 li a{
	font-size: 21px;
	font-weight: bold;
	line-height: 40px;
	color: white;
	text-decoration: none;
	text-align: center;
	position: relative;
	width: 25%;
	height: 40px;
	float: left;
	background-color: #333;
	overflow: hidden;
}
.menu2 li a:hover{
	text-decoration: none;
	background-color: #005bac;
}
.ep-menu{
	height: 40px;
}
.ep-menu li{}
.ep-menu li a{
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	background-color: #005bac;
	width: 33.33333%;
	height: 40px;
	float: left;
}
.ep-menu li a:hover{
	text-decoration: none;
	background-color: #333;
}
.pd-menu{
	height: 40px;
}
.pd-menu li{}
.pd-menu li a{
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	background-color: #005bac;
	width: 20%;
	height: 40px;
	float: left;
}
.pd-menu li a:hover{
	text-decoration: none;
	background-color: #333;
}
.pd-in{
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pd-in h1{
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin: 0px;
}
.pd-in p{
	font-size: 15px;
	line-height: 24px;
	color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.big{
	text-align: center;
}
.title-40{
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	line-height: 40px;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title-exp{
	line-height: 30px;
	text-align: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-weight: bold;
}
.title-time{
	line-height: 30px;
	text-align: left;
	padding-left: 15px;
}
.form {
	width: 100%;
	max-width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.form .content {
	width: 90%;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	color: #333;
}
.form .content li {
	padding-bottom: 10px;
	display: block;
}
.vstable {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.news {
	/*width: 100%;*/
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 2px;
}
.news img{
	padding: 2px;
}
.news a {
	color:black;
}



/*
.news .content {
	width: 100%;
	float: left;
}
.news .content a {
	width: 50%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}*/
.footer2 {
	width: 95%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:2px;
}
.dwmenu {
	width: 100%;
	max-width: 290px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.dwmenu .content {
	width: 100%;
	float: left;
}
.dwmenu .content img{
	width: 100%;
	max-width: 50px;
	height: auto;
}
.dwmenu .content a {
	width: 20%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
.dwmenu .content-text {
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
}

/* �ӫ~���Ը�ICON�}�l */
.prdicon {
	width: 100%;
	max-width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.prdicon .content {
	width: 100%;
	float: left;
}
.prdicon .content a {
	width: 25%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
.prdicon .content-prd {
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
/* �ӫ~���Ը�ICON���� */

.award {
	/*width: 100%;*/
	/*max-width: 320px;*/
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.award img{
	width: 100px;
}
.product {
	max-width: 690px;
	text-align: center;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}
.product img {
	max-width: 100%;
	display: block;
}
.product-ex {
	width: 94%;
	max-width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 13px;
	line-height: 20px;
	color: #666;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
}
.mobile{
	width: 100%;
	max-width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
}
.mobile a{
	max-width: 320px;
	line-height: 50px;
	font-size: 20px;
	text-decoration: none;
}
.mobile a.cl_03{
	font-size: 18px;
} 
.cont{
	width: 100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 15px;
}
.cont-title{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	height: 30px;
	text-align: center;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

.map-bt{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	max-height: 50px;
	text-align: center;
	background-color:#99999f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.line-bt{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	max-height: 50px;
	text-align: center;
	background-color:#aeaba8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



.footer2 .f1{
	max-width: 70%;
	    font-size: 20px;
    padding: 4px;
    line-height: 1.4;
}
.footer2 .f1 p{
	font-size: 12px;
}
.footer2 .f2{
	/*max-width: 23%;*/
	padding-left: 10%;
}
.mail-bt{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	max-height: 50px;
	text-align: center;
	background-color: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.talk-bt{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	max-height: 50px;
	text-align: center;
	background-color:#cfcdc5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 0px;
}
.talk-us{
	width: 100%;
    margin-right: 0;
    margin-left: 0;
    /*max-height: 60px;*/
    text-align: center;
    background-color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1px;
}
.talk-us img{
	width: 100%;
	/*height: 100%*/
	max-width: 400px;
}
.qa{
	width: 100%;
	float: left;
}
.qa li{
}
.qa li a{
	font-size: 16px;
	color: #005bac;
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.qa li a:hover{
	text-decoration: none;
	background-color: #222;
	color: #FFF;
}
.qa-in{
	background-color: #fff5e0;
	color: #333;
	font-size: 13px;
	line-height: 22px;
	float: left;
	width: 94%;
	padding-top: 10px;
	padding-right: 3%;
	padding-bottom: 10px;
	padding-left: 3%;
}
.return{
	height: 30px;
	width: 100px;
	position: relative;
	}
.return a{
	display: block;
	height: 30px;
	width: 100px;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	background-color: #005bac;
	text-align: center;
	text-decoration: none;
}
.return a:hover{text-decoration: none; background-color: #000;}
.expert{
	color: #333;
	font-size: 16px;
	line-height: 26px;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.expert ol{
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.examine{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
	
	padding-bottom: 10px;
}
.expert-photo{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.expert-photo img{max-width: 100%;}
.footer {
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;

}
/* OKTALK */
.talk-list {
	width: 94%;
	max-width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 0px;
}
.talk-photo {
	width: 80px;
	float: left;
	margin-right: 10px;
}
.talk-list h1 {
	font-weight: normal;
	color: #005bac;
	margin: 0px;
	padding-bottom: 5px;
}
.talk-list p {
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
}
#talkdiv{
	width: 100%;
	float: left;
}
#talkdiv_in{
	width: 96%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.navigation{
	height:50px;
	display:block;
	width:100%;
	bottom:0px;
	position:fixed!important;
	z-index:9999;
	background-color: #ddddde;
}
/* ��Ӹպ� */
.count-top{
	max-width: 690px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.count-top img {
	max-width: 100%;
	display: block;
}
.count-in {
	max-width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.count-in .content {
	width: 90%;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	color: #333;
}

/* ��Ӹպ�Ϫ� */
.count-formtb{
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'Federo', serif,'cwTeXHei';
}
.count-formtb table{
	width: 100%;
	max-width: 100%;
	background-color: #999999;
	color: rgba(51,51,51,1.00);
	font-size: 15px;
	text-align: center;
}
.count-formtb tr td{padding: 5px;}
.count-formtb .ps{
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
}

/* �H�U�պ�Ϫ� */
.loan-formtb{
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Federo', serif,'cwTeXHei';
}
.loan-formtb .title{
	font-size: 18px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	color:#005bac;
}
.loan-formtb table{
	width: 100%;
	max-width: 100%;
	background-color: #ccc;
	color: rgba(51,51,51,1.00);
	font-size: 15px;
	text-align: center;
}
.loan-formtb tr td{padding: 3px;}
.loan-formtb span{
	font-size: 18px;
	color: #e60012;
}
.logocenter{
	/*padding-left: 60px;*/
	}
/* line�[�J�n�� */
.logotop {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.header-icon img{
	margin-top: 5px;
}
.line {width: 100%; text-align: center;}


.footer2 .xx{
	max-width: 650px;
	}
@media screen and (max-width: 500px) {
    .hide500 {
        display: none;
    }
    .header-icon{
    	width: 27%;
    	text-align: center;
    }
.ptitle{
	margin-top: 60px;
}
    

}
@media screen and (max-width: 440px) {
    .news .award {
    	height: 70px;
    	
    }
    

}
@media screen and (max-width: 440px) {
    .news .award {
    	height: 70px;
    	
    }
    

}
@media screen and (max-width: 400px) {
    .news .award span:last-child {
    	display: none;
    	
    }
    .menu2 li a{
    	font-size:19px;
    }
    

}
@media screen and (max-width: 700px) {
	 #header{
    	background-color: #eee;
    }
	.award img{
		width: 50px;
	}
	 .news .award {
    	height: 55px;
    	width: 100%
    }
    .hide700 {
        display: none;
    }
    .logocenter{
    	clear:both;
    	left: 50%;
    margin-left: -150px;
    position: relative;
    padding-left: 1px;
    }
    
    .footer2 .f1{
	max-width: 100%;
	padding-bottom: 65px;
}
.footer2 .f1 p{
	font-size: 8px;
}
.footer2 .f2{
	display: none;
}
   
     
}
@media screen and (max-width: 980px) {
	.footer2 .f2{
	display: none;
}
.fMenu{
    	display: block;
    }
.footer2 .xx,.footer2 .f1{
	max-width: 100%
	}
	.hide1000{
        display: none;
	}
	.show1000{
        display: block;
	}
}
@media screen and (max-width: 809px) {
    .menu {
        background-color: white;
    }
    .menu2 ul{
	width: 100%;
	margin:auto;
}
@media screen and (max-width: 323px) {
       .footer2 .f1{
	
	padding-bottom: 100px;
	}
	.mobile a{
	

	font-size: 14px;
	
}
.mobile a.cl_03{
	

	font-size: 12px;
	
}
 .menu2 li a{
    	font-size:14px;
    }

.cont-title{
	font-size: 18px;
}
}


/*css3*/
a{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a{
	cursor:pointer;
	color:#bd3d39;}

a:hover{
	color:#589000;}
.index-button-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}


