/* =Global
----------------------------------------------- */
body {
	color: #6B6B6B;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 14px;
	font-family:"Microsoft YaHei",SimSun;
}
a {
  color: #049948;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
	color: #049948;
}
h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 38px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #DDD;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 0 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .pull-left,
  .pull-right {
  	float: none !important;
  }
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget ul {
  padding: 10px 10px;
}

.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}

.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
  border: 1px solid #DDD;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-weight: 600;
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
    font-size: 12px;
}
.tab-thumb.thumbnail {
    margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #54397E;
}
.btn-primary, .label-primary {
	background-color: #54397E;
	border-color: #54397E;
}
.btn-primary:hover, .label-primary[href]:hover, .label-primary[href]:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #4b3371;
	border-color: #4b3371;
}
.widget .input-group {
    width: 110%;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 20px;
  border-radius: 4px !important;
  padding: 12px !important;
  background: transparent !important;
  border: 1px solid #DDD;
  color: #54397E !important;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #54397E !important;
  color: #fff !important;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #DDD;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #049948;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
  background-color: #f4f4f4;
  font-weight: 200;
}
.navbar-default .navbar-nav > li > a {
  color: #5a5a5a;
  #border-right: 1px solid rgba(0,0,0,.2);
  #box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);
  text-align:center;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar {
	border-radius: 0;
	margin-bottom:0px;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  #background-color: rgba(0, 0, 0, 0.1);
  background:url('../images/menu-bg.png') no-repeat center;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 18px 20px;
	color: #fff;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #54397E;
	border: none;
}
.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 13px;
	padding-bottom: 13px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

#respond {
	background-color: transparent!important;
	box-shadow: none!important;
	padding: 0px!important;
}

#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}

p.logged-in-as {
	padding-bottom: 0px;
}

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;
	padding-left: 0;
}

.comment-list li {
	list-style: none!important;
}

.comment .comment-body {
	background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #eee;
  border-radius: 4px;
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #EEE;
	background-repeat: no-repeat;
	background-position: left 20px;
}

.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 12px;
}
#main .page-header {
  margin-top: 0;
}
.entry-meta {
  text-transform: uppercase;
  text-align:center;
}
.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 16px;
  margin-right: 3px;
  color: #049948;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 22px;
  font-weight: bold;
  color: #444;
  text-align:center;
}
.btn.btn-primary.read-more {
  float: right;
  border: 1px solid #DDD;
  color: #54397E;
  background-color: transparent;
}
.btn.btn-primary.read-more:hover {
	color: #FFF;
  background-color: #54397E;
}
.search .more-link {
    display: none;
}
hr.section-divider {
  height: 1px;
  background: #EEE;
  position: relative;
  overflow: visible;
  z-index: 100;
  margin-top: 70px;
  margin-bottom: 70px;
}

hr.section-divider:after {
  z-index: 10000;
  content: "\f004";
  font-family: FontAwesome;
  color: #54397E;
  position: absolute;
  top: -23px;
  left: 50%;
  right: 50%;
  width: 40px;
  height: 30px;
  margin-left: -20px;
  font-size: 30px;
}
.entry-content {
	margin: 0;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #DDD;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #54397E;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}

.site-info a {
  color: #eee;
}
.site-info a:hover {
	color: #999;
}
.site-info {
  color: #999;
  font-size: 16px;
  text-align:center;
  padding:20px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}

@media (max-width: 767px) {
	.site-info, .copyright {
	  text-align: center;
	}
	.footer-nav.nav, .copyright {
		float: none;
	}
	.carousel-caption {
		display: none;
	}
}


/* =Social icons
----------------------------------------------- */

.social-profile {
  font-size: 24px;
  margin: 6px;
  color: #DDD;
}

#social {
  float: right;
  top: 55px;
  position: relative;
}

.social-profile.facebook:hover {color: #3b5998;}
.social-profile.twitter:hover {color: #00aced ;}
.social-profile.google-plus:hover {color: #dd4b39;}
.social-profile.youtube:hover {color: #bb0000;}
.social-profile.linkedin:hover {color: #007bb6;}
.social-profile.pinterest:hover {color: #cb2027;}
.social-profile.rss:hover {color: #F0AD4E;}
.social-profile.tumblr:hover {color: #32506d;}
.social-profile.flickr:hover {color: #ff0084;}
.social-profile.instagram:hover {color: #517fa4;}
.social-profile.dribbble:hover {color: #E56193;}
.social-profile.skype:hover {color: #00AFF0;}
.social-profile.square:hover {color: #6D7177;}

@media (min-width: 992px) {
	#social {
		float: right;
		top: 55px;
		position: relative;
	}
}

@media (max-width: 992px) {
	.site-branding {
		text-align: center;
	}
	#social {
		top: 0;
		float: none;
		text-align: center;
	}
}

/* =Slider
----------------------------------------------- */
.carousel-caption h4 {
	background: #54397e;
  background: rgba(84, 57, 126,0.7);
  padding: 15px;
  color: #fff;
  max-width: 55%;
  margin-bottom: 4px;
}
.carousel-caption {
  left: 20px;
  text-align: left;
  padding-bottom: 20px;
}
.carousel-caption p {
	background: #555;
  background: rgba(0, 0, 0,0.5);
  padding: 15px;
  max-width: 50%;
}
.carousel {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 5px;
  }
}

/* =WooCommerce styling
----------------------------------------------- */

#shipping_method_0_free_shipping,
#shipping_method_0_international_delivery,
#shipping_method_0_flat_rate {
    margin-right: 30px;
}


.simple_slider .flex-caption {
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
	padding-top: 20px;
    position: absolute !important;
	bottom: 20px;
	left: 20px;
    padding-bottom: 20px;
    text-align: left;
	right:20%;
}

.simple_slider .flex-caption .post-title{
	background: rgba(84, 57, 126, 0.7) none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 4px;
    max-width: 55%;
    padding: 15px;
	font-size: 24px;
}

.simple_slider .flex-caption .post-title a { color:#ffffff;}
.simple_slider .flex-caption p {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    max-width: 50%;
    padding: 15px;
	color:#ffffff;
}
.simple_slider .flex-caption p .more-link { display:none;}

.entry-content img { width:100%;}
#main img {width:100%;}

.simple_slider .fob_content_element { margin-bottom:0;}
.simple_slider .flexslider { margin-bottom:0;}

.header-top {
    background: #049948;
    color: #fff;
    font-size: 14px;
    #min-height: 35px;
    padding: 5px 0;
}
.header-top .phone-info { background:url('../images/cqhydh.png') no-repeat left; padding-left:20px;}
.header-user-center-wrap .top-user-c-img { background:url('../images/yhzx.png') no-repeat left; padding-left:23px; float:right; color:#fff;}
.header-cart { background:#049948; width:130px; height:46px; padding:10px; margin-top:35px; float:right; color:#fff; }
.header-cart span.header-my-cart { background:url('../images/gwc.png') no-repeat left; padding-left:30px;}
.header-cart .header-my-cart a { color:#fff;}
.navbar { min-height:46px;}

.navbar-nav > li { width:117px;}
.menu-search-form { margin-top:6px;}
.menu-search-form .input-group .search-field { width:160px; background:#e8eae7; border:none; box-shadow:none;} 
.menu-search-form .input-group-btn .btn-primary, .label-primary { background:#e8eae7; border:none; color:#049948; margin-left:20px; height:34px;}

/* slides */
.slides{position:relative;width:100%;height:auto;overflow:hidden;margin:0 auto;}
.slide-pic{overflow:hidden;width:100%;}
.slide-pic li{display:none; list-style-type:none;}/* ��ҪԪ�� */
.slide-pic li.current{display:block;}/* ��ҪԪ�� */
.slide-li{left:0px;bottom:10px;position: absolute; text-align: center; width:100%;}/* ��ҪԪ�� */
.slide-li a{display:block;font-size:14px;color:#fff;height:30px;text-decoration:none;}
.slide-li li.current a{color:#333;text-decoration:none;}
.op{filter:alpha(opacity=60);opacity:0.6;}
.op li{background:#666;}
.op li.current{background:#fff;}


.slide-li li {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #989a97;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    overflow: hidden;
    width: 12px;
	list-style-type:none;
}

.op li.current {
    background: #8c4273 none repeat scroll 0 0;
}
.slide-li li.current {
    background: #049948 none repeat scroll 0 0;
}
.slide-li li span {
	display: inline-block;
    text-indent: -9999px;
}

#menu-cqhy { margin-left:-15px;}
.index-middle { margin-top:20px;}
.about-title { font-size: 20px; font-weight: 600;}
.title-upletter { background:#8c4273; color: #fff; padding:0 3px;}
.about-contents { margin-top:10px; float: left;}
.about-contents .about-img { width: 300px; float:left;}

.about-contents .about-img img { width:180px; height:150px;}
.about-contents .a-us-intro { float: right; width: 266px; margin-left: 10px;}
.news-date { float: right;}
.index-news-list { margin-top: 10px;}
.index-news-list li { background: url('../images/cqhyjt.png') no-repeat left; padding-left: 15px;}
.about-contents { background:url('../images/qfx.png') no-repeat right; padding-right:30px; width:620px;}
.index-news-list {}
.index-about-us { padding-left:0;}
.index-login {padding-right:0;}
.login-username,.login-password { height:43px;}
.login-contents { margin-top: 20px;}
.login-contents .login-submit #wp-submit { background:url('../images/cqhydlan.png') repeat center; border:none; color:#fff; padding:3px 10px;}
.login-contents .ljzc { margin-left:35px; color:#db3c36; border-bottom:1px solid #db3c36;}
.login-contents .ljzc a {color:#db3c36;}
.login-contents label { font-weight:normal;}

.index-cpzs { margin:20px 0;}
.index-cpzs-title {
	background: #f9f9f9 url('../images/cqhycpzs.png') no-repeat center; 
	height: 43px;padding-top:7px; text-align:center; color:#fff; font-size:18px;
	padding-left:7px;
}

.cpzs-contents { margin-top:20px;}

.company-name { margin:0 auto; text-align:center; font-size:20px; margin:20px 0 10px;  color:#333;}
.company-intro { text-align:center;padding:0 60px;}
.company-intro p {line-height:26px;}
.index-line { background:#a5a5a5; height:1px; margin:30px 0 20px;}
.about-us-img { text-align:center;}
#main .about-us-img img { width:65px;}
.about-us-title { text-align:center; font-size:20px; font-weight:bold; margin-bottom:10px;}
.left-content { padding-left:0px; margin-left:-15px;}
.right-content { padding-right:0px; margin-right:-15px;text-indent:2em; }
.about-us-content .right-content{ color:#6b6b6b;}
.about-us-content .index-ckgd { text-align:center;  margin:20px 0 30px;}
.about-us-content .index-ckgd a {  border:1px solid #ddd; padding:5px 50px; border-radius:5px; color:#049948; font-weight:bold;}
.index-cpzs { background:#efefef; padding:20px 0;}
.product-contents { margin-top:70px;}
.product-contents .product-img { border-radius:500px; display:inline-block; text-align:center;}
.product-contents .product-img img {border-radius: 50%;}
.product-contents .product-singer { text-align:center; border-right:1px solid #ddd;}
.product-contents .product-name { margin-top:10px;}
.product-contents .product-name a { color:#666;}
.product-contents .product-singer-last { text-align:center;}
.product-gdcp { text-align:center; margin:40px 0 20px; }
.index-news-contents { margin:20px 0;}
.product-gdcp a { background:#049948; color:#fff; border-radius:5px; padding:5px 50px;}
.index-news-contents .news-li {
    margin-bottom: 36px;
	padding:5px 0;
}

.index-news-contents .news-num {
    border: 1px solid #87b672;
    color: #666;
    font-size: 30px;
    font-weight: bold;
    text-align:center;
	line-height:56px;
	width:60px;
	margin-right:20px;
	color:#87b66e;
	font-weight:700;
}
.index-news-contents .right-content { text-indent:0;}
.index-news-contents .news-title {
    margin-bottom: 10px;
}
.index-news-contents .news-title a {
    color: #333;
	font-weight:bold;
}
.index-news-contents .news-time {
    float: right;
}
.index-news-contents .news-content {
    color: #666;
    line-height: 26px;
}

.index-news-contents .news-li:hover { background:#049948; padding:5px 0; cursor:pointer;}
.index-news-contents .news-li:hover .news-num { border:1px solid #fff; color:#fff;}
.index-news-contents .news-li:hover .news-title a { color:#fff;}
.index-news-contents .news-li:hover .news-time { color:#fff;}
.index-news-contents .news-li:hover .news-content { color:#fff;}
.index-news-contents .index-ckgd { text-align:center;  margin:20px 0 80px;}
.index-news-contents .index-ckgd a {  border:1px solid #ddd; padding:5px 50px; border-radius:5px; color:#049948; font-weight:bold;}
#colophon { background:#049948; color:#fff;}
#colophon .site-info { color:#fff;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { line-height:41px;}
.woocommerce .order_details li { line-height:40px;}
table.my_account_orders {border-collapse:unset;}
.my_account_orders > tbody > tr > td, .my_account_orders > tbody > tr > th,.my_account_orders > tfoot > tr > td, .my_account_orders > tfoot > tr > th, .my_account_orders > thead > tr > td, .my_account_orders > thead > tr > th { line-height:28px; padding:12px;}
.woocommerce p.order-info { color: #747474; font-size: 15px;line-height: 30px; margin-bottom:20px;}
.woocommerce p.order-info mark {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}
.center-block {display: block; margin-left: auto; margin-right: auto; float:none;}
.woocommerce-account .woocommerce h2 {
    color: #434343;
    font-size: 28px;
    font-weight: normal !important;
    line-height: 36px;
    margin-bottom: 12px;
    padding-bottom: 14px;
}
.woocommerce-account .woocommerce h3 {
    color: #434343;
    font-size: 20px;
    font-weight: normal !important;
    line-height: 28px;
    margin-bottom: 7px;
    padding-bottom: 8px;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background:#049948;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { 
background:#049948;}
/**************** index producs scroll *******************/
.cpzs-contents {clear: both;padding:0 5px;height:195px;width:1108px;position:relative;}
#demoPic {overflow:hidden; width:1056px; height:195px; margin-left:20px;}
#demoPic  ul { margin-left:-15px;}
#indemoPic { float:left; width:800%;}
.cpzs-contents h4{margin-right:10px;color:#459b06;padding-left:7px;font:normal 1.3em;}
.cpzs-contents .head{text-align:left;margin:10px 0 0;}
.cpzs-contents #move-left{
	position:absolute;right:0;top:26px;width:22px;
	height:108px;float:left;background:url(../images/right-btn.png) no-repeat;
	text-indent:-9999px;
}
.cpzs-contents #move-right {
	position:absolute;right:auto;top:26px;width:22px; left:0;
	height:108px;float:left;background:url(../images/left-btn.png) no-repeat;
	text-indent:-9999px;
}
.cpzs-contents .slider-wrapper{float:left; position:relative;}
.cpzs-contents li{float:left; width:172px; text-align:center; margin:5px 0; padding:8px 4px; height:175px; overflow:hidden;}
.cpzs-contents .index-product-img img { border:1px solid #006cb7; padding:5px; width:160px; margin-bottom:10px;}
.cpzs-contents .index-product-title span {  clear:both;margin-top:5px; color:#006cb7;}

.footer-line { border-top:4px solid #006cb7;}
.footer-line-two { border-top:3px solid #6c8fc7;}

.cqhy-iheader { margin:20px 0; background:url('../images/sub_line.jpg') repeat; }
.cqhy-titlebar { float:left; padding:0 15px;background:#efedee;width:115px; position:relative; border-right :4px solid #fff; height:38px;}
.cqhy-titlebar div a { color:#333; text-decoration:none;}
.cqhy-title-current {background:#049948;}
.cqhy-title-current a { color:#fff;}
.cqhy-titlebar div { text-align:center; line-height:36px; font-size:16px; color:#fff; height:36px; overflow:hidden;}
.cqhy-iheader-upimg { position:absolute; top:21px; left:46%;}
.cqhy-iheader-hoverimg { display:none;}

.cqhy-titlebar:hover {background:#049948; }
.cqhy-titlebar:hover a { color:#fff; text-decoration:none;}
.cqhy-titlebar:hover .ycdl-iheader-hoverimg { display:block;}

.cqhy-iheader-right {color:#000; float:right;padding-right:20px; }
.cqhy-iheader-right .simple_breadcrumb li{ line-height:38px;  height:38px;}
.cqhy-iheader-right .woocommerce-breadcrumb { margin:0; line-height:38px;  height:38px;}
.woocommerce .woocommerce-breadcrumb a:hover, .simple_breadcrumb a:hover { color:#000;}
.qufenxian { width:100%; height:33px; background:url("../images/qufenxian.jpg") repeat-x;}

.post-list-title { list-style-type:none; border-bottom:1px dashed #dddddd; line-height:41px; background:url('../images/cqhyjt.png') no-repeat left; padding-left:20px;}
.post-list-title a , .post-list-title a:visited{ color:#666; text-decoration:none;}
.post-list-title a:hover { text-decoration:none;}
.post-list-date { float:right;}
.post .entry-content p { line-height:30px;}
.all-article .hentry { margin:0;}
.all-article { margin-bottom:30px;}

.widget ul.menu li {
	border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.widget-title { font-size:22px; padding-bottom:10px; padding-top:5px;}
#secondary { background:#f9f9f9;}


.zpzw { background: #888888 url('../images/rczp.png') no-repeat 15px center; height:60px; padding:5px 0 5px 85px; font-size:40px; color:#fff; line-height:53px;
overflow:hidden;
}
.zxzp-upimg { text-align:center; margin-top:-10px;}



#m {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-top: 30px;
    overflow: hidden;
}

.m_l {
    float: left;
    #padding-top: 80px;
    width: 20%;
}

.m_r {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    float: left;
    min-height: 600px;
    padding-bottom: 20px;
    width: 80%;
}

ul, li {
    list-style-type: none;
}

.m_l li {
    #border-bottom: 1px solid #ffe4c4;
    #border-top: 1px solid #ffe4c4;
    color: #888;
    cursor: pointer;
    font-size: 15px;
    padding: 20px;
    text-align: center;
}
.m_l li a { padding:15px 30px;}
.m_l li a:hover {color:#8c4273;}

.m_l li.online {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
	border-left:3px solid #8c4273;
    color: #82c83c;
    position: relative;
    width: 222px;
}
.m_l li.online a { color:#8c4273;}

.m_r_t {
    border-bottom: 1px solid #ddd;
    height: 50px;
    padding: 0 20px;
    line-height: 16px;
}

.m_r_t h2 {
    float: left;
    font-size: 18px;
    margin-top: 18px;
    font-weight:bold;
}

.m_r_t span {
    color: #888;
    margin-left: 5px;
    margin-top: 23px;
    position: absolute;
}

.m_r_b {
    #padding: 20px;
}
ul, p, h1, h2, h3, h4, h5, h6 {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.seo > p {
    margin-bottom: 50px;
    padding: 15px 10px;
    position: relative;
}
.sp {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px dashed #ddd !important;
    color: #0f820c;
    font-size: 12px;
}

.po p i, .seo p i {
    background: #fff none repeat scroll 0 0;
    color: #fc6440;
    font-style: normal;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 70px;
}

.seo form {
    padding: 0 30px;
}

.info p {
    margin-bottom: 20px;
}

.seo p span {
    color: #666;
    float: left;
    line-height: 30px;
    overflow: hidden;
    width: 81px;
}

.seo p b {
    color: #999;
    display: inline-block;
    line-height: 30px;
}

.po input#post-title, .seo input {
    border: 1px solid #ddd;
    color: #888;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 300px;
}

.po input#sub, .seo p #qqoq_save, .seo p input#qqoq_pass {
    background: #d33431 none repeat scroll 0 0;
    color: #f5f5f5;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    padding: 5px 10px;
}
.seo p input#qqoq_save, .seo p input#qqoq_pass {
    border: 0 none;
    float: left;
    height: 35px;
    margin-left: 70px;
    width: 80px;
}

p span.ajaxmsg {
    display: inline-block;
    margin-left: 30px;
    margin-top: 20px;
    width: 110px;
}
.po input#post-title:focus, .seo input:focus, .seo p textarea:focus { border:1px dashed #d33431;}


.seo p textarea {
    border: 1px solid #ddd;
    color: #888;
    font-size: 13px;
    height: 100px;
    padding: 5px 10px;
    width: 400px;
}

/****************վ����*****************/

#fep-wrapper { }
#fep-content{ margin-top:20px;}
#fep-content table { width:100%;}
#fep-content p { margin-bottom:15px;}
#fep-content .field-row { margin-bottom:20px;}
#fep-content #send_message_form label {
    color: #666;
    float: left;
    line-height: 30px;
    overflow: hidden;
    width: 81px;
}
#fep-content textarea {
    border: 1px solid #ddd;
    color: #888;
    font-size: 13px;
    height: 100px;
    padding: 5px 10px;
    width: 400px;
}

#fep-content .le-button {
    background: #d33431 none repeat scroll 0 0;
    color: #f5f5f5;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    padding: 5px 10px;
}
#fep-content .le-button {
    border: 0 none;
    float: left;
    height: 35px;
    margin-left: 70px;
    width: 80px;
}
#fep-content input:focus, #fep-content textarea:focus { border:1px dashed #d33431;}

.user_login_frontpage form .form-row input.input-text,.user_login_frontpage form .form-row textarea { line-height:3;}

.index-l-r { background: #cccc99 none repeat scroll 0 0;border-radius:2px; height: 15px; padding:3px 12px 4px;}
.index-l-login {background: #6699cc;}
.index-l-logout { background: #eb65a0; background: none;  padding:3px 5px 4px;}



/***************************** user-center ************************************/
.user-widget-box {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    clear: both;
    margin-bottom: 20px;
    position: relative;
}
.user-center {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    width: 100%;
}
#user-left {
    float: left;
    padding-bottom: 10px;
    width: 19.9%;
}

#user-right {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0 none;
    border-left: 1px solid #e1e1e1;
    float: left;
    margin: 0;
    min-height: 600px;
    overflow: hidden;
    padding: 10px 1.33333%;
    width: 80%;
}

#user-left .user-avatar {
    padding: 15px;
    text-align: center;
}

#user-left .user-avatar img {
    border: 1px solid #eee;
    border-radius: 100px;
    height: auto;
    max-height: 100px;
    max-width: 100px;
    padding: 5px;
    transition: transform 0.4s ease-out 0s;
    width: 98%;
}

p {
    line-height: 20px;
}

#user-menu li {
    padding: 12px 10px;
    text-align: center;
}

#post-header {
    background: #f8f8f8 none repeat scroll 0 0;
    margin: -10px -15px 10px;
    padding: 10px 15px;
}
.user-center #post-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
}

#user-right #post-header .page-title {
    width: 200px;
}
#post-header .page-title {
    font-size: 20px;
    padding: 10px 0;
    font-weight:bold;
}
.user-center #user-menu { margin-top:20px;}
.cf-style-1 label {
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 22px;
}

p.form-control-static {
    margin-bottom: 0;
}
.panel-profile p.form-control-static {
    border-bottom: 1px dashed #ececec;
}
#user-menu li.current-menu-item {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #09b1b9;
    margin: 0 -1px;
}
#user-menu li.current-menu-item a {
    color: #09b1b9;
    margin-left: -5px;
}




#fep-wrapper table tr th {
    border: 1px solid #eee;
}
#fep-wrapper th {
    background: #fff none repeat scroll 0 0;
}
#fep-content th {
    color: #888;
}
#fep-content th, #fep-content td {
    border: 1px solid #e1e1e1;
    line-height: 20px;
    padding: 8px 1%;
    vertical-align: top;
    white-space: pre-line;
}
#fep-content table tbody tr:nth-child(2n+1) {
    background: #f8f8f8 none repeat scroll 0 0;
}

#user-right form .form-row-first,#user-right form .form-row-last { width:100%;}
#user-right form .form-row input.input-text,#user-right form .form-row textarea { line-height:40px;}

#user-right form  input:focus, #user-right form textarea:focus { border:1px dashed #d33431;}

#user-right form .le-button { background:#d33431 none repeat scroll 0 0; color:#fff;}

.edit-my-address { margin:0 auto; width:100%;}
.edit-my-address .center-block { float:none;}
.edit-my-address h3 { margin-bottom:20px; margin-left:-15px;}
.edit-my-address form .form-row input.input-text,.edit-my-address form .form-row textarea { line-height:40px;}
.edit-my-address form .state_select,.edit-my-address form .select2-container { line-height:41px;}

.woocommerce form .form-row .select2-container { line-height: 41px;}
.s-r-button { margin-left: -15px; margin-top:10px;}
.woocommerce .s-r-button .le-button { background: #d33431; color: #f5f5f5;}
.woocommerce .s-r-button .le-button:hover { background: #d33431; color: #f5f5f5;}
.woocommerce .edit-my-address input[type="text"]:focus {border:1px dashed #d33431;}
.woocommerce .buttons-holder { border-top:1px solid #ddd; margin-top:10px; padding-top:10px;}
.woocommerce .buttons-holder input.button,.woocommerce .buttons-holder input.button:hover { padding-left:20px; padding-right:20px; background:#049948; color:#fff;}

.designer-product-units {margin-top:31px;float:left;font-size:20px;}
.product-quantity .designer-product-units { float:none; font-size:14px; margin-top:0;}

.technology_word { margin:20px 0; text-align: center;}
.technology_word a { border:1px solid #049948 ; 
background: #049948  url('../images/download.png') no-repeat 10px center; 
color:#fff !important; 
border-radius:10px; padding:6px 30px 6px 40px; text-decoration: none; margin-top:30px;}

/*********************ѯ�� start **************************/
.qqoq_form{
	background: #fff;
	height: 550px;
	left: 50%;
	margin-left: -220px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	width: 440px;
	z-index: 999;
	margin-top: -245px;
	display: none;
}
.gform_wrapper .gform_footer{
  margin: 0 !important;
  padding: 0 !important;
}
.qqoq_form .process {
    height: 25px;
    margin: 0px auto 26px;
    width: 376px;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.qqoq_form .process ul li {
    background: rgba(0, 0, 0, 0) url("http://style.org.hc360.com/images/my/images/inquiry/check-pri-p1.jpg") no-repeat scroll left top;
    color: #666;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 119px;
}

.qqoq_form .process ul .li-two {
    background: rgba(0, 0, 0, 0) url("http://style.org.hc360.com/images/my/images/inquiry/check-pri-p2.jpg") no-repeat scroll left top;
    color: #999;
}

.qqoq_form .process ul .li-th {
    background: rgba(0, 0, 0, 0) url("http://style.org.hc360.com/images/my/images/inquiry/check-pri-p2.jpg") no-repeat scroll left top;
    color: #999;
}
#ulpanel { margin: 10px auto 0;width: 430px;overflow: hidden;}
#ulpanel p, #ul-s5 {float: left;width: 100%;margin: 0;}
#ulpanel p { line-height:50px;}
#ul-s2 {color: #292929;float: left;font-size: 24px;}
#ul-s3 {color: #707070;float: right;font-size: 18px; position: relative;top: 14px;}
#ul-s1 a { color: #d6634f;border-bottom: 1px dotted;}
.inputtxt2 {
  border: 1px solid #dae2e5;
  color: #979696;
  font-family: "΢���ź�",Arial;
  height: 40px;
  line-height: 42px;
  margin-top: 10px;
  text-indent: 10px;
  transition: border-color 0.3s ease 0s;
  width: 340px;
}
#ul-s5 {margin-top: 20px; position: relative;}
#sendlogin {
  background: #88ca28;
  color: #fff;
  border-bottom: 4px solid #82c225;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  float: left;
  font-family: "΢���ź�",Arial;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 160px;
}
#ul-s5 div { float: left;margin-left: 20px;margin-top: 7px;font-size: 12px;color: #929292;}
#ul-s5 div label {margin-left: 5px; font-weight: normal;}
#ul-s6 {color: #353535;float: right;line-height: 40px; font-size: 12px;}
#ulline {border-bottom: 1px solid #ecf2f5;float: left; height: 1px; margin-bottom: 8px; margin-top: 24px;width: 100%;}

#culp {background: #fff;display: block;height: 16px;position: absolute;right: 20px;top: 20px; width: 16px;}
.pwclose {
  width:16px; 
  height:16px; 
  position:relative; 
  display:block; 
  float:right;
  -webkit-transform:rotate(45deg); 
  transform:rotate(45deg); 
  transition:all ease-out .3s;
}
.pwclose:hover{transform:rotate(225deg);-webkit-transform:rotate(225deg);}
.pwclose_h { background: #fff;height: 2px;position: absolute;top: 7px;width: 16px;}
.pwclose_s {background: #fff;height: 16px;left: 7px; position: absolute;width: 2px;}
#culp a div { background: #7c7c7c;}
#x{
	position: fixed;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	background-color: #000;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8; 
	-khtml-opacity:0.8; 
	z-index: 998;
	display: none;
}
.inputtxt2:focus,.login_user input:focus{border-color: #3EB0D8;}

.qqoq_err{background-color: #FD6E6E;color: #fff;font-size: 15px;height: 40px;left: 50px;line-height: 40px;position: absolute;text-align: center;top: -40px;
width: 340px;}
.denglu .qqoq_err{font-size: 12px;height: 30px;left: 0;line-height: 30px;position: absolute;top: -40px;width: 190px;}



/*********** productҳ�� ����ѯ�� ***********/
#xjd-content .gform_wrapper .gfield { margin-bottom:15px;}
#xjd-content .gform_wrapper .top_label .gfield_label { width:100px; margin:0.625em 10px 0.5em 0; float:left; text-align:right; font-weight:500;}
#xjd-content .gform_wrapper .top_label .gfield_error .ginput_container {#max-width:46%;}
#xjd-content .gform_wrapper .gfield_description.validation_message, .fbxj .gform_wrapper .top_label .gfield_description.validation_message { margin-left:130px;}
#xjd-content .gform_wrapper textarea.medium { width:60%; height:8em;}
#xjd-content .gform_wrapper .top_label input.medium, #xjd-content .gform_wrapper .top_label select.medium {width:60%;}
#xjd-content .gform_wrapper div.validation_error { display:none;}
#xjd-content .gform_wrapper .gfield_description.validation_message, #xjd-content .gform_wrapper .top_label .gfield_description.validation_message{ margin-top:0px;padding:0 !important;}

#xjd-content .gform_wrapper input.gform_button {
    background: #e64545 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    height: 30px;
    list-style: outside none none;
    text-align: center;
    width: 95px;
	margin-left:110px;
}

/***********************ѯ�� end **************************/

/********************���߿ͷ�*******************/
li{ list-style:none}
#rightButton{ position:fixed; _position:absolute; top:208px; right:0; z-index:999999; display:block;}
#right_ul{ position:relative;}
#right_qq{  background:url(../images/7_03.png) no-repeat; width:68px; height:74px; }
#right_tel{ background:url(../images/7_05.png) no-repeat; width:68px; height:77px; }
#right_tip{  background:url(../images/flag_right.png) no-repeat; width:252px; height:91px; position:absolute; right:70px; top:-10px; display:none; z-index:999999; }
.flagShow_p1{ float:left; margin-left:15px; _margin-left:5px; font-size:18px; line-height:91px;}
.flagShow_p2{ float:left; margin-left:10px; _margin-left:5px; font-size:18px;  color:#FA7C00;}
.flagShow_p2 a{ display:block; margin: 14px 0 5px 12px; line-height:58px;}
.flagShow_p2 span{ margin: 0 0 0 14px; }
.flag_qq{ display:none;}
.line91{ line-height:91px; }