body{
	overflow-x:hidden;
	word-wrap:break-word;
	background:url(../images/bg.png) repeat top left #fff;
}
#main{
    width: 1020px;
    margin:0 auto;
    background:url(../images/bg-main.png) repeat-y top left #fff;

}
.wrapper-page{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.wrapper{
	margin:0 auto;
    background: #fff;
    padding: 10px;
}
.header-wrapper{
	width:100%;
	background: url(../images/header.png) repeat #fff;
	height:120px;
    position: relative;
}
.hot-line{
    position: absolute;
    right: 103px;
    top: 9px;
    font-size: 14px;
    color: #f48231;
    font-weight: bold;
}
.expand-menu{
	display:none;
	padding:7px 15px;
	background:#0172bd;
	cursor: pointer;
	margin-bottom: 1px;
}
.expand-menu .em-button{
	width: 30px;
	display:inline-block;
	vertical-align: top;
}
.expand-menu .em-bar{
	width:30px;
	height:4px;
	background:#fff;
	display:block;
	margin:6px 0;
}
.expand-menu .em-text{
	display:inline-block;
	vertical-align: top;
	padding: 9px 0 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.bground{
	min-height:300px;
	width:100%;
	padding: 10px 0 0;
}
.sidebar-left{
    width: 230px;
    float: left;
}
.sidebar-right{
	width:220px;
	float:right;
}
.main{
    width: 735px;
    float: right;
    margin: 0 0 0 15px;
}
.main .homepage-cat{
    clear: both;
}
.footer-wrapper{
	background:#fff;
    clear: both;
}
/*header*/
.header-top{
	height:11px;
	background:url(../images/header-top.png) repeat-x top;
	width:100%;
}
.header{
	position:relative;
	z-index:1;
	width:100%;
	height:139px;
}
.logo{
    /*float: left;*/
    margin: 0px 0 0 10px;
}
.logo img{
    /*height: 120px;*/
}
/*end header*/
/*menu*/
.menu {
    width:100%;
    background:#0172bd;
    height:40px;
    /*overflow: hidden;*/
}
.menu ul li{
	height:40px;
	float:left;
	z-index:10;
	border-right:1px solid #fff;
    position: relative;
}
.menu ul li:last-child{
	border-right:none;
}
.menu ul li a{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 12px 9px 0;
    height: 30px;
    white-space: nowrap;
    text-transform: uppercase;
}
.menu ul li:hover, .menu ul li.active{
	background:#fa9d1c;
}
.menu ul li:hover a, .menu ul li.active a{
	color:#fff;
}
.menu li ul{
  	position:absolute;
  	top: 40px;
  	left:0px;
	margin:0;
	z-index:100;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
    display: none;
}
.menu li li{
	width:250px;
	height:auto !important;
	background:#d71967 !important;
	background:rgba(1,105,179,0.8) !important;
	border-bottom:1px solid #fff;
}
.menu li li:last-child{
	border-right:1px solid #fff;
}
.menu li li a{
	font-size:11px;
	min-width:195px;
	text-decoration:none !important;
	padding:8px 7px 8px 20px;
	text-align:left;
	color:#fff !important;
	height:auto !important;
	line-height:18px;
    white-space: inherit;
}
.menu li:hover li:hover{
	background:#fa9d1c !important;
}
/*.menu li > ul{*/
	/*top:0;*/
	/*left:-1px;*/
/*}*/
.menu li:hover ul, .menu li.over ul{
	display: block;
}
.menu li:hover ul li ul{
  	display:none;
  	top:-1px;
  	left:250px;
}
.menu li:hover ul li:hover > ul{
	display:block;
}
.menu ul li:hover .icon-active, .menu ul li.active .icon-active{
	width:24px;
	height:24px;
	position:absolute;
	z-index:101;
	bottom:-12px;
	right:0px;
}

/*end menu*/
/*slider*/
.slider-outer{
	background:url(../images/slider-shadow.png) no-repeat bottom center;
	padding:0 0 30px;
}
.heartslider{
	position:relative;
	background: url(../images/loading.gif) no-repeat center center #fff;
	border:2px solid #fff;
}
.theme-default #slider{
    margin:0 auto;
}
/*end slider*/
/*footer*/
.footer-top{
	height:6px;
	background:url(../images/footer-top.png) repeat-x bottom;
	width:100%;
}
.menu-bottom{
    text-align: center;
    background: #00538d;
}
.menu-bottom ul{
	display:inline-block;
}
.menu-bottom ul li{
	float:left;
	padding:3px 0;
}
.menu-bottom ul li a{
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding: 10px;
    line-height: 30px;
    /*text-transform: uppercase;*/
    white-space: nowrap;
}
.menu-bottom ul li a:hover{
	text-decoration:underline;
}
.footer{
	overflow:hidden;
	padding:10px;
}
.footer-text{
	float:left;
	color:#333;
	line-height:18px;
	width:50%;
}
.footer-company{
    float:right;
    color:#333;
    line-height:18px;
    width:50%;
}
/*end footer*/
/*sidebar*/
.menu-left ul{
	padding: 3px;
    border: 1px #ccc solid;
}
.menu-left ul li{
	position:relative;
	z-index:1;
}
.menu-left ul li:last-child{
	background:none;
}
.menu-left ul li a{
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 10px 10px 35px;
    background: url(../images/menu-left-bullet.png) no-repeat 10px 10px;
    border-bottom: 1px #c1c1c1 dashed;
    color: #333;
}
.menu-left ul li a.menu-cat-title{
    /*font-weight: bold;*/
}
.cat-title a{
    font-size: 18px;
}
.menu-left ul li .title{
    background: url(../images/menu-left-bullet-news.png) no-repeat 10px 13px;
}
.menu-left ul li:last-child a{
    border-bottom: none;
}
.menu-left ul li:hover a, .menu-left ul li.active a{
	color:#fa9d1c;
}
.menu-left ul li ul{
	display:none;
	position:absolute;
	z-index:2;
	top:-1px;
	left:218px;
	background:#fff;
	border:1px solid #ddd;
}
.menu-left ul li:hover ul li > a{
	width:182px;
	color:#1E5AA5;
}
.menu-left ul li:hover ul li:hover > a{
	color:#fa9d1c;
}
.menu-left ul li:hover > ul{
	display:block;
}
.box-search{
    text-align: right;
    float: right;
    background: #fff;
    margin-top: 6px;
    margin-right: 6px;
}
.box-search .text{
    float: left;
    border: none;
    width: 160px;
    color: #0169b3;
    height: 20px;
}
.box-search .btn-search{
    float: left;
    width: 23px;
    height: 28px;
    background: url(../images/icons/icon-search.png) no-repeat center center;
    border: none;
    padding: 0;
    text-indent: -999px;
}
.box-qc{
	padding:15px 0 0;
}
.box-qc .qc-item{
	text-align:center;
	margin:0 0 15px;
}
.featured-news{
	padding:15px 15px 0;
}
.featured-news .grid{
	border:1px solid #e3e3e3;
	background:url(../images/bg.png) repeat;
	padding:5px 7px 7px;
	margin:0 0 15px;
}
.featured-news .grid .g-row{
	color:#797979;
}
.featured-news .grid .g-title{
	color:#005ead;
}
.box-support{
	padding:5px 0 0;
}
.box-support .support-name{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:0 7px 7px;
}
.box-support h2{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:0 7px 7px;
}
.box-support .row{
	font-size:12px;
	padding:0 7px 5px;
	color:#fff;
}
.box-support .support-line{
	height:1px;
	background:url(../images/box-title-line.png) repeat-x;
	margin:5px 0 7px;
}
.box-support .support-line:last-child{
	background:transparent;
}
.hotline{
	background: #f48231;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.featured-product{
	padding:15px 15px 0;
}
.featured-product .grid{
	border:1px solid #e3e3e3;
	background:url(../images/bg.png) repeat;
	padding:5px;
	margin:0 0 15px;
	min-height:80px;
}
.featured-product .grid .img{
	width:80px;
	height:80px;
	margin:0;
}
.featured-product .grid .img a{
	display:block;
	display:table-cell;
	width:80px;
	height:80px;
	vertical-align:middle;
	text-align:center;
}
.featured-product .grid .img img{
	max-width:80px;
	max-height:80px;
}
.featured-product .grid .g-content{
	margin-left:87px;
}
.featured-product .grid .g-row{
	color:#797979;
}
.featured-product .grid .g-row .item-price{
	color:#f00;
    font-weight: bold;
}
.featured-product .grid .g-title{
	color:#005ead;
	text-transform:uppercase;
}
/*end sidebar*/
/*product*/
.box-content{
    margin-bottom: 15px;
}
.product-item{
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    vertical-align: top;
    width: 169px;
    /*height: 265px;*/
    margin: 10px 10px 0 0;
}
.product-item .row{
    padding: 2px 10px;
}
.product-item .thumb{
	/*width:138px;*/
	/*height:138px;*/
	overflow:hidden;
	margin:7px 9px 5px;
}
.product-item .thumb a{
	display:table-cell;
	width:170px;
	height:135px;
    vertical-align: middle;
    text-align: center;
}
.product-item .thumb img{
	max-width:170px;
	max-height:135px;
}
.product-item .product-link{
    overflow: hidden;
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 16px;
    height: 32px;
}
.product-item .product-model{
	display:inline-block;
	vertical-align:top;
	font-size:11px;
	text-transform:uppercase;
	color:#0169b3;
	margin:0 9px;
}
.product-item .price{
    color: #f48231;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
}
.product-item .item-price{
	color:#fff;
	font-size:14px;
	background:#fa9d1c;
	padding:2px 4px;
	display:inline-block;
	vertical-align:top;
	margin:5px 3px 0 0;
	font-weight:bold;
    line-height: 22px;
}
.product-homepage{
	padding:0px 0 0 10px;
}
.product-homepage li{
	float:left;
    margin-top: 5px;
}
.product-detail{
	padding:15px 0 0;
	overflow:hidden;
}
.product-detail .grid{
	overflow: hidden;
}
.product-detail .grid .img{
	width:300px;
	margin:0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product-detail .grid .img img{
	max-width:300px;
}
.product-detail .grid .g-content{
	margin-left:315px;
}
.product-detail .grid .g-row{
	font-size:12px;
	color:#5d5d5d;
}
.product-detail .grid .g-title{
	font-size:16px;
	color:#005ead;
	text-transform:uppercase;
	line-height: 22px;
}
.product-detail .item-price{
	color:#fff;
	font-size:14px;
	background:#fa9d1c;
	padding:2px 4px;
	display:inline-block;
	vertical-align:top;
	margin:5px 3px 0 0;
	font-weight:bold;
}
.product-detail .product-tel{
	padding:10px 0;
	color:#005ead;
	text-transform:uppercase;
	text-align:center;
}
.product-detail .product-tel span{
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}
.product-detail .main-content{
	border:1px solid #cdcdcd;
	border-top: none;
	margin:0 0 10px;
	padding: 12px 15px;
}
.product-tab{
	border-bottom:1px solid #cdcdcd;
}
.product-tab label{
	display: inline-block;
	vertical-align: top;
	padding:12px 15px;
	border:1px solid #d0d0d0;
	border-bottom-color: #fff;
	background:#fff;
	font-size:12px;
	color:#005ead;
	font-weight:bold;
	margin-bottom: -1px;
	position: relative;
	z-index: 10;
}
.product-detail .product-homepage{
	padding:0 0 0 10px;
}
/*end product*/
/*news*/
.news-list{
	padding:10px 0 0;
}
.news-list .grid{
	padding:10px;
	min-height:122px;
}
.news-list .grid .img{
	width:102px;
	height:102px;
	margin:0;
	overflow:hidden;
	border:1px solid #cecece;
}
.news-list .grid .img a{
	display:table-cell;
	width:98px;
	height:98px;
	text-align:center;
	border:2px solid #fff;
    vertical-align: middle;
}
.news-list .grid .img img{
	width:98px;
	/*min-height:98px;*/
}
.news-list .grid .g-content{
	margin-left:113px;
}
.news-list .grid .g-row{
	color:#5d5d5d;
}
.news-list .grid .g-title{
	color:#005ead;
	font-size:14px;
}
.news-list .grid .g-time{
	color:#104493;
}
.news-title{
	font-size:14px;
	color:#104493;
	font-weight:bold;
	line-height:18px;
	padding:10px 0 5px;
}
.news-time{
	color:#104493;
}
.main-content{
	padding:10px 0;
	text-align:justify;
	line-height:18px;
	font-size:12px;
	color:#5d5d5d;
}
.main-content *{
	/*font-size:12px;*/
}
.main-content img{
	max-width:100%;
	height: auto !important;
}
.news-label{
	background:#f7f6f6;
	padding:10px 0;
	margin:5px 0 0;
	color:#5d5d5d;
}
/*end news*/
/*job*/
.job-list{
	padding:10px 0 0;
}
.job-list .grid{
	background:#f7f6f6;
	padding:10px;
	min-height:inherit;
	margin:0 0 10px;
}
.job-list .grid .g-row{
	color:#5d5d5d;
}
.job-list .grid .g-title{
	color:#005ead;
	font-size:14px;
}
.job-list .grid .g-time{
	color:#104493;
}
/*end job*/
/*contact*/
.contact-map{
	padding:10px;
	height:300px;
}
.contact-text{
	line-height:22px;
}
.contact-text h2{
	font-size:16px;
	color:#104493;
	text-transform:uppercase;
	display:block;
	padding:0 0 5px;
}
.contact-text h3{
	color:#104493;
	font-size:12px;
	text-transform:uppercase;
}
.contact-form{
	padding:10px 0;
}
.contact-form label{
	font-weight:normal;
}
.contact-form .text{
	width:224px;
	padding:6px 4px;
}
.contact-form textarea{
	width:485px;
}
.contact-form .space1{
	width:217px;
	display:inline-block;
	vertical-align:top;
	height:15px;
}
.contact-form .space2{
	width:20px;
	display:inline-block;
	vertical-align:top;
	height:15px;
}
.contact-form .button{
	margin:0 0 0 210px !important;
}
/*end contact*/
.adbar-left {
    position: absolute;
    left: 8px;
    text-align: left;
    top: 215px;
    width: 162px;
    z-index: 1002;
}
.adbar-right {
    position: absolute;
    right: 8px;
    text-align: left;
    top: 215px;
    width: 162px;
    z-index: 1002;
}
.left-banner{
    position: absolute;
    top: 20px;
    left: -160px;
}
.right-banner{
    position: absolute;
    top: 20px;
    right: -160px;
}
.right-banner img, .left-banner img{
    width: 150px;
}
.page-title{
    color: #1687c5;
    padding: 10px;
    position: absolute;
    text-indent: -9999px;
}