@charset "utf-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	background-color:rgb(246, 248, 247);   
}
* {
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration:none !important;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1,h2,h3 {
/*  margin: .67em 0; */
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  	padding: 0;
}
ul,
li{padding:0;border:0;margin:0;} 



/* menu navigatiaon bar for every page menu   */
.banner_menu{
    width: 100%;
	height: auto;
	text-align:center;
	margin:0 auto;
/*	background-color:rgb(246, 248, 247);   
    background-color: #2A9F1D;   */
	background-color: #3dcd58;   /* ʩ�͵µ�����ɫ��  */
}

.banner_menu_heng{
	width: 100%;
  	max-width: 1280px;
    text-align: center;	
	margin:0 auto;
	background-color:transparent;
	display:inline-block;
	vertical-align:middle;
}
.banner_menu_heng span{
    z-index: 10;
    position: absolute;
	text-align:center;
	margin:0 auto;
	vertical-align:middle;
	display:block;
}
.banner_menu_heng span img{
	text-align:center;
	margin:0 auto;
}

.menu_nav_bar{
	z-index: 997; 
	font-weight: bolder;
    text-align: center;	
	margin:0 auto;
	list-style: none;
	list-style-type:none;
}
.menu_nav_bar a{
	color: white;
	text-decoration:none;

}
.menu_nav_bar a:hover{
	color: #76ec40;
	text-decoration:none;

}

.menu-nav-column.open > .sub-menu-nav{		/* dropdown �����򣬺�׺�Ƿ�����menu */
  display: block;
}
.menu-nav-column.open > a {
  outline: 0;
}
.menu-nav-column.open > a:hover {
  outline: 0;
}
.menu-nav-column > .sub-menu-nav {
  display: none;
}


.sub-menu-nav{
	z-index: 997;
	position:absolute;
	list-style: none;
	list-style-type:none;
	background-color: #3dcd58;   /* ʩ�͵µ�����ɫ��  */
	display:none;                /* ��ʼ������ʾ  */
}
.sub-menu-nav-column{
	text-align:center;
	margin:0 auto;
	overflow: hidden;
	border-bottom: dotted 1px white;
}






/* main page swiper*/
.banner_img{
    width: 100%;
	height: auto;
	background-color:rgb(246, 248, 247);   
}


.swiper-container{
/*    float: left;    */
    width: 100%;
	margin:0 auto;
}
.swiper-slide {
    text-align: center;
    background: rgb(246, 248, 247);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
/*	max-width: 1280px;  */
}


.companytextabout {
	text-align:center;
	margin:0 auto;
/*	max-width: 1280px !important; */
}
.companytextabout img {
	width:100%;
	text-align:center;
	margin:0 auto;
}

.companytopindex{
	text-align:center;
	margin:0 auto;
/* 	max-width: 1280px !important;   */
}
.companytopindex img {
	width:100%;
	text-align:center;
	margin:0 auto;
}

.site-footer{
	text-align:center;
	margin:0 auto; 
	font-family: "SimSun";
	display: block;
	background-color: rgb(246, 248, 247); 
}

.site-footer .copyright{
	padding-top: 5px;
	margin-bottom: 5px;
	
}

.site-footer .copyright .text,
.site-footer .copyright .text a{
	color:#ccc;
}


/*  products show and system window  */
.system_diagram,
.products_show {
	width:100%;                           /* full screen */
	background-color:rgb(246, 248, 247);   
}

.system_diagram_title,
.system_diagram_map,
.oursuper_top,
.ourcooperation_box,
.show_top{
	width: 100%;
	max-width: 1280px !important;       /* show products windows */
	text-align:center;
	margin:0 auto;
/*	background: rgb(248, 245, 240);  
	background-color:rgb(246, 248, 247); */  
	display:table;
}

.showproductabout{
 	width:100%;  
	max-width: 1280px !important;       /* show products windows */
	text-align:center;
	margin:0 auto;
/*	background-color:rgb(248, 245, 240);   */
	background-color:rgb(246, 248, 247);   
  
}


/****  common used ****/
/****  common used ****/
.proshow{
	list-style: none;
	display:block;
	text-align:left;
	width:100%;
	height:100%;
	overflow:hidden; 
	margin: 0 auto;
/*	background-color:rgb(248, 245, 240);  */
	background-color:rgb(246, 248, 247);   
}

.proshow .proshow_li{
	list-style: none;
	float:left;
  	background-color:rgb(255, 255, 255); 
	position: relative;   
}

.proshow .proshow_li img{
	width:100%;
}

.proshow .proshow_li .proshow_li_pic{

}

.proshow .proshow_li .proshow_li_text{
	height: 40px;
    line-height: 20px;
    padding: 2px 5px;
    overflow: hidden ;
    color: #333333;
}

.proshow .proshow_li .front_price{
    font-size: 20px;
    height: 20px;
    line-height: 20px;
	margin:10px auto;
    padding: 0px 10px;
	color: #27c411;  /*首页列表价格颜色*/
    overflow: hidden;
	text-align:center;
    font-weight: bold;
}

.proshow .proshow_li .front_price span{
    font-size: 14px;
    font-weight: normal;
}

.proshow .proshow_li .cometobuy{
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: #27c411;   
    border: 1px inset #27c411;
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
}

.system_diagram_title span,
.oursuper_top span,
.ourcooperation_box span,
.show_top span{
	font-family: Microsoft YaHei; 
	color: #3dcd58 !important;     /* ʩ�͵���ɫ��	*/
	text-align: center;
	margin:0 auto;
}
.show_top h2,
.oursuper_top h2,
.ourcooperation_box h2,
.system_diagram_title h2{
	color:#ccc;
	text-align:center;
}
.show_top .titleicon,
.oursuper_top .titleicon,
.ourcooperation_box .titleicon,
.system_diagram_title .titleicon{
    background: url(../images/down1.png) no-repeat center center;
	background-size: auto 100%;
	display:inline-block;
}



.product_detail_div{
	width:100%;                           /* full screen */
	background-color:rgb(246, 248, 247);   
}

#product_detail,
.product_detail{
	width: 100%;
	height:auto !important;
	max-width: 1280px;
	margin: 0px auto;	
	background-color:rgb(255, 255, 255);   
}

.clear:before,
.clear:after,
.detail_allclear:after,
.topmeta_clear:after,
.midmain_clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.product_detail .pro_price_box{
    float: left;
    width: 100%;
}

.pro_detail_hd {
	display: table-row ;
}

.pro_detail_hd .title_selected{
	display: table-row;
}
.pro_detail_hd .title_noneselected{
	display:none;
}


.pro_detail_hd h2 {
    padding-bottom: .2em;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500 ;
    color: #000;
	text-align:left;
	margin: 0 0;
}

.product_detail .meta_price_tag {
    background-color: #f7f7f7;
    z-index: 10;
    font: 14px/1.8 "Microsoft Yahei","微软雅黑",Tahoma,Arial;
}

.product_detail .meta_price_tag .meta_price_label {
	margin:0 ;
}

.meta_price_tag .meta_price_quotation,
.meta_series_tag .meta_series_item {
    color: #999;
    text-align: left;
}

.product_detail .pro_title_price dl dd {
    color: #333;
    font-family: Arial;
}

.product_detail  .pro_title_price dl:after {
    content: ' ';
    display: block;
    overflow: hidden;
    height: 0;
    font-size: 0;
    clear: both;
}

.meta_price_label .meta_price_mark {
	width:120px;      /* five number  */
	height:50px;
    line-height: 24px;
    position: relative;
}

.product_detail .meta_price_tag .meta_price_mark .meta_yuan {
    vertical-align: middle;
    color: #ff7300;   /*价格颜色*/
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
}

.meta_price_tag .meta_price_mark .meta_value{
	vertical-align: middle;
    font-size: 25px;
    color: #ff7300;   /*价格颜色*/
    font-weight: bolder;
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
}

.meta_price_tag .meta_price_text {
	text-align: left;
    color: #df3033;   /*备注颜色*/
}


.meta_price_mark .meta_value .meta_value_num{
	display:table-row;
	list-style: none;
}

.meta_price_mark .meta_value_num .value_selected,
.meta_series_tag .meta_parameter_data .parameter_selected{
	display:table-row;

}

.meta_price_mark .meta_value_num .value_noneselected,
.meta_series_tag .meta_parameter_data .parameter_noneselected{
	display:none;
}

.meta_price_zan{
	float:right;
    color: #999;
	font-size:10px;
	text-align:center;
	margin:0 auto;
	width:150px;
}
.meta_price_zan .price_zan_position{
	width:50px;
	padding:0 5px;
	text-align:center;
	vertical-align:top;
	border-left:1px dotted #bbb;
	display:inline-block;
}
.meta_price_zan .price_zan_text{
	color:#999;
	line-height:14px;
}
.meta_price_zan .price_zan_position p{
	color:#999;
	line-height:14px;
}
.meta_price_zan .price_zan_position img{
	width:40px;
	height:40px;
}
.meta_price_zan .price_zan_position a{
	height:0;
	display:inline-block;
}
.meta_price_zan .price_zan_count{
	width:50px;
	padding:0 5px;
	text-align:center;
	vertical-align:top;
	border-left:1px dotted #bbb;
	display:inline-block;
}
.price_zan_count .price_zan_num{
	color:blue;
	font-weight:bold;
}



.product_detail .meta_series_tag{
    z-index: 10;
    font: 14px/1.8 "Microsoft Yahei","微软雅黑",Tahoma,Arial;
}

.meta_series_tag .meta_series_capacity,
.meta_series_tag .meta_parameter_label {
    padding: 5px 0 5px;
    position: relative;
	margin:0 ;
}

.product_detail .meta_series_tag dl dd {   /*this area limited for numbers of series selected*/
    color: #333;
    font-family: Arial;
}

.meta_series_capacity li {
    line-height: 28px;
    float: left;
    position: relative;
    margin: 0 4px 4px 0;
    vertical-align: middle;
    padding: 1px;
}
.meta_series_capacity li a {
    float: left;
    background-color: #fff;
    white-space: nowrap;
    width: 100px !important;
    min-width: 10px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #b8b7bd;
    color: #000;
    text-decoration: none;
}

.meta_series_tag .meta_series_watt,
.meta_series_tag .meta_parameter_data{
	display:table-row;
	list-style: none;
}

.meta_series_tag .meta_series_watt .watt_selected a{
	background-color:#fcc;
}

.product_detail .meta_contact_tag{
	margin: 5px 0;
}
.meta_contact_tag .meta_contact_label{
	margin:0 auto;
}
.meta_contact_tag .meta_contact_buy{
	text-align:left;
	margin-left: 10px;
}

.meta_contact_tag .meta_online_message{
	height: 30px;
	width:120px;
    line-height: 30px;
    text-align: center;
	margin: 20px 10px 15px 10px;
    background: #27c411;
    border: 1px inset #27c411;
    border-radius: 10px;
    display: block;
}
.meta_contact_tag .meta_leave_message{
	height: 30px;
	width:120px;
    line-height: 30px;
    text-align: center;
	margin: 20px 10px 15px 10px;
    background: #27c411;
    border: 1px inset #27c411;
    border-radius: 10px;
    display: block;
}

.meta_online_message a,
.meta_leave_message a{
	color: white;
	font-size: 16px;
    font-weight: normal;	
    text-decoration: none;
	list-style:none;
}
.meta_online_message a:hover,
.meta_leave_message a:hover{
	color: white;
}


.meta_contact_tag .meta_contact_tel{
}
.meta_contact_tag .meta_contact_tel .meta_tel{
	color: red;
	font: 18px/2 "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 900;
}
.side-customer-service .side-service-bd .meta_weixin_scan,
.meta_contact_tag .meta_contact_tel .meta_weixin_scan{
	color:  #989898;
	font-size: 12px;
    position: relative;
}
.side-customer-service .side-service-bd .meta_add_weixin,
.meta_contact_tag .meta_contact_tel .meta_add_weixin{
	font-size: 12px;
	color:  #989898;
    padding: 0 42px 0 0;
	line-height: 30px;
    height: 100%;
    display: inline-block;
	text-align: right;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 65px 0;
	background-image: url(../images/weixin_scan_icon.png);	
	position: relative;
}
.side-customer-service .side-service-bd .meta_add_weixin:hover,
.meta_contact_tag .meta_contact_tel .meta_add_weixin:hover{
	background-color: #f5f5f5;
}

.side-customer-service .meta_add_weixin .weixin_code_pic, 
.meta_contact_tel .meta_add_weixin .weixin_code_pic{
	z-index: 99;
    top: 30px;        /*same with ".meta_add_weixin" line-height: 30px */
    left: -40px;
    height: 175px;
    width: 175px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    position: absolute;
}
.side-customer-service .meta_add_weixin:hover .weixin_code_pic, 
.meta_contact_tel .meta_add_weixin:hover .weixin_code_pic{
	display: block;
    background-color: #fff;
}


.meta_contact_tag .meta_publicity_text{
	margin:0px  10px;
	color: #000;
	font-weight:bold;

}





.pro_album_box .photo_frame {
    position: relative;
    display: table;
    table-layout: fixed;
}

.pro_album_box .photo_frame a {
    border: 1px solid rgba(0,0,0,.05);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.pro_album_box .photo_frame a img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.pro_album_box .photo_frame a .imagezoom{
	display:inline-block; 
	
}

.imagezoom_cover {
    cursor: move;
	z-index: 999;
    position: absolute;
	background: url(../images/image_zoom_point.png) repeat 0 0 scroll transparent ;
}

.imagezoom_view {
	display:none;
	text-align:center;
	background:#ffffff;
	overflow:hidden;
}

.pro_album_box .photo_thumb_list {
    position: relative;
}

.pro_album_box .photo_thumb {
    white-space: nowrap;
    position: relative;
    transition: left .2s cubic-bezier(0,0,.25,1);
    font-size: 0;
}

.pro_album_box .photo_thumb li {
}

.meta_series_capacity li a:hover, 
.meta_series_capacity li.watt_selected a, 
.meta_series_capacity li.watt_selected a:hover {
    border: 2px solid #FF0036;
    margin: -1px;
}

.product_detail .products_right_ad{
    height: 100%;
    border-left: 1px solid #f2f2f2;
}

.product_detail .right_ad_inner{
	font-size:12px;
	height: 100%;

}

.product_detail .right_ad_hd{
    position: relative;
    height: 15px;
    margin-top: 5px;
    overflow: hidden;
}

.product_detail .right_ad_hd span{
	position: absolute;
    color: #999;
    text-align: center;
    width: 6em;
    top: 0;
    left: 50%;
    margin-left: -3em;
}

.product_detail .right_ad_carousel{
	text-align:center;
	margin:0 auto;
	padding: 10px 12px 2px 13px;
    position: relative;
}

.product_detail .right_ad_carousel .ad_wrap_thispage{
	width: 100%;
    overflow: hidden;
    position: relative;	
	
}

.ad_wrap_thispage{
	width:100%;
}

.ad_wrap_thispage .right_ad_list{
	text-align:center;
	margin: 0 auto;
	padding:0;
	list-style:none;
}

.ad_wrap_thispage .right_ad_list .img {
    height: 140px;
    width: 140px;
    margin: 0 auto;
    position: relative;
    background-color: #f8f8f8;
    vertical-align: middle;
    line-height: 120px;
    overflow: hidden;
}
.ad_wrap_thispage .right_ad_list a{
	display: block;
    color: #62574e;
    zoom: 1;
    cursor: pointer;
	text-decoration: none;
}

.ad_wrap_thispage .right_ad_list a:hover{
	color:red;
}

.ad_wrap_thispage .look_price {
    width: 100%;
    left: 0;
    position: absolute;
    font-family: Arial;
    line-height: 20px;
    background-color: rgba(255,255,255,.8);
    bottom: 0;
    text-align: center;
	margin:0 auto;
}

.ad_wrap_thispage  .look_title{
	width: 80%;
    line-height: 20px;
    text-align: center;
	margin:5px auto  20px auto;
	overflow:hidden;
}
.ad_wrap_thispage  .look_title a{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.right_ad_carousel .ad_switchable_trigger{
    overflow: hidden;
    padding: 0 42px;
	list-style: none;
}

.right_ad_carousel .ad_switchable_trigger li {
    text-indent: -999em;
}

.right_ad_carousel .ad_switchable_prev_btn {
    float: left;
    background-position: 0 0;
}
.right_ad_carousel .ad_switchable_prev_btn:hover{
    background-position: 0 -61px;
}
.right_ad_carousel .ad_switchable_next_btn {
    float: right;
    background-position: 0 -30px;
}
.right_ad_carousel .ad_switchable_next_btn:hover{
    background-position: 0 -93px;
}
.right_ad_carousel .ad_switchable_next_btn, 
.right_ad_carousel .ad_switchable_prev_btn {
    background-color: transparent;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.right_ad_carousel .ad_switchable_next_btn, 
.right_ad_carousel .ad_switchable_prev_btn{
    background-image: url(../images/ad_up_down.png);
}


.pro_detail_meta .product_detail_mid_ad{
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 1px solid rgba(61,205,88,0.3);   /*   ʩ�͵���ɫ��	*/
    display: inline-block;
    display: block;
}

.product_detail .product_detail_main{

}

.product_detail .pro_middle_leftside{
	float: left;
    width: 230px;
	margin: 0 auto;
    padding: 10px 20px 15px;
}

.pro_middle_leftside .side-shop-intro{
	border: 1px solid #e5e5e5;
}

.side-shop-intro .side-shop-hd{
    height: 48px;
    line-height: 48px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
	margin:0 auto;
}
.side-shop-hd .shopLink{
	color: #333;
    font-size: 14px;
	padding:0 5px 0 10px;
}

.side-shop-hd .side_online{
	width:30px;
	height:30px;
	padding:0 0;
	text-align:center;
	margin:0 auto;
	vertical-align:bottom;
	
}

.side-shop-intro .side-shop-ages{
	overflow: hidden;
    zoom: 1;
    width: 130px;
    margin: 10px auto 5px;
}

.side-shop-intro .side-shop-ages .icon {
 	float: left;   
	font-size: 14px;
    margin-left: 3px;
    margin-right: 8px;
    background-color: #f04343;
    color: #ffd800;
    text-align: center;
    zoom: 1;
    width: 20px;
    height: 20px;
}

.side-shop-intro .side-shop-ages .text{
	font-size: 14px;
    color: #999;
    float: left;
    font-weight: 700;
}
.side-shop-intro .side-store-info{
	overflow: hidden;
    margin: 15px auto;
    width: 150px;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.side-shop-intro .side-store-info .store-www{
	font-size: 14px;
    width: 70px;
    height: 24px;
    text-decoration: none;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #333;
	display: block; 
	position: absolute; 
	text-decoration: none;
}
.pro_middle_leftside .side-customer-list,
.pro_middle_leftside .side-customer-news,
.pro_middle_leftside .side-customer-service{
	border: 1px solid #e5e5e5;
	margin: 20px auto;
}

.side-customer-list .side-list-hd,
.side-customer-news .side-news-hd,
.side-customer-service .side-service-hd{
	height: 48px;
    line-height: 48px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
}

.side-customer-list .side-list-hd .listLink,
.side-customer-news .side-news-hd .side-newsLink,
.side-customer-service .side-service-hd .serviceLink{
    color: #333;
    font-size: 14px;
    padding: 0 5px 0 10px;
}

.side-customer-list .side-list-bd,
.side-customer-news .side-news-bd,
.side-customer-service .side-service-bd{
	border-width: 1px;
    padding: 9px;
    color: #666;
    border: none;
}
.side-service-bd h4{
    font-size: 14px;
	line-height: 30px;
	margin:0 auto;
}
.side-service-bd .service-block{
	border-bottom: 1px dashed #dbdbdb;
    padding: 4px 0;
}

.side-service-bd .service-block .service-content{
	color: #333;
	line-height: 30px;
	padding-left:10px;
	padding-bottom: 10px;
	list-style:none;
}
.service-block .service-content-online{
	color: #333;
	line-height: 30px;
	padding-left:10px;
	padding-bottom: 10px;
	list-style:none;
}

.service-block .group{
	margin: 10px auto;
}
.service-block .groupname{
	padding-right:10px;
}

.side-list-bd .side-list-info{
	text-align:center;
	margin:0 auto;
	padding: 0 10px;
}
.side-list-info .list-block{
	width:150px;
	height: 30px;
	line-height: 30px;
	text-align:left;
	list-style: square inside;
	overflow:hidden;
}


.side-news-block{
	width:200px;
	line-height: 20px;
	text-align:center;
	list-style: none;
	margin:10px 0 20px;
	overflow:hidden;
	
}
.side-news-block img{
	width:100%;
}
.side-news-block span{
/*	width:180px;  */
	height: 20px;
	font-size:14px;
	line-height: 20px;
	display:block;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.side-newsLink a, .side-news-block a,
.listLink a, .list-block a{
	text-decoration:none;	
}

.btn_fornmore_botton{
	display: block;
    margin-top: 10px;
    text-align: center;
    color: #111;
    border: 1px solid #eaeaea;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    transition: 0.3s;
}

.main_middletop_title{
	font-size:14px;
	color:#000;
	text-align:center;
	padding:0;
	margin:0;
    background-color: #f7f7f7;
	border: 1px solid #e5e5e5;
	list-style-type:none;
	overflow:hidden;
}
.main_middletop_title .tab-li-first{
	float:left;
	width: 100px;
	height:48px;
	padding:0;
	margin:0;
	line-height:48px;
	border: 1px solid #e5e5e5;
}
.main_middletop_title .tab-li-first span{
	margin:auto;
	display:block;
}

.pro_middle_center .pro_detail_content{
	text-align: left; 
	margin:0 auto;

}

.prolist_center_recommend{
	text-align: left; 
	width: 95%;
	margin: 10px 0;
	border-bottom: 1px solid rgba(61,205,88,0.3);
}
.prolist_center_recommend span{
	text-align: left; 
	font-weight: bold;
	line-height: 30px;
}


.newslist_center_recommend{
	list-style: none;

}
.newslist_center_recommend_content{
	border-bottom: 1px solid rgba(238,238,238,0.5);
	margin: 5px 5px 20px;
	padding-bottom: 10px;
}
.newslist_center_recommend_title{
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.newslist_center_recommend_text{
	text-align: left;
	color: #999;
	font-size: 12px;
}
.newslist_center_recommend_content span{
	text-align: right;
	color: #999;
	font-size: 12px;
	display: block;
}



.section_information,
.containernew {
	width:100%;
	background-color:rgb(255, 255, 255);   
}


.ourfactory_box,
.oursuper_box{
	width: 100%;
	max-width: 1280px !important;       /* oursuper windows */
	text-align:center;
	margin:0 auto;
/*	background: rgb(248, 245, 240); 
	background-color:rgb(255, 255, 255);  */  
	display: block;
}

.superimg {
	display: inline-block;
}
.superimg img{
    width: 100%;
}

.oursuper_content{
	vertical-align: top;
	display: inline-block;
}


.oursuper_content a {
    border: 1px dashed #bcbcbc;
    display: flex;
    -webkit-display: flex;
    align-items: center;
	text-decoration:none;
}

.oursuper_content .sp1 {
    color: #4194fa;
    font-family: "AVANTGARDEBQ-BOOK";
}

.oursuper_content .sp2 {
    color: #333;
	text-align:left;
	font-family: "Microsoft Yahei","微软雅黑",Helvetica,Arial,sans-serif;
}

.ourfactory_box{
	width: 100%;
	max-width: 1280px !important;       /* ourfactory windows */
	text-align:center;
	margin:0 auto;
/*	background: rgb(248, 245, 240); 
	background-color:rgb(255, 255, 255);  */  
	display: block;
}

.department_box{
	position: relative;
	text-align:center;
    box-shadow: 1px 1px 4px rgba(11,11,11,0.6);
    background-color: #fff;
    box-sizing: border-box;
	display:inline-block;
}

.department_box img {
    width: 100%;
    -webkit-filter: contrast(1);
    transition: 0.3s;
    opacity: 1;
	display:block;
}

.department_box_text{
    box-sizing: border-box;	
}
.department_box_text h2{
	color: #4194fa;
	font-weight:normal;
	text-align:center;
	margin:0 auto;	
    box-sizing: border-box;	
}


.knowledge_list{
	width: 100%;
	max-width: 1280px !important;       /* ourfactory windows */
	text-align:center;
	margin:0 auto 20px;
	display: block;
}

.knowledge_box{
	width: 95%;
	text-align:left;
	min-width: 320px;
    font-size: 14px;
	line-height: 22px;
    padding: 6px 10px;
}

.knowledge_box_title{
	width: 98%;
    font-size: 18px;
	height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #3dcd58;
    overflow: hidden;
    position: relative;
}
.knowledge_box_content{
    font-size: 16px;
}

.knowledge_box ul{
    margin: 0px auto;
	list-style: none;
}
.knowledge_box ul li{
    margin: 5px 0 20px 5px;
}
.knowledge_box_t{	
    font-size: 16px;
	line-height: 25px;
    color: #3dcd58;
}
.knowledge_box_c span,
.knowledge_box_t span{
    font-size: 16px;
	font-weight: bold;
}
.knowledge_box_t a{
    font-size: 15px;
    color: #3dcd58;
	display: block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.knowledge_box_c{	
    font-size: 13px;
	line-height: 20px;
    color: #666;
}
.knowledge_box_t span{
}


.informaton_list {
	width: 100%;
	max-width: 1280px !important;       /* ourfactory windows */
    white-space: pre-line;
	font-size: 0;
	text-align:center;
	margin:0 auto;
/*  padding-top: 16px;
	background: rgb(248, 245, 240); 
	background-color:rgb(255, 255, 255);  */  
	display: block;
}



.info_extend {
}
.for4{
	float: left;
/*    width: 25%;  */
    box-sizing: border-box;
    padding: 0 4px;
}

.info_box {
    margin: 20px 0 30px 0;
	min-width:267px;
}

.informaton_list p {
    position: relative;
    width: 100%;
	text-align:left;
    font-size: 14px;
	line-height: 22px;
    padding: 6px 10px;
    margin-bottom: 10px;
    background-color: #eaeaea;
    box-sizing: border-box;

}
.informaton_list a {
	text-align:left;
    line-height: 24px;
    height: 24px;
	padding-left:15px;
    display: block;
    overflow: hidden;
	background:url(../images/lb_icon.gif) left no-repeat;
}
.info_box span, 
.info_box a {
    font-size: 13px;
    color: #666;
}




.section_flinkbox,
.section_message{
	width:100%;
	max-width:1280px;
	margin:20px auto 0;
}


.about_company{
	float: left;
	text-align:left;
	margin:10px 5px 0;
}

.section_companyinfo_title{
	color: #3dcd58;
	font-size: 18px;
	margin: 5px auto;	
}

.section_companyinfo_text{
	color: #999;
	font-size:14px;
	line-height:25px;
	padding: 5px;
}
.section_companyinfo_text a{
	color: #999;
}


.section_message_title{
	color: #3dcd58;
	font-size: 18px;
	margin: 5px auto;	
}

.message_form{
/*	position: relative;
    width: 45%;  */
	text-align:left;
	margin:10px 5px 0;
}

.message_form input, .formText {
    border: 1px solid #dedede;
    background-color: #fbfbfb;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding: 4px;
    text-align: left;
    margin: 0 auto;
    outline: medium;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: 0.4s;
}

.message_form dl {
    width: 100%;
 	float: left;	 
	margin:0;
}
.message_form dt {
    margin-top: 8px;
    color: #888;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 4px;
}

.message_form textarea {
    height: 90px;
    max-width: 100%;
}

.formBtn button {
    display: block;
    padding: 10px;
    width: 100%;
    background: #3dcd58;
    color: #fff;
    margin: 10px auto;
    line-height: 18px;
    cursor: pointer;
    border: none;
	border-radius: 10px;
    transition: 0.4s;
	
}

.flinkbox_show{
	width:100%;
	max-width: 1280px;
	text-align:center;
    margin: 0 auto;
    display: block;
    padding: 10px 5px;	
}

.flink_title{
	width:100%;
	text-align:left;
	font-size:14px;
    margin-left: 10px;
    margin-right: 10px;
}
.flink_list{
	margin:5px 10px 5px;
}
.flink_ul,
.flink_list ul{
	list-style:none;
	text-align:left;
}
.flink_list ul li{
	margin:10px 10px;
	font-size:12px;
	display:inline;
}
.flink_list ul li a{
	color: #666;
}




/*	product list */
.prolist_normal{
    width: 100%;
    height: 100%;
    display: block;
    text-align:center;
    margin: 0 auto;	
    list-style: none;
    overflow: hidden;
}

.prolist_block {
	float: left;
	width:160px;
    height: 260px;
    text-align: center;
    margin: 10px 8px 10px;
	border:1px solid;
	border-color:transparent;
    box-shadow: 0 0 2px 2px transparent;
    -moz-box-shadow: 0 0 2px 2px transparent;
    -webkit-box-shadow: 0 0 2px 2px transparent;
}
.prolist_block:hover{
	border:1px solid #CCC;
    box-shadow: 0 0 2px 2px #CCC;
    -moz-box-shadow: 0 0 2px 2px #CCC;
    -webkit-box-shadow: 0 0 2px 2px #CCC;
}
.prolist_block .prolist_block_pic{
	width:160px;
    margin-bottom: 3px;
	padding: 0;
    overflow: hidden;
}
.prolist_block .prolist_block_pic img{
	width:100%;
}

.prolist_block .prolist_block_price{
    width: 95%;
    height: 22px;
	color: #ff7300;   /*列表页价格颜色*/
	font-size:16px;
	font-weight:bold;
    line-height: 22px;
	text-align:left;
    margin: 0 2px 2px;
    overflow: hidden;
}
.prolist_block_text{
	width:95%;
    height: 46px;
	color:#666;
	font-size:13px;
	line-height:22px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}
.prolist_block_text a{
	text-decoration:none;
}

.prolist_block_comment{
	width:95%;
    height: 44px;
	color:blue;
	font-size:10px;
	line-height:22px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}
.prolist_block_comment .zan_num{
	color:blue;
}
.prolist_block_comment{
	color:#ccc;
}

.listpage{
	text-align:center;
	margin:10px auto;
	display:inline-block;
}
.listpage .listpage-num{
	text-align:center;
    margin:0 auto;
    text-decoration: none;
}
.listpage-num li{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;  
    margin-right: 5px;
    font-size: 14px;
	color:#ccc;
    cursor: default;
    list-style: none;

    border: 1px solid #ddd; 
    background-color: #fff;
}
.listpage-num li a{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
/*
    border: 1px solid #ccc; 
    background-color: #f7f7f7;
    background-repeat: repeat;
    background-image: -webkit-linear-gradient(top,#f7f7f7,#f2f2f2);
*/
}
.listpage .listpage-num a:hover{
    color:red;
/*
    border:1px solid #ddd;
    box-shadow: 0 0 1px 1px #ddd;
    -moz-box-shadow: 0 0 1px 1px #ddd;
    -webkit-box-shadow: 0 0 1px 1px #ddd;
*/
}
.listpage .listpage-num .thisclass{
    border: 0 none;
    padding: 1px 11px;
    background: 0 0;
    -webkit-filter: none;
	border:1px solid transparent;
    filter: none;
    color:#ccc;
}
.listpage .listpage-num .pageinfo{
    color:#333;
}



.prolist_container .col-md-6{
	float:left;
	width:45%;
	position: relative;
    min-width: 360px;
    min-height: 360px;
    padding-right: 15px;
}
.prolist_container .info{
	float:left;
	width:90%;
	max-width:430px;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin-top: 30px;
	
}
.prolist_container .info h2 {
    font-size: 20px;
    line-height: 40px;
	text-align:left;
	color:#666;
}
.prolist_container .info .border-left {
    margin: 25px 0;
    padding-left: 10px;
    border-left: 1px solid #333;
	text-align:left;
}
.prolist_container .info .border-left p {
    font-size: 16px;
    line-height: 30px;
	color:#999;
}

.prolist_container .about_content{
	margin-top: 50px;
	margin: 10px 3px;
}

.about_content .title {
    font-size: 30px;
	text-align:left;
}

.about_content .text_b {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.about_content ul {
    overflow: hidden;
    margin-left: 5px;
    margin-top: 10px;
}

.about_content ul li {
	float: left;
    width: 15.6%;
    margin-left: 1%;
    list-style: none;
}

.about_content ul li .top_img {
    width: 100%;
    overflow: hidden;
}
.about_content ul li .top_img img {
    width: 100%;
}
.about_content ul li .b_text {
    width: 100%;
    height: 70px;
    margin-top: 1px;
    text-align: center;
    color: #fff;
    background: #7cc69c;
}
.about_content ul li .b_text .b_text_title {
    font-size: 16px;
    margin: 5px 5px;
    word-break: break-all;
}
.about_content ul li .b_text .p_text {
    font-size: 20px;
    margin: 2px 5px;
    padding-top: 5px;
    font-weight: bold;
}

.prolist_container .div_part1 {
    margin: 10px 0;
    margin-bottom: 0;
}
.prolist_container .div_part1 .wp_title {
    font-size: 36px;
    color: #000;
    text-align: center;
}
.prolist_container .div_part1 .wp_text {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #666;
}
.prolist_container .call_us {
    margin: 0 auto;
}
.prolist_container .call_us .call_us_open {
	text-align:left;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #f3f3f3;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}
.prolist_container .call_us .call_us_open span {
    display: block;
    margin: 0 30px;
    background: url(../images/span_i1.png) left center no-repeat;
    cursor: pointer;
    padding-left: 42px;
}
.prolist_container .call_us .call_us_text {
    padding: 0 20px;
    margin-bottom: 60px;
    padding: 0 30px;
}
.prolist_container .call_us .call_us_text ul li{
	text-align:left;
	text-decoration:none;
	width:98%;
	line-height:20px;
	padding:20px 0;
}
.prolist_container .call_us .call_us_open span.span-t3 {
    background: url(../images/span_i5.png) left center no-repeat;
}
.prolist_container .call_us .call_us_open span.span-t4 {
    background: url(../images/span_i6.png) left center no-repeat;
}

.call_us_text ul li .title{
	float: left;
	text-align:left;
	width:35%;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.call_us_text ul li .banner_dot{
	text-align:center;
	padding-left:50%;
	background: url(../images/newsbg.png) repeat-x center;
}
.call_us_text ul li .service_time{
	text-align:right;
}
.prolist_container ul.newslist_normal{
	width: 100%;
}
.prolist_container ul.newslist_normal li.newslist_block{
	width: 100%;
    padding: 25px 0 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.prolist_container ul li .newslist_img{
	float:left;
	width: 23%;	
}
.prolist_container ul li .newslist_img a{
	display: block;
    width: 100%;
	max-width:200px;
    height: 100%;
	max-height: 150px;
    margin: 5px 5px 5px 0;
}
.prolist_container ul li .newslist_img a img{
    width: 100%;
    height: 100%;
}
.prolist_container ul li .newslist_content{
	float: left;
	width: 60%;	
    margin-left: 10px;
    padding: 5px 15px;
    overflow: hidden;
}
.prolist_container ul li .newslist_content dl{
	text-align:left;
}
.prolist_container ul li .newslist_content p{
	text-align:right;
}
.prolist_container ul li .newslist_content dl .newslist_block_text{
	color:#666;
}

.article_middletop_title{
	text-align:center;
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
}
.article_middletop_title .article_title{
	color: black;
	font-size:14px;
	text-align:center;
	line-height:30px;
	margin: 10px 0px;
}
.article_middletop_title .article_title h1{
	font-size:18px;
}

.article_middletop_title .article_time{
	color: #666;
	font-size:13px;
	margin: 5px 0px 10px;
}

.prolist_top .search_block_title{
	font-size:14px;
	color:#000;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin:0;
    background-color: #f7f7f7;
/*	border: 1px solid #e5e5e5; */
	list-style-type:none;
	overflow:hidden;
}


.prolist_container ul.searchlist_normal{
	width: 100%;
}
.prolist_container ul.searchlist_normal li.searchlist_block{
	width: 100%;
    padding: 25px 0 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
	text-align:left;
}
.prolist_container ul li .searchlist_content{
	float: left;
	width: 90%;	
    margin-left: 10px;
    padding: 5px 15px;
    overflow: hidden;
}
.prolist_container ul li .searchlist_content dl{
	text-align:left;
}
.prolist_container ul li .searchlist_content span{
	text-align:left;
}
.prolist_container ul li .searchlist_content dl .searchlist_block_text{
	font-size:14px;
	color:#666;
}


.prolist_container ul li .searchlist_content span small{
	text-align:left;
	margin-left:20px;
}