﻿/*關閉選單時漢堡選單外框*/
#nav-icon {
    border: 2px solid rgba(211, 83, 26, 0.93);	
}

/*Hover關閉選單時漢堡選單外框*/
#nav-icon:hover {
    border: 2px solid rgba(211, 83, 26, 0.9);
}


/*開啟選單時漢堡選單外框*/
#nav-icon.open  {
  border: 2px solid rgba(211, 83, 26, 0.9);
}

/*Hover開啟選單時漢堡選單外框*/
#nav-icon.open:hover {
  border: 2px solid rgba(211, 83, 26, 0.2);
}

/*漢堡選單內線*/
#nav-icon div {
    background: #d3531a;
}


/*kuofeng*/
/* pc*/
@media only screen and (min-width:980px) {	
	
	
}

/* table*/
@media only screen and (min-width: 481px) and (max-width:979px) {	

	.containerwrap{width:100%;}
	.container{width:100%;padding: 10px 0px 20px 0px;}
	.FooterWrap {
		width:100%;
	}

	.Footer {
		width: 100%;
	}
	.FooterText{
		width: 100%;
	}
	.search .searchText{margin:9px 0 0 12px;width: calc(100% - 86px);}
        .header {height:75px;}
        .hdshell {height:70px;}
        .FooterText{padding:10px 0px;}
}

/* mobile */
@media only screen and (max-width:480px) {
	.search .searchText{margin:9px 0 0 12px;width: calc(100% - 75px);}
		
	.containerwrap{width:100%;}
	.container{width:100%;}
        .container{padding: 10px 0px 20px 0px;}
        .contenttext{width:100%;}
        .content{width:100%;}
.submenuBlockText{widht:100%;}
	.FooterWrap {
		width:100%;
	}

	.Footer {
		width: 100%;
	}
	.FooterText{
		width: 100%;
	}

	.header {height:70px;}
        .hdshell {height:70px;}
        .FooterText{padding:10px 0px;}
	
	

}

@media only screen and (max-width:379px) {
	.quickBlockText img,.submenuBlockText img{width:140px;}
	.search .searchText{margin:9px 0 0 12px;width: calc(100% - 75px);}
    
	.containerwrap{width:100%;}
	.container{width:100%;}
        .contentText{width:100%;}
        .container{padding: 10px 0px 20px 0px;}
        .content{width:100%;}
	.FooterWrap {
		width:100%;
	}

	.Footer {
		width: 100%;
	}
	.FooterText{
		width: 100%;
	}
	.header {height:70px;}
        .hdshell {height:70px;}
        .FooterText{padding:10px 0px;}
	
}
