/*common*/
*{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}
body {
    position: relative;
    font-size: 12px;
    background: #ffffff;
}
a {
    color: #333333;
}
hr.dashed {
    border: none;
    border-top: 1px dashed #dddddd;
    margin: 7px 0;
}
ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.none {
    display: none;
}
.container {
    padding-top:0!important;
    height:auto!important;
    width: 1000px;
    margin: 0 auto;
    /*text-align:center;*/
}
.text {
    font-size: 12px;
    color: #999999;
    text-align: left;
}
.banner {
    width: 100%;
}
.gary {
    background: #f5f4f4;
}
.clear {
    clear: both;
}

/*顶部*/
#header_top{
    height: 35px!important;
    _height: 40px!important;
    line-height: 35px!important;
    border-bottom: 1px solid #DFDFDF!important;
    background: #FAFAFA;
}
[class*="span"] {
    margin-left: 0px;
}
.tel-info{
    float: left;
    width: 500px;
}
.tel-info span{
    float: left;
    margin: 0 0 0 5px;
}
.tel-info .tel-img{
    margin: 10px 0 0 10px;
}
.tel-info .tel_weixin{
    cursor: pointer;
}
.tel-info .weixin_qr{
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 47px;
    margin-left: -161px;
    border: 1px #DFDFDF solid;
    width: 297px;
    height: 87px;
    background: #ffffff;
}
.tel-info .triangle-top{
    margin:-20px 0 0 125px;
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;   
    border-bottom: 10px solid #DFDFDF;
    _border: 0px;
}
.tel-info .triangle-top-inner{
    margin:1px 0 0 -11px;
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;   
    border-bottom: 9px solid #ffffff;
    _border: 0px;
}
.tel-info .font1{
    font-size: 14px;
    font-weight: 600;
    color: #999999;
}
.tel-info .font2{
    font-size: 16px;
    font-weight: 500;
    color: #C2161C;
}
.contact-info span{
    float: right;
    padding: 0 7px;
    text-align: center;
    color: #8C8C8C;
}
.contact-info .username{
    float: right;
    padding-left: 4px;
    color: #333333;
}
.contact-info .span_login{
    padding-left: 7px;
    padding-right: 0px;
}
.contact-info .fgf{
    -webkit-text-size-adjust:none;
    color: #cccccc;
    display: block;
    font-size: 10px;
    height: 10px;
}
.contact-info span a{
    color: #8C8C8C;
    text-decoration: none;
}
.user_main{
    margin-bottom:0!important;
}
/*header*/
#header {
    background:none!important;
    height: 97px!important;
    overflow: hidden;
    width: 100%;
    z-index: 99;
    margin: 0 auto;
}
.logo {
    float: left;
}
.logo h1{
    margin: 0;
}
.nav {
    float: right;
    margin-left: 50px;
    font-size: 14px;
}
.nav li {
    width: 110px!important;
    float: left;
}
.nav li a {
    width: 110px!important;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    color: #333333;
}
.nav li a:hover {
    color: #b03027;
    background: none;
}
.nav .active a,.nav .active a:hover {
    border:1px solid #97231a;
    background: #ac3931; /* Old browsers */
    background: -moz-linear-gradient(top,  #ac3931 0%, #a22720 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ac3931), color-stop(100%,#a22720)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ac3931 0%,#a22720 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ac3931 0%,#a22720 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ac3931 0%,#a22720 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ac3931 0%,#a22720 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac3931', endColorstr='#a22720',GradientType=0 ); /* IE6-9 */
    border-radius: 2px;
    color: #ffffff;
}
.nav .return_main a {
    color: #666666;
}

/*footer*/
.banner_footer {
    margin: 0;
    padding:30px 40px 0px 40px!important;
    height:auto!important;
    background: #171717;
}
.banner_footer .h_span {
    float:none!important;
    margin: 0;
    padding: 0;
    width: 188px;
}
.banner_footer .h_span2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 330px;
}
.banner_footer .h_span3 {
    float: left;
    margin: 0;
    padding: 0;
    width: 180px;
}
.banner_footer .h_span4 {
    float: none!important;
    margin: 0;
    padding: 0;
    margin-left: 48px;
    _margin-left: 48px;
    width: 100%!important;;
    _width: 100%!important;;
    text-align: center!important;
}
.h_span .h_font, .h_span2 .h_font, .h_span3 .h_font, .h_span4 .h_font {
    width: 100%!important;
    color: #cccccc;
    font-size: 16px;
    text-align: center!important;
    margin-left: 0!important;
    margin-bottom: 20px;
}
.h_span .h_li, .h_span2 .h_li {
    width: 100%;
    color: #cccccc;
    line-height: 30px;
    font-size: 14px;
}
.h_span a, .h_span2 a, .h_span3 a {
    color: #cccccc;
}
.h_span2 a {
    margin-right: 10px;
}
.h_span a:hover, .h_span2 a:hover, .h_span3 a:hover {
    text-decoration: underline;
}
.h_span3 .h_li {
    float: left;
    width: 80px;
    color: #cccccc;
    line-height: 30px;
    font-size: 14px;
}
.h_span4 .h_li {
    float: left;
    width: 90px;
    color: #cccccc;
    line-height: 30px;
    font-size: 14px;
}
.h_span4 .hotLine{
    margin-top:0!important;
    line-height:25px;
    font-size:24px;
}
#footer {
    margin: 0;
    padding: 20px 0;
    height: 40px;
    background: #111111;
}
#footer .contact {
    float: left;
    width: 100%;
    height: 20px;
    min-height: 0px;
    text-align: left;
    color: #a1a2a6;
}
#footer .contact li {
    float: left;
    width: 72px;
}
#footer .contact a {
    color: #a1a2a6;
    display: inline-block;
    margin-right: 10px;
}
#footer .contact a:hover {
    text-decoration: underline;
}

#to_top{
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 80px;
    cursor: pointer;
    width: 48px;
    height: 49px;
}
/*弹框样式*/
#alertmsg { min-width: 200px; min-height: 50px; max-width: 75%; display: none; background: #eeeeee; border: 1px #ffffff solid; position: fixed; z-index: 99999; padding: 20px; top: 150px; left: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; box-shadow: 0px 3px 7px #333333; -moz-box-shadow: 0px 3px 7px #333333; -webkit-box-shadow: 0px 3px 7px #333333; color: #333333;}
#alertmsg .input.button { text-align: center; margin-top: 20px;}
#alertbg { width: 100%; height: 100%; display: none; background: #000000; position: fixed; z-index: 9999; top: 0; left: 0; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5;}