*{
	margin:0;
	padding:0;
   /* font-family: "微软雅黑";	*/
}

@media (min-width: 1400px){
    .container {
    width: 1250px!important;
          }
}
@media (min-width: 1600px){
    .container {
    width: 1300px!important;
          }
}
a{
	text-decoration: none;
}
.header1{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height:50px;
    line-height:50px;
    /*z-index: 100;*/
    background:rgba(0,0,0,1);
    color:#fff;
}
.header2{
	position: fixed;
	top:5%;
	left: 0;
	z-index: 100;
	height:50px;
	line-height:50px;
	width: 100%;
	/*background:rgba(0,0,0,0.4);*/
}
#logo,#navmenu li,#navmenu li a{	
	height:50px;
    line-height:50px;   
}
#navmenu>li{
	text-align:center;
    float:left;
    width:130px;
}
#navmenu>li>a:hover{
    border-bottom:solid 3px #009fde;
}
#navmenu>li>a.a-click{
	border-bottom:solid 3px #009fde;
}
#navmenu>li>a{
	display:block;
	font-size:16px;
	color:#fff;
	text-decoration: none;
	width:100px;
}

#telnav{
    float:left;
    position:fixed;
    bottom:-10px;
    width:100%;
    background:rgba(0,0,0,0.9);
    z-index:100;
}
#telnav>li{
	float:left;
	width:28%;
	height:50px;
    line-height:50px; 
    border-left:solid 1px #333;
    position:relative;
}
#telnav>li:first-child{
	 border-left:0px;
	 width:16%!important;
}
#telnav>li>a{
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width:100%;
    color: #ddd;
    font-size:16px;
    text-align:center;
    padding:0px;
}
b.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
ul.two-nav>li{
	width:150px;
	background:rgba(0,0,0,0.6);
}
ul.two-nav li a{
	display: block;
	width:150px;
	height:50px;
	color:#fff;
}
ul.two-nav li:hover{
	background:#009fde;
}
#navmenu ul{
	display:none;
}
@media screen and (min-width:1200px) and (max-width:1300px){
    ul.two-nav>li{
       height:40px;
       line-height:40px;
	   width:126px;
	   background:#000;
	  
    }
    ul.two-nav>li>a{
	  display: block;
	  background:#000;
	  width:126px;
	  height:40px;
	  line-height:40px;
	  font-style:14px;
	  color:#fff;
   }
     b.caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 2px;
      vertical-align: middle;
      border-left: 4px solid;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
    }
}
@media screen and (min-width:1200px) and (max-width:1360px){
    #navmenu>li{
	   text-align:center;
       float:left;
       width:110px;
     }
}
@media screen and (min-width:700px) and (max-width:1500px){
  #logo img{
      width:100%;
    }
    ul.two-nav li a:hover{
	    background:#009fde;
    }
}
@media screen and (max-width:1200px){
	ul.two-nav{ 
		position:absolute;  
		width:100%;
        bottom:50px;
        left:0px;   
        display:none;	
    }
     ul.two-nav>li{
       height:40px;
       line-height:40px; 
        width:100%;	 
    }  
    ul.two-nav>li>a{
	  display: block;
	  background:rgba(0,0,0,0.8);
	  /*border-bottom:solid 1px #bebebe;*/
	  width:100%;
	  height:40px;
	  line-height:40px;
	  color:#ddd;
	  text-align:center;
   }
    #index-img{
   	   width:20%;
   	   height:auto;
   	   margin-top:-5px;
    }
   footer>div.container{
         padding-top:0px!important;
    }
}
@media screen and (max-width:700px){
	#telnav>li:nth-child(2) ul{
		width:130px;
	}
	#logo img{
	    width:100%;
    }
    #telnav>li{
    font-size:15px;
    }
    ul.two-nav>li>a{
	 font-size:14px;
   }
   footer>div.container{
     padding-top:4px !important;
     padding-bottom:0px !important;
    }
    footer ul>li{
	height:20px !important;
	line-height:20px !important;
    }
    #index-img{
   	   width:40%;
   	   height:auto;
   	   margin-top:-5px;
    }
     footer>div.container{
      padding-top:0px!important;
    }
}
/*导航样式结束***********************************************************************************************************************************/
.con-top{
	position:absolute;
	top:15%;
	left:50%;
    transform:translate(-50%);
}
ul{
  list-style-type:none;
}
a:hover{
 text-decoration: none;
 color:#00AFDD;
}
footer{
     bottom:0px;
     left:0px;
     background:rgba(0,0,0,0.7);
     width:100%;
     color:#dcdcdc;
}
footer>div.container{
	  padding-left:20px;
      padding-top:20px;
    }
footer a{
	color:#dcdcdc;
	font-size:12px;
	letter-spacing:1px;
	-webkit-font-smoothing: none;
}
footer .font-w{
	font-family: "微软雅黑";
	color:#fff;
	font-size:12px;
	/*font-weight: bold;*/
}
footer ul>li{
	font-size:12px;
	height:26px;
	line-height:26px;
	margin-top:2px!important;
}
#bq{
	background:#222;
	height:50px;
	line-height:50px;
	text-align:center;
}
