body {
    font-family: "Arial", "Helvetica", sans-serif, "微軟正黑體", "蘋果儷黑體";
    color: #343434;
    font-size: 18px;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.5em;
}

#wrapper {
    position: relative;
}

.logo {
    margin-top: 25px;
}

.lag_box {
    overflow: hidden;
}

select#choice {
    width: 130px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    background: url(../tw_images/other/lan_icon.png) 3px 2px no-repeat, url(../tw_images/other/selec_icon.png) 110px 7px no-repeat;
    padding-left: 30px;
    float: left;
    margin-top: 39px;
}

/*IE隱藏箭頭樣式*/
select#choice::-ms-expand { 
  display: none; 
}

select#choice:focus{
  box-shadow: 0 0 5px 2px #467BF4;    
}

form.form-inline.my-2.my-lg-0 {
    max-width: 182px;
    height: 42px;
    position: absolute;
    margin-right: 20px;
    margin-top: 30px;
    right: 0;
}

input.form-control.mr-sm-2 {
    border-radius: 20px;
}

button.search_btn {
    position: absolute;
    top: 4px;
    right: 0px;
    background: none;
    border: none;
}

@media screen and (max-width: 768px) {
    .search_content {
        display: none;
    }

    .logo {
        text-align: center;
		width: 70%;
		margin: 10px auto;
		position: relative;
		z-index: 1000;
    }
}

@media (max-width:480px){
	.navbar-toggle {
		padding: 5px 10px;
		margin-top: 13px;
		margin-right: 12px;
	}
	
	.logo{
		width: 88%;
		margin: 10px 0;
	}
}

/*選單按鈕樣式設定*/

.menu_box {
    margin-top: 42px;
}

.nav-content {
    text-align: center;
}

.menu_box nav.navbar.navbar-default.navbar-brand-top.bootsnav {
    background: none;
    border: none;
    min-height: 0;
}

div#navbar-menu {
    text-align: center;
    margin: auto;
}

.navbar-nav {
    float: none;
}

#navbar-menu li {
    display: inline-block;
    float: none;
}


#navbar-menu li a {
    padding: 0 26px;
    color: #0080d7;
    font-weight: bold;
}


#navbar-menu li a:hover {
    text-decoration: underline;
}

#navbar-menu li.search-li {
    display: none;
}

@media screen and (max-width: 992px) {
    #navbar-menu li a {
        padding: 0 10px;
    }

}

@media screen and (max-width: 767px) {

    .menu_box {
        margin: 0;
    }
	.nav-content {
		margin-top: -50px;
	}	
    .menu_box .container {
        padding: 0;
    }
    .menu_box nav.navbar.navbar-default.navbar-brand-top.bootsnav {
        margin-bottom: 0;
    }
    #navbar-menu {

        padding: 0;
    }

    #navbar-menu ul {
        margin: 0;
    }

    #navbar-menu li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    #navbar-menu li a {
        padding: 15px 25px;
    }

    #navbar-menu li a:hover {
        color: #fff;
        background: #0080d7;
        text-decoration: none;
    }
    #navbar-menu li.search-li {
        display: block;
        background: #0080d7;
    }

    #navbar-menu li.search-li form.form-inline.my-2.my-lg-0 {
        width: 100%;
        max-width: 100%;
        position: relative;
        height: auto;
        margin: 0;

    }

    button.search_btn {
        top: 6px;
        right: 15px;
    }

    #navbar-menu li.search-li a:hover form.form-inline.my-2.my-lg-0 {
        color: #0080d7;

    }
    #navbar-menu li.search-li a.lang-active {
        color: #fff;
        width: 32.5%;
        display: inline-block;
        text-align: center;
        border-right: 1px solid #fff;
    }
    #navbar-menu li.search-li a.lang-active:last-child {
        border-right: none;
    }
}

@media (max-width:580px){
	#navbar-menu li.search-li a.lang-active {
        width: 32%;
		font-size: 16px;
    }
	#navbar-menu li a {
		padding: 10px 15px;
	}
}

/*banner樣式設定*/

.slick-next {
    background: url(../tw_images/index/arrow_next.png) no-repeat;
    width: 44px;
    height: 61px;
    right: 0;
}

.slick-next:hover {
    background: url(../tw_images/index/arrow_next_ho.png) no-repeat;
}

.slick-prev {
    background: url(../tw_images/index/arrow_pre.png) no-repeat;
    width: 44px;
    height: 61px;
    left: 0;
    z-index: 1;
}

.slick-prev:hover {
    background: url(../tw_images/index/arrow_pre_ho.png) no-repeat;
}



.mold {
    background: url(../tw_images/index/bg.jpg) no-repeat;
    background-size: cover;
}

/*首頁最新消息*/

.company {
    padding-top: 85px;
}

.news_tittle h1 {
    color: #0080d7;
    font-weight: bold;
    font-size: 26px;
    float: left;
    display: block;
    margin-right: 15px;
}

.more {
    font-size: 12px;
    float: left;
    margin-top: 27px;
}

.more a {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 3px 10px;
    font-weight: bold;
    border: 1px solid #0080d7;
}

.more a:hover {
    background: #0080d7;
    color: #fff;
}

.news_content {
    clear: both;
}

.news_content li {
    overflow: auto;
    margin-bottom: 5px;
    font-size: 16px;
}

.news_content li a {
    color: #343434;
}

.news_content li a:hover {
    color: #0080d7;
    text-decoration: underline;
}


.date {
    font-size: 16px;
    float: left;
    margin-right: 10px;
}


.about_tittle h1 {
    color: #0080d7;
    font-weight: bold;
    font-size: 26px;
    display: block;
    margin-right: 15px;
}

.about_tittle .more {
    margin-top: 5px;
    margin-bottom: 15px;
}
.company_content {
    margin-bottom: 60px;
}

.company_content p {
    clear: both;
    font-size: 16px;
    line-height: 1.8em;
}

img.about_img {
    margin-top: 23px;
}

@media (max-width:767px){
	.news_tittle h1,.about_tittle h1 {
		font-size: 22px;
	}
}


/*首頁熱門產品*/

.hot_product h1 {
    text-align: center;
    color: #0080d7;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.products_content {
    margin-top: -20px;
}

.owl-prev {
    background: url(../tw_images/index/pro_pre.png) no-repeat;
    width: 32px;
    height: 32px;
    position: top;
    position: absolute;
    top: -65px;
    left: 41%;
}

.owl-next {
    background: url(../tw_images/index/pro_next.png) no-repeat;
    width: 32px;
    height: 32px;
    position: top;
    position: absolute;
    top: -65px;
    right: 41%;
}

.owl-prev:hover {
    background: url(../tw_images/index/pro_pre_ho.png) no-repeat;
}

.owl-next:hover {
    background: url(../tw_images/index/pro_next_ho.png) no-repeat;

}

.item {
    overflow: auto;
}

.item a {
    display: block;
    overflow: hidden;
}

.item a:hover {
    border: 1px solid #0080d7;
}

.item a img:hover {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}

.item .tittle {
    margin: 20px 0;
}

@media screen and (max-width: 1200px) {
    .owl-prev {

        left: 38%;
    }

    .owl-next {

        right: 38%;
    }
}

@media screen and (max-width: 990px) {
    .owl-prev {

        left: 36%;
    }

    .owl-next {

        right: 36%;
    }
}

@media screen and (max-width: 700px) {
    .owl-prev {

        left: 34%;
    }

    .owl-next {

        right: 34%;
    }
}


@media screen and (max-width: 660px) {
    .owl-prev {

        left: 32%;
    }

    .owl-next {

        right: 32%;
    }
}

@media screen and (max-width: 575px) {
    .owl-prev {

        left: 29%;
    }

    .owl-next {

        right: 29%;
    }
}

@media screen and (max-width: 510px) {
    .owl-prev {

        left: 25%;
    }

    .owl-next {

        right: 25%;
    }
}




/*footer頁面樣式設定*/

footer {
    background: #434343;
    color: #fff;
    font-size: 16px;
}

.footer_box {
    padding-bottom: 10px;
}

.footer_box .container,
.footer_bottom .container {
    max-width: 837px;
    margin: auto;
}

.footer_box .r_box {
  position: relative;
}

.footer_box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_box .w-1\/2 {
  width: 50%;
}

.footer_box .icon_box {
  width: 75px;
  margin-left: auto;
  margin-right: 0;
}

.footer_box .icon_box .img_box {
  border: 0px solid #bebebe;
  padding: 5px;
  margin: 0;
}

.footer_box .icon_box .img_box img {
  -webkit-transition: .4s all;
  transition: .4s all;
}

.footer_box .icon_box .img_box:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/*# sourceMappingURL=o.css.map */


.footer_bottom .container {
    border-top: 1px solid #fff;
    text-align: center;
    padding-top: 10px;
}


img.footer_logo {
    margin-top: 30px;
    margin-bottom: 30px;
}


.text_01 {
    margin-bottom: 9px;
}

.text_01.block {
    float: left;
    margin-right: 25px;
}

.text_box {
    margin-top: 25px;
}

/*內頁左側選單*/

/*
.slider_box {
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #e6e6e6;
}

.slider_tittle {
    color: #00599f;
    font-weight: bold;
    text-align: center;
    border-bottom: 4px solid #00599f;
    font-size: 24px;
    padding: 5px 0;
    background: #fff;
}


.accordion {
    width: 100%;
    
    max-width: 360px;
    margin: 30px auto 20px;

    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0;
}

.accordion li {
    border-bottom: 1px solid #555555;
}

ul#accordion li a {
    padding: 11px 0;
    display: block;
    background: #363636;
    color: #fff;
    padding-left: 25px;
    font-size: 17px;
}

ul#accordion li a:hover {
    background: #252525;
    color: #ffb900;
}

ul#accordion li ul.submenu a {
    padding: 11px 0;
    display: block;
    background: #f9f9f9;
    color: #363636;
    padding-left: 25px;
    font-size: 17px;
}

ul#accordion li ul.submenu a:hover {
    background: #7cbce8;
}

ul#accordion li ul.submenu li {
    border-bottom: 1px solid #fff;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 11px 0 11px 25px;
    background: #252525;
    color: #ffb900;
    font-size: 17px;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 1px solid #555555;
}


li.open .accordion .link {
    color: #fff;
    background: #363636;
}


.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #ffffff;
    background: #363636;
}

.accordion li.open i {
    color: #ffffff;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .slidermenu {
    display: block;
}


@media screen and (max-width: 991px) {
    .slider_box {
        margin-bottom: 30px;
    }
}

*/

/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom: 10px;
    box-shadow: 1px 1px 4px #bdbdbd;
}

aside h2{
	font-size: 24px;
    color: #00599f;
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #00599f;
    padding-top: 10px;
    margin-bottom: 0;
}

.sidBtn{
	color:fff;
	padding:0 7px;
	border-radius:5px;
	float:right;
	line-height:28px;
	display:none;
	opacity:0.8;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
}

aside #sub>ul>li{
	border-bottom: 1px solid #555;
}

aside #sub>ul>li>ul>li>ul>li>a{
	color:#5e5e5e;
}

@media (max-width:991px){
	.asideBar{
		display: none;
	}

}



#sub,
#sub ul,
#sub ul li,
#sub ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sub {
	width: 100%;
	color: #ffffff;
	margin-bottom:20px;
}

#sub ul ul {
    display: none;
}

.align-right {
    float: right;
}

#sub > ul > li > a {
	padding: 15px 30px 15px 18px;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    background: #363636;
    line-height: 20px;
}

#sub > ul > li.has-sub > a{
	background: url(../tw_images/other/aside_right.png) center right 15px no-repeat ,#363636;
	padding: 15px 35px 15px 18px;
    color: #fff;
}

#sub > ul > li > a:hover{
	color: #ffb900;
    background: #262626;
}

#sub > ul > li.has-sub > a:hover{
	background: url(../tw_images/other/aside_hover.png) center right 15px no-repeat ,#252525;
	color: #ffb900;
}


#sub > ul > li.active3 > a {
    color: #ffb900;
    background: #252525;
}

#sub > ul > li.has-sub.active3 > a{
	background: url(../tw_images/other/aside_hover.png) center right 15px no-repeat ,#50a9b6;
	padding: 15px 35px 15px 18px;
	color: #fff;
}

#sub > ul > li.open > a {
    color: #fff;
    background: #50a9b6;
}

#sub > ul > li.has-sub.open > a {
    color: #fff;
	background: url(../tw_images/other/aside_down.png) center right 15px no-repeat ,#252525;
    color: #fff;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 15px 20px 15px 25px;
	z-index: 1;
	text-decoration: none;
	font-size: 17px;  
	background:#f9f9f9;
	color:#333333;
	line-height:18px;
	border-bottom: 1px solid #fff;
}

#sub>ul>li>ul>li{
	margin-top:0;
}

#sub > ul > li > ul > li:last-child {
    border-bottom: none;
}

#sub ul ul li:hover > a,
#sub ul ul li.open > a,
#sub ul ul li.active2 > a {
    background: #7cbce8;
}

#sub ul ul li:first-child > a {
    box-shadow: none;
}

#sub ul ul ul li:first-child > a {
}

#sub ul ul ul li a {
	padding-left: 40px;
	border-bottom: none;
	padding: 8px 20px 8px 50px;
	font-size: 15px;
	font-weight: 500 !important;
	background: url(../tw_images/other/dot.jpg) top 16px left 41px no-repeat,#fff;
}

#sub ul ul ul li a:hover{
	color:#000;
	background: url(../tw_images/other/dot.jpg) top 16px left 41px no-repeat,#fafafa;
}

#sub > ul > li > ul > li:last-child > a,
#sub > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#sub > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

@media (max-width:1200px){
	#sub > ul > li > a {
		padding: 15px 20px 15px 18px;
		background: url(../tw_images/other/aside_dot.png) center left 12px no-repeat ,#363636;
		color:#fff;
	}
	
	#sub > ul > li > a:hover{
		color: #ffb900;
		background: url(../tw_images/other/aside_dot.png) center left 12px no-repeat ,#262626;
	}

	#sub > ul > li.active3 > a {
		color: #ffb900;
		background: url(../tw_images/other/aside_dot.png) center left 12px no-repeat ,#252525;
	}

	#sub > ul > li.open > a {
		color: #fdd000;
		background: url(../tw_images/other/aside_dot.png) center left 12px no-repeat ,#50a9b6;
	}

}

@media (max-width:991px){
	.aside-content{
		display: none;
	}
	
	#sub {
		width: 100%;
		display:none;
	}
	
	#sub > ul > li > a{
		line-height: 16px;
	}
	
	#sub ul ul li a {
		font-size: 20px;
		line-height: 16px;
	}
}



/**
 * Submenu
 -----------------------------*/

.slidermenu {
    display: none;
    background: #444359;
    font-size: 14px;
}

.slidermenu li {
    border-bottom: 1px solid #4b4a5e;
}

.slidermenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.slidermenu a:hover {
    background: #b63b4d;
    color: #FFF;
}


/*麵包屑*/

.content_box {
    background: url(../tw_images/other/mold_bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}


.content_box_none {
    background-size: cover;
    padding-bottom: 30px;
}

.content_box_none span.submenu {
    height: 55px;
    display: block;
}


span.submenu li {
    display: inline-block;
    font-size: 16px;
    padding-top: 15px;
}


img.sub_icon {
    margin-top: -5px;
}


/*聯絡我們*/

.map {
    margin-bottom: 14px;
}

input.form_con {
    height: 44px;
    width: 100%;
    background: #eeeeee;
    border: none;
    margin-bottom: 15px;
    padding-left: 15px;
}

textarea.contact_area {
    height: 216px;
    width: 100%;
    background: #eeeeee;
    border: none;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-top: 10px;
}

input.authcode {
    height: 44px;
    background: #eeeeee;
    border: none;
    margin-bottom: 15px;
    padding-left: 15px;
}

.contact_box img.authcode_ca {
    margin-left: 35px;
    margin-top: 10px;
}

.contact_box img.authcode_reload {
    margin-top: 11px;
    margin-left: 15px;
}

.contact_form .reset a {
    background: url(../tw_images/other/icon_02.png) no-repeat #e3e3e3;
    display: block;
    text-align: right;
    padding: 9px 0;
    color: #595758;
    background-position: 42px 8px;
    margin-left: 0;
    padding-right: 40px;
}

.contact_form .send a {
    background: url(../tw_images/other/icon_03.png) no-repeat #e3e3e3;
    display: block;
    text-align: right;
    padding: 9px 0;
    color: #595758;
    background-position: 42px 8px;
    margin-left: 0;
    padding-right: 40px;
}

.contact_form .reset a:hover {
    background: url(../tw_images/other/icon_02_ho.png) no-repeat #00599f;
    background-position: 42px 8px;
    color: #fff;
}

.contact_form .send a:hover {
    background: url(../tw_images/other/icon_03_ho.png) no-repeat #00599f;
    background-position: 42px 8px;
    color: #fff;
}

@media screen and (max-width: 1200px) {

    .contact_form .reset a,
    .contact_form .send a {
        background: #e3e3e3;
        margin-bottom: 20px;

    }

    .contact_form .reset a:hover,
    .contact_form .send a:hover {
        background: #00599f;
    }

}

@media screen and (max-width: 767px) {

    .contact_form .reset a,
    .contact_form .send a {
        text-align: center;
        padding-right: 0;
    }

    input.authcode {
        width: 100%;
    }
    .contact_box img.authcode_ca {
        margin: 0;
    }

    .contact_box img.authcode_reload {
        margin: 11px 0;
    }


}


/*影片內頁設定*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 35px;
}



.video-container iframe,

.video-container object,

.video-container embed {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.vedio_content .tittle {
    color: #00599f;
    background: url(../tw_images/other/icon_04.png) no-repeat;
    padding-left: 20px;
    padding-top: -3px;
    font-weight: bold;
    font-size: 20px;
    background-position: 0px 8px;
    margin-bottom: 15px;
}


/*型錄下載內頁設定*/

.dowmload_content ul {
    margin: 0;
    text-align: center;
}

.dowmload_content li {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.dowmload_content li img {
    margin-bottom: 15px;
    max-width: 271px;
}

.dowmload_content .tittle {
    background: url(../tw_images/other/icon_04.png) no-repeat;
    color: #00599f;
    font-weight: bold;
    background-position: 5px;
    padding-left: 25px;
    max-width: 271px;
    margin: auto;
    text-align: left;
}

@media screen and (max-width: 660px) {
    .dowmload_content li {
        float: none;
        width: 100%;
    }
    .dowmload_content li img {
        max-width: 100%;
    }

}

/*公司簡介內頁*/

.company_text {
    font-size: 16px;
    line-height: 1.9em;
}

.company_text ul {
    overflow: auto;
}

.company_text li {
    float: left;
    width: 50%;
}

.company_text li.intro {
    border-bottom: 2px dotted #a4a4a4;
    padding-bottom: 20px;
}

.company_text .tittle {
    background: url(../tw_images/other/icon_04.png) no-repeat;
    color: #00599f;
    font-weight: bold;
    font-size: 20px;
    background-position: 5px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.com_img {
    background: url(../tw_images/other/about_img.png) no-repeat right;
    width: 394px;
    height: 392px;
    text-indent: -9999px;
    position: absolute;
    right: 0;
}

ul.para li {
    width: 100%;
}


.company_text span.date {
    display: inline-block;
    width: 150px;
}


ul.para {
    border-bottom: 2px dotted #a4a4a4;
    padding-bottom: 20px;
}


@media screen and (max-width: 992px) {
    .company_text li {
        width: 100%;
        float: none;
    }

    .com_img {
        text-indent: -9999px;
        position: static;
        background-position: center;
        background-size: cover;
        float: left;
    }


}


/*最新消息頁面*/

.table {

    font-size: 16px;
}

.news_box th {
    background: #ffc600;
    text-align: center;
    font-weight: bold;
    padding: 12px;
}

.news_box td {
    text-align: center;
    border-bottom: 1px dotted #a4a4a4;
    padding: 10px;
}

.news_box td:nth-child(3) {
    text-align: left;
    width: 70%;
}

.news_box td a {
    color: #282828;
}

.news_box td a:hover {
    color: #0080d7;
    text-decoration: underline;
}


/*內頁頁數樣式*/

.page {
    text-align: center;
    margin: auto;
    overflow: auto;
}

.page li {
    margin: 0 1.5%;
    display: inline-block;
    vertical-align: middle;
}

.page li a {
    color: #282828;
}

.page li.preview a {
    background: url(../tw_images/other/arrow_pre.png) no-repeat;
    width: 26px;
    height: 24px;
    display: block;
}

.page li.preview a:hover {
    background: url(../tw_images/other/arrow_pre_ho.png) no-repeat;
}


.page li.next a {
    background: url(../tw_images/other/arrow_next.png) no-repeat;
    width: 26px;
    height: 24px;
    display: block;
}

.page li.next a:hover {
    background: url(../tw_images/other/arrow_next_ho.png) no-repeat;
}

/*最新消息頁面細節頁*/

.table {

    font-size: 16px;
}

.news_detail_box th {
    background: #ffc600;
    font-weight: bold;
    border-top: 1px dotted #fff;
    padding: 12px 8px 8px 10px;
    width: 111px;
}

.news_detail_box tr:nth-child(3) th {
    height: 98px;
    vertical-align: top;
}

.news_detail_box td {
    border-bottom: 1px dotted #a4a4a4;
    border-top: 1px dotted #a4a4a4;
    padding-left: 15px;
}

.news_detail_box tr:nth-child(3) td {
    vertical-align: top;
    padding: 15px;
}

.news_detail_box td a {
    color: #282828;
}

.news_detail_box td a:hover {
    color: #0080d7;
    text-decoration: underline;
}

.back {
    text-align: right;
}

i.back {
    background: url(../tw_images/other/icon_05.png) no-repeat;
    width: 24px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
}

.news_back a {
    text-align: center;
    display: inline-block;
    background: #e3e3e3;
    padding: 10px 19px;
    color: #595758;
    font-weight: bold;
}
.news_back a:hover {
    background: #00599f;
    color: #fff;
}

.news_back a:hover i.back{
    background: url(../tw_images/other/icon_05_ho.png) no-repeat;
}

/*產品頁*/

.product_box .box li {
    width: 30%;
    /*    float: left;*/
    text-align: center;
    margin: 0 1%;
    display: inline-table;
}

.box_con:hover .iframe {
    overflow: hidden;
    display: block;
    box-shadow: 0px 0px 3px 2px rgba(0, 128, 215, 0.45);
    -moz-box-shadow: 0px 0px 3px 2px rgba(0, 128, 215, 0.45);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 128, 215, 0.45);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .5s;
}

.box_con:hover .tittle {
    color: #0080d7;
}

.box_con .tittle {
    margin: 26px 0;
    font-weight: bold;
}


@media screen and (max-width: 767px) {
    .product_box {
        text-align: center;

    }

    .product_box .box li {
        width: 47%;
        float: none;
        display: inline-block;
        margin: 0 1%;

    }
}

@media screen and (max-width: 635px) {
    .product_box {
        text-align: center;

    }

    .product_box .box li {
        width: 45%;
        float: none;
        display: inline-block;
        margin: 0 2%;
    }
}

.page {
    text-align: center;
    margin: auto;
    overflow: auto;
    clear: both;

}

/*產品內頁*/

.img_box {
    border: 1px solid #bebebe;
    text-align: center;
}

.pro_name {
    color: #00599f;
    font-weight: bold;
    font-size: 22px;
}

span.text {
    display: block;
    color: #363636;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.btn_box li {
    background: #e3e3e3;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    max-width: 159px;
	font-size: 16px;

}

.btn_box li a {
    padding: 5px 0;
    display: block;
    color: #595758;

}

.btn_box li a:hover {
    background: #00599f;
    color: #fff;
}

.btn_box li a i{
	position: relative;
	top: 3px;
}

.btn_box li:hover i.join_se {
    background: url(../tw_images/other/icon_03_ho.png) no-repeat;
}

.btn_box li:hover i.join_in {
    background: url(../tw_images/other/icon_02_ho.png) no-repeat;
}

.btn_box li:hover i.back_re {
    background: url(../tw_images/other/icon_05_ho.png) no-repeat;
}


i.join_se {
    background: url(../tw_images/other/icon_03.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

i.join_in {
    background: url(../tw_images/other/icon_02.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

i.back_re {
    background: url(../tw_images/other/icon_05.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.top {
    border-bottom: 1px dotted #a4a4a4;
    overflow: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
}


.pro_bom .tittle {
    background: url(../tw_images/other/icon_06.png) no-repeat #e9e9e9;
    padding: 10px 0 10px 49px;
    background-position: 12px;
    margin-bottom: 30px;
    text-align: left;
    color: #555;
}

.pro_bom .tittle .text {
    background: linear-gradient(bottom, #4a4a4a 50%, #9f9f9f 100%);
    background: -webkit-linear-gradient(bottom, #4a4a4a 50%, #9f9f9f 100%);
    background: -moz-linear-gradient(bottom, #4a4a4a 50%, #9f9f9f 100%);
    font-weight: bold;
    -webkit-background-clip: text;
    background-clip: text;
/*    color: transparent;*/
}

.pro_bom .content {
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}

@media screen and (max-width:991px) {
    .img_box {
        margin-bottom: 30px;
    }

    .btn_box li {
        max-width: 100%;
    }

}

/*詢價單頁面*/

.inquiry_content th {
    background: #ffc600;
    color: #010101;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #fff;
}

.inquiry_content th:nth-child(1) {
    width: 10%;
}

.inquiry_content th:nth-child(2) {
    width: 30%;
}

.inquiry_content th:nth-child(3) {
    width: 25%;
}

.inquiry_content th:nth-child(4) {
    width: 20%;
}

.inquiry_content th:nth-child(5) {
    width: 15%;
}


.inquiry_content td {
    background: #efefef;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px;
}


input.quantity {
    max-width: 150px;
    border: none;
}

.inquiry_content td i.delet {
    background: url(../tw_images/other/dele.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    margin: auto;
}

select.country {
    width: 100%;
    background: url(../tw_images/other/select.png) no-repeat right #2f2f2f;
    color: #fff;
    height: 45px;
    padding-left: 10px;
    margin-bottom: 15px;
    background-position-x: 94%;
    background-position-y: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


textarea.form_con {
    width: 100%;
    background: #eee;
    border: none;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}

img.authcode,
img.authcode_reload {
    margin-top: 12px;
}


.btn_in {
    text-align: center;
    margin-top: 25px;
}

.btn_in li {
    display: inline-block;
    margin: 0 1%;
}

.btn_in li a {
    display: block;
    background: #e3e3e3;
    padding: 9px 43px;
    color: #595758;
}


.btn_in li a:hover {
    background: #00599f;
    color: #fff;
}

.btn_in li a:hover i.re_icon {
    background: url(../tw_images/other/icon_02_ho.png) no-repeat;
}

.btn_in li a:hover i.se_icon {
    background: url(../tw_images/other/icon_03_ho.png) no-repeat;
}



.btn_in li i.re_icon {
    width: 21px;
    height: 20px;
    background: url(../tw_images/other/icon_02.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
}


.btn_in li i.se_icon {
    width: 21px;
    height: 20px;
    background: url(../tw_images/other/icon_03.png) no-repeat;
    display: inline-block;
    margin-right: 5px;
}


@media screen and (max-width: 465px) {
    .btn_in li {
        width: 100%;
        margin-bottom: 20px;
    }

    .btn_in li a {
        padding: 10px 0;
    }
}


.gototop {
    position: absolute;
    right: 5%;
    bottom: 15%;
    background: url(../tw_images/other/top.png) no-repeat;
    z-index: 1;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    cursor: pointer;
}
