@charset "utf-8";
/* CSS Document */

body { margin:0; font-size:15px; font-family: Calibri; line-height:1.3; }
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px;}
a { color:#000; text-decoration: none; }
a:hover { color:#006a7d; text-decoration: underline; }
p { padding-top:3px; padding-bottom:3px; }


#header { width:1000px; height:110px; margin:0 auto; }

#logo { width:480px; height:81px; margin-top:20px; margin-bottom:9px; float:left; }

#head_r { width:350px; height:70px; margin-top:30px; margin-bottom:0px; float:right; }
#weibo { width:350px; height:30px; text-align:right; line-height:30px; float:right; }
.social { width:120px; height:30px; float:right; }
.social li { float:left; margin-right:5px;}
#email { width:350px; height:30px; text-align:right; line-height:24px; margin-top:10px; }

#nav {
	width:100%;
	height:45px;
	background-color: #3F5CAA;
}
#nav_c {  width:1000px; height:45px; margin:0 auto; }
#nav_c li {
	float:left;
	line-height:45px;
	font-size:19px;
	padding:0px 45px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d94d1;
}
#nav_c li a { color:#FFF; }
#nav #nav_c ul #current a { text-decoration: underline; }
#nav_c ul .menu_last { border:0px; }

#all_banner {
	width:100%;
	height:250px;
	background-image: url(../images/all_banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#container { width:1000px; min-height: 30px; margin:auto; }

#hot_pro { width:1000px; height:280px; }
.hot_pic { position:relative; }
#hot_pro .homepro {
	border: 5px solid #eeeeee;
	margin:5px 10px;
}
#ribbon {
	position:absolute;
	top:9px;
	right:4px;
	z-index:500;
	border:0px;
}
/* scrollleft */
.scrollleft{width:1000px; margin:20px auto;}
.scrollleft li{float:left;margin-right:7px;display:inline;width:220px;text-align:center;line-height:19px}

#maincontant { width:1000px; min-height:290px; float:left; padding:30px 0; }
#maincontant2 { width:1000px; min-height:290px; float:left; padding-bottom:30px; }

#left { width:680px; min-height:290px; float:left; }
#left_t {
	height:46px;
	line-height:46px;
	padding-left:15px;
	font-size:19px;
	background-color: #ececec;
}
#left_c2, #right_c2 { min-height:240px; padding:15px; padding-bottom:0px; }
#left_c, #right_c { min-height:570px; padding:15px; padding-bottom:0px; }
#left_c {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#content{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#right { width:320px; min-height:290px; float:right; }
#right_t { height:46px;	line-height:46px; padding-left:15px; font-size:19px; color:#FFF; background-color: #e65c00;}


#left2 { width:680px; min-height:290px; float:right; }
#left2_c { width:650px; min-height:740px; padding:15px; padding-bottom:0px; float:left; }
#left2_c {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#right2_t { height:46px;	line-height:46px; padding-left:15px; font-size:19px; background-color: #ececec; }
#left2_t {
	height:46px;
	line-height:46px;
	padding-left:15px;
	font-size:19px;
	color:#FFF;
	background-color: #3F5CAA;
}
#left2_t span { float:right; font-size:14px; font-weight:normal; padding-right:15px; }
#left2_t span a { color:#FFF; }

#right2 { width:320px; min-height:290px; float:left; }

#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #tabs li {
    float: left;
    margin: 0 -15px 0 0;
  }

  #tabs a {
    float: left;
    position: relative;
    padding: 0 30px;
    height: 0;
    line-height: 46px;
    text-decoration: none;
    color: #fff;      
    border-right: 44px solid transparent;
    border-bottom: 44px solid #2b2b2b;
    border-bottom-color: #777\9;
    opacity: .3;
    filter: alpha(opacity=30);      
  }

  #tabs a:hover,
  #tabs a:focus {
    border-bottom-color: #2ac7e1;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #tabs a:focus {
    outline: 0;
  }

  #tabs #current {
    z-index: 3;
    border-bottom-color: #3f5caa;
    opacity: 1;
    filter: alpha(opacity=100);      
  }

  /* ----------- */
  #content {
      background: #fff;
      border-top: 2px solid #aaaaaa;
      padding: 10px;
	  text-align:center;
      /*height: 220px;*/
  }

  #content h2,
    #content h3,
    #content p {
      margin: 0 0 15px 0;
  } 

#footer {
	width:100%;
	height:90px;
	float:left;
	background-color: #f5f5f5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #aaaaaa;
	position:relative;
}

#copyright {
	width:1000px;
	height:40px;
	margin:auto;
	padding:25px 0px;
	background-image: url(../images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#sup_control { position:absolute; right:0px; top:60px; width:160px; float:right; color:#333; }
#sup_control a { color:#333; }


#right_c ul li{
	line-height:30px;
	background-repeat:no-repeat;
	background-position:left 11px;
	background-image:url(../images/ico.jpg);
	padding-left:13px;
}
#right_c ul li a{
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;	
}
#right_c li ul li{
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:left 14px;
}


/*产品列表*/
.proshowpic{ position:relative; text-align:center; width:auto; padding-top: 10px; }
#check { padding-top:5px; float:left; }
#previou { font-size: 13px; }
.pro_list h2 { padding:8px 0px;}
.pro_list ul{ list-style-type: none; font-family: Arial; font-size: 14px; margin: 0px; float: none; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; }
.pro_list ul li img{ display:block; margin: auto; }
.r_con1 { float:right; padding-top: 10px; margin-right: 50px; }
.pro_list li { width:202px; height:240px; float:left; overflow:hidden; margin-left:7px; margin-right:6px;margin-bottom:8px; text-align: center; vertical-align: middle; }
.pro_list li a{ display:table-cell; *display:block;vertical-align:middle; font-family:Arial; font-size:14px; width: 198px; height: 200px; border:1px #CCC solid; }
.pro_list li .pn { display:inline; border:0px; }

/* 页码样式*/
.current_page{ display:block; border:1px solid #ccc; color:#FFF; text-decoration:none; padding-right: 5px; padding-left: 5px; font-size: 14px; background-color: #aaa; }
.propage a{ display:block; border:1px solid #ccc; color:#000; text-decoration:none; padding-right: 5px; padding-left: 5px; font-size: 14px; }
.propage a:hover{ display:block; border:1px solid #ccc; color:#FFF; text-decoration:none; padding-right: 5px; padding-left: 5px; font-size: 14px; background-color: #aaa; }
.propageall{ clear:both; overflow:hidden; padding:5px; margin-right:10px; font-family: Arial; width: 98%; }
.propage{ font-size: 12px; float:right; margin-left:5px; margin-right: 0px; padding-right: 0px; }

/*工厂列表、认证列表、质量列表、包装列表*/
.p_list { padding-top:18px;}
.p_list li { width:200px; height:200px;	text-align: center;	float: left; margin-right:6px; margin-left: 7px; padding-bottom: 5px; overflow:hidden; }
.p_list li a{display:table-cell;*display:block;vertical-align:middle;font-size:14px; height: 158px; width: 188px;  }
.p_list #one_li{ width: 400px; min-height: 200px; text-align: center; padding-bottom: 14px; float: none; margin: auto; }
.p_list img{ display:block; margin: auto; border:1px #CCC solid; padding:5px; width:180px;
height:150px;}