﻿@charset "utf-8";
/* CSS Document */


body {
    font-family: Arial;
    font-size: 11pt;
    color: #FFFFFF;
    margin-bottom: 0px;
    padding: 0px;
    color: #A2893E;
    width: 100%;
    margin: 0;
    padding: 0;
}

a {
	font-family:Arial;
	font-size: 11pt;
	text-decoration:none;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}
a:hover {
	color:#2A63AE;
	text-decoration:none;
}

img {
	border:0px;
}

table {
	border-collapse:collapse;
	border-spacing:0
}
.container {
    width:945px;
    margin:0 auto;
}
.header {
    width:100%;
}
.left {
    float:left;
}
.right {
    float:right;
}
.menu-navigation {
    width:100%;
    height:48px;
    background-color:#007cd2;
    border-radius:10px 10px 0 0;
}
.menu-navigation ul {
    list-style:none;
    width:100%;
    float:left;
}
.menu-navigation ul li {
    float:left;
    padding: 14px 10px 0;
    height:34px;
}
.menu-navigation ul li:hover {
    background-color:#00b4e5;
}
.menu-navigation ul:first-child {
    margin-left:0px;
}
.menu-navigation ul li:first-child:hover {
    background-color:#00b4e5;
    border-radius:10px 0 0 0;
}
.menu-navigation ul li a {
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
}

/*menu*/
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
    height: 48px;
    border-radius: 10px 10px 0 0;
    background-color: #007cd2;
    text-transform:uppercase;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin-left: -10px;
}
#cssmenu > ul:first-child {
    margin-left:0px;
}
#cssmenu > ul > li:first-child a:hover {
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
#cssmenu > ul > li:first-child:hover {
    border-radius: 10px 0 0 0;
}
#cssmenu > ul > li.active a {
  background: #00b4e5;
}
#cssmenu > ul > li:hover > a {
  background-color: #00b4e5;
}
#cssmenu .has-sub {
  z-index: 1000;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #6db2d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}
/*/.*/
.search-tab {
    width: 99%;
    background-image: url('../images/bg-search.png');
    background-repeat: no-repeat;
    height:37px;
    text-align:right;
    padding-right:10px;
    margin-top: -10px;
}
#from-search {
    float: right;
    margin: 3px 0;
}
 #from-search .input-search {
    height:15px;
}
#from-search .btn-search {
    border: none;
    background-image: url('../images/btn-search.png');
    background-repeat: no-repeat;
    width:25px;
    height:25px;
    margin-bottom: 12px;
}
.module-top {
    width:100%;
    margin-top:10px;
}
.top-right {
    width:75%;
    border: solid 2px #e7e7e7;
    border-radius:5px;
    padding:5px;
}
.top-left {
    width:22%;
    padding:5px;
}
.top-left img {
     border: 1px solid #CCCCCC;
    height: 140px;
    margin-bottom: 10px;
    max-width: 210px;
    border-radius:5px;
}
.module-product {
    width:100%;
    padding:5px;
}
.list-build {
     width:100%;
}
.build-title {
    width: 99%;
    background-image: url('../images/bg-title-module.png');
    background-repeat: no-repeat;
    height: 25px;
    padding:10px;
}
.build-title a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.build-title a:hover {
    text-decoration: none;
    color: #CDCDCD;
}
.list-build .list {
    border: 1px solid #CCC;
    width: 938px;
    padding:5px 0 5px 5px;
    float:left;
    margin-top:-7px;
}
.list-build .list ul {
    float:left;
    width:100%;
    list-style:none;
    margin:0;
}
.list-build .list ul li {
    float:left;
    width:19%;
    margin-right:6px;
}
.list-build .list ul li:first-child {
    margin-left:10px;
}
.item-list {
    width:100%;
    border: solid 1px #ccc;
    height:230px;
}
.imge-item {
    padding:5px;
    text-align:center;
}
.imge-item img {
    height:135px;
    max-width:165px;
}
.imge-item img:hover {
    opacity:0.7;
}
.title-item {
    height:40px;
    padding:5px;
    text-align:center;
}
.title-item a {
    font-size:13px;
    font-weight:bold;
}
.module-bottom {
    width:945px;
    float:left;
    margin-top:10px;
}
.module-news {
    width:75%;
    border:solid 1px #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
}
.title-module-news {
    width: 97%;
    height: 20px;
    background-image: url('../images/bg-title-module2.png');
    background-repeat: no-repeat;
    padding:10px;
}
.title-module-news-list {
    width: 97%;
    height: 20px;
    background-image: url('../images/bg-title-module4.png');
    background-repeat: no-repeat;
    padding:10px;
}
.title-module-news-list a {
    font-size:14px;
}
.title-module-news span {
    color:#fff;
    font-size:14px;
}
.content-module-news {
    padding:5px;
    float:left;
}
.new-top1 {
    width:50%;
    margin-right:5px;
    height: 180px;
}
.title-top {
    width:100%;
}
.title-top a {
    color:#405477;
    font-size:13px;
    font-weight:bold;
}
.title-top a:hover {
    text-decoration: none;
    color: #273449;
}

.image-top1 {
    border:solid 1px #ccc;
    border-radius:3px;
    width:120px;
    text-align:center;
    float:left;
    margin-right:10px;
    padding:5px;
}
.image-top1 img {
    height:80px;
    max-width:120px;
}
.image-top1 img:hover {
    opacity:0.8;
}
.summary-module-news {
    text-align:justify;
    font-weight:bold;
    font-size:12px;
    padding:5px;
}
.ls-newtop {
    padding:5px;
}
.ls-newtop p {
    font-weight:bold;
}
.ls-newtop ul {
    list-style:none;
    margin:0;
}
.ls-newtop ul li {
        line-height:20px;
}
.ls-newtop ul li a {
    background-image: url('../images/icon-news-ls.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left:15px;
    font-size:14px;
}
.more {
    width:100%;
    text-align:right;
}
.more a {
    background-image: url('../images/btn-more.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right:22px;
}
.modle-right-bottom {
    width:223px;
    float:left;
}
.module-support {
    width:100%;
    border: 1px solid #CCCCCC;
    margin: 0 0 10px 10px;
}
.module-static {
    width:100%;
    border: 1px solid #CCCCCC;
    margin: 0 0 10px 10px;
}
.ls-article-build {
    width:100%;
    border: 1px solid #CCCCCC;
    margin: 0 0 10px 10px;
}
.title-md {
    height: 20px;
    padding: 10px;
    background-image: url('../images/bg-title-module3.png');
    background-repeat: no-repeat;
}
.title-md span {
        color:#fff;
}
.content-sup {
    padding:5px;
}
.content-sup ul {
    list-style:none;
    margin:5px;
}
.content-sup ul li {
    line-height:25px;
}
.ls-partners {
    width:100%;
    margin-top:10px;
    float:left;
}
.galaxy-img {
    border: 1px solid #CCCCCC;
    padding: 1px;
    width: 100%;
}
.galaxy-img_marquee0_img{
	max-width: 150px;
	margin: 5px;
    height:75px;
}
.footer {
    width:945px;
    background-color:#e1e1e1;
    padding-top:10px;
    margin-top:10px;
}
.content-module-news ul {
    list-style:none;
}
.content-module-news ul li {
    width:100%;
}
.item-news {
    width:100%;
    float:left;
    margin-left:-10px;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom:10px;
}
.title-detail {
    font-size:25px;
    padding-left:10px;
    margin:5px;
    font-weight:bold;
}
.summary-detail {
    text-align:justify;
    padding:5px;
    font-weight:bold;
    font-size:12px;
}
.detail-content {
    text-align:justify;
    padding:5px;
}
.detail-content img {
    max-width:600px;
}
.title-same {
    padding:10px 0;
    border-bottom: solid 2px #ccc;
}
.title-same span {
    font-size: 18px;
font-weight: bold;
margin-left: 10px;
}
.content-ls-art {
    padding:5px;
}
.content-ls-art ul {
    list-style:none;
    margin:0;
}
.content-ls-art ul li {
        background: url(../images/hoz-sep.gif) repeat-x left bottom;
    border: 0;
    padding-left: 0;
}
.content-ls-art ul li a{
    background: url(../images/arrow9.png) no-repeat 0 12px;
    color: #6d625b;
    padding-left: 10px;
    display: block;
    outline: none;
    padding: 6px 0 6px 10px;
}
.content-ls-art ul li a:hover {
    background-image: url(../images/arrow9-hover.png);
    color: #dd6d14;
    text-decoration:none;
}
.list-build-item {
    float:left;
    width:100%;
}
.list-build-item ul {
    list-style:none;
    margin:0;
}
.list-build-item ul li {
    float:left;
    width:225px;
    margin:5px;
}
.location {
    text-align:center;
}