@charset "utf-8";
/* CSS Document */


html {
	-ms-overflow-style: scrollbar;
}
* {
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.header *, .main *, #footer * {
	-webkit-transition: all 0.5s ease-out 125ms;
	-moz-transition: all 0.5s ease-out 125ms;
	-ms-transition: all 0.5s ease-out 125ms;
	-o-transition: all 0.5s ease-out 125ms;
	transition: all 0.5s ease-out 125ms;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
	width: auto\9; /* ie8 */
}
form {
	margin: 0;
}
a {
	text-decoration: none;
blr:expression(this.onFocus=this.blur());
noFocusLine:expression(this.onFocus=this.blur());
	font-family: 14px/1.5 Tahoma, "Hiragino Sans GB", "Microsoft YaHei", arial, simsun, sans-serif;
}
.header a *, .main a *, #footer a * {
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
a img {
	border: none;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
.table-container {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 10px;
}
.table-container::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-container::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid #fff;
background-color: rgba(0, 0, 0, .3);
}
#container {
	background: #eee;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.wrap {
	height: 1%;
}
.wrap:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.wrap {
	width: 1200px;
	background-color: #fff;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 23px;
}
#header * {
	-webkit-transition: position 0.3s ease 0.3s;
	-moz-transition: position 0.3s ease 0.3s;
	-ms-transition: position 0.3s ease 0.3s;
	-o-transition: position 0.3s ease 0.3s;
	transition: position 0.3s ease 0.3s;
}
.header--clone {
	position: fixed;
	width: 100%;
	z-index: 130;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.header--stick {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.sb-active .header--clone {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.middle-proshow .page-header {
	display: none;
}
#side {
	width: 21%;
	float: left;
}
#sidemenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidemenu>ul>li>a {
	font-family: 14px/1.5 Tahoma, "Hiragino Sans GB", "Microsoft YaHei", arial, simsun, sans-serif;
	font-size: 21px;
	color: #fff;
	border-radius: 2px;
	display: block;
	position: relative;
	background-color: #00008c;
	background-image: url(../../../images/%E8%8F%9C%E5%8D%95.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 10px 7px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 50px;
}
#sidemenu>ul>li.active>a, #sidemenu>ul>li>a:hover {
	color: #fff;
	text-decoration: none;
}
#sidemenu>ul>li>ul>li {
	display: inline-block;
	width: 30%;
	margin: 1%;
	text-align: center;
}
#sidemenu>ul>li>ul {
	padding: 0.2em 0 1.2em;
}
#sidemenu>ul>li>ul>li>a {
	font-size: 14px;
	color: #3c3c3c;
	font-weight: 300;
	line-height: 1.6em;
	display: block;
	padding: 2px 0;
	border: 0.3px solid #89a6af;
	border-radius: 2px;
}
#sidemenu>ul>li>ul>li.active>a, #sidemenu>ul>li>ul>li>a:hover {
	color: #fff;
	text-decoration: none;
	background: #9da7b2;
	box-shadow: 5px 4px 7px rgba(0,0,0,.2);
	border-color: #9da7b2;
}
.main {
	width: 77%;
	float: right;
}
.breadcrumb {
	background: none;
	text-align: right;
	font-size: 13px;
	color: #444;
	padding: 8px 0;
}
.breadcrumb>li+li:before {
	content: '>';
}
.breadcrumb a {
	color: #444;
}
.breadcrumb a:hover {
	text-decoration: none;
	color: #e50012;
}
.breadcrumb li:last-of-type a {
	color: #999;
}
.page-header {
	border-bottom: 0;
	display: none;
}
.page-header * {
	margin: 0;
	padding: 0;
}
.page-header h1 {
	font-size: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-header small {
	font-size: 75%;
	color: #555;
}
.main-fullwidth {
	width: 100%;
	float: none;
}
.catelist {
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0 25px;
}
.catelist:after {
	clear: both;
	height: 0;
	overflow: hidden;
	content: '';
	display: block;
}
.catelist li {
	width: 33.3%;
	float: left;
	padding: 0 18px;
	margin-bottom: 36px;
}
.catelist li:nth-child(3n+1) {
	clear: left;
}
.catelist li .cate-wrap {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.cate-wrap {
	border: 1px #cccccc solid;
	position: relative;
	margin: 2px;
}
.cate-wrap:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #cccccc transparent;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.cate-wrap:hover {
	border: 3px #0152ab solid;
	margin: 0px;
}
.cate-wrap:hover:after {
	border-color: transparent transparent #0153ab transparent;
}
.cate-img {
	position: relative;
	background: #000;
	overflow: hidden;
}
.cate-img img {
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.cate-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px 12px;
	display: block;
	background: rgba(1, 82, 171, 0.4);
}
.cate-name a {
	color: #fff;
	font-size: 19px;
	font-family: 'Oswald', \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
	display: block;
}
.cate-name a:hover {
	text-decoration: none;
}
.cate-pro a {
	display: block;
	padding: 20px;
}
.cate-pro a img {
	display: block;
	opacity: 1;
}
.cate-img, .cate-name, .cate-pro {
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}
.cate-wrap:hover .cate-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}
.cate-wrap:hover .cate-name {
	background: rgba(1, 82, 171, 0.9);
}
.cate-wrap:hover .cate-pro a img {
	opacity: 0.7;
}
.prolist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.prolist li {
	width: 33.3%;
	float: left;
	padding: 0 16px;
	margin-bottom: 30px;
}
.prolist li:nth-child(3n+1) {
	clear: left;
}
.prolist-img a * {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.prolist-img a {
	display: block;
	text-align: center;
}
.prolist-img a img {
	display: block;
	opacity: 1;
}
.prolist li:hover .prolist-img a img {
	opacity: 0.7;
}
.prolist-name a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 0.2em 0;
	display: block;
	color: #159bc6;
}
.prolist li:hover .prolist-name a {
	color: #e50012;
	text-decoration: none;
}
.prolist-txt {
	font-weight: 300;
}
.prolist li, .catelist li {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.prolist li:nth-child(3n+1), .catelist li:nth-child(3n+1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.prolist li:nth-child(3n+2), .catelist li:nth-child(3n+2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.prolist li:nth-child(3n), .catelist li:nth-child(3n) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.pro-img-wrap {
	float: left;
}
#slider, #carousel {
	margin-bottom: 10px;
	padding: 0 16px;
}
.flexslider .slides > li {
	cursor: pointer;
	width: 330px;
	height: 320px;
	overflow: hidden;
}
.flexslider .slides > li img {
	height: 300px;
	overflow: hidden;
}
#carousel .flex-active-slide img {
	opacity: 0.7;
}
.pro-txt-wrap {
	width: 56%;
	float: right;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	margin-right: 10px;
}
.pro-name {
	font-size: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 4px;
	padding: 0;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.pro-no {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 16px 0 16px;
	padding: 0;
	color: #333;
}
.pro-des {
	font-weight: 300;
	color: #000;
}
.pro-info-wrap {
	clear: both;
	padding-top: 45px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.pro-info-wrap .nav-tabs {
	border-bottom: 2px #006db8 solid;
}
.pro-info-wrap .nav-tabs>li {
	margin-bottom: -1px;
}
.pro-info-wrap .nav-tabs>li>a {
	border-color: #006db8;
	border-radius: 0;
	border-bottom: 0;
	margin-right: 0;
	width: 190px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.pro-info-wrap .nav-tabs>li+li>a {
	border-left: 0;
}
.pro-info-wrap .nav-tabs>li>a:hover {
	border-color: #006db8;
}
.pro-info-wrap .nav>li>a:focus, .pro-info-wrap .nav>li>a:hover {
	background-color: #3096dd;
	color: #fff;
}
.pro-info-wrap .nav-tabs>li.active>a, .pro-info-wrap .nav-tabs>li.active>a:focus, .pro-info-wrap .nav-tabs>li.active>a:hover {
	background-color: #006db8;
	color: #fff;
	border-color: #006db8;
}
.pro-info-wrap .tab-content {
	padding: 30px 0;
}
.table-pro {
	border-left: 2px #292929 solid;
	border-right: 2px #292929 solid;
	border-bottom: 2px #292929 solid;
	font-size: 14px;
	margin-bottom: 0;
}
.table-pro>thead>tr>td, .table-pro>thead>tr>th {
	background: #333333;
	color: #fff;
	text-align: center;
	border-bottom: 1px #292929 solid;
}
.table-pro>tbody>tr>th, .table-pro>tbody>tr>td {
	border-left: 1px #292929 solid;
	border-bottom: 1px #292929 solid;
}
.table-pro>tbody>tr>th {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
.table-pro>tbody>tr>td {
	text-align: center;
}
.table-pro>tbody>tr>td:first-of-type {
	text-align: left;
}
.table-pro>tbody>tr:nth-child(odd)>td {
	background: #eee;
}
.note-tab {
	font-size: 13px;
	color: #159bc6;
	position: relative;
	margin: 5px 0 20px;
	font-family: 14px/1.5 Tahoma, "Hiragino Sans GB", "Microsoft YaHei", arial, simsun, sans-serif;
}
.pro-info-wrap h4 {
	color: #006cb8;
	font-size: 22px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pro-info-wrap .tab-pane ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pro-info-wrap .tab-pane li {
	position: relative;
	padding-left: 18px;
}
.pro-info-wrap .tab-pane li:before {
	width: 4px;
	height: 4px;
	content: '';
	background: #006cb8;
	display: inline-block;
	position: absolute;
	top: 0.5em;
	left: 4px;
}
.pro-info-wrap .panel-group .panel-title a {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.6);
}
.pro-info-wrap .panel-group .panel:first-child .panel-title a {
	background: #0152ab;
}
.pro-info-wrap .panel-group .panel:first-child .panel-title a[aria-expanded=false] {
	background: rgba(0, 0, 0, 0.6);
}
.pro-info-wrap .panel-group .panel-title a[aria-expanded=true] {
	background: #0152ab;
}
.pro-info-wrap .panel-default>.panel-heading {
	background: none;
	padding: 0;
	border-radius: 0;
}
#topbtn-wrap {
	margin-top: 20px;
}
#topbtn-wrap .wrap {
	text-align: right;
}
#btntop {
	width: 40px;
	height: 40px;
	line-height: 36px;
	background: #e50012;
	color: #fff;
	display: inline-block;
	text-align: center;
}
.footer1 {
	background: url(../images/bg-footer.png) top center no-repeat;
	color: #515e6b;
	padding: 35px 0 15px;
	min-height: 200px;
}
.footer1 .wrap {
	text-align: center;
}
.footer1 a {
	color: #515e6b;
}
.footer-nav ul {
	list-style: none;
	margin: 3% 0 0.5%;
	padding: 0;
	text-align: center;
}
.footer-nav ul:after {
	clear: both;
	content: '';
	height: 0;
	overflow: hidden;
	display: block;
}
.footer-nav li {
	display: inline-block;
}
.footer-nav li:after {
	font-family: 'Roboto', \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
	top: -2px;
	position: relative;
}
.footer-nav li:last-child:after {
	content: '';
}
.footer-nav li a {
	display: inline-block;
	padding: 4px 15px;
	font-family: 'Oswald', \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
	font-size: 15px;
	color: #8e99a5;
}
.footer-nav li a:hover {
	color: #00b0ec;
	text-decoration: none;
}
.footer-logo {
	margin-bottom: 22px;
}
.footer-info {
	font-size: 14px;
}
.footer-info ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 500px;
}
.footer-info li {
	display: inline-block;
	margin: 0 8px;
}
.footer2 {
	font-size: 13px;
	padding: 6px 0;
	color: #999;
}
.footer2 a {
	color: #999;
}
.footer2 .wrap {
	text-align: right;
}
#footer-smo {
	float: left;
}
#footer-smo a {
	font-size: 20px;
	padding: 1px 4px;
	margin: 0 2px;
	display: inline-block;
	color: #999
}
.footer-copyright {
	display: inline-block;
	padding: 5px 0;
	font-size: 14px;
	line-height: 100%;
	color: rgba(179,179,179,1.00)
}
.footer-link {
	display: inline-block;
	color: rgba(179,179,179,1.00)
}
.footer-link a {
	color: rgba(179,179,179,1.00)
}
.sb-toggle-left {
	display: none;
	float: left;
	background: #e50012;
	color: #fff;
	height: 68px;
	padding: 20px 20px 0 120px;
	cursor: pointer;
	font-size: 22px;
	position: relative;
}
.sb-toggle-left>span {
	font-size: 18px;
	line-height: 1em;
	position: absolute;
	top: 25px;
	left: 15px;
	text-transform: uppercase;
}
.sb-toggle-right {
	float: right;
	padding: 24px 15px 0 80px;
	height: 68px;
	cursor: pointer;
	position: relative;
	background: #00a6ec;
	display: none;
}
.sb-toggle-right *, .sb-toggle-left * {
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
.sb-toggle-right>span {
	position: absolute;
	left: 15px;
	top: 25px;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	line-height: 1em;
}
.sb-toggle-right:hover {
	background: rgb(0, 176, 236);
}
.sb-toggle-left:hover {
	background: rgba(0,0,0,0.4);
}
.navicon-line {
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 3px;
	margin-bottom: 4px;
	width: 26px;
}
.sb-active .navicon-line {
	background-color: #fff;
}
.sb-active-right .sb-toggle-right *:nth-child(4) {
	transform: rotate(-45deg);
	position: relative;
	-webkit-transform: rotate(-45deg);
	top: 0px;
}
.sb-active-right .sb-toggle-right *:nth-child(3) {
	display: none;
}
.sb-active-right .sb-toggle-right *:nth-child(2) {
	transform: rotate(45deg);
	position: relative;
	-webkit-transform: rotate(45deg);
	top: 7px;
}
.sb-slidebar {
	text-align: left;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	background: #303a40;
}
.sb-slidebar a {
	color: #fff;
	cursor: pointer;
}
/* Main Menu */
.sb-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}
.sb-menu > li > a {
	font-family: 'Oswald', \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
	font-size: 20px;
	padding: 0.5em 20px;
	display: block;
}
.sb-menu > li.active > a, .sb-menu > li.active > a.sb-submenu-active {
	background: #006db8;
}
.sb-menu > li > ul > li > a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	padding: 0.5em 20px;
	display: block;
}
.sb-menu > li > ul > li > ul > li > a {
	padding: 0.5em 20px;
	display: block;
}
.sb-menu li li li a {
	padding: 0.8em 1em;
}
.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.2);
}
.sb-menu li a.sb-submenu-active {
	background-color: #2d4958;
}
.sb-submenu li.active > a, .sb-menu2 li.active > a {
	color: #4fa6e6;
}
/* Borders */
.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}
.sb-right .sb-menu li a:hover {
	border-right: 3px solid;
}
/* Submenus */
.sb-submenu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: rgba(255, 255, 255, 0.08);
}
/* Caret */
span.sb-caret {
	width: 0;
	height: 0;
	display: inline-block;
	margin: 0 5px 2px 5px;
	border: 4px solid transparent;
	border-top: 4px solid;
	border-bottom: 0px solid transparent;
}
.sb-submenu-active > span.sb-caret {
	border-top: 0px solid transparent;
	border-bottom: 4px solid;
}
.sb-menu2 {
	background: rgba(255, 255, 255, 0.05);
}
.sb-menu2 > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sb-menu2 > ul > li > a {
	padding: 0.5em 20px 0.5em 35px;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	position: relative;
}
.sb-menu2 > ul > li > a:before {
	width: 5px;
	height: 5px;
	content: '';
	display: inline-block;
	background: #5389a6;
	position: absolute;
	top: 1em;
	left: 20px;
}
.sb-menu2 > ul > li > a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.2);
}
.sb-left .sb-menu > li {
}
.sb-left .sb-menu > li > a {/*background:#273036; color:#f32a3a; */
	border-top: 1px rgba(255, 255, 255, 0.1) solid; /*border-bottom:1px rgba(0, 0, 0, 0.1) solid;*/
}
.sb-left .sb-menu > li > a:hover {/*background:#53080e;*/
}
.sb-left .sb-menu > li.active > a, .sb-left .sb-menu > li.active > a:hover {
	background: #e50012;
}
.sb-left .sb-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sb-left .sb-menu > li > ul > li.active > a {
	color: #d57c83;
}
.sb-left .sb-menu > li > ul > li > a {
	font-family: 'Roboto', \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif;
	color: #b8c4cb;
	font-size: 16px;
}
.tw .page-header h1 {
	text-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
}
.tw .pro-info-wrap .nav-tabs>li>a {
	text-shadow: 0 0 2px rgba(100, 100, 100, 0.25);
	font-size: 17px;
}
.tw .sb-toggle-right {
	padding-left: 60px;
}
.tw .sb-toggle-left {
	padding-left: 65px;
}
.tw .sb-menu > li > ul > li > a {
	font-size: 17px;
}
.tw .sb-menu2 > ul > li > a {
	font-size: 17px;
}
.tw .pro-name *, .tw .pro-info-wrap h4 {
	text-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
}
/*內容選單*/
#accordion {
	display: none;
}
#accordion ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#accordion h3 {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6em;
	display: block;
	padding: 2px 10px;
	border: 0.3px solid #159bc6;
	margin: 2px 0;
}
#accordion h3.ui-accordion-header-active {
	background: #159bc6;
	text-decoration: none;
	color: #fff;
}
#accordion>ul>li.ui-tabs-active, #accordion>ul>li.ui-tabs-active {
}
#accordion>ul>li.ui-tabs-active a, #accordion>ul>li.ui-tabs-active a {
	color: #fff;
}
#accordion>div>ul>li {
	display: inline-block;
	width: 22%;
	margin: 1%;
	text-align: center;
}
#accordion>ul>li>ul {
	padding: 0.2em 0 1.2em;
}
#accordion>ul>li {
}
#accordion>ul>li>ul>li.active>a, #accordion>ul>li>ul>li>a:hover {
	color: #fff;
	text-decoration: none;
	background: #9da7b2;
	box-shadow: 5px 4px 7px rgba(0,0,0,.2);
	border-color: #9da7b2;
}
#tabs-1>ul, #tabs-2>ul, #tabs-3>ul, #tabs-4>ul, #tabs-5>ul, #tabs-6>ul, #tabs-7>ul {
	border: 1px solid #159bc6;
	margin: 5px 0;
	padding: 7px;
}
#tabs-1>ul>li, #tabs-2>ul>li, #tabs-3>ul>li, #tabs-4>ul>li, #tabs-5>ul>li, #tabs-6>ul>li, #tabs-7>ul>li {
	display: inline-block;
	margin: 5px 12px;
}
/*頁籤*/
.ui-widget.ui-widget-content {
	border: none;
}
.ui-widget-header {
	border: none;
	background: none;
}
.ui-tabs .ui-tabs-panel {
	border-top: 1px solid #ccc;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: inherit;
	background: #929292;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
	width: 73px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0;
}
/*詳細頁規格表*/
#tabs h2 {
	color: #159bc6;
	font-size: 24px;
	font-family: 14px/1.5 Tahoma, "Hiragino Sans GB", "Microsoft YaHei", arial, simsun, sans-serif;
}
#tabs h3 {
	font-size: 16px;
	font-weight: 600;
	font-family: 14px/1.5 Tahoma, "Hiragino Sans GB", "Microsoft YaHei", arial, simsun, sans-serif;
}
.spe-info th {
	background: #bde4f1;
	padding: 3px 10px;
	color: #000;
	font-family: 14px/1.5 Tahoma, "Hiragino Sans GB", "Microsoft YaHei", arial, simsun, sans-serif;
}
.spe-info tr:nth-child(odd) {
	background: #f5f5f5;
}
.spe-info td, .spe-info th.center {
	text-align: center;
}
.note-tab .caveat {
	color: #f00;
	font-size: 15.5px;
	padding-left: 25px;
	margin-top: -10px;
	font-weight: 600;
}
/*公司簡介*/
.com-text {
	width: 70%;
}
.com-img {
	width: 30%;
	margin-top: 13%;
}
.com-text, .com-img {
	float: left;
}
h2 span {
	color: #147c81;
}
#sidemenu.com-menu>ul>li>a {
	margin: 5px auto;
}
#sidemenu.com-menu>ul>li.active>a {
	background: #fff;
	border: 1px solid #159bc6;
	color: #159bc6;
}
/*timeline*/
.timeline {
	list-style: none;
	padding: 60px 0 20px;
	position: relative;
	font-size: 15px;
}
.timeline:before {
	top: 20px;
	bottom: 20px;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #159bc6;
	left: 80px;
}
.timeline li {
	position: relative;
	margin-bottom: 5px;
}
.timeline-badge {
	position: absolute;
	top: 2px;
	left: 75px;
}
.timeline-panel {
	float: left;
	margin-left: 120px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.timeline-date {
	position: absolute;
	left: 0;
	font-size: 20px;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.fa-circle {
	color: #159bc6;
}
.main h3 {
	color: #616161;
	font-size: 21px;
}
.cooperative ul {
	width: 60%;
	float: left;
}
.rd {
	width: 40%;
	float: left;
	text-align: center;
}
/*NEWS*/
.hot-new {
	color: #fff;
	margin: 2% 0 1% 0;
	font-size: 20px;
	background: #8c0707;
}
.hot-new em {
	color: #fff900;
	;
	padding-right: 7px;
	text-decoration: underline;
}
.hot-new p {
	margin: 0;
	padding: 10px;
}
.color_b, .tab-img {
	float: left;
}
.color_b1 {
	margin-bottom: 10px;
}
.color_b {
	width: 60%;
	margin-bottom: 10px;
}
.tab-img {
	width: 40%;
	padding-left: 4%;
}
.color_b1 span.color_p a {
	font-size: 21px;
	color: #007177;
}
.color_b span.color_p a, span.color_p {
	font-size: 21px;
	color: #007177;
}
.color_b ul {
	list-style-type: square;
	padding-left: 25px;
}
.color_b span.color_p a:hover {
	text-decoration: none;
}
.color_b span.color_p a span {
	color: #FF0000;
}
.color_b a {
	color: #000;
}
.color_b a:hover {
	color: #636363;
	text-decoration: none;
}
.news_table .clearfix {
	margin: 10px auto;
	border-bottom: 1px solid #ccc;
}
span.color_p span {
	color: #FF0000;
	font-size: 18px;
}
.color_b a>p {
	padding: 0;
	margin: 5px 0 0;
}
/*Application*/
.ap {
	float: left;
	width: 50%;
}
.app-text, .app-imgb {
	float: right;
	width: 48%;
	margin-left: 2%;
}
.app-text p {
	color: #999;
}
.app-img figure {
	float: left;
	width: 31%;
	margin: 1%;
	text-align: center;
	height: 200px;
}
.app-img figure figcaption {
	height: 30px;
	line-height: 1;
	font-size: 13px;
}
/*QC*/
.qc-img {
	display: inline-block;
	width: 30%;
	text-align: right;
	color: #007177;
}
.qc-img figure {
	margin: 10px 0;
	text-align: center;
}
.qc-title {
	font-weight: bold;
	font-size: 16px;
}
.com-text img {
	width: 50%;
	margin: 15px 0;
}
/*Contact*/
.check {
	width: 20%;
	float: left;
}
.block3 input {
	width: 32%;
	margin: 0 0.6% 2%;
	float: left;
}
.block3 input:after {
	content: '-';
}
.SJ_feild_code {
	display: inline-block;
}
.SJ_feild_submit {
	float: right;
	margin: 1% 0;
}
label.checkbox-inline {
	display: block;
}
.checkbox-inline+.checkbox-inline {
	margin-left: 17.7%;
}
/*卷軸*/

.scrollbar {
	float: left;
	width: 100%;
	/*overflow-x: scroll;*/
	margin-bottom: 25px;
}
/*
 *  STYLE 5
 */

.style-5::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 .style-5::-webkit-scrollbar {
 width: 10px;
 background-color: #F5F5F5;
}
 .style-5::-webkit-scrollbar-thumb {
 background-color: #0ae;
 background-image: -webkit-gradient(linear, 0 0, 0 100%,  color-stop(.5, rgba(255, 255, 255, .2)),  color-stop(.5, transparent), to(transparent));
}
/*light box*/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
/*support*/
table.support-tab {
	min-width: 800px
}
table.support-tab th {
	background-color: rgb(228, 245, 203);
	text-align: center;
	padding: 5px;
}
table.support-tab td {
	padding: 10px;
}
table.support-tab td>.number {
	display: table;
	border: 1px solid #000;
	background: #F6FFE3;
	text-align: center;
	margin: auto;
	width: 30px;
}
table.support-tab td.inline>div {
	display: inline-block;
}
.number-inline {
	border: 1px solid #000;
	background: #F6FFE3;
	display: inline;
	margin: 3px;
	padding: 1px 5px;
}
table.support-tab table th {
	background: none;
}
table.support-tab table tr:nth-child(odd) {
	background: rgb(239, 239, 239);
}
.support-tab figure {
	display: inline-block;
}
.support-tab figure .number {
	display: table;
	border: 1px solid #000;
	background: #F6FFE3;
	text-align: center;
	margin: 3px auto 0;
	width: 30px;
}
.input, .output {
	width: 35px;
	height: 10px;
	border: 1px solid #000;
	display: inline-block;
	margin: 0 3px;
}
.input {
	background: #F6FFE3;
}
.output {
	background: rgb(0, 102, 0);
}
.f-img {
	text-align: center;
	margin: 10px 0;
}
.annotation {
	width: 100%;
}
.annotation .ex, .annotation .expro {
	display: inline-block;
	width: 48%;
	margin: 1%;
	float: left;
}
.annotation .number {
	display: inline-block;
	border: 1px solid #000;
	background: #F6FFE3;
	text-align: center;
	margin: auto 5px;
	width: 30px;
}
.annotation h3 {
	display: inline-block;
}
.annotation .title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
table.cad {
	text-align: center;
}
table.cad th {
	background: #bde4f1;
	text-align: center;
}
table.cad td {
	padding: 5px;
}
table.cad tr.odd {
	background: #fbfbfb;
}
/*20190329news*/
.tab-picbox {
	float: left;
	margin: 10px 0;
}
.tab-pic {
	text-align: left;
	margin: 0 36px 0 0;
	float: left;
}
.tab-pic a:hover {
	text-decoration: none;
}
.tab-pic img {
}
 @media (min-width : 1000px) {
#header2 #logo a {
	padding-top: 18px;
	height: 86px;
}
#header2 #top-nav {
	padding-top: 6px;
}
#header2 #nav > ul > li > a {
	padding-top: 15px;
}
.com-text img {
	margin: 0;
}
.qc-img figure {
	margin: 10px 0 30px;
}
}
 @media (max-width : 1320px) {
#banner:before, #banner:after {
	display: none;
}
}
@media (max-width : 1199px) {
.wrap {
	width: 100%;
}
#logo a {
	padding-top: 44px;
	height: 115px;
}
#top-nav {
	padding-top: 30px;
}
#nav > ul > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
.footer2 .wrap {
	text-align: center;
}
#footer-smo {
	float: none;
}
.tab-pic {
	margin: 0 6% 2% 0;
}
.tab-picbox {
	clear: left;
	width: 100%;
}
}
@media (max-width : 999px) {
#logo a {
	padding-top: 20px;
	height: 70px;
}
.logo_b {
	display: none;
}
.logo_m {
	display: block;
}
#nav {
	text-align: center;
	float: none;
	clear: both;
}
#nav > ul {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
#nav > ul:after {
	clear: both;
	content: '';
	display: block;
	overflow: hidden;
	height: 0;
}
#nav > ul > li {
	float: none;
	display: inline-block;
	width: 13%;
}
#nav > ul > li > a {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
/*#nav .n1{width:15%;} #nav .n2{width:15%;} #nav .n3{width:22%;} #nav .n4{width:18%;} #nav .n5{width:8%;} #nav .n6{width:15%;}	
	.tw #nav .n1, .tw #nav .n2, .tw #nav .n4, .tw #nav .n5, .tw #nav .n6{width:15%;} .tw #nav .n3{width:20%;}*/
	
#side {
	width: 25%;
}
.main {
	width: 70%;
}
.main-fullwidth {
	width: 100%;
}
#sidemenu>ul>li>a {
	font-size: 18px;
}
#sidemenu>ul>li>ul>li>a {
	font-size: 14px;
}
.pro-img-wrap, .pro-txt-wrap {
	width: auto;
	float: none;
}
.pro-img-wrap {
	margin-bottom: 42px;
}
.pro-info-wrap .nav-tabs>li>a {
	width: auto;
}
.pro-info-wrap {
	padding-top: 25px;
}
.catelist {
	padding: 0;
}
.catelist li {
	width: 50%;
}
.catelist li:nth-child(3n+1) {
	clear: none;
}
.catelist li:nth-child(2n+1) {
	clear: left;
}
.cate-pro a {
	padding: 5px 20px;
}
.prolist li {
	width: 50%;
}
.prolist li:nth-child(3n+1) {
	clear: none;
}
.prolist li:nth-child(2n+1) {
	clear: left;
}
.prolist li:nth-child(3n+1), .catelist li:nth-child(3n+1) {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
.prolist li:nth-child(3n+2), .catelist li:nth-child(3n+2) {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
.prolist li:nth-child(3n), .catelist li:nth-child(3n) {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}
.prolist li:nth-child(2n+1), .catelist li:nth-child(2n+1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.prolist li:nth-child(2n), .catelist li:nth-child(2n) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.check {
	width: 25%;
}
.checkbox-inline+.checkbox-inline {
	margin-left: 22%;
}
.footer-nav li a {
	padding-left: 8px;
	padding-right: 8px;
}
.footer1 {
	min-height: 200px;
}
}
 @media (max-width: 979px) { /*bootstrap width 724px */
.com-text, .com-img {
	float: none;
	width: 100%;
	margin: 0;
}
.com-img {
	text-align: center;
}
.cooperative ul, .rd {
	width: 100%;
	float: none;
}
.qc-img {
	width: 100%;
	text-align: center;
}
.qc-img figure {
	margin: 1% 0;
	float: left;
	width: 33%;
}
}
@media (max-width: 900px) {
.ap, .app-text {
	float: none;
	width: 100%;
}
.app-text {
	margin: 0;
}
.app-imgb {
	width: 100%;
	float: none;
	margin: 0;
	margin: 0 0 10px;
}
.ap {
	text-align: center;
}
.app-img figure {
	width: 48%;
	height: initial;
}
.app-img figure img {
	width: 100%;
}
.check {
	width: 29.3%;
}
.checkbox-inline+.checkbox-inline {
	margin-left: 26%;
}
.tab-pic {
	margin: 0 1% 2% 0;
}
}
@media (max-width: 860px) {
#sidemenu>ul>li>ul>li {
	width: 31.6%;
	margin: 0.2%;
	text-align: center;
}
}
@media (max-width : 768px) {
.header {
	height: 68px;
}
.header .wrap {
	text-align: center;
	padding: 0;
}
#logo {
	float: none;
	display: inline-block;
}
#logo a {
	padding-top: 10px;
	height: 68px;
}
#nav, #top-nav {
	display: none;
}
.sb-toggle-left, .sb-toggle-right {
	display: block;
}
#side {
	display: none;
}
.main {
	width: 100%;
	float: none;
}
.page-header {
	margin-top: 20px;
}
.catelist {
	margin-top: 0;
}
.catelist li {
	padding: 0 12px;
}
#accordion {
	display: block;
	margin-bottom: 5%;
}
.footer-nav {
	display: none;
}
.footer-copyright, .footer-link {
	padding: 1px 0 0;
}
.com-text img {
	width: initial;
	margin: 3px 0 15px;
}
}
@media (max-width: 767px) { /*bootstrap width auto */
.table-responsive {
	border: 0;
}
#footer {
	margin-top: 20px;
}
}
@media (max-width : 720px) {
.cate-name a {
	font-size: 16px;
}
.annotation .ex {
	display: block;
	width: 100%;
	margin: 3px auto;
	float: none;
}
}
@media (max-width : 600px) {
.header {
	height: 47px;
}
#logo a {
	padding-top: 6px;
	height: 47px;
}
.logo_s {
	display: block;
}
.logo_m {
	display: none;
}
.sb-toggle-left>span, .sb-toggle-right>span {
	display: none;
}
.sb-toggle-right, .tw .sb-toggle-right {
	height: 47px;
	padding: 14px 0 0 14px;
	width: 54px;
}
.sb-toggle-left, .tw .sb-toggle-left {
	height: 47px;
	width: 54px;
	padding: 9px 0 0 0;
}
.footer-info ul {
	width: auto;
}
.color_b, .tab-img {
	float: left;
	width: 100%;
}
}
@media (max-width : 550px) {
.qc-img figure {
	width: 50%;
}
.check {
	width: 35%;
}
.checkbox-inline+.checkbox-inline {
	margin-left: 31.2%;
}
}
@media (max-width : 480px) {
.breadcrumb {
	font-size: 12px;
}
.catelist li, .prolist li {
	width: 100%;
	float: none;
	margin-bottom: 26px;
}
.catelist li:nth-child(2n+1), .prolist li:nth-child(2n+1) {
	clear: none;
}
.prolist li:nth-child(2n), .catelist li:nth-child(2n) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.news_table>.clearfix {
	margin-bottom: 25px
}
.app-img figure {
	width: 100%;
	padding: 5%;
	padding-top: 0;
}
.app-img figure figcaption {
	height: inherit;
	margin: 0 auto 5px;
}
.check {
	width: 40%;
}
.checkbox-inline+.checkbox-inline {
	margin-left: 35.5%;
}
.SJ_feild_submit {
	margin: 3% 0 2%;
}
.tab-pic {
	margin: 0 6% 2% 0;
}
}
@media (max-width : 375px) {
.qc-img figure {
	width: 100%;
}
.check {
	width: 45%;
}
.checkbox-inline+.checkbox-inline {
	margin-left: 39%;
}
.SJ_feild_code, .SJ_feild_submit {
	width: 100%;
	text-align: center;
}
}
@media (max-width : 360px) {
.check {
	width: 55%;
}
.checkbox-inline+.checkbox-inline {
	margin-left: 48%;
}
}
@media (max-width : 320px) {
}
.footer1 .wrap {
	text-align: left
}
.footer1 ul {
	padding: 0
}
.footer1 ul li {
	list-style: none;
	font-size: 14px;
	display: inline-block;
	padding: 0 5px
}
.footer1 ul li:first-child {
	display: block
}
.footer1 h3 {
	margin: 0 0 5px;
	font-size: 18px;
	color: #000;
	padding: 0 5px
}
.footer1 h4 {
	margin: 0 0 5px;
	font-size: 16px;
	color: #000;
	padding: 0 5px
}
.footer1 h5 {
	color: #00b0ec;
	margin: 0 0 5px;
	padding: 0 5px
}
.main_company {
	margin-bottom: 20px
}
.agent+.agent {
	border-top: 1px dashed #ccc;
	padding-top: 15px;
	margin-top: 15px
}
.footer2 {
	display: none
}
 @media (max-width : 767px) {
.ft_som {
	display: none
}
.footer2 {
	display: block
}
.main_company, .relat_company, .footer1 .agent {
	width: 50%;
	float: left
}
.agent+.agent {
	margin: 0;
	border: 0;
	padding: 0
}
.agent {
	padding-right: 10px
}
.agent_zone h5 {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc
}
}
 @media (max-width : 580px) {
.main_company, .relat_company, .footer1 .agent {
	width: 100%;
	float: none
}
.footer1 h5 {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc
}
.agent+.agent {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(237,237,237,1.00)
}
}
.two_name {
	line-height: 28px;
	height: 28px;
	padding-left: 40px;
	background-image: url(../../../images/arrowdown.png);
	background-repeat: no-repeat;
	background-position: 16px 7px;
	background-color: #E7E7E7;
}
.two_name:hover{
	font-weight: bold;
}