body{ background:#EBEBEB url(../images/bg.png) repeat; color: #333; }
.ablock { display: block; }
.list-group { border: 0; border-radius: 0; }

/* main layout */
.wrap { -webkit-box-shadow: 0 0 6px 2px #E0E0E0; -moz-box-shadow: 0 0 6px 2px #E0E0E0; box-shadow: 0 0 6px 2px #E0E0E0; }

/* Header */
.header { position: relative; padding: 15px 0; }
.header .logo-box { float: left; }
.header .logo-box a img { max-width: 420px; }
.header .top-del { position: absolute; top: 20px; right: 0; }

/* Nav */
.main-nav { background: url(../images/nav.gif) repeat-x 0 0; }
.main-nav ul { padding: 0; }
.main-nav ul li { padding: 0; }
.main-nav ul li a { display: block; padding: 6px 15px; background: url(../images/nav_li.gif) no-repeat right 0; color: #FFF !important; }
.main-nav ul li .home { background-color: #000; }

/* Banner */
.item a img { width: 100%; height: 320px; }

/* Sidebar Nav */
.h3-style { position: relative; height: 32px; overflow: hidden; border-bottom: 1px solid #ddd; background: url(../images/h3.gif) repeat-x 0 0; font-size: 16px; line-height: 32px; 
			text-indent: 10px; font-weight: bold; }
.h3-style strong { color: #de4307; }
.h3-style .more { position: absolute; top: 0; right: 10px; font-size: 12px; font-weight: normal; }
.sidebar-menu-ul li { padding: 10px 10px; }

/* Index Main */
.right-layout-one { position: relative; }
.index-about { float: left; width: 640px; }
.index-about .hd h3 { float: left; width: 200px; border: 1px solid #ddd; border-bottom: 0; }
.index-about .hd .index-hot-news { position: absolute; top: 0; left: 220px; height: 32px; overflow: hidden; font-size: 12px; line-height: 32px; }

.index-about .bdy img { float: right; margin: 5px 0 0 10px; }
.index-about .bdy { height: 150px; padding: 10px; overflow: hidden; line-height: 26px; }

.index-strength { position: absolute; top: 0; right: 0; width: 240px; }
.index-strength .bdy { height: 148px; overflow: hidden; padding: 10px; background-color: #f2f4f6; }
.index-strength .bdy div { height: 32px; overflow: hidden; background-color: #de4307; border-bottom: 1px solid #f2f4f6; border-radius: 0 14px 14px 0; color: #FFF; }
.index-strength .bdy div span { display: inline-block; padding: 5px 10px; background-color: #f6d04d; color: #000; }

/* Index Product */
.index-product { padding: 17px 15px 0; }
.index-product .x2 { margin-bottom: 20px; }
.product-article-style a img { display: block; width: 100%; height: 127px; }
.product-article-style a h5{ margin-top: 5px; }

/* Index honor */
.index-honor { padding: 15px; }
.index-honor-style a h5 { margin-top: 5px; }
.index-honor-style a img { display: block; width: 100%; height: 112px; }

/* page */
.main-bg { background: url(../images/leftsidebar.gif) repeat-y 34px 0; }
.curr-nav { position: relative; }
.curr-nav .ico { position: absolute; right: 20px; bottom: -1px; z-index: 9999; display: block; width: 17px; height: 9px; background: url(../images/crumb.gif) no-repeat; }

.sidebar-nav .list-group li { padding: 10px 5px; border-bottom: 1px solid #ddd; }
.page-body { padding: 15px; border-top: 1px solid #ddd; border-left: 1px solid #ddd; }
.main-content p img,.main-content img,.content img,.content p img { display: block; max-width: 100%; margin: 0 auto; }

/* Product */
.product-body .x2 { margin-bottom: 15px; }
.show-infobox h3 { margin-bottom: 15px; }
/* contact */
.contact-body img { float: left; }
.contact-body .bdy { margin-left: 230px; line-height: 32px; }
.map { margin-top: 35px; padding-top: 20px; border-top: 1px dotted #ccc; }

/* Footer */
.footer-top-border { border-bottom: 2px solid #de4307; height: 0; line-height: 0; }
.footer { position: relative; padding: 20px 0; overflow: hidden; border-top: 2px solid #ddd; font-size: 12px; }
.footer-logo { float: left; width: 140px; }
.footer-copy { margin-left: 150px; }
.footer-copy p { margin-bottom: 0; }
.go-top { position: absolute; top: 0; right: 0; background-color: #ddd; }
.go-top a { display: block; width: 25px; height: 25px; overflow: hidden; font-size: 16px; color: #de4307; line-height: 25px; text-align: center;  }


/* Media */
@media (min-width: 1200px) {
	.container {
	    width: 1100px;
	}
}
@media screen and (min-width: 480px){}
@media (min-width: 760px) {}
@media (max-width: 760px) {}

