@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	/* 18px */
	
	color: #383838;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat;
	background-position: left top;
	/* Fix for webkit rendering */
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
iframe,
video,
audio {
	display: block;
}
/*img,*/

img{ border:none;}
a{ text-decoration:none; color:#000;}
embed,
object,
video {
	/* Note: keeping IMG here will cause problems if you're using foreground images as sprites. */
	
	max-width: 100%;
}
video {
	width: 100%;
	height: auto;
}
ul {
	list-style: none;
}
/* Clearfix */

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
/* ---------------------------------------------------------------------- */
/* Containers
/* ---------------------------------------------------------------------- */

#wrap {
	border-top: 5px solid #383838;
	padding-top: 30px;
	overflow: hidden;
}
.container {
	width: 940px;
	margin: 0 auto;
	
}
/* ---------------------------------------------------------------------- */
/* Headings
/* ---------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
}
h1#page-title {
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}
h1 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 2.333em;
	/* 28px */
	
	line-height: 1.214em;
	/* 34px/28px */
}
h2 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	/* 18px */
	
	line-height: 1.333em;
	/* 24px/18px */
}
h3 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.333em;
	/* 16px */
	
	line-height: 1.375em;
	/* 22px/16px */
}
h4 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.166em;
	/* 14px */
	
	line-height: 1.428em;
	/* 20px/14px */
}

h4.fl{ width:100%; margin:0px 0px;}

h5 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.083em;
	/* 13px */
	
	line-height: 1.461em;
	/* 19px/13px */
}
h6 {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	/* 12px */
	
	line-height: 1.5em;
	/* 18px */
}
/* ---------------------------------------------------------------------- */
/* Links
/* ---------------------------------------------------------------------- */

a,
a > * {
	text-decoration: none;
}
a,
a > *,
.button,
.jcarousel-prev,
.jcarousel-next {
	-webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	-o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
	transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
}
a:hover,
a > * {
	color: #383838;
}
/* ---------------------------------------------------------------------- */
/* Text & Content Blocks
/* ---------------------------------------------------------------------- */

p {
	margin-bottom: 20px;
}
section,
#page-header,
#sidebar {
	margin-bottom: 40px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.table{ width:95%;border-left:1px solid #ccc; border-top:1px solid #ccc; }

.table td{ border-right:1px solid #ccc; border-bottom:1px solid #ccc;}

.tip,
caption,
.caption {
	color: #999;
	font-size: 0.916em;
	/* 11px */
	
	font-style: italic;
}

.proli_pic a img{ width:120px; height:90px;}


.grey-text {
	color: #999;
}
.invisible {
	display: none !important;
}
hr {
	background-color: #e5e5e5;
	color: #e5e5e5;
	border: none;
	height: 1px;
	clear: both;
	margin: 40px 0;
}
mark {
	font-style: normal;
	font-weight: normal;
}
.intro {
	font-weight: 600;
	font-size: 1.083em;
	/* 13px */
}
.note {
	color: #007cde;
}
/* ---------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------- */

#header-top {
	margin-bottom: 30px;
}
#header-top .one-half.column-last {
	float: right;
}
/* Logo & Tagline */

#logo {
	font: 2.666em/1em 'Metrophobic', sans-serif;
	/* 32px */
	
	float: left;
	text-transform: lowercase;
	margin-right: 15px;
	margin-bottom: 0;
}
#logo a {
	display: block;
	color: #383838;
}
#tagline {
	float: left;
	margin-top: 21px;
	margin-bottom: 0;
	color: #888;
}
/* Contact Info */

.container .contact-info {
	float: right;
	margin-top: 8px;
}
.container .contact-info p {
	float: right;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
	margin-bottom: 0;
}
.container .contact-info.clear-css{ margin-top:0px;}
.container .contact-info.clear-css p{ float:none;background-repeat: no-repeat;background-position: left 0.083em;padding-left: 23px;margin-bottom: 15px;}
.container .contact-info .email {
	background-image: url(../images/images_contact_mail.png);
	padding-left: 21px;
}
.container .contact-info .phone {
	background-image: url(../images/images_contact_phone.png);
	padding-left: 22px;
}
/* ---------------------------------------------------------------------- */
/* Navigation Bar
/* ---------------------------------------------------------------------- */

#navbar {
	
	margin-bottom: 15px;
	margin-top:30px;
	background: #ffffff;
	/* Old browsers */
	
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	/* IE10+ */
	
	background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
	/* IE6-9 */
}
/* Navigation */

#nav {
	float: left;
	height: 3.166em;
	/* 38px */
	
	position: relative;
	top: -1px;
	left: -1px;
}
/* Navigation List */


.current{background: #007cde;}

ul#navlist li {
	float: left;
	min-width: 8.666em;
	/* 104px */
}
ul#navlist li a {
	display: block;
	font-weight: bold;
	padding: 9px 30px;
	text-align: center;
	color: #383838;
	border: 1px solid #e5e5e5;
	border-left: none;
	box-shadow: 1px 0 rgba(255, 255, 255, 0.75);
}
ul#navlist li:first-child a {
	border-left: 1px solid #e5e5e5;
}
ul#navlist li.current a,
.no-touch ul#navlist li a:hover,
ul#navlist li a.selected {
	color: #fff;
}
.no-touch ul#navlist li a:hover,
ul#navlist li a.selected {
	background-color: #383838 !important;
	border-color: #383838 !important;
}
/* Drop-Down Menus */

.ddsubmenustyle,
.ddsubmenustyle div {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle > ul {
	top: -1px !important;
}
.ddsubmenustyle ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}
.ddsubmenustyle li a {
	display: block;
	color: #fff;
	background-color: #383838;
	padding: 8px 15px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #262626;
}
.ddsubmenustyle > ul > li > a:hover{
	background-color:#007cde;
}
.ddsubmenustyle > ul > li:first-child a {
	border-top: none;
}
/* Neutral CSS */

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
/* Tiny Nav */

.tinynav {
	display: none;
	height: 2.333em;
	/* 28px */
	
	padding: 0.416em 10px;
	/* 5px 10px */
	
	margin: 0.416em 14px;
	/* 5px 14px */
	
	background-color: #e5e5e5;
	border: none;
}
.tinynav option {
	padding: 5px 10px;
}
/* ---------------------------------------------------------------------- */
/* Forms
/* ---------------------------------------------------------------------- */

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	-webkit-appearance: none;
	/* Fix for Mobile Safari */
}
/* Fix for Mobile Safari */

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
input {
	line-height: normal;
}
textarea {
	overflow: auto;
	/* removes scrollbar in IE */
}
input[type="submit"] {
	width: auto;
}
::-webkit-input-placeholder {
	/* Chrome, Safari */
	
	color: #999;
}
/* Firefox */

:-moz-placeholder {
	color: #999;
}
::-moz-focus-inner {
	/* removes the extra padding and dotted border on buttons in Firefox */
	
	padding: 0;
	border: none;
}
/* Search Form */

#search-form {
	float: right;
	position: relative;
	margin: 5px 14px 5px 20px;
}
/* Initial */

#top1_s {
	
	top: 0;
	right: 0;
	width: 155px;
	height: 16px;
	/* 16px */
	float:left;
	padding: 6px 0px 6px 0px ;
	/* 6px 36px 6px 10px */
	
	border: none;
	background-color: #e5e5e5;
}
.small-search {
	width: 200px !important;
	padding-right: 10px !important;
	top: 38px !important;
	z-index: 10;
}


#top1_search_submit {
position: relative;
	top: 0;
	right: 0;
	width: 36px;
	height: 28px;
	/* 28px */
	float:right;
	background: url(../images/images_search.png) no-repeat center center;
	border: none;
	text-indent: -10000em;
	background-color: #e5e5e5;
	cursor: pointer;
}
/* Newsletter Form */


.search{ width:220px; padding:5px 0px; float:right;}


#newsletter-wrap {
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}
#newsletter-form input#newsletter {
	float: left;
	width: 74.347%;
	/* 342px/460px */
	
	margin-right: 10px;
}
#newsletter-form input.button {
	float: right;
	margin-right: 0;
	margin-bottom: 5px;
}
#newsletter-wrap .tip {
	margin-top: 7px;
}
/* Content Form */

.content-form p {
	margin-bottom: 10px;
}
.content-form input,
.content-form textarea,
.content-form select {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	border-radius: 0;
}
.content-form input:hover,
.content-form textarea:hover,
.content-form select:hover {
	border-color: #d9d9d9;
}
.content-form input:focus,
.content-form textarea:focus,
.content-form select:focus {
	border-color: #ccc;
}
.content-form input {
	width: 50%;
}
.content-form label,
.content-form input,
.content-form textarea,
.content-form select {
	margin-bottom: 5px;
}
.content-form label {
	display: block;
	clear: both;
}
.content-form .error {
	color: #007cde;
}
.content-form textarea,
.content-form select {
	width: 60%;
	height: 160px;
}
.content-form input[type="file"] {
	padding: 0;
	border: none;
}
/* Comment Form */

#comment-form p {
	margin-bottom: 10px;
}
#comment-form input,
#comment-form textarea {
	background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	border-radius: 0;
}
#comment-form input:hover,
#comment-form textarea:hover {
	border-color: #d9d9d9;
}
#comment-form input:focus,
#comment-form textarea:focus {
	border-color: #ccc;
}
#comment-form input {
	width: 50%;
}
#comment-form label,
#comment-form input,
#comment-form textarea {
	margin-bottom: 5px;
}
#comment-form label {
	display: block;
	clear: both;
}
#comment-form .error {
	color: #007cde;
}
#comment-form textarea {
	width: 60%;
	height: 160px;
}
/* ---------------------------------------------------------------------- */
/* Homepage
/* ---------------------------------------------------------------------- */

#slider-home {
	margin-bottom: 15px;
}
/* ---------------------------------------------------------------------- */
/* Icon Boxes
/* ---------------------------------------------------------------------- */

.iconbox {
	text-align: center;
	margin-bottom: 20px;
}
.iconbox h4 a {
	color: #383838;
}
.iconbox-icon {
	display: block;
	height: 42px;
	margin: 0 auto 20px;
	background-repeat: no-repeat;
}
.iconbox.computer .iconbox-icon {
	background-image: url(../images/images_icon-boxes_computer.png);
	width: 44px;
}
.iconbox.mouse .iconbox-icon {
	background-image: url(../images/images_icon-boxes_mouse.png);
	width: 28px;
}
.iconbox.applications .iconbox-icon {
	background-image: url(../images/images_icon-boxes_applications.png);
	width: 50px;
}
.iconbox.cog .iconbox-icon {
	background-image: url(../images/images_icon-boxes_cog.png);
	width: 42px;
}
.iconbox.globe .iconbox-icon {
	background-image: url(../images/images_icon-boxes_globe.png);
	width: 32px;
}
.iconbox.write .iconbox-icon {
	background-image: url(../images/images_icon-boxes_write.png);
	width: 42px;
}
.iconbox.address-book .iconbox-icon {
	background-image: url(../images/images_icon-boxes_address-book.png);
	width: 34px;
}
.iconbox.chemical .iconbox-icon {
	background-image: url(../images/images_icon-boxes_chemical.png);
	width: 24px;
}
/* ---------------------------------------------------------------------- */
/* Carousel
/* ---------------------------------------------------------------------- */

h2 span.more {
	font-weight: normal;
	font-size: 0.666em;
	/* 12px/18px */
	
	line-height: 1.5em;
	/* 18px/12px */
}
h2 span.more a {
	font-style: italic;
}
.jcarousel-container {
	max-width: 100%;
	padding-top: 25px;
	border-top: 1px solid #e5e5e5;
}
.jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.iconbox-carousel > li,
.project-carousel > li,
.post-carousel > li {
	float: left;
	width: 220px;
	margin-right: 15px;
}
.jcarousel-prev,
.jcarousel-next {
	position: absolute;
	top: -35px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-color: #bfbfbf;
	background-image: url(../images/images_carousel-arrows.png);
	background-repeat: no-repeat;
}
.jcarousel-prev {
	right: 20px;
	background-position: 7px 5px;
}
.jcarousel-next {
	right: 0;
	background-position: -18px 5px;
}
.jcarousel-prev-disabled,
.jcarousel-prev-disabled:hover,
.jcarousel-prev-disabled:focus,
.jcarousel-next-disabled,
.jcarousel-next-disabled:hover,
.jcarousel-next-disabled:focus {
	background-color: #d9d9d9 !important;
	cursor: default;
}
/* ---------------------------------------------------------------------- */
/* Portfolio & Blog
/* ---------------------------------------------------------------------- */

.entry-image,
.entry-video,
.entry-audio,
.entry-slider {
	margin-bottom: 20px;
}
.entry-image > a,
.entry-slider > ul > li > a {
	display: block;
	position: relative;
	/* sets the initial position for the overlay */
}
.entry-image,
.entry-slider > ul > li {
	background-color: #fff;
}
.entry-image {
	display: inline-block;
}
.entry-image,
.entry-image img,
.entry-slider,
.entry-slider img {
	max-width: 100%;
}
.entry-title a {
	color: #383838;
}
/* Overlay */

.entry-image > a .overlay,
.entry-slider > ul > li > a .overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 0;
	/* for Opera */
}
.entry-image > a:hover .overlay,
.entry-slider > ul > li > a:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
	/* for Opera */
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.overlay {
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.overlay.zoom {
	background-image: url(../images/images_overlay-zoom.png);
}
.overlay.link {
	background-image: url(../images/images_overlay-link.png);
}
/* Entry Slider */

.entry-slider {
	position: relative;
	/* sets the initial position for the entry slider arrows */
}
.entry-slider-nav a {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	width: 23px;
	height: 27px;
	cursor: pointer;
	background-image: url(../images/images_slider_arrows.png);
	background-repeat: no-repeat;
	z-index: 10;
	text-indent: -10000em;
}
.entry-slider-nav a.prev {
	left: 0;
	background-position: 8px 7px;
}
.entry-slider-nav a.next {
	right: 0;
	background-position: -19px 7px;
}
.entry-slider-nav a.disabled:link,
.entry-slider-nav a.disabled:visited,
.entry-slider-nav a.disabled:hover,
.entry-slider-nav a.disabled:active {
	background-color: rgba(0, 0, 0, 0.6);
	cursor: default;
}
/* ---------------------------------------------------------------------- */
/* Portfolio
/* ---------------------------------------------------------------------- */

.project-carousel > li {
	text-align: center;
}
/* Portfolio Gallery */

ul.portfolio-grid {
	margin-right: -20px;
}
ul.portfolio-grid > li {
	margin-bottom: 20px;
	text-align: center;
}
ul.portfolio-grid > li.one-fourth {
	float: left;
	width: 220px;
	height: 223px;
	margin-right: 20px;
}
/* Filter */

#filter {
	margin-bottom: 40px;
}
#filter > span {
	margin: 5px 10px 5px 0;
}
#filter ul,
#filter li {
	display: inline-block;
}
#filter li {
	margin: 5px 5px 5px 0;
}
#filter li,
#filter > span {
	vertical-align: middle;
}
#filter a {
	display: block;
	line-height: normal;
	color: #383838;
	background-color: #e5e5e5;
	padding: 5px 10px;
}
#filter a:hover,
#filter li.active a {
	color: #fff;
}
/* ---------------------------------------------------------------------- */
/* Blog
/* ---------------------------------------------------------------------- */

.post-carousel .entry-meta {
	width: 40px;
	margin-right: 10px;
}
.entry-meta {
	width: 100px;
	margin-right: 20px;
	float: left;
	font-size: 0.916em;
	/* 11px */
	
	line-height: 1.272em;
	/* 14px/11px */
	
	color: #888;
}
.entry-meta .title {
	font-weight: bold;
	font-style: normal;
}
.entry-meta .title {
	color: #383838;
}

.pro_title h2.title font{ color:#FC0606;}

a.post-format-wrap,
.entry-meta > span {
	display: block;
}
.entry-meta > span {
	margin-bottom: 5px;
	font-style: italic;
}
.post-format {
	display: block;
	width: 36px;
	height: 36px;
	margin-bottom: 10px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #bfbfbf;
	text-indent: -10000em;
}
.post-format.standard {
	background-image: url(../images/images_blog_post-standard.png);
}
.post-format.image {
	background-image: url(../images/images_blog_post-image.png);
}
.post-format.gallery {
	background-image: url(../images/images_blog_post-gallery.png);
}
.post-format.video {
	background-image: url(../images/images_blog_post-video.png);
}
.post-format.audio {
	background-image: url(../images/images_blog_post-audio.png);
}
.post-format.quote {
	background-image: url(../images/images_blog_post-quote.png);
}
.post-format.link {
	background-image: url(../images/images_blog_post-link.png);
}
.post-format.aside {
	background-image: url(../images/images_blog_post-aside.png);
}
.entry-body {
	overflow: hidden;
}
.blog-entry-list .entry {
	border-top: 1px solid #e5e5e5;
	padding-top: 40px;
}
.blog-entry-list .entry:first-child {
	border: none;
	padding: 0;
}
.blog-entry-list .entry,
.blog-entry-single .entry {
	margin-bottom: 20px;
}
/* Comments */

#comments {
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
/* Comments Header */

#comments h3 {
	margin-bottom: 20px;
}
/* Comment List */

ol.comment-list,
ol.children {
	list-style: none;
}
#comment-1 {
	border-top: none;
}
li.comment .comment-wrap {
	padding: 20px 0;
	border-top: 1px dotted #ccc;
}
li.comment ol.children {
	margin-left: 65px;
}
/* Comment List Content */

ol.comment-list .avatar-wrap {
	float: left;
	margin-right: 15px;
}
ol.comment-list .avatar-wrap a.comment-edit-link {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
}
ol.comment-list .comment-details {
	overflow: hidden;
}
ol.comment-list .comment-author {
	font-weight: bold;
}
ol.comment-list .comment-author a {
	color: #383838;
}
ol.comment-list .comment-meta {
	margin-bottom: 15px;
	color: #888;
	font-style: italic;
}
ol.comment-list .comment-reply-link {
	font-style: italic;
}
/* Respond (Leave a Comment) */

#respond {
	padding-top: 40px;
	border-top: 1px solid #e5e5e5;
}
#reply-title small {
	float: right;
	margin-top: 2px;
	font-size: 0.75em;
	/* 12px/16px */
	
	line-height: 1.5em;
	/* 18px/12px */
	
	font-weight: normal;
	font-style: italic;
}
/* ---------------------------------------------------------------------- */
/* Columns
/* ---------------------------------------------------------------------- */

.one-half,
.one-third,
.one-fourth,
.two-thirds,
.three-fourths {
	display: inline;
	float: left;
	margin-right: 2%;
}
.one-half {
	width: 49%;
	max-width: 460px;
}
.one-third {
	width: 32%;
	max-width: 300px;
}
.one-fourth {
	width: 23.5%;
	max-width: 220px;
}
.two-thirds {
	width: 66%;
	max-width: 620px;
}
.three-fourths {
	width: 74.5%;
	max-width: 700px;
}
.column-last {
	margin-right: 0 !important;
}
/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */

#footer {
	color: #999;
	background-color: #383838;
	border-top: 5px solid #e5e5e5;
	margin-top: 10px;
}
#footer h2,
#footer h3 {
	color: #e5e5e5;
}
#footer h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #4c4c4c;
	margin-bottom: 25px;
}
#footer-top {
	overflow: hidden;
	padding: 36px 0 20px;
}
#footer-top a {
	color: #f25824;
}
#footer-top a:hover {
	color: #e5e5e5;
}
#footer-bottom {
	overflow: hidden;
	padding: 25px 0;
	border-top: 1px solid #4c4c4c;
	font-size: 0.916em;
	/* 11px */
}
#footer-bottom a {
	color: #bfbfbf;
}
#footer-bottom p {
	margin: 0;
}
#footer-nav ul {
	text-align: right;
}
#footer-nav ul li {
	display: inline;
}
/* ---------------------------------------------------------------------- */
/* Widgets
/* ---------------------------------------------------------------------- */

.widget {
	margin-bottom: 20px;
}
#sidebar .widget {
	margin-bottom: 30px;
}
/* Latest Posts */

.latest-posts li {	
	margin-bottom: 6px;
}
.latest-posts li > a {
	display: block;
}
.latest-posts li > span {
	display: block;
	font-size: 0.916em;
	/* 11px */
	
	margin-top: 5px;
	font-style: italic;
}
/* Twitter */

.twitter-widget ul li {
	word-wrap: break-word; /* for Chrome */
}

.twitter-widget ul li > span {
	display: block;
}
.tweet_time {
	font-size: 0.916em;
	/* 11px */
	
	margin-top: 5px;
	font-style: italic;
}
#footer-top .tweet_time a {
	color: #bfbfbf;
}
/* Flickr */

.flickr-widget ul {
	margin-right: -5px;
}
.flickr-widget ul li {
	float: left;
	margin: 0 5px 5px 0;
}
.flickr-widget ul img {
	width: 70px;
	height: 70px;
}
/* Contact Info */

.contact-info p {
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-bottom: 15px;
}
.contact-info .address {
	background-image: url(../images/images_contact_home.png);
	background-position: left 0.083em;
	/* 1px */
}
#footer .contact-info .address {
	background-image: url(../images/images_footer_contact_home-footer.png);
}
.contact-info .phone {
	background-image: url(../images/images_contact_phone.png);
	background-position: left 0.083em;
	/* 1px */
}
#footer .contact-info .phone {
	background-image: url(../images/images_footer_contact_phone-footer.png);
}
.contact-info .email {
	background-image: url(../images/images_contact_mail.png);
	background-position: left 0.25em;
	/* 3px */
}
#footer .contact-info .email {
	background-image: url(../images/images_footer_contact_mail-footer.png);
}
.contact-info .business-hours {
	background-image: url(../images/images_contact_clock.png);
	background-position: left 1px;
}
.contact-info .social-links {
	margin-top: 20px;
}
/* Social Links */

.social-links ul {
	overflow: hidden;
	margin-right: -6px;
}
.social-links li {
	float: left;
	margin: 0 6px 6px 0;
}
.social-links a {
	display: block;
	width: 24px;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
}
.social-links li.twitter a {
	background-image: url(../images/images_social-media_twitter-circular.png);
}
.social-links li.facebook a {
	background-image: url(../images/images_social-media_facebook-circular.png);
}
.social-links li.google a {
	background-image: url(../images/images_social-media_google-circular.png);
}
.social-links li.youtube a {
	background-image: url(../images/images_social-media_youtube-circular.png);
}
.social-links li.skype a {
	background-image: url(../images/images_social-media_skype-circular.png);
}
.social-links li.rss a {
	background-image: url(../images/images_social-media_rss-circular.png);
}
/* Menu with Separators */

.widget ul.menu li {
	border-bottom: 1px dotted #ccc;
}
.widget ul.menu li > a {
	display: block;
	color: #383838;
	padding: 5px 0 5px 11px;
	background: url(../images/images_bullets-and-arrows_arrow-right.png) no-repeat left 0.833em;
	/* 10px */
}
/* Tags */

ul.tags li {
	float: left;
	margin: 0 5px 5px 0;
}
ul.tags a {
	display: block;
	background-color: #e5e5e5;
	color: #383838;
	padding: 5px 10px;
}
ul.tags a:hover {
	color: #fff;
}
/* ---------------------------------------------------------------------- */
/* Scroll to Top
/* ---------------------------------------------------------------------- */

#toTop,
#toTopHover {
	background: no-repeat url(../images/images_scroll-top.png) center center;
	width: 30px;
	height: 30px;
	overflow: hidden;
	bottom: 30px;
	right: 20px;
	text-indent: -10000em;
	position: fixed;
}
#toTop {
	display: none;
	background-color: #999;
}
#toTopHover {
	display: block;
	opacity: 0;
}
#toTop:active,
#toTop:focus {
	outline: none;
}
/* ---------------------------------------------------------------------- */
/* Error Page
/* ---------------------------------------------------------------------- */

.error-page #page-title {
	background: url(../images/images_alert-56.png) no-repeat left center;
	padding-left: 66px;
}
/* ---------------------------------------------------------------------- */
/* Search Results
/* ---------------------------------------------------------------------- */

ul#search-results li {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
}
ul#search-results li:first-child {
	border: none;
	padding-top: 0;
}
ul#search-results h2 {
	margin-bottom: 5px;
}
ul#search-results h2 a,
ul#search-results h2 a strong {
	color: #383838;
}
ul#search-results p {
	margin: 0;
}
/* ---------------------------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------------------------- */

.page-nav {
	border-top: 1px solid #e5e5e5;
	padding-top: 40px;
	margin-bottom: 40px;
}
.page-nav > span {
	margin-right: 20px;
}
.page-nav ul,
.page-nav li,
.page-nav > span {
	display: inline-block;
}
.page-nav li,
.page-nav > span {
	vertical-align: middle;
}
.page-nav li {
	margin-right: 5px;
	line-height: normal;
}
.page-nav a {
	display: block;
	background-color: #e5e5e5;
	color: #383838;
}
.page-nav a,
.page-nav li.current {
	padding: 5px 10px;
}
.page-nav a:hover,
.page-nav li.current {
	color: #fff;
}
/* ---------------------------------------------------------------------- */
/* Tables
/* ---------------------------------------------------------------------- */
/* Generic Table */

.gen-table {
	width: 100%;
	margin-bottom: 20px;
}
.gen-table caption {
	margin-bottom: 10px;
}
.gen-table th {
	font-weight: bold;
}
.gen-table th,
.gen-table td {
	background-color: #fff;
	padding: 5px;
	text-align: center;
	border: 1px solid #e5e5e5;
	vertical-align: top;
}
.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
.gen-table .empty-left-bottom {
	background-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}
.gen-table thead th {
	font-size: 1.166em;
	/* 14px */
}
.gen-table thead th,
.gen-table tfoot td {
	background-color: #f0f0f0;
	border-color: #d9d9d9;
}
.gen-table tbody th,
.gen-table tr.odd th,
.gen-table tr.odd td {
	background-color: #f7f7f7;
}
.gen-table tfoot td {
	font-style: italic;
	font-size: 0.916em;
	/* 11px */
}
.gen-table tfoot .button {
	font-style: normal;
	font-size: 1.09em;
	/* 12px/11px */
	
	margin: 5px 0;
}
.gen-table span.check {
	display: inline-block;
	background: url(../images/images_check-green.png) no-repeat left top;
	width: 18px;
	height: 14px;
}
.gen-table tfoot + tbody tr.row-last th,
.gen-table tfoot + tbody tr.row-last td {
	border-bottom-color: #d9d9d9;
}
/* Pricing Table */

.pricing-table span.title {
	display: block;
	font-size: 1.714em;
	/* 24px/14px */
	
	line-height: 1.25em;
	/* 30px/24px */
}
.pricing-table th,
.pricing-table td {
	padding: 10px 15px;
}
.pricing-table span.price {
	display: block;
	line-height: 2.571em;
	/* 36px/14px */
}
.pricing-table span.price span {
	font-weight: 600;
	font-size: 1.428em;
	/* 20px/14px */
	
	color: #669900;
}
.pricing-table span.price sup {
	font-weight: normal;
}
.pricing-table tbody tr:hover td {
	background-color: #fff;
}
.pricing-table tbody tr:hover th,
.pricing-table tbody tr:hover td {
	background-color: #fff !important;
}
.pricing-table tbody tr:hover th,
.pricing-table tr.odd:hover th,
.pricing-table tr.odd:hover td {
	background-color: #f7f7f7 !important;
}
/* Pricing Boxes */

.pricing-box {
	margin-bottom: 20px;
	text-align: center;
}
.pricing-box .header,
.pricing-box .footer {
	background-color: #f0f0f0;
	border: 1px solid #d9d9d9;
}
.pricing-box .footer {
	padding: 10px 15px;
}
.pricing-box ul.features {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-bottom: none;
	padding: 10px 15px;
}
.pricing-box ul.features li {
	border-top: 1px solid #e5e5e5;
	padding: 5px 0;
}
.pricing-box ul.features li:first-child {
	border: none;
}
.pricing-box .button {
	margin: 5px 0;
}
.pricing-box .title {
	font-weight: bold;
	font-size: 1.5em;
	/* 18px */
	
	line-height: 1.333em;
	/* 24px/18px */
	
	background-color: #d9d9d9;
	padding: 5px 15px;
	margin: 0;
}
.pricing-box .price {
	line-height: normal;
	padding: 10px 15px;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.pricing-box .price span {
	font-weight: 600;
	font-size: 2.142em;
	/* 30px/14px */
	
	color: #669900;
}
.pricing-box .price sup {
	font-weight: normal;
}
.pricing-box.featured .title,
.pricing-box.featured .price span,
.pricing-box.featured .price sup {
	color: #fff;
}
.pricing-box.featured .price {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* ---------------------------------------------------------------------- */
/* About Us
/* ---------------------------------------------------------------------- */

.team {
	margin-right: -20px;
}
.team-member {
	text-align: center;
	margin-bottom: 20px;
}
.team-member.one-fourth {
	width: 220px;
	margin-right: 20px;
}
.team-member .photo {
	max-width: 100%;
	margin: 0 auto 15px;
}
.team-member .name {
	margin-bottom: 5px;
}
.team-member span.job-title {
	display: block;
	margin-bottom: 10px;
	color: #999;
}
/* Social Links */

.team-member .social-links {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}
.team-member .social-links li {
	display: inline-block;
	float: none;
	margin: 0 15px 15px 0;
	vertical-align: middle;
}
.team-member .social-links a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -10000em;
	height: 16px;
}
.team-member .social-links li.twitter a {
	width: 20px;
	background-image: url(../images/images_social-media_twitter.png);
}
.team-member .social-links li.facebook a {
	width: 16px;
	background-image: url(../images/images_social-media_facebook.png);
}
.team-member .social-links li.linkedin a {
	width: 16px;
	background-image: url(../images/images_social-media_linkedin.png);
}
.team-member .social-links li.googleplus a {
	width: 16px;
	background-image: url(../images/images_social-media_googleplus.png);
}
.team-member .social-links li.skype a {
	width: 16px;
	background-image: url(../images/images_social-media_skype.png);
}
.team-member .social-links li.email a {
	width: 15px;
	background-image: url(../images/images_social-media_email.png);
}
/* ---------------------------------------------------------------------- */
/* Clients
/* ---------------------------------------------------------------------- */

.client-wrap {
	border-top: 1px solid #E5E5E5;
	padding-top: 25px;
}
.clients {
	margin: 0 -10px 20px 0;
}
.clients li {
	float: left;
	border: 1px solid #e5e5e5;
	margin: 0 10px 10px 0;
	width: 178px;
}
.clients li:hover {
	border-color: #d9d9d9;
}
.clients a {
	display: block;
}
.clients img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	max-width: 100%;
}
.clients img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ---------------------------------------------------------------------- */
/* Media Queries 
/* ---------------------------------------------------------------------- */
/* Standard 960 or larger (browsers) */

@media only screen and (min-width: 960px) {}
/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {}
/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Container */
	
	.container {
		width: 748px;
	}
	/* Carousel */
	
	.iconbox-carousel > li,
	.project-carousel > li,
	.post-carousel > li {
		margin-right: 44px;
	}
	/* Portfolio Grid */
	
	ul.portfolio-grid {
		margin-right: -44px;
	}
	ul.portfolio-grid > li.one-fourth {
		margin-right: 44px;
	}
	/* Related Posts */
	
	.related-posts .post-carousel > li {
		width: 172px;
		margin-right: 20px;
	}
	/* Newsletter Form */
	
	#newsletter-form input#newsletter {
		width: 67.759%;
		/* 248px/366px */
	}
	/* About Us */
	
	.team-member.one-fourth {
		width: 172px;
	}
	/* Clients */
	
	.clients {
		margin: 0 -20px 20px 0;
	}
	.clients li {
		width: 170px;
		margin: 0 20px 20px 0;
	}
}
/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
	/* Tiny Nav */
	
	.js .tinynav {
		display: block;
	}
	.js #navlist {
		display: none;
	}
	/* Slider */
	
	.flex-caption {
		display: none;
	}
	/* Columns */
	
	.one-half,
	.one-third,
	.one-fourth,
	.two-thirds,
	.three-fourths {
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
		max-width: none;
	}
	/* Floats */
	
	.float-left,
	.float-right {
		float: none;
	}
	/* Header */
	
	#header-top .one-half:first-child {
		text-align: center;
	}
	#header-top .one-half.column-last:after {
		content: "";
		display: block;
		height: 0;
		overflow: hidden;
		clear: both;
	}
	#header-top .one-half.column-last {
		margin-top: 20px;
	}
	#logo {
		float: none;
		margin: 0 auto;
	}
	#logo,
	#logo a,
	#logo img {
		display: inline;
	}
	#tagline {
		float: none;
		margin-top: 5px;
	}
	#polyglotLanguageSwitcher {
		margin-top: 0;
	}
	#header .contact-info {
		float: left;
		margin-top: 0;
	}
	#header .contact-info p {
		float: none;
		margin-top: 5px;
		margin-left: 0;
	}
	#header .contact-info p:first-child {
		margin-top: 0;
	}
	/* Footer */
	
	#footer-nav ul {
		text-align: left;
	}
	#footer-top > .one-half,
	#footer-top > .one-third,
	#footer-top > .one-fourth,
	#footer-top > .two-thirds,
	#footer-top > .three-fourths {
		margin-top: 40px;
	}
	#footer-top > .one-half:first-child,
	#footer-top > .one-third:first-child,
	#footer-top > .one-fourth:first-child,
	#footer-top > .two-thirds:first-child,
	#footer-top > .three-fourths:first-child {
		margin-top: 0;
	}
	/* Pagination */
	
	.page-nav li,
	.page-nav > span {
		margin-bottom: 10px;
	}
	/* About Us */
	
	.team-member.one-fourth {
		width: 100%;
		margin-right: 0;
	}
	/* Responsive Tables */
	
	.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
	}
	.table-wrapper table {
		margin-bottom: 0;
	}
	.table-wrapper .scrollable table {
		margin-left: 37.3%;
	}
	.table-wrapper .scrollable {
		overflow: scroll;
		overflow-y: hidden;
	}
	.table-wrapper caption {
		display: none;
	}
	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		width: 37.3%;
		height: 100%;
		background-color: #fff;
		overflow: hidden;
		overflow-x: scroll;
	}
	.pinned table th,
	.pinned table td {
		white-space: nowrap;
		border-right: none;
	}
	.pinned .empty-left-top,
	table.responsive th {
		height: 88px;
	}
	table.responsive td,
	table.responsive th {
		white-space: nowrap;
		overflow: hidden;
	}
	table.responsive th:first-child,
	table.responsive td:first-child,
	table.responsive td:first-child,
	table.responsive.pinned td {
		display: none;
	}
	/* Images */
	
	.entry-image.float-left,
	.float-left.caption,
	.entry-image.float-right,
	.float-right.caption {
		margin: 20px 0;
	}
	/* Comment Form and Contact Form */
	
	#comment-form input,
	.content-form input {
		width: 80%;
	}
	#comment-form textarea,
	.content-form textarea,
	.content-form select {
		width: 90%;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* Container */
	
	.container {
		width: 420px;
	}
	/* Tiny Nav */
	
	.tinynav {
		width: 340px;
	}
	/* Carousel */
	
	.iconbox-carousel > li,
	.project-carousel > li,
	.post-carousel > li {
		width: 200px;
	}
	/* Portfolio Grid */
	
	ul.portfolio-grid > li.one-fourth {
		width: 200px;
	}
	/* Newsletter Form */
	
	#newsletter-form input#newsletter {
		width: 71.904%;
		/* 302px/420px */
	}
	/* Clients */
	
	.clients li {
		width: 131px;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
	/* Container */
	
	.container {
		width: 300px;
	}
	/* Tiny Nav */
	
	.tinynav {
		width: 220px;
	}
	/* Carousel */
	
	.iconbox-carousel > li,
	.project-carousel > li,
	.post-carousel > li {
		margin-left: 40px;
		margin-right: 40px;
	}
	/* Portfolio Grid */
	
	ul.portfolio-grid {
		margin: 0;
	}
	ul.portfolio-grid > li.one-fourth {
		margin-left: 40px;
		margin-right: 40px;
	}
	/* Newsletter Form */
	
	#newsletter-form input#newsletter {
		width: 60.666%;
		/* 182px/300px */
	}
	/* Infobox */
	
	.infobox div.with-button {
		display: block;
	}
	.infobox .button {
		display: none;
	}
	.infobox .mobile-button {
		float: none;
		display: inline-block;
		margin-left: 0;
		margin-top: 20px;
	}
	/* Clients */
	
	.clients li {
		width: 143px;
	}
}
#footer-top div div a {
	color: #f25824;
}
/*-------product.html ---------------start*/

.so_clear {
	clear: both;
}
.sub1menu {
	position: relative;
	width: 191px;
	z-index: 10;
}
.sub1menu ul {
	list-style-type: none;
}
.sub1menu li {
	position: relative;
}
.sub1menu a {
	display: block;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
}
.sub1menu a:hover {
	color: #000;
}
.sq_table {
	overflow-x: scroll;
}
.sub1menu li.pro_list1 a {
	font-weight: bold;
	background: #007cde;
	line-height:20px;
	color:#FFFFFF;
}
.sub1menu li.pro_list1 a:hover
{
   background: #AACCF2;
}
li.pro_list2 {
	font-weight: bold;
	background: #e5e5e5;
}
.sub1menu ul li a {
	background: #ccc;
	font-weight: normal;
}
.sub1menu {
	position: relative;
	width: 191px;
	background-color: #e5e5e5;
	z-index: 10;
}
.sub1menu ul {
	list-style-type: none;
}
.sub1menu ul li a {
	background: #fff;
}
.sub1menu ul li ul {
	border: 1px solid #4373c0;
}
.sub1menu ul li ul li {
	border-left: none;
}
.sub1menu ul li ul li a {
	border-bottom: 1px dotted #4373c0;
}
.sub1menu li {
	position: relative;
}
.sub1menu ul ul {
	visibility: hidden;
	position: absolute;
	left: 191px;
	top: 0px;
}
.sub1menu ul li:hover ul {
	visibility: visible;
}
.sub1menu ul li:hover ul,
.sub1menu ul a:hover ul {
	visibility: visible;
}
.sub1menu a {
	display: block;
	background: #e5e5e5;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
}
.sub1menu ul ul a {
	clear: both;
	text-align: left;
	width: 178px;
}
.sq_table {
	overflow-x: scroll;
}
.sub1menu UL :hover UL {
	VISIBILITY: hidden
}
.sub1menu UL :hover UL :hover UL UL {
	VISIBILITY: hidden
}
.sub1menu UL :hover UL :hover UL {
	VISIBILITY: visible
}
.sub1menu UL :hover UL :hover UL :hover UL {
	VISIBILITY: visible
}
#menu_sub {
	float: left;
}
#menu_sub ul.sub1menu li.box_tit1 {
	background: #4373c0;
	height: auto;
	border: thin solid #D3D3D3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	padding: 0;
	padding-bottom: 0px;
	line-height: 28px;
	box-shadow: 1px 0 rgba(255, 255, 255, 0.75);
}
.bold {
	font-weight: bold!important;
}
/*------------begin  .so_con--------------*/

.so_con {
	width: 720px;
	float: right;
}
.so_con .add_link{font-weight: bold;font-size: 13px;}
.so_con .add_link a{font-size: 14px;text-decoration: underline;}
.so_con .add_link a:hover{color: #f00;}
.breadcrumb {
	display: block;
	line-height: 24px;
	overflow: hidden;
	margin: 10px 20px 10px 30px;
	margin-left: 30px;
	margin-right: 20px;
	font-size:11px;
}
.breadcrumb a {
	font-size: 11px;
	line-height: 18px;
}
.divider1 {
	font-size: 0.8em;
}
.so_relatedsearch {
	overflow: hidden;
	color: #333;
	line-height: 20px;
	padding: 10px 20px 10px 30px;
	vertical-align: baseline;
	border: 1px solid #ddd;
}
.so_relatedsearch dl{float: left;}
.so_relatedsearch .title {
	float: left;
	color: #999;
	display: inline;
	word-wrap: break-word;
}
.so_relatedsearch .words {float: left;height: 20px;width: 500px;margin: 0;overflow: hidden;	padding: 0 0 0 5px;}
.keywords_more{height: auto!important;}
.so_relatedsearch .words a {
	display: inline-block;
	color: #666;
	padding-left: 2px;
	padding-right: 2px;
}
.so_relatedsearch .words a span {
	color: #666;
}
.so_relatedsearch .so_relatedsearch_more{float: right;cursor: pointer;background: url(../images/images_arrow_ico.png) no-repeat 32px 6px;}
.so_relatedsearch_more_change{background: url(../images/images_arrow_ico.png) no-repeat 32px 6px!important;background-position-y: -13px!important;}
.so_relatedsearch .so_relatedsearch_more span{float: right;display: block;color: #999;padding:0px 20px 0px 0px;}
.keywords {
	font-weight: bold;
}
.z_filter {
	padding: 5px 0 8px;
}

.z_filter ul{
	position: relative;
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
}
.z_filter ul li {
	display: block;
	float: left;
}
.z_filter ul li a {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	float: left;
	color: #777;
	border-color: #ddd;
	display: block;
	width: 15px;
	height: 15px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.z_filter ul li:hover {
	background-color: #e1e1e1;
}
.z_filter ul li .hover{
	color: #FFF;
	background-color: #007cde;
}
.z_filter .ico_span {
	display: block;
	float: left;
	margin-right: 5px;
}
.z_filter .z_filter_con {
	margin: 3px 20px 0 30px;
}
.z_filter_con .title{width: 400px;float: left;}
.z_filter_con .title h1{font-size: 16px;font-weight: bold;margin-bottom: 0;}
.z_filter_con .pager{float: right;width: 283px;}
.z_filter_con .item_right {
	width: 92px;
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.z_filter_con .item_right .view {
	;
	display: block;
	vertical-align: baseline;
}
.z_filter_con .item_right .ico_l {
	float: left;
	margin-right: 0px;
	display: inline-block;
	background: url(../images/images_ico-sprites.png) no-repeat;
	height: 20px;
	width: 20px;
	background-position: -7px -181px;
	vertical-align: baseline;
}
.z_filter_con .item_right .ico_l2{
	float: left;
	margin-right: 0px;
	display: inline-block;
	background: url(../images/images_ico-sprites.png) no-repeat;
	height: 20px;
	width: 20px;
	background-position: -7px -153px;
	vertical-align: baseline;	
}
.z_filter_con .item_right .ico_r {
	float: left;
	margin-right: 0px;
	display: inline-block;
	background: url(../images/images_ico-sprites.png) no-repeat;
	height: 20px;
	width: 20px;
	background-position: -7px -207px;
	vertical-align: baseline;
}
.z_filter_con .item_right .ico_r2{
	float: left;
	margin-right: 0px;
	display: inline-block;
	background: url(../images/images_ico-sprites.png) no-repeat;
	height: 20px;
	width: 20px;
	background-position: -29px -181px;
	vertical-align: baseline;
}
.z_filter_con .item_right .ico_l2:hover{
	background-position: -7px -181px;
}
.z_filter_con .item_right .ico_r:hover {
	background-position: -29px -207px;
}
.so_con{margin-bottom: 20px;}
.pro_descon p{font-size: 15px;}
.kingda_ul li{background: url(../images/images_arrow_grey.gif) no-repeat 2px 6px;padding-left: 10px;}
/*.products_list---begin*/
.products_list .products_list_con {
	border-bottom: 1px solid #ddd;
	margin: 0 20px 0 30px;
	padding: 30px 0;
}

.products_list:hover {
	-webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .13);
	-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .13);
	box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, .13);
}
.products_list:hover h2 a {
	text-decoration: underline;
}
.products_list .proli_pic {
	float: left;
}
.products_list p{
	margin: 3px 0px;
}
.products_list .pro_main_wrap {
	margin-left: 170px;
}
.products_list .title {
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: 700;
}
.products_list .pro_cleft {
	display: block;
	overflow: hidden;
	width: 500px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.products_list .title a:hover {
	color: #f00;
}
/*.products_list .title a:visited{color: #969;}*/

.products_list .btn_wrap {
	float: right;
}
.products_list .pro_btn {
	float: left;
}
.products_list .pro_btn .inquiry {
	font-weight: 700;
	background: url(../images/images_at_ico.png) no-repeat 5px 3px #007cde;
	padding: 3px 10px 3px 25px;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.products_list .pro_btn .inquiry:hover{
	background-color: #1996e6;
}

.contact_wrap .inquiry {
	font-weight: 700;
	background: url(../images/images_at_ico.png) no-repeat 5px 3px #007cde;
	padding: 3px 10px 3px 25px;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.contact_wrap .inquiry:hover{
	background-color: #1996e6;
}
.products_list .pro_btn .z_more {
	margin-right: 2px;
	font-weight: 700;
	background-color: #007cde;
	padding: 4px 10px 4px 15px;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.products_list .pro_btn .z_more:hover{
	background-color: #1996e6;
}
/*.products_list--------end*/
.inline_block {
	display: inline-block;
}
.bord_r {
	border-right: 1px solid #ddd;
}
.not_allow {
	cursor: not-allowed;
}

.con_main{
	margin: 10px 0px;
}
.con_main .big_pic{
	float: left;
	width: 350px;
	height: 230px;
}
.con_main .big_pic img{
	width: 350px;
	height: 230px;
}
.con_main .pic_right{
	
	float: right;
	width: 300px;
}
.con_main .pic_right .contact{
	font-weight: 700;
	background: url(../images/images_mail_icon.png) no-repeat 10px 6px #007cde;
	padding: 4px 10px 4px 35px;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.con_main .pic_right .contact:hover{
	background-color:#1996e6;
}
.con_main .pic_right p{
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.help a.inquiry
{
	margin-bottom: 10px;
	font-weight: 700;
	background: url(../images/images_at_ico.png) no-repeat 5px 3px #007cde;
	padding: 3px 10px 3px 25px;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.so_proshow .big_pic{
	margin: 10px 15px;
}
.pic_scroll_wrap{
	margin-bottom: 20px;
	width: 100%;
	float: left;
	background-color: #f1f1f1;
}
.pic_scroll{
	float: left;
	width: 400px;
	margin: 12px 0px 2px 0px;
	padding-top: 12px;
	height: 93px;
}
.pic_scroll .pic_scroll_screen{
	overflow: hidden;
	float: left;
	width: 352px;
	height: 73px;
}

.pic_scroll ul li a img{
	width: 68px;
	height: 46px;
}
.pic_scroll ul{
	position: relative;
	left: 0px;
	width: auto;
	height: 73px;
	float: left;
	display: block;
}
.pic_scroll ul li{
	display: inline-block;
	float: left;
	padding: 10px 6px;	
}
.pic_scroll ul li a{
	background-color: #fff;
	padding: 3px;
	display: block;
	border: 1px solid #f1f1f1;
	box-shadow:3px 3px 3px #c1c1c1;
	
}
.pic_scroll ul li a:hover{
	box-shadow: 0px 0px 6px #6bb4ff;
	border: 1px solid #007cde;
}
#pic_preview,.pic_next{
	cursor: pointer;
	float: left;
	width: 8px;
	height: 52px;
}
#pic_preview{
	
	margin: 13px 5px 0px 5px;
	background: url(../images/images_scroll_btn.png) no-repeat;
}
.pic_next{
	margin: 13px 5px 0px 5px;
	background: url(../images/images_scroll_btn.png) no-repeat;
	background-position: -8px 0px;
}
.scroll_right{
	margin: 10px 0px 0px 40px;	
	float: left;
}
.scroll_right p{
	margin: 0;
}
.kingda_tabs_wrap{
	padding-bottom: 20px;
}
.rel_pro .rel_pro_img {
	width: 160px;
	height: 95px;
}
.rel_pro .rel_pro_img img{
	width:160px;
	height: 95px;
}
.rel_pro ul,.rel_pro ul li{
	float: left;
}
.rel_pro ul li{
	margin-right: 20px;
}
.rel_pro ul li h5{
	font-size: 10px;
	font-weight: 700;
}
.rel_pro .title{
	margin-top: 10px;
	text-align: center;
}
.pro_descon{
	margin-bottom: 10px;
}
.rollBox{width:auto;overflow:hidden;padding:12px 0 0px 0px;}
.rollBox .LeftBotton{height:52px;width:19px;background:url(../images/images_scroll_btn.png) no-repeat 11px 0;overflow:hidden;float:left;display:inline;margin:25px 0 0 0;cursor:pointer;}
.rollBox .RightBotton{height:52px;width:20px;background:url(../images/images_scroll_btn.png) no-repeat -8px 0;overflow:hidden;float:left;display:inline;margin:25px 0 0 0;cursor:pointer;}
.rollBox .Cont{width:670px;overflow:hidden;float:left;margin:0px 5px;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:160px;float:left;text-align:center;margin-right: 10px;}
.rollBox .Cont .pic:nth-last-child(1){margin-right: 0px!important;}
.rollBox .Cont .pic img{padding:4px;background:#fff;border:1px solid #ccc;display:block;margin:0 auto;}
.rollBox .Cont .pic img:hover{border:1px solid #007cde;}
.rollBox .Cont .pic p{line-height:18px;color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}
.rel_pro_wrap .title h4{margin-bottom: 5px;}
.rel_pro_wrap{background-color:#F1F1F1;padding-top: 10px;}

.fr{float: right;}
.fl{float: left;}
.con_img_r{margin: 0px 0px 5px 10px;}
.con_img_l{margin: 0px 10px 5px 0px;}
.contact_mas{width: 210px;float: left;}
.contact_mas ul li,.contact_mas ul li a{display: block;float: left;}
.contact_mas ul li{padding: 2px 2px 2px 20px;margin: 2px 0px;}
.contact_mas ul .fax{background: url(../images/images_contact_fax01.png) no-repeat 0px 3px;}
.contact_mas ul .tel{background: url(../images/images_contact_tel01.png) no-repeat 0px 3px;}
.contact_mas ul .email{background: url(../images/images_contact_email01.png) no-repeat 0px 5px;}
.left_products_list a:hover{background-color: #007cde!important;color: #fff!important;}
.left_products_list_hover{background-color: #007cde!important;color: #fff!important;}
#search-results .products_list_con{border-bottom: none;}
/*------------end  .so_con--------------*/
/*.products_list_2---------begin*/
.products_list_wrap{float: left;}
.products_list_2{width:170px;height:232px;position:relative;float: left;margin-right: 10px;}
.products_list_2 .products_list_con {
	float: left;
	width: 150px;
	margin: 0 10px;
	padding: 15px 0;
}
.products_list_2:hover{}
.products_list_2:hover .products_list_con{
	background-color: #FFF;
border: 1px solid #DDD;
left: -45px;
padding: 20px;
position: absolute;
top: -40px;
width: 200px;
z-index: 20;
-webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.13);
-moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.13);
box-shadow: 2px 2px 4px 1px rgba(0,0,0,.13);
transition: background-color .1s ease;
-moz-transition: background-color .1s ease;
-webkit-transition: background-color .1s ease;
-o-transition: background-color .1s ease;
}
.products_list_2:hover .products_list_con .proli_pic img{
	width: 200px;
}
.products_list_2:hover .products_list_con .pro_des p{
	height: 70px;
	white-space: pre-line;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 3px 0px;
}
.products_list_2:hover .products_list_con .pro_btn{
	display: block;
}
.products_list_2:hover h2 a {
	text-decoration: underline;
}
.proli_pic {
	float: left;
}
.products_list_2 p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 3px 0px;
}
.products_list_2 .pro_main_wrap {
	
}
.products_list_2 .title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
}
.products_list_2 .pro_cleft {
	display: block;
	overflow: hidden;
	width: 500px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.products_list_2 .title a:hover {
	color: #f00;
}
/*.products_list .title a:visited{color: #969;}*/

.products_list_2 .btn_wrap {
	margin-top: 10px;
	margin-right: 25px;
	float: right;
}
.products_list_2 .pro_btn {
	float: left;
	display: none;
}
.products_list_2 .pro_btn .inquiry {
	font-weight: 700;
	background: url(../images/images_at_ico.png) no-repeat 5px 3px #007cde;
	padding: 3px 10px 3px 25px;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}
.products_list_2 .pro_btn .inquiry:hover{
	background-color: #1996e6;
}
.products_list_2 .contact_wrap .inquiry:hover{
	background-color: #1996e6;
}
.products_list_2 .pro_btn .z_more {
	margin-right: 2px;
	font-weight: 700;
	background-color: #007cde;
	padding: 4px 10px 4px 15px;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
}
.products_list_2 .pro_btn .z_more:hover{
	background-color: #1996e6;
}
/*-------product.html ---------------end*/

#polyglotLanguageSwitcher, #polyglotLanguageSwitcher * {
	margin: 0;
	padding: 0; 
	outline: none;
}

#polyglotLanguageSwitcher ul {
	list-style: none;	
}

/* ---------------------------------------------------------------------- */
/* Generic
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher {
	float: right;
	line-height: normal;
	position: relative; /* sets the initial position for the drop-down menu */
	z-index: 100;
	margin: 8px 0 0 8px;
}

#polyglotLanguageSwitcher form {
	display: none;	
}

/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */


#polyglotLanguageSwitcher a:hover {
	background-color: #fff;
}

#polyglotLanguageSwitcher a.current {
	position: relative; /* sets the initial position for the trigger arrow */
	border: 1px solid #e5e5e5;
	height: 1.333em; /* 16px */
}

#polyglotLanguageSwitcher span.trigger {
	display: block;
	position: absolute;
	width: 7px;
	height: 4px;
	text-indent: -10000em;
	top: 0.5em; /* 6px */
	right: 6px;
	background: url(../images/images_bullets-and-arrows_arrow-down-lg-switcher.png) no-repeat left top;	
}

/* Drop-Down Menu */




/* Flags */
/* sub_box */
.sub_box{width:940px;height:350px;margin:15px auto;position:relative;overflow:hidden;}
.sub_box img{width:940px;height:350px;}
#bd1lfimg{position:relative;width:940px;height:350px;overflow:hidden;}
#bd1lfimg div{width:100000px;margin-left:936px;}
#bd1lfimg dl{width:940px;height:350px;position:relative;overflow:hidden;float:left;}
#bd1lfimg dt{width:940px;height:350px;position:absolute;left:0px;top:0px;}
#bd1lfimg dd{width:300px;height:100px;background:#000000;filter:alpha(Opacity=70);Opacity:0.8;position:absolute;left:0px;bottom:31px;padding:0 20px; display:none;}
#bd1lfimg dd h2{height:25px;padding:8px 0 4px 0;line-height:25px;overflow:hidden;font-size:24px;font-weight:bold;color:#ffffff;}
#bd1lfimg dd h2 a{font-size:24px;font-weight:bold;color:#ffffff;}
#bd1lfimg dd a{color:#ffffff;text-decoration:none;}
#bd1lfimg dd a:hover{text-decoration:none;color:#cccccc;}
#bd1lfimg dd tt{color:#ffffff;line-height:1.2em; font-weight:bold; font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;}
#bd1lfimg dd tt a:hover{text-decoration:underline;}

.sub_nav{height:30px;bottom:0px;position:absolute;color:#999999;z-index:200;}
.sub_no{height:20px;float:right;  width:110px;Opacity:0.8; padding-left:10px; margin-left:400px;}
.sub_no li{display:block;width:7px;height:7px;float:left;overflow:hidden;vertical-align:middle;text-align:center;background:#ee754c;filter:alpha(Opacity=70);Opacity:0.7;font-size:11px;color:#999999;cursor:pointer; margin:6px; border:1px solid #FFFFFF}
.sub_no li.show{background:#007cde;color:#000000;}
.sub_more{float:right;width:50px;height:25px;background:#000000;filter:alpha(Opacity=70);Opacity:0.7;color:#999999;text-align:center;line-height:25px;}
.sub_more a{color:#999999;}
.sub_more a:hover{color:#cccccc;text-decoration:none;}

/*aboutus_index*/
.infobox{ width:940px; margin:0 auto; background:#007cde;}
.infobox-inner{ width:895px; margin-left:4px; background:#fff; padding:15px 20px; border:1px solid #e5e5e5; background:#f7f7f7;}
.infobox-inner a.button{ padding:12px 20px; float:right; margin:0 0 0 20px;background:#007cde; color:#fff; font-size:18px; font-weight:bold;}
.with-button p{ margin-bottom:0;}


.Services{ width:940px; margin:40px auto;}
.Services h2{ border-bottom:1px solid #ccc;padding:15px 0; margin-bottom:15px;}
.Water{ width:940px; margin:0 auto;}
.Water h2{ border-bottom:1px solid #ccc;padding:15px 0;margin-bottom:15px;}
.product_quality{ width:940px; margin:0 auto;}
.slurry{ width:940px; margin:10px auto;}
.slurry h2{ border-bottom:1px solid #ccc; padding:15px 0;margin-bottom:15px;}

.h_title{ font-size:14px; font-weight:bold;}

.pro_descon a.thickbox{ width:143px; float:left; margin:0px 18px;}

.news{ width:100%; margin-bottom:10px;}
.news h6{ margin-bottom:3px;}
.news p{ margin-bottom:4px;}
.news p span{ font-weight:bold; color:Red;}
.news li.img{ width:116px; float:left; margin-right:10px; padding:2px; border:1px solid #ccc;}
.news li img{ width:116px;}
.news li.w{ width:580px; float:left;}


.lang{ width:121px; height: 14px; line-height: 13px; padding: 1px; text-align: left; font-size:12px;border:#7F9DB9 solid 1px; float:right; margin:10px 10px 0 0; clear:right}
.lang a{float:right; width:15px; height:14px; display: inline;}
.lang a.col{background: url(../images/images_bg_not.jpg) 100% 0; }
.lang a.ope{background: url(../images/images_bg_not.jpg) 100% -37px; }

.language{float:right; margin:10px 0 0 0}
.language a{padding:0 4px}
.language a:hover{text-decoration:underline}


#p_o {background:#FFF;border:1px solid #7F9DB9;height:0;line-height:20px;margin:0;overflow:hidden;padding:0;position:absolute;visibility:hidden;width:0;z-index:100;}
#p_o dt {height:20px; width: 80%; overflow:hidden; background: url(../images/images_index_45.jpg) no-repeat; padding-left: 25px;  font-size: 12px;}
#p_o dt a{color:#004499}
#p_o dt a:hover{text-decoration:underline}
#p_o dt.en{ background-position:4px -477px}
#p_o dt.fr{ background-position:4px -420px; float: none;}
#p_o dt.de{ background-position:4px -357px}
#p_o dt.it{ background-position:4px -327px}
#p_o dt.ru{background-position:4px -297px}
#p_o dt.es{background-position:4px -267px}
#p_o dt.pt{background-position:4px -237px}
#p_o dt.nl{background-position:4px -207px}
#p_o dt.el{background-position:4px -147px}
#p_o dt.ja{background-position:4px -447px}
#p_o dt.ko{background-position:4px -387px}
#p_o dt.cn{background-position:4px -177px}
#p_o dt.ar{ background-position:4px -507px}
#p_o dt.hi{ background-position:4px -537px}
#p_o dt.tr{ background-position:4px -567px}
#p_o dt.id{ background-position:4px -597px}
#p_o dt.vi{ background-position:4px -627px}
#p_o dt.pl{ background-position:4px -657px}
#p_o dt.fa{ background-position:4px -687px}
#p_o dt.da{ background-position:4px -717px}
#p_o dt.th{ background-position:4px -747px}
#p_o dt.fi{ background-position:4px -777px}
#p_o dt.ro{ background-position:4px -807px}

.fl{ float: left; display:inline;}
.banners{ float:left; margin:0px; padding:0px; width:940px; height:250px; margin-top:5px;}

.project_ul {
margin: 0px;
padding: 0px;
list-style: none;
width: 220px;
height: auto;
background: none;
}
.project_ul li {
/* margin: 0px; */
float: left;
margin-right: 25px;
width: 68px;
height: auto;
background: #FFFBF0;
margin-bottom: 10px;
padding: 2px 0px 2px 0px;
}
.project_ul li a img {
width: 60px;
height: auto;
padding: 4px;
}
.more a{ color:#007cde}
.con_ritht{ float:right; padding:10px 0px 10px 10px; }

/* ============================================================================
   ZYT-PETRO 全站视觉重设计 —— 深蓝金 · 稳重商务风（A方案）
   追加于原样式之后，仅改视觉，不改动任何 HTML 文案与产品名称
   配色体系：
     深蓝主色   #0A2A4C（导航/页脚/主视觉）
     深蓝辅色   #123C6E / #1D5394
     金色点缀   #C9A063（悬停/强调/按钮/描边）
     亮金       #D9BC8C / 深金 #A9844F
     页面底色   #F3F6FA    卡片白 #FFFFFF
     正文       #26313C    次要 #66788A    边框 #E1E8F0
   ============================================================================ */

/* ---------- 全局基础 ---------- */
body {
    background-color: #F3F6FA;
    color: #26313C;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.7em;
}
a { color: #1D5394; }
a:hover { color: #A9844F; }
a, a > *, .button, .jcarousel-prev, .jcarousel-next {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
h1, h2, h3, h4, h5, h6 {
    color: #0A2A4C;
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
}
h1 { font-weight: 300; }
h2 { font-weight: 600; letter-spacing: 0.02em; }
h3 { font-weight: 600; }
h1#page-title {
    border-bottom: 2px solid #E1E8F0;
    color: #0A2A4C;
    position: relative;
}
h1#page-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #C9A063;
    margin-top: 6px;
}
#wrap {
    border-top: 5px solid #C9A063;
    padding-top: 24px;
    background: #F3F6FA;
}
hr { background-color: #E1E8F0; color: #E1E8F0; }
.tip, caption, .caption { color: #8A99A8; }
.note { color: #C9A063; }
.grey-text { color: #8A99A8; }
.intro { color: #26313C; }

/* ---------- 页头（Logo / 联系信息） ---------- */
#header-top { margin-bottom: 20px; }
#wrap > .container:not(#content) {
    background: #E5E7EB;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: -24px;
}
#logo a { color: #0A2A4C; }
#logo img { height: auto; }
#tagline { color: #8A99A8; font-weight: 400; letter-spacing: 0.04em; }
.container .contact-info p { color: #26313C; }
.container .contact-info a { color: #1D5394; }
.container .contact-info a:hover { color: #A9844F; }

/* ---------- 语言切换 ---------- */
.language a { color: #1D5394; }
.language a:hover { color: #A9844F; text-decoration: none; }
.lang { border-color: #C9A063; }
#polyglotLanguageSwitcher a.current { border-color: #E1E8F0; }
#p_o { border-color: #C9A063; }
#p_o dt a { color: #1D5394; }

/* ---------- 导航栏：深蓝金重设计 ---------- */
#navbar {
    margin-top: 18px;
    margin-bottom: 22px;
    background: #0A2A4C;
    background: -moz-linear-gradient(top, #0E3560 0%, #0A2A4C 100%);
    background: -webkit-linear-gradient(top, #0E3560 0%, #0A2A4C 100%);
    background: linear-gradient(to bottom, #0E3560 0%, #0A2A4C 100%);
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(10, 42, 76, 0.18);
    border-bottom: 3px solid #C9A063;
    overflow: hidden;
    position: relative;
}
#nav { height: auto; float: left; position: relative; top: 0; left: 0; }
ul#navlist li { float: left; min-width: 0; position: relative; }
/* 基础模板给 li.current 设置了亮蓝背景，椭圆金框外四角会露出；改为透明，仅保留 a 上的椭圆背景 */
ul#navlist > li.current,
ul#navlist > li.selected {
    background: transparent !important;
}
ul#navlist > li > a {
    display: block;
    font-weight: 700;
    padding: 14px 28px;
    text-align: center;
    color: #E8D5A3;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    letter-spacing: 0.05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 999px;
}
ul#navlist > li:first-child > a { border-left: none; }
ul#navlist > li > a:hover,
ul#navlist > li > a.selected {
    background-color: #123C6E !important;
    border-color: transparent !important;
    color: #F0E0B8;
}
ul#navlist > li.current > a,
ul#navlist > li.current > a:hover {
    background-color: #C9A063 !important;
    color: #0A2A4C !important;
    border-color: transparent !important;
}
/* 下拉菜单 */
.ddsubmenustyle, .ddsubmenustyle ul {
    width: 240px;
}
.ddsubmenustyle > ul { top: 0 !important; }
.ddsubmenustyle ul {
    background: #FFFFFF;
    border: 1px solid #E1E8F0;
    border-top: 3px solid #C9A063;
    box-shadow: 0 10px 28px rgba(10, 42, 76, 0.18);
    border-radius: 0 0 4px 4px;
}
ul#navlist ul.ddsubmenustyle li a {
    display: block;
    color: #26313C;
    background-color: #FFFFFF;
    padding: 11px 18px;
    border-top: 1px solid #EDF1F6;
    border-left: none;
    border-bottom: none;
    font-weight: 500;
}
ul#navlist ul.ddsubmenustyle > li:first-child a { border-top: none; }
ul#navlist ul.ddsubmenustyle > li > a:hover {
    background-color: #0A2A4C !important;
    color: #FFFFFF;
}
/* 搜索框 */
#search-form { margin: 6px 18px 6px 20px; }
/* Home 导航：隐藏空的空子菜单（原模板残留，JS 会把它搬移到 body 末尾生成壳），
   避免 hover 弹出空白框导致光标闪动 / 点击被拦截 */
#submenu1 {
    display: none !important;
    visibility: hidden !important;
}
.ddsubmenustyle:has(#submenu1) {
    display: none !important;
}
/* 隐藏下拉脚本插入的透明 iframe 遮罩层（ddlevelsmenu 的 shim），
   否则 hover 导航时它覆盖在链接上方，导致光标反复闪动 */
.ddiframeshim {
    display: none !important;
}
/* 搜索框外层 li：去掉白色边框，融入深蓝导航 */
ul#navlist > li:last-child {
    border: none !important;
    padding: 8px 10px 8px 30px !important;
    background: transparent !important;
    float: right;
    min-width: 0;
    margin-left: 15px;
}
ul#navlist > li:last-child input {
    float: left;
}
#top1_s {
    width: 170px;
    height: 20px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #FFFFFF;
    border-radius: 3px 0 0 3px;
    color: #26313C;
    outline: none;
}
#top1_search_submit {
    width: 42px;
    height: 36px;
    background: #C9A063 url(../images/images_search.png) no-repeat center center;
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}
#top1_search_submit:hover { background-color: #D9BC8C; }

/* ---------- 首页轮播 Banner ---------- */
.sub_box {
    border-radius: 8px;
    box-shadow: 0 10px 32px rgba(10, 42, 76, 0.2);
    overflow: hidden;
    margin-bottom: 55px;
}
/* 整图底部渐变遮罩：透明 -> 深蓝，保证底部文字区可读 */
#bd1lfimg dl::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 62%;
    z-index: 2;
    pointer-events: none;
    background: rgba(10, 42, 76, 0);
    background: -moz-linear-gradient(to top, rgba(10, 42, 76, 0.9) 0%, rgba(10, 42, 76, 0.5) 55%, rgba(10, 42, 76, 0) 100%);
    background: -webkit-linear-gradient(to top, rgba(10, 42, 76, 0.9) 0%, rgba(10, 42, 76, 0.5) 55%, rgba(10, 42, 76, 0) 100%);
    background: linear-gradient(to top, rgba(10, 42, 76, 0.9) 0%, rgba(10, 42, 76, 0.5) 55%, rgba(10, 42, 76, 0) 100%);
}
#bd1lfimg dd {
    display: block;
    z-index: 3;
    width: 740px;
    height: auto;
    min-height: 128px;
    bottom: 55px;
    background: rgba(10, 42, 76, 0.82);
    background: -moz-linear-gradient(to right, rgba(10, 42, 76, 0.95) 0%, rgba(10, 42, 76, 0.35) 100%);
    background: -webkit-linear-gradient(to right, rgba(10, 42, 76, 0.95) 0%, rgba(10, 42, 76, 0.35) 100%);
    background: linear-gradient(to right, rgba(10, 42, 76, 0.95) 0%, rgba(10, 42, 76, 0.1) 100%);
    border-left: 4px solid #C9A063;
    padding: 26px 32px;
}
#bd1lfimg dd h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    height: auto;
    line-height: 1.25;
    overflow: visible;
}
#bd1lfimg dd h2 a { color: #FFFFFF; }
#bd1lfimg dd tt {
    color: #E8EEF5;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    display: block;
}
#bd1lfimg dd a:hover, #bd1lfimg dd tt a:hover { color: #D9BC8C; }
/* Banner CTA 按钮 */
.banner-cta {
    display: inline-block;
    margin-top: 16px;
    background: #C9A063;
    color: #0A2A4C !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    padding: 10px 24px;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
}
.banner-cta:hover {
    background: #D9BC8C;
    color: #0A2A4C !important;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
}
.sub_no li {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #FFFFFF;
}
.sub_no li.show { background: #C9A063; border-color: #C9A063; }
.sub_more { background: #0A2A4C; color: #E8EEF5; }
.sub_more a { color: #E8EEF5; }
.sub_more a:hover { color: #C9A063; }

/* ---------- 首页分区标题 ---------- */
.slurry, .Services, .Water, .product_quality {
    margin: 55px auto;
}
.slurry h2, .Services h2, .Water h2, .product_quality h2 {
    border-bottom: 2px solid #E1E8F0;
    color: #0A2A4C;
    position: relative;
    padding-bottom: 14px;
    font-size: 26px;
    letter-spacing: 0.01em;
}
.slurry h2::after, .Services h2::after, .Water h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    width: auto;
    height: 3px;
    background: linear-gradient(to right, #C9A063 0%, rgba(201, 160, 99, 0.55) 60%, rgba(201, 160, 99, 0) 100%);
}
/* View All 小按钮：深蓝底 + 金边 + 箭头 */
h2 span.more a {
    display: inline-block;
    color: #C9A063;
    background: #0A2A4C;
    border: 1px solid #C9A063;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 5px 14px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
    text-decoration: none;
}
h2 span.more a:hover {
    color: #0A2A4C;
    background: #C9A063;
    text-decoration: none;
}

/* ---------- 内页顶部：横幅深蓝遮罩 + 页面大标题 ---------- */
.banners {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(10, 42, 76, 0.14);
}
.banners img {
    display: block;
    width: 100%;
    height: 620px;
    object-fit: cover;
}
.banners::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(10, 42, 76, 0.35);
    background: -moz-linear-gradient(to right, rgba(10, 42, 76, 0.9) 0%, rgba(10, 42, 76, 0.55) 50%, rgba(10, 42, 76, 0.22) 100%);
    background: -webkit-linear-gradient(to right, rgba(10, 42, 76, 0.9) 0%, rgba(10, 42, 76, 0.55) 50%, rgba(10, 42, 76, 0.22) 100%);
    background: linear-gradient(to right, rgba(10, 42, 76, 0.9) 0%, rgba(10, 42, 76, 0.55) 50%, rgba(10, 42, 76, 0.22) 100%);
}
.banners::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    bottom: 74px;
    z-index: 3;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 32px 14px 32px;
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    border-bottom: 3px solid #C9A063;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more a { color: #C9A063; }
.more a:hover { color: #A9844F; }

/* ---------- 首页产品卡片 ---------- */
.project-carousel { padding: 4px 0 12px; display: block; }
.project-carousel > li {
    width: 23.5% !important;
    margin: 0 2% 15px 0 !important;
    float: left !important;
    box-sizing: border-box;
}
.project-carousel > li:nth-child(4n) {
    margin-right: 0 !important;
}
.project-carousel > li:nth-child(4n+1) {
    clear: none;
}
.iconbox-carousel > li, .post-carousel > li {
    width: 220px;
    margin-right: 15px;
}
.project-carousel .entry {
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #E1E8F0;
    padding: 10px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(10, 42, 76, 0.06);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.project-carousel .entry .entry-content {
    flex: 1;
}
.project-carousel .entry:hover {
    box-shadow: 0 10px 28px rgba(10, 42, 76, 0.16);
    border-color: #C9A063;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}
.entry-image {
    background-color: #F3F6FA;
    border-radius: 4px;
    overflow: hidden;
}
.entry-image img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.entry-image > a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.entry-title a { color: #0A2A4C; }
.entry-title a:hover { color: #A9844F; }
.entry-content p { color: #66788A; font-size: 12px; line-height: 1.6em; }
.overlay { background-color: rgba(10, 42, 76, 0.42); }
.jcarousel-container { border-top: 2px solid #E1E8F0; }
.jcarousel-prev, .jcarousel-next { background-color: #0A2A4C; }
.jcarousel-prev:hover, .jcarousel-next:hover { background-color: #C9A063; }
.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover,
.jcarousel-next-disabled, .jcarousel-next-disabled:hover {
    background-color: #B9C4D0 !important;
}

/* ---------- 通用按钮 ---------- */
.button {
    display: inline-block;
    background-color: #0A2A4C;
    color: #FFFFFF;
    padding: 10px 24px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}
.button:hover { background-color: #C9A063; color: #0A2A4C; }

/* 产品询盘/更多按钮（多个页面共用） */
.products_list .pro_btn .inquiry,
.contact_wrap .inquiry,
.help a.inquiry {
    background: #0A2A4C url(../images/images_at_ico.png) no-repeat 10px 8px;
    background-size: 16px 16px;
    padding: 9px 18px 9px 34px;
    border-radius: 3px;
    color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(10, 42, 76, 0.2);
}
.products_list .pro_btn .inquiry:hover,
.contact_wrap .inquiry:hover,
.help a.inquiry:hover {
    background-color: #C9A063;
    color: #0A2A4C;
}
.products_list .pro_btn .z_more {
    background-color: #123C6E;
    padding: 9px 18px;
    border-radius: 3px;
    color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(10, 42, 76, 0.2);
}
.products_list .pro_btn .z_more:hover { background-color: #C9A063; color: #0A2A4C; }
.con_main .pic_right .contact {
    background: #0A2A4C url(../images/images_mail_icon.png) no-repeat 12px 10px;
    background-size: 16px 16px;
    padding: 9px 18px 9px 38px;
    border-radius: 3px;
    color: #FFFFFF;
}
.con_main .pic_right .contact:hover { background-color: #C9A063; color: #0A2A4C; }
.infobox-inner a.button {
    background-color: #0A2A4C;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 3px;
    font-size: 15px;
    box-shadow: 0 2px 8px rgba(10, 42, 76, 0.2);
}
.infobox-inner a.button:hover { background-color: #C9A063; color: #0A2A4C; }

/* ---------- 表单 ---------- */
.content-form input,
.content-form textarea,
.content-form select,
#comment-form input,
#comment-form textarea {
    background-color: #FFFFFF;
    border: 1px solid #D5DFEA;
    padding: 8px 12px;
    border-radius: 3px;
    color: #26313C;
}
.content-form input:hover,
.content-form textarea:hover,
#comment-form input:hover,
#comment-form textarea:hover { border-color: #A9844F; }
.content-form input:focus,
.content-form textarea:focus,
#comment-form input:focus,
#comment-form textarea:focus {
    border-color: #C9A063;
    box-shadow: 0 0 0 3px rgba(201, 160, 99, 0.15);
}
.content-form .error, #comment-form .error { color: #A9844F; }
input[type="submit"] { cursor: pointer; }

/* ---------- 表格 ---------- */
.table { border-left: 1px solid #D5DFEA; border-top: 1px solid #D5DFEA; }
.table td { border-right: 1px solid #D5DFEA; border-bottom: 1px solid #D5DFEA; padding: 6px 8px; }

/* ---------- 产品列表页：左侧分类菜单 ---------- */
.sub1menu {
    width: 200px;
    background-color: #FFFFFF;
    border: 1px solid #E1E8F0;
    border-top: 3px solid #0A2A4C;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(10, 42, 76, 0.06);
    overflow: hidden;
}
.sub1menu a {
    background: #FFFFFF;
    color: #26313C;
    font-weight: 500;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #EDF1F6;
    padding: 10px 14px;
}
.sub1menu a:hover { background: #F4F7FB; color: #0A2A4C; }
.sub1menu li.pro_list1 a {
    background: #0A2A4C;
    color: #FFFFFF;
    font-weight: 600;
    border-left: 3px solid #C9A063;
}
.sub1menu li.pro_list1 a:hover { background: #123C6E; color: #FFFFFF; }
.sub1menu ul li a { background: #FFFFFF; color: #26313C; }
.sub1menu ul li a:hover { background: #F4F7FB; color: #0A2A4C; }
.sub1menu ul li ul { border: 1px solid #D5DFEA; }
.sub1menu ul li ul li a { border-bottom: 1px dotted #D5DFEA; }
#menu_sub ul.sub1menu li.box_tit1 {
    background: #0A2A4C;
    border: none;
    border-left: 3px solid #C9A063;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 30px;
    box-shadow: none;
}
li.pro_list2 { background: #F4F7FB; }

/* ---------- 产品列表页：列表项卡片 ---------- */
.products_list { background: #FFFFFF; border-radius: 4px; }
.products_list .products_list_con { border-bottom: none; }
.products_list:hover {
    -webkit-box-shadow: 0 6px 20px rgba(10, 42, 76, 0.10);
    -moz-box-shadow: 0 6px 20px rgba(10, 42, 76, 0.10);
    box-shadow: 0 6px 20px rgba(10, 42, 76, 0.10);
    border-radius: 4px;
}
.products_list .title a { color: #0A2A4C; }
.products_list .title a:hover { color: #A9844F; text-decoration: none; }
.products_list:hover h2 a { text-decoration: none; }
.products_list p { color: #66788A; }

/* ---------- 产品列表页：格子卡片 ---------- */
.products_list_2 { width: 170px; height: auto; }
.products_list_2 .products_list_con {
    width: 150px;
    margin: 0 10px;
    padding: 12px 0;
    background: #FFFFFF;
    border: 1px solid #E1E8F0;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products_list_2:hover .products_list_con {
    background-color: #FFFFFF;
    border: 1px solid #C9A063;
    left: -45px;
    padding: 18px;
    position: absolute;
    top: -40px;
    width: 200px;
    z-index: 20;
    -webkit-box-shadow: 0 12px 30px rgba(10, 42, 76, 0.16);
    -moz-box-shadow: 0 12px 30px rgba(10, 42, 76, 0.16);
    box-shadow: 0 12px 30px rgba(10, 42, 76, 0.16);
    border-radius: 6px;
}
.products_list_2 .title a { color: #0A2A4C; }
.products_list_2 .title a:hover { color: #A9844F; text-decoration: none; }
.products_list_2 p { color: #66788A; }

/* ---------- 分页 ---------- */
.z_filter ul li a {
    border-color: #D5DFEA;
    color: #4A5B6D;
    background: #FFFFFF;
    line-height: 15px;
}
.z_filter ul li:hover { background-color: transparent; }
.z_filter ul li:hover a { border-color: #C9A063; color: #A9844F; }
.z_filter ul li a.hover, .z_filter ul li .hover {
    color: #FFFFFF;
    background-color: #0A2A4C;
    border-color: #0A2A4C;
}
.z_filter_con .title h1 { color: #0A2A4C; }

/* ---------- 面包屑 ---------- */
.breadcrumb { color: #8A99A8; }
.breadcrumb a { color: #1D5394; }
.breadcrumb a:hover { color: #A9844F; }

/* ---------- 相关搜索条 ---------- */
.so_relatedsearch {
    border: 1px solid #E1E8F0;
    background: #FFFFFF;
    border-radius: 4px;
}
.so_relatedsearch .title { color: #8A99A8; }
.so_relatedsearch .words a { color: #4A5B6D; }
.so_relatedsearch .words a:hover { color: #A9844F; }

/* ---------- 产品详情页 ---------- */
.con_main .big_pic img {
    border: 1px solid #E1E8F0;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(10, 42, 76, 0.06);
}
.pic_scroll_wrap {
    background-color: #FFFFFF;
    border: 1px solid #E1E8F0;
    border-radius: 4px;
}
.pic_scroll ul li a {
    background-color: #FFFFFF;
    border: 1px solid #E1E8F0;
    box-shadow: 0 1px 4px rgba(10, 42, 76, 0.08);
    border-radius: 3px;
}
.pic_scroll ul li a:hover {
    box-shadow: 0 0 8px rgba(201, 160, 99, 0.4);
    border: 1px solid #C9A063;
}
.rel_pro_wrap {
    background-color: #FFFFFF;
    border: 1px solid #E1E8F0;
    border-radius: 4px;
    padding: 14px;
}
.rollBox .Cont .pic img { border: 1px solid #E1E8F0; background: #FFFFFF; }
.rollBox .Cont .pic img:hover { border-color: #C9A063; }
.rollBox .Cont a:hover { color: #A9844F; }

/* 产品轮播箭头定位到左右两侧，产品图居中 */
.rollBox { position: relative; }
.rollBox .LeftBotton {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 10;
}
.rollBox .RightBotton {
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 10;
}
/* Hot Products 轮播：容器去 float 居中并固定为 3 张图宽（图片组整体居中），缩略图 352×232，边框自适应 */
.rollBox .Cont {
    float: none !important;
    margin: 0 auto !important;
    width: 1136px !important;
    max-width: 100% !important;
}
.rollBox .Cont .pic {
    width: 372px;
    float: left;
    text-align: center;
    margin-right: 10px;
}
.rollBox .Cont .pic img {
    width: 352px;
    height: 232px;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid #E1E8F0;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    box-sizing: border-box;
}
.kingda_ul li a { color: #1D5394; }
.kingda_ul li a:hover { color: #A9844F; }
.pro_descon a.thickbox { border-radius: 3px; }

/* ---------- 页脚：深蓝金 ---------- */
#footer {
    color: #9FB0C2;
    background-color: #081E36;
    background: -moz-linear-gradient(top, #0A2A4C 0%, #081E36 100%);
    background: -webkit-linear-gradient(top, #0A2A4C 0%, #081E36 100%);
    background: linear-gradient(to bottom, #0A2A4C 0%, #081E36 100%);
    border-top: 4px solid #C9A063;
    margin-top: 55px;
}
#footer h2, #footer h3 { color: #FFFFFF; }
#footer h3 {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    position: relative;
    text-align: center;
}
#footer h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 44px;
    height: 2px;
    background: #C9A063;
}
#footer-top a, #footer-top div div a { color: #C9A063; }
#footer-top a:hover, #footer-top div div a:hover { color: #FFFFFF; }
#footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.12); }
#footer-bottom a { color: #C9A063; }
#footer-bottom a:hover { color: #FFFFFF; }
#footer .contact-info {
    float: none !important;
    width: 100% !important;
}
#footer .contact-info p { color: #9FB0C2; }
#footer .contact-info a { color: #C9A063; }
#footer .contact-info a:hover { color: #FFFFFF; }
#footer .contact-info p.email {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: 11.5px;
}
#footer .contact-info p.email a { font-size: inherit; }
#footer .tweet_time a { color: #9FB0C2; }
.widget ul.menu li { border-bottom: 1px dotted rgba(255, 255, 255, 0.14); }
.widget ul.menu li > a { color: #C9A063; }
.widget ul.menu li > a:hover { color: #FFFFFF; }
#footer .widget ul.menu li > a { color: #9FB0C2; }
#footer .widget ul.menu li > a:hover { color: #C9A063; }

/* 页脚三列居中分布 */
#footer-top { display: flex; justify-content: space-between; }
#footer-top .one-fourth {
    width: 31% !important;
    max-width: 280px !important;
    float: none !important;
    margin-right: 0 !important;
}

/* ---------- 筛选 / 图库辅助 ---------- */
#filter a { background-color: #E7EDF4; color: #26313C; border-radius: 3px; }
/* Products 列产品列表居中（与标题对齐） */
#footer-top .one-fourth:nth-child(2) ul li { text-align: center !important; }
#footer-top .one-fourth:nth-child(2) ul li a { text-align: center !important; }
#filter a:hover, #filter li.active a { background-color: #0A2A4C; color: #FFFFFF; }
.iconbox h4 a { color: #0A2A4C; }
.iconbox h4 a:hover { color: #A9844F; }
.entry-meta .title { color: #0A2A4C; }
.entry-meta { color: #8A99A8; }
.blog-entry-list .entry { border-top: 1px solid #E1E8F0; }
#comments, #respond { border-top: 2px solid #E1E8F0; }

/* ---------- 关于页 / 联系页信息区 ---------- */
.infobox { background: #0A2A4C; border-radius: 6px; margin: 55px auto; }
.infobox-inner {
    background: #FFFFFF;
    border: 61px solid #E1E8F0;
    border-radius: 4px;
}
.with-button p { color: #66788A; }
.add_link a:hover { color: #A9844F; }
.contact_mas ul li a { color: #1D5394; }
.contact_mas ul li a:hover { color: #A9844F; }
.project_ul li { background: #FFFFFF; border: 1px solid #E1E8F0; border-radius: 3px; }
.news li.img { border: 1px solid #E1E8F0; border-radius: 3px; }
.news p span { color: #A9844F; }

/* ---------- 产品详情参数文字 ---------- */
.pro_descon p { color: #26313C; }
.pro_title h2.title font { color: #C9A063; }
.h_title { color: #0A2A4C; }

/* 联系页询盘表单：容器 590px 左对齐（与 Inquire Form 标题对齐），
   iframe 严格限制在容器内，避免被弹窗通用规则撑宽溢出 */
#Div1 {
    width: 590px;
    max-width: 100%;
    margin: 24px 0 0;
}
#Div1 #chatiframe {
    width: 100% !important;
    max-width: 100% !important;
}

/* 弹窗（Contact Now → INQUIRY FORM）内部 iframe：保持外部表单内容完整宽度 */
#chatiframe {
    width: 790px !important;
    max-width: 130%;
}

/* Contact Now 询盘弹窗：水平垂直居中（覆盖外部 chat.js 的 left:35% 定位），
   固定宽度与内部 iframe（790px）匹配，窄屏自动收窄 */
#common_pop_chat #testchat {
    left: 50% !important;
    top: 50% !important;
    width: 790px !important;
    max-width: 96vw !important;
    transform: translate(-50%, -50%) !important;
}

/* ============================================================
   全站自适应宽度：内容容器铺满两侧（页脚 footer 除外）
   原固定 940px 容器改为流式，超大屏上限 1600px 居中
   ============================================================ */
.container {
    width: auto;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}
/* 内页正文容器加大左右边距：文字与页面边线保持间距感（banner 仍全宽） */
#content {
    padding-left: 60px;
    padding-right: 60px;
}
.sub_box {
    width: auto;
    max-width: 1600px;
    height: auto;
    margin: 15px auto 55px;
}
.sub_box img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}
#bd1lfimg {
    width: 100%;
    height: 620px;
}
#bd1lfimg div { margin-left: 0; }
#bd1lfimg dl { height: 620px; }
#bd1lfimg dt { width: 100%; height: 620px; }
.slurry, .Services, .Water, .product_quality {
    width: auto;
    max-width: 1300px;
    margin: 55px auto;
}
.infobox {
    width: auto;
    max-width: 1600px;
    margin: 55px auto;
}
.infobox-inner {
    width: auto;
    margin: 0 4px;
}
.banners {
    width: auto;
    max-width: 1600px;
    height: auto;
    float: none;
    margin: 5px -60px;
}
/* 页脚内容：跟随全站容器自适应铺满（三列在整页宽度上均匀分布，
   中间列居中、左右两列贴两侧，深蓝背景全宽） */
#footer .container {
    width: auto;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 12%;
    box-sizing: border-box;
}
/* 内页正文区：跟随容器自适应铺满（有侧栏时给侧栏留位） */
.sub1menu {
    float: left;
}
.so_con {
    width: auto;
    float: none;
    margin-left: 0;
    overflow: hidden;
}
#content:has(.sub1menu) .so_con {
    margin-left: 220px;
}

/* ============================================================
   新头部：深蓝一体式（一行式：左 logo + 右导航）
   导航菜单项、搜索框、字体颜色保持现有样式；不要红色按钮
   注意：仅作用于头部容器（#wrap 下的第一个 .container），
   不影响内页正文容器 #content
   ============================================================ */
/* 头部整体深蓝渐变（替代原浅灰背景） */
#wrap > .container:not(#content) {
    background: #0A2A4C;
    background: -moz-linear-gradient(top, #0E3560 0%, #0A2A4C 100%);
    background: -webkit-linear-gradient(top, #0E3560 0%, #0A2A4C 100%);
    background: linear-gradient(to bottom, #0E3560 0%, #0A2A4C 100%);
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
}
/* 去掉页面顶部金色边框和浅色留白，深蓝头部直接顶到最顶部 */
#wrap {
    border-top: none;
    padding-top: 0;
}
/* logo 左对齐（不占 50%），贴顶 */
#wrap > .container:not(#content) > .one-half {
    width: auto;
    float: left;
    padding-top: 0;
}
/* 隐藏头部右侧空 div 与 logo/导航之间的 clear */
#wrap > .container:not(#content) > .one-half.column-last { display: none; }
#wrap > .container:not(#content) > .clear { display: none; }
/* 导航右对齐，在深蓝头部内垂直居中（渲染无关的精确居中） */
#navbar {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: auto;
    float: none;
    margin: 0;
    background: transparent;
    border-radius: 0;
    border-bottom: none;
    box-shadow: none;
}
/* 窄屏（≤1100px）恢复两行式，避免挤压 */
@media only screen and (max-width: 1100px) {
    #wrap > .container:not(#content) > .one-half {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    #navbar {
        position: static;
        float: none;
        width: 100%;
        margin-top: 10px;
        transform: none;
    }
}

/* ============================================================
   移动端适配（viewport 生效后）：banner 文字块在手机上自适应，
   避免 640px 固定宽度溢出屏幕导致文字截断
   ============================================================ */
@media only screen and (max-width: 767px) {
    #bd1lfimg dd {
        width: auto;
        max-width: 88%;
        min-height: 0;
        bottom: 28px;
        padding: 14px 16px;
    }
    #bd1lfimg dd h2 {
        font-size: 24px;
        margin-bottom: 6px;
        line-height: 1.3;
    }
    #bd1lfimg dd tt {
        font-size: 14px;
        line-height: 1.5;
    }
    .banner-cta {
        margin-top: 10px;
        padding: 8px 18px;
        font-size: 13px;
    }
}

/* ============================================================
   移动端全面适配（≤767px 手机）：
   汉堡导航菜单 / 首页产品卡片单列 / 页脚堆叠 / 内页侧栏堆叠
   ============================================================ */
@media only screen and (max-width: 767px) {
    /* ---------- 头部：logo 行 + 右上角汉堡按钮 ---------- */
    #wrap > .container:not(#content) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #wrap > .container:not(#content) > .one-half {
        width: auto;
        float: none;
        padding-right: 56px; /* 给右侧汉堡按钮留位 */
    }
    #navbar {
        position: static;
        width: 100%;
        margin-top: 8px;
        transform: none;
    }
    #nav-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 38px;
        padding: 0;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.45);
        border-radius: 5px;
        cursor: pointer;
        z-index: 20;
        box-sizing: border-box;
    }
    #nav-toggle span {
        display: block;
        width: 20px;
        height: 2.5px;
        background: #FFFFFF;
        margin: 2.5px 0;
        border-radius: 2px;
    }

    /* ---------- 菜单：默认收起，点击展开为纵向列表 ---------- */
    #navlist {
        display: none;
        float: none;
        width: 100%;
        background: #0D2F55;
        margin: 0;
        padding: 4px 0;
        border-radius: 4px;
    }
    #navlist.open { display: block; }
    #navlist > li {
        float: none;
        width: 100%;
        min-width: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    #navlist > li:last-child { border-bottom: none; }
    #navlist > li > a {
        display: block;
        text-align: left !important;
        padding: 12px 16px !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #FFFFFF !important;
        font-size: 15px;
        box-shadow: none !important;
    }
    #navlist > li.current > a,
    #navlist > li > a.selected {
        color: #C9A063 !important;
    }
    /* 下拉子菜单：手机端直接展开为纵向列表 */
    #navlist .ddsubmenustyle {
        position: static;
        display: block;
        visibility: visible;
        opacity: 1;
        width: 100%;
        background: rgba(0, 0, 0, 0.18);
        border: none;
        box-shadow: none;
        margin: 0;
    }
    #navlist .ddsubmenustyle li { float: none; width: 100%; }
    #navlist .ddsubmenustyle a {
        padding: 9px 16px 9px 28px !important;
        color: #D5DEE8 !important;
        background: transparent !important;
        border: none !important;
        font-size: 13.5px;
        text-align: left !important;
    }
    /* 搜索框行：全宽并排（覆盖内联样式） */
    #navlist > li:last-child {
        padding: 8px 12px !important;
        display: flex !important;
        align-items: center;
        gap: 6px;
        border: none !important;
        background: transparent !important;
    }
    #navlist > li:last-child input {
        flex: 1 !important;
        width: auto !important;
        float: none !important;
        box-sizing: border-box !important;
        padding: 8px 12px !important;
        font-size: 14px !important;
        min-width: 0 !important;
        margin: 0 !important;
    }
    #navlist > li:last-child #top1_search_submit {
        flex: 0 0 46px !important;
        width: 46px !important;
        height: 36px !important;
        float: none !important;
        margin: 0 !important;
    }

    /* ---------- 首页产品卡片：单列 ---------- */
    .project-carousel > li {
        width: 100% !important;
        float: none !important;
        margin: 0 0 14px !important;
    }
    .project-carousel > li .entry-image img {
        width: 100%;
        height: auto;
    }
    .slurry h2, .Services h2, .Water h2, .product_quality h2 {
        font-size: 20px;
    }
    .slurry h2 span.more, .Services h2 span.more, .Water h2 span.more {
        float: none;
        display: block;
        margin-top: 6px;
    }

    /* ---------- 页脚：单列堆叠 ---------- */
    #footer .container {
        width: auto;
        max-width: none;
        padding: 0 14px;
    }
    #footer #footer-top { display: block !important; padding: 18px 0 6px; }
    #footer .one-fourth {
        width: 100% !important;
        max-width: none !important;
        flex: 0 0 100% !important;
        float: none !important;
        margin: 0 0 18px !important;
        height: auto !important;
    }

    /* ---------- 内页：左侧栏移到正文之后 ---------- */
    #content {
        display: flex !important;
        flex-direction: column !important;
    }
    #content > .sub1menu {
        order: 2 !important;
        width: 100% !important;
        float: none !important;
        margin: 14px 0 0 !important;
    }
    #content > .so_con { order: 1 !important; }
    #content:has(.sub1menu) .so_con { margin-left: 0 !important; }

    /* ---------- 询盘表单：手机全宽 ---------- */
    #Div1 { width: 100% !important; margin: 16px 0 0 !important; }
    #Div1 #chatiframe { max-width: 100% !important; }

    /* ---------- Contact Now 弹窗：内部 iframe 手机自适应 ---------- */
    #common_pop_chat iframe {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* ---------- 内页横幅标题 ---------- */
    .banners { min-height: 120px; }
    .banners h1 { font-size: 24px; }
    .breadcrumb { font-size: 12px; }

    /* ---------- 正文文字与标题 ---------- */
    .so_con .pro_descon { padding: 0 2px; }
    h1#page-title { font-size: 22px; }

    /* ---------- 产品列表卡片：单列（图上文下） ---------- */
    .products_list .proli_pic {
        float: none !important;
        width: 100% !important;
    }
    .products_list .proli_pic a img {
        width: 100% !important;
        height: auto !important;
    }
    .products_list .pro_main_wrap {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        padding-top: 10px !important;
    }
}

