/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
@media screen and (max-width: 500px) {
         #video{
             height: 260px!important;
         }
     }


 
 
html,body{color:#333;font-family: 'Roboto Regular';}
.font1{font-family: 'Roboto BoldCondensed';}
.fontx{font-size:45px;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color:#4da626;}


  .show_pc{display:block;}
  .show_mb{display:none;}

.topback{
position:fixed;
left:0;
top:0;
width:94%;
height:100px;
background:#fff;
z-index:998;
padding:0 3%;
border-bottom:#eaeaea solid 1px;
}
.logo{left:3%;padding-top:10px;width:350px;z-index:1001;}
.logo img{max-height:80px;}


.toptel{text-align:right;padding-top:10px;color:#666;}

.lngcss{font-size:2.6rem;
color:#4da626;
padding-top: 0.7rem;}

.inbanners{padding-top:100px;}

.margin-all{margin:0 5% 5% 5%;}
.margin-view{margin:0 10% 5% 10%;}
.margin-title{margin:0 30% 5% 30%;}

.divfixed{
	width:100%;
	background-position: center top;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
    position:relative;
}

.bgimg{
	background-position: center top;
	background-size:cover;
	background-repeat:no-repeat;}

.btndown{position:absolute;bottom:5%;left:50%;animation-iteration-count: infinite;}


.footerdiv{width:100%;
background:#333;}

.lans_index{
	width:90%;
	margin:0;
	background:#fff;
	padding:5%;
}

.lans{
	width:70%;
	margin:300px 10% 10% 10%;
	background:#fff;
	padding:5%;
}


.lans_banner{
	width:98%;
	padding:5% 2%;
	/* 背景透明，但文字不透明 */
	  background-color: rgba(255, 255, 255, 0.8); /* 半透明的白色背景 */
	  color: #333; /* 黑色文字 */
}


.lans_banner2{
	width:40%;
	padding:3%;
	margin:0 30%;
	/* 背景透明，但文字不透明 */
	  background-color: rgba(255, 255, 255, 0.8); /* 半透明的白色背景 */
	  color: #333; /* 黑色文字 */
}

.lans_center{
	width:54%;
	padding:3%;
	margin-left:20%;
	margin-top:40%;
	/* 背景透明，但文字不透明 */
	  background-color: rgba(255, 255, 255, 0.9); /* 半透明的白色背景 */
	  color: #333; /* 黑色文字 */
}
.lans_left{
	position:absolute;
	width:250px;
	padding:3%;
	left:10%;
	top:33%;
	/* 背景透明，但文字不透明 */
	  background-color: rgba(255, 255, 255, 0.9); /* 半透明的白色背景 */
	  color: #333; /* 黑色文字 */
}
.lans_right{
	position:absolute;
	width:250px;
	padding:3%;
	right:10%;
	top:33%;
	/* 背景透明，但文字不透明 */
	  background-color: rgba(255, 255, 255, 0.9); /* 半透明的白色背景 */
	  color: #333; /* 黑色文字 */
	  text-align:right;
}

.lans_pro{padding:2px;border-bottom:2px solid #4da626;}

.videocss{margin-top:100px;width:100%;height:auto;}

/*产品表格样式*/
.protable table{width:100%;
      border-collapse: collapse;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;}
.protable table th{background:#ccc;padding:5px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;}
.protable table tr:nth-child(odd){background:#eaeaea;}
.protable table tr:nth-child(even){background:#efefef;}
.protable table tr td{padding:5px;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;}
.protable img{width:100%;}


.sticks{position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0; /* 距离视窗顶部的距离 */}

.inpro{ display: flex;
  flex-wrap: wrap;}
.inpro_left{float:left;width:30%;margin-right:3%;flex:1;
background-repeat: no-repeat;background-size:auto 100%;background-position: center;}
.inpro_right{float:left;width:67%;flex:2;}


/*内页banner样式*/
.banners_product{margin-top:100px;padding-top:30px}
.banners{margin-top:100px;padding:150px 0;text-align:center;background-size:cover;background-repeat:no-repeat;background-position:center top;}
.banners .banner_title{
	font-family:'Roboto Regular','Arial',"微软雅黑";
	font-size:30px;
	line-height: 60px;
	color:#fff;
    text-shadow: 3px 3px 5px #000;
}
.banners .banner_text{
	font-size:30px;
	line-height: 30px;
	color:#fff;
	margin-top:10px;
    text-shadow: 0px 0px 3px #000;
}
.banner_index{margin:0;padding:15% 33%;text-align:center;background-size:cover;background-repeat:no-repeat;background-position: center;}

/*边框大小设置*/
.padding1{
	padding:10%;
}


/*首页产品系列*/
.inclass{
background:#333;
padding:100px 50px;
/* 背景图垂直、水平均居中 */
background-position: center center;
/* 背景图不平铺 */
background-repeat: no-repeat;
/* 让背景图基于容器大小伸缩 */}

.imgback{
/* 背景图垂直、水平均居中 */
background-position: center center;
/* 背景图不平铺 */
background-repeat: no-repeat;
/* 让背景图基于容器大小伸缩 */
background-size: cover;
height:100%;
}

.imgaction{
/* 背景图垂直、水平均居中 */
background-position: center center;
/* 背景图不平铺 */
background-repeat: no-repeat;
/* 让背景图基于容器大小伸缩 */
background-size: cover;
height:auto;
cursor: pointer;
padding:80px 20px;
text-align: center;
color:#fff;
font-size:20px;
text-shadow: 0px 0px 3px #000;
transition: all 0.3s;
}

.imgaction:hover{
transform: scale(1.05);
color:#ffff00;
}

.bgfixed{/* 背景图垂直、水平均居中 */
background-position: center center;
/* 背景图不平铺 */
background-repeat: no-repeat;
/* 让背景图基于容器大小伸缩 */
background-size: auto auto;
background-attachment:fixed;
background-color:#333;
}



.imgcss img{width:100%;}



/*产品动画*/
.prodiv{
	width:100%;position:relative;
}

.proimg{
  float:right;transition: all 0.5s;
}
.proimg img{
	height:150px;
}

.moreicon>span{font-size:30px;color:#333;transition: all 0.5s;}

.prodiv:hover .proimg{transform: translateX(-10px);transition: all 0.3s;}
.prodiv:hover .moreicon>span{transform:rotate(-90deg);transition: all 0.5s;color:#4da626;}


.divshow{display: block;}
.divshow2{display:none;}


.divimg img{
width:100%;
max-width:1000px;display: block;
height:auto;
margin: 0 auto;}/*范围内所有图片100%*/

/*产品右侧图片*/
.divproimg{
	width:35%;
	float:right;
	margin:0 0 30px 30px;	
}
.divproimg img{width:100%;}

.landiv{float:left;padding:10px 20px;border:1px solid #ccc;margin:10px;}
.landiv2{float:left;padding:10px 20px;border:1px solid #4da626;margin:10px;}


#video{ width: 100%; height: 400px;}

/*动画按钮*/
.more{
    display: inline-block;
    padding: 0px 10px;
	margin-bottom:5px;
    color: #333;
    font-size: 16px;
    border: 1px solid #4da626;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition-duration: 0.5s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #4da626;
}

.more:before{
    content: '';
    width: 150%;
    height: 100%;
    background: #4da626;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -180%;
    transition-duration: 0.5s;
}
.more:hover:before,
a:hover .more:before{
    left: -20%;
}
.more p{
    position: relative;
    z-index: 1;
}


.more1{
    display: inline-block;
    padding: 0px 10px;
	margin-bottom:5px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #4da626;
	background:#4da626;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    transition-duration: 0.5s;
}
.more1:hover,
a:hover .more1{
    color: #fff !important;
    border: 1px solid #333;
}

.more1:before{
    content: '';
    width: 150%;
    height: 100%;
    background: #333;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -180%;
    transition-duration: 0.5s;
}
.more1:hover:before,
a:hover .more:before{
    left: -20%;
}
.more1 p{
    position: relative;
    z-index: 1;
}

/*动画按钮*/
.more2{
	width:80%;
	color:#fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0px 30px;
    font-size: 20px;
    border-radius:10px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more2:hover,
a:hover .more2{
    color: #4da626;
}

.more2:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #fff;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -150%;
    transition-duration: 1s;
}
.more2:hover:before,
a:hover .more2:before{
    left: -10%;
}
.more2 p{
    position: relative;
    z-index: 1;
}



/*apply的css*/
.inapply{
background:#333;
color:#fff;
padding:0;
transition: all 0.5s;
}

.inapply:hover{
background:#;
transform: translateY(-5px);
transition: all 0.5s;
}

.inapply2{
color:#333;
padding:0;
transition: all 0.5s;
}

.inapply2:hover{
color:#4da626;
transform: translateY(-5px);
transition: all 0.5s;
}

.line{background:#eaeaea;
height:1px;}
.line1{background:#4da626;
height:1px;}

.line2{background:#4da626;
width:50px;
margin:10px 0;
height:2px;}

.line_news{
width:30px;
height:2px;
background:#4da626;
margin:5px 0;
}

/*css*/
.color_red{color:#FF0000;}
.color_org{color:#4da626;}
.color_blue{color:#198cff;}
.color_yellow{color:#FFFF00;}
.color_green{color:#009900;}
.color_rose{color:#9900CC;}
.color_gray{color:#999;}
.color_white{color:#fff;}
.color_black{color:#333;}

.bg_red{background:#FFE6E6;}
.bg_org{background:#FFEEDD;}
.bg_blue{background:#EEF7FF;}
.bg_yellow{background:#FFFFBB;}
.bg_green{background:#E1FFE1;}
.bg_rose{background:#FF95FF}
.bg_gray{background:#f3f3f3;}
.bg_white{background:#fff;}
.bgcolor_red{background:#4da626;color:#fff;}
.bgcolor_blue{background:#198cff;color:#fff;}
.bgcolor_org{background:#ff9900;color:#fff;}
.bgcolor_green{background:#009900;color:#fff;}
.bgcolor_rose{background:#4da626;color:#fff;}
.bgcolor_black{background:#000;color:#fff;}
.bgcolor_gray{background:#666;color:#fff;}







.duan12{font-size:12px;line-height:20px;}
.duan14{font-size:14px;line-height:25px;}
.duan16{font-size:16px;line-height:25px;}
.duan20{font-size:20px;line-height:30px;}
.duan25{font-size:25px;line-height:30px;}
.duan30{font-size:30px;line-height:40px;}
.duan40{font-size:40px;line-height:50px;}

.wr:link {color: #fff;text-decoration: none;}
.wr:visited{color: #fff;text-decoration: none;}
.wr:hover {color: #ccc;text-decoration: none;}

.bbt:link {color: #eaeaea;text-decoration: none;}
.bbt:visited{color: #eaeaea;text-decoration: none;}
.bbt:hover {color: #4da626;text-decoration: none;}

.bb2:link {color: #333333;text-decoration: none;}
.bb2:visited{color: #333333;text-decoration: none;}
.bb2:hover {color: #4da626;text-decoration: none;}

.iconsize{font-size:40px;color:#fff;}

.intitle{
  padding:30px 0 10px 0;
  font-size:24px;
}


.titles{
  font-size:25px;
  border-left: 0.4rem solid #4da626;  
  padding-left: 0.8rem;
  margin: 1.4rem 0;}
  
/*新闻样式*/
.newscss{
  width:80px;
  text-align:right;
  color:#666;
}

.newsdiv{
	width:100%;
	height:300px;
	background-color: #333;
	background-position: center;
	background-repeat: no-repeat;
	background-size:100% auto;
	display: table;
}
.newsdiv span{
	color:#fff;
	padding:20px;
	text-align:left;
	display: table-cell;
	vertical-align: bottom;
	word-wrap: break-word; /* 旧版浏览器支持 */
    overflow-wrap: break-word; /* 标准属性 */
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s	
}
.newsdiv span:hover{transform: translateY(-10px);}

.product-all{margin:0 10%;width:80%;}


.action1,.action1:hover{
transition: transform 0.5s	
}
.action1:hover{transform: translateY(-5px);}


/*表格样式*/
.ax-table th,.ax-table-wrapper[fixedleft] th:first-child,.ax-table-wrapper[fixedright] th:last-child{background:#eaeaea;font-size:20px;}
.ax-table th,.ax-table td{text-align:center;}
.ax-table td{font-size:16px;line-height:30px;}

/*导航*/
 
		
		#mobilemenu{
		  display:none;
		  background:#333;
		  position:fixed;
		  padding:0 5%;
		  width:90%;
		  height:100%;
		  left:0;
		  top:60px;
		  z-index:611;		  
		  overflow-y: auto;
		  opacity: 0.95;
		}
		.menu1{font-size:20px;line-height:40px;}
		.menu2{font-size:16px;line-height:40px;}
		


/*导航*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1;
  background: #ffffff;
}
#menu-line {
  position: absolute;
  top: 0px;
  left: 0;
  height: 2px;
  background: #4da626;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 42px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #4da626;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 46px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #4da626;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: 0;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 40px;
}
#cssmenu ul ul li a {
  padding: 14px 12px;
  width: 120px;
  font-size: 14px;
  margin-right:1px;
  margin-bottom:1px;
  background: #eaeaea;
  text-decoration: none;
  color: #333;
  border-top:#cdcdcd 1px solid;
  text-align: center;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background:#4da626;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}


/*左侧栏目样式*/
#prolist,
#prolist ul,
#prolist ul li,
#prolist ul li a{
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
  
#prolist {
  width: auto;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  line-height: 1;
}
#prolist ul li{padding:10px;margin-right:100px;}
#prolist .pl{background:#eaeaea;}




		
/*Telephone & iPad*/
@media screen and (max-width: 1024px) {		
  /*自定义*/ 
  .show_pc{display:none;}
  .show_mb{display:block;}
  .topback{height:60px;}
  .logo{left:10px;padding-top:10px;width:200px;}
  .logo img{width:200px;}
	.imgback{height:200px;}
	.inbanners{padding-top:60px;}
	
	.banners{margin-top:60px;padding:60px 0;background-size:100% 100%;background-repeat:no-repeat;}
	.banners_product{margin-top:60px;padding-top:20px}
	.divshow{display:none;}
	.divshow2{display:block;}
	
	.intitle{
  padding:20px 0;
  font-size:25px;
	
}

.topmenu,.toptel{display:none;}
.duan30,.duan40{font-size:25px;}
.bgfixed{/* 背景图垂直、水平均居中 */
background-position: center center;
/* 背景图不平铺 */
background-repeat: repeat;
/* 让背景图基于容器大小伸缩 */
background-size:auto 100%;
background-attachment:inherit;
}

.divproimg{
	width:100%;
	float:left;
	margin:30px 0 0 0;	
}
.margin-all,.margin-view,.margin-title{margin:5%;}
.product-all{width:90%;margin:5%;}

.inclass{
padding:50px;}

.videocss{margin-top:100px;}

.banners .banner_title{
	font-size:25px;
	line-height: 25px;
}
.banner_index{padding:15% 5%;}

.lans_left,.lans_right{width:80%;left:5%;padding:5%;top:40%;text-align:center}
.lans_center,.lans_banner2{width:80%;padding:5%;margin:5%;}

.more2{font-size:12px;padding:0 20px;}


#prolist{width:100%;border-bottom:1px solid #eaeaea;}
#prolist ul li{padding:10px;margin:0px;}

/*边框大小设置*/
.padding1{
	padding:5%;
}


.inpro{ display:inline-block;}
.inpro_left{width:100%;margin-right:0;margin-bottom:40px;background-size:100% auto;background-position: center;}
.inpro_right{width:100%;}

}
