body {
    margin: 0;
    padding: 0;
    font-family: 12px/1.5 "Microsoft YaHei",Helvetica,Arial,sans-serif,tahoma,arial,Hiragino Sans GB,宋体;
    /** overflow: hidden;**/
    position: relative;

    background: #ffffff none repeat scroll 0 0;
    color: #666;
    font-size: 14px;
    min-width: 1000px;
}
html, body, .am-page, .am-body, .am-bg {
    height: 100%;
    width: 100%;
}

/*header*/
.header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.header .am-header-inner {
	top:-10px;
    position: relative;
    z-index: 2;
}
.header .topNav .laymid, .topNav {
    background:#2F373E none repeat scroll 0 0;
}
.header .laymid {
    margin: 0 auto;
    width: 1300px;
}
.topNav {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
}
.header ul,.header li {
    list-style: outside none none;
}
.topNav li {
    float: left;
    margin: 0 15px;
    text-align: center;
}
.topNav li.first {
    margin-left: 0 !important;
}
.topNav, .topNav a, .topNav span {
    color: #fff;
    font-size: 12px;
}
.topNav a {
    text-decoration: none;
}
.topNav a:hover, .topNav li.on a {
    color: #00bbee;
}
.topNav .rlink li {
    margin: 0 9px;
}

.fr {
    float: right !important;
}
.am-service .downlist a:hover {
    color: #00bbee;
}
.arrow-down {
    border-color: #eeeeee transparent transparent;
    border-style: solid dashed dashed;
    border-width: 5px 5px 0;
    display: inline-block;
    height: 0;
    width: 0;
}

.mainNav, .mainMenu, .channel .downlist .close {
	
    height: 80px;
}
.mainNav {
	margin-top:-10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eeeeee;
}
.djqian-logo {
    background-image:url("../images/log2.png");

    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 60px;
    left: 0;
    position: relative;
    top: 18px;
    width: 120px;
}
.djqian-logo2 {
    background-image:url("../images/slogan.png");

    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 40px;
    left: 0px;
    position: relative;
    top: 20px;
    width: 400px;
}

.channel {
    float: left;
    height: 80px;
    line-height: 80px;
    position: relative;
}
.channel .channel-a, .channel .downlist a {
    color: #333;
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.channel .downlist {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 2px rgba(128, 128, 128, 0.5);
    display: none;
    left: -5px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.channel .downlist a {
    line-height: 28px;
    margin: 0 -5px;
    padding: 0 5px;
}
.channel .downlist .together {
    padding-bottom: 15px;
}
.channel .downlist .tp a {
    font-size: 14px;
}
.channel .downlist .ft {
    border-top: 1px solid #eeeeee;
}
.channel .downlist .ft span {
    color: #999;
    display: block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
}
.channel .downlist a:hover {
    background: #00bbee none repeat scroll 0 0;
    color: #fff;
}
.channel .downlist .close {
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
}
.mainMenu .hover .downlist {
    display: block;
}
.channel-a {
    padding: 0 15px;
}
.channel-a:hover, .mainMenu .on .channel-a, .am-service .downlist a:hover {
    color: #00bbee;
}


.buttons {
    float: right;
    margin-top: 25px;
}

.buttons .am-button-innerNav {
    display: block;
    height: 28px;
    line-height: 28px;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
}
 .buttons .button-login {
    background: #00bbee none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    width: 84px;
    background: #00bbee none repeat scroll 0 0;
    color: #ffffff;
     border-radius: 2px;
}
 
.buttons .button-register {
    color: #00bbee;
    font-size: 12px;
}
.buttons dd {
    float: left;
}

/*footer*/
.footer {
	position: relative;
    margin-top: -80px; 
    height: 80px;
    clear:both;
    background:#2F373E
} 
.footer .container {
    position: relative;
}

.footer .container .row {
    padding-top: 5px;
    text-align: center;
}

.footer .container .row a{
    margin-left: 5px;
    margin-right: 5px;
}
.footer .container .row span{
   color: #ffffff;
}


.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: "."; 
	clear: both; 
	height: 0; 
} 
* html .clearfix{ 
	zoom: 1; 
} 
*:first-child + html .clearfix 	{ 
	zoom: 1; 
} 

.modal-body span{ 
	display: block;
}
.modal-footer{
	text-align: center;
}