/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
	
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.ps {
    color: #666666;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before, .container:before, .header_inner:before, .fast_wrap li:before, .nav:before, .jumbotron_inner:before, .list_wrap:before, .list_detail:before, .list_detail ul:before, .list_title:before, .hint_msg:before {
  content: "";
  display: table;
}
.clearfix:after, .container:after, .header_inner:after, .fast_wrap li:after, .nav:after, .jumbotron_inner:after, .list_wrap:after, .list_detail:after, .list_detail ul:after, .list_title:after, .hint_msg:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.partner_wrap li, .footer_links li, .footer_links a, .footer_btm .fb-like, .footer_btm .copyright {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_bold {
  font-weight: bold;
}

.img_responsive {
  max-width: 100%;
  height: auto;
}

.display_none {
  display: none;
}

.display_block {
  display: block;
}

/* another font */
.sp_font {
  font-family: "Courier New", Courier, monospace;
  font-size: 21px;
}

/* slides */

.keyvisual #slides {
  position: relative;
  height: 320px;
  width:1120px;
}

.keyvisual #slides .slides-container {
  display: none;
}

.keyvisual #slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.keyvisual #slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.wide-container {
  height: 320px;
  width: 1120px;
}

.subslider-wrapper {
  height: 200px;
  width: 260px;
}



/*------------------------ layout ------------------------*/
body {
    background: url(../images/bg_body.png) left top repeat-x #FFF;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #313131;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}	

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

h2 {
    font-size: 20px;
    color: #556BB5;
    font-weight: bolder;
    margin-bottom: 50px;
    line-height: 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 30px 0;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 25px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    margin: 40px 0 20px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    background: #EFEFEF;
    min-width: 60px;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

p {
  margin: 0 0 20px 0;
  font-size:13px;
}

a {
    color: #B80000;
    text-decoration: none;
}
a:hover {
  color: #1c0c6d;
  text-decoration: underline;
}

input[type="text"].placeholder, input[type="tel"].placeholder,
input[type="email"].placeholder, input[type="password"].placeholder {
  color: silver;
}
input[type="text"].placeholder:focus, input[type="tel"].placeholder:focus,
input[type="email"].placeholder:focus, input[type="password"].placeholder:focus {
  color: white;
}
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
  color: silver;
}
input[type="text"]:-moz-placeholder:focus, input[type="tel"]:-moz-placeholder:focus,
input[type="email"]:-moz-placeholder:focus, input[type="password"]:-moz-placeholder:focus {
  color: white;
}
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  color: silver;
}
input[type="text"]::-moz-placeholder:focus, input[type="tel"]::-moz-placeholder:focus,
input[type="email"]::-moz-placeholder:focus, input[type="password"]::-moz-placeholder:focus {
  color: white;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: silver;
}
input[type="text"]:-ms-input-placeholder:focus, input[type="tel"]:-ms-input-placeholder:focus,
input[type="email"]:-ms-input-placeholder:focus, input[type="password"]:-ms-input-placeholder:focus {
  color: white;
}
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: silver;
}
input[type="text"]::-webkit-input-placeholder:focus, input[type="tel"]::-webkit-input-placeholder:focus,
input[type="email"]::-webkit-input-placeholder:focus, input[type="password"]::-webkit-input-placeholder:focus {
  color: white;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  border: 0;
}

textarea.placeholder {
  color: silver;
}
textarea.placeholder:focus {
  color: white;
}
textarea:-moz-placeholder {
  color: silver;
}
textarea:-moz-placeholder:focus {
  color: white;
}
textarea::-moz-placeholder {
  color: silver;
}
textarea::-moz-placeholder:focus {
  color: white;
}
textarea:-ms-input-placeholder {
  color: silver;
}
textarea:-ms-input-placeholder:focus {
  color: white;
}
textarea::-webkit-input-placeholder {
  color: silver;
}
textarea::-webkit-input-placeholder:focus {
  color: white;
}

.wrapper {
  width: 100%;
  position: relative;
}

.container {
  width: 1120px;
  padding: 0 10px;
  margin: 0 auto;
}
.container.key_visual {
}

::selection {
  background: #009fb7;
  color: white;
}

::-moz-selection {
  background: #009fb7;
  color: white;
}

.point {
	color:#1c0c6d;
	font-weight:bold;
}

.strong {
	font-size:22px;
	line-height:35px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#1c0c6d;
}

.breadcrumb {
	font-size:12px;
	color:#AAAAAA;
	padding:0 5px;
	line-height:18px;
}

.breadcrumb a {
	color:#333;
}

/*------------------------ header ------------------------*/

.header {
	background: url("../images/bg_nav.jpg") 0 40px repeat-x;
	margin:0 auto;
	width:100%;
}

.logo {
  float: left;
  margin-top:2px;
}

.logo a {
  display: block;
  overflow: hidden;
  text-indent: -9000px;
  background-image: url('../images/logo.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 160px;
  height: 90px;
}

/*------------------------ nav ------------------------*/

/* nav 按鈕 */
.header .nav {
  margin: 40px 0 0 0;
  width: 960px;
  height:120px;
  background: url("../images/bg_nav_shadow.png") 0 52px no-repeat;
}

.header .nav > .active {
  background: url("../images/nav_hover.jpg") 0 -10px repeat-x;
  display: block;
  height:30px;
}

.header .nav > li {
  min-width:60px;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #cccccc;
  margin:10px 0;
  display: block;
  height: 20px;
  text-align:center;
  text-decoration:none;
  font-size:12px;
  font-family:Verdana, Geneva, sans-serif;
	color:#333;
	padding:5px 30px;
  float: left;
}

.header .nav li a{
	display: block;
	color:#333;
}

.header .nav > li:hover {
  background: url("../images/nav_hover.jpg") 0 -10px repeat-x;
  height:30px;
}

.header .nav li a:hover{
	text-decoration:none;
	color: #1a156b;
}

.header .nav li ul{
	display: none;
	margin-top: 13px;
	margin-left: -31px;
	position: absolute;
	width: 140px;
	background: rgba(240,240,240,0.9);
}

.header .nav li:hover ul{
	display: block;
	z-index: 999999;
}

.header .nav li ul li{
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	padding: 10px;	
}

.header .nav li ul li:hover{
	background: #fafafa;
}

.header .nav li ul li a{
	display: block;
}




/*------------------------ footer	 ------------------------*/

.footer {
	margin:40px 0;
	color:#666666;
	font-size:12px;
}

.footer p {
	margin:20px 30px 20px 10px;
}

.iso_logo {
	display:inline-block;
	vertical-align:top;
	margin:-15px 10px 10px 90px;
	height:40px !important;
	width:auto !important;
	float: right;
}

/*------------------------ index start ------------------------*/
/*------------------------ keyvisual	 ------------------------*/

.keyvisual {
	 height:320px;
	 clear:both;
	 z-index:999;
}

.keyvisual .container {
	display:bolck;
	background: url("../images/bg_keyvisual.png") 50px bottom no-repeat;
}

.keyvisual .container img {
	display:bolck;
	height:320px;
}


/*------------------------ home_4	 ------------------------*/

.home_4 {
	padding-top:40px;
	background: url("../images/bg_shadow.png") 0 0 repeat-x;
}

.home_4 .container ul{
	margin:0 10px;
}

.home_4 ul li{
	float:left;
	margin:0 4px;
}


.home_4 ul .last {
	margin-right:0;	
}

.home_4 ul .last img {
	display:block;
}


/*------------------------ index over ------------------------*/


/*------------------------ products list start ------------------------*/


.producks_list {

}

.producks_list .producks_box {
	width:250px;
	padding:0 5px;
	display:inline-block;
	margin:0 0 50px 5px;
	vertical-align:top;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;

}

.producks_list .producks_box .producks_line {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	
}

.producks_box:hover {
	border:1px solid #1c0c6d;
}

.producks_box .producks_tit {
	padding-left:5px;
	font-size:13px;
	font-weight:bold;
}

.producks_box a{
	color:#333;
	text-decoration: none;
}

.producks_box a:hover {
	text-decoration: none;
	color:#1c0c6d;
}

.producks_box img {
	width:250px;
	padding:22px 0;
	display:block;
}


.producks_box ul {
	display:block;
	padding-left:5px;
}

.producks_box ul li{
	color:#6c6c6c;
	background: url("../images/dot.png") 0 12px no-repeat;
	padding:3px 10px;
	font-size:12px;
}


/*------------------------ products list over ------------------------*/

/*------------------------ products start ------------------------*/

.products_top {
	
}

.products_top h4 {
	width:550px;
	line-height:28px;
}

.products_top img {
	float:right;
	display:block;
	width:400px;
	height:230px;
	margin:-60px 0 50px 0;
}

.products_top .icon_list{
	width:450px;
	min-height:150px;
	float:left;
	
}

.products_top .icon_list .icon {
	width:48px;
	height:48px;
	margin:0 7px 7px 0;
	float:left;
	display:block;
}

.products_top .icon_list .icon img{
	width:100%;
	height:100%;
	margin:0;
}



.product_download {
	clear:both;
}

.product_download ul {
	margin:0px 0;
}



.specification {
	clear:both;
}

.specification ul {
	margin:20px 0;
}

.specification ul li{
	background: url("../images/dot.png") 0 12px no-repeat;
	padding:0 15px;
}

.specification table{
	width:860px;
	border-right:1px solid #6c6c6c;
	font-size:12px;
	margin-bottom:50px;
}

.specification table tr {
	border-bottom:1px solid #6c6c6c;
}

.specification table tr:hover {
	background:#dbe7f4;
}

.specification table tr .t_tit{
	color:#1c0c6d;
}

.specification table tr:hover .t_tit{
	background:#FFF;	
}

.specification table thead td {
	padding:7px 15px;
	border-left:1px solid #FFF;
	border-right:1px solid #DDD;
}

.specification table td {
	padding:12px 15px;
	border-left:1px solid #6c6c6c;
}

.specification table thead {
	background:#EFEFEF;
}

.specification table thead tr:hover{
	background:#EFEFEF;
}

/*------------------------ products over ------------------------*/

/*------------------------ page start ------------------------*/

.left_warp {
	width:200px;
	margin-right:50px;
	float:left;
}

.left_warp .side_menu {
	margin-top:30px;
	margin-left:5px;
}

.left_warp .side_menu ul li {
	padding:5px 15px;
	background: #FAFAFA;
	border-bottom:1px solid #FFF;
}

.left_warp .side_menu ul li ul{
	margin-left:0px;
	margin-bottom:10px;
}

.left_warp .side_menu ul .active {
	background: #F1F1F1;
}

.left_warp .side_menu ul .active > a{
	color: #1a156b;
}

.left_warp .side_menu a {
	color: #000;
	padding:5px 0;
	display: block;
}

.right_warp {
	float:right;
	width:870px;
	min-height:500px;
}

.feature {
}

.feature ul {
	margin-bottom:50px;
}

.feature ul li {
	padding:7px 15px;
	background: url("../images/dot.png") 0 16px no-repeat;
	display:block;
}

.feature .mini {
	font-size:15px;
}

.contact table {
	margin:0;
}

.contact td{
	padding:30px 10px;
	border-top:1px solid #eee;
	vertical-align:top;
}

.contact .heading {
	font-weight:bold;
	margin-bottom:20px;
	color:#666;
}

.contact .tit {
	width:150px;
	font-weight:bold;
	color:#666;
}

.support ol {
	margin-left:22px
}


.support ol li {
	list-style:decimal;
}

.support .demo {
	float:left;
	margin-right:20px;
}

.support img {
	margin:10px 0;
	display:block;
}

.support p {
	clear:both;
}

.support .download {
	font-size:22px
}



/*------------------------ page over ------------------------*/

/*------------------------ news start ------------------------*/

.news_box {
	width:870px;
	min-height:100px;
}

.news_box:hover {
	background:#f6f6f6;
}

.news_box .news_date {
	width:160px; 
	margin-right:10px;
	border-top:1px solid #EEE;
	float:left;
	color:#AAA;
	padding:30px 10px;
}

.news_box .news_title {
	text-align:left;
	width:600px;
	margin-left:180px;
	font-size:16px;
	border-top:1px solid #EEE;
	padding:30px 10px;
}

.news_box .news_title .news_text {
	font-size:13px;
	margin:10px 0 0 0;
	color:#555;
}

.news_box .news_title .news_text img{
	margin-top:10px;
	max-width: 100%;
}

.page_num {
	color:#384778;
	padding:30px 0;
	text-align:center;
	border-top:1px solid #EEE;
}

.page_num a{
	padding:0 10px;
}

.page_num .active {
	padding:0 10px;
	font-size:12px;
}

/*------------------------ news over ------------------------*/


/*------------------------ sitemap start ------------------------*/



.sitemap .map_box{
    border-left: 1px solid #CCC;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 50px;
    overflow: hidden;
	
}

.sitemap .tit {
    border: 0;
    text-align: left;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 20px
}

.sitemap .map_box .ps{
    font-size: 12px;
    color: #635C43;
    font-weight: 500;
    padding-bottom: 0px;
}

.sitemap .map_box a{
	color:#384778;
	
}

.sitemap .tit a{
	color:#333333;
}

/*------------------------ sitemap over ------------------------*/
