﻿/* btn
-----------------------------------------------------------------------------*/
.btn_buDoble{
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}
.btn_buDoble ul{	
	font-size: 0;
}
.btn_buDoble ul li{
	width:190px;
	margin:1%;
	display:inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	zoom:1;
}
.btn_buDoble ul li a{
	color:#0093dd;
	display:block;
	font-size:20px;
	text-align:center;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	border:2px solid #0093dd;
	background-color:#ebebeb;
	padding:10px 5px 8px 5px;
}
.btn_buDoble ul li:hover a{
	color:#ebebeb;
	background-color:#0093dd;
	border-color:#ebebeb;
}
.btn_buDoble ul li a i{
	color:#0093dd;
	font-size:20px;
	margin-right:8px;
}
.btn_buDoble ul li:hover a i{
	color:#ebebeb;
}
@media screen and (max-width:680px){
	.btn_buDoble ul li{
		width:47%;
	}
}
@media screen and (max-width:480px){
	.btn_buDoble ul li{
		width:100%;
		padding-bottom:5px;
	}
}



/* head
-----------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
	z-index:999;
	width:100%;
	background-color:#ffffff;	
	-webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.35);
	-moz-box-shadow: 2px 3px 7px rgba(0,0,0,.35);
	box-shadow: 2px 3px 7px rgba(0,0,0,.35);
}
.head{
	padding-top:13px;
	padding-bottom:8px;
	border-bottom:5px solid #909090;
	background-image:url(../tw_images/bg/head_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.head .navbar-header:hover{
	cursor:pointer;
}
.head .navbar-brand{
	color:#000000;
	height: 40px;
	padding: 10px 15px 0 15px;
}
.head .navbar-toggle{
	margin:2px 5px 0 0;
}
.head .navbar-toggle .icon-bar {
	background-color:#000000;
}
.head .navbar{
	min-height:auto;
	margin-bottom: 0;
	border:0;
	border-radius:0;
}
.head .navbar-nav > li > a{
	color:#252525;
	font-size:18px;
	font-weight:bold;
	display:block;
	text-align:center;
	position:relative;
}
.head .navbar-nav > li:hover > a:after{
	position:absolute;
	content:"";
	background-color:#0093dd;
	width:100%;
	height:5px;
	bottom:-13px;
	left:0;
	right:0;
	margin:0 auto;
}
.head .nav > li:hover > a,
.head .nav > li:focus > a{
	color:#007cba;
	background:none;
}
.head .navbar-nav > li > a i{
	color:#2c2c2c;
	margin-right:8px;
	font-size:20px;
	width:25px;
	text-align:center;
	vertical-align:top;
}
.head .nav > li:hover > a i{
	color:#0093dd;
}
#hdTopList_hs{
	display:none;
}
.hdTop_list{
	margin-bottom:15px;
}
.hdTop_list ul li{
	display:inline-block;
	margin:5px 8px;
}
.hdTop_list ul li:last-child{
	margin-right:17px;
}
.hdTop_list ul li a{
	width:30px;
	height:30px;
	display:block;
	color:#ffffff;
	font-size:16px;
	line-height:31px;
	text-align:center;
	border-radius: 30px;
	text-decoration:none;
	background-color:#004b7a;
}
.hdTop_list ul li:hover a{
	background-color:#0093dd;
}

@media screen and (min-width: 992px) {
	.hd_frame{
		width:100%;
		display:table;
	}
	.hd_lt,
	.hd_rt{
		float:none;
		display:table-cell;
		vertical-align:bottom;
	}
	.hd_rt{
		text-align:right;
	}
	.hd_rt .navbar-collapse{
		padding-right: 0;
		padding-left: 0;
	}
	.hd_rt .navbar-nav{
		 margin: 0 0 0 auto;
		 display: table;
		 table-layout: fixed;
		 float: none;
	}
	.head .navbar-nav > li > a{
		padding-top:0;
		padding-bottom:0;
	}
}

/* banner
-----------------------------------------------------------------------------*/
.banner{
	border-bottom:2px solid #d7d7d7;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.idx_banner .carousel-indicators li{
	width: 17px;
	height: 16px;
	margin:1px 4px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	border:1px solid #959595;
	background-color:#959595;
	-webkit-box-shadow: 1px 2px 5px rgba(8,8,9,.75);
	-moz-box-shadow: 1px 2px 5px rgba(8,8,9,.75);
	box-shadow: 1px 2px 5px rgba(8,8,9,.75);
}
.idx_banner .carousel-indicators .active{
	border-color:#0093dd;
	background-color: #0093dd;
}
.bannerArrow{
	background-size: contain;
	background-repeat:no-repeat;
	width:42px;
	height:61px;
	display: block;
	position:absolute;
	top:50%;
	margin-top:-42.5px;
}
.carousel-control .arrowL{
	left:100px;
	background-image:url(../tw_images/icon/arrow-prev.png);
}
.carousel-control .arrowR{
	right:100px;
	background-image:url(../tw_images/icon/arrow-next.png);
}
.carousel-control.left:hover .arrowL{
	background-image:url(../tw_images/icon/arrow-prevHW.png);
}
.carousel-control.right:hover .arrowR{
	background-image:url(../tw_images/icon/arrow-nextHW.png);
}
@media (max-width:992px){
	.bannerArrow{
		width:25%;
		margin-top: -19.125px;
	}
	.carousel-control .arrowL{
		left:15px;
	}
	.carousel-control .arrowR{
		right:15px;
	}
	.idx_banner .carousel-indicators li{
		width:10px;
		height:10px;
	}
}


/* index
-----------------------------------------------------------------------------*/
.idx_cp{
	padding-top:18px;
	padding-bottom:14px;
	background-image:url(../tw_images/bg/idxCp_bg.png);
	background-repeat:no-repeat;
	background-position:77% top;
	background-color:#ffffff;
}
.idxCp_img{
	max-width:362px;
	position: relative;
    z-index: 10;
    padding: 20px;
	border-radius:100%;
    background: #e0f5ff;
    border: 15px solid #f3fbff;
}
.idxCp_img:before{
    content: "";
	border-radius:100%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: #9addff;
}
.idxCp_img img{
	border-radius:100%;
	overflow:hidden;
}
.idxCp_txt{
	color:#252525;
	font-size:20px;
	line-height:30px;
}
.more{
	width:188px;
	margin-top:30px;
}
.more a{
	color:#ffffff;
	font-size:20px;
	display:block;
	padding:10px 10px 8px 10px;
	text-align:center;
	text-decoration:none;
	background-color:#0093dd;
}

.idx_hotpd{
	background-image:url(../tw_images/bg/idxHotpd_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:45px;
	padding-bottom:35px;
}



.pg_title.idxHotpd_title{
	color:#ffffff;
	text-align:center;
}
.pg_title.idxHotpd_title:after{
	text-align:center;
	right:0;
	margin:0 auto;
	background: #21b5ff; /* Old browsers */
	background: -moz-linear-gradient(left, #21b5ff 50%, #afe3fd 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #21b5ff 50%,#afe3fd 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #21b5ff 50%,#afe3fd 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21b5ff', endColorstr='#afe3fd',GradientType=1 ); /* IE6-9 */
}


/* hotpd */
.owl-carousel{
	margin:0 auto;
}
.owl-item a{
	display: inline-block;
	text-decoration:none;
}
.owl-item a:hover{
}
.slider_frame{
	overflow:hidden;
	position:relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(8,8,8,.75);
	-moz-box-shadow: 0 0 5px rgba(8,8,8,.75);
	box-shadow: 0 0 5px rgba(8,8,8,.75);
}
.hotpd_overly{
	position:absolute;
	content:"";
	background-image:url(../tw_images/bg/opicy_bk75.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:2;
	opacity:0;
}
.item:hover .slider_frame .hotpd_overly{
	opacity:1;
}
.slider_btn{
	display:table;
	width:138px;
	margin:0 auto;
	margin-top:calc(50% - 24px);
}
.sliderBtn_lt,
.sliderBtn_rt{
	color:#ffffff;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	padding:10px 5px 8px 5px;
}
.sliderBtn_lt{
	width:108px;
	font-size:20px;
	background-color:#004b7a;
}
.sliderBtn_rt{
	width:30px;
	font-size:12px;
	background-color:#00aaff;
}
.slider_txt{
	color:#ffffff;
	font-size:25px;
	padding:10px 5px;
	text-align:center;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.carousel-wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
}
.owl-carousel .item {
	text-align: center;
	position: relative;
	z-index: 100;
	-webkit-backface-visibility: hidden;
}
.owl-nav > div {
	position: absolute;
	top: calc(50% - 60px);
}

.owl-nav .owl-prev,
.owl-nav .owl-next{
	background-repeat:no-repeat;
	width:64px;
	height:64px;
	display: inline-block;
	z-index: 2;
	cursor:pointer;
}
.owl-nav .owl-prev {
	left: -32px;
	background-image:url(../tw_images/icon/bx-prev.png);
}
.owl-nav .owl-next {
	right: -32px;
	background-image:url(../tw_images/icon/bx-next.png);
}
.owl-nav .owl-prev:hover{
	background-image:url(../tw_images/icon/bx-prevHW.png);
}
.owl-nav .owl-next:hover{
	background-image:url(../tw_images/icon/bx-nextHW.png);
}
@media screen and (max-width:1350px){
	.carousel-wrap {
		width: 95%;
	}
}
@media screen and (max-width:992px){
	.owl-nav .owl-prev {
		left: -25px;
	}
	.owl-nav .owl-next {
		right: -25px;
	}
}
@media screen and (max-width:767px){
	.owl-nav .owl-prev {
		left: -15px;
	}
	.owl-nav .owl-next {
		right: -15px;
	}
	.item:hover .slider_frame .hotpd_overly{
		opacity:0;
	}
}
@media screen and (min-width:767px){
	.tbCell{
		display:table;
		width:100%;
		table-layout:fixed;
	}
	.tbCell > div{
		display:table-cell;
		vertical-align:middle;
		float:none;
	}
}
@media screen and (max-width:480px){
	.carousel-wrap {
		width: 100%;
	}
	.owl-nav .owl-prev {
		left: 0;
	}
	.owl-nav .owl-next {
		right: 0;
	}
}


/* sub
-----------------------------------------------------------------------------*/
.sub_title{
	color:#ffffff;
	font-size:30px;
	font-weight: bold;
	padding:15px 25px;
	border-bottom:8px solid #004b7a;
	background-color:#0093dd;
}
.subMenu{
	margin-bottom:20px;
	border:1px solid #004b7a;
}
.subMenu ul li{
	border-bottom:1px solid #85bfdd;
}
.subMenu ul li a{
	display:block;
	color:#252525;
	font-size:25px;
	padding:12px 10px 10px 22px;
	text-decoration:none;
	background-color:#bde1f2;
}
.subMenu > ul > li:hover > a,
.subMenu > ul > li.subDrop > a{
	background-color:#ffffff;
}
.subMenu > ul > li > ul{
	background-color:#004b7a;
}
.subMenu > ul > li > ul > li > a{
	color:#ffffff;
	background:none;
	border:0;
	position:relative;
}
.subMenu_minBox{
	color:#ffffff;
	font-size:30px;
	cursor:pointer;
	font-weight:bold;
	padding:10px 0 5px 0;
	position:relative;
	text-align:center;
	border:1px solid #004b7a;
	border-bottom-width:8px;
	margin: 0 auto;
	background-color:#0093dd;
	display:none;
}
.subMenu_minBox i{
	color:#ffffff;
    font-size: 25px;
	right: 15px;
	margin-top:5px;
	position:absolute;
	z-index:2;
}
.subMenuIcon ul li a{	
	padding:17px 25px 15px;
}


/* page
-----------------------------------------------------------------------------*/
.page{
	padding-top:13px;
	padding-bottom:50px;
}
.pg_title{
	color:#0093dd;
	font-size:30px;
	font-weight:bold;
	position:relative;
	padding-bottom:3px;
	margin-bottom:30px;
}
.pg_title:after{
	max-width:400px;
	position: absolute;
	content: "";
	height: 4px;
	width:100%;
	left: 0;
	bottom: 0;
	background: #afe3fd; /* Old browsers */
	background: -moz-linear-gradient(left, #afe3fd 50%, #0093dd 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #afe3fd 50%,#0093dd 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #afe3fd 50%,#0093dd 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe3fd', endColorstr='#0093dd',GradientType=1 ); /* IE6-9 */
}
.page .pg_title{
	margin-top:12px;
}
.pageBread{
	color:#252525;
	text-align:right;
	font-size:20px;
	padding:8px 0 6px 0;
	background-color:#ebebeb;
	border-bottom:2px solid #959595;
}
.pageBread a{
	color:#252525;
	text-decoration:none;
}
.pageBread i{
	color:#7d7d7d;
	font-size:25px;
	margin-right:9px;
}

.pageNum{
	margin:10px 0 20px 0;
	text-align:center;
}
.pageNum ul.pagination{
	font-size:0;
}
.pageNum .pagination > li{
    letter-spacing: normal;
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	zoom:1;
	margin:0 3px;
}
.pageNum .pagination > li > a{
	color:#252525;
	font-size:20px;
	display:block;
	padding:8px 15px;
	text-decoration:none;
	background:none;
	border-radius:0;
	border:0;
	font-weight:bold;
	font-family:Arial;
}
.pageNum .pagination > li:hover a,
.pageNum .pagination > li a:focus,
.pageNum .pagination > li a.num_act{
	color:#0093dd;
}
.pageNum .pagination > li:first-child > a,
.pageNum .pagination > li:last-child > a,
.pageNum .pagination > li:nth-last-child(2) > a,
.pageNum .pagination > li:nth-child(2) > a{
	width:46px;
	background-color:#363636;
}
.pageNum .pagination > li:first-child > a:hover,
.pageNum .pagination > li:last-child > a:hover,
.pageNum .pagination > li:nth-last-child(2) > a:hover,
.pageNum .pagination > li:nth-child(2) > a:hover{
	background-color:#0093dd;
}
.pageNum .pagination > li > a i{
	color:#ffffff;
	font-size:30px;
	vertical-align: middle;
}


/* company
-----------------------------------------------------------------------------*/
.cp_img{
}
.cp_txt{
	color:#252525;
	font-size:20px;
	line-height:30px;
	margin-bottom:40px;
}



/* product
-----------------------------------------------------------------------------*/
.pro_list{
	margin:-15px -1.5%;
	padding-bottom:20px;
}
.pro_item {
	float: left;
	width:30.333%;
	margin: 15px 1.5%;
}
.pro_item a{
	display:block;
	text-decoration:none;
}
.pro_item .slider_txt{
	color:#252525;
}
.pro_item:hover .slider_frame .hotpd_overly{
	opacity:1;
}
.pro_item img{
	width:100%;
}

/* product detail */
.prod{
	margin-bottom:25px;
}
.prod_img{
	/*width: 100%;*/
	-webkit-box-shadow: 0 0 5px rgba(8,8,8,.75);
	-moz-box-shadow: 0 0 5px rgba(8,8,8,.75);
	box-shadow: 0 0 5px rgba(8,8,8,.75);
}
.prod_title{
	color:#252525;
	font-size:25px;
	padding-bottom:5px;
}
.prod_titleB{
	color:#0093dd;
	font-weight:bold;
}
.prod_btn{
	padding-top:100px;
	width:190px;
}
.prod_btn ul li{
	margin-bottom:10px;
}
.prod_btn ul li:last-child{
	margin-bottom:0;
}
.prod_btn ul li a{	
	color:#0093dd;
	display:block;
	font-size:20px;
	text-align:center;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	border:2px solid #0093dd;
	background-color:#ebebeb;
	padding:10px 5px 8px 5px;
}
.prod_btn ul li:last-child a{
	color:#ffffff;
	background-color:#004b7a;
}
.prod_btn ul li a i{
	color:#0093dd;
	font-size:20px;
	margin-right:8px;
}

.prod_info{
	padding:25px 0;
}
.prodInfo_title{
	color:#0093dd;
	font-size:25px;
	font-weight:bold;
}
.prodInfo_txt{
	color:#252525;
	font-size:20px;
	line-height:30px;
}

@media all and (max-width: 600px) {
	.pro_item {
		width: 47%;
	}
	.pro_item:hover .slider_frame .hotpd_overly{
		opacity:0;
	}
}
@media all and (max-width: 414px) {
	.pro_item {
		width: 97%;
	}
}


/* inquiry
-----------------------------------------------------------------------------*/
.inq_txt{
	color:#060000;
	font-size:15px;
	line-height:28px;
}
.news-table.inq_tbl{	
	margin-top:10px;
	margin-bottom:20px;
}
.inq_tbl i{
	color:#2e2e2e;
	font-size:25px;
	vertical-align: middle;
}
.news-table.inq_tbl .tbody .td{
	cursor:default;
}
.news-table.inq_tbl .tbody .td:nth-child(2){
	width: 35%;
}
.news-table.inq_tbl .tbody .td:nth-child(3){
	width: 25%;
}
.news-table.inq_tbl .tbody .td:nth-child(4),
.news-table.inq_tbl .tbody .td:last-child{
	width: 15%;
}
#inq_form .form-control{
	color:#252525;
	font-size:18px;
	min-height: 50px;
	border-radius:0;
	box-shadow:none;
	padding:6px 15px 6px 35px;
	border:1px solid #252525;
	background-color:#ebebeb;
}
.inq_tbl .form-control{
	color:#2e2e2e;
	font-size:18px;
	height: 30px;
	border:1px solid #252525;
	padding:6px 12px;
	text-align:center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color:#ffffff;
	box-shadow:none;
}
#inq_form .form-control.fcontrol_color{
	color:#ffffff;
	border-color:#252525;
	background-color:#252525;
}
#inq_form .form-control.fcontrol_color:hover{
	border-color:#111111;
	background-color:#111111;
}
#inq_form .form-control::-moz-placeholder {
	color: #252525;
	opacity: 1;
}
#inq_form .form-control:-ms-input-placeholder {
	color: #252525;
}
#inq_form .form-control::-webkit-input-placeholder {
	color: #252525;
}


/* service
-----------------------------------------------------------------------------*/
.serviec_info{
	color:#252525;
	font-size:25px;
}
.service_img{
	padding:15px 0;
}
.serviec_title{
	color:#000000;
	font-size:30px;
	font-weight:bold;
	text-align:center;
}
.serviec_titleCgColor{
	color:#f4792f;
}
.serviec_txt{
	color:#252525;
	font-size:20px;
	line-height:30px;
	text-align:center;
}



/* news
-----------------------------------------------------------------------------*/
.news-table{
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse:separate;
	border-spacing:2px;
	margin-left: -2px;
	margin-right: -2px;
}
.news-table .thead,
.newsd-table .thead{
	display:table-header-group;
}
.news-table .tbody,
.newsd-table .tbody{
	display:table-row-group;
}
.news-table .tr,
.newsd-table .tr{
	display:table-row;
}
.news-table .thead .th,
.news-table .tbody .td,
.newsd-table .th,
.newsd-table .td{
	font-size:22px;
	display:table-cell;
	padding: 8px 10px;
	text-align: center;
}
.news-table .thead .th{
	color:#ffffff;
	background-color:#003759;
}
.news-table .thead .th:last-child{
	border-right-color:#555555;
}
.news-table .tbody .td{
	color:#252525;
	cursor:pointer;
	word-wrap: break-word;
	vertical-align: middle;
	background-color:#ebebeb;
}

.news_tbl{
	padding-bottom: 35px;
	border-bottom:1px solid #d7d7d7;
}
.news_tbl .tr .th:first-child{
	width:15%;
}
.news_tbl .tr .th:nth-child(2){
	width:65%;
}
.news_tbl .tr .th:last-child{
	width:20%;
}

.icon_down{
	background-image:url(../tw_images/icon/icon_down.png);
	background-repeat:no-repeat;
	width:24px;
	height:24px;
	display:inline-block;
	vertical-align:middle;
}
.news_tbl .tr:hover .icon_down{
	background-image:url(../tw_images/icon/icon_downHW.png);
}


/* news-detail */
.newsd-table{
	width: 100%;
	display: table;
	border-collapse:collapse;
}
.newsd-table .th{
	width:20%;
	color:#ffffff;
	text-align: center;
	vertical-align:middle;
	background-color:#003759;
	border-bottom:2px solid #ffffff;
}
.newsd-table .tr:last-child .th{
	border-bottom:0;
	vertical-align:top;
}
.newsd-table .tr{
	border:2px solid #ffffff;
}
.newsd-table .th,
.newsd-table .td{
	font-size:18px;
	padding:10px;
}
.newsd-table .td{
	color: #252525;
	text-align:left;
	line-height:28px;
	padding-left:30px;
	vertical-align:middle;
	background-color:#ebebeb;
}
.back_btn{
	width:190px;
	padding-top:20px;
	margin:0 0 0 auto;
}
.back_btn a{
	color:#ffffff;
	display:block;
	font-size:20px;
	text-align:center;
	margin:0 auto 0 0;
	padding:10px 10px 8px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	border:2px solid #0093dd;
	background-color:#004b7a;
}


@media only screen and (max-width: 992px) {
	.newsd-table .th{
		width:25%;
	}	
	.newsd-table .td{
		padding: 5px 15px;
	}
}

@media only screen and (max-width: 600px) {
	.news-table{
		background-color: transparent;
	}
	.news-table .thead{
		display: none;
	}
	.news-table .tbody .tr{
		display:block;
		overflow:hidden;
		margin-bottom: 15px;
		border-bottom:none;
	}
	.news-table .thead .th,
	.news-table .tbody .td{
		display:block;
		width: 100%;
	}
	.news-table .tbody .td{
		text-align:right;
		margin-bottom:1px;
		padding:10px;
		line-height: 35px;
		background-color:#efefef;
	}
	.news-table .tbody .td:before{
		position:relative;
		float:left;
		content: attr(data-title);
	}
	.news-table .td:last-child{
		border-bottom:none;
	}
	.inq_tbl .form-control{
		height:30px;
		width: 100%;
		margin: 0 auto;
		background-color:#ffffff;
	}
	.news-table .tr .th:first-child,
	.news-table .tr .td:first-child,
	.news-table .tr .th:nth-child(2),
	.news-table .tr .td:nth-child(2),
	.news-table .tr .th:last-child,
	.news-table .tr .td:last-child{
		width:100%;
	}	
	.news-table.inq_tbl .tbody .td:nth-child(2),
	.news-table.inq_tbl .tbody .td:nth-child(3),
	.news-table.inq_tbl .tbody .td:nth-child(4),
	.news-table.inq_tbl .tbody .td:last-child{
		width: 100%;
		text-align:right;
	}
	.news-table .thead .th,
	.news-table .tbody .td {
		border:0;
	}
	.news-table.news_tbl .tbody .td{
		background-color:#efefef;
	}
	.newsd-table .tr{
		margin-bottom:10px;
	}
	.newsd-table .th{
		padding:8px 10px;
	}
	.newsd-table .td{
		margin-bottom:10px;
	}
	.newsd-table .th{
		width:40%;
	}
}
@media only screen and (max-width: 480px) {
	.news-table.inq_tbl .tbody .td:nth-child(2),
	.news-table.inq_tbl .tbody .td:nth-child(3),
	.news-table.inq_tbl .tbody .td:nth-child(4),
	.news-table.news_tbl .tbody .td:nth-child(2){
		text-align:left;
	}
	.news-table.news_tbl .tbody .td{
		text-align:right;
	}
	.news-table.inq_tbl .tbody .td:nth-child(2):before,
	.news-table.inq_tbl .tbody .td:nth-child(3):before,
	.news-table.inq_tbl .tbody .td:nth-child(4):before,
	.news-table.news_tbl .tbody .td:nth-child(2):before{
		width:100%;
		float:none;
		display:block;
		text-align:left;
	}
	.news-table.news_tbl .tbody .td{
		border-bottom:0;
	}
	.newsd-table .th,
	.newsd-table .td{
		display:block;
		width: 100%;
		text-align:center;
		margin-bottom:0;
	}
	.back_btn{
		width:100%;
		padding-top: 25px;
		padding-bottom:20px;
	}
	.back_btn a {
		font-size: 15px;
		padding: 12px 10px 10px 10px;
	}
}


/* contact
-----------------------------------------------------------------------------*/
.cont_txt{
	color:#000000;
	font-size:18px;
	line-height:31px;
}
.cont_list{
	margin:0 -10px 15px -10px;
	display:table;
	width:100%;
	border-collapse:separate; 
	border-spacing:10px;
}
.cont_group{
	display:table-row;
}
.cont_item{
	color:#313131;
	font-size:18px;
	display:table-cell;
	margin-bottom:10px;
	border-right:2px solid #313131;
}
.cont_item:nth-child(odd){
	width:42%;
	padding-right:11px;
}
.cont_item:nth-child(even){
	padding-left:11px;
	border-right:0;
}
.cont_item i{
	color:#252525;
	font-size:20px;
	width:22px;
	text-align:center;
	margin-right:8px;
}
.gmap {
	position: relative;
	padding-bottom: 22.3%;
	height: 0;
	overflow: hidden;
	border:1px solid #55553c;
	margin-bottom:20px;
} 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* footer
-----------------------------------------------------------------------------*/
.footer{
	padding-top:30px;
	padding-bottom:20px;
	background-color:#004b7a;
}
.ft_list ul li{
	color:#ebebeb;
	font-size:16px;
	margin-bottom:5px;
}
.ft_list ul li:last-child{
	margin-bottom:0;
}
.ft_list ul li i{
	color:#c2c2c2;
	font-size:15px;
	width:16px;
	text-align:center;
	margin-right:10px;
}
.ft_list ul li a{
	color:#ebebeb;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
}
.idx_gmap {
	position: relative;
	padding-bottom: 20.5%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.idx_gmap iframe,
.idx_gmap object,
.idx_gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ft_copyright{
	color:#959595;
	text-align:center;
	font-size:16px;
	padding:10px;
	background-color:#003759;
}
.ft_copyright .ftCopyright_bold{
	color:#555555;
	font-weight:bold;
	margin-right:10px;
	margin-left:10px;
}
.ft_copyright a{
	color:#959595;
	display:inline-block;
}


/* media query
-----------------------------------------------------------------------------*/
@media screen and (max-width:1200px){
	.prod_btn{
		padding-top: 20px;
	}
	.cont_item:nth-child(odd){
		width:50%;
	}
	.cont_item .overFlow{
		display:none;
	}
}
@media screen and (max-width:1046px){
	.nav > li > a{
		padding: 10px 7px;
	}
}

@media screen and (max-width:992px){
	.rwd-img{
		margin:0 auto;
	}
	.head {
		padding-top: 5px;
		padding-bottom: 0;
	}
	.head .navbar-nav{
		float: none;
		text-align: center;
		display: table;
		margin: 0 auto;
	}
	.head .navbar-nav > li:hover > a:after{
		height:0;
		display:none;
	}
	#hdTopList_hs{
		display:block;
		text-align:right;
		margin-bottom: 5px;
	}
	#hdTopList_sh{
		display:none;
	}
	.idx_cp{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cp_img{
		margin-bottom:20px;
	}
	.prod_img{
		margin-bottom: 20px;
	}
	.prod_btn{
		width:100%;
		margin-left:-1%;
		margin-right:-1%;
		padding-top: 0;
	}
	.prod_btn ul{
		font-size: 0;
	}
	.prod_btn ul li {
		letter-spacing: normal;
		word-spacing: normal;
		display:inline-block;
		*display: inline;
		zoom:1;
		width:31.333%;
		margin:10px 1%;
	}
	.cont_list{
		display:block;
		border-spacing: 0;
		margin:10px 0;
	}
	.cont_item,
	.cont_item:nth-child(odd),
	.cont_item:nth-child(even){
		padding-left:0;
		padding-right:0;
		display:block;
		border:0;
		width:100%;
	}
	.footer{
		padding-bottom:30px;
	}
	.ft_logo{
		padding-bottom:15px;
	}
	.nav > li > a{
		padding: 10px 15px;
	}
}

@media screen and (max-width:767px){
	#showhide{
		display:none;
	}
	#hideshow{
		display:block;
	}
	#sh-ink{
		display:none;
	}
	#hs-ink{
		display:inline-block;
	}
	.rwd-img{
		margin:0 auto;
	}
	.logo{
		width:93%;
	}
	.idxCp_img,
	.more{
		margin-left:auto;
		margin-right:auto;
	}
	.pg_title{
		font-size:25px;
		text-align:center;
	}
	.pg_title:after{
		right:0;
		margin:auto;
		max-width:100%;
	}
	.subMenu{
		border:0;
		margin-top:10px;
	}
	.subMenu ul li a{
		font-size:20px;
	}
	.subMenu_multiy > ul,
	.subMenu_multiy .sub_title{
		display:none;
	}
	.subMenu_minTit > ul{
		display:block;
	}
	.sub_title{
		font-size:23px;
		text-align:center;
		padding: 10px 10px 5px 10px;
		border: 1px solid #004b7a;
		border-bottom-width:8px;
	}
	.subMenu_minBox{
		display:block;
		font-size:23px;
	}
	.subMenu_minBox i {
		font-size: 23px;
	}
	.subMenu_minTit .pg_title{
		border-bottom:2px solid #282828;
	}
	#inq_form .form-control{
		padding-left:15px;
	}
	.gmap {
		padding-bottom: 56.25%;
	}
	.ft_list{
		text-align:center;
		padding-bottom:15px;
	}
}

@media screen and (max-width:560px){
	.prod_btn{
		width:100%;
		margin-left:0;
		margin-right:0;
		padding-top:20px;
		padding-bottom:20px;
	}
	.prod_btn ul li {
		display:block;
		width:100%;
		margin:10px 0;
	}
}

@media screen and (max-width:414px){
	.pageNum .pagination > li:first-child,
	.pageNum .pagination > li:last-child,
	.pageNum .pagination > li:nth-last-child(2),
	.pageNum .pagination > li:nth-child(2),
	.pageNum .pagination > li:first-child > a,
	.pageNum .pagination > li:last-child > a,
	.pageNum .pagination > li:nth-last-child(2) > a,
	.pageNum .pagination > li:nth-child(2) > a{
		width:100%;
		margin:2.5px 0;
	}
}


@media screen and (max-width:320px){
}