div,section,article{
	position: relative;
}


.main_top{
	font-size: 38px;
	background-color: transparent;
	border-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.nav_t {
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom: #bfc7cb 1px solid;
	margin-bottom: 13px
}

.nav_t > h1{
	color: #4a6499;
	font-size: 24px;
	letter-spacing:-1px;
	font-weight: bold;
}

.nav_t > h1:first-letter{
　text-transform:uppercase;
  font-size:28px;
  padding-right:2px 
}

.nav_t > h1 > small{
	color: #aca9a9;
	font-size: 14px;
	letter-spacing: normal;
	padding-left: 5px;
}

.submain .nav_t {
	position: relative;
	border-color: transparent;
	margin-top: 65px;
	padding-left: 0;
}

.submain .nav_t h1{
	font-size: 25px;
	color: #243d72;
	line-height: 1
}

.submain .nav_t > h1:first-letter{
  font-size:inherit;
}

.submain .nav_t:before,
.submain .nav_t:after{
	content: '';
	z-index: 1;
	position:absolute;
	top: 8px;
	bottom:auto;
	margin: auto;
	width:407px;
	height: 14px;
	background-repeat: no-repeat;
	background-size:cover;
}

.submain .nav_t:before{
	left:0;
	right: auto;
	background-image:url(../images/line01.png);
}

.submain .nav_t:after{
	right:0;
	left: auto;
	background-image:url(../images/line02.png);
}

/*--左側連結--*/
.subnav > li {
	background-color: #f9f8f8;
	padding:4px 0;
	padding-left: 15px;
	line-height: 30px;
	margin-bottom: 4px;
	overflow: hidden;
}

.subnav > li:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right: auto;
	margin: auto;
	border-top:#eeebeb 25px solid;
	border-bottom:#eeebeb 25px solid;
	border-right:#eeebeb 4px solid;
	border-left:#eeebeb 4px solid;
	z-index: 3;
}

.subnav > li.on:before,
.subnav > li:hover:before{
	border-color: #bfbcbc
}

.subnav > li > a,
.subnav > li > a:hover{
	color: #585757;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none
}

.subnav img{
	display: block;
	width: 96%;
	margin-left: 12px;
	margin-top: -2px;
}

/*====關於聯誠====*/

#box_about{
	line-height: 28px
}

#box_about b{
	color: #2c52a0;
	font-size: 18px;
}

.about_linear,
.about_linear02{
	position: relative;
	width: 100%;
	height: 170px;
	margin-bottom: 40px;
	overflow: hidden;
	color: #737679;
	font-size: 16px;
	background-color: #f8f7f7;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	z-index: 1
}

.about_linear:before,
.about_linear02:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity:1;
   	filter:alpha(opacity=100);/* 针对 IE8 以及更早的版本 */ 
	z-index: 0
}

.about_linear:before{
   background: url(../images/about_img01.png) no-repeat right center;
}

.about_linear02:before{
   background: url(../images/about_img02.png) no-repeat left center;
}

#box_about .about_linear b{
	font-size: 20px;
	display: inline;
}

#box_about .about_linear02 b{
	font-size: 20px;
	color: #d62240
}

.about_linear p{
	padding-left: 50px;
}

.about_linear02 p{
	margin-top: 10px;
}

.casting_process {
	position: relative;
	overflow: hidden;
}

.casting_process li{
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	vertical-align:middle;
	margin-bottom: 10px;
}

.casting_process li:nth-child(1){
	position: absolute;
	left: 30px;
	z-index: 2;
	width: 100%;
	margin-top: 3px;
}

.casting_process li:nth-child(2){
	right: 0;
	top: -6px;
	width: 100%;
	z-index: 1;
	color: #4f4444;
	text-align: right;
	float: right;
	position: relative;
	overflow: hidden;
}

.casting_process li:nth-child(2):before{
	content: '';
	z-index: -1;
	display: inline-block;
	position:absolute;
	top: -6px;
	left: 0;
	bottom:auto;
	margin: auto;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color:transparent;
	background-image:linear-gradient(to top, #bfc7cb 1px, transparent 1px);
	background-image:-webkit-linear-gradient(to top, #bfc7cb 1px, transparent 1px);
	background-image:-moz-linear-gradient(to top, #bfc7cb 1px, transparent 1px);
	background-image:-ms-linear-gradient(to top, #bfc7cb 1px, transparent 1px);
	background-image:-o-linear-gradient(to top, #bfc7cb 1px, transparent 1px);
	background-repeat:repeat;
	background-size:10px 30px;
	background-position: 0px 0px;
}

.casting_process li:nth-child(2) span{
	background-color: #fff;
	padding-right: 15px;
	margin-left: .05%;
	font-size: 20px;
}

.casting_process li:nth-child(2) span:before{
	content: url(../images/img_circle.png);
	display: inline-block;
	z-index: 1;
	vertical-align: middle;
	margin-top: -10px;
	margin-right:5px
}


.casting_process .blue-list {
	width: auto;
	display: inline-block;
	border-right: none;
	margin-left: -15px;
}

.casting_process .blue-list span{
	width: 140px;
	line-height: 30px;
	font-size: 17px;
}

/*首頁-*/
.about_story{
	background-color: #f3f3f3;
	border-radius: 8px;
	padding: 15px;
	height: 130px;
	text-align: center;
	overflow:hidden;
}

.blue-list{
	display: inline-block;
	position: relative;
	width: 19%;
	height: 100%;
	vertical-align:bottom;
	border-right:#b6b6b6 1px solid;	
}

.blue-list figure{
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
}

.blue-list span{
	display:inline-block;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #4ea8e3;
	text-align: center;
	font-size: 15px;
}

.about_story:before,
.about_story:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	position:absolute;
	top:48%;
	bottom:auto;
	margin: auto;
	border-top:transparent 10px solid;
	border-bottom:transparent 10px solid;
}

.about_story:before{
	left:0;
	right:auto;
	border-left:#fff 10px solid;
	border-right:transparent 10px solid;
}

.about_story:after{
	left:auto;
	right:0;
	border-right:#fff 10px solid;
	border-left:transparent 10px solid;
}


.about_story > .blue-list:last-child{
	border-right:none
}

.about_story > .blue-list b,
.about_story > .blue-list span{
	display: block;
}

.about_story > .blue-list b{
	font-size: 19px;
	color: #4f4444;
	padding: 10px 0;
	line-height: normal;
	vertical-align: top;
	display: inline-block;
	position: relative;
	margin-top: -25px
}

.about_story > .blue-list sup{
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.about_story > .blue-list span{
	display:inline-block;
}

#about_title{
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px
}

#about_title p{
	font-size: 18px;
	color:#000;
	border-bottom:#dfdfdf 1px solid; 
}

#about_title:before{
	content:url(../images/icon02.png);
	position:absolute;
	top:26px;
	bottom:0;
	left:30px;
	right: 0;
	margin: auto;

}

#about_apr .col-md-2{
	width: 14.22222222%;
	padding-left: 1px;
	padding-right: 1px;
}

.i_organization,
.i_organization_list{
	background-color: #2b89c6;
	text-align: center;
	height: 35px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 35px;
	font-size: 17px;
	color:#fff;
	font-style: normal;
	font-weight: normal;
}

.i_organization:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	position:absolute;
	top:auto;
	bottom:-15px;
	left:0;
	right: 0;
	margin: auto;
	border-top:#2b89c6 7px solid;
	border-bottom:transparent 7px solid;
	border-left:transparent 7px solid;
	border-right:transparent 7px solid;
}

.i_organization_list {
	margin-bottom: 30px;
}

/*關於聯誠-歷史沿革*/
.about_line{
	width: 100%;
	height: calc(880px + 100px);
	margin-top: 10px;
	padding-left: 30px;
	margin-bottom: 90px;
	background-image: url(../images/about_line01.png);
	background-repeat:repeat-y;
	background-position:16% 0;
	position: relative;
}

.about_line b,
.about_line p{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	
}

.about_circle{
    background-image: url(../images/about_circle01.png);
    background-position: 91% top;
    background-repeat: no-repeat;
}

.about_line b{
	color: #5ca0c9;
	font-size: 28px;
	font-weight:bolder;
	font-family: Arial;
	margin-left: 5px;
	margin-top:-17px;
}

.about_line p{
	font-size: 17px;
	color:#837b7b;
	line-height:30px;
	margin-top: -3px;
	margin-left: -25px;
}

.about_line .box{
	padding-bottom: 30px;
	overflow: hidden;
}

/*==鑄造技術==*/
/*生產能力*/
#casting b,
#casting .casting_intro,
#casting i{
	display: block;
}

#casting b{
	width: 202px;
	height: 33px;
	line-height: 33px;
	margin-left: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background-image: url(../images/casting_title.png);
	background-repeat: no-repeat;
}

.casting_intro{
	border-radius: 8px;
	border:#f3f3f3 5px solid;
	background:#fefefe;
	color: #3e4649;
	font-size: 15px;

	background: #fefefe; /* Old browsers */
	background-image:linear-gradient(top,  #fefefe 0%, #fdfdfc 45%, #ececec 100%);
	background-image:-webkit-linear-gradient(top,  #fefefe 0%, #fdfdfc 45%, #ececec 100%);
	background-image:-moz-linear-gradient(top,  #fefefe 0%, #fdfdfc 45%, #ececec 100%);
	background-image:-o-linear-gradient(top,  #fefefe 0%, #fdfdfc 45%, #ececec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	
	padding: 30px 10px 25px 10px;
	overflow: hidden;
}

.casting_intro .col-sm-6{
	padding-bottom: 100px;
	margin-bottom: -100px
}

.casting_intro .line{
	padding-right: 30px;
}

#casting i{
	font-size: 20px;
	color: #2c52a0;
	line-height: 30px;
	margin: 20px 0;
	font-style: normal;
}

.casting_num{
	font-size: 17px;
	font-weight: bold;
	color: #141212;
	/*padding-left: 0;
	padding-right: 0;*/
}

.casting_num span{
	font-size: 18px;
	font-style: italic;
	color: #b7b7b7;
	font-family: "Arial Black";
}


#casting_manu .col-sm-12,
#casting_manu .col-xs-12 {
	padding-left: 0;
	padding-right: 0
}



#casting_manu i:after{
	content:'';
	display: inline-block;
	width: 88%;
	height: 30px;
	vertical-align: top;
	margin-top:-14px;
	margin-left: 15px;
	background-image:linear-gradient(0deg, #cad3e4 1px, transparent 1px);
	background-repeat:repeat;
	background-size:10px 30px;
	background-position: right center;
	
}

/*==品質管理==*/
.qua_box{
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	width: 90%;
}

.qua_box section{
	border-radius: 8px;
	background-color: #f1f0f0;
	background-image: url(../images/quality_bk01.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	padding:0 10px
}

.qua_box .list-unstyled{
	margin-top: 20px
}

.qua_box .list-unstyled > li{
	font-size: 18px;
	color: #3f4346;
	padding-bottom: 12px;
	font-weight: bold
}

.qua_box .badge{
	border-radius: 0;
	margin-top:-5px;
	font-size: 16px;
	font-family: 'Arial';
	font-style:italic;
	padding:6px 8px 4px 6px;
	text-align: center;
	background-color: #4e4c4c;
	margin-right: 10px;
}

.qua_box .qua_c_img{
	margin-bottom:10px;
}

/*產品資訊的介紹*/
#intro_bk {
	padding-bottom: 0px;
	border-bottom: #e2dede 1px solid
}

#intro_bk article{
	margin-top: 30px;
	margin-bottom: -30px;
	margin-left: -20px;
	font-size: 15px;
	color:#848492;
}

#intro_bk p{
	text-align: justify;
}

/*產品的小標題*/
.pro_title{
	font-size: 18px;
	font-weight: bold;
	color: #1283bd;
	margin-top: 20px;
	margin-bottom:10px;
	display: block;
}

.pro_title:before{
	content: url(../images/pro_icon01.png);
	width: 28px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 3px;
}

/*產品檢驗*/
#pro_list figure {
	display: block;
	position: relative;
	margin-top:0px;
	margin-bottom: 50px; 
	margin-left: 15px;
}

#pro_list figure img{
	padding: 0;
	border:#cdcdcd 1px solid;
	box-shadow:0 1px 0 rgba(255,255,255,.5),
		       0 7px 22px -8px rgba(0,0,0,.2);
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,.5),
		               0 7px 22px -8px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.5),
		            0 7px 22px -8px rgba(0,0,0,.2);
   -o-box-shadow:0 1px 0 rgba(255,255,255,.5),
   				 0 7px 22px -8px rgba(0,0,0,.2);
}

.pro_app_img{
	padding-left: 5px;
	padding-right: 5px
}

#pro_percent img{
	margin-top: 10px;
	margin-bottom: 20px
}

#pro_material .col-sm-12{
	margin-top: 10px;
	margin-bottom: 30px;
}

#pro_material ul.list-unstyled{
	margin-top: 20px;
}

#pro_material ul.list-unstyled li{
	background-color: #ebeded;
	line-height: 40px;
	border-left: #2e799f 4px solid;
	color: #2a3235;
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}


/*==聯絡我們==*/
#us_intro{
	width: 100%;
	height: 225px;
	background-image: url(../images/us_img.png),
	                  linear-gradient(0deg, #b5b5b5 1px, transparent 1px);
   	background-position: right 100%,
  						 0px -25px;

   	background-repeat: no-repeat,
                       repeat-x;

	margin-bottom: 20px;
}

#us_intro .page-header{
	border-color: transparent;
	margin-top: 90px;
}

#us_intro .page-header h1{
	font-family: Arial Black; 
	padding-top: 15px;
}

#us_intro .page-header h1{
	color: #54545d;
	font-size: 30px;
	
}

#us_intro .page-header small{
	display: block;
	margin-top: 18px;
	vertical-align: top
}

#us_intro .page-header small img{
	margin-top: -5px
}

#us_intro .page-header a{
	color: #5e82b1;
	font-size: 19px;
	margin-left: 10px;
	font-family: Arial
}

.us_box .control-label{
	vertical-align: top;
	margin-top: -2px;
	padding: 0;
	font-size: 18px;
	color: #54545d
}

.us_box .form-group{
	margin-bottom: 25px
}

#us_btn .btn{
	color: #fff;
	font-size: 17px;
	text-align: center;
	background-color: #111111;
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	box-shadow: inset 0 2px 1px rgba(255,255,255,.2)
}

.us_box input,
.us_box textarea{
	border-radius: 0
}

.us_locate {
	position: relative;
}

.us_locate_text{
	width: 100%;
	max-width: 882px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.us_locate_text figcaption{
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	width: 100%;
	padding-left:15px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	background-color: rgba(0,0,0,.5);
	font-family:'microsoft jhenghei'; 
}

.us_locate_text figcaption b{
	font-size: 28px;
	font-family: Arial Black;
	padding-left: 4px;
	padding-right: 4px;
}

.us_locate_text ul.list-unstyled li{
	color: #605f5f;
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.us_locate_text ul.list-unstyled li img{
	vertical-align: top;
	margin-top: -3px;
	margin-right: 3px;
}

/*========RESPONSIVE========*/

@media screen and (min-width: 1100px){
	/*--頁面--*/

.section .subleft{
	padding-right: 25px
}

.section .submain{
	padding-left:40px
}


}

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

.section{
	width: 100%;
	max-width: 1350px;
	padding-top:10px;
	padding-bottom:20px;
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	color: #3e4649;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.box{
	position: relative;
	overflow: hidden
}

.main_top{
	height: 160px;
}

/*內頁上方*/
#main_top01,
#main_top02,
#main_top03,
#main_top04,
#main_top05{
	height: 160px;
}

#main_top01{
	background-image: url(../images/main_top_about.png);
}

#main_top02{
	background-image: url(../images/main_top_casting.png);
}

#main_top03{
	background-image: url(../images/main_top_quality.png);
}

#main_top04{
	background-image: url(../images/main_top_pro.png);
}

#main_top05{
	background-image: url(../images/main_top_us.png);
}

.main_top .index_top .navbar-brand{
	padding-top: 70px;
}

.main_top .mic_top{
	margin-top: 79px
}

.main_top .index_top .index_link{
	margin-left: -25px;
}

.main_top .index_top .index_link li{
	padding-right: 20px
}

.main_top .index_top .index_link li a {
	color:#ffffff;
	font-weight:normal;
	font-size: 20px;
}

.main_top .index_top .index_link + ul{
	margin-right: -35px
}

.main_top .index_top .index_link + ul li a{
   font-size: 14px;
   color:#fff;
   font-weight:normal;
   padding-left: 0px
}



/*==鑄造技術==*/
/*生產能力*/
.casting_intro .line{
	background-image: url(../images/casting_intro_bk.png);
	background-repeat: no-repeat;
	background-position: 101% -20px;
}

#casting i:after{
	content:'';
	display: inline-block;
	width: 88%;
	height: 30px;
	vertical-align: top;
	margin-top:-14px;
	margin-left: 15px;
	background-image:linear-gradient(0deg, #cad3e4 1px, transparent 1px);
	background-repeat:repeat;
	background-size:10px 30px;
	background-position: right center;
}


#casting_manu{
	border-right: none;
	padding-left: 0;
	padding-right: 0;
}

/*==品質管理==*/
.qua_box .qua_c_img{
	margin-top:85%;
}

/*產品資訊的介紹*/
#intro_bk {
	background-image: url(../images/pro_intro_img.png);
	background-repeat: no-repeat;
	background-position: right -20px;
	background-size: 281px 246px;
	padding-left: 5px;
	padding-right: 0;
}

/*==聯絡我們==*/
.us_box{
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	width:90%;
	margin-top: 30px;
	margin-left: 8%
}

#us_btn{
	padding-left: 150px
}


}

@media screen and (max-width: 1500px){
.main_top .mic_top{
	margin-top: 70px
}

.main_top .index_top .index_link li{
	padding-right: 10px
}

}


@media screen and (max-width: 1400px){
.main_top .mic_top{
	margin-top: 62px
}

}

@media screen and (max-width: 1300px){
.main_top .mic_top{
	margin-top: 57px
}


/*.main_top .index_top .index_link li{
	padding-right: 5px
}*/

.main_top .index_top .index_link li a {
	font-size: 18px;
}

/*頁面*/
.submain .nav_t:before,
.submain .nav_t:after{
	width:370px;
	top:10px;
	background-size: contain;
}

}

@media screen and (max-width: 1360px){

.about_line .col-md-2{
padding-left: 5px;
padding-right: 20px
}

.about_line .col-md-10{
	padding-left: 25px;
}

}

@media screen and (max-width: 1250px){

/*內頁上方*/
.main_top .index_top .navbar-brand{
	padding-top: 40px;
}

.main_top .mic_top{
	margin-top: 43px
}

.main_top .index_top .index_link{
	margin-left: -40px;
}

.main_top .index_top .index_link li{
	padding-right: 0px;

}

.main_top .index_top .index_link li a {
	font-size: 16px;
	/*padding-left: 0*/
}

}

@media screen and (max-width: 1100px){

/*--頁面--*/
.submain .nav_t:before,
.submain .nav_t:after{
	width:320px;
}

.main_top .mic_top{
	margin-top: 45px
}

/*關於聯誠-歷史沿革*/
.about_line{
	padding-left: 0px;
	height: 895px;
	margin-bottom: 150px;
	background-position:14% 0;
}

.about_circle{
	/*background-size: 20px;*/
    background-position: 100% top;
    
}

.about_linear,
.about_linear02{
	font-size: 15px;
}

.about_linear02:before{
	background-position: -50px center
}

.about_linear02 .col-md-7{
	padding-left:50px;
	padding-right: 5px
}

.about_linear p{
	width: 50%;
	padding-left: 30px;
}

}

@media screen and (max-width: 1024px){

/*--頁面--*/
.section .subleft{
	padding-right:5px
}

.section .submain{
	padding-left:30px
}

.submain .nav_t:before,
.submain .nav_t:after{
	width:290px;
}

.main_top .mic_top{
	margin-top: 40px
}

.main_top .index_top .index_link li a{
	padding-left: 10px;
	padding-right: 10px;
}

/*關於聯誠-歷史沿革*/

.about_linear p{
	width: 44%;
}

.about_line{
	padding-left: 0px;
	margin-bottom: 150px;
	background-position:13.5% 0;
}

.about_circle{
	background-size: auto;
    background-position: 98% top;
}

.about_line .col-md-2{
	padding-left: 15px;
	padding-right: 0px
}

.about_line .col-md-10{
	padding-left: 10px;
}

.about_line b,
.about_line p{
	padding-left: 0px;
	
}

.about_line b{
	margin-left: -10px;
	margin-top:-17px;
}

.about_line p{
	margin-left: 0
}


.i_organization_list{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}


}

@media screen and (max-width: 1000px){

.subnav img{
	display: none;
}

.main_top .mic_top{
	margin-top: 37px
}

.main_top .index_top .index_link li a{
	padding-left: 5px;
	padding-right: 5px;
}

/*關於聯誠-歷史沿革*/
.about_line{
	height: auto;
	margin-bottom: 50px;
	background-image: none
}

.about_line b,
.about_line p{
	padding-left: 0px;
	
}

.about_circle{
    background-image: none;
}

.about_line b{
	margin-left: 0px;
	margin-top:-7px;
}

.about_line p{
	padding-left: 0px;
	font-size: 16px;
}

.about_line .box{
	padding-bottom: 10px;
}

.about_linear02 .col-md-7{
	padding-left:0px;
}

.about_linear p{
	width: 100%;
}

}

@media screen and (max-width: 800px) {

.section{
	padding-bottom:20px;
}

.main_top nav{
	border-bottom:#e2e3e4 1px solid;
	z-index: 1000
}

#wrapper > .main_top{
	height: auto
}

.main_top .index_top .navbar-brand {
  font-size:62%;	
  padding-top:15px;
  font-weight: bold;
  color: #000
}


.submain .nav_t:before,
.submain .nav_t:after{
	display: none
}

.submain .nav_t{
	margin-top: 5px;
	border-bottom: #bfc7cb 1px solid
}

.section .subleft,
.section .submain{
	padding-left: 5px;
	padding-right: 5px;
}

/*--左側連結--*/
.subnav > li {
	display: inline-block;
	width: 49.5%
}

.subnav img{
	display: none;
}

.about_linear:before,
.about_linear02:before{
	opacity:.2;
   	filter:alpha(opacity=20);/* 针对 IE8 以及更早的版本 */ 
}

.about_linear p,
.about_linear02 p{
	padding-left: 10px;
	right: 0;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #000
}

.casting_process li:nth-child(2){
	right: 0;
	top: 8px;
}

.casting_process li:nth-child(2):before{
	top: -19px;
}

.casting_process li:nth-child(2) span{
	font-size: 16px;
}

#main_top01 .col-sm-5,
#main_top01 .col-sm-7,
#main_top02 .col-sm-5,
#main_top02 .col-sm-7,
#main_top03 .col-sm-5,
#main_top03 .col-sm-7,
#main_top04 .col-sm-5,
#main_top04 .col-sm-7,
#main_top05 .col-sm-5,
#main_top05 .col-sm-7{
	width: 100%
}

/*首頁-*/
.about_story{
	height: 120px;
}

.about_story > .list b{
	font-size: 17px;
	margin-top: -35px
}


/*==鑄造技術==*/
/*生產能力*/
#casting{
	margin-top:30px;
}

.casting_intro {
	padding: 25px 0
}

.casting_intro .line{
	padding-right: 15px;
}

.casting_intro .col-xs-12:nth-child(1){
	margin-bottom:-80px
}


.casting_num{
	margin-left: -10px;
	padding-left: 0;
	padding-right: 0;
	font-size: 15px
}

.casting_num span{
	font-size: 16px
}

/*==品質管理==*/
.qua_box{
	width: 100%;
}

.qua_box section{
	padding: 0
}

.qua_box .list-unstyled > li {
	margin-bottom: 5px;
	overflow: hidden;
}

.qua_box .list-unstyled > li > span{
	float: left;
	width: 8%;
	padding-top: 12px
}

.qua_box .list-unstyled > li > b{
	float: right;
	width: 88%
}

.qua_box .pull-moblie{
	right: 51%;
	margin-top: 25px;
}

/*產品檢驗*/
#pro_list figure {
	margin-left: 0px;
}

#intro_bk article{
	margin-left: -5px;
	padding-left: 0;
	padding-right: 0

}

#intro_bk .col-xs-12{
	padding-left: 0;
	padding-right: 0
}

/*==聯絡我們==*/
#us_intro{
	width: 104%;
}

.form-group div{
	padding: 0
}

.section .us_locate {
	margin-bottom: 50px
}

.us_locate_text ul.list-unstyled li img{
	margin-top: -7px;
}

}

@media screen and (max-width: 650px){
	/*首頁-*/
.about_story{
	height: auto;
	text-align: left;
	padding: 5px 0
}

.about_story > .blue-list b{
	margin-top: 0px
}

.about_story > .blue-list{
	width: 32%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.about_story > .blue-list figure{
	position:static;
}

#pro_material ul.list-unstyled{
	margin-top: 10px
}

}

@media screen and (max-width: 500px){

#about_apr .col-xs-4 {
	width: 50%
}

.casting_process li:nth-child(2) span:before{
	margin-top: -10px;
}

/*==聯絡我們==*/
#us_intro{
	height: 200px;
	width: 108%;
	background-size: 150px, auto;
	margin-top: -10px
}

#us_intro .page-header{
	margin-top: 70px
}

}

@media screen and (max-width: 450px){

/*--左側連結--*/
.subnav > li {
	display: inline-block;
	width: 49%
}

.main_top .index_top .navbar-brand {
  font-size:45%;
 }

.about_linear:before,
.about_linear02:before{
   	background-size: cover
}

.about_linear,
.about_linear02{
	height: 200px;
}

/*首頁-*/
.about_story > .blue-list{
	width: 48%;
	margin-top: 0px;
	border-right: none
}

.casting_process {
 padding: 0
}

.casting_process li:nth-child(1),
.casting_process li:nth-child(2){
	position: static;
	text-align: left;
	float: left;
	width: 100%;
	padding: 0;
}

.casting_process li:nth-child(1){
	margin: 0;
	margin-bottom: 5px
}

.casting_process li:nth-child(2):before{
	background-image: none
}

.casting_process .blue-list{
	width: 100%
}


.casting_process .blue-list span{
	width: 100%;
	max-width: 100%
}


/*==品質管理==*/
.qua_box .col-xs-4{
	width: 100%;
	text-align: center;
}

/*==產品資訊==*/

#pro_list .col-xs-6{
	width: 100%
}


#pro_material ul.list-unstyled li .col-xs-2{
	padding-left: 2px;
	overflow:hidden;
}

#pro_material ul.list-unstyled li .col-xs-12{
	padding-left: 2px;
	overflow:hidden;
}

/*==聯絡我們==*/

#us_intro{
	background-image: url(../images/us_img02.png),
	                  linear-gradient(0deg, #b5b5b5 1px, transparent 1px);
	background-size: 130px, auto;
	background-position: right 80%,
  						 0px -25px;
    margin-top: -40px;
}

.us_locate_text figcaption{
	padding-left:5px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}

.us_locate_text figcaption b{
	font-size: 20px
}

}

@media screen and (max-width: 330px){

#pro_percent .col-xs-4{
	width: 50%
}

/*==聯絡資訊==*/

#us_intro .page-header small img{
	width: 20px
}

.us_locate_text ul.list-unstyled li{
	font-size: 15px;
	margin-bottom: 25px
}

.us_locate_text ul.list-unstyled li img{
	margin-top: -10px;
}

}