.zy{
	height: 100%;
	overflow-y: scroll; 
		    /* white-space: nowrap; */
	width: 100% !important;
	padding: 0px!important;
	margin:0px!important;
	min-width:350px!important;
}
::-webkit-scrollbar {
    width: 0 !important;
}
::-webkit-scrollbar {
    width: 0 !important;
    height: 0;
}

#logo {
	width: 200;
	border: 0;
}

#logopic {
	width: 80%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.box {
	width: 400px;
	height: 240px;

	margin: -10px auto;
	

}

.inner {
	width: 400px;
	height: 240px;
	position: relative;
	overflow: hidden;
}

.inner img {
	width: 400px;
	height: 240px;
	vertical-align: top
}

.inner ul {
	width: 1000%;
	position: absolute;
	list-style: none;
	left: 0;
	top: 0;
}

.inner li {
	float: left;

}

.inner ol {
	position: absolute;
	height: 0px;
	right: 110px;
	bottom: 20px;
	padding: 5px;
}

.inner ol li {
	display: inline-block;
	width: 20px;
	height: 3px;
	line-height: 20px;
	background-color: #fff;
	margin: 5px;
	cursor: pointer;

}

.inner ol .current {
	background-color: #00428d;

}

#arr {
	display: none;
}

#arr span {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -20px;
	background: #fff;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-family: '黑体';
	font-size: 30px;
	color: #000;
	opacity: 0.5; //透明度
	border: 1px solid #fff;
}

#arr #right {
	right: 5px;
	left: auto;
}

.container .nav a {
	cursor: default;
	text-decoration: none;
	font-size: 17px;
	font-weight: 700;
	color: #505050;
	letter-spacing: 3px;

}

.container li {
	list-style: none;
	cursor: default;
}

.container {
	position: absolute;
	top: 2%;
	left: 85%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 0;
}

.container .nav {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 50px;
	background-color: transparent;
	text-align: center;
	line-height: 50px;
}

.container .nav:hover {
	color: #000;
}

.container .nav ul {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	box-shadow: 0 10px 10px rgba(10, 20, 20, .20), 0 0 10px rgba(10, 20, 20, .20);
	background-color: #00428d;
	text-align: center;
}

.container .nav ul li a {
	display: block;
	color: #fff;
}

.container .nav ul li a:hover {
	background-color: #f3f9ff;
	border-radius: 18px;
	color: #00428d;
}

#menu {
	position: absolute;
	left: 72%;
	font-size: 50px;
	color: #00428d;
	font-family: 'Courier New', Courier, monospace;
}
.a1 {
            width: 40px;
            height: 40px;
            position: fixed;
            top: 50px;
            left: 110px;
}
#contact{
			position: fixed;/* 固定定位 */
			 
			/* 在浏览器水平垂直居中的方式 */
			top: 50%;
			left: 0%;
			width: 80px;
			height: 32px;
}


/* —————————————模块二：首页-公司简介————————————— */
/* 首页-公司简介样式 */
.companyprofile {
	width: 100%;
	padding-left: 1%;
	height: 220px;
	margin: 30px auto;
	text-align: center;
}

/* 首页-公司简介字样式 */
.companyprofile span {
	color: #00428d;
}

/* 首页-公司简介-左图样式 */
#leftjianjie img {
	/* width: 180px;
	height: 130px; */
	margin-top: 10px;
}

/* 首页-公司简介-右侧整块样式*/
#rightjianjie {
	margin-left: 10px;
	width: 95%;
}

/* 首页-公司简介-右标题样式 */
#jianjietitle {
	font-size: small;
	color: #333;
	margin-left: -10px;
}

/* 首页-公司简介-右详情样式 */
#jianjiedetail {
	text-align: left;
	font-size: 9px;
	margin-right: 1%;
	text-indent: 18px;
}

/* 首页-公司简介-四个图标样式 */
#fourbutton {
	font-size: 10px;
	color: #333;
}

/* 首页-公司简介-四个图标图片样式 */
#fourbutton img {
	width: 30px;
	height: 30px;
	margin-left: 40px;
}

/* 首页-公司简介-四个图标文字样式 */
#fourbutton p {
	margin-left: 38px;
	height: 12px;
}

/* —————————————模块三：首页-新闻中心————————————— */
/* 首页-新闻中心样式 */
.news {
	width: 100%;
	height: 250px;
	background-color: #e7e7e7;
}

/* 首页-新闻中心-标题样式 */
#newstitle {
	padding-top: 8px;
	margin-left: 30px;
	color: #00428d;
}

/* 首页-新闻中心-MORE样式 */
#newsmore {
	text-align: right;
	margin-top: -2%;
	margin-right: 10px;
	margin-bottom: 1%;
	font-size: small;
    text-decoration: none;
}
#newsmore a:link{
    text-decoration: none;
    text-align: center;
	color: #00428d;
	  }
#newsmore a:visited {
	color: #00428d;
	text-decoration: none;
	  }
#newsmore a:hover {
	color: #00428d;
	text-decoration: none;
	  }
#newsmore a:active {
	color: #00428d;
	text-decoration: none;
}
/* 首页-新闻中心-新闻图片样式 */
.xinwenphoto {
	width: 100%;
	display:block;
	margin:auto;
}

/* 首页-新闻中心-新闻图片格式样式 */
.xinwenpho img {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
}

/* 首页-新闻中心-新闻整体框架样式 */
.zyxinwen {
	margin-left: 3px;
	margin-right: 3px;
	width: 95%;
	height: 190px;
	background-color: aliceblue;
}

/* 首页-新闻中心-新闻文字样式 */
.xinwenp p {
	font-size: 1px;
	color: #333;
	width: 90%;
	text-align: center;
	display:block;
	margin:auto;
}
.xinwentime{
	margin-top: -4% !important;
	color: #7a7a79 !important;
	  font-size: 10px !important;
	  margin-bottom: 6% !important;
	
}

/* 首页-新闻中心-查看详情图片链接样式 */
.xinwendetail  {
	width: 20%;
}
.chakan{
        width: 70%;
	    background-color: #00428d;
	    border: none;
	    color: white;
	    padding: 2% 10%;
		margin-top: 5%;
	    text-align: center;
	    text-decoration: none;
	    display:block;
	    margin:auto;
	    cursor: pointer;
		font-size: 10px;
		border-radius: 4px;
}

/* 首页-新闻中心-各新闻标题在同一行 */
.pailie {
	height: 50px;
}

/* —————————————模块四：首页-视频中心————————————— */
/* 首页-视频中心样式 */
.video {
	width: 100%;
	height: 200px;
}

/* 首页-视频中心-标题样式 */
#videotitle {
	padding-top: 8px;
	margin-left: 30px;
	color: #00428d;
}

/* 首页-视频中心-MORE样式 */
#videomore {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-bottom: 1%;
	font-size: small;
	text-decoration: none;
}
#videomore a:link{
    text-decoration: none;
    text-align: center;
	color: #00428d;
	  }
#videomore a:visited {
	color: #00428d;
	text-decoration: none;
	  }
#videomore a:hover {
	color: #00428d;
	text-decoration: none;
	  }
#videomore a:active {
	color: #00428d;
	text-decoration: none;
}

/* 首页-视频中心-视频整体框架样式 */
.shipinall {
	margin-left: 5%;
	margin-right: 2%;
	width: 90%;
	height: 135px;
}

/* 首页-视频中心-图片及文字框样式 */
.shipin {
	margin-left: 1%;
	margin-right: 1%;
}

/* 首页-视频中心-视频图片样式 */
.videophoto {;
	width: 100%;
}
.videop{
	padding-left: 2%;
	font-size: 10px;
	color: #333;
	width: 100%;
}
/* 首页-视频中心-视频文字样式 */
.videop p {
	text-overflow:ellipsis;
	overflow:hidden;
}

/* 首页-视频中心-各视频标题在同一行 */
.pailiev {
	height: 40px;
}

/* —————————————模块五：首页-制造能力————————————— */
/* 首页-制造能力样式 */
.ability {
	width: 100%;
	height: 190px;
	background-color: #e7e7e7;
}
/* 首页-制造能力-标题样式 */
#abilitytitle {
	padding-top: 8px;
	margin-left: 30px;
	color: #00428d;
	
}
/* 首页-制造能力-MORE样式 */
#abilitymore {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: small;
	position: relative;
	text-decoration: none;
}
#abilitymore a:link{
    text-decoration: none;
    text-align: center;
	color: #00428d;
	  }
#abilitymore a:visited {
	color: #00428d;
	text-decoration: none;
	  }
#abilitymore a:hover {
	color: #00428d;
	text-decoration: none;
	  }
#abilitymore a:active {
	color: #00428d;
	text-decoration: none;
}
/* 首页-制造能力-滚动样式 */
.containers {
	width: 400px;
	position: relative;
	overflow: hidden;
}
.containers ul{
	width: 400px;
	height: 100px;
	overflow: hidden;
	display: flex;
	position: relative;
}
.containers li{
	list-style: none;
	height: 100%;
	padding-right: 20px;
}
.containers li img{
	width: 130px;
	object-fit: cover;
	object-position: center;
}
/* 首页-制造能力-控制滚动按钮样式 */
.btns{
	color: black;
	justify-content: center;
	padding-top: 0px;
}
.btn{
	color: black;
	border: 1px solid #ddd;
	padding: 5px 15px;
	margin: 0 15px;
	border-radius: 3px;
	font-size: 14px;
	cursor: pointer;
}
.btn:hover{
	background-color: rgba(255, 255, 255, 0.2);
}
/* —————————————首页-底部————————————— */
.dibu{
	background-color: #003f86;
	height: 160px;
}

#xycms_fnav{ 
	width:100%; 
	height:45px;
	margin-bottom: 0%;
	position:fixed; 
	bottom:0; left:0;
	background-color:#2d4f8e;
	z-index: 1;

	}
.wap_nav{ 
	
	width:99%; 
	margin:0px auto;
	
	}
.wap_nav li{ 
	float:left; 
	width:100%; 
	text-align:center;	
	
	}

.shouye{
	width:29%; 	

	}



.wap_nav li a{ 
	color:#FFF; 
	font-size:13px;
	}
.cur{
	padding-top: 2%;
	padding-bottom: 2%;
	}
.wenzi{
	color: #fff;
	font-size: 12px;
	text-align:center;
    padding-top: 1%;
}
.jieshao{
	padding-top: 7%;
}

/* —————————————子模块：新闻资讯————————————— */
/* 公司新闻-栏目-表格格式 */
	  .lanmu ul {
	      display: flex;
	      position: absolute;
	      width: 400px;
	      margin-top: -13%;
	      left: 50%;
	      transform: translate(-50%, -50%);
	      list-style:none;
      	border-bottom:1px solid #CCC;
	  }
/* 公司新闻-栏目-列格式 */	  
	  .lanmu li {
	      position: relative;
		  margin-left: 6%;
		  padding-top: 4%;
		  padding-bottom: 10px;
	      font-size: 16px;
	      color: #00428d;
	      transition: 0.1s all linear;
	      cursor: pointer;/* 光标形状 */
		  text-align: center;
	  }
/* 公司新闻-栏目-目前列格式 */	
	  .lanmu .now{
		  width: 20%;
          border-bottom: 2px solid #00428d;
	  }
/* 公司新闻-栏目-动画格式 */
	  .lanmu li::before {
	      content: "";
	      position: absolute;
	      top: 0;
	      left: 100%;
	      width: 0;
	      height: 97%;
	      border-bottom: 2px solid #00428d;
	      transition: 0.2s all linear;
	  }
/* 公司新闻-栏目-选择鼠标移到链接上的样式 */	  
	  .lanmu li:hover::before {
	      width: 100%;
	      top: 0;
	      left: 0;
	      transition-delay: 0.1s;
	      border-bottom: 2px solid #00428d;
	  }
	  
	  .lanmu li:hover ~ li::before {
	      left: 0;
	  }
/* 公司新闻-栏目-选择激活的链接样式 */		  
	  .lanmu li:active {
	      background: #00428d;
	      color: #fff;
	  }
/* 公司新闻-栏目-去除超链接下划线 */	
	  .lanmu a:link{
		  text-decoration: none;
		  text-align: center;
		  color: #000;
	  }
	  .lanmu a:visited {
	  	color: #000;
	  }
	  .lanmu a:hover {
	  	COLOR: #000
	  }
	  .lanmu a:active {
	  	COLOR: #000}
/* 公司新闻-内容-主样式 */		  
	  .xinwen{
		  margin-top: 18%;
		  margin-left: 4%;	
		  margin-right: 4%;
	  }
/* 公司新闻-内容-列样式 */	
	  .xinwen dl{
          margin-top: 16px;
		  color:#999999;
		  height:76px;
		  border-bottom: 1px dotted #b8b8b8;
	  }
/* 公司新闻-内容-文字点击 */
	  .xinwen a:link{
		  text-decoration: none;
		  color:#000;
	  }
	  .xinwen a:visited {
	  	color: #000;
	  }
	  .xinwen a:hover {
	  	COLOR: #000
	  }
	  .xinwen a:active {
	  	COLOR: #000}
      .xinwen p{
		  word-wrap:break-word;
		  margin-left: 2%;
		  width: 86%;
		  line-height:150%;
		  height: 60%;
		  text-overflow:ellipsis;
		  overflow:hidden;

	  } 
/* 公司新闻-日期 */
	  .xinwen em{
		  margin-left: 75%;
		  top: 90%;
	  }
/* 公司新闻-页码样式 */
	  .pages{ 
		  margin-top: 7%;
		  margin-bottom: 7%;
		  width:100%; 
		  height:30px; 
		  line-height:30px; 
		  text-align:center;
		  }
	  .pages a{ 
		  display:inline-block; 
		  *display:inline; 
		  zoom:1; 
		  height:30px; 
		  line-height:30px; 
		  margin:0 5px; 
		  font-size:16px; 
		  color:#555;
		  }
	  .pages a.now,.pages a:hover{ 
		  color:#00428d;
		  }
	  
	  .pages a.bg{ 
		  font-size:12px !important; 
		  width:50px; 
		  text-align:center; 
		  color:#FFF; 
		  background:#787878; 
		  border-radius:4px; 
		  -moz-border-radius:4px; 
		  -webkit-border-radius:4px;
		  }
	  .pages a.bg:hover{
	  	color: #FFF;
	  	background: #00428d;
	  }
/* —————————————子模块：新闻资讯(新闻详情)————————————— */
/* 公司新闻-新闻详情-新闻标题 */
      .zixinwenbiaoti{
		  margin-bottom:25px; 
		  font-size:22px;
		  text-align: center; 
		  padding-top: 4%;
		  margin-left: 7%;
		  margin-right: 7%;
	  }
/* 公司新闻-新闻详情-新闻标题 */
	  .fabushijain{
		  color: #00428d;
		  text-align: center;
		  margin-top: -3%; 
		  font-size: 14px;
	  }
/* 公司新闻-新闻详情-横线样式 */
	  .xwhengxian{
		  border-bottom: 1px dotted #b8b8b8;
		  margin-left: 5%;
		  margin-right: 5%;
		  padding-top: 3%;
	  }
/* 公司新闻-新闻详情-正文样式 */
	  .zw p{
		  margin-left: 4%;
		  margin-right: 5%;
		  font-size: 16px;
		  text-indent: 25px;
		  line-height:180%
	  }
/* 公司新闻-新闻详情-正文图片样式 */
	  .zwpic{
		  width: 90%;
		  padding-top: 2%;
		  padding-bottom: 2%;
	  }
/* 公司新闻-新闻详情-正文小字（图/文，时间）样式 */
	  .zwxz{
		  text-align: right;
		  margin-right: 5%;
		  margin-top: 5%;
		  margin-bottom: 5%;
	  }

/* —————————————子模块：关于我们————————————— */

      .aboutus{
		  height: 100%;
	  }
/* 关于我们-大图格式*/
      .datu{
		  padding-top: 7%;
	  }
/* 关于我们-概况格式*/
      .gaikuang p{
		text-align: center;
		font-size: 22px;
		padding-top: 4%;
	  }
	  .gaikuang img{
		padding-top: 2%;
		display: block;
		margin: auto;
		width: 11%;
	  }
/* 关于我们-四个图标样式 */
	  	  #fourpic1{
	  		  color: #333;
	  		  padding-bottom: 2%;
	  	   }
/* 关于我们-四个图标图片样式 */
	  	  #fourpic1 img{
	  		  width: 10%;
	  		  margin-left: 26%;
	  	  }
/* 关于我们-四个图标重点文字样式 */
	  .jiacu1{
		  font-size: 16px;
		  margin-top: -3%;
		  color:#00428d ;
		  text-align: center;
	  }
/* 关于我们-四个图标小字样式 */
	  .xiaozi1{
		  color: #a2a2a2;
		  font-size: 10px;
		  margin-top: -3%;
		  text-align: center;
	
	  }
/* 关于我们-概况文字样式 */
	  .kaikuangwenzi{
		margin-left: 7%;
		margin-right: 7%;
		text-indent: 25px;
		line-height:180%  
	  }
/* 关于我们-更多样式 */
	  .more{
		  text-align: center;
		  color: #646464;
		  font-size: 14px;
		  margin-top: 5%;
	  }
/* 关于我们-更多点击样式 */
	  .more a:link{
		  text-decoration: none;
		  text-align: center;
		  color: #646464;
	  }
	  .more a:visited {
	  	color: #646464;
	  }
	  .more a:hover {
	  	COLOR: #646464
	  }
	  .more a:active {
	  	COLOR: #646464
		}
/* 关于我们-更多图片样式 */
	  .more img{
		  width: 2.5%;
	  }
/* 关于我们-资质样式 */
	  .zizhizhanshi{
		  margin-top: 6%;
	  }
/* 关于我们-资质按钮样式 */
	  .button {
         position: absolute;
         top: 920px;
         left: 24%;
         transform: translate(-50%, -50%);
         -ms-transform: translate(-50%, -50%);
         background-color: #fff;
         color: #00428d;
         font-size: 14px;
         padding: 12px 24px;
         border: none;
         cursor: pointer;
         border-radius: 5px;
         text-align: center;
		 text-decoration: none;
		 letter-spacing:2px
	  }
/* 关于我们-荣誉样式 */
	  .rongyuzhanshi{
		  margin-top: -2%;
		  margin-bottom: -5%;
	  }
/* 关于我们-荣誉按钮样式 */
	  .button1 {
	     position: absolute;
	     top: 1030px;
	     left: 54%;
	     transform: translate(-50%, -50%);
	     -ms-transform: translate(-50%, -50%);
	     background-color: transparent;
	     color: #646464;
	     font-size: 14px;
	     padding: 12px 24px;
	     border: none;
	     cursor: pointer;
	     border-radius: 5px;
	     text-align: center;
	  	 text-decoration: none;
	  	 letter-spacing:2px
	  }
/* 关于我们-荣誉按钮三角图片样式 */
	  .sanjiao img{
		  width: 6%;
	  }
/* 关于我们-荣誉按钮三角样式 */
	  .sanjiao{
		  position: absolute;
		  top: 1020px;
		  left: 63%;
	  }
/* —————————————子模块：关于我们(公司简介)————————————— */
/* 关于我们-公司简介-新闻标题 */
	  .introduction{
		  height:100% ; 
		  padding-bottom: 10%;
	   }
/* 关于我们-公司简介-四个图标样式 */
	  #fourpic{
		  color: #333;
		  padding-bottom: 2%;
	   }
/* 关于我们-公司简介-四个图标图片样式 */
	  #fourpic img{
		  width: 10%;
		  margin-left: 26%;
	  }
/* 关于我们-公司简介-四个图标重点文字样式 */
	  .jiacu{
		  font-size: 24px;
		  margin-left: 26%;
		  margin-top: -3%;
		  color:#00428d ;
	  }
/* 关于我们-公司简介-四个图标小字样式 */
	  .xiaozi{
		  margin-left: 26%;
		  color: #a2a2a2;
		  font-size: 10px;
		  margin-top: -3%;
	
	  }
/* 关于我们-公司简介-文字介绍样式 */
	  .wenzijianjie p{
		  margin-left: 7%;
		  margin-right: 7%;
		  text-indent: 25px;
		  line-height:180%
	  }
/* —————————————子模块：关于我们(公司资质)————————————— */
/* 关于我们-公司资质*/
	  .gongsizizhi{
		  height:100%; 
		  padding-bottom: 10%;
		  
	   }
/* 关于我们-公司资质-标题样式*/	   
      .zizhibiaoti{
		  padding-bottom: 10px;
	  }
	  .zizhibiaoti p{
		  font-size: 20px;
		  margin-left: 2%;
	  }
	  .zizhibiaoti img{
		  width: 21%;
		  margin-left: 2%;
	  }
/* 关于我们-公司资质-资质文字样式*/
	   .zizhizhengwen p{
		  margin-left: 5%;
		  margin-right: 5%;
		  font-size: 16px;
		  text-indent: 25px;
		  line-height:180%
	   }
/* 关于我们-公司资质-资质总背景样式*/
	   .zizhixiangqing{
		   background-color: #f6f6f6;
		   margin-top: -6.5%;
		   padding-top: 5%;
		   padding-bottom: 15%;
	   }
	   .zizhaiwenzi{
		   text-align: center;
		   font-size: 14px;
	   }
	   .zizhitou{
		   width: 100%;
		   height: 30px;
		   background-color: #f6f6f6;
	   }
/* 关于我们-公司资质-左表格样式*/
	   .zizhibiaoge{
		   background-color: white;
		   width: 50%;
		   
	   }
/* 关于我们-公司资质-右表格样式*/
	   .zizhibiaoge1{
	   		   background-color: white;
	   		   width: 50%;
	   }
/* 关于我们-公司资质-右表格图片样式*/
	   .zizhibiaoge1 img{
		   padding-top: 4%;
		   width: 70%;
		   display:block;
		   margin:auto;
	   }
/* 关于我们-公司资质-图片下方小字样式*/
	   .zizhiwenzi{
		   padding-top: 10px;
		   display:block;
		   margin:auto;
		   text-align: center;
	   }
/* —————————————子模块：关于我们(公司荣誉)————————————— */
      .gongsirongyu{
		  height: 100%
	  }
      .rongyuxiangqing{
		  background-color: #f6f6f6;
		  margin-top: -6.5%;
		  padding-top: 5%;
		  padding-bottom: 15%;
	  }
      .rongyubiaoti{
		  padding-bottom: 10px;
	  }
	  .rongyubiaoti p{
		  font-size: 20px;
		  margin-left: 2%;
	  }
	  .rongyubiaoti img{
		  width: 21%;
		  margin-left: 2%;
	  }
/* 关于我们-公司资质-左表格样式*/
	   .rongyubiaoge{
		   background-color: white;
		   width: 50%;
		   
	   }
	   .rongyubiaoge img{
		   margin-top: 5%;
		   display:block;
		   margin:auto;
		   width: 90%;
	   }
/* 关于我们-公司资质-右表格样式*/
	   .rongyubiaoge1{
	   		   background-color: white;
	   		   width: 50%;
	   }
/* 关于我们-公司资质-右表格图片样式*/
	   .rongyubiaoge1 img{
		   padding-top: 5%;
		   display:block;
		   margin:auto;
		   width: 90%;
	   }
/* —————————————子模块：制造能力————————————— */
/* 制造能力-页面样式*/	
	   .technology{
		   height: 100%;
		   margin-bottom: 10%;
	   }
/* 制造能力-标题样式*/	   
      .technologybiaoti{
		  padding-bottom: 10px;
		  padding-top: 4%;
	  }
/* 制造能力-标题文字样式*/	
	  .technologybiaoti p{
		  font-size: 20px;
		  margin-left: 2%;
	  }
/* 制造能力-标题图片样式*/	
	  .technologybiaoti img{
		  width: 21%;
		  margin-left: 2%;
	  }
/* 制造能力-卡片样式*/	
	  .card{
		  background-color:#f6f6f6 ;
		  height: 155px;
		  border-radius: 20px;
		  margin-bottom: 3%;
	  }
/* 制造能力-卡片-图片样式*/	
	  .technologypic{
		  width: 30%;
		  padding-top: 5%;
		  padding-left: 2%;
	  }
/* 制造能力-卡片-标题样式*/	
	  .technologybt{
		  margin-left: 32%; 
		  margin-top: -30%;
		  font-size: 18px;
		  color: #00428d;
	  }
/* 制造能力-卡片-正文样式*/	
	  .technologyzw{
		  margin-left: 32%;
		  width: 62%;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 4;
		  -webkit-box-orient: vertical;
	  }
/* 制造能力-卡片-查看样式*/
	  .view{
		  margin-left: 75%;
		  font-size: 14px;
	  }
	  .view:link{
		  text-decoration: none;
		  text-align: center;
		  color: #00428d;
	  }
	  .view:visited {
	  	color: #00428d;
	  }
	  .view:hover {
	  	COLOR: #00428d
	  }
	  .view:active {
	  	COLOR: #00428d
		}
	  .viewpic{
		  width: 3%;
	  }
	  
/* —————————————子模块：制造能力(详情)————————————— */	
/* 制造能力(详情)-页面样式*/	
.technologydetail{
	background-color: #f6f6f6;
	height: 100%;
	margin-bottom: 10%;
}
/* 制造能力(详情)-标题样式*/	
.enlishbt{
	margin-top: 4%;
	width: 100%;
}
/* 制造能力(详情)-正文文字样式*/	
.nenglizw p{
	margin-left: 5%;
	margin-right: 5%;
	font-size: 16px;
	text-indent: 25px;
	line-height:180%
}
/* 制造能力(详情)-正文图片样式*/
.nenglizw img{
	width: 90%;
	padding-top: 2%;
	padding-bottom: 2%;
	display: block;
	margin: auto;
	}
/* 制造能力(详情)-正文图片介绍样式*/
.picdetail{
	text-align: center; 
	font-size: 14px;
}
/* —————————————子模块：加入我们————————————— */	
/* 加入我们-页面样式*/	
.joinus{
	height: 100%;
}

/* 加入我们-banner样式*/
.banner{
	width: 100%;
}
.joinusbutton{
	position: absolute;
	top: 550px;
	padding-left: 3%;
}
/* 加入我们-图片样式*/
.joinpic{
	width: 28%;
}
/* 加入我们-校园招聘样式*/
.join{

}
.joinusbutton a{
	padding-left: 3%;
}
/* 加入我们-校园招聘样式-去除超链接下划线 */	
.joinusbutton a:link{
	text-decoration: none;
	text-align: center;
	color: #000;
}
.joinusbutton a:visited {
	color: #000;
}
.joinusbutton a:hover {
	COLOR: #000
}
.joinusbutton a:active {
	COLOR: #000
}

/* —————————————子模块：加入我们(公告)————————————— */	
/* 加入我们(公告)-页面样式*/
.announcement{
	height: 990px;
}
/* 加入我们(公告)-栏目-表格格式 */
	  .lanmu1 ul {
	      display: flex;
	      position: absolute;
	      width: 400px;
	      margin-top: -13%;
	      left: 50%;
	      transform: translate(-50%, -50%);
	      list-style:none;
      	border-bottom:1px solid #CCC;
	  }
/* 加入我们(公告)-栏目-列格式 */	  
	  .lanmu1 li {
	      position: relative;
		  margin-left: 6%;
		  padding-top: 4%;
		  padding-bottom: 10px;
	      font-size: 16px;
	      color: #00428d;
	      transition: 0.1s all linear;
	      cursor: pointer;/* 光标形状 */
		  text-align: center;
	  }
/* 加入我们(公告)-栏目-目前列格式 */	
	  .lanmu1 .now{
		  width: 20%;
          border-bottom: 2px solid #00428d;
	  }
/* 加入我们(公告)-栏目-动画格式 */
	  .lanmu1 li::before {
	      content: "";
	      position: absolute;
	      top: 0;
	      left: 100%;
	      width: 0;
	      height: 97%;
	      border-bottom: 2px solid #00428d;
	      transition: 0.2s all linear;
	  }
/* 加入我们(公告)-栏目-选择鼠标移到链接上的样式 */	  
	  .lanmu1 li:hover::before {
	      width: 100%;
	      top: 0;
	      left: 0;
	      transition-delay: 0.1s;
	      border-bottom: 2px solid #00428d;
	  }
	  
	  .lanmu1 li:hover ~ li::before {
	      left: 0;
	  }
/* 加入我们(公告)-栏目-选择激活的链接样式 */		  
	  .lanmu li:active {
	      background: #00428d;
	      color: #fff;
	  }
/* 加入我们(公告)-栏目-去除超链接下划线 */	
	  .lanmu1 a:link{
		  text-decoration: none;
		  text-align: center;
		  color: #000;
	  }
	  .lanmu1 a:visited {
	  	color: #000;
	  }
	  .lanmu1 a:hover {
	  	COLOR: #000
	  }
	  .lanmu1 a:active {
	  	COLOR: #000}
/* 加入我们(公告)-内容-主样式 */		  
	  .gonggao{
		  margin-top: 18%;
		  margin-left: 4%;	
		  margin-right: 4%;
	  }
/* 加入我们(公告)-内容-列样式 */	
	  .gonggao dl{
          margin-top: 16px;
		  color:#999999;
		  height:76px;
		  border-bottom: 1px dotted #b8b8b8;
	  }
/* 加入我们(公告)-内容-文字点击 */
	  .gonggao a:link{
		  text-decoration: none;
		  color:#000;
	  }
	  .gonggao a:visited {
	  	color: #000;
	  }
	  .gonggao a:hover {
	  	COLOR: #000
	  }
	  .gonggao a:active {
	  	COLOR: #000}
      .gonggao p{
		  word-wrap:break-word;
		  margin-left: 2%;
		  width: 86%;
		  line-height:150%;
		  height: 60%;
		  text-overflow:ellipsis;
		  overflow:hidden;

	  } 
/* 加入我们(公告)-日期 */
	  .gonggao em{
		  margin-left: 75%;
		  top: 90%;
	  }
/* 加入我们(公告)-页码样式 */
	  .pages2{ 
		  position: absolute;
		  top: 1050px;
		  margin-top: 7%;
		  margin-bottom: 7%;
		  width:100%; 
		  height:30px; 
		  line-height:30px; 
		  text-align:center;
		  }
	  .pages2 a{ 
		  display:inline-block; 
		  *display:inline; 
		  zoom:1; 
		  height:30px; 
		  line-height:30px; 
		  margin:0 5px; 
		  font-size:16px; 
		  color:#555;
		  }
	  .pages2 a.now,.pages a:hover{ 
		  color:#00428d;
		  }
	  
	  .pages2 a.bg{ 
		  font-size:12px !important; 
		  width:50px; 
		  text-align:center; 
		  color:#FFF; 
		  background:#787878; 
		  border-radius:4px; 
		  -moz-border-radius:4px; 
		  -webkit-border-radius:4px;
		  }
	  .pages2 a.bg:hover{
	  	color: #FFF;
	  	background: #00428d;
	  }
/* —————————————子模块：加入我们(公告内容)————————————— */	
/* 加入我们(公告)-内容-页面样式*/
	  .announcementdetail{
		  height: 100%;
		  padding-bottom: 20px;
	  }
/* 加入我们(公告)-内容-标题 */
      .zigonggaobiaoti{
		  margin-bottom:25px; 
		  font-size:22px;
		  text-align: center; 
		  padding-top: 4%;
		  margin-left: 7%;
		  margin-right: 7%;
	  }
/* 加入我们(公告)-内容-标题 */
	  .fabushijain2{
		  color: #00428d;
		  text-align: center;
		  margin-top: -3%; 
		  font-size: 14px;
	  }
/* 加入我们(公告)-内容-横线样式 */
	  .gghengxian{
		  border-bottom: 1px dotted #b8b8b8;
		  margin-left: 5%;
		  margin-right: 5%;
		  padding-top: 3%;
	  }
/* 加入我们(公告)-内容-正文样式 */
	  .ggzw p{
		  margin-left: 5%;
		  margin-right: 5%;
		  font-size: 16px;
		  text-indent: 25px;
		  line-height:180%
	  }
/* 加入我们(公告)-内容-正文图片样式 */
	  .ggzwpic{
		  width: 90%;
		  padding-top: 2%;
		  padding-bottom: 2%;
	  }
/* 加入我们(公告)-内容-正文不需要空两格样式 */
	  .zibiaoti{
		  text-indent: 0px !important;
	  }
/* —————————————子模块：加入我们(校园)————————————— */	
/* 加入我们(校园)-页面样式*/  
      .school{
		 height: 100%;
		 padding-bottom: 10px;
		 background-color: #f2f2f2;
		 font-family: "Noto Sans SC";
	  }
/* 加入我们(校园)-卡片样式*/	
	  .schoolcard{
		  background-color:#ffffff ;
		  height: 155px;
		  border-radius: 20px;
		  margin-bottom: 3%;
		  margin-left: 3%;
		  margin-right: 3%;
	  }
/* 加入我们(校园)-标题样式*/	   
      .schoolbiaoti{
		  padding-bottom: 10px;
		  padding-top: 4%;
	  }
/* 加入我们(校园)-标题文字样式*/	
	  .schoolbiaoti p{
		  font-size: 20px;
		  margin-left: 2%;
	  }
/* 加入我们(校园)-标题图片样式*/	
	  .schoolbiaoti img{
		  width: 21%;
		  margin-left: 2%;
	  }
	  .schooljob{
		  font-size: 18px;
		  margin-left: 30px;
	  }
/* 加入我们(校园)-栏目-去除超链接下划线 */	
	  .schooljob:link{
		  text-decoration: none;
		  text-align: center;
		  color: #000;
	  }
	  .schooljob:visited {
	  	color: #000;
	  }
	  .schooljob:hover {
	  	COLOR: #000
	  }
	  .schooljob:active {
	  	COLOR: #000
		}
/* 加入我们(校园)-薪资样式 */
		.money{
			color: #4ba6dd;
			position: absolute;
			right: 10%;
		}
/* 加入我们(校园)-部门样式 */
		.department{
			margin-left: 30px;
			font-size: 15px;
			color: #9b9b9b;
		}
/* 加入我们(校园)-要求样式 */
		.request{
			margin-left: 30px;
			font-size: 14px;
			padding-right: 4px;
		}
/* 加入我们(校园)-要求1样式 */
		.request1{
			font-size: 14px;
			padding-left: 4px;
			font-family: "Noto Sans SC";
		}
/* 加入我们(校园)-横线样式 */
	  .jobhengxian{
		  border-bottom: 1px solid #dbdbdb;
		  margin-left: 30px;
		  margin-right: 30px;
		  padding-top: 8px;
	  }
/* 加入我们(校园)-地点图片样式 */
	  .positioningpic{
		  width: 6%;
		  margin-left: 30px;
		  padding-top: 8px;
	  }
/* 加入我们(校园)-地点文字样式 */
	  .positioning{
		  font-size: 15px;
		  color: #9b9b9b;
		  margin-top: -25px;
		  margin-left: 70px;
		  
	  }
/* —————————————子模块：加入我们(社会)————————————— */	
/* 加入我们(社会)-页面样式*/  
      .social{
		 height: 100%;
		 padding-bottom: 10px;
		 background-color: #f2f2f2;
		 font-family: "Noto Sans SC";
	  }
/* 加入我们(社会)-卡片样式*/	
	  .socialcard{
		  background-color:#ffffff ;
		  height: 155px;
		  border-radius: 20px;
		  margin-bottom: 3%;
		  margin-left: 3%;
		  margin-right: 3%;
	  }
/* 加入我们(社会)-标题样式*/	   
      .socialbiaoti{
		  padding-bottom: 10px;
		  padding-top: 4%;
	  }
/* 加入我们(社会)-标题文字样式*/	
	  .socialbiaoti p{
		  font-size: 20px;
		  margin-left: 2%;
	  }
/* 加入我们(校园)-标题图片样式*/	
	  .socialbiaoti img{
		  width: 21%;
		  margin-left: 2%;
	  }
	  .socialjob{
		  font-size: 18px;
		  margin-left: 30px;
	  }
/* 加入我们(社会)-栏目-去除超链接下划线 */	
	  .socialjob:link{
		  text-decoration: none;
		  text-align: center;
		  color: #000;
	  }
	  .socialjob:visited {
	  	color: #000;
	  }
	  .socialjob:hover {
	  	COLOR: #000
	  }
	  .socialjob:active {
	  	COLOR: #000
		}
/* 加入我们(社会)-薪资样式 */
		.socialmoney{
			color: #4ba6dd;
			position: absolute;
			right: 10%;
		}
/* 加入我们(社会)-部门样式 */
		.socialdepartment{
			margin-left: 30px;
			font-size: 15px;
			color: #9b9b9b;
		}
/* 加入我们(社会)-要求样式 */
		.socialrequest{
			margin-left: 30px;
			font-size: 14px;
			padding-right: 4px;
		}
/* 加入我们(社会)-要求1样式 */
		.socialrequest1{
			font-size: 14px;
			padding-left: 4px;
			font-family: "Noto Sans SC";
		}
/* 加入我们(社会)-横线样式 */
	  .socialjobhengxian{
		  border-bottom: 1px solid #dbdbdb;
		  margin-left: 30px;
		  margin-right: 30px;
		  padding-top: 8px;
	  }
/* 加入我们(社会)-地点图片样式 */
	  .socialpositioningpic{
		  width: 6%;
		  margin-left: 30px;
		  padding-top: 8px;
	  }
/* 加入我们(社会)-地点文字样式 */
	  .socialpositioning{
		  font-size: 15px;
		  color: #9b9b9b;
		  margin-top: -25px;
		  margin-left: 70px;
		  
	  }	  
/* —————————————子模块：加入我们(详情)————————————— */	
/* 加入我们(详情)-页面样式*/  
      .joinusdetail{
		 height: 100%;
		 padding-bottom: 10px;
		 font-family: "Noto Sans SC";
	  }
/* 加入我们(详情)-标题样式*/  
	  .jobbiaoti{
		  color: #00428d;
		  font-size: 26px;
		  padding-top: 8%;
		  padding-left: 3%;
	  }
/* 加入我们(详情)-月薪样式*/  
	  .salary{
		  padding-top: 4%;
		  padding-left: 3%;
		  color: #ff8900;
	  }
/* 加入我们(详情)-要求样式*/ 
	  .yaoqiu{
		  padding-left: 3%;
		  font-size: 14px;
		  padding-top: 4%;
		  color: #9b9b9b;
	  }
/* 加入我们(详情)-子标题样式*/ 
	  .JobDescription img{		  
		  width: 30%		  
	  }
/* 加入我们(详情)-职位描述、薪酬福利、工作地点、联系方式样式*/ 
	  .JobDescription{
		  padding-left: 3%;
		  padding-top: 10%;
		  width: 95%;
	  }
/* 加入我们(详情)-职位描述、薪酬福利、工作地点、联系方式文字样式*/ 
	  .JobDescription p{
		  padding-left: 3%;
		  line-height: 30px;
	  }
/* —————————————子模块：加入我们(详情)————————————— */		  
.production{
	height: 100%;
	padding-bottom: 10%;
}
.productionpic{
	width: 20%;
	margin-right: 5%;
}
.productionchose{
	background-color: #f2f2f2;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	white-space: nowrap !important;
	overflow: auto !important;
	-webkit-overflow-scrolling:touch !important;
}
.productionbutton{
	    background-color: #00428d;
	    border: none;
	    color: white;
	    padding: 6px 32px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 16px;
	    margin: 4px 2px;
	    cursor: pointer;
		border-radius: 6px;
}
.productionbutton1{
	    background-color: #f2f2f2;
	    border: none;
	    color: #606060;
	    padding: 6px 32px;
	    text-align: center;
	    text-decoration: none;
	    display: inline-block;
	    font-size: 16px;
	    margin: 4px 2px;
	    cursor: pointer;
		border-radius: 6px;
}
.productiondisplay img{
	      width: 90%;
		  padding-top: 2%;
		  padding-bottom: 2%;
		  margin: auto;
		  display: block;
}
.productiondisplay p{
		  margin-left: 5%;
		  margin-right: 5%;
		  font-size: 16px;
		  text-indent: 25px;
		  line-height:180%
}
/* —————————————子模块：视频中心————————————— */
/* 视频中心-栏目-表格格式 */
.splanmu ul {
	display: flex;
	position: absolute;
	width: 400px;
	margin-top: -13%;
	left: 50%;
	transform: translate(-50%, -50%);
	list-style: none;
	border-bottom: 1px solid #CCC;
}
/* 视频中心-栏目-列格式 */
.splanmu li {
	position: relative;
	margin-left: 6%;
	padding-top: 4%;
	padding-bottom: 10px;
	font-size: 16px;
	color: #00428d;
	transition: 0.1s all linear;
	cursor: pointer;
	/* 光标形状 */
	text-align: center;
}
/* 视频中心-栏目-目前列格式 */
.splanmu .now {
	width: 20%;
	border-bottom: 2px solid #00428d;
}
/* 视频中心-栏目-动画格式 */
.splanmu li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 97%;
	border-bottom: 2px solid #00428d;
	transition: 0.2s all linear;
}
/* 视频中心-栏目-选择鼠标移到链接上的样式 */
.splanmu li:hover::before {
	width: 100%;
	top: 0;
	left: 0;
	transition-delay: 0.1s;
	border-bottom: 2px solid #00428d;
}
.splanmu li:hover~li::before {
	left: 0;
}
/* 视频中心-栏目-选择激活的链接样式 */
.splanmu li:active {
	background: #00428d;
	color: #fff;
}
/* 视频中心-栏目-去除超链接下划线 */
.splanmu a:link {
	text-decoration: none;
	text-align: center;
	color: #000;
}
.splanmu a:visited {
	color: #000;
}
.splanmu a:hover {
	COLOR: #000
}
.splanmu a:active {
	COLOR: #000
}
/* 视频中心-内容-主样式 */
.videoscenter {
	margin-top: 18%;
	margin-left: 3%;
	margin-right: 4%;
}
/* 视频中心-内容-列样式 */
.videoscenter dl {
	margin-top: 16px;
	color: #999999;
	height: 150px;
	border-bottom: 1px dotted #b8b8b8;
}
/* 视频中心-内容-文字点击 */
.videoscenter a:link {
	text-decoration: none;
	color: #000;
}
.videoscenter a:visited {
	color: #000;
}
.videoscenter a:hover {
	COLOR: #000
}
.videoscenter a:active {
	COLOR: #000
}
.videoscenter p {
	word-wrap: break-word;
	margin-left: 2%;
	width: 86%;
	line-height: 150%;
	height: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* 首页-视频中心-视频图片样式 */
.videosphoto {
	width: 100%;
}
#leftsp{
	width: 50%;
}
#rightsp{
	padding-left: 3%;
	padding-right: 3%;
}
/* 视频中心-日期 */
.videoscenter em {
	margin-left: 45%;
	top: 80%;
}

/* 视频中心-页码样式 ----同新闻首页，未改动*/
.pages {
	margin-top: 7%;
	margin-bottom: 7%;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.pages a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	font-size: 16px;
	color: #555;
}
.pages a.now,
.pages a:hover {
	color: #00428d;
}
.pages a.bg {
	font-size: 12px !important;
	width: 50px;
	text-align: center;
	color: #FFF;
	background: #787878;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pages a.bg:hover {
	color: #FFF;
	background: #00428d;
}

/* 视频中心-详细视频 -详细视频样式*/
.videostyle{
	padding-left: 5%;
}

.videostyle video{
	width: 90%;
	height: 180px;
}
.videosintro{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.videosintro p{
	color: 787878;
}
#videoscon{
	text-indent: 2em;
}


/* 联系我们-大字体-主样式 */
.callme {
	margin-top: 18%;
	margin-left: 3%;
	margin-right: 4%;
}
#jixie{
	color: brown;
	font-weight: 500;
}
#dizhi{
	font-size: small;
	padding-top: 10px;
}

#phone{
	font-size: small;
	padding-top: 10px;
}

/* —————————————模块六：首页-从事范围————————————— */
/* 首页-从事范围样式 */
.scope {
	width: 100%;
	height: 190px;
	background-color: #e7e7e7;
}

/* 首页-从事范围-标题样式 */
#scopetitle {
	padding-top: 8px;
	margin-left: 30px;
	color: #00428d;

}

/* 首页-从事范围-MORE样式 */
#scopemore {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: small;
	position: relative;
	text-decoration: none;
}		  























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* —————————————子模块：新闻资讯————————————— */