@charset "utf-8";
/* CSS Document */

@import "routine.css";


*{
	outline:0;
}

a, a:active, a:hover, a:focus{
	outline:0;
	text-decoration:none;
}

body{
	font-family:"微軟正黑體";
}


/*----------search-----------*/
.searchbox{
    min-width:40px;
    width:0%;
    float:right;
    overflow:hidden;    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
	position: absolute;
	right: 0;
	top:7px;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#e5e5e5;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 0 0px 20px;
    font-size:18px;
    color:#282828;
	border-radius: 20px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #07418a;
}
.searchbox-input:-moz-placeholder {
    color: #07418a;
}
.searchbox-input::-moz-placeholder {
    color: #07418a;
}
.searchbox-input:-ms-input-placeholder {
    color: #07418a;
}

.searchbox-icon,
.searchbox-submit{
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #7b9cd2;
    border-radius: 20px;
}

.searchbox-icon{
	font-size: 20px;
}


.searchbox-open{
    width:100%;
}

@media (max-width:1200px){
	.searchbox {
		top:6px;
	}
}

@media (max-width:580px){
	.search-box{
		width:100%;
		margin-left: 0;
	}
}

@media (max-width:430px){	
	.search-box{
		width:100%;
	}
	
	.search-content p {
		right:auto;
		left: 50%;
		margin-left: -85px;
	}
	
	.search-content p a{
		margin-right: 0;
		margin-left: 0;
	}
	
	.search-content {
		width: 80%;
		float: right;
	}
}

/*************************************/
/*               header              */
/*************************************/
.header{
	padding: 17px 0 15px;
}
.headerContent{
	text-align: right;
	margin-top: 15px;
}

.hcLeft{
	display: inline-block;
	position: relative;
	padding-right: 45px;
}

.hcLeft ul li{
	display: inline-block;
	margin-right: 7px;
}

.hcLeft ul li a{
	font-size: 18px;
	color:#414141;
}

.hcLeft ul li a:hover {
    color: #000;
}

.hcLeft ul li img{
	vertical-align: sub;
}

.fbLink {
    position: relative;
    top: 7px;
}

.hcRight{
	display: inline-block;
	margin-left: 10px;
}

@media (max-width:1399px){
	.headerContent {
		margin-top: 7px;
	}
}

@media (max-width:1199px){
	.header {
		padding: 10px 0;
	}
	
	.headerContent{
		text-align: center;
	}
	
	.header .logo{
		margin: 0 auto;
	}
}

@media (max-width:991px){
	.header {
		display: none;
	}
}

@media (max-width:480px){
	.hcLeft ul li a {
    	font-size: 17px;
	}
}


/*------------lang------------*/
.lang{
	list-style-type:none;
	text-align:left;
	width: 135px;
	height: 35px;
	background: #fbd057;
	line-height: 35px;
	padding-left: 1px;
}

.lang i.fa-globe{
	font-size: 23px;
	color:#363636;
	position: relative;
	top:2px;
	margin-right: 3px;
}

.lang .btn{
	background: transparent;
	padding: 0;
	font-size: 17px;
	color:#010101;
	vertical-align: inherit;
}

.lang>li{
	display:inline-block;
	margin-left: 10px;
}

.lang>li>ul>li{
	display:inline-block;
}

.lang .nav .open > a, 
.lang .nav .open > a:hover, 
.lang .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7;
}

.lang .nav > li > a:hover, 
.lang .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.lang .dropdown-menu > li > a{
	text-align: center;
}

.lang .navbar-nav > li > a{
	line-height: 0;
	padding: 0;
}

.lang .dropdown-menu {
    top: 25px;
    left: -35px;
    min-width: 133px;
}



/*************************************/
/*             navigation            */
/*************************************/
.logoBox {
    width: 80%;
    margin-left: 10%;
    padding: 5px;
	display: none;
}
.nav-content .navbar{
	min-height: 44px;
}

.navbar-default .navbar-nav > 
.active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color:transparent;
    background-color:#427500;
}

nav.navbar.bootsnav ul.nav > li > a{
	position: relative;
}

nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a{
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a3ea1+0,386ac8+100 */
	background: #0a3ea1; /* Old browsers */
	background: -moz-linear-gradient(top, #0a3ea1 0%, #386ac8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0a3ea1 0%,#386ac8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0a3ea1 0%,#386ac8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3ea1', endColorstr='#386ac8',GradientType=0 ); /* IE6-9 */
}

nav.navbar.bootsnav ul.nav > li:first-child > a:hover{
	background: transparent;
}

.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: 17px;
}

/*.dropdown-menu{
	font-size: 15px;
}*/

.search-li{
	display: none !important;
}

.nav-content .nav > li::before {
    content:url(../eng_img/other/line.jpg);
    width: 2px;
    height: 50px;
    position: absolute;
	top:0;
	left: 0;
}

.nav-content .nav > li:last-child:after {
    content:url(../eng_img/other/line.jpg);
    width: 2px;
    height: 50px;
    position: absolute;
	top:0;
	right: 0;
}

@media (min-width:768px){
	.navbar-nav {
		float: none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
}

@media (max-width:991px){
	.nav-content{
		padding: 5px 0;
	}

	.logoBox {
		display: block;
		padding: 0;
	}
	
	.nav-content .logo{
		margin: 0 auto;
		max-width: 350px;
	}
	
	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 !important;
		color: #666 !important;
		padding-left: 40px !important;
	}
	
	ul.navbar-nav>li>ul>li>a:hover{
		color: #000 !important;
		background: #ccc;
	}
	
	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:#feff8b !important;
	}
	
	ul.navbar-nav>li>ul>li:last-child a{
		border-bottom: none;
	}
	
	nav.navbar.bootsnav {
		background: #fff;
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #333;
	}
	
	.navbar-nav {
		float: left;
		margin: 0;
		display:inherit;
		table-layout:inherit;
	}
	
	nav.navbar.bootsnav ul.nav > li > a::before {
		width: 0;
		top: 15px;
		right: 20px;
	}
	
	.nav-content .nav > li::before,
	.nav-content .nav > li:last-child:after{
		display: none;
	}
}

@media (max-width:767px){
	nav.navbar.bootsnav ul.nav > li > a::before {
		top: 10px;
	}
}


@media (max-width:991px){
	.search-li.disno991{
		margin-top: 10px;
	}
	
	.search-li{
		display: block !important;
		width:100%;
		margin-left: 0;
	}
	
	.search-li .navbar-form{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.search-li .navbar-form{
		padding: 0 15px;
	}

	.search-li .form-control:focus {
		border-color: #ccc;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.search-li .form-control{
		height: 35px;
	}
	
	.search-li .navbar-form .input-group{		
		width: 100%;
	}
	
	.search-li .btn-default {
		color: #fff;
		background-color: #052684;
		border-color: #052684;
	}
	
	.search-li .form-control{
		border:none;
		border-radius: 0;
	}
	
	nav.navbar.bootsnav ul.nav > li.search-li > a {
		padding: 11px 0;
	}
	
	.search-li .navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
		border: none;
	}
	
	nav.navbar.bootsnav ul.nav > li:first-child > a:hover{
		background-color: transparent;
	}
	
	.search-li p a {
		width: 50%;
		display: inline-block;
		text-align: center;
		background: #d2d2d2;
		border:none;
		border-right: 1px solid #fff;
		margin-bottom: 5px;
		line-height: 35px;
		color:#282828;
		font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
	
	.search-li p a:hover {
		background: #3f4c66;
		color: #fff;
	}
	
	.search-li p a:last-child{
		border-right: none;
	}
	
	.search-li .navbar-form {
		padding: 0;
	}	
	
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 32px;

	}
	
	.search-li .input-group-btn > .btn {
		position: relative;
		width: 100%;
		height: 35px;
	}
}

@media (max-width:767px){	
	nav.navbar.bootsnav ul.nav > li.search-li > a {
		padding: 11px 15px;
	}	
}

@media (max-width:580px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 33px;
		z-index: 1000;
	}
	
	.nav-content .logo {
		max-width: 350px;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width:480px){
	nav.navbar.bootsnav .navbar-toggle {
		margin-top: 0;
		position: relative;
		top: 10px;
	}
	
	.nav-content .logo {
		max-width: 280px;
	}
}

@media (max-width:400px){	
	.nav-content .logo {
		max-width: 245px;
	}
}

@media (max-width:390px){
	nav.navbar.bootsnav .navbar-toggle {
		top: 10px;
	}
	.nav-content .logo{
		padding:3px;
	}
	
	.logoBox {
		width: 74%;
		display: block;
		margin-left: 12%;
	}
}




/*-------991 fb--------*/
.fbLink2 {
	display: none;
}

@media (max-width:991px){
	.fbLink2 {
		display: inline-block;
		position: absolute;
		top: 25px;
		right: 20px;
		font-size: 32px;
	}
}

@media (max-width:580px){
	.fbLink2 {
		right: 15px;
	}
}

@media (max-width:480px){
	.fbLink2 {
		top:2px;
	}
}


/*************************************/
/*              banner               */
/*************************************/
.bannerContent{
	position:relative;
	overflow: hidden;
}

.banner_arrow{
	background-size: contain;
	background-repeat:no-repeat;
	width:43px;
	height:46px;
	display: block;
	position:absolute;
	top:55%;
	margin-top:-23px;	
}

.carousel-control .banner_left{
	left:35px;
	background-image:url(../tw_img/banner/left.png);
}

.carousel-control .banner_right{
	right:35px;
	background-image:url(../tw_img/banner/right.png);
}

.carousel-control{
	opacity: 1;
}

@media (max-width:767px){
	.banner{
		margin-top:0;
	}

	.banner_arrow{
		width:23px;
		height:49px;
		top:50%;
		margin-top:-25px;	
	}

	.carousel-indicators li {
	  width: 15px;
	  height: 15px;
	}
	.carousel-indicators .active {
	  width: 15px;
	  height: 15px;
	}
}

@media (max-width:580px){
	.carousel-indicators{
		display:none;
	}
}

@media (max-width:480px){	
	.carousel-control .banner_left,
	.carousel-control .banner_right{
		opacity: 0.65;
	}
	
	.carousel-control .banner_left {
    	left: 15px;
	}
	
	.carousel-control .banner_right {
    	right: 15px;
	}
}



.banner{
	background:url(../tw_img/banner/inside_banner.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 18.28125%;
}


/*************************************/
/*                index              */
/*************************************/
.indexSection1{
	padding: 50px 0;
}

.indexTitle{
	font-size: 24px;
	color:#2d2d2d;
	padding: 0 0 6px;
}

.indexTitleLine{
	border-bottom: 1px dashed #d2d2d2;
}

.indexTitle img{
	vertical-align: sub;
	margin-right: 5px;
}

.indexTitle a{
	width: 90px;
	height: 30px;
	background: #fbd057;
	color:#4c483e;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	float:right;
	position: relative;
	bottom:-3px;
}

.indexTitle a:hover{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

@media (max-width:991px){
	.indexSection1{
		padding: 30px 0;
	}
}

@media (max-width:480px){
	.indexSection1{
		padding: 30px 0 15px;
	}
}




/*----------index news list-----------*/
.indexNews ul>li>ul{
	padding: 15px 0 15px 15px;
}

.indexNews ul>li:nth-child(even)>ul{
	background: #efefef;
}

.indexNews ul>li:first-child>ul{
	margin:12px 0 0;
}

.indexNews ul>li:last-child>ul{
	border-bottom: none;
}

.indexNews ul>li>ul>li{
	display: inline-block;
	vertical-align: middle;
}

.indexNews ul>li>ul>li:first-child{
	padding:6px 10px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color:#fff;
	/*background: #5097e1;*/
	background: url(../tw_img/other/newsbg.jpg) top left repeat-y;
	max-width: 100px;
	width: 100px;
	border-radius: 10px;
	/*overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;*/
	vertical-align:top;

}

.indexNews ul>li>ul>li:nth-child(2){
	padding-left: 20px;
	width: calc(100% - 210px);
}

.indexNews ul>li>ul>li:nth-child(3){
	width: 100px;
	color:#999999;
	font-size: 16px;
	text-align: center;
}

.indexNews ul>li>ul>li:nth-child(2) a p{
	font-size: 18px;
	color:#2d2d2d;
	line-height: 28px;
}

.indexNews ul>li>ul:hover>li:first-child{
	/*background: #31659b;*/
	background: url(../tw_img/other/newsbg_hover.jpg) top left repeat-y;
	color: #fff;
}

.indexNews ul>li>ul:hover>li:nth-child(2) a p{
	color: #048699;
}

@media (max-width:767px){
	.indexNews ul > li > ul > li:first-child{
		margin-top: 3px;
	}
}

@media (max-width:580px){
	.indexNews ul>li>ul{
		padding: 15px 5px 15px 15px;
	}
	
	.indexNews ul>li>ul>li:nth-child(2){
		padding-left: 15px;
		width: calc(100% - 110px);
	}

	.indexNews ul>li>ul>li:nth-child(3){
		width: 100%;
		text-align: right;
	}
	
	.indexNews ul > li > ul {
		padding-bottom: 3px;
	}
}

@media (max-width:480px){
	.indexNews ul>li>ul>li:nth-child(2){
		padding-left: 12px;
	}
}



/*----------index service link---------*/
.indexSection1 .indexServiceContent{
	padding-left: 30px;
}

.indexServiceLink{
	margin-top: 20px;
}

.indexServiceLink li{
	display: inline-block;
	width: 47%;
	float:left;
	margin: 0 1.5% 15px;
}

@media (max-width:1400px){
	.indexSection1 .indexServiceContent{
		padding-left: 15px;
	}
}

@media (max-width:991px){
	.indexSection1 .indexServiceContent{
		margin-top: 30px;
	}
	
	.indexServiceLink li{
		width: 31.33333%;
		margin: 0 1% 15px;
	}
}

@media (max-width:450px){
	.indexServiceLink li{
		width: 47%;
		margin: 0 1.5% 15px;
	}
}


/*----------index section2---------*/
.indexSection2{
	padding: 35px 0 40px;
	background: url(../tw_img/index/service_bg.jpg) top center repeat-x;
}

.indexVerification{
	padding: 0 30px;
	margin-top: 15px;
	text-align: center;
}

.main article {
	float: left;
	width: 26.2%;
	background: #fff;
	/*margin: 10px 1%;*/
	padding:40px 30px 30px 30px;
	margin-right: 10.7%;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	color:#2d2d2d;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.main article h5{
	font-size: 22px;
	color:#fff;
	text-align: center;
	line-height: 25px;
	margin-bottom: 13px;
}

.main article img{
	margin-bottom: 10px;
}

.main article:last-child{
	margin-right: 0;
}

.main article:nth-child(1){
	background: url(../tw_img/index/verification_01_bg.jpg) top center no-repeat,url(../tw_img/index/verification_bg.jpg) top 158px center repeat-x;
}

.main article:nth-child(2){
	background: url(../tw_img/index/verification_02_bg.jpg) top center no-repeat,url(../tw_img/index/verification_bg.jpg) top 158px center repeat-x;
}

.main article:nth-child(3){
	background: url(../tw_img/index/verification_03_bg.jpg) top center no-repeat,url(../tw_img/index/verification_bg.jpg) top 158px center repeat-x;
}

.main article .idxVerTxtCon p{
	margin-bottom: 7px;
}

.main article .idxVerTxtCon a{
	margin-bottom: 7px;
	display: block;
	color:#000;
}

.main article .idxVerTxtCon a img{
	vertical-align: middle;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.indexVerification a.idxSect2Btn{
	display: inline-block;
	width:150px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	color: #2d2d2d;
	line-height: 50px;
	border-radius: 5px;
	background: #fbd057;
	margin-top: 55px;
}

.indexVerification a.idxSect2Btn:hover{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

@media (max-width:1400px){
	.main article {
		width: 30%;
		margin-right: 5%;
	}
}

@media (max-width:1200px){
	.indexVerification{
		padding: 0;
	}
	
	.main article {
		width: 32%;
		margin-right: 2%;
	}
}

@media (max-width:991px){
	.main article {
		padding:30px 15px 25px 15px;
	}
	
	.indexVerification a.idxSect2Btn{
		margin-top: 35px;
	}
}

@media (max-width:680px){
	.main article {
		width: 47%;
		margin: 0 1.5% 25px;
	}
	
	.main article:last-child {
		width: 47%;
		margin: 0 26.5%;
	}
}

@media (max-width:580px){
	.indexSection2 {
    	padding: 25px 0 30px;
	}
	
	.main article {
		padding:30px 10px 25px 10px;
	}
}


@media (max-width:450px){
	.indexVerification{
		margin-top: 10px;
	}
	
	.main article {
		width: 80%;
		margin: 0 10% 25px;
	}
	
	.main article:last-child {
		width: 80%;
		margin: 0 10%;
	}
}

@media (max-width:380px){
	.main article {
		width: 95%;
		margin: 0 2.5% 25px;
	}
	
	.main article:last-child {
		width: 95%;
		margin: 0 2.5%;
	}
}


/*----------index section3-----------*/

.indexSection3{
	background: url(../tw_img/index/step_bg.jpg) top center repeat;
	padding: 25px 0 30px;
}

.section3Descript{
	font-size: 22px;
	color:#333333;
	text-align: center;
	margin: 25px 0 40px;
}

.indexSection3 .indexTitle2{
	margin-bottom: 20px;
}

.equalheight3 article {
	float: left;
	width: 17%;
	margin:0 1.5%;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	color:#2d2d2d;
	background: #cedfb3;
	border:7px solid #dae8c5;
	/*overflow: hidden;*/
	position: relative;
}

.equalheight3 article:after{
	content: url(../tw_img/index/step_icon.png);
	position: absolute;
	top:50%;
	z-index: 100;
	right: -20%;
}

.equalheight3 article:last-child:after{
	display: none;
}

.equalheight3 article h6{
	font-size: 25px;
	text-align: center;
	color:#fff;
	background: #65932e;
	font-family: Arial;
	font-weight: 600;
	line-height: 55px;
	height: 50px;
	text-transform: uppercase;
	border-radius: 12px 12px 0 0;
}

.equalheight3 article h5{
	font-size: 23px;
	text-align: center;
	color:#000;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px dashed #7c8182;
	margin: 10px 10px 0;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.equalheight3 article .idxVerTxtCon{
	padding: 0 7px 10px;
}

.equalheight3 article .idxVerTxtCon p{
	font-size: 16px;
	line-height: 22px;
	margin: 5px;
	text-align: left;
	color:#333;
}

@media (max-width:1200px){
	.indexSection3{
		padding: 40px 0 50px;
	}
	
	.equalheight3 article {
		width: 18%;
		margin: 0 1%;
	}
	
	.section3Descript {
		margin: 20px 30px;
	}
}

@media (max-width:991px){
	.equalheight3 article {
		width: 30%;
		margin: 0 1.6% 25px;
	}
	
	.equalheight3 article:after{
		right: -16%;
	}
}

@media (max-width:767px){
	.equalheight3 article {
		width: 31%;
		margin: 0 1.15% 25px;
	}	
}

@media (max-width:580px){
	.equalheight3 article {
		width: 48%;
		margin: 0 1% 25px;
	}
	
	.equalheight3 article:after{
		display: none;
	}
	
	.indexSection3 .indexTitle2{
		margin-bottom: 20px;
	}
}

@media (max-width:435px){
	.equalheight3 article {
		width: 98%;
		margin: 0 1% 25px;
	}
}

/*----------index section4-----------*/
.indexSection4{
	background: url(../tw_img/index/apply_bg.jpg) top center repeat;
	padding: 25px 0 30px;
}

.indexTitle2{
	font-size: 28px;
	color:#656565;
	text-align: center;
}

.section4Descript{
	font-size: 22px;
	color:#333333;
	text-align: center;
	margin: 10px 0 20px;
}


.equalheight2 article {
	float: left;
	width: 17%;
	margin:0 1.5%;
	border-radius: 15px;
	text-align: center;
	font-size: 18px;
	color:#2d2d2d;
	background: #cbe5e9;
	border:7px solid #e1f0f2;
	/*overflow: hidden;*/
	position: relative;
}

.equalheight2 article:after{
	/*content: url(../tw_img/index/apply_icon.png);*/
	position: absolute;
	top:50%;
	z-index: 100;
	right: -15%;
}

.equalheight2 article:last-child:after{
	display: none;
}

.equalheight2 article h6{
	font-size: 25px;
	text-align: center;
	color:#fff;
	background: #268b99;
	font-family: Arial;
	font-weight: 600;
	line-height: 55px;
	height: 50px;
	text-transform: uppercase;
	border-radius: 12px 12px 0 0;
}

.equalheight2 article h5{
	font-size: 23px;
	text-align: center;
	color:#000;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px dashed #7c8182;
	margin: 10px 10px 0;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.equalheight2 article .idxVerTxtCon{
	padding: 0 7px 10px;
}

.equalheight2 article .idxVerTxtCon p{
	font-size: 16px;
	line-height: 22px;
	margin: 5px;
	text-align: left;
	color:#333;
}

.indexVerification .equalheight2~a{
	margin: 60px 20px 0;
}

@media (max-width:1400px){
	.equalheight2 article:after{
		right: -17%;
	}
}

@media (max-width:1200px){
	.indexSection4{
		padding: 40px 0 50px;
	}
	
	.equalheight2 article {
		width: 18%;
		margin: 0 1%;
	}
	
	.section4Descript {
		margin: 20px 30px;
	}
}

@media (max-width:991px){
	.equalheight2 article {
		width: 30%;
		margin: 0 1.6% 25px;
	}
	
	.indexVerification .equalheight2 ~ a {
		margin: 30px 20px 0;
	}
	
	.equalheight2 article:after{
		right: -13%;
	}
}

@media (max-width:767px){
	.equalheight2 article {
		width: 31%;
		margin: 0 1.15% 25px;
	}	
}

@media (max-width:580px){
	.equalheight2 article {
		width: 48%;
		margin: 0 1% 25px;
	}
	
	.indexVerification .equalheight2 ~ a {
		margin: 20px 5px 0;
	}
	
	.equalheight2 article:after{
		display: none;
	}
}

@media (max-width:435px){
	.equalheight2 article {
		width: 98%;
		margin: 0 1% 25px;
	}
}



/*---------index Section5-----------*/
.indexSection5{
	background: url(../tw_img/other/toggle.png) bottom center no-repeat, url(../tw_img/other/toggle_bg.png) bottom center repeat-x, url(../tw_img/index/link_bg.png) top center no-repeat, url(../tw_img/index/apply_bg.jpg) top center repeat-y;
	padding: 45px 0 115px;
}

.indexSection5.background2{
	background: url(../tw_img/other/toggle.png) bottom center no-repeat, url(../tw_img/other/toggle_bg.png) bottom center repeat-x, url(../tw_img/index/link_bg.png) top center no-repeat;
	padding: 45px 0 115px;
}

.indexSection5 .indexTitle{
	margin-bottom: 30px;	
}

.indexSection5 h5{
	font-size: 20px;
	color:#024d84;
	font-weight: bold;
	margin-bottom: 5px;
}

.idxSec5Content>ul>li{
	display: inline-block;
	width: 31%;
	float:left;
	margin-left: 2.33333%;
}

.idxSec5Content>ul>li>ul>li{
	background: url(../tw_img/other/footer_link_icon.png) top 7px left no-repeat;
	padding-left: 15px;
}

.idxSec5Content>ul>li>ul>li>a{
	font-size: 18px;
	color:#2a3984;
	line-height: 28px;
}

.idxSec5Content > ul > li > ul > li > a:hover {
    color: #0f83d7;
}

@media (max-width:991px){
	.idxSec5Content > ul > li > ul > li > a{
		font-size: 17px;
	}
	
	.idxSec5Content>ul>li{
		width: 32%;
		margin-left: 1.33333%;
		vertical-align: top;
	}
}

@media (max-width:767px){
	.idxSec5Content>ul>li{
		width: 47.5%;
		margin:0 1% 25px;
		float: none;
	}
	
	.indexSection5 .indexTitle {
		margin-bottom: 20px;
	}
}

@media (max-width:580px){
	.idxSec5Content > ul > li {
		width: 80%;
		margin: 0 10% 25px;
	}
	
	.indexSection5 .indexTitle {
		margin-bottom: 10px;
	}
}

@media (max-width:420px){
	.idxSec5Content > ul > li {
		width: 95%;
		margin: 0 2.5% 25px;
	}
}


/*************************************/
/*               footer              */
/*************************************/
/*footer{
	position: relative;
	top:-110px;
}*/

/*----------toggle--------------*/
.toggle {
	position: relative;
}
.toggle + .toggle {
	margin-top: 16px;
}

.toggle__trigger {
	display: none;
}

.toggle__label {
	position: relative;
	display: block;
	cursor: pointer;
	
	color: #fff;
	padding: 0;
	transition: background-color 300ms;
	height: 0;
}
/*.toggle__label:hover {
	background: url(../tw_img/other/toggle_bg.png) top center repeat-x;
}*/
.toggle__label::after {
	content:url(../tw_img/other/toggle_icon.png);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
	-webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
	-webkit-transform-origin: 50% 50%;
		  transform-origin: 50% 50%;
	font-size: 1.5rem;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}
.toggle__trigger:checked ~ .toggle__label::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
		  transform: translateY(-50%) rotate(180deg);
}
.toggle__trigger[type="radio"] ~ .toggle__label::after {
	display: none;
}

.toggle__container {
	opacity: 0;
	max-height: 0;
	transition: max-height 300ms, opacity 300ms 100ms;
	overflow: hidden;
}
.toggle__trigger:checked ~ .toggle__container {
	opacity: 1;
	max-height: 1500px;
	overflow: auto;
	transition: max-height 190ms, opacity 190ms 0ms;
}

.toggle__content {
	padding: 37px 15px 0;
	background-color: #f7cf31;	
}




/*---------toggle content----------*/

.footer_box {
    width: 15.3%;
    margin: 0 0.5% 45px; 
    display: inline-table;
}

.footer_box h6{
	font-size: 19px;
	font-weight: bold;
	color:#543e00;
	margin-bottom: 7px;
}

.footer_box ul li a{
	font-size: 17px;
	color:#fff;
	line-height: 28px;
}

.footer_box ul li a:hover{
	color:#c02d2d;
}

@media (max-width:1200px){
	.footer_box {
		width: 18.5%;
		margin: 0 0.5% 45px; 
	}
}

@media (max-width:991px){
	.footer_box {
		width: 23.5%;
		margin: 0 0.5% 45px; 
		text-align: center;
	}
}

@media (max-width:767px){
	.footer_box {
		width: 31.5%;
		margin: 0 0.5% 45px; 
	}
}

@media (max-width:480px){
	.footer_box {
		width: 48.2%;
		margin: 0 0.5% 45px; 
	}
}

@media (max-width:380px){
	.footer_box {
		width: 99%;
		margin: 0 0.5% 45px; 
	}
}



/*-------------ftSec2-------------*/
.ftSec2{
	background: #3a3a3a;
	padding: 20px 0 25px;
}

.ftSec21{
	margin-top: 15px;
}

.ftSec21 ul li{
	display: inline-block;
	font-size: 16px;
	color:#ababab;
}

.ftSec22{
	text-align: right;
}

.ftSec22 ul li{
	display: inline-block;
}

.ftSec22 ul li a{
	font-size: 16px;
	color:#ababab;
}

.ftSec22 ul li a:hover{
	color:#fff;
}

.ftSec21 ul li span,
.ftSec22 ul li span{
	margin-left:5px;
	margin-right: 1px;
}

@media (max-width:991px){
	.ftSec21,
	.ftSec22{
		text-align: center;
	}
}

@media (max-width:435px){
	.ftSec21 ul li{
		width: 100%;
	}
	
	.ftSec21 ul li span{
		display: none;
	}
}


#gotop {
    bottom: 40px;
    cursor: pointer;
    font-size: 20px;
    height: 72px;
    padding: 10px 15px;
    position: fixed;
    right: 15px;
    width: 72px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
}



/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
	border: 2px solid #2687eb;
	border-radius: 10px;
}

.sideBar {
    border-radius: 7px 7px 0 0;
    overflow: hidden;
}

.sideBar p{
	color:#fff;
	font-size:28px;
	width:100%;
	height: 56px;
	line-height: 30px;
	padding: 12px 15px;
	background: url(../tw_img/other/aside_title_bg.png) top center no-repeat;
	text-align: center;
	background-size: cover;
}



@media (max-width:1200px){
	.sideBar p{
		font-size: 25px;
	}
	
	.pd1200-0{
		padding: 0;
	}
}

@media (max-width:991px){
	aside{
		display: none;
	}
	
	#sub ul{
		display:none;
	}

	.sideBar p{
		border-bottom:none;
		margin-top:0;
		text-shadow:2px 2px 2px rgba(0,0,0,0.3);
		text-align:left;
	}

	.aside-open{
		display:block !important;
	}
}





#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>ul>li{
	border-bottom: 1px dotted #3583ca;
}

#sub > ul > li:last-child {
    border-bottom: none;
}

#sub {
	width: 100%;
	color: #ffffff;
	border-top:none;
}

#sub ul ul {
	display: none;
}

.align-right {
	float: right;
}

#sub > ul > li > a {
	padding: 15px 10px 15px 55px;
	cursor: pointer;
	z-index: 2;
	/*font-size: 20px;*/
	font-size: 25px;
	text-decoration: none;
	color: #333333;
	background:transparent;
	background:url(../tw_img/other/aside_icon.png) top 15px left 18px no-repeat;
	line-height:22px;
}

#sub > ul > li.active2 > a,
#sub > ul > li > a:hover{
	color: #f00;
	background:url(../tw_img/other/aside_icon.png) top 15px left 18px no-repeat;
}

#sub > ul > li.open > a {
	color: #00c0ff;
	background:url(../tw_img/other/aside_icon_open.png) top 15px left 18px no-repeat;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 12px 15px 12px 60px;
	z-index: 1;
	text-decoration: none;
	font-size: 17px;
	color:#282828;
	line-height:20px;
	background: #eeeeee;
}

#sub>ul>li>ul{
	border-top:1px solid #fff;
}

#sub>ul>li>ul>li{
	margin-top:0;
	border-bottom:1px dashed #c2c2c2;
}

#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: #fff;
	background:#a0cbf3;
}

#sub ul ul li:first-child > a {
	box-shadow: none;
}

#sub ul ul ul li:first-child > a {
}

#sub ul ul ul li a {
	background: #fff;
	font-size: 17px;
	padding: 7px 15px 7px 47px;
}

#sub ul ul ul li a:hover{
	background:#fdf9df;
	color:#000;
}

#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 10px 15px 45px;
		background:url(../tw_img/other/aside_icon.png) top 15px left 12px no-repeat;
	}

	#sub > ul > li.active2 > a,
	#sub > ul > li > a:hover{
		background:url(../tw_img/other/aside_icon.png) top 15px left 12px no-repeat;
	}

	#sub > ul > li.open > a {
		background:url(../tw_img/other/aside_icon_open.png) top 15px left 12px no-repeat;
	}
}

@media (max-width:991px){
	#sub {
		width: 100%;
		display:none;
	}
}


/*************************************/
/*               about               */
/*************************************/
.about04P{
	margin-top:70px;
	margin-bottom: 20px;
}

@media (max-width:1400px){
	.about04P{
		margin-top:30px;
	}
}

@media (max-width:1200px){
	.about04P{
		margin-top:0;
	}
}


/*************************************/
/*             about_00              */
/*************************************/

.member section.main{
	margin-top: 0;
	margin-bottom: 60px;
	margin-left: -1%;
	margin-right: -1%;
}

.member .main .ex02 {
	display: inline-table;
	width: 30%;
	background: #fff;
	margin: 10px 1.5% 30px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #e2e2e1;
}

.member .main .memberInfo{
	position: relative;
	padding: 10px 0 18px 15px;
}

.member .main .memberInfo a{
	display: block;
	overflow: hidden;
}

.member .main .ex02 .memberPic{
	background: #f5f5f5;
}

.member .main .ex02 .memberPic img{	
	transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transition: all 2.5s ease;
    -webkit-transition: all 2.5s ease;
    -ms-transition: all 2.5s ease;
	margin-bottom: 30px;
	max-width: 100%;
	width: 100%;
}

/*.member .main .ex02:hover .memberPic img{	
	 transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}*/

.member .main .ex02 p{
	font-size: 16px;
	line-height: 25px;
	color:#777;
	padding: 0;
	margin-bottom: 0;
	text-align: left;
}

.member .main .ex02 p span{
	margin-right: 10px;
}

.member .main .ex02 h5{
	font-size: 22px;
	color:#237bca;
	line-height: 22px;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
}

.member .main .ex02 h5 span{
	font-size: 15px;
	color: #b2b2b2;
	margin-left: 10px;
}

.member .main .ex02 a{
	padding-left: 0;
	display: inline-block;
	margin: 0;
	position: absolute;
	top:90px;
	left: 270px;
	width:45px;
	height: 45px;
	border-radius: 23px;
	text-align: center;
	background: #f8ce28;
	padding-top: 14px;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.member .main .ex02 a:hover{
	background: #ccaa24;
}

.member .main .ex02 a:hover{
	font-weight: bold;
}

@media (max-width:1400px){
	.member .main .memberInfo{
		padding: 0 12px 15px;
	}
}

@media (max-width:1200px){
	.member section.main {
		margin-bottom: 50px;
	}
	
	.member .main .ex02 {
		width: 47%;
		margin: 10px 1.2%;
	}
}

@media (max-width:991px){
	.member section.main {
		margin-bottom: 35px;
	}
	
	.member .main .ex02 {
		width: 30.2%;
		margin: 10px 1.2%;
	}
}

@media (max-width: 850px) {
	.member .main .ex02 {
		width: 47%;
		margin: 10px 1.2%;
	}
}

@media (max-width:767px){
	.member section.main {
		margin-top: 25px;
		margin-bottom: 20px;
	}
	
	.member .main article.ex02 h5{
		font-size: 20px;
	}
}

@media (max-width:680px){
	.member section.main{
		margin-top: 5px;
	}
}

@media (max-width:550px){
	.member .main .ex02 p span{
		display: block;
		margin-right: 0;
	}
}

@media (max-width:450px){
	.member .main .ex02 {
		width: 90%;
		margin: 10px 5%;
	}
	
	.member .main .ex02 p span{
		display: inline-block;
		margin-right: 10px;
	}
}

@media (max-width:350px){
	.member .main .ex02 {
		width: 100%;
		margin: 10px 0;
	}	
}




.memberTabs .nav-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.memberTabs .nav-tabs > li > a {
    position: relative;
    display: block;
    background: #eee;
	color: #19779e;
	border: none;
	border-radius: 6px 6px 0 0;
	font-size: 18px;
	margin-top: 5px;
}

.memberTabs .nav-tabs > li.active > a, 
.memberTabs .nav-tabs > li > a:hover, 
.memberTabs .nav-tabs > li > a:focus{
	background: #4d99df;
	color:#fff;
	border: none;
	border-radius: 6px 6px 0 0;
}

@media (max-width:680px){
	.memberTabs .nav-tabs > li > a {
		padding: 8px 8px 5px;
		font-size: 16px;
	}
	
	.memberTabs .nav-tabs {
		margin-bottom: 0;
	}
}

@media (max-width:480px){
	.memberTabs .nav-tabs > li{
		width: 33%;
		text-align: center;
	}
}

@media (max-width:380px){
	.memberTabs .nav-tabs > li{
		width: 50%;
	}
}
/*************************************/
/*             sitenews              */
/*************************************/
.sitenewsContent{
	padding: 0 10px;
}

.sitenewsContent ul>li>ul{
	margin: 20px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
	overflow: hidden;
}

.sitenewsContent ul>li{
	position: relative;
}

.sitenewsContent ul>li>span{
	font-size: 16px;
	color:#999999;
	position: absolute;
	bottom: 15px;
	right: 5px;
}

.sitenewsContent ul>li>span i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
	color: #aaa;
}

.sitenewsContent ul>li:first-child>ul{
	margin:7px 0 0;
}

.sitenewsContent ul>li>ul>li{
	/*display: table-cell;
	vertical-align: middle;*/
	float: left;
}

.sitenewsContent ul>li>ul>li:first-child{
	width: 230px;
	vertical-align: middle;
}

.sitenewsContent ul>li>ul>li:first-child img{
	border-radius: 10px;
	border:1px solid #dddddd;
}

.sitenewsContent ul>li>ul>li:last-child{
	padding-left: 30px;
	width: calc(100% - 240px);
}

.sitenewsContent ul>li>ul>li:last-child a h5{
	font-size: 17px;
	color:#5097e1;
	font-weight: bold;
	line-height: 21px;
	text-align: justify;
	margin-bottom: 4px;
	margin-top: 5px;
}

.sitenewsContent ul>li>ul>li:last-child a p{
	font-size: 16px;
	color:#555;
	font-weight: 500;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 20px;
}

.sitenewsContent ul>li>ul:hover>li:last-child a h5{
	color: #39b4bf;
}

.sitenewsContent ul>li>ul:hover>li:last-child a p{
	color: #000;
}

@media (max-width:1200px){
	.sitenewsContent ul > li > ul > li:last-child a h5{
		margin-top: 0;
	}
}

@media (max-width:680px){
	.sitenewsContent ul>li>ul>li:first-child{
		width: 165px;
	}

	.sitenewsContent ul>li>ul>li:last-child{
		padding-left: 20px;
		width: calc(100% - 175px);
	}
	
	.sitenewsContent ul>li>ul>li:last-child a p{
		display: none;
	}
	
	.sitenewsContent ul>li>ul>li:last-child a h5{
		padding-bottom: 20px;
		font-weight: 500;
		color:#39b4bf;
	}
	
	.sitenewsContent ul>li>ul:hover>li:last-child a h5{
		color:#333;
	}
}

@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;
	}
}

@media (max-width:550px){
	.sitenewsContent ul>li>ul>li:first-child{
		width: 130px;
	}

	.sitenewsContent ul>li>ul>li:last-child{
		padding-left: 20px;
		width: calc(100% - 140px);
	}
}

@media (max-width:430px){
	.sitenewsContent ul>li>ul>li:first-child{
		width: 115px;
	}

	.sitenewsContent ul>li>ul>li:last-child{
		padding-left: 15px;
		width: calc(100% - 125px);
	}
}

@media (max-width:400px){
	.sitenewsContent ul>li>ul>li:last-child{
		padding-left: 15px;
	}
}

@media (max-width:390px){
	.sitenewsContent ul>li>ul>li:first-child{
		width: 100%;
		max-width: 100px;
	}

	.sitenewsContent ul>li>ul>li:last-child{
		padding-left: 0;
		width: 100%;
		margin-top: 7px;
	}
}


/*************************************/
/*                 page              */
/*************************************/
.page-content{
	overflow: hidden;
	padding: 15px 0 15px;
	background: #f0eeeb;
}

.page{
	text-align:right;
	margin-top: 40px;
}

.page>ul{
	list-style-type:none;
	padding-left:0;
}

.page>ul>li{
	display:inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

.page>ul>li>a{
	color:#487478;
	font-size:24px;
	font-family: Arial;
	text-align: center;
	display: inline-block;
	width: 35px;
	border: 1px solid #d5e1e7;
	height: 35px;
	vertical-align: middle;
	border-radius: 5px;
	line-height: 35px;
	background: #e4eff4;
}

.page>ul>li>a:hover, .page>ul>li>a.active-page{
	color: #fff !important;
	text-decoration: none;
	background: #487478;
}

.page .fa-angle-left,
.page .fa-angle-right{
	display: inline-block;
	color:#487478;
	text-align: center;
	font-size:40px;
	position: relative;
	top:-8px;
}

.page .fa-angle-left{
	left: -2px;
}

.page .fa-angle-right{
	right: 0px;
}

.page>ul>li:first-child>a, 
.page>ul>li:last-child>a {
    border: 1px solid #d5e1e7;
    width: 35px;
	height: 35px;
	border-radius: 5px;
	display: inline-block;
	padding: 4px 10px;
}

.page>ul>li:first-child>a:hover, 
.page>ul>li:last-child>a:hover {
    color: #fff !important;
	text-decoration: none;
	background: #487478;
}

.page>ul>li:first-child>a:hover .fa-angle-left, 
.page>ul>li:last-child>a:hover .fa-angle-right{
	color: #fff;
}

@media (max-width:767px){
	.page>ul>li{
		margin: 0;
	}
}

/*************************************/
/*           sitenews view           */
/*************************************/
.newsView{
	padding: 0 10px;
}

.newsView h3{
	font-size: 20px;
	color:#5097e1;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4eff4;
	line-height: 28px;
	margin-bottom: 15px;
}

.newsDescript{
	font-size: 17px;
	color:#333333;
	line-height: 26px;
	padding-bottom: 55px;
	text-align: justify;
}

.newsView .row{
	position: relative;
	min-height: 420px;
	border-bottom: 1px solid #d2d2d2;
}

.newsView .row .newsViewPic{
	border:1px solid #dddddd;
	border-radius: 15px;
	max-width: 350px;
	width: 100%;
}

.newsView .row span.dateBar{
	position: absolute;
	font-size: 16px;
	color:#999999;
	bottom: 15px;
	right:5px;
}

.newsView .row span i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.newsDownload{
	margin: 15px 0 35px;
}

.newsDownload,
.newsDownload a{
	font-size: 18px;
	color:#478690;
	text-align: right;
}

.newsDownload a{
	text-decoration: underline;
}

.newsDownload i{
	margin-right: 5px;
	font-size: 20px;
}

@media (max-width:991px){
	.newsView,
	.newsDownload{
		width:80%;
		margin-left: 10%;
	}
	
	.newsView .row .newsViewPic{
		margin-bottom: 20px;
	}
}

@media (max-width:767px){
	.newsView,
	.newsDownload{
		width:100%;
		margin-left: 0;
	}
}

@media (max-width:480px){
	.newsView{
		padding: 0 20px;
	}
	
	.pd480-0{
		padding: 0;
	}
}

/*************************************/
/*                back               */
/*************************************/
.backBtn{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
}

.backBtn a{
	display: inline-block;
	width: 142px;
	height: 45px;
	text-align: center;
	font-size: 20px;
	color:#2a5568;
	line-height: 43px;
	border:1px solid #d5e1e7;
	border-radius: 5px;
	background: #e4eff4;
}

.backBtn a:hover{
	background: #2a5568;
	color:#e4eff4;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}



/*************************************/
/*           verification            */
/*************************************/
.verification .nav-tabs{
	text-align: right;
}

.verification .nav-tabs > li{
	float: none;
	display: inline-block;
}

.verification .nav-tabs > li > a{
	font-size: 25px;
	padding: 3px 10px;
	border:1px solid #eee;
	color:#e5e5e5;
	background: #f8f8f8;
	margin-right: 5px;
	border-radius: 0;
}

.verification .nav-tabs > li.active > a, 
.verification .nav > li > a:hover,
.verification .nav-tabs > li.active > a:hover, 
.verification .nav-tabs > li.active > a:focus{
	background: #e3f5fd;
	border:1px solid #bee3f2;
	color:#b2ddef;
}

.verification .nav-tabs{
	border-bottom: none;
}


.ver_box {
    width: 152px;
    margin: 17px 30px; 
    display: inline-table;
}

.ver_box p,
.verification #tab2 p{
	font-size: 18px;
	color:#333;
	margin-top: 7px;
	text-align: center;
}

.verification #tab2 p{
	text-align: left;
}

.ver_box:hover p,
.verification #tab2 ul li a:hover p{
	color:#b8950c;
	text-decoration:underline;
}

.verification #tab2 ul li a .cell{
	vertical-align: middle;
}

.verification #tab2 ul li a .cell:last-child{
	padding-left: 15px;
}

.verification #tab2 ul li a img{
	min-width:120px;
	width: 120px;
}

.verification #tab2 {
    padding: 20px;
}

@media (max-width:767px){
	.ver_box {
		width: 29.8%;
		margin: 20px 1.5% 35px; 
		display: inline-table;
	}
	
	.ver_box p{
		font-size: 17px;
	}
}

@media (max-width:480px){
	.ver_box {
		width: 30.3%;
		margin: 20px 1% 35px; 
		display: inline-table;
	}
	
	.verification #tab2 {
		padding: 20px 0;
	}
	
	.verification #tab2 ul li a .cell:last-child {
		padding-left: 10px;
	}
}

@media (max-width:400px){
	.ver_box {
		width: 30.5%;
		margin: 15px 1% 35px; 
		display: inline-table;
	}
}


/*************************************/
/*              roster               */
/*************************************/

.roster{
	padding: 0 15px;
	overflow: hidden;
}

@media (max-width:767px){
	.roster {
		padding: 0;
	}
}

/*-------rosterList---------*/
.rosterList{
	margin-bottom: 30px;
}

.roster_box {
	width: 22.5%;
	margin: 0 1% 35px; 
	display: inline-table;
}

.roster_box p{
	font-size: 17px;
	color:#333;
	margin-top: 7px;
	text-align: center;
}

@media (max-width:767px){
	.roster_box p{
		font-size: 17px;
	}
}

@media (max-width:580px){
	.roster_box {
		margin: 0 0.8% 35px;
	}
}

@media (max-width:450px){
	.roster_box {
		width: 47.3%;
		margin: 0 1% 35px; 
		display: inline-table;
	}
}

@media (max-width:280px){
	.roster_box {
		width: 98%;
		margin: 0 1% 35px; 
		display: inline-table;
	}
}



/*----------roster search----------*/
.rosterSearch {
    margin-bottom: 30px;
    overflow: hidden;
}

.rosterSearch form>ul>li{
	/*background: url(../tw_img/other/resume_icon_01.jpg) top 10px left 10px no-repeat;*/
	padding-left: 10px;
	margin-bottom: 15px;
}

.rosterSearch form>ul>li>ul>li{
	display: inline-block;
	font-size: 20px;
	color:#333;
	line-height: 37px;
}

.rosterSearch form>ul>li>ul>li img{
	margin-right: 5px;
	position: relative;
	top:1px;
}

.rosterSearch form>ul>li>ul>li input{
	height: 37px;
	border:none;
	background: #ebebeb;
	padding: 2px 12px;
	color:#333;
	font-size: 18px;
	width: 380px;
}

.rosterSearch form>ul>li:nth-child(2)>ul>li input{
	width: 320px;
}

.rosterSearch form>ul>li>ul>li input:focus{
	border: 1px solid #c8c48b;
}

.rosterSearch form>ul>li>ul>li:first-child{
	margin-right: 5px;
}

.rosterSearch form>ul>li>ul>li:nth-child(2){
	margin-right: 15px;
}

.rosterSearch form>ul>li>ul>li button{
	width: 90px;
	height: 37px;
	background: #a9a565;
	border-radius: 5px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	border:none;
}

.rosterSearch form>ul>li>ul>li button:hover{
	background: #908c55;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

@media (max-width:680px){
	.rosterSearch form>ul>li>ul>li:first-child{
		width: 100%;
	}
	
	.rosterSearch form>ul>li>ul>li input,
	.rosterSearch form>ul>li:nth-child(2)>ul>li input{
		width:100%;
	}	
	
	.rosterSearch form>ul>li>ul>li:nth-child(2){
		width: calc(100% - 110px);
	}
	
	.rosterSearch form>ul>li>ul>li:nth-child(3){
		width: 90px;
	}
}



/*----------roster_01 overview------------*/
.roster .rosterOverview .table-responsive .table tbody,
.roster .rosterOverview .table-responsive .table tbody a{
	font-size: 17px;
	color:#333;
}

.roster .rosterOverview .table-responsive .table tbody a:hover{
	color:#54a970;
	text-decoration: underline;
}

.roster .rosterOverview .table-responsive .table tbody tr th,
.roster .rosterOverview .table-responsive .table tbody tr td{
	padding: 14px 20px;
	white-space: inherit;
	line-height: 20px;
}

.roster .rosterOverview .table-responsive .table tbody tr td{
	padding: 15px 20px;
	border-bottom: 1px dashed #c9c9c9;
}

.roster .rosterOverview .table-responsive .table tbody tr th:first-child,
.roster .rosterOverview .table-responsive .table tbody tr td:first-child{
	padding-left: 25px;
}

.roster .rosterOverview .table-responsive .table tbody tr th{
	background: #54a970;
	border-bottom:3px solid #3d7c52;
	font-weight: 500;
	color:#fff;
}

.roster .rosterOverview .table-responsive .table tbody tr th br{
	display: none;
}

.roster .rosterOverview .table-responsive .table tbody tr:nth-child(even){
	background: #f1f1f1;
}

.roster .rosterOverview .table-responsive .table tbody tr td span{
	display: block;
	color:#cd2b2b;
}

.roster .rosterOverview .table-responsive .table tbody tr td img{
	float: left;
	position: relative;
	top:4px;
	margin-right: 3px;
}

@media (max-width:767px){
	.roster .rosterOverview .table-responsive .table{
		min-width: 385px;
	}
	
	.roster .rosterOverview .table-responsive .table tbody tr th:first-child,
	.roster .rosterOverview .table-responsive .table tbody tr td:first-child{
		padding-left: 15px;
	}
	
	.roster .rosterOverview .table-responsive .table tbody tr th{
		padding: 14px 10px;
	}
	
	.roster .rosterOverview .table-responsive .table tbody tr td{
		padding: 15px 10px;
	}
}

@media (max-width:580px){
	.roster .rosterOverview .table-responsive .table tbody tr th{
		text-align: center;
		padding: 8px 10px 5px;
	}
	
	.roster .rosterOverview .table-responsive .table tbody tr th br{
		display: inline-block;
	}
}


/*************************************/
/*              roster view          */
/*************************************/
.roster .rosterView .rosterViewTable{
	border: 1px solid #cbcbcb;
}

.roster .rosterView table.table{
	margin-bottom: 0;
}

.roster .rosterView .rosterViewTable table.table tbody tr td{
	font-size: 18px;
	color:#333;
	background: #f6f6f6;
	padding: 17px 15px;
	line-height: 22px;
	border-bottom: 1px solid #fff;
	border-top: none;
}

.roster .rosterView .rosterViewTable table.table tbody tr td a{
	color:#333;
}

.roster .rosterView .rosterViewTable table.table tbody tr td a:hover{
	color:#6aa97f;
	text-decoration: underline;
}

.roster .rosterView .rosterViewTable table.table tbody tr:last-child td{
	border-bottom: none;
}

.roster .rosterView .rosterViewTable table.table tbody tr td:first-child{
	width: 158px;
	background: #6aa97f;
	color:#fff;
	vertical-align: top;
}

.roster .rosterView .rosterViewTable table.table tbody tr td:first-child br{
	display: none;
}

.roster .rosterView .rosterViewTable table.table tbody tr td span{
	margin-left: 5px;
}

.roster .rosterView .rosterViewTable table.table tbody tr td span.txtRed{
	color:#cd2b2b;
}

@media (max-width:480px){
	.roster .rosterView .rosterViewTable table.table tbody tr td:first-child br{
		display: inline-block;
	}
	
	.roster .rosterView .rosterViewTable table.table tbody tr td{
		padding: 10px 15px;
	}
	
	.roster .rosterView .rosterViewTable table.table tbody tr td:first-child{
		width: 105px;
	}
}



.roster .rosterView .rosterDetail{
	border: 1px solid #cbcbcb;
	margin: 50px 0 90px;
}

.roster .rosterView .table-responsive .table tbody tr th,
.roster .rosterView .table-responsive .table tbody tr td{
	white-space: inherit;
	line-height: 20px;
}

.roster .rosterView .table-responsive .table{
	min-width: 580px;
}

.roster .rosterView .rosterDetail table.table tbody tr th,
.roster .rosterView .rosterDetail table.table tbody tr td{
	padding: 17px 15px;	
	border-right: 1px solid #fff;
	font-size: 18px;
}

.roster .rosterView .rosterDetail table.table tbody tr th{
	background: #aedbbd;
	font-weight: 500;
	color:#366646;
	border-top: none;
}

.roster .rosterView .rosterDetail table.table tbody tr td{
	color:#333;
	background: #f6f6f6;
	line-height: 22px;
	font-size: 17px;
	vertical-align: top;
}

.roster .rosterView .rosterDetail table.table tbody tr th:first-child,
.roster .rosterView .rosterDetail table.table tbody tr td:first-child{
	width:190px;
}

.roster .rosterView .rosterDetail table.table tbody tr th:last-child,
.roster .rosterView .rosterDetail table.table tbody tr td:last-child{
	border-right: none;
}

@media (max-width:1200px){
	.roster .rosterView .rosterDetail table.table tbody tr th:first-child,
	.roster .rosterView .rosterDetail table.table tbody tr td:first-child{
		width:158px;
	}
}

@media (max-width:767px){
	.roster .rosterView .rosterDetail{
		margin: 30px 0 50px;
	}
	
	.roster .rosterView .rosterDetail table.table tbody tr th,
	.roster .rosterView .rosterDetail table.table tbody tr td{
		padding: 15px 10px;	
	}

}

@media (max-width:680px){
	.roster .rosterView .rosterDetail table.table tbody tr th:first-child,
	.roster .rosterView .rosterDetail table.table tbody tr td:first-child{
		width:110px;
	}
}

/*************************************/
/*            roster 02              */
/*************************************/
.roster.roster_02 .rosterOverview .table-responsive .table tbody tr th{
	background: #e7ab2b;
	border-bottom:3px solid #aa863a;
	font-weight: 500;
	color:#fff;
}

.roster.roster_02 .rosterOverview .table-responsive .table tbody a:hover{
	color:#aa863a;
	text-decoration: underline;
}

.roster.roster_02 .rosterView .rosterViewTable table.table tbody tr td:first-child {
    background: #dfaf49;
}

.roster.roster_02 .rosterView .rosterViewTable table.table tbody tr td a:hover {
    color: #aa863a;
}

.roster.roster_02 .rosterView .rosterDetail table.table tbody tr th {
    background: #f5d694;
	color:#836f45;
}


/*************************************/
/*            roster 03              */
/*************************************/
.roster.roster_03 .rosterOverview .table-responsive .table tbody tr th{
	background: #a97854;
	border-bottom:3px solid #926240;
	font-weight: 500;
	color:#fff;
}

.roster.roster_03 .rosterOverview .table-responsive .table tbody a:hover{
	color:#a97854;
	text-decoration: underline;
}

.roster.roster_03 .rosterView .rosterViewTable table.table tbody tr td:first-child {
    background: #b8835c;
}

.roster.roster_03 .rosterView .rosterViewTable table.table tbody tr td a:hover {
    color: #b8835c;
}

.roster.roster_03 .rosterView .rosterDetail table.table tbody tr th {
    background: #edc6a9;
	color:#9e541e;
}


/*************************************/
/*            roster 04              */
/*************************************/
.roster.roster_04 .rosterOverview .table-responsive .table tbody tr th{
	background: #c66666;
	border-bottom:3px solid #a95252;
	font-weight: 500;
	color:#fff;
}

.roster.roster_04 .rosterOverview .table-responsive .table tbody a:hover{
	color:#c66666;
	text-decoration: underline;
}

.roster.roster_04 .rosterView .rosterViewTable table.table tbody tr td:first-child {
    background: #d16a6a;
}

.roster.roster_04 .rosterView .rosterViewTable table.table tbody tr td a:hover {
    color: #d16a6a;
}

.roster.roster_04 .rosterView .rosterDetail table.table tbody tr th {
    background: #eda5a5;
	color:#b54d4d;
}


/*************************************/
/*            roster 05              */
/*************************************/
.roster.roster_05 .rosterOverview .table-responsive .table tbody tr th{
	background: #1c7cb9;
	border-bottom:3px solid #155984;
	font-weight: 500;
	color:#fff;
}

.roster.roster_05 .rosterOverview .table-responsive .table tbody a:hover{
	color:#3985b4;
	text-decoration: underline;
}

.roster.roster_05 .rosterView .rosterViewTable table.table tbody tr td:first-child {
    background: #1c7cb9;
}

.roster.roster_05 .rosterView .rosterViewTable table.table tbody tr td a:hover {
    color: #3985b4;
}

.roster.roster_05 .rosterView .rosterDetail table.table tbody tr th {
    background: #b4d6ec;
	color:#1c7cb9;
}

/*************************************/
/*            materials 01           */
/*************************************/

.materials01-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:40px;
	border:1px solid #fff;
}

.materials01-list .div-tr:first-child .div-td {
    color: #333;
    background: #f6f5f5;
    padding: 12px 15px 12px 25px;
    font-size: 21px;
}

.materials01-list .div-tr:first-child .div-td:first-child{
	text-align: left;
}

.materials01-list .subject{
	width:80%;
	text-align: left;
}

.materials01-list .down-icon{
	width:20%;
}

.materials01-list .div-tr:hover{
	background: #fffcee;
}

.materials01-list .div-tr .div-td{
	padding:15px 15px 15px 25px;
	font-size:18px;
	color:#282828;
	vertical-align:middle;
	border-bottom: 1px solid #e7e7e7;
}

.materials01-list .div-tr .div-td:first-child{
	text-align: left;
}

.materials01-list .div-tr .div-td:first-child img{
	margin-right: 3px;
}

.materials01-list .div-tr:first-child .div-td{
	border-bottom:none;
}

.materials01-list .div-tr .div-td:nth-child(2){
	text-align:center;
}

.materials01-list .div-tr .div-td a{
	color:#000;
	display:block;
}

.materials01-list .div-tr .div-td:first-child a{
	text-indent: -18px;
	padding-left: 18px;
}

.materials01-list .div-tr:hover .div-td a{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.materials01-list .div-tr .div-td a i{
	font-size: 32px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	color: #678bb0;
	position: relative;
    top: 3px;
}

.materials01-list .div-tr:hover .div-td a i{
	color:#fcb73f;
}

.icon-inline{
	display:none;
}

.downloadIcon{
	display: none;
}

.icon-inline2 img {
    position: relative;
    top: 4px;
}

@media (max-width:767px){	
	.materials01-list{
		text-align:left;
		border:1px solid #fff;
	}
	
	.materials01-list .down-icon{
		display:none;
	}

	.materials01-list .subject{
		width:100%;
	}

	.materials01-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #e7e7e7;
	}

	.materials01-list .div-tr .div-td:first-child img{
		display: none;
	}
	
	.materials01-list .div-tr .div-td:first-child img.linkIcon{
		display: inline-block;
		position: relative;
		top: 3px;
	}

	.materials01-list .div-tr .div-td:first-child a{
		text-indent: 0;
		padding-left: 0;
	}
	
	.icon-inline{
		display:inherit;	
		margin-right:15px;
	}

	.icon-inline2{
		display:none;
	}

	.materials01-list .div-tr .div-td{
		font-size:17px;
	}

	.materials01-list .div-tr .div-td a{
		display:block;
	}

	.cell-767{
		display:table-cell;
	}
		
	.downloadIcon{
		display: table-cell;
		position: relative;
		top: 1px;
	}

}


/*************************************/
/*              contact              */
/*************************************/
.contact{
	width: 94%;
	margin-left: 3%;
	overflow: hidden;
	margin-bottom: 50px;
}

.contactInfo{
	margin-top: 15px;
}

.contactInfo>ul>li{
	margin-bottom: 8px;
	overflow: hidden;
}

.contactInfo>ul>li>ul>li,
.contactInfo>ul>li>ul>li a{
	display: inline-block;
	font-size: 18px;
	color:#333;
	line-height: 22px;
}

.contactInfo>ul>li>ul>li img{
	vertical-align: sub;
	position: relative;
	top:-1px;
}

.contactInfo>ul>li>ul>li:first-child{
	color:#999;
	width: 73px;
	float:left;
}

.contactInfo>ul>li>ul>li:last-child{
	width: calc(100% - 73px);
	float: left;
}

.contactInfo>ul>li:nth-child(4)>ul>li:first-child{
	width: 110px;
}

.contactInfo>ul>li:nth-child(4)>ul>li:last-child{
	width: calc(100% - 110px);
}

@media (max-width:1200px){
	.contact{
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width:991px){
	.contact{
		margin-bottom: 30px;
	}
}

@media (max-width:767px){
	.contact{
		margin-bottom: 10px;
	}
}

@media (max-width:680px){
	.contact{
		margin-bottom: 0;
	}
}



.contact-map{
	height:300px;
	border:1px solid #dbdbdb;
	margin-bottom:20px;
	background: #eee;
}

@media (max-width:991px){
	.contact-map{
		height:250px;
	}
}

@media (max-width:767px){
	.contact-map{
		height:220px;
	}
}

@media (max-width:580px){
	.contact-map{
		height:200px;
	}
}

@media (max-width:480px){
	.contact-map{
		height:150px;
	}
}



/*************************************/
/*           file download           */
/*************************************/

.fileDownload-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:40px;
	border:1px solid #fff;
}

.fileDownload-list .div-tr:first-child .div-td {
    color: #333;
    background: #f2f1f1;
    padding: 12px 15px 12px 25px;
    font-size: 21px;
}

.fileDownload-list .div-tr:first-child .div-td:first-child{
	text-align: left;
}

.fileDownload-list .subject{
	width:80%;
	text-align: left;
}

.fileDownload-list .down-icon{
	width:20%;
}

.fileDownload-list .div-tr:nth-child(odd){
	background: #fdf2f1;
}

.fileDownload-list .div-tr .div-td{
	padding:15px 15px 15px 25px;
	font-size:18px;
	color:#282828;
	vertical-align:middle;
	border-bottom: 1px solid #e7e7e7;
}

.fileDownload-list .div-tr .div-td:first-child{
	text-align: left;
}

.fileDownload-list .div-tr .div-td:first-child img{
	margin-right: 3px;
}

.fileDownload-list .div-tr:first-child .div-td{
	border-bottom:none;
}

.fileDownload-list .div-tr .div-td:nth-child(2){
	text-align:center;
}

.fileDownload-list .div-tr .div-td a{
	color:#000;
	display:block;
}

.fileDownload-list .div-tr .div-td:first-child a{
	text-indent: -18px;
	padding-left: 18px;
}

.fileDownload-list .div-tr:hover .div-td a{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color:#ff8271;
}

.fileDownload-list .div-tr .div-td a i{
	font-size: 32px;
	width: 30px;
	height: 30px;
	line-height: 32px;
	border-radius: 3px;
	color: #ca8f87;
	position: relative;
    top: 3px;
}

.fileDownload-list .div-tr:hover .div-td a i{
	color:#ff8271;
}

@media (max-width:767px){	
	.fileDownload-list{
		text-align:left;
		border:1px solid #fff;
	}
	
	.fileDownload-list .down-icon{
		display:none;
	}

	.fileDownload-list .subject{
		width:100%;
	}

	.fileDownload-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #e7e7e7;
	}

	.fileDownload-list .div-tr .div-td:first-child img{
		display: none;
	}
	
	.fileDownload-list .div-tr .div-td:first-child img.linkIcon{
		display: inline-block;
		position: relative;
		top: 3px;
	}

	.fileDownload-list .div-tr .div-td:first-child a{
		text-indent: 0;
		padding-left: 0;
	}

	.materials01-list .div-tr .div-td{
		font-size:17px;
	}

	.materials01-list .div-tr .div-td a{
		display:block;
	}
}




/*************************************/
/*              privacy              */
/*************************************/
.privacy{
	width: 94%;
	margin-left: 3%;
	margin-bottom: 60px;
}

.privacyContent{
	width: 100%;
	border:1px solid #e5e5e5;
	height: 625px;
	overflow-y:scroll;
	padding: 30px 45px 35px;
	font-size: 19px;
	line-height: 35px;
	color:#333;
	text-align: justify;	
	position: relative;
}

.privacyContent h5{
	font-size: 22px;
	line-height: 28px;
	color:#066893;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (max-width:1200px){
	.privacy{
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width:767px){
	.privacyContent{
		padding: 25px 30px 35px;
	}
}

@media (max-width:680px){
	.privacy {
		margin-bottom: 40px;
	}
}

@media (max-width:580px){
	.privacyContent{
		height: auto;
		overflow-y:inherit;
		border:none;
	}
	
	.privacyContent{
		padding: 10px 10px 0;
	}
}

/*************************************/
/*              overview             */
/*************************************/
.overview{
	width: 96%;
	margin-left: 2%;
}

.overview_box{
	width: 17.5%;
    margin: 0 1% 50px;
    display: inline-table;
}

.overview_box h3{
	font-size: 21px;
	color:#3d7416;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
	position: relative;
}

.overview_box h3:before{
	position: absolute;
	content:url(../tw_img/other/course_icon.png);
	width: 13px;
	height: 13px;
	top:-2px;
	left:-16px;
}

.overview_box ul li a{
	font-size: 18px;
	color:#333;
	line-height: 30px;
}

.overview_box ul li a:hover{
	color:#1069c3;
	text-decoration: underline;
}

@media (max-width:991px){
	.overview{
		width: 100%;
		margin-left: 0;
	}
	
	.overview_box{
		width: 22.5%;
	}
	
	.overview_box h3{
		font-size: 19px;
		margin-left: 16px;
	}
	
	.overview_box ul{
		margin-left: 16px;
	}
	
	.overview_box ul li a{
		font-size: 17px;
	}
}

@media (max-width:680px){
	.overview_box{
		width: 30.5%;
	}
}

@media (max-width:480px){
	.overview_box{
		width: 47.5%;
	}
}

@media (max-width:390px){
	.overview_box{
		width: 47.2%;
	}
}


/*************************************/
/*             sealSearch            */
/*************************************/
.sealSearch.roster{
	padding: 0;
}

.sealSearch.roster .table-responsive .table {
    min-width: auto;
}

.sealSearch .seal_Search {
    margin-bottom: 40px;
    margin-top: 15px;
}

.sealSearch.roster form > ul > li {
    display: inline-block;
    font-size: 20px;
    color: #333;
    line-height: 37px;
}

.sealSearch.roster form > ul > li img {
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.sealSearch.roster form > ul > li input {
    height: 37px;
    border: none;
    background: #ebebeb;
    padding: 2px 12px;
    color: #333;
    font-size: 18px;
    width: 380px;
}

.sealSearch.roster form > ul > li button {
    width: 90px;
    height: 37px;
    background: #a9a565;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: none;
}

.sealSearch.roster form > ul > li button:hover {
    background: #908c55;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

@media (max-width:680px){
	.sealSearch.roster form > ul > li:first-child {
		width: 100%;
	}
	
	.sealSearch.roster form > ul > li:nth-child(2) {
		width: calc(100% - 100px);
	}
	
	.sealSearch.roster form > ul > li:nth-child(2) {
		margin-right: 5px;
	}
	
	.sealSearch.roster form > ul > li:nth-child(2) input {
		width: 100%;
	}
	
	.sealSearch.roster form > ul > li:nth-child(3) {
		width: 90px;
	}
}

/*----------roster_01 overview------------*/
.sealSearch.roster .rosterOverview .table-responsive .table tbody,
.sealSearch.roster .rosterOverview .table-responsive .table tbody a{
	font-size: 17px;
	color:#333;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody a:hover{
	color:#54a970;
	text-decoration: underline;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody tr th,
.sealSearch.roster .rosterOverview .table-responsive .table tbody tr td{
	padding: 14px 20px;
	white-space: inherit;
	line-height: 20px;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody tr td{
	padding: 15px 20px;
	border-bottom: 1px dashed #c9c9c9;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody tr th:first-child,
.sealSearch.roster .rosterOverview .table-responsive .table tbody tr td:first-child{
	padding-left: 25px;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody tr th{
	background: #4ca3b6;
	border-bottom:3px solid #367f8f;
	font-weight: 500;
	color:#fff;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody tr th br{
	display: none;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody tr:nth-child(even){
	background: #f1f1f1;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody tr td span{
	display: block;
	color:#cd2b2b;
}

.sealSearch.roster .rosterOverview .table-responsive .table tbody tr td img{
	float: left;
	position: relative;
	top:4px;
	margin-right: 3px;
}

@media (max-width:767px){
	.sealSearch.roster .rosterOverview .table-responsive .table{
		min-width: 385px;
	}
	
	.sealSearch.roster .rosterOverview .table-responsive .table tbody tr th:first-child,
	.sealSearch.roster .rosterOverview .table-responsive .table tbody tr td:first-child{
		padding-left: 15px;
	}
	
	.sealSearch.roster .rosterOverview .table-responsive .table tbody tr th{
		padding: 14px 10px;
	}
	
	.sealSearch.roster .rosterOverview .table-responsive .table tbody tr td{
		padding: 15px 10px;
	}
}

@media (max-width:580px){
	.sealSearch.roster .rosterOverview .table-responsive .table tbody tr th{
		text-align: center;
		padding: 8px 10px 5px;
	}
	
	.sealSearch.roster .rosterOverview .table-responsive .table tbody tr th br{
		display: inline-block;
	}
}

/*************************************/
/*            search result          */
/*************************************/
.searchResultList h5{
	background:url(../tw_img/other/searchResult_01.png) top 22px left 20px no-repeat, #eee; 
	font-size: 23px;
	color:#333;
	line-height: 25px;
	padding: 15px 15px 12px 40px;
}

.searchResultList ul{
	margin-bottom: 60px;
}

.searchResultList ul li{
	border-bottom: 1px solid #e7e7e7;
}

.searchResultList ul li a{
	font-size: 18px;
	color:#333;
	line-height: 22px;
	padding: 22px 15px 20px 40px;
	background:url(../tw_img/other/searchResult_02.jpg) top 28px left 20px no-repeat;
	display: block;
}

.searchResultList ul li a:hover{
	color:#2086af;
}


/*************************************/
/*              educate              */
/*************************************/
.educate .fileDownload-list .div-tr:nth-child(2n+1) {
    background: #f1f8e2;
}

.educate .fileDownload-list .div-tr:hover .div-td {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    color: #57873f;
}

.educate .fileDownload-list .div-tr .div-td:last-child{
	width: 130px;
}

.educate .fileDownload-list .div-tr .div-td:nth-child(2),
.educate .fileDownload-list .div-tr .div-td:nth-child(3){
	width: 120px;
}

.educate .fileDownload-list .div-tr:first-child:hover .div-td {
    color: #282828;
	text-shadow: none;
}

.educate .fileDownload-list .div-tr .div-td:last-child a {
    display: inline-block;
	width: 90px;
	height: 35px;
	border-radius: 5px;
	font-size: 17px;
	color:#fff;
	line-height: 35px;
	text-align: center;
	background: #a9a856;
}

.educate .fileDownload-list .div-tr:hover .div-td:last-child a {
    background: #97964b;
}

.educate .fileDownload-list .div-tr .div-td:first-child img {
    display: inline-block;
}

.educate .fileDownload-list .div-tr .div-td:nth-child(3),
.educate .fileDownload-list .div-tr:hover .div-td:nth-child(3){
	color: #e32f2f;
}

.educate .fileDownload-list .div-tr .div-td span.cell-767{
	background:url(../tw_img/other/course_icon.png) top 6px left no-repeat;
	padding-left: 15px;
	display: inline-block;
}

@media (max-width:767px){
	.educate .fileDownload-list .div-tr .div-td:last-child{
		border-bottom: 1px solid #e7e7e7;
		width: 100%;
	}
		
	.educate .fileDownload-list .div-tr .div-td:nth-child(2),
	.educate .fileDownload-list .div-tr .div-td:nth-child(3){
		width: 50%;
	}
	
	.educate .fileDownload-list .div-tr .div-td{
		border-bottom: none;
	}
	
	.educate .fileDownload-list .div-tr .div-td:nth-child(2) {
		text-align: left;
		padding-left: 30px;
	}
	
	.educate .fileDownload-list .div-tr .div-td:nth-child(3){
		text-align: right;
	}
	
	.educate .fileDownload-list .div-tr .div-td {
    	padding: 10px 15px;
	}
	
	.educate .fileDownload-list .div-tr .div-td:first-child {
    	padding-top:15px;
	}
	
	.educate .fileDownload-list .div-tr .div-td:last-child {
    	padding-bottom:15px;
		text-align: right;
		padding-top: 10px;
	}
}



/*************************************/
/*            educateDetail           */
/*************************************/
.materials_01.educateDetail {
    width: 90%;
    margin-left: 5%;
}

.educateDetail .table-responsive .table tbody tr td:first-child{
	background: #dff3f9;
	text-align: center;
	width: 140px;
	font-size: 22px;
}

.educateDetail .table-responsive .table tbody tr td:first-child br{
	display: none;
}

.educateDetail .table-responsive .table tbody tr:first-child td:last-child{
	font-size: 22px;
}

.educateDetail .table-responsive .table tbody tr td{
	font-size: 18px;
	color:#333;
	padding: 20px;
}

.educateDetail .table-responsive .table tbody tr:last-child td:last-child ul{
	margin-left: 23px;
}

.educateDetail .table-responsive .table tbody tr:last-child td:last-child ul li{
	text-indent: -11px;
}

.educateDetail .table-responsive .table tbody tr td i,
.educateDetail .table-responsive .table tbody tr td a{
	color:#19779e;
	line-height: 32px;
}

.educateDetail .table-responsive .table tbody tr td a{
	text-decoration: underline;
}

.educateDetail .table-responsive .table tbody tr td a:hover{
	color:#3a99c0;
}

.educateDetail .table-responsive .table tbody tr td i{
	font-size: 22px;
}

.educateDetail .table-responsive .table {
    min-width: auto;
}

.educateDetail .table-responsive .table tbody tr td {
    white-space: inherit;
}

@media (max-width:1200px){
	.materials_01.educateDetail {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width:680px){
	.educateDetail .table-responsive .table tbody tr td:first-child{
		width: 120px;
		padding: 20px 10px;
	}
}

@media (max-width:580px){
	.educateDetail .table-responsive .table tbody tr td{
		padding: 10px;
	}
	
	.educateDetail .table-responsive .table tbody tr td:first-child,
	.educateDetail .table-responsive .table tbody tr:first-child td:last-child{
		font-size: 20px;
	}
	
	.educateDetail .table-responsive .table tbody tr td:first-child{
		width: 80px;
		padding: 10px;
	}
	
	.educateDetail .table-responsive .table tbody tr td:first-child br{
		display: inline-block;
	}
}

@media (max-width:450px){
	.educateDetail .table-responsive .table tbody tr td:first-child {
		width: 65px;
		padding: 10px 5px;
		font-size: 18px;
	}
	
	.educateDetail .table-responsive .table tbody tr:first-child td:last-child {
		font-size: 19px;
	}
}

/*************************************/
/*            privacy list           */
/*************************************/
.privacyTxt{
	font-size: 22px;
	color:#066893;
	padding-left: 20px;
	margin-bottom: 35px;
}

.privacyList{
	padding: 0 10px;
}

.privacyList ul>li>ul{
	margin: 20px 0 0;
	padding: 20px 60px 23px 23px;
	background: url(../tw_img/other/privacy_bg.png) right 1px bottom 2px no-repeat, #f3f0f0;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.privacyList ul>li{
	position: relative;
}

.privacyList ul>li>a{
	font-size: 20px;
	color:#2a5568;
	background: #c6e3f1;
	border:1px solid #d5e1e7;
	position: absolute;
	bottom: 28px;
	right: 64px;
	display: inline-block;
	width: 142px;
	height: 50px;
	text-align: center;
	line-height: 48px;
}

.privacyList ul>li>a:hover{
	background: #2a5568;
	color: #fff;
}

.privacyList ul>li:first-child>ul{
	margin:7px 0 0;
}

.privacyList ul>li>ul>li{
	/*display: table-cell;
	vertical-align: middle;*/
	float: left;
}

.privacyList ul>li>ul>li:first-child{
	width: 390px;
	vertical-align: middle;
}

.privacyList ul>li>ul>li:first-child img{
	border:1px solid #dddddd;
}

.privacyList ul>li>ul>li:last-child{
	padding-left: 30px;
	width: calc(100% - 400px);
}

.privacyList ul>li>ul>li:last-child h5{
	font-size: 30px;
	color:#1d1600;
	line-height: 35px;
	margin-bottom: 8px;
	margin-top: 15px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.privacyList ul>li>ul>li:last-child p{
	font-size: 18px;
	color:#333;
	font-weight: 500;
	line-height: 28px;
	text-align: justify;
	padding-bottom: 60px;
}

@media (max-width:1200px){
	.privacyList ul > li > ul > li:last-child h5{
		margin-top: 0;
	}
	
	.privacyList ul>li>ul{
		padding: 20px 20px 23px 23px;
	}
	
	.privacyList ul>li>ul>li:first-child{
		width: 300px;
		vertical-align: middle;
	}

	.privacyList ul>li>ul>li:last-child{
		padding-left: 30px;
		width: calc(100% - 310px);
	}
	
	.privacyList ul > li > a{
		right: 30px;
	}
}

@media (max-width:991px){
	.privacyList ul > li > a{
		bottom:18px;
	}
	
	.privacyList ul>li>ul>li:first-child{
		width: 270px;
		vertical-align: middle;
	}

	.privacyList ul>li>ul>li:last-child{
		padding-left: 20px;
		width: calc(100% - 280px);
	}
	
	.privacyList ul>li>ul>li:last-child h5{
		font-size: 26px;
	}
}

@media (max-width:680px){
	.privacyList ul>li>ul>li:first-child{
		width: 100%;
	}

	.privacyList ul>li>ul>li:last-child{
		padding-left: 0;
		width: 100%;
	}
	
	.privacyList ul>li>ul>li:last-child h5{
		font-weight: 500;
		font-size: 24px;
	}
	
	.privacyList ul>li>ul:hover>li:last-child h5{
		color:#333;
	}
	
	.privacyList ul > li > ul {
		padding: 15px;
	}
	
	.privacyList ul > li > ul > li:first-child img {
		margin: 5px auto 15px;
	}
	
	.privacyList ul > li > a {
		right: 20px;
		width: 120px;
		height: 40px;
		line-height: 38px;
		font-size: 18px;
	}
}



/*************************************/
/*                Q & A              */
/*************************************/
.qaContent #sub > ul > li {
    border-bottom: none;
	background: #eafbfd;
	margin-bottom: 25px;
}

.qaContent #sub > ul > li.active2 > a, 
.qaContent #sub > ul > li > a:hover {
    color: #3b9ca7;
    background: url(../tw_img/other/qa_icon_01.png) top 17px left 22px no-repeat;
	font-weight: bold;
	font-size: 22px;
	padding: 18px 10px 18px 55px;
}

.qaContent #sub > ul > li.open > a {
    color: #3b9ca7;
    background: url(../tw_img/other/qa_icon_02.png) top 17px left 22px no-repeat;
}

.qaContent #sub > ul > li > ul > li {
    margin-top: 0;
    border-bottom: 1px solid #d2d2d2;
}

.qaContent #sub ul ul li a{
	background: url(../tw_img/other/qa_icon_03.png) top 18px left 52px no-repeat, #f8f8f8;
	color: #5f5f5f;
	font-size: 20px;
	font-weight: bold;
	padding: 17px 15px 17px 82px;
}

.qaContent #sub ul ul li a:hover{
	background: url(../tw_img/other/qa_icon_03.png) top 18px left 52px no-repeat, #f8f8f8;
	color:#5f5f5f;
}

.qaContent #sub > ul > li > ul > li.open > a{
	background: url(../tw_img/other/qa_icon_04.png) top 18px left 52px no-repeat, #f8f8f8;
}

.qaContent .editor{
	margin-bottom: 0;
	padding: 10px 80px 30px;
	background: #f8f8f8;
}


@media (max-width:991px){
	.qaContent #sub {
		width: 100%;
		display: block;
	}
}

@media (max-width:767px){
	.qaContent #sub ul ul li a{
		padding: 17px 15px 17px 55px;
	}
	
	.qaContent #sub ul ul li a{
		background: url(../tw_img/other/qa_icon_03.png) top 18px left 25px no-repeat, #f8f8f8;
	}
	
	.qaContent #sub ul ul li a:hover{
		background: url(../tw_img/other/qa_icon_03.png) top 18px left 25px no-repeat, #f8f8f8;
	}

	.qaContent #sub > ul > li > ul > li.open > a{
		background: url(../tw_img/other/qa_icon_04.png) top 18px left 25px no-repeat, #f8f8f8;
	}
	
	.qaContent .editor{
		padding: 10px 50px 30px;
	}

}

@media (max-width:580px){
	.qaContent .editor{
		padding: 10px 30px 30px;
	}
}
/*************************************/
/*               other               */
/*************************************/

.switch991{
	display: none;
}

.breadcrumb2{
	font-size: 18px;
	color:#666666;
	line-height: 22px;
	padding: 18px 0 16px;
	text-align: right;
	background: #eeeeee;
	margin-bottom: 50px;
}

.breadcrumb2 img{
	vertical-align: sub;
	margin-right: 5px;
}

.insideContent{
	padding-bottom: 50px;
}

.asideTitle{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9bdcf7+0,fcfeff+100 */
	background: #9bdcf7; /* Old browsers */
	background: -moz-linear-gradient(left, #9bdcf7 0%, #fcfeff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #9bdcf7 0%,#fcfeff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #9bdcf7 0%,#fcfeff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bdcf7', endColorstr='#fcfeff',GradientType=1 ); /* IE6-9 */
	border-bottom: 1px solid #8acede;
	min-height: 58px;
	margin-bottom: 35px;
}

.asideTitle p{
	font-size: 25px;
	background: url(../tw_img/icon/title_icon.png) top 10px left 22px no-repeat;
	color:#19779e;
	line-height: 30px;
	min-height: 58px;
	padding-left: 62px;
	padding-top: 15px;
}

.subContent{
	width: 97.5%;
	margin-left: 2.5%;
	min-height: 550px;
}

.editor{
	padding: 0 10px;
	font-size: 17px;
	line-height: 30px;
	color:#333;
	text-align: justify;
	margin-bottom: 30px;
	overflow: hidden;
}

@media (min-width:1400px){
	.container {
		width: 1400px;
	}
}

@media (max-width:1400px){
	.subContent{
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width:1200px){
	.subContent{
		width: 98.5%;
		margin-left: 1.5%;
		min-height: 450px;
	}
}

@media (max-width:991px){
	.switch991{
		display: block;
	}
	
	.hcLeft.switch991{
		text-align: center;
		padding-right: 0;
		padding-left: 10px;
	}
	
	.breadcrumb2{
		font-size: 17px;
		line-height: 20px;
		padding: 16px 0 14px;
		margin-bottom: 30px;
	}
	
	.subContent{
		width: 100%;
		margin-left: 0;
		min-height: auto;
	}
}

@media (max-width:767px){
	.breadcrumb2{
		padding: 12px 0 10px;
		margin-bottom: 20px;
	}
		
	.asideTitle p{
		font-size: 22px;
		background: url(../tw_img/icon/title_icon.png) top 6px left 10px no-repeat;
		color:#19779e;
		line-height: 30px;
		min-height: 50px;
		padding-left: 54px;
		padding-top: 12px;
	}
	
	.asideTitle{
		min-height: 50px;
	}
	
	.editor{
		padding: 0;
	}
}

@media (max-width:680px){
	.asideTitle{
		margin-bottom: 25px;
	}
}

@media (max-width:480px){
	.insideContent{
		padding-bottom: 35px;
	}
	
	.asideTitle{
		margin-bottom: 20px;
	}
	
	.editor{
		margin-bottom: 15px;
	}
}

@media (min-width:1024px){
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
		top: 1px;
	}
	
	nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
		background: #2687eb;
		border:none;
		border-top:1px solid #2478cf;
	}
}

@media (max-width:991px){
	.container {
		width: 100%;
	}
}



