body{
    background-color: #fafafa;
}

.wrapper{
    min-width: 960px;
    font-size: 14px;
}

.header-bg {
  height: 70px;
  line-height: 70px;
  color: #fff;
  background-color: #000000;
  border-bottom: 1px solid #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100001;
}

.header{
    width: 1000px;
    height: 70px;
    line-height: 70px;
    min-width: 960px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -500px;
    z-index: 100001;
}

.header .logo{
    background: url(../images/logo3.png) no-repeat 0 0;
    width: 210px;
    height: 70px;
    margin: 0px;
}

.header .menu li,
.header .menu li a{
    position: relative;
    float: left;
    width: 90px;
    height: 60px;
    margin-right: 30px;
    text-align: center;
}

.header .menu li .new{
  background: url(../images/new.png) no-repeat 0 0;
    width: 62px;
  height: 19px;
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
}

.header a{
    color: #FFF;
    font-size: 16px;
}

.header a:hover{
  color: #d00000; 
}

.header .current{
    border-bottom: 3px solid #d00000;
}

.header .current a{
    color: #d00000;    
}

.header .develop{
  margin-right: 30px !important;
  margin-left: 10px
}

.header-bg{
	
  height: 70px;
  line-height: 70px;
  /*color: #fff;*/
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100001;
   filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.opc {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.content{
    width: 1000px;
    min-width: 960px;
    margin: 0 auto;
    margin-top: 110px;
}

.content .nav{
    margin: 55px 20px 0 0;
    position: fixed;
}


.content .nav .n-sub{
    /*padding: 0 0 20px 15px;*/
}

.content .nav .n-line{
    border-bottom: 1px solid #e6e6e6;
}

.content .nav-group{
    background-color: #fff;
    width: 847px;
    min-height: 500px;
    border: 1px solid #ebeaea;
}

.content .nav-group .n-item{
    display: none;
}

.content .selected{
    color: #2b9ded !important;
}

.footer{
    width: 100%;
    height: 100px;
    font-size: 15px;
    color: #999;
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
    position: relative;
    bottom: 0;
    left: 0;
}

.footer .link{
    width: 660px;
    margin: 0 auto;
    padding: 25px 0 10px;
}

.footer .copyright{
    width: 358px;
    margin: 0 auto;
}

.footer .copyright li{
    margin-right: 20px;
}

.footer .copyright a{
    color: #999;
}

.footer li{
    float: left;
}

.clsright{
    margin-right: 0 !important;   
}




#carousel1{width:1000px; margin:0 auto;height:700px;text-align:center;overflow:hidden;}
#carousel1 .car_bigp img{display:none;margin:auto;border:none;}
#carousel1 .car_click{width:1000px;position:absolute;z-index:2;top:1320px; margin:0 auto;}
#carousel1 .car_click .car_c_smallpic{width:900px;height:180px; margin:0 auto;margin-top:5px;}
#carousel1 .car_click .car_c_smallpic input{float:left;}
#carousel1 .car_click .car_c_smallpic img{cursor:pointer;float:left;margin:17px 10px;border:solid 2px #ccc; width:275px;border-radius:10px;}
#carousel1 .car_click .car_c_smallpic .car_c_inpt1{width:34px;height:50px;border:0px;background:url(../images/arrow1.png);cursor:pointer;margin-right:5px; display:none;}
#carousel1 .car_click .car_c_smallpic .car_c_inpt2{width:34px;height:50px;border:0px;background:url(../images/arrow2.png);cursor:pointer;margin-left:5px;display:none;}