@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Fira+Mono');
@import url('https://fonts.googleapis.com/css?family=Raleway');

@charset "utf-8";
/* Ã¨Â¨Â­Ã¨Â¨Ë†Ã¥Â¸Â«Ã§â€Â¨ Ã¦Â¡Å’Ã¦Â©Å¸Ã§â€°Ë†CSSÃ¦Âªâ€ style.css */
/* Ã¨ÂªÂªÃ¦ËœÅ½Ã¯Â¼Å¡
    Ã¥ÂÂ¯Ã¦ÂÂÃ¤Â¾â€ºÃ¨Â¨Â­Ã¨Â¨Ë†Ã¥Â¸Â«Ã¥Å“Â¨Ã¦Â­Â¤Ã¦Âªâ€Ã¯Â¼Å’Ã©â€¡ÂÃ¥Â°ÂÃ¦Â¡Å’Ã¦Â©Å¸Ã§â€°Ë†Ã©ÂÂ¢Ã©â‚¬Â²Ã¨Â¡Å’Ã¨Â¨Â­Ã¨Â¨Ë†Ã¯Â¼â€ºÃ§â€šÂºÃ§Â¶Â²Ã§Â«â„¢Ã¥Â¿â€¦Ã¨Â¼â€°CSSÃ¦Âªâ€Ã£â‚¬â€š*/

body {
    font-size: 15px;
    color: #333;
	
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #215a96;
}


.container-fluid{
	padding:0 0px;}


.clearall{
	clear:both;}




/********************* Header *********************/
.header {
   
}

/* header logo */
.header .navbar .navbar-brand {
    width: 396px;
    height: 74px;
    background: url(../images/all/logo_n.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 36px 0 23px 0px;
    padding: 0;
}

.header .navbar .navbar-brand:hover {
    opacity: 0.7;
}

/* header Ã¤Â¸Â»Ã©ÂÂ¸Ã¥â€“Â® */
.header .navbar .navbar-nav {
    background: none;
    margin-top: 80px;
    margin-right: 0px;
    float: right;
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #3e5c78;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    padding-top: 0px;
}


.header .navbar .navbar-nav > li > a:hover:before{
	background:url(../images/all/nav_arrow.png) left top no-repeat;
	position:absolute;
	left:0px;
	right:0px;
	display:block;
	width:40px;
	height:40px;
	margin:0 auto;
	
	}


.header .navbar .navbar-nav li a{
	font-size:18px;}


.header .navbar .navbar-nav li a:hover {
    color: #999;
}

.header .navbar .navbar-nav > li + li > a {
    padding: 0 24px;
}

.header .navbar .navbar-nav > li ul li a {
    padding:0px;
}


.header .navbar .navbar-nav .lang a{
	padding:0 15px;}


.header .navbar .navbar-nav .lang a{
	border-right:1px solid #bdbdbd;}



.header .navbar .navbar-nav .lang.ch a{
	font-size:14px !important;
	color:#3e5c78;}
	
	
	
.header .navbar .navbar-nav .lang.en a{
	font-size:14px !important;
	color:#6288a3;
	}	

.header .navbar .navbar-nav .lang.en a{
	border-right:none;}


.header .navbar .navbar-nav .lang a:hover{
	color:#999;}


/* header Ã¦Â¬Â¡Ã©ÂÂ¸Ã¥â€“Â® */
.header .navbar .sub-nav {
    position: absolute;
    right: 15px;
    top: 20px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/sub_nav.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
	display:none;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
  
}

.header .navbar .lang .dropdown-menu {
    border: none;
    border-radius: 0;
    display: block;
    background-color: #FFF;
}

.header .navbar .lang .dropdown-menu a {
    color: #000;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: none;
    color: #FCE617;
}
.lineBox{
	position: absolute;
    right: 50px;
    top: 20px;
}

/*------- Banner -------*/
.banner {
    position: relative;
}

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
    padding: 0 15px;
    bottom: -12px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #005a9c;
}

/********************* Footer *********************/
.footer {
    padding: 15px 0 0;
    text-align: center;
}

/* sitemap */
.footer .sitemap ul li {
    color: #858585;
    padding: 0;
}

.footer .sitemap ul li a {
    color: #c6c6c6;
    padding: 10px;
	font-size:15px;
}


.footer .powered  a{
	font-size:14px;
	color:#737373 !important;}



.footer .sitemap ul li a:hover {
    color: #4d9bc1;
}

.footer_content {
    font-size: 13px;
    line-height: 22px;
}


.footer .copyright .list-inline{
	margin-bottom:0px;}


.footer .sitemap{
	background-color:#070a0b;
	display: block;
	position: relative;
	min-height: 80px;
	padding: 22px 0px;
	margin-top: 30px;
	}



.footer .footer_logo{
	margin-top: 25px;
	}

/* siteinfo */

.footer .siteinfo{
	
}

.footer .siteinfo ul > li {
    padding: 2px 0px;
    display:block;
    float:left;
    clear: both;
    font-size: 15px;
    text-align: left;
}

.footer .siteinfo ul > li + li:before {
 
}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}

.footer .siteinfo .map:hover {
    position: relative;
    top: 2px;
}

.footer .copyright b {
    color: #858585;
}

.footer .powered a {
    color: #AAA;
}

.footer .powered a:hover {
    color: #666;
}

/********************* floating *********************/
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}


#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/

.main {
    z-index: 10;
}
	

.main_content {
    min-height: 600px;
    padding: 40px 0 50px 0px;
}
.word_box{
	color:#fff;
}
/*----------------------- side -----------------------*/


.side {
	display:none;}


.side .side-toggle {
    font-size: 15px;
    color: #23989f;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
}

.side .nav > li + li {
    border-top: 1px solid #325b69;
}

.side .nav > li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}


.side .nav > li a{}



.side .nav > li a:hover,
.side .nav > li a:focus,
.side .nav > li.active a {
    background:#07191f url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #76a8b9;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a,
.side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a,
.side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #36b9c0;
    font-size: 30px;
    border-bottom: 1px solid #ABCFDB;
    padding: 5px 10px 15px;
    margin-top: 0;
    display: none;
}
/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
	display:none;
}

.content .breadcrumb > li + li:before {
    content: "Ã¯Â¼Å¾";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover {
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #36B9C0;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ACE7EB;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #36B9C0;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    border-top: 1px solid #ACE7EB;
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #fff;
    color: #888;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #36B9C0;
    color: #fff;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}

/*----------------------------------------- Ã©Â¦â€“Ã©Â Â home --------------------------------------*/
body.home .main_content {
    min-height: 0;
    background: url(../images/all/map.png) 731px 556px no-repeat;
	padding:40px 0 0px 0px;
}

body.home .content > h2 {
    font-size: 20px;
    border-bottom: 1px solid #ACE7EB;
    color: #36B9C0;
    padding: 6px;
}

body.home .content .btn-more {
    top: 10px;
    right: 0;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}



/*-----banner-------*/

.banner_title{
	position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 999;
    top: 38%;
    display: block;
    text-align: center;}


.banner_title h1{
	color:#000;
	text-transform:uppercase;
	font-size:70px;
    margin-bottom:0px;}


.banner_title span{
	font-size:22px;
	font-family:"微軟正黑體";
	font-weight:bold;
	color:#000;
}


.bx-wrapper .bx-next{
	display:none;}

/*-------about*--------*/

.sec1  .area  span.blue{
	font-size:36px;
	color:#00418a;
	font-family:'Microsoft New Tai Lue',Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	padding: 20px 0px;
    display: block;
	}


.sec1  .area{
	margin:20px 0px;
	}


.sec1  .container  .area.area1 {
	text-align:center;
	}


.sec1  .area p{
	font-size:20px;
	line-height:36px;}


.sec1  .area.area2{
	background-color:#f2f2f2;
	min-height: 612px;
	padding: 70px 0px;
	margin: 50px 0px;
	}

.sec1  .area.area2 .box1,.sec1  .area.area3 .box1{
	display:block;
	padding:0 20px;
	padding-top:25px;
	}


.sec1  .area.area3 .box1{
	padding:50px 20px;
	}



/*----dropdown-menu----*/

.dropdown-menu{
	background-color:#14437d;
	border:0px;
	opacity:0.9;}

.dropdown-menu ul{
	list-style-type:none;
	min-width:150px;
	}

.dropdown-menu ul li{
	padding:10px 0px;
	border-bottom:1px #a7a7a7 solid;}
	
.dropdown-menu ul li:last-child{
	border-bottom:none;}	
	
.dropdown-menu ul li a{
	color:#FFF;
	font-size:16px;
	}


.dropdown-menu ul li a:hover{
	color:#89CBE4 !important;}



/*-----contact-----*/

.input-group{
	width:100%;}

body.contatc .area p.title{
	font-size: 19px;
	color: #185569;
	padding-left: 15px;
	text-align: center;
	border-bottom: 1px solid #d6e0e4;
	padding-bottom: 10px;
	margin-bottom: 50px;
	}

body.contatc h6{
	font-size:16px;
	color:#333;
	font-family: 'Fira Mono', Arial, Helvetica, sans-serif;}


body.contatc h6 span{
	color:#F00;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0 10px;
	}


body.contatc .form-control.input_s{
	width:80%;}


body.contatc .col-md-12{
	margin:10px 0px;}
	
	
body.contatc .main_content{
	padding:30px 0px 0px 0px;}	
	

body.contatc .send{
	margin: 60px auto 40px auto;
	text-align: center;
	}

/*----body.home----*/

body.home .citybg{
	background:url(../images/all/img001.jpg)  center top no-repeat;
	width:100%;
	height:487px;
	display:block;
	position:relative;
	}


body.home .citybg .car{
	position:absolute;
	top: 236px;
	left: 0px;
	z-index:999;
	}

	
body.home .txt{
	display:block;
	background-color:#FFF;
	margin-top: 242px;
	padding: 20px 51px 42px;
	border-left: 1px solid #9a9a9a;
	}	
	
	
body.home .txt h1,
body.home .col-md-12.service h2{
	font-size:40px;
	color:#0f5e96;
	font-weight: bold;
	padding-bottom: 10px;
	}

body.home .txt p{
	color:#474747;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	/* word-break: break-all; */
	line-height:28px;
	}

body.home .txt a.more{
	color:#000;
	font-size:13px;
	position:relative;
	border: 1px #999 solid;
	padding: 18px 75px 18px 60px;
	border-radius: 30px;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
	}

body.home .txt a.more b{
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-width: 0 5px 8px;
	border-style:solid;
	border-color: transparent transparent #000;
	right: 54px;
	top: 41%;
	transform: rotate(90deg);
	}



body.home .txt a.more:hover{
	background-color: #e8f0f3;
	}

body.home .col-md-12.service{
	margin-top:30px;}


body.home .col-md-12.service h2{
	text-align:center;
	margin: 40px auto 30px auto;
	}


body.home .col-md-12.service .col-md-3{
	padding:0 10px;
	position:relative;}

body.home .col-md-12.service .bulid{
	background:url(../images/all/pic05.jpg) left bottom no-repeat;
	height:610px;
	background-size: cover;
	display: block;
	margin: 22px 10px;
	padding: 20px 0px;
	}


body.home .col-md-12.service h4{
	position:absolute;
	font-size:30px;
	color:#FFF;
	text-align:center;
	display: block;
	left: 0px;
	right: 0px;
	top: 45%;
	font-weight: bold;
	/*padding: 0 105px;*/
	line-height: 34px;
	letter-spacing:  1px;
	font-weight:bold;
	}

body.home .col-md-12.service .bulid h4{
	font-size:45px;
	color:#FFF;
	font-size:45px;
	line-height:  53px;
	text-align: center;
	margin: 0 auto;
	margin-top: 188px;
	font-weight:normal;
	} 
	



body.home .banner .bxslider li img.img_b{
	display:block;}
	
	
body.home .banner .bxslider li img.img_s{
	display:none;}	
	
	
	.btn-primary{
		margin:0 10px;
		padding:10px 30px;}
	
	
	.page_wrapper .bx-wrapper .bx-controls-direction a{
		display:none;}

	
	
/*------artwork---------*/
body.artwork .main{	
	background-color:#07191f;
	}
	

body.artwork ul.bxslider {
	margin-bottom: 0px !important;
	display:none;
}


body.artwork .editor .sec1{
	color:#FFF;
	
	}
	
body.artwork .main_content{
	background:url(../images/artwork/art_bg.jpg) bottom left no-repeat;
	} 

	
body.artwork .side1{
	display:block;
	}	
	
	
body.artwork .side1 ul li a{
	color: #fff;
	}
	
	
	
	
body.artwork .artimg .col-md-3.col-sm-6.col-xs-12{
	margin:10px 0px;
	}	
	
	
	
	
	


	
