html,body{
	margin:0;
	padding:0;
	font-size:14px;
	overflow-x: hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	

}


a:link { text-decoration: none; color:#000000;}
a:active { text-decoration:blink; color:#FFFFFF}
a:hover { text-decoration:underline;color:#FFFFFF } 
a:visited { text-decoration: none;color:#FFFFFF}
	
li{list-style-type:none;}
hr{ color:#CCCCCC; height:1px;}
/*- -----------------公共类------------------*/
/*- -----------------top类------------------*/

.top{ widows:100%; height:130px;  line-height:130px; margin:15px 0px 0px 20px;}
.top ul{ width:33% ; float:left; height:80px; font-size:20px;  margin:0; padding:0;}
.top ul div{ width:200% ; float:left; height:80px; font-size:20px;font-weight:bold; font-family:Arial, Helvetica, sans-serif; color: #999999; margin:0; padding:0;}
/*- -----------------导航条------------------*/
.drop{
    background-color: #3399FF;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	width:100%;
	line-height:40px;height:40px;
	float:left;
	
}
.dropbtn {
    background-color: #3399FF;
	margin-top:-5px;
	
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	height:20px;
	line-height:20px;
	width:90%;
	
	
}


.dropdown {
    position: relative;
    display: inline-block;
	width:13%;
	float:left;
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	
	
}

.dropdown-content a:hover {background-color: #3399FF1; }

.dropdown:hover .dropdown-content {
    display: block;
	
}

.dropdown:hover .dropbtn {
    background-color: #3399FF;
	
}
/*- -----------------导航条结束------------------*/

.fot1{ font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; margin-left:5%;}
/*- -----------------公共字体样式结束------------------*/
/*- -----------------图片字体样式开始------------------*/
.imgpoc{width:100%; float:left; margin-bottom:20px; margin:5%; margin:auto 0; text-align:center; }
.imgpoc1{width:284px;float:left; background-color:#F3F3F3; height:180px;  margin:15px 0px  10px   30px; }
.imgpoc1 div{ width:284px;float:left;  color:#999999; margin-top:-10px; position:relative; font-size:16px; font-family:"新宋体"; font-weight:bold; text-align:center;}
.imgp{ width:32%; float:left; margin-left:11px;  border-color:#CCCCCC; margin-bottom:10px;}
.imgpoc5{width:284px;float:left; height:180px;  margin:15px 0px  10px   30px; }
.imgpoc5 div{ width:284px;float:left;  color:#999999;  position:relative; font-size:16px; font-family:"新宋体"; font-weight:bold; text-align:center;}
/*- -----------------产品图片页样式开始------------------*/

.imgp2{ width:284px; float:left; margin-left:11px;  border-color:#CCCCCC; margin-bottom:10px; background-color:#F3F3F3; text-align:center; height:300px;}
.imgp2 div a{ width:284px;float:left;  color:#999999; margin-top:-10px; position:relative; font-size:16px; font-family:"新宋体"; font-weight:bold; text-align:center;}

.imgp3{ width:284px; float:left; margin-left:11px;  border-color:#CCCCCC; margin-bottom:10px; background-color:#F3F3F3; text-align:center; height:250px;}
.imgp3 div a{ width:284px;float:left; margin-top:-10px; position:relative; font-size:16px; font-family:"新宋体"; text-align:center; margin-top:20px; line-height:30px;}

/*- -----------------非标准尖图片页样式开始------------------*/

.imgp4{width:47%; float:left; height:290px; vertical-align:middle;display:table-cell; margin-right:20px; margin-bottom:20px; background-color:#FFFFFF;display: block; overflow: hidden;}
.imgp4 ul{width:99%; float:left;}
.imgp4 ul li{width:99%; float:left;line-height:30px; }

.imgp5{width:47%; float:left;  vertical-align:middle; text-align:left;display:table-cell; margin-right:20px; margin-bottom:20px; background-color:#FFFFFF;display: block; overflow: hidden;}
.imgp5 ul{width:99%; float:left;}
.imgp5 ul li{width:99%; float:left;line-height:40px; }

/*- -----------------图片字体样式结束------------------*/
.fot22{ float:left;font-family:Arial, Helvetica, sans-serif; font-size:14PX; font-weight:bold; margin-left:20PX; width:100%;}

/*- -----------------首页底部------------------*/
.main-footer{ background-color:#000000;width:100%; height:350px; line-height:25px; color:#FFFFFF; font-size:15px;}
.main-footer a:link { text-decoration: none; color:#FFFFFF}
.main-footer a:active { text-decoration:blink;color:#FFFFFF}
.main-footer a:hover { text-decoration:underline;color:#FFFFFF } 
.main-footer a:visited { text-decoration: none;color:#FFFFFF}
.footer-bottom{ background-color:#333333; width:100%; height:40px; line-height:40px; color:#FFFFFF; text-align:center}
/*- -----------------按钮样式开始------------------*/
.button {
  display: inline-block;
  border-radius:8px;
  background-color:#f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin-left: 25%;
  

}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '...';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  margin-top:-3px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
/*- -----------------按钮样式结束------------------*/

.search {
  width: 80%;
  position: relative;
  display: flex;
  margin-right:20px;
  float:right;
  

}

.searchTerm {
  width: 70%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 35px;
  height: 36px;
  border: 1px solid #00B4CC;
  background: #00B4CC;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  background-image:url(../image/ssuo.png);
}

/*调整大小查看搜索栏的变化*/
.wrap{
  width: 50%;
float:right ;
  top: 10%;
  left: 70%;
  transform: translate(-10%, -170%);
}
/*- -----------------搜索栏样式结束------------------*/

.sdj{ width:100%; float:left; position:relative; }
.sdj a:link,a:active,a:hover,a:visited {  color:#000000;}
.sdj ul li{ width:24%;border:dotted 1px #CCCCCC; float:left; margin:5px 5px 5px 0px; height:40px; line-height:40px; border:1px #CCCCCC dotted; text-align:center; color:#993300}



/*- -----------------代理产品国家样式结束------------------*/
.classpic_left {width:50%; float:left;margin: auto 0; padding:0;}
.classpic_right {width:50%; float:right;margin: auto 0; padding:0;}
.class3 { height:35px;line-height:35px; overflow:hidden;border:solid  #CCCCCC 1px;width:45%; float:left;margin-left:3%;margin-bottom:10px; }
.austria{  background-image:url(../image/austria.gif); width:22px; height:14px;background-position-x:4%;padding:0;  }

.belgium{ width:22px; height:14px; line-height:14px; background-image:url(../image/belgien.gif); margin-top:7px; margin-left:5px;}
.czech_republic{ width:22px; height:14px; line-height:14px; background-image:url(../image/czech_republic.gif); margin-top:7px; margin-left:5px;}
.denmark{ width:22px; height:14px; line-height:14px; background-image:url(../image/denmark.gif); margin-top:7px; margin-left:5px;}
.france{ width:22px; height:14px; line-height:14px; background-image:url(../image/france.gif); margin-top:7px; margin-left:5px;}
.germany{ width:22px; height:14px; line-height:14px; background-image:url(../image/germany.gif); margin-top:7px; margin-left:5px;}
.great_britain{ width:22px; height:14px; line-height:14px; background-image:url(../image/great_britain.gif); margin-top:7px; margin-left:5px;}
.italy{ width:22px; height:14px; line-height:14px; background-image:url(../image/italy.gif); margin-top:7px; margin-left:5px;}
.netherlands{ width:22px; height:14px; line-height:14px; background-image:url(../image/netherlands.gif); margin-top:7px; margin-left:5px;}
.norway{ width:22px; height:14px; line-height:14px; background-image:url(../image/norway.gif); margin-top:7px; margin-left:5px;}
.slovakia{ width:22px; height:14px; line-height:14px; background-image:url(../image/slovakia.gif); margin-top:7px; margin-left:5px;}
.spain{ width:22px; height:14px; line-height:14px; background-image:url(../image/spain.gif); margin-top:7px; margin-left:5px;}
.sweden{ width:22px; height:14px; line-height:14px; background-image:url(../image/sweden.gif); margin-top:7px; margin-left:5px;}
.switzerland{ width:22px; height:14px; line-height:14px; background-image:url(../image/switzerland.gif); margin-top:7px; margin-left:5px;}
.india{ width:22px; height:14px; line-height:14px; background-image:url(../image/india.gif); margin-top:7px; margin-left:5px;}

.japan{ width:22px; height:14px; line-height:14px; background-image:url(../image/japan.gif); margin-top:7px; margin-left:5px;}
.korea_sud{ width:22px; height:14px; line-height:14px; background-image:url(../image/korea_sud.gif); margin-top:7px; margin-left:5px;}
.taiwan{ width:22px; height:14px; line-height:14px; background-image:url(../image/taiwan.gif); margin-top:7px; margin-left:5px;}
.thailand{ width:22px; height:14px; line-height:14px; background-image:url(../image/thailand.gif); margin-top:7px; margin-left:5px;}
.canada{ width:22px; height:14px; line-height:14px; background-image:url(../image/canada.gif); margin-top:7px; margin-left:5px;}
.mexico{ width:22px; height:14px; line-height:14px; background-image:url(../image/mexico.gif); margin-top:7px; margin-left:5px;}
.usa{ width:22px; height:14px; line-height:14px; background-image:url(../image/usa.gif); margin-top:7px; margin-left:5px;}
.australia{ width:22px; height:14px; line-height:14px; background-image:url(../image/australia.gif); margin-top:7px; margin-left:5px;}

/*- -----------------页简介样式开始------------------*/
.maina{ width:95%; float:left; margin:0  auto; margin:20px; line-height:30px;}
.bt2{ width:90%; margin:0 auto; background-color:#3399FF}

/*- -----------------产品详细页表格样式开始------------------*/
.datatable
{
    border-collapse:collapse;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    border:1px solid #000099;
    font-size:14px;
text-align:center;
}
.datatable th,.datatable td
{
    text-align:center;
    border:1px solid #000000;
    padding-left:4px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:4px;
    padding-right:4px;
}
.datatable th
{
    color:#000066;
    font-family:宋体,Arial, Helvetica, sans-serif;
    background-color:#CCCCCC;
}
.datatable caption
{
    border:solid #000000 1px;
    background-color:#CCFF66;
    padding:5px 0 5px 0;
}
/*- -----------------询价页样式开始------------------*/

.xwzx1{ width:90%; float:left; margin-left:5%; margin-right:5%; line-height:40px; border-bottom:1px #F0F0F0 dotted;}
/*- -----------------新闻xiangxi页样式开始------------------*/
.xwzx{ width:100%; float:left; margin-left:5%; margin-right:5%; line-height:30px;}
.xwzx_le{width:20%; float:left;   border:#DBDBDB 1px solid; }
.xwzx_le ul{width:100%; float:left; padding:0;background-color:#0099CC; margin:0; margin-bottom:20px;}
.xwzx_le li{width:100%; float:left; height:50px;line-height:50px; text-align:center;}
/*- -----------------新闻xiangxi页样式左边结束------------------*/

.xwzx_ri{width:70%; float:right; margin:0px 5% 5% 0;line-height:30px;}

.xwzxtitle{width:100%; float:left; text-align:center; font-weight:bold; font-size:17px; line-height:40px; }
.xwzxp{ width:95%; margin:2%; line-height:30px; text-indent: 2em; font-size:14px; float:left; margin-top:50px; }
.xwzx_fy{width:97%; float:left;  margin-right:5%;font-weight:bold; font-size:14px; line-height:40px; height:40px; background-color:#FCFCFC;margin-bottom:20px;text-indent: 1em; margin-top:10px; border:#EFEFEF 1px dotted;  }
/*- -----------------新闻页样式开始------------------*/
.xwzx_1{ width:44%; margin-top:20px;  padding:0; border:1px  #99CCFF dotted; height:350px; margin-bottom:20px;}
.xwzx_1 div{ width:100%; float:left;   background-color: #00CCFF ;}
.xwzx_1 ul{ width:93%; }
.xwzx_1 ul li{ width:100%; float:left; height:40px; line-height:40px;}



/*- -----------------新闻xiangxi页样式右边结束------------------*/

.xwzx_left{ width:80%; float:left; padding:0; margin:0}
.xwzx_right{ width:10%; float:right; padding:0; margin:0}
/*- -----------------新闻资讯类------------------*/