@charset "utf-8";

/*reset*/
body,div,dl,dt,dd,del,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,button,textarea,p,blockquote,th,td {
  margin: 0;  padding: 0;  font-family: "Microsoft Yahei", "宋体";  /*font-family:"FZZHUNYSK","微软雅黑","宋体";*/
  font-size: 14px;  color: #333;}
table {  border-collapse: collapse;  border-spacing: 0;}
fieldset,img,button { border: 0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal;}
ol,ul { list-style: none;}
caption,th { text-align: left;}
h1,h2,h3,h4,h5,h6 { font-weight: normal;}
q:before,q:after { content: '';}
abbr,acronym { border: 0;}
a { text-decoration: none; color: #666;}
a:hover { color:  #1c5c87;}
body { background: #fff; z-index: 0;}

/* common */
.commonWrap { width: 100%; clear: both;}
.commonW1200 { width: 1200px;}
.pad70 { padding: 70px 0;}
.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.mc { margin: 0 auto;}
.w1200 { width: 1200px;}
.relative { position: relative;}
.absolute { position: absolute}
.fl { float: left}
.fr { float: right}
.center { text-align: center}
.borderBox { box-sizing: border-box;}
.cl { clear: both;}


/* ------------------------------------------------------首页-------------------------------------------------------- */

/* top */
.top {
  width: 100%;
  height: 100px;
  border-bottom: 3px #fabf00 solid;
}

.topwrap {
  width: 1200px;
  height: 100px;
}

.top_logo {
  width: 220px;
  padding-top: 20px;
}

.top_logo img {
  width: 100%;
}

/* nav */
.navwarp {
  width: 700px;
  height: 31px;
  padding-top: 38px;
  padding-left: 50px;
}

#nav {
  width: 700px;
  margin: 0 auto;
}

.nav {
  height: 31px;
  line-height: 31px;
  position: relative;
  z-index: 1;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi h3 {
  float: left;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 20px;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
}

.nav .nLi h3 a:hover {
  background: #67a1b9;
  border-radius: 20px;
  color: #fff;
}

.nav .sub {
  display: none;
  width: 350px;
  left: 0;
  top: 62px;
  position: absolute;
  border-top: 3px #67a1b9 solid;
  background-color: rgba(255, 255, 255, 0.85);
  line-height: 37px;
}

.nav .sub::before {
  content: '';
  position: relative;
  top: -13px;
  left: 23px;
  display: block;
  width: 27px;
  height: 13px;
  background: url(../images/nav_arrow.png) no-repeat;
}

.nav .sub li {
  zoom: 1;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  /* text-shadow:1px 1px 0px #666;  */
}

.nav .sub a:hover {
  background: rgba(154, 180, 199, 0.35);
}

.top_tel{
  width: 165px;
  height: 54px;
  margin-top: 25px;
  padding-left: 45px;
  background: url(../images/tel.jpg) no-repeat;
}

.top_tel p{
  font-size: 13px;
  color: #888;
}

.top_tel h3{
  font-size: 27px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #1c5c87;
}

/*banner*/
.focusBox {
  position: relative;
  min-width: 1200px;
  height: 380px;
  overflow: hidden;
  z-index: 0;

}

.focusBox .pic {
  position: relative;
  z-index: 0;
}

.focusBox .pic li {
  min-width: 1200px;
  height: 380px;
}

.focusBox .pic img {
  width: 1200px;
  height: 450px;
  display: block;
}

.focusBox .hd {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  z-index: 1;
  padding-top: 10px;  
}

.focusBox .hd li {
  margin: 0 10px;
  background: url(../images/iconall.png) no-repeat 0px -304px;
  height: 16px;
  overflow: hidden;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  _background: url(../images/dot8.png) no-repeat 0 -16px;
}

.focusBox .hd .on {
  background-position: 0 -288px;
}

.focusBox .prev,
.focusBox .next {
  width: 48px;
  height: 50px;
  margin: -45px 0 0;
  display: none;
  background: url(../images/iconall.png) no-repeat 0 -332px;
  position: absolute;
  top: 53%;
  z-index: 10;
  cursor: pointer;
  text-indent: 999;
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.focusBox .prev {
  left: 30px;
}

.focusBox .next {
  background-position: -58px -332px;
  right: 30px;
}

.focusBox .prev:hover,
.focusBox .next:hover {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

/*-------- 地址 电话 搜索   开始 --------*/
.contact_wrap{ 
  width:100%;  
  height: 82px; 
  background-color: #e8ebef;
  border-bottom: 1px solid #ccc;
}
.con{
  width: 1200px;
  height: 100%; 
}
.con_left{
  width: 800px;
  height: 38px;
  padding-top:22px;
}
.con_left p{
  color: #535353;
  float: left;
  padding-left: 46px;
}
.icon_us{
  width: 101px;
  height: 100%; 
  border-right: 1px solid #888;
  background: url(../images/icon_us.png) no-repeat;
  background-position: left bottom;
}
.icon_us h5{
  color: #1c5c87;
}
.tel_xs{
  width: 280px;
  height: 100%; 
  margin-left: 20px;
  border-right: 1px solid #888;
  background: url(../images/icon_tel.png) no-repeat;
  background-position: left center;
}
.con_left span{
  font-weight: 600;  
}
.add_xs{
  width: 360px;
  height: 100%; 
  margin-left: 20px;
  background: url(../images/icon_add.png) no-repeat;
  background-position: left center;
}
.con_right{
  width: 320px;
  height: 55px;
  padding-top: 20px;
}
/*搜索*/
#search {
  display: block; 
  width: 320px; 
  height: 30px;  
  float: left;
}
.collection{ 
  color: #555;
}
.text { 
  float: left; 
  width: 265px;
   height: 28px; 
   color: #999;  
   padding-left: 10px; 
   line-height: 28px; 
   font-size: 14px;
  border: 1px solid #bdbbbb;   
  outline: none; 
  box-sizing: border-box;
}
.btn {
   background: url(../images/search.png) no-repeat center center; 
   width: 53px; 
   height: 28px; 
   border: 0;
  cursor: pointer;
}
.con_right p{
  padding-left: 5px;
  font-size: 12px;
  color: #999;
}
.con_right p span{
  color: #1c5c87;
}

/* 军工资质 */
.jgzz{
  width: 100%;
  height: 520px;  
  padding-top: 40px;
  overflow: hidden;
}
.jgzz_wrap{
  width: 1251px;
  height: 100%;
}
/* 通用标题 */
.column_title{
  width: 1200px;
  height: 85px;
  text-align: center;
}
.column_title p{
  color: #dde4e9;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 35px;  
}
.column_title h1{
  font-size: 32px;
  color: #535353;
}
/* 通用标题结束 */
.picScroll {
  margin: 20px auto;
  position: relative;  
  width: 100%;
  height: 370px;
  /* padding: 10px 0 10px 30px; */
  overflow: hidden;
}

.picScroll ul {
  overflow: hidden;
  /* height: 300px; */
  zoom: 1;
}

.picScroll ul li {
  width: 365px;
  height: 280px;
  border: 1px #c7d0d7 solid;
  float: left;
  overflow: hidden;
  margin: 8px 25px;
}
.picScroll ul li:hover{	
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
	}
.picScroll ul li img {
  width: 365px;
  height: 232px; 
}
.picScroll ul li span{
  display: block;
  padding: 0 5px;
  line-height: 43px;
  font-size: 15px;
  text-align: center;
  color: #333;
  font-weight: 600;
}
.qh_more{ 
  width: 304px;
  height: 40px;
  margin-top: 30px;
  text-align: center;
}
.qh_more a{
  margin: 0 10px;
}
.qh_more a:hover{
  color: #fff;
}
.qh_more .prev,
.qh_more .next {
  display: inline-block;
  /* position: absolute; */  
  width: 50px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  border: 1px #67a1b9 solid;
  color: #999999;
}
.qh_more .next {
  left: auto;
  right: 5px;
  background-position: -25px 0;
}

.qh_more .prev:hover {
  background-color: #67a1b9;
}

.qh_more .next:hover {
  background-color: #67a1b9;
}
.more{
  display: inline-block;
  text-align: center;
  width: 140px;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  background-color: #67a1b9;
  color: #fff;
}
.more:hover{
  background-color: #1c5c87;
}
/* 简介 */
.about_wrap{
  width: 1200px;
  height: 455px;
  overflow: hidden;
  background: url(../images/aboutpic.jpg) no-repeat center;
}
.about_left{
  width: 312px;
  height: 320px;
  margin: 33px 0 0 80px;
  padding: 52px 56px 27px 56px;
  background-color: #fff;
}
.about_left h2{
  font-size: 26px;
  color: #67a1b9;
  font-family: Arial, Helvetica, sans-serif;
}
.about_left h1{
  font-size: 26px;
  line-height: 50px;
  color: #474747;
}
.about_left p{
  line-height: 26px;
  font-size: 13px;
  color: #666;
  padding-top: 10px;
}
.about_left .line{
  width: 100%;
  height: 2px;
  background-color: #c2c8cc;
  margin-top: 13px;
}
.about_left h4{
  line-height: 43px;
  font-size: 16px;
  color: #8d8d8d;
}
.about_left a{
  display: block;
  width: 105px;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  color: #fff;
  float: left;
  background: url(../images/aboutmore.jpg) no-repeat center;
}
.about_left a:hover{
  background: url(../images/aboutmore_h.jpg) no-repeat center;
}
.about_right{
  width: 160px;
  height: 50px;
  padding: 33px 50px;

}
.about_right a{
  line-height: 50px;
  font-size: 15px;
  text-align: right;
}

/* 保密产品 */
.bmcp{
  width: 100%;
    height:490px;
    padding-top: 40px;
    overflow: hidden;
}
.bmcp_wrap{
  width: 1228px;
  height: 100%;
}
.bmcppic {
  margin: 30px auto;
  position: relative;  
  width: 100%;
  height: 370px;
  /* padding: 10px 0 10px 30px; */
  overflow: hidden;
}
.bmcppic ul {
  overflow: hidden;
  /* height: 300px; */
  zoom: 1;
}
.bmcppic ul li {
  text-align: center;
  width:279px;
  height: 266px;  
  float: left;
  overflow: hidden;
  margin: 0 14px;
}
.bmcppic ul li a:hover .cp_pic{
  border: 1px #67a1b9 solid;
}
.cp_pic{
  width: 277px;
  height: 210px;
  border: 1px #c7d0d7 solid;
}
.bmcppic ul li img {
  margin-top: 5px;
  width: 267px;
  height: 200px; 
}
.bmcppic ul li span{
  display: block;
  padding: 5px 8px;
  font-size: 15px;
  text-align: center;
}
/* 体系认证 */
.txrz{
  width: 100%;
  height:560px;
  padding-top: 50px;
  overflow: hidden;
  border-top: 5px #fac518 solid;
}
.txrz_wrap{
  width: 1200px;
  height: 100%;
}
.txrz_wrap ul{
  display: block;
 margin-top: 30px;
 height: 336px;
}
.txrz_wrap ul li{
  width: 400px;
  height: 112px;
  float: left;
  background-color: #eef1f4;  
}
.txrz_wrap ul li:hover{
  background-color: #d8dfe7;
}
.txrz_wrap ul li:nth-child(2n+1) {
  background-color: #67a1b9;  
}
.txrz_wrap ul li:nth-child(2n+1):hover{
  background-color: #1c5c87;  
}
.text_tx{
  padding-left: 30px;
  width: 280px;
  height: 100%;
}
.txrz_wrap ul li a{
  display: block;    
}
.pic_tx{
  width: 90px;
  height: 100%;
}
.txrz_wrap ul li h3{
  font-size: 17px;
  font-weight: 600;
  color: #1c5c87;
  padding-top: 26px;
}
.txrz_wrap ul li:nth-child(2n+1) h3{
  color: #fff;
}
.txrz_wrap ul li p{
  font-size: 13px;
  color: #999;
  padding-top: 8px;
}
.txrz_wrap ul li:nth-child(2n+1) p{
  color: #eee;
}

/* 新闻中心 */
.news{
  width: 100%;
  height:480px;
  padding-top: 50px;
  overflow: hidden;
  background-color: #e7ecf0;
}
.news_wrap{
  width: 1200px;
  height: 100%;
}
.news_wrap ul {
  display: block;
  height: 250px;
  padding-top: 30px;
  margin-left: -75px;
}

.news_wrap li {
  width: 562px;
  float: left;
  height: 93px;
  border-bottom: 1px dashed #ccc;
  margin-left: 75px;
  padding-top: 21px;
  
}

.news_wrap li .rq {
  width: 72px;
  height: 72px;
  background-color: #dde4e9;
  text-align: center;
}

.news_wrap li:hover .rq {
  background-color: #1c5c87;
}

.news_wrap li .rq h5 {
  font-size: 30px;
  line-height: 45px;
  border-bottom: 1px solid #fff;
  color: #5b5b5b;
  font-family: Arial, Helvetica, sans-serif;
}

.news_wrap li:hover .rq h5 {
  color: #fff;
}

.news_wrap li .rq h6 {
  font-size: 14px;
  line-height: 27px;
  color: #5b5b5b;
  font-family: Arial, Helvetica, sans-serif;
}

.news_wrap li:hover .rq h6 {
  color: #fff;
}

.news_wrap li .nr {
  width: 470px;
  height: 72px;
}

.news_wrap li .nr h3 {
  font-size: 17px;
  color: #666;
}

.news_wrap li:hover .nr h3 {
  font-size: 17px;
  color: #1c5c87;
}

.news_wrap li .nr p {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*------------------ 友情链接 ------------*/
.link_wrap {
  width: 100%;
  height: 78px;
  background-color: #333;
  border-top: 5px solid #67a1b9;
}

.link {
  width: 1200px;
  height: 36px;
  padding: 21px 0;
}

.link img {
  float: left;
}

.link p {
  float: left;
  line-height: 36px;
  padding-left: 27px;
  color: #666;
}

.link a {
  font-size: 15px;
}

/*---------------------- 底部 ---------------------*/
.footer {
  width: 100%;
  height: 260px;
  background-color: #333;
  border-top: 1px solid #999;
}

.foot {
  width: 1200px;
  height: 216px;
  padding-top: 40px;
}

.foot_logo {
  width: 227px;
  height: 100%;
  text-align: center;
}
.foot_nav {
  width: 200px;
  height: 100%;
  margin-left: 39px;
}

.footnav_tit {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 19px;
}

.footnav_tit img {
  float: left;
}

.footnav_tit h4 {
  float: left;
  padding-left: 12px;
  font-size: 20px;
  color: #ccc;
}

.foot_nav li {
  float: left;
  padding-right: 39px;
  line-height: 33px;
}

.foot_nav li a {
  color: #ccc;
  font-size: 15px;
}


.foot_copyright {
  width: 330px;
  height: 100%;
  margin-left: 110px;
}

.foot_copyright p {
  float: left;
  color: #ccc;
  font-size: 13px;
  line-height: 30px;
}

.sydw {
  width: 54px;
  height: 70px;
  padding-top: 75px;
  margin-left: 25px;
}

.foot_ewm {
  width: 280px;
  height: 136px;
  padding-top: 37px;
}

.ewm {
  width: 100px;
  height: 136px;
  margin-left: 40px;
  text-align: center;
  background-color: #222222;
}

.ewm p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}


.foot_tech {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #222222;
}

#gotoTop {
  background: url("../images/top1.png");
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 50px;
  margin-top: -50px;
  margin-left: 520px;
  display: none;
  position: fixed;
  cursor: pointer;
}

#gotoTop {
  _position: absolute;
}

.hover#gotoTop {
  background: url("../images/top2.png");
}
.footer a{color: #ccc;}
.footer a:hover{
  color: #fff;
}


/* ---------------------------- 内页开始 ----------------------------- */
/* 页码 */
.pagenumberwap {
  width: 699px;
  height: 35px;
  text-align: center;
  margin: 0px auto;
  clear: both;
  padding: 40px 0;
}

.fanye {
  display: inline-block;
}

.fanye {
  _display: inline;
}

.fanye li {
  _float: left;
  border: 1px solid #d6d6d6;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 6px;
  padding-right: 6px;
  min-width: 30px;
  display: inline-block;
}

.fanye li:hover {
  border: 1px solid #666;
  color: #50abfd;
  text-decoration: none;
}

.fanye li.on {
  background: #045CBD;
  border: 1px solid #d6d6d6;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.fanye li.active {
  background: #666;
  border: 1px solid #d6d6d6;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.fanye li.active a {
  color: #fff;
}

.fanye li.disable {
  color: #D6D6D6;
  cursor: default
}

.fanye li.disable:hover {
  border: 1px solid #d6d6d6;
}

.fanye li.load {
  cursor: pointer;
  line-height: 27px
}

/* 内页 */
.ny_Wrap{
  width: 100%;
  min-height: 600px;
  background-color:#f5f5f5;
}
/* 面包屑 */
.nyCrumbs{
  width: 100%;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-bottom: 1px #eee solid;
}
.crumbs{
  width: 1140px;
  height: 100%;
}
.cru_left{
  width: 900px;
  height: 100%;
}

.cru_left span{
  float: left;
  color: #666;
}
.cru_left a{
  float: left;
  text-align: center;
  padding: 0 20px;
}
.goback{
  width: 100px;
}
/* 内容 */
.main{ 
  width: 1170px;
  min-height: 600px;  
}
.maintitl{
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
  color: #666;
}
/* 图片列表 */
.ny_piclist{
  width: 100%;
  min-height: 600px;  
  padding-top: 30px;
}
.ny_piclist li{
  width: 360px;
  height: 300px;
  float: left;
  background-color: #fff;  
  text-align: center;
  margin: 20px 15px;
}
.ny_piclist li:hover{
	box-shadow:0 0 10px #999;
	-moz-box-shadow:0 0 10px #999;
	-webkit-box-shadow:0 0 10px #999;
}
.ny_pic{
  width: 360px;
  height: 230px;
  overflow: hidden;
}
.ny_piclist li img{
  width: 360px;
  height: 230px;
  transition: all 0.3s ease;
}
.ny_piclist li:hover img{
  transform: scale(1.1);
}
.ny_piclist li span{
  display: block;
  height: 70px;
  font-size: 15px;
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
.ny_piclist li:hover span{ 
  color:  #67a1b9;
}
/* 新闻列表 */
.ny_newlist{ 
  width: 1000px;
  min-height: 600px;  
  padding-top: 30px;
}
.ny_newlist li{
  float: left;
  width: 100%;
  height: 140px;
  padding-top: 20px;
  border-bottom: 1px #e2e4e6 solid;
}

.ny_newlist li .new_rq{
  width: 80px;
  height: 95px;
  text-align: right;
  margin-top: 10px;
  background: url(../images/ny_newlist.png) no-repeat center;
}
.ny_newlist li .new_rq i{  
  font-family: Arial, Helvetica, sans-serif;
  color: #67a1b9;
  font-weight: 600;
}
.ny_newlist li .new_rq h5{
  height: 25px;
  font-size: 22px;  
  padding-top: 17px;
}
.ny_newlist li .news_ny{
  width: 870px;
  height: 100%;
  padding-left: 50px;
}
.ny_newlist li .news_ny h3{
  font-size: 18px;
  line-height: 45px;
  color: #333;
}
.ny_newlist li .news_ny:hover h3{
  color: #1c5c87;
}
.ny_newlist li .news_ny p{
  font-size: 14px;
  padding-top: 10px;
  color: #999;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* 详情页 */
.infoW{
  width: 1000px;
  padding-bottom: 20px;
  border-bottom: 1px #e4e9ec solid;
  text-align: center;
  color: #999;
}
.textW{
  padding-bottom: 40px;
}
.textW p{
  font-size: 16px;
  line-height: 35px;
}
.textW img{
  margin: 10px auto;
  max-width: 1000px;
}
.updown{
  width: 1000px;
  height: 80px;
  line-height: 80px;  
  padding-bottom: 30px;
  border-top: 1px #e4e9ec dashed;
}
.updown li{
  float: left;
  width: 460px;
  padding:0 20px;
  color: #666;
  overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}








