@charset "utf-8";
/* CSS Document */

@import "routine.css";
@import "tw_nav.css";

body{
	font-family:"微軟正黑體";
}

ul{
	list-style-type:none;
	padding-left:0;
}

a, a:link, a:hover, a:active, a:visited, a:focus{
	text-decoration:none;
	outline:none;
}

/*************************************/
/*                index              */
/*************************************/

/*--------------header---------------*/

header{
	z-index:50;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+50,efefef+100 */
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 50%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 50%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 50%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}

.dis{
	padding-right:8px;
	display:none !important;
}

@media (max-width:991px){
header{
	position:inherit;
}
}

@media (max-width:767px){
.dis{
	display:inline-block !important;
}

header.pb10{
	padding-bottom:0;
}

}

.lang-box{	
	margin-bottom:0;
}

.lang-box, .lang{
	list-style-type:none;
	padding-left:0;
	vertical-align:middle;
	text-align:right;
}

.lang{
	margin-bottom:10px;
}

ul.lang-box li, ul.lang li{
	display:inline-block;
	vertical-align:middle;
}

ul.lang li a{
	display:inline-block;
	background:#959595;
	padding:0;
	margin:0 2px;
	width:60px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#fff;
	border-radius:2px;
	font-size:18px;
	letter-spacing:1px;
}

.input-group input.searchInput{
	height:40px;
	width:200px;
	border-right:none;
	border-radius:3px !important;
	z-index:100;
	border-right:1px solid #000;
	margin-right:5px;
}

.input-group input.searchInput:focus{
	border-right:1px solid #66afe9 !important;
}

.input-group input.searchInput:focus,
.input-group input.searchInput:active{
	box-shadow:none;
}

.searchInput1{
	height:35px;
	width:100%;
}

.searchInput2{
	border-radius: 0;
	height: 35px;
	position: absolute !important;
	right: 0;
	top: -3px;
	z-index: 100 !important;
	background: none;
	font-size:22px;
}

.searchInput2:visited, .searchInput2:active, .searchInput2:focus{
	outline:0;
}

.home{
	text-align:right;
}

.search-box{
	margin-top:35px;
}

.lang .btn-default:focus, .btn-default.focus{
	border:1px solid #ccc;
	outline:0;
	background:#fff;
}

@media (max-width:991px){

.search-box{
	margin-top:20px;
	margin-bottom:20px;
}

.search{
	margin-left:5%;
}

.dropdown-menu {
  min-width: 180px;
}

.lang-box, .lang{
	text-align:center;
}
}

@media (max-width:600px){
.search{
	width:100%;
	margin-left:0;
	padding:0;
}

.search form .input-group{
	width:100%;
}

.lang-box{
	width:100%;
}

.input-group input.searchInput{
	width:96%;
	margin-left:2.5%;
}

.searchInput2{
	right:20px;
}

ul.lang li{
	width:47.5%;
}

ul.lang li a{
	width:100%;
}
}



.index-company{
	background:url(../tw_img/index/index_bg.jpg) top center no-repeat;
	background-size:cover;
	padding-bottom:30px;
}

.index-company h2{
	text-align:center;
	margin-top:28px;
	margin-bottom:15px;
}

.index-company h2 span{
	background:url(../tw_img/index/white_left.png) top 2px left no-repeat, url(../tw_img/index/white_right.png) top 2px right no-repeat;
	font-size:35px;
	color:#fff;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
	display:inline-block;
	padding:0 23px;
}

.index-company p{
	font-size:20px;
	color:#fff;
	line-height:32px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.8);
	letter-spacing:1px;
	text-align:justify;
}

.hp h2{
	text-align:center;
	margin-top:28px;
	margin-bottom:15px;
}

.hp h2 span{
	background:url(../tw_img/other/blue_left.png) top 4px left no-repeat, url(../tw_img/other/blue_right.png) top 4px right no-repeat;
	font-size:35px;
	color:#037ea8;
	text-shadow:0 0 1px rgba(0,0,0,0.4);
	display:inline-block;
	padding:0 23px;
}



/*************************************/
/*               footer              */
/*************************************/

footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,ffffff+39 */
	background: rgb(235,235,235); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(235,235,235,1) 0%, rgba(255,255,255,1) 39%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 39%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 39%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	overflow:hidden;
	border-top:3px solid #008bcf;
	padding:30px 0 5px;
}

.ft-section-1 ul{
	list-style-type:none;
	padding-left:0;
	text-align:center;
	margin-bottom:0;
	margin-top:10px;
}

.ft-section-1 ul li{
	display:inline-block;
	margin-bottom:10px;
}

.ft-section-1 ul li a{
	display:inline-block;
	color:#03446f;
	font-size:16px;
	padding:8px 0;
	border:1px solid #094260;
	border-radius:5px;
	margin-right:7px;
	margin-left:7px;
	font-weight:semi-Bold;
	width:110px;
	letter-spacing:1px
}

.ft-section-1 ul li a:hover{
	color:#fff;
	background:#094260;
}

.ft-section-2 ul{
	margin-bottom:0;
}

.ft-section-2 ul li{
	display:inline-block;
	font-size:16px;
	color:#121212;
	margin-right:12px;
}


.ft-section-2 ul li i{
	font-size:30px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#fff;
	background:#094260;
	border-radius:50%;
	padding-top:2px;
	margin-right:8px;
	display:inline-block;
}

.ft-section-2 ul li .info-title{
	font-size:18px;
	color:#959595;
	font-weight:bold;
}


.cell{
	vertical-align:middle;
}

.qrcold-1{
	display:block;
}

.qrcold-2{
	display:none;
}

.ft-section-1 br,
.ft-section-2>ul>br{
	display:none;
}


@media (max-width:1200px){
footer{
	padding:10px 0 15px;
}

.qrcold-1{
	display:none;
}

.qrcold-2{
	display:block;
}

.ft-img{
	float:right;
	margin-top:15px;
}

.clearfix2{
	clear:both;
}

}

@media (max-width:992px){
.ft-section-2>ul>br{
	display:block;
}

.ft-section-2 ul{
	text-align:center;
}

.icon+.cell span{
	display:none;
}

.icon+.cell span+br{
	display:none;
}
}

@media (max-width:768px){
.ft-section-1 ul li a{
	font-size:15px;
	padding:6px 0;
	margin-right:3px;
	margin-left:3px;
	width:100px;
	letter-spacing:1px
}

.ft-section-2 ul{
	padding-right:15px;
	padding-left:15px;
}

.ft-section-2 ul li i{
	font-size:20px;
	width:30px;
	height:30px;
	padding-top:1px;
	line-height:30px;
	margin-bottom:5px;
}

.ft-section-2 ul li{
	display:block;
	text-align:center;
	margin-bottom:8px;	
	margin-right:0;
}

.ft-section-2 ul li .cell{
	display:inline;
}

.ft-section-2>ul>br{
	display:none;
}
}

@media (max-width:600px){
.ft-section-1 br{
	display:block;
}

.ft-img{
	margin-left:10px;
}
}

@media (max-width:480px){
.ft-section-2 ul li .cell{
	display:inherit;
}

}

@media (max-width:360px){
.ft-section-1 ul li a{
	font-size:14px;
	padding:5px 0;
	margin-right:2px;
	margin-left:2px;
	width:90px;
	letter-spacing:1px
}
}

#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 69px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 69px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:0.5;
}

#gotop:hover{
	opacity:1;
}





.footer{
	background:#094260;
	overflow:hidden;
	padding:15px 0;
}

.footerUl2{
	list-style-type: none;
	color:#d1e6f0;
	font-size:18px;
	letter-spacing:0.03rem;
	padding-left:5px;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#d1e6f0;
	font-size:18px;
	line-height:25px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#a2d600;
}

.vLine2{
	color:#d1e6f0;
	font-size:1.8rem;
}

@media (max-width:1100px){
.footerUl2 li{
	display:inherit;
}

.vLine2{
	display:none;
}
}

@media (max-width: 992px) {
.footerUl2{
	text-align:center;
	float:none;
	font-size:1.6rem;
}
.footerUl2{
	padding-left:15px;
	padding-right:15px;
}

.footerUl2 li a{
	font-size:1.6rem;
}
}

@media (max-width: 650px) {
  
.footerUl2{
	text-align:center;
	font-size:1.5rem;
}

.footerUl2 li a{
	font-size:1.4rem;
}
}


/*************************************/
/*              company              */
/*************************************/

.about{
	margin-top:80px;
	margin-bottom:25px;
}

@media (max-width:992px){
.about{
	margin-top:20px;
}

}

/*************************************/
/*               aside               */
/*************************************/

.service-title, .menu-title{
	/*font-size:24px;
	color:#fff;
	height:50px;
	line-height:50px;
	padding-left:20px;
	background:#1b1b1b;*/
	/*font-weight:bold;*/
}


/*--------aside menu---------*/

.menuTitle{
	position:relative;
}

.kind{
	width:100%;
	display:block;		
}


.kind{
	position:relative;
}

.kind p{
	padding:0 25px;
	margin:0;
	font-family:"微軟正黑體";
	font-size:23px;
	font-weight:500;
}

.kind li{
	background:url(../tw_img/other/icon.png) top 17px left no-repeat;
}

.kind li:hover{
	background:url(../tw_img/other/icon_hover.png) top 17px left no-repeat;
}

.kind a{
	text-decoration:none;
	padding:5px 0 10px;
	display:block;
	margin:0;
	color:#202020;
}

.kind a:hover{
	color:#4a6200;
}

.active2{
	background:url(../tw_img/other/icon_hover.png) top 17px left no-repeat !important;
}

.active2 a{
	color:#4a6200;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

.upDown{
	display:none;
	color:#a2d600;
}


@media (max-width:991px){
.upDown{
	position:absolute;
	right:20px;
	top:10px;
	display:inherit;
	color:#a2d600 !important;
	font-size:22px !important;
}

.menuTitle{
	cursor:pointer;
}

.kind{
	display:none;
}
}


/*************************************/
/*              products             */
/*************************************/

.pro_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
}

.pro_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0 15px 30px;
  margin: 0;
}

@media (max-width:992px){
  .pro_list_item {
    width: 50%;
  }
}

@media (max-width:768px){
  .pro_list_item {
    width: 50%;
  }
}


@media (max-width:680px){
  .pro_list_item {
    width: 100%;
  }
}

@media (max-width:450px){
  .pro_list_item {
    width: 100%;
  }
}


.pro_list_item figure {
  margin: 0;
  border:3px solid #094260;
  position:relative;
  padding-bottom:30px;
}

.pro_list_item figure:hover{
	border:3px solid #a2d600;
}

.pro_list_item figure:after{
	display:block;
	position:absolute;
	content:url(../tw_img/index/blue.jpg);
	right:-3px;
	bottom:-8px;
}

.pro_list_item:hover figure:after{
	content:url(../tw_img/index/green.jpg);
}

.pro_list_inner {
  background: #fff;
  width: 100%;
}
.pro_list_inner img {
  display: block;
}
.pro_list_inner figcaption {
  padding: 1.25rem;
  color:#094260;
  font-size:26px;
  text-align:center;
}


/*************************************/
/*               page               */
/*************************************/
.page{
	text-align:center;
}

.page .pagination > li a{
	color:#9fa0a0;
	margin-right:5px;
	border-radius:0;
	font-weight:bold;
	border:1px solid #9fa0a0;
	font-size:16px;
}


.page .pagination li a:hover{
	color:#0a5091;
	border:1px solid #0a5091;
	background:#fff;
}

@media (max-width:768px){
.next-dis{
	display:none;
}
}


/*************************************/
/*          product detail           */
/*************************************/

.pro-detail{
	position:relative;
	overflow:hidden;
}

.pro-b{
	/*border:1px solid #bbb;
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5);*/
	margin-right:5px;
	margin-bottom:6px;
}

.pro-b img{
	border:3px solid #094260;
	border-radius:2px;
}

.pro-info{
	margin-top:10px;
}

.pro-info p{
	color:#094260;
	font-weight:bold;
	font-size:30px;
	letter-spacing:0.05rem;
	margin-bottom:60px;
}

.pro-info p .pro-name{
	font-size:27px;
	color:#1b1b1b;
	font-weight:500;
}

.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47cce4+0,47cce4+43,069eb5+59,069eb5+100 */
	background: rgb(71,204,228); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(71,204,228,1) 0%, rgba(71,204,228,1) 43%, rgba(6,158,181,1) 59%, rgba(6,158,181,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(71,204,228,1) 0%,rgba(71,204,228,1) 43%,rgba(6,158,181,1) 59%,rgba(6,158,181,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(71,204,228,1) 0%,rgba(71,204,228,1) 43%,rgba(6,158,181,1) 59%,rgba(6,158,181,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47cce4', endColorstr='#069eb5',GradientType=0 ); /* IE6-9 */

	border-radius:8px;
	margin:0.5rem 0;
	width:150px;
	text-align:center;
	color:#fff;	
	font-size:1.5rem;
	font-family:"微軟正黑體";
	height:34px;
	border:none;
}

.proBtn:hover{
	color:#fff;
	font-weight:bold;
	opacity:0.7;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}

#button-wrap-inner div{
	width:150px;
}

.pro-info a{
	padding-top:5px;
}

@media (max-width:1200px){
.pro-info{
	margin-top:10px;
}
.pro-info p{
	margin-bottom:40px;
}
}

@media (max-width:992px){
.pro-info{
	margin-top:20px;
	text-align:center;
}

.pro-info p{
	margin-bottom:20px;
}

#button-wrap-inner div{
	display:inline-block;
	margin:auto 3px;
}
}

@media (max-width:768px){
.proBtn{
	text-align:center;
}
}


@media (max-width:500px){
.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	width:100%;
}
}

@media (max-width:400px){
.pro-info p{
	font-size:1.7rem;
}	

.pro-info p .pro-name{
	font-size:2.0rem;
}

#button-wrap-inner div{
	width:auto;
	display:block;
	margin-right:0;
}
}


/*------------- pro detail -------------*/

.pro-detail-bar{
	background:#037ea8;
	overflow:hidden;
	height:48px;
	padding-left:25px;
	line-height:48px;
	font-size:20px;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:20px;
}

@media (max-width:1200px){
.pro-detail-bar{
	background-size:cover;
}
}

.word-info{
	width:96%;
	margin-left:2%;
}


/*************************************/
/*            inquiry table          */
/*************************************/
.responsive-table {
	width: 100%;
	margin-bottom: 1.5em;
}

.fa-trash-o{
	color: #3f3f3f;
	font-size: 2.4rem;
}

@media (min-width: 704px) {
.responsive-table {
    font-size: 16px;
}
}

@media (min-width: 991px) {
.responsive-table {
    font-size: 20px;
}
}

.responsive-table thead {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

@media (max-width:991px){
.inquiry-box{
	margin-top:15px;
}
}
@media (min-width: 704px) {
.responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
}

.responsive-table thead th {
	background-color: #037ea8;
	border: 1px solid #037ea8;
	font-weight: normal;
	text-align: center;
	color: white;
}

.responsive-table thead th:first-of-type {
	text-align: center;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
	display: block;
	padding: 0;
	text-align: left;
	white-space: normal;
}

@media (min-width: 704px) {
.responsive-table tr {
    display: table-row;
}
}

.responsive-table th,
.responsive-table td {
	padding: .5em;
	vertical-align: middle;
}

@media (min-width: 480px) {
.responsive-table th,
.responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 704px) {
.responsive-table th,
.responsive-table td {
    display: table-cell;
    padding: .5em;
}
}

@media (min-width: 992px) {
.responsive-table th,
.responsive-table td {
    padding: .75em .5em;
}
}

@media (min-width: 1200px) {
.responsive-table th,
.responsive-table td {
    padding: .3em;
	font-family:"微軟正黑體";
}
}

.responsive-table caption {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 704px) {
.responsive-table caption {
    font-size: 1.5em;
}
}

.responsive-table tfoot {
	font-size: .8em;
	font-style: italic;
}

@media (min-width: 992px) {
.responsive-table tfoot {
    font-size: .9em;
}
}

@media (min-width: 704px) {
.responsive-table tbody {
    display: table-row-group;
}
}

.responsive-table tbody tr {
	margin-bottom: 1em;
}

@media (min-width: 704px) {
.responsive-table tbody tr {
    display: table-row;
    border:1px solid #037ea8;
}
}

.responsive-table tbody tr:last-of-type {
	margin-bottom: 0;
  
}

@media (min-width: 704px) {
.responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
}
}

.responsive-table tbody th[scope="row"] {
	background-color: #dd7901;
	color: white;
}

@media (min-width: 704px) {
.responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
}
}

.responsive-table tbody td {
	text-align: center;
}

@media (min-width: 480px) {
.responsive-table tbody td {
    /*border-bottom: 1px solid #dd7901;*/
}
}

@media (min-width: 704px) {
.responsive-table tbody td {
    text-align: center;
	background:#eeeeee;
	border-bottom:1px dotted #fff;
}
}

.responsive-table tbody td[data-type=currency] {
	text-align: center;
}

.responsive-table tbody td[data-title]:before {
	content: attr(data-title);
	float: left;
	color: rgba(94, 93, 82, 0.85);
	font-weight:bold;
	padding-left:10px;
}

@media (min-width: 480px) {
.responsive-table tbody td[data-title]:before {
    font-size: 1.1em;
	font-weight:bold;
}
}

@media (min-width: 704px) {
.responsive-table tbody td[data-title]:before {
    content: none;
}
}

@media (max-width:703px){
.responsive-table tr{
	border-bottom:3px solid #a9a9a9;
	background:#e4e4e4;
}
}


/*************************************/
/*              inquiry              */
/*************************************/

.getCode img{
	padding-top:12px;
	text-align:left;
}

.inq_title{
	color:#7d281d;

	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
	/*font-weight:bold;*/
}

.conBtn{
	text-align:center;
	margin:50px auto 30px;
}

.btn_con{
	color:#fff;
	width:150px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	text-align:center;
	margin:0 10px 10px;
	font-size:16px;
	letter-spacing:3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a82ae+0,094260+100 */
	background: rgb(10,130,174); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(10,130,174,1) 0%, rgba(9,66,96,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(10,130,174,1) 0%,rgba(9,66,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(10,130,174,1) 0%,rgba(9,66,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a82ae', endColorstr='#094260',GradientType=0 ); /* IE6-9 */
	position:relative;
}

.btn_con:hover{
	color:#fff;
	text-decoration:none;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ababab+0,616262+100 */
	background: rgb(171,171,171); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(171,171,171,1) 0%, rgba(97,98,98,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(171,171,171,1) 0%,rgba(97,98,98,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(171,171,171,1) 0%,rgba(97,98,98,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#616262',GradientType=0 ); /* IE6-9 */

}

input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #3f3f3f;
	font-size:2.4rem;
	font-weight:800;
	position:relative;
}

.proInquiry table tr th{
	line-height:40px;
	font-size:15px;
}


@media (max-width:768px){

.sub-content{
	width:100%;
}

.getCode img{
	margin-left:-15px;
	margin-right:-15px;
}
}

@media (max-width:500px){
.btn_con{
	width:100%;
	display:block;
	margin:10px 0;
}

.proInquiry{
	width:100%;
}

}


/*************************************/
/*              download             */
/*************************************/

.download-list{
	text-align:center;
	vertical-align:middle;
	margin-top:10px;
	margin-bottom:40px;
	padding:7px 0;
}

.download-list .div-tr:first-child{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6bfc1+0,757e81+100 */
	background: rgb(182,191,193); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(182,191,193,1) 0%, rgba(117,126,129,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(182,191,193,1) 0%,rgba(117,126,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(182,191,193,1) 0%,rgba(117,126,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6bfc1', endColorstr='#757e81',GradientType=0 ); /* IE6-9 */	
	padding:10px 15px;
	font-size:16px;
}

.download-list .div-tr:first-child .div-td{
	color:#fff;
	background:#037ea8;
}

.download-list .no{
	width:12%;
}

.download-list .date{
	width:70%;
}

.download-list .subject{
	width:18%;
}

.download-list .div-tr .div-td{
	padding:10px 15px;
	font-size:20px;
	color:#313131;
	vertical-align:middle;
	background:#fff;
	border-bottom:1px solid #434343;
}

.download-list .div-tr .div-td a{
	color:#313131;
}

.download-list .div-tr .div-td a i{
	font-size:30px;
}

.download-list .div-tr .div-td a:hover{
	color:#3f6d20;
}

.icon-inline{
	display:none;
}

.icon-inline2{
	display:block;
}

@media (max-width:767px){
	
.download-list{
	text-align:left;
}

.download-list .date, .download-list .no{
	display:none;
}

.download-list .subject{
	width:100%;
}

.download-list .div-tr .div-td{
	width:100%;
	float:left;
	border:none;
	border-bottom:1px solid #dbdbdb;
}

.download-list .div-tr .div-td:nth-child(1){
	display:none;
}

.download-list .div-tr .div-td:nth-child(2){
	/*border-bottom:none;*/
}

.icon-inline{
	display:inherit;
	float:right;
	margin-right:15px;
}

.icon-inline2{
	display:none;
}

}


/*************************************/
/*               video               */
/*************************************/

.video-text{
	font-size:20px;
	color:#1b1b1b;
	margin-left:15px;
}

.video-text span{
	color:#037ea8;
}

.video-box{
	box-shadow:5px 5px 5px rgba(0,0,0,0.5);
	
}

.video-box iframe{
	background:rgba(0,0,0,0.5);
	padding:4px;
}

@media (max-width:992px){
.video-text br{
	display:none;
}
}



/*************************************/
/*            contact us             */
/*************************************/

.content-text{
	font-size:20px;
	color:#1b1b1b;
}

/*************************************/
/*           breadcrumb-bar          */
/*************************************/

.breadcrumb-bar{
	padding:14px;
	background:#ebebeb;
	text-align:right;
	font-size:18px;
	color:#202020;
}

.breadcrumb-bar ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.breadcrumb-bar ul li{
	display:inline-block;
}

.breadcrumb-bar i{
	margin-right:8px;
	font-size:28px;
}

@media (max-width:768px){
.breadcrumb-bar{
	font-size:16px;
}
}

@media (max-width:580px){
.breadcrumb-bar{
	font-size:15px;
}
}
/*************************************/
/*               other               */
/*************************************/

.blueTitle h2{
	margin-top:20px;
	margin-bottom:15px;
}

.blueTitle h2 span{
	background:url(../tw_img/other/blue_left.png) top 4px left no-repeat, url(../tw_img/other/blue_right.png) top 4px right no-repeat;
	font-size:35px;
	color:#037ea8;
	display:inline-block;
	padding:0 23px;
}

.greenTitle h2{
	margin-top:20px;
	margin-bottom:15px;
}

.greenTitle>h2>span.title-text{
	background:url(../tw_img/other/green_left.jpg) top 4px left no-repeat, url(../tw_img/other/green_right.jpg) top 4px right no-repeat;
	font-size:35px;
	color:#a2d600;
	display:inline-block;
	padding:0 23px;
}

.text{
	font-size:20px;
	color:#1b1b1b;
	line-height:30px;
}

@media (max-width:992px){
aside ul{
	margin-bottom:25px;
}

.blueTitle{
	margin-top:25px;
}

.greenTitle h2{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+81,a2d600+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 81%, rgba(162,214,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 81%,rgba(162,214,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 81%,rgba(162,214,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a2d600',GradientType=0 ); /* IE6-9 */

	padding-bottom:15px;
}
}

.inquiry-delete{
	color:#1b1b1b;
	font-size:20px;
}