@charset "utf-8";
/**CSS Document**/
::selection {

    background-color: #215ace;
     color: #FFF;
}

::-moz-selection {

    background-color: #215ace;

    color: #FFF;
}

::-webkit-selection {

    background-color: #215ace;
    color: #FFF;
}


/*top_A*/
#top-A{
	width:100%;
	overflow: hidden;
    background:url(../images/xian2.jpg) no-repeat center bottom;
	}

.top{
	width:1180px;
	height:36px;
	margin:auto;
	}
.top-left{
	width:380px;
	height:36px;
	float:left;
	line-height:36px; 
	color:#737373; 
	font-size:12px;
}
.top-left span{ 
	font-weight:bold;
	}
.top-right{ 
	height: 36px; 
	float: right;
	margin-right:17px;
}
.top-right ul li{
	float: left; 
	line-height:36px; 
	padding:0px 0px 0px 10px;
}
.top-right ul li a{
	color: #737373;
	 font-size:12px;
	}
.top-right ul li a:hover{
	color:#215ace;
}
.top-right ul li span{
	padding:0px 3px 0px 0px;
}
.top-right ul li img{
	width:18px;
	 height:18px; 
	 display:block; 
	 padding:9px 0px 0px 0px; 
	 float:left;
	}

/**top_bgk**/
.top-bgk{ 
	    height: 174px;
    overflow: hidden;
    background:#1a1a1a;
}
.top-nr{ 
	width:1180px; 
	margin:auto;
}
.logo{
	height: 100px;
    float: left;
    padding: 42px 0px 0px 100px;
    display: inline;
}

.biaoyu{
    width: 428px;
    float: left;
    margin: 50px 0px 0px 20px;
    display: inline;
    font-size: 22px;
    color: #333333;
    height: 57px;
    margin-top: 42px;
    line-height: 36px;
}
.biaoyu .by1{ 
    color: #999999;
    font-size: 18px;
    display: block;
    line-height: 22px;
    font-weight: normal;
    margin-top: 32px;
}
.biaoyu .by2{ 
    color: #333;
    font-size: 22px;
    display: block;
    margin-top: 0;
    line-height: 24px;
}

.biaoyu p span{
	color: #333;
    font-size: 20px;
    display: block;
}
.iphone{
    float: right;
    display: inline;
    text-align: left;
    margin-top: 36px;
}
.iphone span{
	color: #999;
    font-size: 18px;
    display: block;
    line-height: 20px;
    margin-top: 42px;
}
.iphone p{
	color: #215ace;
    font-size: 22px;
    line-height: 22px;
	
}
.ewm{
	margin-top: 20px;
    margin-right: -30px;
}
.ewm img{
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.ewm span{
	display: block;
	color:#000000;
	font-size: 12px;
}
/**nav**/
.nav-all{ 
    height: 50px;
    background: #1a1a1a;
    border-top: 1px solid #4c4c4c;
    position:absolute;
    z-index: 999;
    width: 100%;
}
.nav { 
	width:1180px; 
	margin:auto;
}
.nav>ul li {
    float: left;
    text-align: center;
    -webkit-transition: all .5s;
    
	
}
.nav>ul li:hover{
    background: url(../images/zs1.png) no-repeat center top;
}
.nav>ul li a {
	display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    color:#cccccc;
	padding: 0 56px;
}
 .nav li dl{
    display: none;
    background: rgba(26,26,26,.8);
    -webkit-transition: all .5s;
      }
 .nav li:hover dl{
    display: block;
 }
 .nav li a:hover{
 	color:#ef0000;
	
 } 

.nav li.another{ background: #333}
.nav li.another a{color:#fff;}
.fixedNav{background:#1a1a1a;opacity: 0.6s; position:fixed; top:0px; left:0px; width:100%; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));}


/**link开始**/
.link{
    width: 100%;
    height: 50px;
    margin: 20px 0;
}
.link-body b{
    font-size: 24px;
    color:#4c4c4c;
    font-size: 24px;
    font-weight: normal;
}
.link-body i{
    color:#4c4c4c;
    font-size: 14px;
    margin-left: 10px;
}
.link-body{
    font-size: 20px;
    height: 40px;
    color: #004a9a;
    font-weight: bold;
    line-height: 48px;

}
.link-body img{
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.link-body>a{
    font-size:14px;
    font-weight: normal;
    color:#808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**link结束**/


/*footer*/
.footer-bg{
    background: #1a1a1a;
    height: 50px;
}
.footer-bg p{
    color:#999999;
    text-align: center;
    line-height: 50px;
}
.footer-bg p a{
    color: #999999;
    text-align: center;
    line-height: 50px;
}
/* footer end */



