@charset "utf-8";
/* CSS Document */

@import "routine.css";


*{
	outline:0;
}

a, a:active, a:hover, a:focus{
	outline:0;
	text-decoration:none;
}

body{
	font-family:"微軟正黑體";
}



/*----------search-----------*/
.nav.navbar-nav.navbar-center{
	position: relative;
	padding-right: 50px;
}

.searchbox{
    min-width:40px;
    width:0%;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
	position: absolute;
	right: 0;
	top:12px;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#e5e5e5;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 0 0px 20px;
    font-size:18px;
    color:#282828;
	border-radius: 20px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #07418a;
}
.searchbox-input:-moz-placeholder {
    color: #07418a;
}
.searchbox-input::-moz-placeholder {
    color: #07418a;
}
.searchbox-input:-ms-input-placeholder {
    color: #07418a;
}

.searchbox-icon,
.searchbox-submit{
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #9f9fa0;
    background: #f0f0f0;
    border-radius: 20px;
}

.searchbox-icon{
	font-size: 20px;
}


.searchbox-open{
    width:100%;
}

@media (max-width:1200px){
	.searchbox {
		top:6px;
	}
}

@media (max-width:580px){
	.search-box{
		width:100%;
		margin-left: 0;
	}
}

@media (max-width:430px){	
	.search-box{
		width:100%;
	}
	
	.search-content p {
		right:auto;
		left: 50%;
		margin-left: -85px;
	}
	
	.search-content p a{
		margin-right: 0;
		margin-left: 0;
	}
	
	.search-content {
		width: 80%;
		float: right;
	}
}



/*************************************/
/*                 nav               */
/*************************************/
.navBar {
    background: #f0f0f0;
}

.img-responsive.logo {
    margin: 17px 0 15px;
}

.navBar .nav-content .navbar .dropdown-menu{
	left:0;
	min-width: 120px;
}

nav.navbar.bootsnav ul.nav > li.langList > a{
	color:#9f9fa0;
}

.navBar .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

#hs-ink{
	display: none;
}

.memberHidden{
	display: none !important;
}

.lang-580{
	display: none !important;
}

nav.navbar.bootsnav .navbar-nav > li > a{
	border-top: none;
}

.navBar .nav-content .navbar .navActive a{
	color: #142c77;
	text-decoration: underline;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

#navbar-menu>.nav>li>a::after {
    content: "";
    width: 1px;
    height: 18px;
    background: #242424;
    position: absolute;
    right: -1px;
}

#navbar-menu>.nav>li.nav_contact>a::after{
	display: none;
}

#navbar-menu>.nav>li.langList>a{
	font-size: 20px;
}

#navbar-menu>.nav>li.langList>a::after{
	background:#9f9fa0;
	top: 23px;
	width: 2px;
}

#navbar-menu>.nav>li:last-child>a::after {
    display: none;
}

nav .navSearch{
	display: none;
}

.navbar-form {
	margin-left: 0;
	margin-right: 0;
}


@media (min-width:991px){	
	.navBar .container{
		width:95%;
	}
	
	/*.navBar .nav-content .navbar .dropdown-menu{
		left:7px;
	}*/
}

@media (min-width:1200px){
	.navBar .container{
		width:1170px;
	}
	
	/*.navBar .nav-content .navbar .dropdown-menu{
		left:15px;
	}*/
}

@media (max-width:1200px){
	.img-responsive.logo {
		margin: 15px 0 10px;
	}
	
	#navbar-menu>.nav>li.langList>a::after {
		top: 18px;
	}
}

@media (max-width:1050px){
	.img-responsive.logo {
		margin: 18px 0 5px;
	}
}

@media (max-width:991px){
	.nav-content {
		height: 1px;
	}
	
	#hs-ink{
		display: inline-block;
		margin-right: 10px;
	}
	
	.img-responsive.logo {
		margin: 5px auto 0;
		max-width: 420px;
		width: 100%;
	}
	
	#navbar-menu>.nav>li>a::after {
		display: none;
	}
	
	.lang-580{
		display: block !important;
	}
	
	.langList{
		display: none !important;
	}
	
	.searchbox{
		display: none;
	}
	
	.navbar-form .input-group {
		width: 100%;
	}
	
	.navbar-form .input-group-btn:last-child > .btn{
		width:100%;
	}
	
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	
	nav .navSearch{
		display: block;
	}
	
	.navbar-form {
		margin-bottom: 0;
	}
	
	.search-li.logo-li {
		display: inline-block;
		width: 75%;
		margin-left: 12.5%;
	}
}

@media (max-width:680px){
	.img-responsive.logo {
		max-width: 320px;
	}
}

@media (max-width:580px){
	.navbar {
    	min-height: 10px;
	}
	
	.logo {
		top: -40px;
	}
	
	.lang{
		background: #fff;
	}
	
	.lang-580{
		display: block !important;
	}
	
	.lang-content{
		display: none;
	}
}

@media (max-width:480px){
	.img-responsive.logo {
		max-width: 280px;
	}
}

@media (max-width:430px){
	.img-responsive.logo {
		max-width: 270px;
		width:100%;
	}
}

@media (max-width:410px){
	.search-li.logo-li {
		width: 80%;
		margin-left: 20%;
	}
}

/*************************************/
/*                index              */
/*************************************/

.indexAbout{
	background: url(../tw_img/index/index_bg_1.jpg) top right no-repeat;
	background-size: cover;
	padding: 35px 0;
}

.indexAbout h5{
	font-size: 30px;
	font-weight: bold;
	color:#181818;
	font-style: italic;
	line-height: 30px;
	padding-bottom: 9px;
	border-bottom:3px solid #142c77;
	margin-bottom: 20px;
}

.indexAbout h5 span{
	color:#142c77;
}

@media (max-width:1200px){
	.indexAbout p.text{
		background: rgba(255,255,255,0.4);
		padding: 12px;
		border:1px solid #eee;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	.indexAbout h5{
		text-shadow: 1px 1px 2px rgba(0,0,0,1.8),2px 2px 3px rgba(255,255,255,1);
	}
}

@media (max-width:991px){
	.indexAbout {
		padding: 25px 0;
	}
	
	.indexAbout h5{
		margin-bottom: 15px;
	}
}

@media (max-width:767px){
	.indexAbout h5{
		font-size: 27px;
	}
}

@media (max-width:680px){
	.indexAbout {
    	background: url(../tw_img/index/index_bg_1.jpg) top right -300px no-repeat;
		background-size: cover;
	}
}

@media (max-width:480px){
	.indexAbout {
    	background: url(../tw_img/index/index_bg_1.jpg) top right -450px no-repeat;
		background-size: cover;
	}
}

@media (max-width:410px){
	.indexAbout {
    	background: url(../tw_img/index/index_bg_1.jpg) top right -550px no-repeat;
		background-size: cover;
	}
}


.indexProcess{
	background: url(../tw_img/index/index_bg_3.jpg) top right no-repeat;
	background-size: cover;
	padding: 35px 0;
}

.indexProcess h5{
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.indexProcess h5 span{
	color:#8b8b8b;
}

.processBox{
	background: url(../tw_img/index/process.png) top left no-repeat;
	padding-bottom: 20.6838%;
	background-size: 100%;
}

@media (max-width:991px){
	.indexProcess{
		padding: 25px 0;
	}
}

@media (max-width:767px){
	.processBox{
		background: url(../tw_img/index/process_2.png) top left no-repeat;
		padding-bottom: 62.175%;
		background-size: 100%;
	}
	
	.indexProcess h5{
		font-size: 27px;
	}
}

@media (max-width:480px){
	.processBox{
		background: url(../tw_img/index/process_3.png) top left no-repeat;
		padding-bottom: 78.27381%;
		background-size: 100%;
	}
}



/*************************************/
/*              index hp             */
/*************************************/

.index-hp-box{
	padding: 35px 0;
	background: #efefef;
	overflow: hidden;
}

.index-hp-box h5{
	font-size: 30px;
	font-weight: bold;
	color:#181818;
	font-style: italic;
	line-height: 30px;
	padding-bottom: 9px;
	margin-bottom: 20px;
	text-align: center;
}
.index-hp-box h5 span{
	color:#142c77;
}

.hp-box{
	position:relative;
	border:1px solid #142c77;
}

.hp-hover{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align: center;
	opacity:0; 
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size:25px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
	margin:auto;
	background: rgba(0,0,0,0.3);
}

.hp-hover img{	
	position: absolute;
	text-align: center;
	margin-top: -44px;
	top: 50%;
	left: 50%;
	margin-left: -44px;
}

.hp-list:hover .hp-hover,
.pro_box:hover .hp-hover{
	opacity:1;
}

.hp-list p{
	color:#2e2e2e;
	font-size:18px;
	line-height: 23px;
	min-height:40px;
	padding: 15px 10px 8px;
	width: 100%;
	text-align: center;
}

.hp-list:hover p{
	color:#3958bb;
}

@media (max-width:767px){
	.index-hp-box h5{
		font-size: 27px;
		padding-bottom: 0;
	}
	
	.index-hp-box {
    	padding: 25px 0;
	}
}

@media (max-width:580px){
	.slick-slide {
    	padding: 0 10px 10px;
	}
	
	.hp-list p{
		font-size: 17px;
	}
}

@media (max-width:480px){	
	.hp-list p{
		line-height: 20px;
	}
}



/*************************************/
/*               footer              */
/*************************************/
footer{
	padding: 10px 0 0;
	background: #142c77;
	color:#fff;
}

footer > .container{
	border-bottom: 1px solid #183591;
	box-shadow: 0 1px 0 #041b6a;
}

.footer_below>.container{
	border-top: 1px solid #041b6a;
	padding: 10px 0;
}

footer ul{
	margin: 10px;
	text-align: center;
}

footer ul li{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color:#fffefe;
	margin-right: 30px;
	padding: 3px 0;
}

footer ul li a{
	color:#fffefe;
}

footer ul li a:hover{
	color:#ccc;
}

footer ul li i{
	margin-right: 14px;
	position:relative;
}

footer ul li i:after{
	content:"";
	position:absolute;
	width:1px;
	height:16px;
	background: #fff;
	right:-7px;
}


@media (max-width:1200px){
	footer{
		padding: 5px 0 0;
	}
	
	footer ul{
		text-align: center;
	}
	
	footer ul li{
		margin-right: 15px;
	}
}

@media (max-width:550px){
	footer ul li {
		line-height: 18px;
	}
}

@media (max-width:480px){
	footer ul li {
		padding: 3px 0;
	}
}





.footer_below{
	padding:0 10px;
	background: #142c77;
	border-top:#2c2c2c;
}

.footerUl2{
	list-style-type: none;
	color:#fff;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#fff;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:underline;
	color:#ccc;
}

.line{
	padding: 0 10px;
}


@media (max-width: 991px) {
	.footerUl2{
		text-align:center;
	}

	.footerUl2{
		padding-left:0;
	}

	.footerUl2 li{
		  display:inherit;
	}

	.footerUl2 br{
		display:none;
	}
	
	.line{
		display: none !important;
	}
}

@media (max-width: 650px) {
	.footerUl2{
		text-align:center;
	}

	.dis2{
		display:inline;
	}
}


#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 55px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 55px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:1;
}



/*************************************/
/*              banner               */
/*************************************/
.carousel {

    overflow: hidden;

}
.banner{
	background:url(../tw_img/banner/inside_banner_01.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 12.1875%;
	width:0;
	opacity: 0;
}

@media (max-width:767px){
	.banner{
		background:url(../tw_img/banner/inside_banner_02.jpg) top center no-repeat;
		background-size: cover;
		padding-bottom: 20.43668%;
	}
}



/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.title2{
	padding:5px 10px 5px 15px;
}

.sideBar p{
	color:#fff;
	font-size:25px;
	width:100%;
	text-align:center;
	background:#11339e;
}

.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;
}

@media (max-width:991px){
	.sidBtn{
		display:block;
	}

	#sub ul{
		display:none;
	}

	.sideBar p{
		border-bottom:none;
		margin-top:0;
		text-shadow:2px 2px 2px rgba(0,0,0,0.3);
		text-align:left;
		margin-bottom: 3px;
	}

	.aside-open{
		display:block !important;
	}
	.aside{
		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{
	border-bottom:1px solid #000;
	margin-bottom: 1px;
}

#sub > ul > li > a {
	padding: 12px 10px 12px 25px;
	cursor: pointer;
	z-index: 2;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	line-height: 20px;
	background: url(../tw_img/other/aside_icon.png) left 5px center no-repeat;
}

#sub > ul > li.has-sub > a {	
	background: url(../tw_img/other/aside_icon.png) left 5px center no-repeat;
}


#sub > ul > li > a:hover{
	background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #1a2029;
	color:#fff;
}

#sub > ul > li.has-sub > a:hover{
	background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #1a2029;
	color:#fff;
}


#sub > ul > li.active3 > a {
    background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #1a2029;
	color:#fff;
}

/*#sub > ul > li.has-sub.active3 > a {
    color: #000;
    background:url(../tw_img/other/down_2.png) center right 15px no-repeat, #fabe00;
}*/

#sub > ul > li.open > a {
    background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #1a2029;
	color:#fff;
}

#sub > ul > li.has-sub.open > a {
    background: url(../tw_img/other/aside_icon_h.png) left 5px center no-repeat, #1a2029;
	color:#fff;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 12px 20px 12px 35px;
	z-index: 1;
	text-decoration: none;
	font-size: 18px;  
	color:#555555;
	line-height:18px;
	background: #fff;
	border-bottom: 1px solid #c2c2c2;
}

#sub>ul>li>ul>li{
	margin-top:0;
}

#sub > ul > li > ul > li:last-child {
    border-bottom: none;
}

#sub>ul>li>ul>li:hover > a,
#sub>ul>li>ul>li.open > a,
#sub>ul>li>ul>li.active2 > a {
	color:#007fb3;
}

#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;
	background: #fff;
	font-size: 18px;
	font-weight: 100;
	border-bottom: none;
	padding: 12px 20px 12px 40px;
}

#sub ul ul ul li a:hover{
	color:#61ad00;
	background: #fff;
}

#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:991px){
	.aside-content{
		display: none;
	}
	
	#sub {
		width: 100%;
		display:none;
	}
	
	#sub > ul > li {
		margin-bottom: 2px;
	}

	#sub > ul > li > a{
		line-height: 16px;
	}
	
	#sub ul ul li a {
		font-size: 20px;
		line-height: 16px;
	}
}


/*************************************/
/*               about               */
/*************************************/
.aboutContent{
	padding-bottom: 25px;
	border-bottom:1px solid #829591;
	margin-bottom: 25px;
}

.col-sm-6.pd0.mb10.al{
	padding-right: 3px;
}

.col-sm-6.pd0.mb10.ar{
	padding-left: 3px;
}

.aboutContent2{
	padding-right: 15px;
}

h2.proName{
	font-size: 25px;
	font-weight: bold;
	color:#142c77;
	margin-bottom: 20px;
}

@media (max-width:767px){
	.aboutContent {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	
	.col-sm-6.pd0.mb10.al{
		padding-right: 0;
	}

	.col-sm-6.pd0.mb10.ar{
		padding-left: 0;
	}
	
	.aboutContent2{
		padding-right: 0;
		margin-bottom: 15px;
	}
}


/*************************************/
/*               catalog             */
/*************************************/

.catalog_box {
    width: 30.4%;
    margin: 0 1.2% 10px; 
    display: inline-table;
}

.catalog_box img{
	border:1px solid #ccc;
}

.catalog_box img:hover{
	opacity:0.8;
}

.catalog_box p{
	font-size:17px;
	padding: 8px 10px 15px;
	text-align:center;
	color:#000;
	margin-bottom:0;
	font-family: Arial;
	line-height: 20px;
}

.catalog_box img {
    width: 100%;
}

.catalog_box:hover p {
    color: #ff1510;
}

@media (max-width:550px){
	.catalog_box {
		width: 46.8%;
	}
}

@media (max-width:350px){
	.catalog_box {
		width: 98%;
	}
}


/*************************************/
/*              contact              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#7d281d;
	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:10px auto;
}

.btn_con{
	margin: 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 130px;
	height: 39px;
	line-height: 39px;
	padding: 0 12px;	
	position: relative;
	outline: none;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c71ce+0,2a4980+100 */
	background: #3c71ce; /* Old browsers */
	background: -moz-linear-gradient(top, #3c71ce 0%, #2a4980 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3c71ce 0%,#2a4980 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3c71ce 0%,#2a4980 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c71ce', endColorstr='#2a4980',GradientType=0 ); /* IE6-9 */
}


.btn_con:hover{
	background: #1892e0;
}

.btn_con i{
	margin-right: 4px;
}



input, button, select, textarea {
	border:none;
}

.inquiry .form-control:focus {
    border-color: #e97e66;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(171, 0, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(171, 0, 0, .6);
}

.proInquiry a {
    color: #363636;
	font-size:28px;
	font-weight:800;
	position: relative;
	top: 4px;
}

.proInquiry table tr th{
	line-height:40px;
	font-size:15px;
}

.form-group select{	
	display: block;
	background:#363636;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #fff;
	border-radius: 0;
	-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;
  }
  

.proInquiry input{
	height:42px;
	border-radius:0;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #fff;
	border: 1px solid #a7a7a7;
}

.proInquiry textarea{
	border-radius:0;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #fff;
	border: 1px solid #a7a7a7;
}

.proInquiry .form-group label{
	margin-bottom:5px;
	font-size:17px;
	color:#282828;
}


@media (max-width:768px){
	.sub-content{
		width:100%;
	}

	.getCode img{
		margin-left:-15px;
		margin-right:-15px;
	}
}

@media (max-width:500px){
	.btn_con{
		width:49%;
		margin:10px 0;
	}

	.proInquiry{
		width:100%;
	}

	.conBtn {
		text-align: center;
		margin: 0 auto;
	}
}


@media (max-width:350px){
	.col-md-5.col-sm-6.col-xs-6.col-350.getCode {
		margin-top: 0;
		margin-bottom:15px;
	}
}



.contactContent{
	width: 90%;
	margin-left: 5%;
}

@media (max-width:991px){
	.contactContent{
		width: 100%;
		margin-left: 0%;
	}
}

@media (max-width:480px){
	.contactContent .mt20 {
		margin-top: 15px;
	}
}
/*-------------- map ---------------*/
.contact-map{
	height:240px;
	border:1px solid #dbdbdb;
	background: #eee;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.contact-txt{
	margin: 0 0 10px 3px;
}

.contact-txt i{
	font-size: 24px;
	margin-right: 10px;
}

@media (max-width:991px){
	.contact-map{
		height:250px;
	}
}

@media (max-width:767px){
	.contact-map{
		height:220px;
	}
}

@media (max-width:580px){
	.contact-map{
		height:200px;
	}
}

@media (max-width:480px){
	.contact-map{
		height:150px;
	}
}

/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*               others              */
/*************************************/

.text{
	font-size: 17px;
	color:#000;
	line-height: 28px;
	text-align:justify;
}

.text2{
	font-size: 20px;
	color:#1892e0;
	line-height: 20px;
	margin-bottom: 5px;
}

.insideContent{
	overflow: hidden;
	padding: 35px 0 45px;
}

.insideContent .col-md-9 .subContent{
	width:98%;
	margin-left: 2%;
	margin-top: 10px;
}

.pageTitle{
	position: relative;
	font-size: 25px;
	color:#142c77;
	line-height: 25px;
	padding-bottom: 8px;
	border-bottom: 2px solid #142c77;
	margin-bottom: 28px;
}

.pageTitle span{
	position: absolute;
	right:0;
	bottom:5px;
	font-size: 17px;
	color:#5d5050;
}

@media (max-width:991px){
	.insideContent {
		padding: 22px 0 35px;
	}
	
	.insideContent .col-md-9 .subContent{
		width:100%;
		margin-left: 0;
	}
}

@media (max-width:767px){	
	.insideContent .col-md-9 .subContent{
		margin-top: 0;
	}
	
	.pageTitle{
		font-size: 22px;
		padding-bottom: 4px;
		margin-bottom: 20px;
	}
	
	.pageTitle span {
		font-size: 16px;
		bottom: 2px;
	}
}

@media (max-width:480px){
	.pageTitle span {
		bottom: 23px;
		font-size: 15px;
	}
}




/*-----------select 箭頭 統一------------*/
.select-style1 {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 98% 50%;
}

.select-style1 select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 5px 8px;*/
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}

/*--------ie 箭頭 刪除--------*/
.select-style1 select::-ms-expand {
    display: none;
}

.select-style1 select:focus {
    outline: none;
}

.select-style1 select option{
	color:#282828;
}

@media (max-width:767px){
	.select-style1 {
		background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 97.5% 50%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 96.5% 50%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 96% 50%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 95.5% 50%;
	}
}