﻿@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:"微軟正黑體";
	background: #fafafa;
}

/*************************************/
/*                index              */
/*************************************/
.langBox{
	padding: 12px;
	background: #f6f6f6;
	overflow: hidden;
	text-align: right;
	display: block;
}

.langBox a{
	text-decoration: none;
	font-size: 15px;
	color:#5c5c5c;
	margin:0 12px;
	line-height: 15px;
}

.langBox a:hover{
	color:#000;
}

header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0054a7+0,004d9a+100 */
	background: #003F84; /* Old browsers */
	background: -moz-linear-gradient(left, #003F84 0%, #002C5F 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #003F84 0%,#002C5F 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #003F84 0%,#002C5F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003F84', endColorstr='#002C5F',GradientType=1 ); /* IE6-9 */
	z-index: 10;
	width: 100%;
}

.logo{
	margin: 15px 0;
}

.lang-767{
	display: none;
}

.lang-content{
    width:145px;
	text-align: right;
}


.btn-default {
    background-color: #fff;
    border-color: #ccc;
    width: 145px;
    height: 42px;
    border: none;
    background: #ffc600;
    border-radius: 0;
    color: #fff;
    font-size: 19px;
}

.searchBox .btn:hover, .searchBox .btn:focus, .searchBox .btn.focus{
	color:#fff;
	background: #ebe24d;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus{
	background: #ffc600;
	color:#fff;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
	background: #ffc600;
	color:#fff;
}

.lang-content .dropdown-menu{
	min-width: 145px !important;
}

.search2{
	display: none;
}

.searchBox{
	margin-top: 15px;
	display: block;
}

.searchBox .form-inline .input-group{
	width: 100%;
}

.searchBox .form-inline .input-group .input-group-btn{
	width: 50px;
}

.searchBox .form-control{
	border: none;
	font-size: 17px;
}

.searchBox .input-group .btn{
	padding: 3px 10px;
	font-size: 18.5px;
	color:#8a8b8f;
	font-weight: 100;
}

@media (max-width:1200px){
	.logo{
		margin: 21px 5px 10px 5px;
	}
	
	.searchBox .form-inline .input-group .input-group-btn {
		width: 45px;
	}
}

@media (max-width:991px){
	.langBox{
		display: none;
	}
	
	header{
		position:static;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdcdc+1,f2f2f2+36,f2f2f2+68,e6e6e6+100 */
		background: #0b58a2;
	}	
	
	.lang-content {
		width: 280px;
		margin: 0 auto;
		overflow: hidden;
		display: none;
	}
	
	.search2{
		display: block;
	}
	
	.searchBox{
		display: none;
	}
	
	.logo {
		margin: 10px 5px 5px;
	}
}

@media (max-width:991px){
	.header-lang{
		display: none;
	}

	.lang-767{
		display: block;
		text-align: center;
		margin-top: 12px;
	}

	.lang-767 p a,
	.lang-767 p{
		color:#282828;
	}

	.lang-767 p a:hover,
	.lang-767 p a.lang-active{
		color:#8e8e8e;
	}
	
	.logo-991{
		display: none;
	}
	
	.logo{	
		max-width: 300px;
	}
}

@media (min-width:768px){
	.navbar-nav {
		float: right;
		margin: 0;
	}
}

@media (max-width:767px){
	.logo{	
		max-width: 270px;
		margin: 10px auto 6px;
	}
}

@media (max-width:480px){
	header{
		padding-bottom: 3px;
	}
	
	.logo{
		max-width: 220px;
		margin: 10px auto 6px;
	}	
	
	.lang-767 {
		margin-top: 5px;
	}
	
	.header-info {
		display: none;
	}
}



/*************************************/
/*             navigation            */
/*************************************/

.nav-content .navbar{
	min-height: 40px;
}

.navbar-default .navbar-nav > 
.active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color:#ebe24d;
}

nav.navbar.bootsnav ul.nav > li > a{
	position: relative;
	color: #fff;	
}

nav.navbar.bootsnav ul.nav > li.navActive > a,
nav.navbar.bootsnav ul.nav > li > a:hover{
	color:#ebe24d;
}

/*nav.navbar.bootsnav ul.nav > li > a::after {
    content: "";
    width: 1px;
    height: 17px;
    background: #fff;
    position: absolute;
    right: -20px;
	margin-top: 2px;
}

nav.navbar.bootsnav ul.nav > li:last-child > a::after {
    display: none;
}*/

nav.navbar.bootsnav ul.nav > li > a:hover {
	color: #ebe24d;
}

.nav-content .navbar-brand {
    height: 40px;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color:transparent;
}

ul.navbar-nav>li>ul>li>a{
	font-size: 16px;
}

.search-li{
	display: none !important;
}

.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
	
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: #1c5cab;
	color:#fff !important;
}

.dropdown-menu {
    min-width: 160px;
	font-size: 15px;
}

.dropdown-menu > li > a {
    padding: 3px 8px;
}


.form-control,
.btn{
	border-radius: 0;
}

.search2 .btn{
	background: #f0f0f0;
}

.search2 .btn:hover, 
.search2 .btn:focus, 
.search2 .btn.focus{
	background: #ebe24d;
	color:#333;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 20px;
}

@media (max-width:991px){
	nav.navbar.bootsnav ul.nav > li > a:after,
	nav.navbar.bootsnav ul.nav > li:last-child > a:before{
		display:none;
	}
	
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
		top: -1px;
	}
	
	.navbar-default .navbar-nav > .active > a:focus {
		color:transparent;
		background-color:transparent;
	}
	
	ul.navbar-nav>li>ul>li>a{
		font-size: 17px;
		font-weight: bold;
		color:#ececec !important;
	}
	
	ul.navbar-nav>li>ul>li>a.active,
	ul.navbar-nav>li>ul>li>a.focus,
	ul.navbar-nav>li>ul>li>a.on{
		color:#ffc600 !important;
	}
	
	ul.navbar-nav>li>ul>li:last-child a{
		border-bottom: none;
	}
	
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	ul.navbar-nav>li:first-child{
		margin-bottom: 2px;
	}
	
	.nav > li > a{
		margin: 0;
	}
	
	nav.navbar.bootsnav ul.nav > li.navActive > a,
	nav.navbar.bootsnav ul.nav > li > a:hover{
		color:#ebe24d;
	}
}

@media (max-width:991px){
	.search-li{
		display: block !important;
	}
	
	.search-li.logo-li{
		display: inline-block !important;
	}
		
	.navbar-default .navbar-form {
		border: none;
	}
	
	nav.navbar.bootsnav ul.nav > li:first-child > a:hover{
		background-color: transparent;
	}
	
	.search-li p a {
		width: 33.333333%;
		display: inline-block;
		text-align: center;
		background: #3b3b38;
		border:none;
		border-right: 1px solid #fff;
		margin-bottom: 4px;
		line-height: 35px;
		color:#fff;
		font-weight: bold;	
		font-size: 16px;
		margin-top:3px;
		float: left;
	}
	
	.search-li p a:hover{
		background: #000;
	}
	
	.search-li p a:last-child{
		border-right: none;
	}
		
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 18px;
		width:35px;
	}
}

@media (max-width:767px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 17px;
	}
}

@media (max-width:480px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 12px;

	}
}

@media (max-width:370px){
	.search-li.logo-li{
		float: right;
	}
}


/*************************************/
/*               banner              */
/*************************************/
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0.7;
    width: 35px;
    height: 50px;
    z-index: 100;
    color: #ccc;
    display: block;
    font-size: 50px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;    
}

.control-round:hover .carousel-control{
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1){
    left: 40%;
}

.control-round .carousel-control.right>span:nth-child(1){
    right: 40%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 48%;
    bottom: 5%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}

.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}

.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: auto;
    top: 23%;
    right: 10%;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 10px 25px 15px;
    width: 35%;
    background: rgba(0,0,0,0.4);    
}

.slide-text > h1 {
    
    padding: 0;
    color: #e9e9e9;
    font-size: 35px;
    font-style: normal;
    line-height: 50px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	font-weight:500;
	text-shadow:3px 3px 5px rgba(0,0,0,0.7);
}

.slide-text > p {
    padding: 0;
    color: #e9e9e9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	font-weight:bold;
	text-shadow:2px 2px 2px rgba(0,0,0,0.7);
}

.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 12px 17px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #0054a7;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #000;
    background: #f1ca08;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

@media (max-width:1300px){
	.slide-text {
    	top: 10%;
		width: 40%;
		right: 6%;
	}
	
	.slide-text > h1 {
		font-size: 28px;
		line-height: 42px;
	}
	
	.slide-text > p{
		line-height: 22px;
		letter-spacing: 0;
	}
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
	.slide-text h1 {
		font-size: 25px;
		line-height: 40px;
		font-weight: 600;
		text-shadow:1px 1px 3px rgba(0,0,0,0.6);
		margin-bottom: 5px;
	}

	.slide-text > p {
		line-height: 20px;
		text-shadow: none;
		font-size:14px;
		margin-bottom: 15px;
	}

	.slide-text {
		top: 8%;
	}
}

@media (max-width:900px){
	.slide-text {
    	top: 20%;
		width: 40%;
		right: 6%;
	}
	
	.slide-text h1 {
		font-size: 27px;
		line-height: 50px;
	}
	
	.slide-text > p{
		display: none;
	}
}

@media (max-width:767px){
	.slide-text {
    	top: 15%;
		width: 40%;
		right: 6%;
		padding: 5px 15px 15px;
	}
	
	.slide-text h1 {
		font-size: 25px;
		line-height: 50px;
		display: block;
	}
	
	.slide-text > p{
		display: none;
	}
}

@media (max-width:680px){
	.slide-text {
    	top: 20%;
		right: 10px;
		width:55%;
		background: none;
		
	}
	
	.slide-text h1 {
		font-size: 22px;
		line-height: 40px;
		margin-bottom: 0;
		text-shadow:0px 0px 2px rgba(0,0,0,0.9);
	}
	
	.slide-text > a.btn-primary{
		display: none;
	}
}

@media (max-width:400px){
	.slide-text {
    	top: 20%;
		right: 10px;
		width:100%; 
		
	}
	
	.slide-text h1 {
		margin-left: 15px;
	}
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {

.control-round .carousel-control{
	display: none;
}

.indicators-line > .carousel-indicators{
	display:none;
}
}

@media  (max-width: 480px) {
.slide-text h1 {
	font-size: 20px;
	line-height: 45px;
}

.slide-text > a.btn-default, 
.slide-text > a.btn-primary {
	font-size: 10px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 10px 15px;
}
.indicators-line > .carousel-indicators{
	display: none;
}
}

/*************************************/
/*                index              */
/*************************************/
section.main{
	margin-top: 80px;
	margin-bottom: 60px;
	overflow: hidden;
	margin-left: -1%;
	margin-right: -1%;
}

article {
	float: left;
	width: 23%;
	background: #fff;
	margin: 10px 1%;
	padding-bottom: 20px;
    position:relative;
}

article.ex02 img{
	margin: 0 auto 18px;
}

article.ex02 p{
	font-size: 16px;
	line-height: 25px;
	color:#333;
	padding: 0 15px;
	margin-bottom: 22px;
}

article.ex02 h5{
	font-size: 22px;
	color:#0054a7;
	line-height: 22px;
	margin-bottom: 12px;
	padding: 0 15px;
}

article.ex02 a{
	background: url(../tw_img/index/moreIcon.png) left center no-repeat;
	padding-left: 17px;
	font-size: 16px;
	color:#0054a7;
	line-height: 16px;
	display: inline-block;
	margin: 0 15px;
    position:absolute;
    bottom:15px;
}

article.ex02 a:hover{
	font-weight: bold;
}

@media (max-width:1200px){
	section.main {
		margin-top: 60px;
		margin-bottom: 50px;
	}
}

@media (max-width:991px){
	section.main {
		margin-top: 40px;
		margin-bottom: 35px;
	}
}

@media (max-width: 900px) {
	article {
		width: 48%
	}
}

@media (max-width:767px){
	section.main {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	
	article.ex02 h5{
		font-size: 20px;
	}
}

@media (max-width:580px){
	section.main {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}


.indexTitleBox{
	border-bottom: 1px solid #bfbfbf;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.indexTitleBox p{
	display: inline-block;
	border-bottom:2px solid #1e65ab;
	padding-bottom: 7px;
	font-size: 27px;
	color:#575656;
}

.indexTitleBox p span{
	color:#a3a3a3;
}

.indexTitleBox a{
	position: absolute;
	right:0;
	font-size: 17px;
	color:#0054a7;
	font-weight: bold;
	bottom: 10px;
}

.section1,
.section2{
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+98,414344+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #ffffff 98%, #414344 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 1%,#ffffff 98%,#414344 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 1%,#ffffff 98%,#414344 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#414344',GradientType=0 ); /* IE6-9 */
}

.col-index{
	position: relative;
  	min-height: 1px;
	float: left;
}

.col-index.col-index-1{
	width:43%;	
}

.col-index.col-index-1 .col-index-1-1{
	padding-bottom: 54.9515%;
	background: url(../tw_img/index/index_05.jpg) center center no-repeat;
	background-size: 100%;
	position: relative;
	display: inherit;
}

.col-index p{
	position: absolute;
	width: 100%;
	padding: 12px;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	bottom: 0;
	transition: all 0.3s;
}

.col-index:hover p{
	background: rgba(0,0,0,0.4);
}

.col-index.col-index-2{
	width:28.5%;	
}

.col-index.col-index-2 .col-index-2-1{
	padding-bottom: 82.74854%;
	background: url(../tw_img/index/index_06.jpg) center center no-repeat;
	background-size: 125%;
	position: relative;
	display: inherit;
}

.col-index.col-index-2 .col-index-2-2{
	padding-bottom: 82.74854%;
	background: url(../tw_img/index/index_07.jpg) center center no-repeat;
	background-size: 125%;
	position: relative;
	display: inherit;
}

.col-index.col-index-3{
	width:50%;	
}

.col-index.col-index-3 .col-index-3-1{
	padding-bottom: 47.1667%;
	background: url(../tw_img/index/index_08.jpg) center center no-repeat;
	background-size: 100%;
	position: relative;
	display: inherit;
}

.col-index.col-index-3 .col-index-3-2{
	padding-bottom: 47.1667%;
	background: url(../tw_img/index/index_09.jpg) center center no-repeat;
	background-size: 100%;
	position: relative;
	display: inherit;
}

@media (max-width:991px){
	.indexTitleBox{
		margin-bottom: 30px;
	}
}

@media (max-width:767px){
	.indexTitleBox{
		margin-bottom: 20px;
	}
	
	.indexTitleBox p{
		font-size: 25px;
	}
}

@media (max-width:580px){
	.col-index.col-index-1{
		width:100%;	
	}
		
	.col-index.col-index-2{
		width:50%;	
	}
}

@media (max-width:480px){
	.indexTitleBox p{
		font-size: 22px;
	}
	
	.col-index.col-index-2{
		width:100%;	
	}
	
	.col-index.col-index-3{
		width:100%;	
	}
	
	.col-index.col-index-1 .col-index-1-1{
		padding-bottom: 47.1667%;
		background: url(../tw_img/index/index_05.jpg) bottom center no-repeat;
		background-size: 100%;
	}
	
	.col-index.col-index-2 .col-index-2-1{
		padding-bottom: 47.1667%;
		background: url(../tw_img/index/index_06.jpg) bottom center no-repeat;
		background-size: 100%;
	}

	.col-index.col-index-2 .col-index-2-2{
		padding-bottom: 47.1667%;
		background: url(../tw_img/index/index_07.jpg) bottom center no-repeat;
		background-size: 100%;
	}
}



.indexSection3{
	margin: 60px auto 40px;
	overflow: hidden;
}

.indexSection3 .row .col-md-5{
	width: 45%;
}

.indexSection3 .row .col-md-7{
	width: 55%;
}

.indexSection3 ul>li>ul{
	margin: 20px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}

.indexSection3 ul>li:first-child>ul{
	margin:7px 0 0;
}

.indexSection3 ul>li:last-child>ul{
	border-bottom: none;
}

.indexSection3 ul>li>ul>li{
	display: table-cell;
	vertical-align: middle;
}

.indexSection3 ul>li>ul>li:first-child{
	padding:15px 5px 10px;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	color:#595959;
	font-weight: bold;
	background: #ececec;
	width: 100px;
	vertical-align: middle;
}

.indexSection3 ul>li>ul>li:first-child span{
	font-size: 15px;
}

.indexSection3 ul>li>ul>li:last-child{
	padding-left: 30px;
	width: calc(100% - 100px);
}

.indexSection3 ul>li>ul>li:last-child a h3{
	font-size: 17px;
	color:#858585;
	font-weight: bold;
	line-height: 28px;
}

.indexSection3 ul>li>ul>li:last-child a p{
	font-size: 15px;
	color:#858585;
	font-weight: 100;
	line-height: 24px;
}

.indexSection3 ul>li>ul:hover>li:first-child{
	background: #595959;
	color: #ececec;
}

.indexSection3 ul>li>ul:hover>li:last-child a h3{
	color: #1e65ab;
}

.indexSection3 ul>li>ul:hover>li:last-child a p{
	color: #000;
}

@media (max-width:1200px){
	.indexSection3{
		margin: 50px auto 35px;
	}
}

@media (max-width:991px){
	.indexSection3{
		margin: 40px auto 25px;
	}
	
	.indexSection3 .row .col-md-5{
		display: none;
	}

	.indexSection3 .row .col-md-7{
		width: 100%;
	}
	
	.indexSection3 ul>li:first-child>ul{
		margin:0;
	}
}

@media (max-width:580px){
	.indexSection3 ul>li>ul>li:last-child{
		padding-left: 20px;
	}
}

@media (max-width:400px){
	.indexSection3 ul>li>ul>li:last-child{
		padding-left: 15px;
	}
}



/*************************************/
/*               index hp            */
/*************************************/

.hp-list .hp-box{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.hp-list:hover .hp-box{
	box-shadow: 0 0 0 4px #1a5ea0;
}

.hp-list p{
	padding: 10px;
	color:#292929;
	font-size: 18px;
	text-align: center;
}

.hp-list:hover p{
	color:#1a5ea0;
}

.index-hp h3{
	font-size: 32px;
	font-weight: bold;
	color:#3b3a3e;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width:991px){
	.index-hp{
		padding: 30px 0;
	}
	
	.hp-list:hover .hp-box{
		box-shadow: 0 0 0 3px #1a5ea0;
	}
}

@media (max-width:767px){
	.index-hp{
		padding: 25px 0;
	}
	
	.index-hp h3{
		font-size: 28px;
		margin-bottom: 25px;
	}
	
	.hp-list:hover .hp-box{
		box-shadow: 0 0 0 2px #1a5ea0;
	}

}


/*************************************/
/*               footer              */
/*************************************/

footer{
	padding: 25px 0;
	overflow: hidden;
	background-size: cover;
	box-shadow: 0 500px 0 500px #0054a7;
	background: #e4e3e3;
	margin-top: 60px;
}

footer .container{
	position: relative;
}

footer ul.ftInfo{
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul.ftInfo li{
	font-size: 16px;
	color:#333333;
	line-height: 30px;
}

footer ul.ftInfo li a{
	color:#333;
	text-decoration: none;
}

footer ul.webMap{
	outline-style: none;
	padding: 0;
	margin: 0;
}

footer ul.webMap li{
	display: inline-block;
	margin-right: 10px;
}

footer ul.webMap li a{
	background: url(../tw_img/other/ft_dot.png) center left no-repeat;
	padding-left: 13px;
	font-size: 16px;
	color:#333;
	line-height: 30px;
	margin-bottom: 8px;
	display: inline-block;
}

.footer_below{
	padding:7px 0 10px;
	font-size:15px;
	font-family: Arial;
	background: #0054a7;
}

.footerUl2{
	list-style-type: none;
	color:#dadada;
	font-size:15px;
	line-height:20px;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#dadada;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#ccc;
}

.ftLogo2{
	position: absolute;
	right: 0;
	bottom:-10px;
}

.ftLogo3{
	position: absolute;
	bottom:-20px;
	right: 280px;
}

@media (max-width: 991px) {
	.footerUl2{
		text-align:center;
	}

	.footerUl2{
		padding-left:0;
	}

	.footerUl2 li{
		  display:inherit;
	}

	.footerUl2 br{
		display:none;
	}
}

@media (max-width:767px){
	footer {
    	padding: 10px 0;
		margin-top: 40px;
	}
	
	footer ul.ftInfo{
		margin-bottom: 10px;
	}
	
	footer ul.ftInfo li{
		text-align: center;
		line-height: 25px;
	}
	
	footer ul.webMap{
		text-align: center;
	}
	
	footer ul.webMap li a{
		line-height: 20px;
	}
	
	.ftLogo2{
		position:static;
		right: auto;
		bottom:auto;
		text-align: center
	}
	.ftLogo3 {
		display: contents;
	}
}

@media (max-width: 650px) {
	.footerUl2{
		text-align:center;
		font-size:15px;
	}

	.dis2{
		display:inline;
	}
}

@media (max-width:580px){
	footer {
		margin-top: 30px;
	}
}

@media (max-width:400px){
	footer {
		margin-top: 20px;
	}
}



#gotop {
    bottom: 40px;
    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;
}

@media (max-width:767px){
	#gotop {
		bottom: 20px;
		right: 10px;
		height: 40px;
		width: 40px;
		background-image:url(../tw_img/other/top.png);
		background-size: cover;
	}
}



/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.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{
	margin-bottom: 1px;
}

/*aside #sub>ul>li>ul>li>a,
aside #sub>ul>li>ul>li:hover>a,
aside #sub>ul>li>ul>li.open>a{
	background: url(../tw_img/other/aside_icon.png) center left 16px no-repeat;
}*/

aside #sub>ul>li>ul>li>ul>li>a{
	color:#5e5e5e;
	font-weight: 600;
}

@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 35px;
	cursor: pointer;
	z-index: 2;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	background: url(../tw_img/other/aside_dot.png) center left 15px no-repeat ,#1a5ea0;
	line-height: 20px;
	font-weight: 600;
}

#sub > ul > li.has-sub > a{
	background: url(../tw_img/other/aside_dot.png) center left 15px no-repeat,url(../tw_img/other/aside_right.png) center right 15px no-repeat ,#1a5ea0;
	padding: 15px 35px;
}

#sub > ul > li > a:hover{
	color: #fdd000;
	background: url(../tw_img/other/aside_dot.png) center left 15px no-repeat ,#1a5ea0;
}

#sub > ul > li.has-sub > a:hover{
	background: url(../tw_img/other/aside_dot.png) center left 15px no-repeat,url(../tw_img/other/aside_right.png) center right 15px no-repeat ,#1a5ea0;
	color:#fdd000;
}


#sub > ul > li.active3 > a {
    color: #fdd000;
	background: url(../tw_img/other/aside_dot.png) center left 15px no-repeat ,#1a5ea0;
}

#sub > ul > li.has-sub.active3 > a{
	background: url(../tw_img/other/aside_dot.png) center left 15px no-repeat,url(../tw_img/other/aside_right.png) center right 15px no-repeat ,#1a5ea0;
	padding: 15px 35px;
	color: #fdd000;
}

#sub > ul > li.open > a {
    color: #fdd000;
    background: url(../tw_img/other/aside_dot.png) center left 15px no-repeat ,#1a5ea0;
}

#sub > ul > li.has-sub.open > a {
    color: #fdd000;
	background: url(../tw_img/other/aside_dot.png) center left 15px no-repeat,url(../tw_img/other/aside_down.png) center right 15px no-repeat ,#1a5ea0;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 15px 20px 15px 35px;
	z-index: 1;
	text-decoration: none;
	font-size: 17px;  
	background:#fff;
	color:#333333;
	line-height:18px;
	border-bottom: 1px dotted #ddd;
}

#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 {
	color: #333333;
	background:#ededed;
}

#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_img/other/dot.jpg) top 16px left 41px no-repeat,#fff;
}

#sub ul ul ul li a:hover{
	color:#000;
	background: url(../tw_img/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 32px;
		background: url(../tw_img/other/aside_dot.png) center left 12px no-repeat ,#1a5ea0;
	}
	
	#sub > ul > li > a:hover{
		color: #fff;
		background: url(../tw_img/other/aside_dot.png) center left 12px no-repeat ,#1a5ea0;
	}

	#sub > ul > li.active3 > a {
		color: #fdd000;
		background: url(../tw_img/other/aside_dot.png) center left 12px no-repeat ,#1a5ea0;
	}

	#sub > ul > li.open > a {
		color: #fdd000;
		background: url(../tw_img/other/aside_dot.png) center left 12px no-repeat ,#1a5ea0;
	}

}

@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;
	}
}


/*************************************/
/*                about              */
/*************************************/

/*-------company 01------------------*/
img.about01{
	margin-bottom: 50px;
    max-height: 500px;
}

img.about01+h6{
	font-size: 30px;
	font-weight: bold;
	color:#c00000;
	margin-bottom: 30px;
	text-align: center;
}

img.about01+h6~p{
	margin-bottom: 35px;
}

.about01Pic{
	background: url(../cn_img/about/about_01_02.png);
	background-size: cover;
	padding-bottom: 100%;
	overflow: hidden;
}

@media (max-width:767px){
	img.about01{
		margin-bottom: 35px;
	}

	img.about01 + h6 {
    	font-size: 26px;
		margin-bottom: 20px;
	}
	
	img.about01+h6~p{
		margin-bottom: 25px;
	}
}

@media (max-width:600px){
	.about01Pic{
		background: url(../cn_img/about/about_01_03.png);
		background-size: cover;
		padding-bottom: 165.77947%;
	}
}

@media (max-width:480px){
	img.about01{
		margin-bottom: 25px;
	}

	img.about01 + h6 {
    	font-size: 22px;
		margin-bottom: 15px;
	}
	
	img.about01+h6~p{
		margin-bottom: 20px;
	}
}


/*-------company 02------------------*/

.about02 ul.about02Ul1{
	margin: 30px 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.about02 ul.about02Ul1 li{
	display: inline-block;
	margin-bottom: 10px;
	float: left;
}

.about02 ul.about02Ul1 li p{
	text-align: center;
	margin-top: 3px;
}

.about02 ul.about02Ul1 li:nth-child(1),
.about02 ul.about02Ul1 li:nth-child(2){
	width: 27.25%;
	margin-right: 3.25%;
}

.about02 ul.about02Ul1 li:nth-child(3){
	width: 39%;
}

.about02 ul.about02Ul2,
.about02 ul.about02Ul2>li>ul{
	margin: 0;
	padding: 0;
}

.about02 ul.about02Ul2{
	margin-top: 20px;
}

.about02 ul.about02Ul2>li>ul{
	margin-bottom: 25px;
}

.about02 ul.about02Ul2>li>ul>li{
	display: table-cell;
}

.about02 ul.about02Ul2>li>ul>li>span{
	display: inline-block;
	background: url(../tw_img/about/about_02_dot.png) center left 7px no-repeat, #636363;
	border-radius: 10px;
	padding: 3px 10px 4px 19px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 85px;
	line-height: 20px;
	position: relative;
}

.about02 ul.about02Ul2 > li > ul > li > span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #636363;
    top: 50%;
}

.about02 ul.about02Ul2>li>ul>li:first-child{
	width: 115px;
	overflow: hidden;
}

.about02 ul.about02Ul2>li>ul>li:last-child{
	width: calc(100% - 115px);
	font-size: 17px;
	color:#4d4d4d;
	line-height: 30px;
	padding-left: 5px;
	vertical-align: middle;
}

@media (max-width:991px){
	.about02 ul.about02Ul1{
		margin: 20px 0;
	}
}

@media (max-width:767px){
	.about02 ul.about02Ul1{
		margin: 10px 0;
	}
	
	.about02 ul.about02Ul2>li>ul{
		margin-bottom: 20px;
	}
}

@media (max-width:700px){
	.about02 ul.about02Ul1 li:nth-child(1),
	.about02 ul.about02Ul1 li:nth-child(2){
		width: 47.25%;
		margin-right: 5%;
	}
	
	.about02 ul.about02Ul1 li:nth-child(2){
		margin-right: 0;
	}
	
	.about02 ul.about02Ul1 li:nth-child(3){
		width: 100%;
	}
}

@media (max-width:580px){
	.about02 ul.about02Ul2>li>ul{
		margin-bottom: 15px;
	}
	
	.about02 ul.about02Ul2>li>ul>li:last-child{
		line-height: 25px;
	}
}

@media (max-width:480px){
	.about02 ul.about02Ul2>li>ul>li:first-child{
		width: 95px;
	}

	.about02 ul.about02Ul2>li>ul>li:last-child{
		width: calc(100% - 95px);
	}
}


/*-------company 03------------------*/

.infoContent2 {
    padding: 40px 0 60px;
    overflow: hidden;
	background: url(../tw_img/about/about_03_bg.png) right bottom -60px no-repeat;
}

@media (max-width:991px){
	.infoContent2 {
		padding: 30px 0 50px;
		overflow: hidden;
		background: url(../tw_img/about/about_03_bg.png) right bottom -50px no-repeat;
	}
}

@media (max-width:767px){
	.infoContent2 {
		padding: 20px 0 40px;
		overflow: hidden;
		background: url(../tw_img/about/about_03_bg.png) right bottom -20px no-repeat;
		background-size: contain;
	}
}


/*-------company 04------------------*/

ul.about04Ul{
	margin-bottom: 60px;
}

ul.about04Ul li{
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

ul.about04Ul li h4{
	font-size: 22px;
	color:#0371db;
	font-weight: bold;
	margin-bottom: 5px;
}

ul.about04Ul li p{
	font-size: 19px;
	color:#333;
	line-height: 30px;
}

.about04Pic{
	background: url(../cn_img/about/about_04_03.png);
	background-size: cover;
	padding-bottom: 168.9119%;
	overflow: hidden;
}

@media (max-width:991px){
	ul.about04Ul {
		margin-bottom: 45px;
	}
}

@media (max-width:767px){
	ul.about04Ul {
		margin-bottom: 35px;
	}
}


@media (max-width:600px){
	.about04Pic{
		background: url(../cn_img/about/about_04_04.png);
		background-size: cover;
		padding-bottom: 223.67067%;
	}
}


/*-------company 05------------------*/

.about05Pic{
	background: url(../cn_img/about/about_05_02.png);
	background-size: cover;
	padding-bottom: 73.846154%;
	overflow: hidden;
}

.dis-600{
	display: none;
}

@media (max-width:600px){
	.about05Pic{
		background: url(../cn_img/about/about_05_03.png);
		background-size: cover;
		padding-bottom: 120.25052%;
	}
	
	.dis-600{
		display: block;
		margin-top: 20px;
	}
	
	.dis-600 div:nth-child(1){
		padding-right: 2px;
	}
	
	.dis-600 div:nth-child(2){
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.dis-600 div:nth-child(3){
		padding-left: 2px;
	}
}



/*-------company 06------------------*/

.about06{
	margin-bottom: 30px;
}

@media (max-width:767px){
	.about6Content .col-xs-6:nth-child(odd){
		padding-right: 7px;
	}
	
	.about6Content .col-xs-6:nth-child(even){
		padding-left: 7px;
	}
	
	.about06{
		margin-bottom: 15px;
	}

}


/*-------company 06------------------*/

.about7content{
	margin-top: 30px;
}

@media (max-width:767px){	
	.about7content{
		margin-top: 15px;
	}
	
	.about7content div:nth-child(1){
		padding-right: 2px;
	}
	
	.about7content div:nth-child(2){
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.about7content div:nth-child(3){
		padding-left: 2px;
	}
}


/*-------company 08------------------*/

.about8Content h4{
	font-size: 30px;
	color:#4787c6;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: 50px;
}

.about8Content h4 span{
	font-size: 16px;
	color:#b7b5b5;
	display: block;
}

.about08Pic{
	background: url(../cn_img/about/about_08_02.png);
	background-size: cover;
	padding-bottom: 168.6606%;
	overflow: hidden;
}

.about8Content h5{
	font-size: 30px;
	color:#4787c6;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 30px;
	margin-top: 50px;
}

.about8pic .col-xs-12{
	margin-bottom: 30px;
}

.about8pic .col-xs-6 p{
	font-size: 18px;
	color:#333;
	line-height: 28px;
	background: url(../tw_img/about/about_08_dot.png) top 5px left no-repeat;
	padding-left: 22px;
	margin-top: 15px;
} 

@media (max-width:767px){
	.about8Content h4,
	.about8Content h5{
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 10px;
		margin-top: 40px;
	}
	
	.about8pic .col-xs-6 p{
		font-size: 17px;
		line-height: 25px;
	} 

}

@media (max-width:600px){
	.about08Pic{
		background: url(../tw_img/about/about_08_03.png);
		background-size: cover;
		padding-bottom: 204.57413%;
	}
	
	.about8pic .col-xs-12{
		margin-bottom: 15px;
	}
}

@media (max-width:580px){
	.about8Content h4{
		font-size: 23px;
		line-height: 23px;
		margin-bottom: 0;
		text-align: left;
	}
	
	.about8Content h5{
		font-size: 23px;
		line-height: 25px;
	}
	
	.about8pic .col-xs-6.a81{
		padding-right: 8px;
	}
	
	.about8pic .col-xs-6.a82{
		padding-left: 8px;
	}
	
	.about8pic .col-xs-6 p{
		font-size: 16px;
		margin-top: 10px;
		padding-left: 20px;
	} 
}



/*-------company 09------------------*/

.about09Pic{
	background: url(../cn_img/about/about_09_02.png);
	background-size: cover;
	padding-bottom: 140.15444%;
	overflow: hidden;
}

.about9List section.main {
    margin-top: 30px;
    margin-bottom: 0;
}

.about9List article {
    float: left;
    width: 32.9333%;
    margin: 10px 0.2%;
    padding-bottom: 0;
	background: url(../cn_img/about/about_09_bg.jpg) repeat-y;
	background: contain;
}

.about9List article:nth-child(4),
.about9List article:nth-child(5){
	width: 49.6%;
}

.about9List article p{
	padding: 12px 10px 18px;
	font-size: 17px;
	line-height: 24px;
	color:#fff;
	text-align: justify;
}

@media (max-width:767px){
	.about9List article p{
		padding: 10px 10px 15px;
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width:600px){
	.about09Pic{
		background: url(../cn_img/about/about_09_03.png);
		background-size: cover;
		padding-bottom: 184.89%;
	}
}

@media (max-width:480px){
	.about9List article p{
		padding: 8px 8px 12px;
		font-size: 15px;
		line-height: 18px;
	}
}


/*-------company 10------------------*/

.infoContent.about10Content{
	background:url(../cn_img/about/about_10_bg.png) center bottom 15px no-repeat, #fff;
	background-size: contain;
	padding: 40px 40px 500px;
	overflow: hidden;
}

.about10Pic{
	overflow: hidden;
	position: relative;
}

.about10Pic p{
	position: absolute;
	top:12px;
	left: 15px;
	text-shadow: 1px 2px rgba(255,255,255,0.5);
}

@media (max-width:991px){
	.infoContent.about10Content{
		padding: 30px 30px 330px;
	}
}

@media (max-width:767px){
	.about10Pic p{
		top:8px;
		left: 12px;
	}
	
	.infoContent.about10Content{
		padding: 20px 20px 310px;
	}
}

@media (max-width:680px){
	.infoContent.about10Content{
		padding: 20px 20px 280px;
	}
}

@media (max-width:580px){
	.infoContent.about10Content{
		padding: 20px 20px 240px;
	}
}

@media (max-width:480px){		
	.infoContent.about10Content{
		background:url(../cn_img/about/about_10_bg.png) center bottom no-repeat;
		background-size: contain;
		padding: 20px 0 180px;
	}
	
	.about10Pic p{
		top:4px;
		left: 8px;
	}
}


/*-------company 11------------------*/

.about11map{
	width: 98%;
	position: relative;
	background: #c9c9c9;
	margin-left: 2%;
	margin-top: 40px;
}

.about11map .map{
	width: 100%;
	margin-left: 2%;
	box-shadow: 0 0 0 1px #c9c9c9;
	height: 480px;
	position: relative;
	top: -6px;
	right: 26px;
}

.infoContent.about11content p{
	font-size: 18px;
	line-height: 35px;
	color:#333;
}

.infoContent.about11content p.pMb{
	margin-bottom: 30px;
}

.infoContent.about11content h6{
	font-size: 28px;
	line-height: 35px;
	color:#4787c6;
	background: url(../tw_img/about/about_11_dot.jpg) top 10px left no-repeat;
	padding-left: 25px;
	margin: 30px 0 10px;
}

.infoContent.about11content h6 span{
	font-size: 20px;
}

@media (max-width:1200px){
	.about11map .map{
		right: 22px;
	}
}

@media (max-width:991px){
	.about11map .map{
		height: 380px;
	}
}

@media (max-width:767px){
	.about11map .map{
		height: 320px;
	}
	
	.infoContent.about11content h6{
		font-size: 24px;
		line-height: 30px;
		background: url(../tw_img/about/about_11_dot.jpg) top 8px left no-repeat;
		padding-left: 22px;
		margin: 25px 0 5px;
		font-weight: bold;
	}

	.infoContent.about11content h6 span{
		font-size: 18px;
	}
}

@media (max-width:480px){
	.about11map .map{
		right: 18px;
	}
}


/*************************************/
/*          sitenews search          */
/*************************************/

.newsSearch{
	text-align: right;
	font-size: 20px;
	color:#4c4b4c;
	font-weight: bold;
	margin-bottom: 30px;
}

.newsSearch span{
	margin-right: 5px;
}

.newsSearch input.textField{
	width: 270px;
	height: 41px;
	border:1px solid #dcdcdc;
	padding: 0 15px;
	font-size: 19px;
	color:#333;
	font-weight: 500;
}

.newsSearch input.newsBut{
	background: url(../tw_img/other/news_Search.jpg) center center no-repeat;
	width:41px;
	height: 41px;
	border:none;
	float: right;
	margin-left: 5px;
}

.newsSearch input.newsBut:hover{
	opacity: 0.8;
}

@media (max-width:580px){
	.newsSearch span{
		display: none;
	}
	
	.newsSearch input.textField{
		width: calc(100% - 46px);
	}
}



/*************************************/
/*             sitenews              */
/*************************************/

.sitenewsContent ul>li>ul{
	margin: 20px 0 0;
	padding-bottom: 15px;
	border-bottom: 1px dashed #d2d2d2;
	overflow: hidden;
}

.sitenewsContent ul>li:first-child>ul{
	margin:7px 0 0;
}

.sitenewsContent>ul>li:last-child {
    margin-bottom: 20px;
}

.sitenewsContent ul>li>ul>li{
	/*display: table-cell;
	vertical-align: middle;*/
	float: left;
}

.sitenewsContent ul>li>ul>li:first-child{
	padding:15px 5px 10px;
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	color:#1a5ea0;
	font-weight: bold;
	background: #ececec;
	width: 100px;
	vertical-align: middle;
}

.sitenewsContent ul>li>ul>li:first-child span{
	font-size: 16px;
	color:#595959;
}

.sitenewsContent ul>li>ul>li:last-child{
	padding-left: 30px;
	width: calc(100% - 100px);
	margin-bottom: 0;
}

.sitenewsContent ul>li>ul>li:last-child a h5{
	font-size: 17px;
	color:#1a5ea0;
	font-weight: bold;
	line-height: 21px;
	text-align: justify;
	margin-bottom: 4px;
}

.sitenewsContent ul>li>ul>li:last-child a p{
	font-size: 16px;
	color:#333;
	font-weight: 500;
	line-height: 24px;
	text-align: justify;
}

.sitenewsContent ul>li>ul:hover>li:first-child{
	background: #fdd000;
}

.sitenewsContent ul>li>ul:hover>li:last-child a h5{
	color: #1a5ea0;
}

.sitenewsContent ul>li>ul:hover>li:last-child a p{
	color: #333;
}

.sitenewsContent ul>li>ul>li:last-child a span{
	display: inline-block;
	float:right;
	width: 100px;
	height: 32px;
	text-align: center;
	color:#333;
	background: #e2e2e2;
	font-size: 19px;
	margin-top: 5px;
}

.sitenewsContent ul>li>ul:hover>li:last-child a span{
	background: #fdd000;
}


@media (max-width:991px){	
	.sitenewsContent ul>li:first-child>ul{
		margin:0;
	}
}

@media (max-width:580px){
	.sitenewsContent ul>li>ul>li:last-child{
		padding-left: 20px;
	}
	
	.sitenewsContent ul>li>ul>li:last-child a p{
		line-height: 22px;
	}

	.sitenewsContent ul>li>ul>li:last-child a span{
		display: none;
	}
}

@media (max-width:400px){
	.sitenewsContent ul>li>ul>li:last-child{
		padding-left: 15px;
	}
}


/*************************************/
/*           sitenews view           */
/*************************************/
.sitenewsView h4{
	border-bottom:1px solid #d2d2d2;
}

.sitenewsView h4 span{
	font-size: 20px;
	color:#1a5ea0;
	font-weight: bold;
	line-height: 22px;
	background: url(../tw_img/other/news_title.jpg) left top repeat-y;
	padding-left:15px;
	padding:5px 0 6px 15px;
	display: block;
	margin-bottom: 5px;
}

.sitenewsDate{
	font-size: 16px;
	color:#949494;
	text-align: right;
	margin: 15px 0 25px;
}



/*************************************/
/*            exhibitnews            */
/*************************************/

.exhibitnewsContent ul>li>ul{
	margin: 20px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}

.exhibitnewsContent ul>li:first-child>ul{
	margin:7px 0 0;
}

.exhibitnewsContent ul>li>ul>li{
	display: table-cell;
	vertical-align: top;
}

.exhibitnewsContent ul>li>ul>li>img{
	width: 100%;
}

.exhibitnewsContent ul>li>ul>li:first-child{
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	color:#1a5ea0;
	font-weight: bold;
	width: 32%;
}

.exhibitnewsContent ul>li>ul>li:first-child span{
	font-size: 16px;
	color:#595959;
}

.exhibitnewsContent ul>li>ul>li:last-child{
	padding-left: 30px;
	width: 68%;
	position: relative;
	padding-bottom: 42px;
}

.exhibitnewsContent ul>li>ul>li:last-child a h5{
	font-size: 18px;
	color:#1a5ea0;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 5px;
	text-align: justify;
}

.exhibitnewsContent ul>li>ul>li:last-child a p{
	font-size: 16px;
	color:#333;
	font-weight: 500;
	line-height: 24px;
}

.exhibitnewsContent ul>li>ul:hover>li:last-child a h5{
	color: #1a5ea0;
}

.exhibitnewsContent ul>li>ul:hover>li:last-child a p{
	color: #333;
}

.exhibitnewsContent ul>li>ul>li:last-child a span{
	display: inline-block;
	width: 100px;
	height: 32px;
	text-align: center;
	color:#333;
	background: #e2e2e2;
	font-size: 19px;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.exhibitnewsContent ul>li>ul:hover>li:last-child a span{
	background: #fdd000;
}


@media (max-width:991px){	
	.exhibitnewsContent ul>li:first-child>ul{
		margin:0;
	}
}

@media (max-width:580px){
	.exhibitnewsContent ul>li>ul{
		padding-bottom: 12px;
	}
	
	.exhibitnewsContent ul>li>ul>li:first-child{
		width: 28%;
	}
	
	.exhibitnewsContent ul>li>ul>li:last-child{
		padding-left: 10px;
		width: 62%;
		padding-bottom: 47px;
	}
	
	.exhibitnewsContent ul>li>ul>li:last-child a h5{
		font-size: 17px;
	}
	
	.exhibitnewsContent ul>li>ul>li:last-child a p{
		line-height: 22px;
	}
}

@media (max-width:400px){
	.exhibitnewsContent ul>li>ul>li:first-child{
		display: none;
	}
	
	.exhibitnewsContent ul>li>ul>li:last-child{
		padding-left: 0;
	}
}



/*************************************/
/*               back                */
/*************************************/
#newsBack{
	color:#fff;	
	font-size:17px;
	padding:2px 12px;	
	position:relative;
	outline:none;
	margin-top:30px;
	text-align: right;
}

#newsBack a{
	color:#333;
	margin-top:0;
	outline:0;
	font-size:18px;
	padding: 0;
	line-height: 40px;
	width:130px;
	height:40px;
	display: inline-block;
	background: #e2e2e2;
}

#newsBack a:hover{
	background:#333;
}

#newsBack a:hover{
	color:#fff;
}

@media (max-width:400px){
	#newsBack{
		width:100%;
		text-align:center;
	}

	#newsBack a{
		width:100%;
	}
}


/*************************************/
/*              pronews              */
/*************************************/

.pronewsContent .download-list{
	text-align:center;
	vertical-align:middle;
}

.pronewsContent .download-list .div-tr:first-child .div-td{
	color: #fff;
	background: #4c96df;
	padding: 8px 15px;
	font-size: 18px;
}

.pronewsContent .download-list .no{
	width:25%;
}

.pronewsContent .download-list .subject{
	width:60%;
}

.pronewsContent .download-list .down-icon{
	width:15%;
}


.pronewsContent .download-list>div{
	background:#fff;
}

.pronewsContent .download-list .div-tr:nth-child(odd) {
    background: #f8f8f8;
}

.pronewsContent .download-list .div-tr .div-td{
	padding:8px 15px;
	font-size:18px;
	color:#282828;
	vertical-align:middle;
	border-bottom: 1px solid #1e2937;
}

.pronewsContent .download-list .div-tr .div-td{
	border-right: 1px solid #66b3ff;
	border-bottom: 1px solid #66b3ff;
}

.pronewsContent .download-list .div-tr .div-td:first-child {
    border-left: 1px solid #66b3ff;
}

.pronewsContent .download-list .div-tr .div-td:nth-child(2){
	text-align:left;
}

.pronewsContent .download-list .div-tr .div-td a{
	color:#464646;
	display:block;
}

.pronewsContent .download-list .div-tr:hover .div-td a{
	color: #be8e28;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.pronewsContent .download-list .div-tr .div-td a i{
	font-size: 25px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	color: #464646;
	position: relative;
    top: 3px;
}

.pronewsContent .download-list .div-tr .div-td a i:hover{
	color:#3b87b1;
}

.pronewsContent .icon-inline{
	display:none;
}

.pronewsContent .downloadIcon{
	display: none;
}

.pronewsContent .icon-inline2 img {
    position: relative;
    top: 3px;
}

@media (max-width:680px){	
	.pronewsContent .download-list{
		text-align:left;
		border:1px solid #fff;
	}

	.pronewsContent .download-list .no, 
	.pronewsContent .download-list .down-icon{
		display:none;
	}

	.pronewsContent .download-list .subject{
		width:100%;
	}

	.pronewsContent .download-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #66b3ff;
		padding: 3px;
	}
	
	.pronewsContent .download-list .div-tr:first-child .div-td:nth-child(2) {
		padding: 9px;
		text-align: center;
	}

	.pronewsContent .download-list .div-tr .div-td:last-child{
		padding: 3px 8px;
	}
	
	.pronewsContent .download-list .div-tr .div-td:nth-child(2) {
		padding: 3px 10px;
	}
	
	/*.download-list .div-tr .div-td:nth-child(1),*/
	.pronewsContent .download-list .div-tr .div-td:nth-child(3){
		display:none;
	}

	.pronewsContent .icon-inline{
		display:inherit;	
		margin-right:15px;
	}

	.pronewsContent .icon-inline2{
		display:none;
	}

	.pronewsContent .download-list .div-tr .div-td{
		font-size:17px;
	}

	.pronewsContent .download-list .div-tr .div-td a{
		display:block;
	}


	.pronewsContent .download-list .div-tr .div-td a:hover i {
		color: #3b87b1;
	}

	.pronewsContent .cell-767{
		display:table-cell;
	}
		
	.pronewsContent .downloadIcon{
		display: table-cell;
		position: relative;
		top: 2px;
	}
	
	.pronewsContent .download-list .div-tr .div-td:first-child {
		border-left: none;
		border-bottom: none;
	}
}

@media (max-width:480px){
	.pronewsContent .carousel-indicators{
		display: none;
	}
}

/*************************************/
/*          responsibility           */
/*************************************/
.responsibility .respon01{
	margin-bottom: 25px;
}

.responsibility .respon02{
	margin-bottom: 20px;
}

.responsibility p{
	margin-bottom: 25px;
}

.responsibility h6{
	font-size: 21px;
	color:#1a5ea0;
	line-height: 32px;
	padding-left: 15px;
	background: url(../tw_img/other/respon_icon.png) top 10px left no-repeat;
}

.responsibility p.h6{
	font-size: 21px;
	color:#1a5ea0;
	line-height: 32px;
	margin-bottom: 5px;
}

.respon03{
	margin-top: 70px;
}

.respon03 ul li{
	font-size: 16px;
	line-height: 32px;
	color:#333;
}

@media (max-width:767px){
	.responsibility .respon01{
		margin-bottom: 15px;
	}
	
	.responsibility p.h6{
		text-align: center;
	}
	
	.respon03 ul li{
		line-height: 28px;
		text-align: center;
	}
}

@media (max-width:580px){
	.responsibility .respon01{
		margin-bottom: 10px;
	}
	
	.responsibility .respon02{
		margin-bottom: 10px;
	}

	.responsibility p{
		margin-bottom: 20px;
	}
	
	.responsibility h6{
		font-size: 18px;
		background: url(../tw_img/other/respon_icon.png) top 7px left no-repeat;
		line-height: 28px;
	}
	
	.responsibility p.h6{
		font-size: 18px;
		line-height: 28px;
	}
}



/*************************************/
/*            respReport             */
/*************************************/

.respReportContent .download-list{
	text-align:center;
	vertical-align:middle;
}

.respReportContent .download-list .div-tr:first-child .div-td{
	color: #fff;
	background: #4c96df;
	padding: 8px 15px;
	font-size: 17px;
	line-height: 20px;
}

.respReportContent .download-list .no{
	width:58%;
}

.respReportContent .download-list .subject{
	width:12%;
}

.respReportContent .download-list .subject2{
	width:20%;
}

.respReportContent .download-list .down-icon{
	width:10%;
}


.respReportContent .download-list>div{
	background:#fff;
}

.respReportContent .download-list .div-tr:nth-child(odd) {
    background: #f8f8f8;
}

.respReportContent .download-list .div-tr .div-td{
	padding:7px 15px;
	font-size:17px;
	color:#282828;
	vertical-align:middle;
	border-bottom: 1px solid #1e2937;
}

.respReportContent .download-list .div-tr .div-td{
	border-right: 1px solid #66b3ff;
	border-bottom: 1px solid #66b3ff;
}

.respReportContent .download-list .div-tr .div-td:first-child {
    border-left: 1px solid #66b3ff;
	text-align: left;
	padding: 7px 20px;
}

.respReportContent .download-list .div-tr .div-td:nth-child(2){
	text-align:center;
}

.respReportContent .download-list .div-tr .div-td a{
	color:#464646;
	display:block;
}

.respReportContent .download-list .div-tr:hover .div-td a{
	color: #be8e28;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.respReportContent .download-list .div-tr .div-td a i{
	font-size: 25px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	color: #464646;
	position: relative;
    top: 3px;
}

.respReportContent .download-list .div-tr .div-td a i:hover{
	color:#3b87b1;
}

.respReportContent .icon-inline{
	display:none;
}

.respReportContent .downloadIcon{
	display: none;
}

.respReportContent .icon-inline2 img {
    position: relative;
    top: 3px;
}

@media (max-width:680px){	
	.respReportContent .download-list{
		text-align:left;
		border:1px solid #fff;
	}

	.respReportContent .download-list .subject, 
	.respReportContent .download-list .subject2,
	.respReportContent .download-list .down-icon{
		display:none;
	}

	.respReportContent .download-list .subject,
	.respReportContent .download-list .subject2{
		width:100%;
	}

	.respReportContent .download-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #66b3ff;
		padding: 3px;
	}
	
	.respReportContent .download-list .div-tr:first-child .div-td:nth-child(1) {
		padding: 9px;
		text-align: center;
	}

	.respReportContent .download-list .div-tr .div-td:last-child{
		padding: 3px 8px;
	}
	
	.respReportContent .download-list .div-tr .div-td:nth-child(2),
	.respReportContent .download-list .div-tr .div-td:nth-child(3){
		padding: 3px 7px;
		width: auto;
		float: right;
		border-bottom: 1px dashed #b9b9b9;
		font-size: 15px;
		color: #555;
	}

	.respReportContent .icon-inline{
		display:inherit;	
		margin-right:15px;
	}

	.respReportContent .icon-inline2{
		display:none;
	}

	.respReportContent .download-list .div-tr .div-td{
		font-size:17px;
	}

	.respReportContent .download-list .div-tr .div-td a{
		display:block;
	}


	.respReportContent .download-list .div-tr .div-td a:hover i {
		color: #3b87b1;
	}

	.respReportContent .cell-767{
		display:table-cell;
	}
		
	.respReportContent .downloadIcon{
		display: table-cell;
		position: relative;
		top: 2px;
	}
	
	.respReportContent .download-list .div-tr .div-td:first-child {
		border-left: none;
		border-bottom: none;
	}
	
	.respReportContent .download-list .div-tr .div-td:first-child {
		padding: 7px 10px;
	}
}

@media (max-width:480px){
	.respReportContent .carousel-indicators{
		display: none;
	}
}




/*************************************/
/*              investor             */
/*************************************/
.investorContent {
    padding: 40px 25px 60px;
    overflow: hidden;
}


/*************************************/
/*           investor table          */
/*************************************/
.investor_01 .inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-collapse: separate;
}

.investor_01 .inquiry_table .thead,
.investor_01 .inquiry_table .tbody{
    display: table-header-group;
}

.investor_01 .inquiry_table .tr {
    display: table-row;
}

.investor_01 .inquiry_table .tr:nth-child(even){
	background: #f8f8f8;
}

.investor_01 .inquiry_table .thead .th, 
.investor_01 .inquiry_table .tbody .td {
    display: table-cell;
    padding: 12px 5px;
	border-bottom: 1px solid #66b3ff;
	border-right: 1px solid #66b3ff;
}

.investor_01 .inquiry_table .thead .th {
    color: #fff;
    text-align: center;
    background: #4c96df;
    position: relative;
	font-size: 17px;
}

.investor_01 .inquiry_table .tbody .td {
    color:#c2a109;
    text-align: center;
    vertical-align: middle;
	font-size: 16px;
	display: table-cell;
    padding: 10px 5px;
	line-height: 25px;
}

.investor_01 .inquiry_table .tbody .td:first-child{
	color:#00435c;
}

.investor_01 .inquiry_table .tbody .td a{
	color:#c2a109;
}

.investor_01 .inquiry_table .tbody .td a:hover{
	text-decoration: underline;
}

.investor_01 .inquiry_table .thead .th:first-child, 
.investor_01 .inquiry_table .tbody .td:first-child {
	border-left: 1px solid #66b3ff;
}

.investor_01 .inquiry_table .tr .td:nth-child(1) {
    width: 16%;
}
 
.investor_01 .inquiry_table .tr .td:nth-child(2) {
    width: 21%;
}

.investor_01 .inquiry_table .tr .td:nth-child(3) {
    width: 21%;
}
 
.investor_01 .inquiry_table .tr .td:nth-child(4) {
    width: 21%;
}

.investor_01 .inquiry_table .tr .td:nth-child(5) {
    width: 21%;
}

@media (max-width:680px){
	.investor_01 .inquiry_table {
		background: transparent;
	}

	.investor_01 .inquiry_table .thead {
		display: none;
	}

	.investor_01 .inquiry_table .tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid rgba(108,108,108,0.35);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
		width: 48.5%;
		float: left;
	}
	
	.investor_01 .inquiry_table .tr:nth-child(odd){
		margin-right: 1.5%;
	}

	.investor_01 .inquiry_table .tbody .td:before {
		position: relative;
		float: left;
		font-weight: 700;
		color:#4c4f50;
	}

	.investor_01 .inquiry_table .tr .td:nth-child(1), 
	.investor_01 .inquiry_table .tr .td:nth-child(1), 
	.investor_01 .inquiry_table .tr .td:nth-child(2), 
	.investor_01 .inquiry_table .tr .td:nth-child(2), 
	.investor_01 .inquiry_table .tr .td:nth-child(3), 
	.investor_01 .inquiry_table .tr .td:nth-child(3),
	.investor_01 .inquiry_table .tr .td:nth-child(4), 
	.investor_01 .inquiry_table .tr .td:nth-child(4),
	.investor_01 .inquiry_table .tr .td:nth-child(5), 
	.investor_01 .inquiry_table .tr .td:nth-child(5) {
		width: 100%;
	}

	.investor_01 .inquiry_table .tbody .td {
		text-align: right;
		background: #f7f7f7;
		padding: 10px 15px;
	}

	.investor_01 .inquiry_table .thead .th, 
	.investor_01 .inquiry_table .tbody .td {
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 1px dashed #fff;
	}

	.investor_01 .inquiry_table .tbody .tr:last-child .td {
		border-bottom: 1px dashed #fff;
	}

	.investor_01 .inquiry_table .tbody .td:first-child,
	.investor_01 .inquiry_table .tbody .td:last-child{
		border-bottom: none;
		border-left: none;
	}

	.investor_01 .inquiry_table .tbody .tr:last-child .td:first-child,
	.investor_01 .inquiry_table .tbody .tr:last-child .td:last-child {
		border-bottom: none;
	}
	
	.investor_01 .inquiry_table .tbody .td:nth-child(1){
		text-align: center;
		font-size: 18px;
		background: #4c96df;
		color: #fff;
		padding: 7px;
	}

	.investor_01 .inquiry_table .tbody .td:nth-child(1):before {
		content: "";
	}

	.investor_01 .inquiry_table .tbody .td:nth-child(2):before {
		content: "第一季";
		text-align: left;
	}
	
	.investor_01 .inquiry_table .tbody .td:nth-child(3):before {
		content: "第二季";
		text-align: left;
	}

	.investor_01 .inquiry_table .tbody .td:nth-child(4):before {
		content: "第三季";
		text-align: left;
	}
	
	.investor_01 .inquiry_table .tbody .td:nth-child(5):before {
		content: "第四季";
		text-align: left;
	}
}

@media (max-width:580px){
	.investor_01 .inquiry_table .tbody .td {
		padding: 10px;
	}
}

@media (max-width:480px){
	.investor_01 .inquiry_table .tr {
		width: 100%;
		float:none;
	}
	
	.investor_01 .inquiry_table .tr:nth-child(odd){
		margin-right: 0;
	}
	
	.investor_01 .inquiry_table .tbody .td {
		padding: 10px 15px;
	}
}





/*************************************/
/*              investor2            */
/*************************************/
.investor2Title{
	font-size: 18px;
	color:#4787c6;
	line-height: 30px;
	background: url(../tw_img/other/investor_dot.png) top 7px left no-repeat;
	padding-left:20px;
}


/*************************************/
/*          investor2 select         */
/*************************************/
.overviewSelect{
	display: inline-block;
	float:right;
	margin-right: 1.5%;
}

.overviewSelect span.addRt{
	display: inline-block;	
}

.overviewSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	background: #fff;
	background-image: none;
	border:1px solid #ccc;
}
/* Custom Select */
.overviewSelect .select {
	position: relative;
	display: block;
	height: 30px;
	background: #fff;
	overflow: hidden;
	font-size:16px;
}
.overviewSelect select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 22px 0 10px;
	color: #3b3b3b;
	cursor: pointer;
	min-width: 120px;
}
.overviewSelect select::-ms-expand {
	display: none;
}
/* Arrow */
.overviewSelect .select::after {
	content: '\25BC';
	position: absolute;
	top: -1px;
	right: 0px;
	bottom: 0;
	padding: 5px;
	pointer-events: none;
	font-size: 16px;
}
/* Transition */
.overviewSelect .select:hover::after {
	color: #3b3b3b;
}
.overviewSelect .select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	color:#3b3b3b;
}


@media (max-width:409px){
	.overviewSelect span.addRt {
		top: 51px;
		right: 0;
	}
}

@media (max-width:360px){
	.overviewSelect select {
		min-width: 90px;
	}
}




/*************************************/
/*           investor2 table         */
/*************************************/

.investor_02 .inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-collapse: separate;
	margin-top: 15px;
}

.investor_02 .inquiry_table .thead,
.investor_02 .inquiry_table .tbody{
    display: table-header-group;
}

.investor_02 .inquiry_table .tr {
    display: table-row;
}

.investor_02 .inquiry_table .thead .th, 
.investor_02 .inquiry_table .tbody .td {
    display: table-cell;
    padding: 12px 5px;
	border-bottom: 1px solid #66b3ff;
	border-right: 1px solid #66b3ff;
}

.investor_02 .inquiry_table .thead .th {
    color: #fff;
    text-align: center;
    background: #4c96df;
    position: relative;
	font-size: 17px;
}

.investor_02 .inquiry_table .tbody .td {
    color:#333;
    text-align: center;
    vertical-align: middle;
	font-size: 16px;
	display: table-cell;
    padding: 15px 10px;
	line-height: 25px;
}

.investor_02 .inquiry_table .tbody .td:first-child{
	color:#00435c;
}

.investor_02 .inquiry_table .thead .th:first-child, 
.investor_02 .inquiry_table .tbody .td:first-child {
	border-left: 1px solid #66b3ff;
}

.investor_02 .inquiry_table .tr .td:nth-child(1) {
    width: 17%;
}
 
.investor_02 .inquiry_table .tr .td:nth-child(2) {
    width: 66%;
	text-align: left;
}

.investor_02 .inquiry_table .tr .td:nth-child(3) {
    width: 17%;
}

@media (max-width:680px){
	.investor_02 .inquiry_table {
		background: transparent;
	}

	.investor_02 .inquiry_table .thead {
		display: none;
	}

	.investor_02 .inquiry_table .tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid #66b3ff;
		box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
		width: 100%;
	}

	.investor_02 .inquiry_table .tbody .td:before {
		position: relative;
		float: left;
		font-weight: 700;
		color:#4c4f50;
	}

	.investor_02 .inquiry_table .tr .td:nth-child(1), 
	.investor_02 .inquiry_table .tr .td:nth-child(1), 
	.investor_02 .inquiry_table .tr .td:nth-child(2), 
	.investor_02 .inquiry_table .tr .td:nth-child(2), 
	.investor_02 .inquiry_table .tr .td:nth-child(3), 
	.investor_02 .inquiry_table .tr .td:nth-child(3){
		width: 100%;
	}

	.investor_02 .inquiry_table .tbody .td {
		text-align: left;
		background: #f7f7f7;
		padding: 10px 15px;
	}

	.investor_02 .inquiry_table .thead .th, 
	.investor_02 .inquiry_table .tbody .td {
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 1px dashed #fff;
	}

	.investor_02 .inquiry_table .tbody .tr:last-child .td {
		border-bottom: 1px dashed #fff;
	}

	.investor_02 .inquiry_table .tbody .td:first-child,
	.investor_02 .inquiry_table .tbody .td:last-child{
		border-bottom: none;
		border-left: none;
	}

	.investor_02 .inquiry_table .tbody .tr:last-child .td:first-child,
	.investor_02 .inquiry_table .tbody .tr:last-child .td:last-child {
		border-bottom: none;
	}
	
	.investor_02 .inquiry_table .tbody .td:nth-child(1){
		color: #333;
		padding: 10px;
	}

	.investor_02 .inquiry_table .tbody .td:nth-child(1):before {
		content: "會議日期：";
		color: #4c96df;
		font-size: 17px;
		margin-right: 5px;
	}

	.investor_02 .inquiry_table .tbody .td:nth-child(2):before {
		content: "摘錄：";
		text-align: left;
		width: 100%;
		color: #4c96df;
		font-size: 17px;
	}
	
	.investor_02 .inquiry_table .tbody .td:nth-child(3):before {
		content: "年報下載：";
		color: #4c96df;
		font-size: 17px;
		margin-right: 10px;
	}
}

@media (max-width:580px){
	.investor_02 .inquiry_table .tbody .td {
		padding: 10px;
	}
}

@media (max-width:480px){
	.investor_02 .inquiry_table .tbody .td {
		padding: 10px 15px;
	}
}



/*************************************/
/*              investor3            */
/*************************************/
.investor_03 ul{
	margin-left: 20px;
}

.investor_03 ul li{
	display: inline-block;
	font-size: 16px;
	color:#333;
	margin:10px 0;
}

.investor_03 ul li input[type="text"]{
	border:1px solid #dcdcdc;
	width:85px;
	height: 30px;
	margin: 0 5px;
	padding: 0 10px;
	line-height: 28px;
}

.investor_03 ul li input[type="submit"],
.investor_03 ul li input[type="reset"]{
	width: 73px;
	height: 30px;
	background: #e2e2e2;
	line-height: 30px;
	text-align: center;
	border: none;
	margin-left: 10px;
}

.investor_03 ul li input[type="submit"]:hover,
.investor_03 ul li input[type="reset"]:hover{
	background: #fdd000;
}

.investor_03 ul.investorInfo li{
	display: inline-block;
	margin:10px 15px 10px 0;;
	width: 25%;
	float: left;
}

@media (max-width:1200px){
	.investor_03 ul.investorInfo li{
		width: 30%;
	}
}

@media (max-width:680px){
	.investor_03 ul li:first-child{
		width: 100%;
		display: block;
		margin-bottom: 0;
	}	
	
	.investor_03 ul.investorInfo li:first-child{
		width: 30%;
	}
}

@media (max-width:580px){
	.investor_03 ul.investorInfo li:first-child{
		width: 32%;
	}
	
	.investor_03 ul.investorInfo li{
		margin:10px 5px 10px 0;
		width: 32%;
	}	
}

@media (max-width:480px){
	.investor_03 ul li input[type="text"]{
		width:60px;
	}
	
	.investor_03 ul li input[type="submit"],
	.investor_03 ul li input[type="reset"]{
		width: 55px;
		margin-left: 5px;
		font-size: 15px;
	}
}

@media (max-width:430px){
	.investor_03 ul.investorInfo li{
		margin:10px 5px 10px 0;
		width: 48%;
	}
	
	.investor_03 ul.investorInfo li:first-child{
		width: 48%;
	}
	
	.investor_03 ul.investorInfo li:last-child{
		width: 100%;
		text-align: center;
	}
	
	.investor_03 ul.investorInfo li:last-child a{
		display: block;
	}
	
	.investor_03 ul.investorInfo li:last-child a img{
		margin: 0 auto;
	}
}

@media (max-width:380px){
	.investor_03 ul{
		margin-left: 0px;
	}
}

/*************************************/
/*              investor4            */
/*************************************/
.investor4Table{
	margin-top: 20px;
}

table.table.investor4Table{
	font-size: 17px;
}

table.table.investor4Table tbody tr th,
table.table.investor4Table tbody tr td{
	padding: 11px 20px;
	font-weight: 500;
	border: 1px solid #66b3ff;
}

table.table.investor4Table tbody tr th:first-child{
	text-align: center;
	width: 100px;
}

table.table.investor4Table tbody tr th{
	color:#fff;
	background: #4c96df;
	font-size: 18px;
}

table.table.investor4Table tbody tr td{
	color:#00435c;
}

table.table.investor4Table tbody tr:nth-child(odd){
	background: #f8f8f8;
}

table.table.investor4Table tbody tr td a{
	color:#333;
}

table.table.investor4Table tbody tr td a:hover{
	color: #be8e28;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

table.table.investor4Table tbody tr td:first-child{
	text-align: center;
}

@media (max-width:767px){
	.investor4Table{
		margin-top: 10px;
	}
}

@media (max-width:580px){
	table.table.investor4Table tbody tr th,
	table.table.investor4Table tbody tr td{
		padding: 11px 12px;
	}
}

@media (max-width:480px){
	table.table.investor4Table tbody tr th:first-child{
		width: 90px;
	}
	
	table.table.investor4Table tbody tr:nth-child(2n+1) {
		background: #f3f3f3;
	}
}



/*************************************/
/*              investor5            */
/*************************************/
.investor5{
	margin-top: 20px;
}

table.table.investor5Table{
	font-size: 17px;
}

table.table.investor5Table tbody tr th,
table.table.investor5Table tbody tr td{
	padding: 11px 10px;
	font-weight: 500;
	border: 1px solid #66b3ff;
	text-align: center;
}

table.table.investor5Table tbody tr th{
	color:#fff;
	background: #4c96df;
}

table.table.investor5Table tbody tr th span{
	font-size: 14px;
	display: block;
}

table.table.investor5Table tbody tr td{
	color:#333;
}

table.table.investor5Table tbody tr:nth-child(odd){
	background: #f8f8f8;
}

table.table.investor5Table tbody tr td a:hover{
	color: #be8e28;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

@media (max-width:767px){
	.investor5{
		margin-top: 10px;
	}
}

@media (max-width:580px){
	table.table.investor5Table tbody tr th,
	table.table.investor5Table tbody tr td{
		padding: 11px 12px;
	}
}

@media (max-width:480px){
	table.table.investor5Table tbody tr:nth-child(2n+1) {
		background: #f3f3f3;
	}
}



/*************************************/
/*              investor6            */
/*************************************/
.investor_06 p.investor6Title {
    font-size: 20px;
    color: #4787c6;
    line-height: 30px;
    background: url(../tw_img/other/investor_dot.png) top 8px left no-repeat;
    padding-left: 20px;
	margin-top: 15px;
}

.investor_06 p{
	font-size: 16px;
	line-height: 28px;
	color:#333;
	text-align: justify;
}

.investor_06 ul li{
	font-size: 16px;
	line-height: 26px;
	color:#333;
}

.investorPic01{
	margin: 15px auto;
}

@media (max-width:580px){
	.investor_06 .col-580-100{
		width: 100%;
		margin-left: 0;
	}
}


/*************************************/
/*            contact us             */
/*************************************/
.redStar{
	color:#d60000;
	font-size: 18px;
}

.contact_information{
	margin-bottom: 20px;
	font-size: 17px;
	color: #333;
	padding: 0px;
}

.infor_box{
	margin-bottom: 10px;
	min-height: 150px;
}

.contact_information .infor_title{
	font-size: 18px;
	color: #004d9a;
	font-weight: bold;
}

.infor_sub{
	font-size: 20px;
	color: #e60012;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	display: table;
}

.contactUs label {
    font-weight: 500;
	font-size: 17px;
}

.contactUs .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
          box-shadow: inset 0 0 0 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;
}

.contactUs .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

.contactUs .form-horizontal .control-label{
	padding-right: 0;
}

.prSet{
	padding-right: 0;
}

.getCode img{
	padding-top:6px;
	text-align:left;
}

.getCode{
	padding-right: 0;
}

.conBtn.col-md-12 {
    text-align: right;
	margin-top: 10px;
}

.conBtn.col-md-12 button.btn_con{
	width: 137px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 17px;
	color:#333;
	border:none;
	background: #e2e2e2;
	margin-left: 15px;
}

.conBtn.col-md-12 button.btn_con:hover{
	background: #fdd000;
}

input.unit{
	position:relative;
}

input+span.unit{
	font-size: 15px;
	color:#aeaeae;
	position:absolute;
	right: 30px;
	top:6px;
}

.contactUs .map{
	width: 100%;
	height: 265px;
	border:1px solid #b3b3b3;
	margin-bottom: 25px;
}

.contactTxt{
	font-size: 17px;
	color:#333;
	line-height: 25px;
	margin-bottom: 20px;
}

.contactTxt2{
	font-size: 17px;
	color:#d60000;
	line-height: 25px;
	margin-bottom: 20px;
}

.contactRadio{
	margin: 15px 0 20px;
}

.contactRadio .list-inline {
    font-size: 18px;
    color: #1a5ea0;
}

.contactRadio .list-inline > li{
	margin-right: 15px;
}

.contactRadio .list-inline input{
	height: 15px;
	margin-bottom: 15px;
	position: relative;
	top:2px;
}

.contactRadio .list-inline > li:first-child {
    margin-left: 45px;
}

@media (max-width:1200px){
	.infor_box{
		min-height: 180px;
	}
	.contactRadio .list-inline > li:first-child {
		margin-left: 25px;
	}
}

@media (max-width:991px){
	.infor_box{
		min-height: auto;
	}
	.contactRadio .list-inline > li:first-child {
		margin-left: 45px;
	}
}

@media (max-width:767px){
	.prSet{
		padding-right: 15px;
	}
	
	.prSet .select-style1 {
		margin-bottom: 5px;
	}
	
	.contactUs label{
		margin-bottom: 2px;
		font-weight: bold;
	}
	
	.conBtn.col-md-12 {
		text-align: center;
	}
	
	.conBtn.col-md-12 button.btn_con{
		margin: 0 5px;
	}
	
	.contactRadio .list-inline {
		margin-bottom: 10px;
	}
	
	.contactRadio .list-inline > li:first-child {
		margin-left: 15px;
	}
}

@media (max-width:600px){
	.contactRadio .list-inline > li:first-child {
		margin-left: 0;
	}
	
	.contactRadio .list-inline{
		margin-left: 15px;
	}
	
	.contactRadio .list-inline > li{
		margin-left: 0;
	}
}

@media (max-width:380px){
	.col-380{
		width:100%;
	}
	
	.getCode img{
		padding-top:0;
	}
	
	.conBtn.col-md-12 button.btn_con{
		width: 110px;
	}
	
	.contactRadio .list-inline{
		margin-left: 10px;
	}
}


/*************************************/
/*            Certification          */
/*************************************/
.infoContent3{
	padding: 40px 0 60px;
	overflow: hidden;
}

.subContent.subContent2{
	margin-top: 60px;
	background: transparent;
}

.infoSet{
	overflow: hidden;
	margin-bottom: 25px;
	background: #f2f2f2;
	position: relative;
}

.infoSet .setLeft{
	padding: 35px 10px 25px 25px;	
}

.infoSet .setLeft h5{
	font-size: 28px;
	color:#0053a4;
	margin-bottom: 8px;
}

.infoSet .setLeft h6{
	font-size: 18px;
	color:#db0214;
	margin-bottom: 20px;
}

.infoSet .setLeft p{
	font-size: 18px;
	color:#333;
	line-height: 30px;
	text-align: justify;
}

.setLeft ul{
	margin: 10px 0;
}

.setLeft ul li{
	margin-bottom: 7px;
}

.infoSetBtn{
	text-align: right;
}

.infoSetBtn a{
	width:125px;
	height: 35px;	
	font-size: 19px;
	line-height: 33px;
	text-align: center;
	background: #f2f2f2;
	color:#db0214;
	display: inline-block;
	border: 1px solid #db0214;
}

.infoSetBtn a:hover{
	color:#fff;
	background: #db0214;
}

.infoSet .setRight{
	position: relative;
}

.infoSet.infoSet1 .setRight{
	overflow: hidden;
	background: url(../tw_img/certification/certification_06.jpg) center right no-repeat;
	background-size: cover;
	padding-bottom: 58.7%;
}

.infoSet.infoSet2 .setRight{
	overflow: hidden;
	background: url(../tw_img/certification/certification_07.jpg) center right no-repeat;
	background-size: cover;
	padding-bottom: 58.7%;
}

.infoSet.infoSet3 .setRight{
	overflow: hidden;
	background: url(../tw_img/certification/certification_08.jpg) center right no-repeat;
	background-size: cover;
	padding-bottom: 58.7%;
}

.infoSet.infoSet4 .setRight{
	overflow: hidden;
	background: url(../tw_img/certification/certification_09.jpg) center right no-repeat;
	background-size: cover;
	padding-bottom: 63.118%;
}

.infoSet.infoSet5 .setRight{
	overflow: hidden;
	background: url(../tw_img/certification/certification_10.jpg) center right no-repeat;
	background-size: cover;
	padding-bottom: 58.7%;
}

.infoSet .setRight:after{
	position: absolute;
	content: url(../tw_img/other/certification_icon.png);
	width: 25px;
	height: 35px;
	top:50%;
	margin-top:-17px;
	left:0;
}

.subPic{
	position: absolute;
	right:2.5%;
	bottom:6.5%;
}

@media (max-width:1200px){
	.infoSet.infoSet1 .setRight,
	.infoSet.infoSet2 .setRight,
	.infoSet.infoSet3 .setRight,
	.infoSet.infoSet5 .setRight{
		padding-bottom: 82%;
	}
	
	.infoSet.infoSet4 .setRight{
		padding-bottom: 88%;
	}
}

@media (max-width:991px){
	.subContent.subContent2{
		margin-top: 40px;
	}
	
	.infoSet .setLeft {
		padding: 35px 0 25px 25px;
	}
	
	.infoSet .setRight:after{
		left: -5px;
	}
}

@media (max-width:767px){
	.subContent.subContent2{
		margin-top: 25px;
	}
	
	.subPic{
		position: absolute;
		right:2.5%;
		bottom:3.5%;	
		margin-left: 2.5%;
	}
	
	.infoSet.infoSet1 .setRight,
	.infoSet.infoSet2 .setRight,
	.infoSet.infoSet3 .setRight,
	.infoSet.infoSet5 .setRight{
		padding-bottom: 48%;
	}
	
	.infoSet.infoSet4 .setRight{
		padding-bottom: 58%;
	}
	
	.infoSet .setLeft {
		padding: 30px 20px 25px;
	}
	
	.infoSet .setRight:after{
		display: none;
	}
}

@media (max-width:480px){
	.infoSet .setLeft h5 {
    	font-size: 25px;
	}
	
	.infoSet .setLeft p {
    	font-size: 17px;
		line-height: 28px;
	}
}


/*************************************/
/*          Certification 1          */
/*************************************/
.infoContent4{
	padding: 40px 25px 60px;
	overflow: hidden;
	background: #feffff;
}

.infoContent4 .certificateSet1{
	position: relative;
	background: url(../tw_img/certification/certification1_main.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 69.5652%;
	overflow: hidden;
}

.infoContent4 .certificateTitle {
	position: absolute;
	top:45px;
	left: 25px;
	right: 25px;
}

.infoContent4 .certificateTitle h5{
	font-size: 50px;
	line-height: 50px;
	color:#0053a4;
	margin-bottom: 15px;
}

.infoContent4 .certificateTitle h6{
	font-size: 38px;
	line-height: 38px;
	color:#db0214;
	margin-bottom: 20px;
}

.infoContent4 .certificateTitle p{
	font-size: 19px;
	line-height: 28px;
	color:#333;
	text-align: justify;
}

.infoContent4 .set2Box{
	margin: 60px 25px 70px;
}

.infoContent4 .certificateSet2 p{
	font-size: 19px;
	color:#333;
	line-height: 30px;
	text-align: justify;
}

@media (max-width:991px){	
	.infoContent4 .certificateTitle {
		top: 25px;
		left: 25px;
		right: 25px;
	}

	.infoContent4 .certificateTitle h5{
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.infoContent4 .certificateTitle h6{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media (max-width:767px){
	.infoContent4{
		padding: 40px 0 60px;
	}
	
	.infoContent4 .certificateTitle h5{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	
	.infoContent4 .certificateTitle h6{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.infoContent4 .certificateTitle p{
		font-size: 18px;
		line-height: 26px;
		background: rgba(255,255,255,0.4);
		padding: 7px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	.infoContent4 .certificateSet2 p{
		font-size: 18px;
		line-height: 28px;
	}
	
	.infoContent4 .set2Box {
		margin: 40px 25px 50px;
	}
}

@media (max-width:580px){
	.infoContent4{
		padding: 20px 0 40px;
	}
	
	.infoContent4 .certificateSet1 {
		background: url(../tw_img/certification/certification1_main.jpg) bottom right no-repeat;
		background-size: cover;
		padding-bottom: 85%;
	}
	
	.infoContent4 .certificateTitle h5{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.infoContent4 .certificateTitle h6{
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	
	.infoContent4 .set2Box{
		margin: 40px 25px 50px;
	}
}

@media (max-width:480px){
	.infoContent4 .certificateSet1 {
		background: url(../tw_img/certification/certification1_main.jpg) bottom right no-repeat;
		background-size: cover;
		padding-bottom: 92%;
	}
	
	.infoContent4 .certificateTitle {
		top: 15px;
		left: 10px;
		right: 10px;
	}

	.infoContent4 .certificateTitle h5{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	
	.infoContent4 .certificateTitle h6{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	.infoContent4 .certificateTitle p{
		font-size: 17px;
		line-height: 25px;
	}
	
	.infoContent4 .certificateSet2 p{
		font-size: 17px;
		line-height: 27px;
	}
	
	.infoContent4 .set2Box{
		margin: 30px 10px 40px;
	}
}

@media (max-width:380px){
	.infoContent4 .certificateTitle h5 {
    	font-size: 22px;
	}
}



.pro_box {
    width: 22.7%;
    margin: 0 1% 20px; 
    display: inline-table; 
}

.pro_box p{
	font-size:19px;
	line-height:27px;
	padding:9px 0;
	color:#333;
	margin-bottom:0;
	text-align: justify;
}

.pro_box h6{
	font-size: 25px;
	color:#2a64aa;
	line-height: 30px;
	margin-top: 30px;
}

.pro_box img {
    width: 100%;
	border: 1px solid #f5f5f5;
}

@media (max-width:1200px){
	.pro_box {
    	width: 22.5%;
	}
}

@media (max-width:991px){
	.pro_box p{
		font-size:18px;
	}
	
	.pro_box {
		margin: 0 1.5% 30px;
		width: 46.4%;
	}
}

@media (max-width:767px){
	.pro_box h6{
		font-size: 22px;
		margin-top: 20px;
	}
}

@media (max-width:580px){
	.pro_box {
		margin: 0 5px 30px;
	}
}

@media (max-width:480px){
	.pro_box p{
		font-size:17px;
		line-height:24px;
	}
	
	.pro_box h6{
		font-size: 20px;
	}
}

@media (max-width:380px){
	.pro_box {
		margin: 0 4px 30px;
	}
}

/*************************************/
/*          Certification 2          */
/*************************************/
.infoContent5{
	padding: 40px 25px 60px;
	overflow: hidden;
	background: #feffff;
}

.infoContent5 .certificateSet1{
	position: relative;
	background: url(../tw_img/certification/certification2_main.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 69.5652%;
	overflow: hidden;
}

.infoContent5 .certificateTitle {
	position: absolute;
	top:45px;
	left: 25px;
	right: 25px;
}

.infoContent5 .certificateTitle h5{
	font-size: 50px;
	line-height: 50px;
	color:#0053a4;
	margin-bottom: 15px;
}

.infoContent5 .certificateTitle h6{
	font-size: 38px;
	line-height: 38px;
	color:#db0214;
	margin-bottom: 20px;
}

.infoContent5 .certificateTitle p{
	font-size: 19px;
	line-height: 28px;
	color:#333;
	text-align: justify;
}

.infoContent5 .set2Box{
	margin: 60px 25px 70px;
}

.infoContent5 .certificateSet2 p{
	font-size: 19px;
	color:#333;
	line-height: 30px;
	text-align: justify;
}

@media (max-width:991px){	
	.infoContent5 .certificateTitle {
		top: 25px;
		left: 25px;
		right: 25px;
	}

	.infoContent5 .certificateTitle h5{
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.infoContent5 .certificateTitle h6{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media (max-width:767px){
	.infoContent5{
		padding: 40px 0 60px;
	}
	
	.infoContent5 .certificateTitle h5{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	
	.infoContent5 .certificateTitle h6{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.infoContent5 .certificateTitle p{
		font-size: 18px;
		line-height: 26px;
		background: rgba(255,255,255,0.4);
		padding: 7px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	.infoContent5 .certificateSet2 p{
		font-size: 18px;
		line-height: 28px;
	}
	
	.infoContent5 .set2Box {
		margin: 40px 25px 50px;
	}
}

@media (max-width:580px){
	.infoContent5{
		padding: 20px 0 40px;
	}
	
	.infoContent5 .certificateSet1 {
		background: url(../tw_img/certification/certification2_main.jpg) bottom right no-repeat;
		background-size: cover;
		padding-bottom: 85%;
	}
	
	.infoContent5 .certificateTitle h5{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.infoContent5 .certificateTitle h6{
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	
	.infoContent5 .set2Box{
		margin: 40px 25px 50px;
	}
}

@media (max-width:480px){
	.infoContent5 .certificateSet1 {
		background: url(../tw_img/certification/certification2_main.jpg) bottom right no-repeat;
		background-size: cover;
		padding-bottom: 92%;
	}
	
	.infoContent5 .certificateTitle {
		top: 15px;
		left: 10px;
		right: 10px;
	}

	.infoContent5 .certificateTitle h5{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	
	.infoContent5 .certificateTitle h6{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	.infoContent5 .certificateTitle p{
		font-size: 17px;
		line-height: 25px;
	}
	
	.infoContent5 .certificateSet2 p{
		font-size: 17px;
		line-height: 27px;
	}
	
	.infoContent5 .set2Box{
		margin: 30px 10px 40px;
	}
}

@media (max-width:380px){
	.infoContent5 .certificateTitle h5 {
    	font-size: 22px;
	}
}

/*************************************/
/*          Certification 3          */
/*************************************/
.infoContent6{
	padding: 40px 25px 60px;
	overflow: hidden;
	background: #feffff;
}

.infoContent6 .certificateSet1{
	position: relative;
	background: url(../tw_img/certification/certification3_main.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 69.5652%;
	overflow: hidden;
}

.infoContent6 .certificateTitle {
	position: absolute;
	top:45px;
	left: 25px;
	right: 25px;
}

.infoContent6 .certificateTitle h5{
	font-size: 50px;
	line-height: 50px;
	color:#0053a4;
	margin-bottom: 15px;
}

.infoContent6 .certificateTitle h6{
	font-size: 38px;
	line-height: 38px;
	color:#db0214;
	margin-bottom: 20px;
}

.infoContent6 .certificateTitle p{
	font-size: 19px;
	line-height: 28px;
	color:#333;
	text-align: justify;
}

.infoContent6 .set2Box{
	margin: 60px 25px 70px;
}

.infoContent6 .certificateSet2 p{
	font-size: 19px;
	color:#333;
	line-height: 30px;
	text-align: justify;
}

@media (max-width:991px){	
	.infoContent6 .certificateTitle {
		top: 25px;
		left: 25px;
		right: 25px;
	}

	.infoContent6 .certificateTitle h5{
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.infoContent6 .certificateTitle h6{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media (max-width:767px){
	.infoContent6{
		padding: 40px 0 60px;
	}
	
	.infoContent6 .certificateTitle h5{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	
	.infoContent6 .certificateTitle h6{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.infoContent6 .certificateTitle p{
		font-size: 18px;
		line-height: 26px;
		background: rgba(255,255,255,0.4);
		padding: 7px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	.infoContent6 .certificateSet2 p{
		font-size: 18px;
		line-height: 28px;
	}
	
	.infoContent6 .set2Box {
		margin: 40px 25px 50px;
	}
}

@media (max-width:580px){
	.infoContent6{
		padding: 20px 0 40px;
	}
	
	.infoContent6 .certificateSet1 {
		background: url(../tw_img/certification/certification3_main.jpg) bottom right no-repeat;
		background-size: cover;
		padding-bottom: 85%;
	}
	
	.infoContent6 .certificateTitle h5{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.infoContent6 .certificateTitle h6{
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	
	.infoContent6 .set2Box{
		margin: 40px 25px 50px;
	}
}

@media (max-width:480px){
	.infoContent6 .certificateSet1 {
		background: url(../tw_img/certification/certification3_main.jpg) bottom right no-repeat;
		background-size: cover;
		padding-bottom: 92%;
	}
	
	.infoContent6 .certificateTitle {
		top: 15px;
		left: 10px;
		right: 10px;
	}

	.infoContent6 .certificateTitle h5{
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	
	.infoContent6 .certificateTitle h6{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	.infoContent6 .certificateTitle p{
		font-size: 17px;
		line-height: 25px;
	}
	
	.infoContent6 .certificateSet2 p{
		font-size: 17px;
		line-height: 27px;
	}
	
	.infoContent6 .set2Box{
		margin: 30px 10px 40px;
	}
}

@media (max-width:380px){
	.infoContent6 .certificateTitle h5 {
    	font-size: 22px;
	}
}

/*************************************/
/*          Certification 4          */
/*************************************/
.infoContent7{
	padding: 40px 25px 60px;
	overflow: hidden;
	background: #feffff;
}

.infoContent7 .certificateSet1{
	position: relative;
	background: url(../tw_img/certification/certification4_main.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 69.5652%;
	overflow: hidden;
}

.infoContent7 .certificateTitle {
	position: absolute;
	top:45px;
	left: 25px;
	right: 25px;
}

.infoContent7 .certificateTitle h5{
	font-size: 50px;
	line-height: 50px;
	color:#0053a4;
	margin-bottom: 15px;
}

.infoContent7 .certificateTitle h6{
	font-size: 38px;
	line-height: 38px;
	color:#db0214;
	margin-bottom: 20px;
}

.infoContent7 .certificateTitle p{
	font-size: 19px;
	line-height: 28px;
	color:#333;
	text-align: justify;
}

.infoContent7 .set2Box{
	margin: 60px 25px 70px;
}

.infoContent7 .certificateSet2 p{
	font-size: 19px;
	color:#333;
	line-height: 30px;
	text-align: justify;
}

@media (max-width:991px){	
	.infoContent7 .certificateTitle {
		top: 25px;
		left: 25px;
		right: 25px;
	}

	.infoContent7 .certificateTitle h5{
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	.infoContent7 .certificateTitle h6{
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media (max-width:767px){
	.infoContent7{
		padding: 40px 0 60px;
	}
	
	.infoContent7 .certificateTitle h5{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	
	.infoContent7 .certificateTitle h6{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	.infoContent7 .certificateTitle p{
		font-size: 18px;
		line-height: 26px;
		background: rgba(255,255,255,0.4);
		padding: 7px;
		box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	}
	
	.infoContent7 .certificateSet2 p{
		font-size: 18px;
		line-height: 28px;
	}
	
	.infoContent7 .set2Box {
		margin: 40px 25px 50px;
	}
}

@media (max-width:580px){
	.infoContent7{
		padding: 20px 0 40px;
	}
	
	.infoContent7 .certificateSet1 {
		background: url(../tw_img/certification/certification4_main.jpg) bottom right no-repeat;
		background-size: cover;
		padding-bottom: 85%;
	}
	
	.infoContent7 .certificateTitle h5{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.infoContent7 .certificateTitle h6{
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	
	.infoContent7 .set2Box{
		margin: 40px 25px 50px;
	}
}

@media (max-width:480px){
	.infoContent7 .certificateSet1 {
		background: url(../tw_img/certification/certification4_main.jpg) bottom right no-repeat;
		background-size: cover;
		padding-bottom: 92%;
	}
	
	.infoContent7 .certificateTitle {
		top: 15px;
		left: 10px;
		right: 10px;
	}

	.infoContent7 .certificateTitle h5{
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	
	.infoContent7 .certificateTitle h6{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
	.infoContent7 .certificateTitle p{
		font-size: 17px;
		line-height: 25px;
	}
	
	.infoContent7 .certificateSet2 p{
		font-size: 17px;
		line-height: 27px;
	}
	
	.infoContent7 .set2Box{
		margin: 30px 10px 40px;
	}
}

@media (max-width:380px){
	.infoContent7 .certificateTitle h5 {
    	font-size: 22px;
	}
}

/*************************************/
/*          Certification 5          */
/*************************************/
.infoContent8{
	padding: 40px 25px 60px;
	overflow: hidden;
	background: #feffff;
    text-align: center;
}


/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*                 page              */
/*************************************/
.page-content{
	overflow: hidden;
	padding: 15px 0 15px;
	background: #f0eeeb;
}

.page{
	text-align:center;
	margin-top: 20px;
}

.page ul{
	list-style-type:none;
	padding-left:0;
}

.page ul li{
	display:inline-block;
	vertical-align: middle;
}

.page ul li a{
	color:#2e2e2e;
	padding:5px 15px;
	font-size:24px;
	font-family: Arial;
}

.page ul li a:hover, .page ul li a.active-page{
	color:#0054a6 !important;
	text-decoration:none;
}

.page .fa-angle-left,
.page .fa-angle-right{
	display: inline-block;
	color:#333333;
	text-align: center;
	font-size:40px;
	position: relative;
	top:-4px;
}

.page .fa-angle-left{
	left: -5px;
}

.page .fa-angle-right{
	right: 1px;
}

.page ul li:first-child a, 
.page ul li:last-child a {
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}

.page ul li:first-child a:hover, 
.page ul li:last-child a:hover {
    background:#eee;
}


@media (max-width:680px){
	.page ul li a{
		padding:5px 10px;
		font-size:22px;
	}
	
	.page .fa-angle-left::before,
	.page .fa-angle-right::before{
		width:37px;
		height:37px;
		line-height: 37px;
		text-align: center;
		font-size:38px;
	}
	
	.page .fa-angle-left{
		left: -1px;
		top:-7px;
	}

	.page .fa-angle-right{
		right: -1px;
		top:-7px;
	}
}


/*************************************/
/*              others              */
/*************************************/

header .row{
	margin-left: -13px;
	margin-right: -13px;
}

.bannerBox{
	overflow: hidden;
}

.breadcrumb2{
	background: #fff;
	padding: 15px 0;
	font-size: 16px;
	line-height: 20px;
	color:#333;
	text-align: right;
	border-bottom:1px solid #f3f3f3;
}

.mainTitle{
	margin-top: 22px;
	margin-bottom: 12px;
	text-align: left;
}

.mainTitle h2{
	font-size: 30px;
	line-height: 35px;
	color:#333;
}

.subContent.col-md-9{
	width:71%;
	margin-left: 4%;
	overflow: hidden;
	padding-right: 0;
	padding-left: 0;
}

.subContent{
	background: #fff;
	overflow: hidden;
}

.subContent h3{	
	background: url(../tw_img/other/title_bg.jpg) top center no-repeat;
	background-size: cover;
}

.subContent h3 span{
	font-size: 22px;
	font-weight: bold;
	color:#fff;
	line-height: 24px;
	background: url(../tw_img/other/title_dot.png) center left 15px no-repeat;
	display: block;
	padding: 12px 15px 12px 40px;
}

.infoContent{
	padding: 30px 30px 60px;
	overflow: hidden;
}

.text{
	font-size: 18px;
	line-height: 28px;
	color:#333;
	text-align: justify;
}

.text2{
	font-size: 16px;
	line-height: 28px;
	color:#333;
	text-align: justify;
}

.editor{
	font-size: 17px;
	line-height: 26px;
}

.editor .table {
  width: 100%;
  max-width: 100%;
  /*margin-bottom: 20px;*/
  min-width:580px;
}

.editor .table > thead > tr > th,
.editor .table > tbody > tr > th,
.editor .table > tfoot > tr > th,
.editor .table > thead > tr > td,
.editor .table > tbody > tr > td,
.editor .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
 /* border-top: 1px solid #ddd;*/
}


@media (max-width:991px){
	.breadcrumb2{
		padding: 12px 0;
	}
	
	.mainTitle{
		margin-top: 17px;
		margin-bottom: 10px;
	}

	.mainTitle h2{
		font-size: 27px;
		line-height: 30px;
	}
	
	.subContent.col-md-9{
		width:100%;
		margin-left: 0;
	}
	
	.infoContent{
		padding: 30px 30px 50px;
	}
}

@media (max-width:767px){
	.container.pd0{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.breadcrumb2{
		padding: 10px 0;
		font-size: 15px;
		color: #878787;
	}
	
	.mainTitle{
		margin-top: 12px;
		margin-bottom: 7px;
	}

	.mainTitle h2{
		font-size: 24px;
		line-height: 30px;
	}
	
	.subContent h3 span{
		font-size: 19px;
		padding: 10px 15px 10px 35px;
	}
	
	.text{
		font-size: 17px;
		line-height: 26px;
	}
	
	.editor{
		font-size: 16px;
		line-height: 25px;
	}
	
	.editor .table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		/*border: 1px solid #ddd;*/
	  }

	.editor .table-responsive > .table > thead > tr > th,
	.editor .table-responsive > .table > tbody > tr > th,
	.editor .table-responsive > .table > tfoot > tr > th,
	.editor .table-responsive > .table > thead > tr > td,
	.editor .table-responsive > .table > tbody > tr > td,
	.editor .table-responsive > .table > tfoot > tr > td {
		white-space:inherit;
	}

}

@media (max-width:680px){
	.infoContent{
		padding: 20px 20px 40px;
	}
}

@media (max-width:480px){	
	.subContent{
		background: transparent;
	}
	
	.infoContent{
		padding: 20px 0 30px;
	}
	
	.breadcrumb2{
		padding: 8px 0;
	}
	
	.mainTitle{
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.mainTitle h2{
		font-size: 21px;
	}
	
	.subContent h3 span {
		padding: 10px 15px 10px 32px;
		background: url(../tw_img/other/title_dot.png) center left 10px no-repeat;
	}
}



/*-----------select 箭頭 統一------------*/
.select-style1 {
    border: 1px solid #b5b5b5;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	background: url("../tw_img/other/icon-select.png") no-repeat 98% 60%;
	height: 34px;
	font-size: 15px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 0;
}

.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;
	padding-left: 5px;
}

/*--------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: url("../tw_img/other/icon-select.png") no-repeat 97.5% 60%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: url("../tw_img/other/icon-select.png") no-repeat 96.5% 60%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: url("../tw_img/other/icon-select.png") no-repeat 96% 60%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: url("../tw_img/other/icon-select.png") no-repeat 95.5% 60%;
	}
}


/*--------190524----------*/
#sub > ul > li > ul > li.has-sub > a {
    background: url(../tw_img/other/close.png) left 20px center no-repeat, #fff;
}

#sub > ul > li > ul > li.has-sub:hover > a{
	background: url(../tw_img/other/close.png) left 20px center no-repeat, #ededed;
}

/*#sub > ul > li > ul > li.has-sub:hover > a, */
#sub > ul > li > ul > li.has-sub.open > a, 
#sub > ul > li > ul > li.has-sub.active2 > a {
    background: url(../tw_img/other/open.png) left 20px center no-repeat, #ededed;
}