
a {
	color:#2369FF;
	
}

.header-container .header-center {
	text-align:left;
}

.header_desk {
	background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px #cccccc;
}
.header_desk .header_menu {
	position: static ;	/*因為menu第2層,會需要在框外所以這要 static */
	top:0px;
	left:0px;
	display: table ;
	width: 100%;
	height:100%;
}
.header_desk .header_menu .item_menu {
	display: table-cell ;
	vertical-align: middle;
}
.header_desk .header_menu .item_menu .tit {
	text-align:center;
}
.header_desk + .header_desk_interval {
	height: 10vh;
}

.header_desk .header_menu .item_menu .list_menu2 {
	position: absolute;
    top: 100%;
    left: 0px;
    display: block;
	display: none;
    width: 100%;
	text-align:right;
	background-color: #7FBE25 ;
	color: #ffffff ;
    z-index: 1;
}
.header_desk .header_menu .list_menu2 .item_menu2 {
	display: inline-block;
	width: auto;
}
.header_desk .header_menu .item_menu2 .ahref {
	display: inline-block;
	padding:8px 12px ;
	font-size:15px;
	color: #ffffff ;
}
.header_desk .header_menu .item_menu:hover .list_menu2 {
	display: block;
}

.header_phone .js-menu_sw {
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
}
.header_phone .blcok_logo {
	height:100% ;
}

.form-content .cont {
	min-height:40vh ;
}
.form-footer {
	text-align:left;
}
.btn.btn_link {
	display:inline-block;
	width:auto;
	padding: 0px 3em; 
	background-color: #7FBE25 ;
	color: #ffffff ;
	
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn.btn_back {
	display:inline-block;
	width:auto;
	padding: 4px 12px; 
	background-color: #7FBE25 ;
	color: #ffffff ;
	
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn.btn_submit {
	display:inline-block;
	width:auto;
	padding: 0px 3em ; 
	background-color: #7FBE25 ;
	color: #ffffff ;
	
	-webkit-border-radius: 0;
	border-radius: 0;
}


footer .footer-bg {
	background-color:#333333 ;
}
footer .footer-container {
	margin-top: 50px;
	padding: 30px 0px;
	color: #ffffff;
	font-size: 0.8em;
}
footer .footer-container a {
	color:#ffffff;
	text-decoration:none ;
}
footer .web_info {
	padding-top:12px;
}
footer .web_info .item_info {
	padding:3px 0px;
}

footer .block_copy,
footer .block_menu,
footer .block_icons {
	margin-bottom:12px;
	text-align:right;
}
footer .block_icons .fa {
	display:inline-block;
	width:2.4em;
	height:2.4em;
	line-height:2.4em;
	
	text-align:center;
	
	border:1px solid #ffffff ;
	
	-webkit-border-radius: 50% ;
	border-radius: 50% ;
}
footer .block_icons .fa + .fa {
	margin-left:6px;
}

footer .block_icons .fa-line:before {
	content: '\f10b';
}
footer .block_menu .item_menu {
	display:inline-block;
}	
footer .block_menu .item_menu + .item_menu {
	margin-left:12px;
}

.list_type {
	margin:12px ;
	text-align:center;
}
.list_type .item_type {
	display: inline-block;
    padding: 6px 12px;
    margin: 6px 6px;
    font-size: 1.2em;
    background-color: #d3cfcf;
    border: 1px solid #7FBE25;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

 .sty4_news {

}
.sty4_news .block_list {
	position:relative;
	height:100%;
	padding-bottom:2em;	
}

.sty4_news .block_list .block_tit {
	padding:6px 0px 6px 0px;
	font-size:1.2em;
	font-weight:bold;
	color:#7FBE25 ;
	border-bottom: 2px solid #d3cfcf;
}
.sty4_news .block_list .link_more {
	position:absolute;
	bottom:0px;
	left:0px;
	display:inline-block;
	width:100%;
	height:2em;
	text-align:right;	
	color: #7FBE25 ;
	text-decoration:none;
	z-index:1;
}
.sty4_news .list_res {
	margin-bottom:30px;
}
.sty4_news .list_res .item_res {
	position:relative;
	margin-bottom:15px;
	
	width:100%;
	height: 100%;
	padding:15px;
	
	border-bottom: 2px solid #d3cfcf ;
}
.sty4_news .item_res .ahref {
	position:absolute;
	top:0px;
	left:0px;
	display:inline-block;
	width:100%;
	height:100%;
	
	z-index:1;
}

.sty4_news .item_res .pict {
	width:30%;
	padding:10%;
	background-image: url("/images/logo_s.png");
	background-repeat: no-repeat ;
	background-size:contain;
	background-position:center;
	
	border:2px solid #d3cfcf ;
	
}
.sty4_news .item_res .block_info {
	padding-left:15px;
}
.sty4_news .item_res .time {
	margin-bottom:6px;
	font-size:0.8em;
	color:#999999 ;
}
.sty4_news .item_res .tit {
	max-width:80vw;
	margin-bottom:6px;
	font-size:1.2em;
	
	text-overflow:ellipsis;	
	white-space:nowrap;
	overflow:hidden;
}
.sty4_news .item_res .intr {
	margin-bottom:6px;
	height:2.5em;
	text-overflow:ellipsis;
	overflow:hidden;
}
.sty4_news .tab_res {
	width:100%;
	table-layout:fixed;
}
.sty4_news .tab_res td {
	vertical-align:top;
}
.sty4_news .list_type .item_type {
	background-color: #ffffff ;
	border:1px solid #7FBE25 ;

}
.sty4_news .list_type .item_type.active {
	color: #7FBE25 ;
}




.sty4_resources .list_type .item_type {
	background-color: #ffffff ;
	border:1px solid #7FBE25 ;
}
.sty4_resources .list_type .item_type.active {
	color: #7FBE25 ;
}


.sty4_things .list_type {
	
}
.sty4_things .list_type .item_type {
	
	background-color: #ffffff ;
	border:1px solid #ff9933 ;
	color:#000000;
}	
.sty4_things .list_type .item_type.active {
	color: #ff9933 ;
}
.sty4_things .list_res {
	margin-bottom:30px;
}
.sty4_things .list_res .item_res {
	padding:24px 6px;
	margin-bottom:15px;
	border:2px solid #d3cfcf ;
}
.sty4_things .item_res .pict {
	width:100%;
	padding:32%;
	background-image: url("/images/logo_s.png");
	background-repeat: no-repeat ;
	background-size:contain;
	background-position:center;
}
.sty4_things .item_res .block_info {
	
}
.sty4_things .item_res .tit {
	max-width:80vw;
	margin: 15px auto 6px auto;
	font-size:1.2em;
	
	text-align:center;	
	text-overflow:ellipsis;	
	white-space:nowrap;
	overflow:hidden;
}
.sty4_things .item_res .price {
	min-height: 1.3em;
	margin-bottom:12px;
	color:#7FBE25 ;
	text-align: center;
	text-overflow:ellipsis;
	overflow:hidden;
}
.sty4_things .item_res .intr {
	margin-bottom:6px;
	height:2.2em;
	text-overflow:ellipsis;
	overflow:hidden;
}
.sty4_things .item_res .btn_link {
	padding:0px 20%;
	background-color: #7FBE25 ;
	color: #ffffff ;
	font-size: 0.8em;
}
.sty4_things .item_res .option {
	text-align:center;
}
.pclass-plan .sty4_things .list_type .item_type {
	background-color: #ffffff ;
}





.sty4_detail2 {
	
}
.sty4_detail2 .block_info {
	margin-bottom:12px;
}

.sty4_detail2 .line {
	width:100%;
	padding:6px 0px;
	background-color: #7FBE25 ;
	color: #ffffff ;
	text-align:center;
}

.sty4_detail2 #block_pict0 {
	padding:32%;
	margin-bottom:12px;
	background-repeat: no-repeat ;
	background-size: contain;
	background-position:center;
	
	border:1px solid #afa5a5 ;
}
.sty4_detail2 .block_pictlist {
	margin-bottom:12px;
	font-size: 0; 
}
.sty4_detail2 .item_pict {
	display:inline-block;
	width:20%;
	padding:8%;
	background-repeat: no-repeat ;
	background-size:contain;
	background-position:center;
	
	border:1px solid transparent;
	cursor:pointer;
}
.sty4_detail2 .item_pict.active {
	border-color:#afa5a5 ;
}
.sty4_detail2 .block_info {
	
}
.sty4_detail2 .block_info .tit {
	padding-bottom:12px;
	
	font-size:1.5em;
	border-bottom:2px solid #000000 ;
}
.sty4_detail2 .block_info .cust {
	padding:12px 0px;
	margin-bottom:6px;
	font-size:1em;
	border-bottom:1px solid #999999 ;
}
.sty4_detail2 .block_info .cust:before {
	content: '\f3b6';
	font-size:4px;
	font-family: 'Material-Design-Iconic-Font';
	color:#ff9933 ;
}

.sty4_detail3 {
	
}

.ckeditor_content.sty4_detail3 img,
.ckeditor_content.sty4_detail img,
.sty4_detail3 .cont img,
.sty4_detail .cont img {
    width: 65% !important;
}

.space_pm_contact {
	padding:50px 0px;
	text-align:center;
	background-color: #d9d9d9 ;
}
.space_pm_contact .txt1 {
	margin-bottom:24px;
	color:#999999;
	font-size:0.8em;
}
.space_pm_contact .txt2 {
	color:#000000;
	font-weight:bold;
	margin-bottom:24px;
}
.space_pm_contact .option {
	
}

/*-------------------------------------------- 修改 ---------------------------------------------------- */
.section-center .head_page_link {
	margin-bottom: 55px;
	color: #7FBE25;
	text-align: center;
}
.head_page_link .uid_title {
    margin-top: 55px;
    margin-bottom: 6px;
    font-size: 2.2em;
    font-weight: bold;
	color: #000000;
}
.head_page_link .uid_title1 {
    margin-bottom:6px;
	font-weight: bold;
	font-size: 1.5em;
}
.head_page_link .uid_title2 {
	font-weight: bold;
	font-size: 1.3em;

}
.item_prod .tit2 {
    margin-top: 15px;
   margin-bottom: 10px;
    color: #ff9933;
    font-weight: bold;
}
.item_prod .tit {
	max-width:80vw;
    margin-bottom: 12px;
    max-width: 13em; 
    font-size: 1.5em;
    font-weight: bold;
    border-left-color: #ff9933;
}
.form-control {
	
	display:inline-block;
	width:100%;
	height:34px;
	padding:0px 12px;
	font-size:1em;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-top:5px;
}
.form-content .cont {
	min-height:40vh ;
	padding-top:15px;
}
.sty4_things .list_res .item_res {
    padding: 24px 6px;
    margin-bottom: 15px;
    border: 2px solid #d3cfcf;
}

.sty4_things .list_res {
	
}
















