body{
	font-family: Arial;
	font-size: 12px;
}
.left-fl{
    width: 100%;
    float: left;
}
.right-fl{
    width: 100%;
    float: right;
}
.col-left {
    width: 230px;
    float: left;
}
.col-right {
    width: 230px;
    float: right;
}
.col-main {
    width: 740px;
    float: left;
    margin: 0px 12px;
}
.magin-auto{
    margin: 0 auto;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
i{
    font-style: italic;
}
strong{
    font-weight: bold;
}
.cam{
    color: #f5d710;
}
.red{
    color: red;
}
.yellow{
    color: yellow;
}
.blue{
    color: blue;
}
.mau-ghi{
    color: #818181;
}
.white{
    color: #ffffff;
}
.green{
    color: green;
}
img{
    max-width: 100%;
}
.clear{
    clear: both;
}
.mod-left{
	width: 100%;
	float: left;
}
.mod-right{
	width: 100%;
	float: right;
}
.mod-section{
	width: 100%;
	float: left;
}
.wrapper{
	width: 100%;
	float: left;
}
.wrap{
	width: 100%;
	float: left;
}
header{
    width: 100%;
    float: left;
}
div.header{
    width: 100%;
    float: left;
}
div.in-header{
    width: 1224px;
    margin: 0 auto;
}
div.top-header{
    width: 100%;
    float: left;
    height: 143px;
    background: url("../images/bg-header.png") right top no-repeat;
}
div.logo{
    width: 217px;
    height: 83px;
    float: left;
    margin: 15px 0px 10px 0px;
}
div.logo img{
    width: 100%;
    height: 100%;
}
div.name-company{
    float: left;
    color: #fffc00;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    width: 560px;
    text-align: center;
    line-height: 1.3;
    margin: 18px 0px 0px 110px;
}
div.middle-header{
    width: 100%;
    float: left;
    height: 50px;
    background: url("../images/bg-menu.png") repeat-x;
    margin-top: 1px;
}
div.menu{
    float: left;
    margin: 6px 0px 7px 10px;
    width: 900px;
}
div.menu > ul > li{
    float: left;
}
div.menu > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 15px 25px 13px 25px;
    text-decoration: none;
    margin-right: 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
div.menu > ul > li.selected > a,div.menu > ul > li > a:hover{
    background: #fcdb0e;
    color: #000;
}
div.search{
    width: 263px;
    height: 28px;
    float: right;
    background: url("../images/search.png") no-repeat;
    margin: 10px 10px 0px 0px;
    position: relative;
}
div.frm-search{
    width: 100%;
    float: left;
    height: 100%;
}
input.btn-search {
    position: absolute;
    right: 0px;
    border: 0px none;
    width: 26px;
    height: 26px;
    top: 2px;
    background: transparent none repeat scroll 0% 0%;
    outline: 0px none;
    cursor: pointer;
}
input.txt-search {
    border: 0px none;
    position: absolute;
    background: transparent none repeat scroll 0% 0%;
    padding: 5px 10px 6px 10px;
    width: 210px;
    outline: 0px none;
    left: 0px;
    font-size: 13px;
    top: 2px;
}
section{
    width: 100%;
    float: left;
}
div.section{
    width: 1224px;
    margin: 0 auto;
}
div.in-section{
    width: 100%;
    float: left;
    margin: 12px 0px;
}
div.menu-left{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
div.title-col{
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: url("../images/bg-title-col.png") repeat-x;
    padding: 15px 0px;
}
div.content-col{
    width: 228px;
    float: left;
    border: 1px solid #e4e2e2;
}
div.content-menu-left > ul > li{
    width: 208px;
    float: left;
    padding: 0px 10px;
    position: relative;
}
div.content-menu-left > ul > li > a{
    width: 188px;
    float: left;
    padding: 15px 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2a2a2a;
    border-bottom: 1px dashed #b6b6b6;
}
div.content-menu-left > ul > li:last-child > a{
    border-bottom: 0px;
}
.icon-left-mn{
    position: absolute;
    left: 9px;
    top: 18px;
}
.icon-right-mn{
    position: absolute;
    right: 10px;
    top: 11px;
}
div.content-menu-left > ul > li:hover{
    background: #F5F5F5;
}
div.content-menu-left > ul > li:hover > a{
    color: #0b91e6;
    font-weight: bold;
}
.sub-menu-left {
    position: absolute;
    right: -221px;
    background-color: #FFFFFF;
    width: 220px;
    top: -2px;
    display: none;
    box-shadow: 0px 0px 1px #E5E5E5;
    z-index: 9999;
}
.sub-menu-left ul li {
    float: left;
    width: 200px;
    list-style: square;
    margin-left: 19px;
    color: #ccc;
}
.sub-menu-left > ul > li > a {
    text-decoration: none;
    color: #2a2a2a;
    display: inline-block;
    width: 200px;
    border-bottom: 1px dotted #EDEDED;
    padding: 15px 0px;
}
.sub-menu-left > ul > li > a:hover {
    font-weight: bold;
}
div.content-menu-left > ul > li:hover .sub-menu-left{
    display: block;
}
div.news-left{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
div.content-news-list-left ul li {
    padding: 10px 0px;
    border-bottom: 1px dashed #ccc;
    line-height: 1.3;
    width: 100%;
    float: left;
}
div.content-news-list-left ul li:first-child {
    padding-top: 0px;
}
div.content-news-list-left ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
div.name-news-list-left {
    width: 100%;
    float: left;
    line-height: 1.3;
    margin-bottom: 5px;
}
div.name-news-list-left a{
    text-decoration: none;
    color: #4595de;
    font-size: 14px;
    font-weight: bold;
}
div.date-news-list-left {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 11px;
    color: #999;
}
div.l-news-list-left {
    width: 100px;
    float: left;
}
div.img-news-list-left {
    width: 92px;
    border: 1px solid #ccc;
    float: left;
    padding: 3px;
}
div.r-news-list-left {
    width: 100px;
    float: right;
    line-height: 1.3;
}
div.summary-news-list-left {
    width: 100%;
    float: left;
    height: 60px;
    overflow: hidden;
}
div.read-more {
    width: 100%;
    float: left;
    margin-top: 5px;
    text-align: right;
}
div.read-more a {
    color: #353535;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.news-list-left ul li {
    padding: 10px 0px;
    float: left;
    width: 208px;
    border-bottom: 1px dotted #ccc;
    margin: 0px 10px;
}
div.map-left{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
div.content-map{
    text-align: center;
}
div.static-left{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.content-number-online {
    width: 208px;
    float: left;
    padding: 10px;
}
.content-number-online ul li {
    border-bottom: 1px dashed #DDDCDC;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    float: left;
}
img.cusday, img.cusyesterday, img.custotal {
    float: left;
    margin-right: 5px;
}
.content-number-online ul li:last-child{
    border-bottom: 0px;
}
div.gold-left{
    width: 100%;
    float: left;
}
div.content-gold{
    padding: 10px;
    float: left;
    width: 208px;
}
div.qnh-slide{
    width: 100%;
    float: left;
    box-shadow: 0px 0px 2px #ccc;
    margin-bottom: 12px;
}
.product-list {
    width: 100%;
    float: left;
}
div.title-pro-list{
    width: 738px;
    float: left;
    border: 1px solid #DDDCDC;
}
div.left-tit-pro-list {
    float: left;
    background: #fbd70d;
    color: #383838;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding: 13px 15px;
    text-transform: uppercase;
}
.icon-tit-pro{
    position: absolute;
    right: -7px;
    top: 0px;
}
div.right-tit-pro-list{
    float: right;
    padding: 13px 10px;
}
div.right-tit-pro-list img{
    float: right;
}
div.right-tit-pro-list a{
    float: right;
    text-decoration: none;
    color: #333;
    margin-right: 6px;
}
div.content-pro-list{
    width: 100%;
    float: left;
    margin-top: 12px;
}
div.content-pro-list ul li{
    width: 210px;
    float: left;
    margin-bottom: 25px;
    margin-right: 25px;
    padding: 10px;
    box-shadow: 0px 0px 3px #ccc;
    background: #fff;
}
.content-product-list-right ul li{
    background: #fff;
}
div.content-pro-list ul li:nth-child(3n){
    margin-right: 0px;
}
.name-pro-list {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    height: 25px;
}
.name-pro-list a{
    text-decoration: none;
    color: #414141;
    font-weight: bold;
    text-transform: uppercase;
}
.img-pro-list {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    height: 144px;
}
.img-pro-list img{
    max-width: 100%;
    max-height: 144px;
}
.price-pro-list {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: bold;
}
span.new-price {
    font-size: 14px;
    color: #d90000;
}
.top-support-bot {
    width: 214px;
    float: left;
    padding: 10px;
}
.p-top-support-bot {
    width: 100%;
    float: left;
    margin-bottom: 8px;
}
.word-p-support-bot {
    float: left;
    font-size: 12px;
    margin-top: 8px;
}
.yahoo-p-support-bot {
    float: left;
    margin: 5px 0px 0px 10px;
}
.skype-p-support-bot {
    float: left;
    margin: 0px 0px 0px 10px;
}
.middle-support-bot {
    width: 214px;
    float: left;
    padding: 0px 10px 10px 10px;
}
div.bottom-support-bot{
    width: 214px;
    float: left;
    padding: 0px 10px 10px 10px;
}
.img-mid-support-bot {
    float: left;
    margin: 2px 0px 0px;
}
.word-p-mid-support-bot {
    float: left;
    margin: 4px 0px 0px 4px;
}
.phone-p-mid-support-bot {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #F00;
    margin: 0px 0px 0px 5px;
    text-shadow: 0px 2px 1px #D5D3D3;
}
.name-company-support {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #047ed7;
}
.word-company {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    line-height: 1.3;
    text-align: center;
}
div.support-right{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
div.product-list-col{
    width: 100%;
    float: left;
    margin-bottom: 12px;
}
.content-pro-list-col > ul > li {
    width: 208px;
    padding: 10px;
    float: left;
    border-bottom: 1px dashed #e8e8e8;
}
.content-pro-list-col > ul > li:last-child{
    border-bottom: 0px;
}
div.list-logo{
    width: 100%;
    float: left;
    margin: 12px 0px;
}
div.list-logo ul li {
    float: left;
    border: 1px solid #094d98;
    margin-right: 18px;
    width: 187px;
}
div.list-logo ul li:nth-child(6n){
    margin-right: 0px;
}
div.list-logo ul li img{
    width: 100%;
    float: left;
    height: 92px;
}
div.footer{
    width: 1224px;
    margin: 0 auto;
}
div.in-footer{
    width: 100%;
    float: left;
}
div.top-footer{
    width: 100%;
    float: left;
    padding: 15px 0px;
    background: url("../images/bg-footer.png") repeat;
    border-top: 10px solid #fbd70d;
}
.top-page {
    width: 740px;
    float: left;
    position: relative;
}
.top-page ul {
    float: left;
    border: 1px solid #f3f3f3;
    text-transform: uppercase;
    color: #383838;
    padding: 12px 10px;
    width: 718px;
}
.top-page ul li a {
    text-decoration: none;
    color: #333;
}
.top-page ul li:last-child{
    font-weight: bold;
    color: #0088eb;
}
.top-page ul li {
    float: left;
    padding-right: 10px;
}
.product-detail {
    width: 718px;
    padding: 10px;
    float: left;
    margin: 0px 0px 20px 0px;
    border: 1px solid #f3f3f3;
    border-top: 0px;
}
.top-cont-product-detail{
    width: 100%;
    float: left;
    padding-top: 10px;
}
.left-info-pro-detail {
    width: 320px;
    float: left;
}
.right-info-pro-detail {
    width: 380px;
    float: right;
}
.img-product-detail {
    width: 100%;
    float: left;
}
.name-pro-detail {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CBCBCB;
    width: 100%;
    float: left;
    line-height: 1.3;
}
.model-addthis-pro-detail {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CBCBCB;
}
.model-pro-detail {
    float: left;
    font-size: 13px;
    width: 150px;
    line-height: 1.4;
}
.addthis-pro-detail {
    width: 230px;
    float: right;
}
.info-all-pro-detail {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 2;
}
.price-pro-detail {
    width: 100%;
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 10px;
}
.price-pro-detail span.new-price-detail{
    color: #ff0000;
    font-weight: bold;
    font-size: 20px;
}
span.price-old {
    color: #666;
    text-decoration: line-through;
}
div.middle-cont-product-detail{
    width: 100%;
    float: left;
    margin: 20px 0px;
    line-height: 1.3;
    font-size: 14px;
}
div.news-detail {
    width: 718px;
    padding: 10px;
    float: left;
    margin: 0px 0px 20px 0px;
    border: 1px solid #f3f3f3;
    border-top: 0px;
}
.name-news-detail {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    float: left;
    line-height: 1.4;
    margin-bottom: 5px;
}
.author-date-news-detail {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.author-news-detail {
    float: left;
    font-size: 11px;
    color: #333;
    margin-left: 10px;
}
.author-news-detail a{
    text-decoration: none;
    color: #0088eb;
}
.date-news-detail{
    font-size: 11px;
    float: left;
    color: #999;
}
.summary-news-detail {
    width: 100%;
    float: left;
    line-height: 1.4;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}
.all-content-news-detail {
    width: 100%;
    float: left;
    font-size: 13px;
    margin: 20px 0px 0px 0px;
    line-height: 1.4;
}
.author-main-news-detail {
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 10px;
}
.other-news-detail {
    width: 100%;
    float: left;
}
.title-other-news-detail {
    float: left;
    border-left: 3px solid #0088eb;
    width: 715px;
    position: relative;
}
.title-other-news-detail span{
    color: #383838;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    border: 1px solid #e7e7e7;
    padding: 14px 10px;
    font-weight: bold;
    width: 693px;
}
.cont-other-news-detail ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}
.cont-other-news-detail ul li {
    list-style: square;
    color: #0088eb;
    margin-left: 16px;
    padding: 5px 0px 5px 0px;
}
.cont-other-news-detail {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.cont-other-news-detail ul li a:hover{
    text-decoration: underline;
}
div.news-list-page{
    width: 718px;
    padding: 10px;
    float: left;
    margin: 0px 0px 20px 0px;
    border: 1px solid #f3f3f3;
    border-top: 0px;
}
div.date-news-list-page{
    width: 100%;
    float: left;
    font-size: 11px;
    color: #b3b2b2;
    margin-bottom: 10px;
}
div.news-list-page ul li{
    width: 100%;
    float: left;
    padding: 20px 0px;
    border-bottom: 1px dashed #c1c1c1;
}
div.news-list-page ul li:first-child{
    padding-top: 0px;
}
.left-news-list-page {
    width: 230px;
    float: left;
}
div.right-news-list-page {
    width: 460px;
    float: right;
    margin-right: 20px;
}
div.name-news-list-page{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
div.name-news-list-page a{
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #0088eb;
}
div.summary-news-list-page{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}
div.read-more3{
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 20px;
    font-size: 11px;
}
div.read-more3 a{
    color: #353535;
    font-weight: bold;
    text-decoration: none;
}
div.img-news-list-page{
    width: 100%;
    float: left;
}
div.img-news-list-page img{
    width: 100%;
    height: 140px;
}
.paging {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    margin-top: 10px;
}
.paging a {
    text-decoration: none;
    color: #989898;
    border: 1px solid #CECECE;
    display: inline-block;
    padding: 4px 6px;
}
.paging a.active, .paging a:hover {
    color: #FFF;
    background: #0088eb;
    font-weight: bold;
}
.news-list-page ul,.document-list-page ul {
    width: 100%;
    float: left;
}
.document-list-page {
    width: 718px;
    padding: 10px;
    float: left;
    margin: 0px 0px 20px 0px;
    border: 1px solid #f3f3f3;
    border-top: 0px;
}
.document-list-page ul li {
    list-style: square;
    padding: 20px 0px;
    margin-left: 20px;
    float: left;
    width: 690px;
    font-size: 14px;
    border-bottom: 1px solid #EDEDED;
    color: #C5C5C5;
}
.document-list-page ul li a{
    text-decoration: none;
    color: #333;
}
.document-list-page ul li a:hover{
    color: #0088eb;
    text-decoration: underline;
}
.top-contact {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0px 20px 0px;
}
.name-top-contact {
    color: #000;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.info-company-contact {
    color: #000;
    width: 100%;
    float: left;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}
.contact {
    width: 718px;
    padding: 10px;
    float: left;
    margin: 0px 0px 20px 0px;
    border: 1px solid #f3f3f3;
    border-top: 0px;
}
div.word-search{
    width: 100%;
    float: left;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
}




































































































































































































































