
body,html{
  height: 100%;
  width: 100%;
  background-color: #070506;
  font-size: 13px;
  font-family: "微软雅黑", "Arial Unicode MS";
  max-width: 1920px;
  /* max-height: 1280px; */
  overflow: hidden;
}
body a{outline:none}
a:hover{
  text-decoration: none;
}
*{
  margin:0;
  padding: 0;
}

ul,li{ list-style: none;}
ol{padding-left: 20px;}
ol li{display:list-item; list-style-type: decimal;}
.al-c{ text-align: center;}

/*
loadding-box images
*/
.loadding-box{
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 1045px;
  overflow: hidden;
}
.loadding-box ul{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.loadding-box li{
  position: absolute;

}
.loadding-box li img{
  position: absolute;
}
.loadding-mask{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 90;
  background: url(../images/loadding-mask.png) no-repeat;
}


.c{*zoom:1;}
.c:after{clear:both;content:".";display:block;visibility:hidden;height:0;}

/*
header
*/
h3{ font-size: 18px;}
.header{
  padding:  15px 50px 10px 50px;
  max-height: 15%;
  min-height: 130px;
}
.header .top{
  padding-bottom: 10px;
}
.header .nav{
  line-height: 30px;
/*   position: relative; */
}
.header a{
  color: #fff;
}
.header .nav a.menu{
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 60px;
}
.header .nav a.menu:hover,
.header .nav a.menu.active{
  color: #e2d0b8;
  text-decoration: none;
}
.nav-content{
  width:920px;
  height: 280px;
  /* background-color: #fff; */
  background: url(../images/nav-bg.png) ;
  /* opacity: 0.5; */
  position: absolute;
  top: 130px;
  left: 25px;
  z-index: 11;
  color: #fff;
  display: none;
}
.nav-top-jiao{
  position: relative;
  top:-8px;
  left: 30px;
  width: 18px;
  height: 8px;
  background: url(../images/nav-top-jiao.png) no-repeat;
}
.nav-content .nav-info{
  padding: 0px 0  25px 25px;
}
.nav-content .box-one{
  float: left;
  width: 30%;
  margin-right: 3%;
}
.nav-content .box-two{
  float: left;
  width: 22%;
  margin-right: 3%;
}
.nav-content h3.title{
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.nav-content .text{
  line-height: 24px;
  height: 140px;
  overflow: hidden;
}
.nav-content .more{
  text-align: right;  
}
.nav-content .more a{
  color: #fff;
}
.nav-content .text .h{
  height: 125px;
  overflow: hidden;
}


/*
home-index
*/

.home-pic-content{
  position: relative;
  height: 78%;
  overflow: hidden;
}
.btn-prev,.btn-next{
  position: absolute;
  top: 45%;
  width: 35px;
  height: 68px;
  z-index: 10;
  display: none;
  opacity: 0.5;
}
.btn-prev{
  left: 1%;
  background:url(../images/btn-prev.png)  no-repeat;
}
.btn-next{
  right: 1%;
  background:url(../images/btn-next.png)  no-repeat;
}
.btn-prev:hover,.btn-next:hover{
  opacity: 1;
}
.home-pic-content ul{
  height: 100%;
}
.bn_box li{
  display: none;
  position: absolute;
}
/* .pic-list-content .nav{
  position: absolute;
} */
.pic-list-content{
    height: 100%;
}
.pic-list-content  .nav{
  position: relative;
}
.pic-list-content .nav li{
   /* position: absolute; 
   top:100%; */
   height: 100%;
}
.pic-list-content .nav a{
  padding: 0;
}
.pic-list-content .nav img{
  height: 100%;
}
.pic-box{
  height: 100%;
}
.pic-box img{
  /* max-height: 100%; */
  width: 1920px;
  /* width: 100%; */
}
.play{
  position: absolute;
  left: 0%;
  top:  35%;
  width: 143px;
  height: 143px;
  text-align: center;
  opacity: 0.6;
}

.color-f{
  color: #999;
}

/*
footer 
*/
.footer{
  text-align: left;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  color:#555354;
  padding-left: 50px;
  min-height: 35px;
}
.errorbox{
  padding-top: 65px;
}

.text-bg , .news-right{
  background: url(../images/bg-text.png);
  width: 455px;
  height: 100%;
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 50px 35px 50px 65px;
  display: none;
}

.news-detail{
  padding: 100px 15px 30px 0;
}
.floatRight{
  right: 0;
  background: transparent url(../images/white-bg.gif) repeat-y right top; 
  /* opacity: 1; */
  color: #333;
  padding: 83px 0px 25px 0px !important;
  width: auto !important;
}
h4.title{
  font-family: 宋体;
  font-size: 24px;
  margin-bottom: 45px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  margin-right:40px;
}
.title .sub-title{
  font-size:  20px;
  display: block;
  margin-bottom: 10px;
}
.text-bg .text , .news-right .text{
  line-height: 1.8em;
  font-size: 14px;
  text-align:justify;
  position: relative;
}
.text-bg .text p, .news-right .text p{
  margin-bottom: 18px;
}
.floatRight .text{
  text-align: left;
}

/*news============*/
.news-detail .date{
  font-size: 12px;
  color: #9C9C9C;
  font-family: "Arial";
}
.news-detail .strong{
  font-size: 18px;
}
.detail-bg{
   position: absolute;
   z-index: 3;
   display: none;
   width: 48%;
   height: 100%;
}
.news-list,
.detail-wrap{
  z-index: 3;
  width: 51%;
  height: 90%;
  padding-left: 3%;
  padding-right: 1%;
  /* padding-top: 5%;
  padding-bottom: 1%; */
  background: url(../images/bg-text.png);

}
.news-list li{
  clear: both;
  padding: 5% 0;
}
.news-list *{ color: #fff;}
.news-list .time{
  width: 70px;
  height: 60px;
  border: 1px solid #999;
  text-align: center;
  font-size: 12px;
  color: #777;
  float: left;
  margin-right: 45px;
  margin-top: 10px;
}
.news-list .time span{
  font-size: 20px;
  font-family: Arial;
  display: block;
  padding-top: 3px;
  color: #777;
}
.news-list .title,
.news-list .sub-con{
  float: left;
  width: 75%;

}
.news-list .title{
  font-size: 18px;
  color: #fff;
  font-weight: 200;
  line-height: 32px;
}
.news-list .sub-con{
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news-list  a:hover{
  text-decoration: underline;
  color: #fff;
}
.detail-wrap .title{
  font-size: 24px;
  line-height: 32px;
  color: #fff;
}
.detail-wrap .date{
  line-height: 24px;
  color: #c7c7c7;
}
.detail-wrap .detail{ padding: 30px 0;}
.detail-wrap .content{
  padding: 20px 0;
  color: #c7c7c7;
  line-height: 24px;
}
.detail-wrap .content img{
  max-width: 100%;
  margin: 10px 0;
}



/*contact======*/
.contact-left{
  padding: 1% 0  0  5%;
  width: 40%;
}
.contact-right{
  width: 60%;
  text-align: right;
  height: 100%;
}

.contact-left form{
  padding: 5px 0;
}
.contact-left .ipt{
  border: 1px solid #353434;
  background-color: #131213;
  height: 30px;
  line-height: 30px;
  padding:  5px;
  width: 375px;
  color: #999;
}
.contact-left .ipt-text{
  border: 1px solid #353434;
  background-color: #131213;
  height: 65px;
  line-height: 25px;
  padding:  5px;
  width: 375px;
  color: #999;
}
.contact-left .ipt-sub{
  border: 1px solid #353434;
  background-color: #131213;
  height: 30px;
  padding:  5px;
  width: 150px;
  text-align: center;
  color: #666;
}


/*
product
*/
.product-right{
  right: 0;
  top: 0;
}

.contact-info{
  line-height: 28px;
}


.pass{
  position: absolute;
  width: 350px;
  height: 180px;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  top: 45%;
  left: 40%;
  padding: 40px 0;
  text-align: center;
  display: none;
}
.pass .title{
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}
.pass input{
  width: 45px;
  height: 40px;
  border: 1px solid #222;
  background-color: #000;
  margin-right: 8px;
  text-align: center;
  color: #fff;
}
.pass .sub-pass{
  text-align: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  margin: 10px auto;
  display: none;
  color: #fff;
  cursor: pointer;
}

.abs{ position: absolute;}
.black-bg{
  z-index: 2;
  width: 52%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .6;

}
