body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial,"微软雅黑";
    font-size: 12px;
    color: #434343;
    min-width:1400px;
}
.clear {
    clear: both;
    font-size: 0px;
}
ul,li {
    list-style: none;
}
img {
    border: none;
    width:auto!important;
}

/*一般链接*/
a {
    text-decoration: none;
    color: #555;
}
a:hover {
    color: #3366ff;
}

.content{
    width:1200px;
    margin:0 auto;
}

.cl{
    clear:both;
}

/*头部导航通用css*/
#top-bar{
    width:100%;
    height:89px;
}
#top-bar .content{
    width:1200px;
    margin:0 auto;
    z-index:10;
}
#top-bar .logo{
    width:280px;
    height:89px;
    float:left;
}
#top-bar .nav{
    width:745px;
    float:left;
    height:89px;
}
#top-bar .nav ul li{
    float:left;
    height:auto;
    font-size:16px;
    text-align:center;
}
#top-bar .nav ul li a{
    display:block;
    width:124px;
    padding:31px 0px 22px 0px;
    color:#fff;
    line-height:29px;
}
#top-bar .nav ul li:hover{
    border-bottom:4px solid #26ad60;
}
#top-bar .user{
    float:left;
    font-size:14px;
    color:#fff;
    text-align:center;
    margin-top:31px;
    width:175px;
}
#top-bar .user a{
    display:block;
    color:#fff;
}
#top-bar .user .login{
    line-height:29px;
    width:80px;
    float:right;
}
#top-bar .user .register{
    line-height:29px;
    width:80px;
    float:right;
    background:#26ad60;
    border-radius:3px;
}
#top-bar .user .register:hover{
    background:#1c9e55;
}
#top-bar .nav_more{
    height:60px;
    background:#1c1e21;
    position:absolute;
    top:80px;
    z-index:1;
    min-width:1400px;
    width:100%;
    display:none;
}
#top-bar .nav_more ul{
    display:block;
    margin:0 auto;
    position:relative;
    font-size:16px;
    line-height:60px;
    width:1000px;
    text-align:center;
}
#top-bar .nav_more ul li{
    display:inline-block;
    width:120px;
    text-align:center;
}
#top-bar .nav_more ul li a{
    color: #7c838d;
}
#top-bar .nav_more ul li a:hover{
    color: #26AD60;
}

#top-title{
    width:1200px;
    margin:60px auto 63px auto;
}
#top-title h3{
    font-size:34px;
    text-align:center;
    font-family:'微软雅黑';
    font-weight:inherit;
    color:#fff;
    letter-spacing:20px;
}
#top-title .top-more{
    font-size:15px;
    color:#fff;
    text-align:center;
    margin-top:12px;
}

.top-other{
    width:1200px;
    height:70px;
    margin:0 auto;
}
.top-other .other-site{
    width:300px;
    float:left;
}
.top-other .other-site p{
    width:80px;
    display:inline-block;
    font-size:14px;
    color:#818588;
    padding-top:30px;
}
.top-other .other-site a{
    color:#818588;
    font-size:14px;
    display:inline-block;
}
.top-other .other-site span{
    display:inline-block;
    width:20px;
    text-align:center;
    color:#818588;
}

.top-other .other-search{
    width:220px;
    height:40px;
    float:right;
    border:1px solid #3f4349;
    border-radius:25px;
    background:rgba(0, 0, 0, 0.6);
    overflow:hidden;
    margin-top:12px;
    margin-right:30px;
}
.top-other .other-search input{
    text-indent:10px;
    line-height:40px;
    width:163px;
    border:none;
    background:none;
    color:#818588;
    padding-left:10px;
    border-right:1px solid #2d2f30;
    float:left;
    outline:none;
}
.top-other .other-search a{
    display:block;
    float:left;
    height:36px;
    width:36px;
    text-align:center;
    cursor:pointer;
}
.top-other .other-search a img{
    width:30px;
    margin:0 auto;
    margin-top:3px;
}

.top-other .other-search p{
    display:block;
    color:#26ad60;
    z-index: 9;
    position: absolute;
    margin-left: 25px;
    margin-top:45px;
    display: none;
}

.ba_bc a{
    display:inline-block;
    height:20px;
}

.ba_bc a img{
    height:20px;
}

#footer{
    height:480px;
    background:#2a2d32;
}
#footer .content .top{
    height:90px;
    border-bottom:1px solid #383b40;
    min-width:1205px;
    background:url('/batch/img/footer.png');
}
#footer .content .top p{
    color:#BCC2CC;
    font-size:22px;
    display: block;
    margin-left:140px;
    padding-top:32px;
}
#footer .content .info {
    height: 260px;
    border-bottom: 1px solid #383b40;
}
#footer .content .info .services li a:hover{
    color:#fff;
    background:#26ad60;
}
#footer .content .info .contact li a:hover{
    color:#fff;
}
#footer .content .info .guide li a:hover{
    color:#fff;
}
#footer .content .link .zt li a:hover{
    color:#fff!important;
}
#footer .content .info ul{
    padding-top:20px;
    width:100%;
    margin:0 auto;
}
#footer .content .info ul li{
    width:auto;
    float:left;
    margin-left:77px;
}
#footer .content .info ul li:first-child{
    width:40%;
    float:left;
    margin-left:0px;
}
#footer .content .info ul li .title{
    color:#bcc2cc;
    font-size:18px;
}
#footer .content .services{
    width:90%;
    margin:0 auto;
}
#footer .content .services li{
    width:auto!important;
    margin-left:0px!important;
}
#footer .content .services li a{
    display:block;
    width:100px;
    height:28px;
    line-height:28px;
    background:#24272b;
    color:#81868c;
    margin:5px;
    text-align:center;
    font-size:14px;
}
#footer .content .wx-code img{
    width:120px;
    height:120px;
    border-radius:5px;
}
#footer .content .contact li{
    width:auto!important;
    float:none!important;
    color:#81868c;
    margin-top:10px;
    font-size:14px;
    margin-left:0px!important;
}
#footer .content .contact li a{
    color:#81868c;
    font-size:14px;
}
#footer .content .guide li{
    width:auto!important;
    float:none!important;
    color:#81868c;
    margin-top:10px;
    font-size:14px;
    margin-left:0px!important;
}
#footer .content .guide li a{
    color:#81868c;
    font-size:14px;
}
#footer .content .wx-code{
    width:120px;
    height:120px;
    background: #fff;
    border-radius:5px;
    margin-top:30px;
}
#footer .content .link{
    margin:0 auto;
}
#footer .content .link .zt{
    margin-top:20px;
    font-size:14px;
    color:#6c7075;
    clear:both;
    margin-bottom:10px;
    overflow:hidden;
}
#footer .content .link .zt li{
    float:left;
    font-size:14px;
    margin-right:20px;
    line-height:25px;
}
#footer .content .link .zt li a{
    color: #6c7075!important;
}
#footer .content .link span{
    color:#6c7075;
    line-height:20px;
}



/*客服模块*/
#center{
    width:44px;
    height:300px;
    position: fixed;
    right:50px;
    top:560px;
}
#center .DF_SMS{
    height:130px;
    width:44px;
    background:#f35d35;
    text-align:center;
    display:block;
}
#center .DF_SMS img{
    width:30px;
    margin-top:5px;
}
#center .DF_SMS span{
    font-size:16px;
    display:block;
    width:30px;
    color:#fff;
    line-height:17px;
    margin:0 auto;
}
#center .DF_SMS:hover{
    background:#db522c;
}
#center .DF_SMS i{
    display:block;
    height:20px;
    width:20px;
    color:#fff;
    border-radius:20px;
    border:2px solid #fff;
    background:#e5004f;
    position: absolute;
    right:-13px;
    top:-13px;
    font-weight:bolder;

}
#center .KEFU{
    height:130px;
    width:44px;
    background:#26ad60;
    text-align:center;
    display:block;
    margin-top:10px;
    cursor:pointer;
}
#center .KEFU img{
    width:30px;
    margin-top:5px;
}
#center .KEFU span{
    font-size:16px;
    display:block;
    width:30px;
    color:#fff;
    line-height:17px;
    margin:0 auto;
}
#center .KEFU:hover{
    background:#1c9e55;
}
#center .top{
    height:40px;
    width:40px;
    border:2px solid #26ad60;
    text-align:center;
    display:block;
    margin-top:10px;
    cursor:pointer;
    display:none;
    background:url('../images/top.png') no-repeat;
    background-position:-9px -6px;
}
#center .top:hover{
    background-position:-102px -6px;
}
#center .top span{
    font-size:16px;
    display:block;
    width:30px;
    color:#fff;
    line-height:17px;
    margin:0 auto;
}
#center_more{
    width:340px;
    height:170px;
    position: fixed;
    right:150px;
    top:625px;
    z-index:2;
    box-shadow:1px 0px 10px 2px #d4d4d4;
    background-color:#fff;
    display:none;
}
#center_more .center_left{
    width:90px;
    height:135px;
    text-align:center;
    float:left;
    margin-top:10px;
}
#center_more .center_right span{display:block;margin-bottom:5px;font-size:15px;}
#center_more .center_left div img{
    margin:0 auto;
    margin-top:15px;
    margin-bottom: 5px;
    line-height:40px;
    border-radius:35px;
}
#center_more .center_right{
    float:left;
    width:250px;
    padding-top:20px;
    text-align:center;
}
#center_more .center_right div{
    width:110px;
    height:75px;
    float:left;
}
#center_more .center_right div a{
    margin-top:10px;
}
#center_more .center_right div p{
    margin-top:10px;
    font-size:16px;
    color:#f99638;
}
#center_more .close{
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
}
#center_more .close:hover{
    color:#7c838d;
}

#top-bar #triangle-down{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    float:right;
    margin-right:52px;
    margin-top:10px;
}

#top-bar #triangle-up{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    float:right;
    margin-right:52px;
    margin-top:10px;
    display:none;
}

#top-bar .message{
    margin-right:20px;
    line-height:29px;
    width:80px;
    float:right;
    color:#fff!important;
}

#top-bar .message:hover{
    color:#26ad60!important;
}

#top-bar .loginout{
    display:none;
    position:absolute;
    top:65px;
    width:100px;
    height:30px;
    line-height: 30px;
    margin-left:10px;
}

