/*
 *这是单独为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:#003366;}


  .show_pc{display:block;}
  .show_mb{display:none;}

.topback{
position:absolute;
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:300px;z-index:1001;}
.logo img{max-height:68px;}


.toptel{padding-top:35px;color:#666;}

.lngcss{font-size:2.6rem;
color:#003366;
padding-top: 0.7rem;}



.margin-all{margin:0 5% 5% 5%;}

.product-all{margin:0 10%;width:80%;}

.footerdiv{width:100%;
background:#003366;
padding:2% 0;}


.videocss{margin-top:100px;width:100%;height:auto;}



/*内页banner样式*/
.banners{margin:0;padding:150px 0;text-align:center;}
.banners .banner_title{
	font-family:'Roboto BoldCondensed',"微软雅黑";
	font-size:60px;
	line-height: 60px;
	color:#fff;
    text-shadow: 0px 0px 5px #000;
}
.banners .banner_text{
	font-size:30px;
	line-height: 30px;
	color:#fff;
	margin-top:10px;
    text-shadow: 0px 0px 3px #000;
}

/*首页产品系列*/
.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;
	height:150px;
}

.proimg{
  transition: all 0.5s;
}
.proimg img{
	width:150px;height:150px;
}

.moreicon>span{font-size:40px;color:#999;transition: all 0.5s;}

.prodiv:hover .proimg{transform: scale(1.05,1.05);transition: all 0.3s;}
.prodiv:hover .moreicon>span{transform:rotate(90deg);transition: all 0.5s;color:#003366;}


.divshow{display: block;}
.divshow2{display:none;}


.divimg img{
width:100%;
max-width:1000px;display: block;
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 #003366;margin:10px;}


#video{ width: 100%; height: 400px;}

/*动画按钮*/
.more{
    display: inline-block;
    padding: 0px 30px;
    color: #003366;
    font-size: 16px;
    border: 1px solid #003366;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition-duration: 0.5s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #003366;
}

.more:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #003366;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -150%;
    transition-duration: 0.5s;
}
.more:hover:before,
a:hover .more:before{
    left: -10%;
}
.more p{
    position: relative;
    z-index: 1;
}


.more1{
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.more1 p{
	color:#fff;
    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: #003366;
}

.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;
}

/*图片轮播*/
.rvc{			
	max-width: 1140px;
	position: relative;
	margin: auto;
	margin-top: 30px;
}
.rvc .rvc-wrapper{
	margin: auto;
	overflow: hidden;
}
.rvc .rvc-wrapper ul{
	overflow: hidden;
	position: relative;
}
.rvc .rvc-wrapper ul li{
	float: left;
}
.rvc .rvc-wrapper ul li a{
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}
.rvc .rvc-wrapper ul li a .img-wrapper{
	height: 150px;
	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;
}
.rvc .rvc-wrapper ul li a h2{
	margin-top: 10px;
	text-align: center;
}
.rvc .rvc-wrapper ul li a p{
	padding: 10px;
	height: 80px;
}
.rvc-prv,.rvc-next{
	position: absolute;
	height: 100%;
	top: 0;
	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;
}
.rvc-prv{						
	left: 0;			
}
.rvc-next{			
	right: 0;
	
}




/*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:#003366;
transform: translateY(-5px);
transition: all 0.5s;
}

.line{background:#eaeaea;
margin-bottom:5%;
height:1px;}

.line1{background:#eaeaea;
height:1px;}

.line2{background:#003366;
width:100px;
margin:0;
height:3px;}

.line_news{
width:30px;
height:2px;
background:#003366;
margin:5px 0;
}

/*css*/
.color_red{color:#FF0000;}
.color_org{color:#003366;}
.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:#003366;color:#fff;}
.bgcolor_blue{background:#003366;color:#fff;}
.bgcolor_org{background:#ff9900;color:#fff;}
.bgcolor_green{background:#009900;color:#fff;}
.bgcolor_rose{background:#9900cc;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: #003366;text-decoration: none;}

.bb2:link {color: #333333;text-decoration: none;}
.bb2:visited{color: #333333;text-decoration: none;}
.bb2:hover {color: #003366;text-decoration: none;}

.iconsize{font-size:40px;color:#fff;}

.intitle{
  padding:30px 0 10px 0;
  font-size:40px;
}


.titles{
  font-size:25px;
  border-left: 0.4rem solid #003366;  
  padding-left: 0.8rem;
  margin: 1.4rem 0;}
  
/*新闻样式*/
.newscss{
  width:80px;
  text-align:right;
  color:#666;
}



.action1,.action1:hover{
transition: transform 0.5s	
}
.action1:hover{transform: translateY(-5px);}




/*导航*/
 
		
		#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;}
		


/*导航*/
.topmenu{margin-top:100px;background:#003366;padding:0 3%;}


#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;
  z-index:999;
  
}
#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:"微软雅黑",'Open Sans', sans-serif;
  line-height: 1;
}
#menu-line {
  position: absolute;
  top: 30px;
  left: 0;
  height: 3px;
  -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: 20px 60px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #eaeaea;
  -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:#fff;
  background:#000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  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: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  filter:alpha(opacity=95);
  -moz-opacity:0.95;
  opacity:0.95; 
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 182px;
  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: auto;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 180px;
  font-size: 16px;
  line-height:20px;
  background: #333;
  text-decoration: none;
  color: #fff;
  border-top:1px solid #444;
  -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;
  border-top:1px solid #003366;
  background:#003366;
 -webkit-transition: background .5s ease;
 -moz-transition: background .5s ease;
 -ms-transition: background .5s ease;
 -o-transition: background .5s ease;
 transition: background .5s ease; 
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 18px;
  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;
}








		
/*Telephone & iPad*/
@media screen and (max-width: 1024px) {		
  /*自定义*/ 
  .show_pc{display:none;}
  .show_mb{display:block;}
  .topback{height:60px;}
  .logo{left:10px;padding-top:15px;width:200px;}
  .logo img{width:200px;}
	.imgback{height:200px;}
	.inbanners{padding-top:60px;}
	
	.banners{margin-top:60px;padding:60px 0;}
	
	.divshow{display:none;}
	.divshow2{display:block;}
	
	.intitle{
  padding:20px 0;
  font-size:25px;
	
}

.topmenu,.toptel{display:none;}

.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:5%;}
.product-all{width:90%;margin:5%;}

.inclass{
padding:50px;}

.videocss{margin-top:100px;}

.banners .banner_title{
	font-size:25px;
	line-height: 25px;
}
.more2{font-size:12px;padding:0 20px;}

}
