body{
    
}
.container{
    width: 1170px !important;
    padding-left:15px;
    padding-right: 15px;
    margin: 0 auto;
}
.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.mt10{margin-top: 10px;}
.mb10{margin-bottom:10px;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.mt15{margin-top: 15px;}
.mb15{margin-bottom:15px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom:20px;}
.floor{padding-top: 50px;padding-bottom: 50px;}
.red{color: red;}
.ff-bg{background-color: #fff;}
header strong{
    font-size: 18px;
    font-weight: 600;
    color:#188eee;
}
header em a{color:#188eee;}
.user-login,.user-register,.user-forget{
    background-color: #fff;
}
.user-login form,
.user-register form,
.user-forget form{
    border:1px solid #e9e6e6;
    padding-top:40px;
    padding-bottom: 40px;
}
/*header*/
header .navbar-brand{height:auto;padding:10px 5px;}
header .navbar-nav{padding-top:13px;}
header .navbar-nav li a{font-size:16px;color:#333;}
.location{height:50px;line-height: 50px;font-size: 16px;color:#188eee;font-weight: 600;border-bottom:2px solid #188eee;}
.safe dd{padding-left: 1em;}
#ff-totop{display:none;position: fixed;right:10px;bottom:10px;padding: 5px 10px;background-color: #000;}

/*footer*/
.p50{padding-top:50px;padding-bottom:50px;}
footer{
    border-top: 2px solid #2a93f9;
}
.footer_nav dl dt {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    float: none;
    padding: 0;
    margin-bottom: 30px;
}
.footer_nav dl dd {
    line-height: 24px;
    margin-bottom: 5px;
}
.footer_nav dl dd a {
    color: #7e7e7e;
    font-size: 14px;
}
.footer_nav dl dd a:hover{color:#188eee;}
.footer_logo {
    text-align: center;
    padding-bottom: 1%;
    padding-top: 1%;
    border-left: 1px solid #e9e6e6;
    border-right: 1px solid #e9e6e6;
}
.footer_logo img {
    display: inline-block;
    border:1px solid #e9e6e6;
}
.footer_info .hot_line {
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e6e6;
    box-shadow: 0 2px 0 #479202;
}
.footer_info .hot_line > span {
    display: inline-block;
}
.footer_info .hot_line .tel_img,
.footer_info .hot_line .tel_info {
    float: left;
}
.footer_info .hot_line .tel_info {
    margin-left: 6px;
}
.footer_info .tel_info small {
    font-size: 14px;
    font-weight: normal;
    color: #479202;
}
.footer_info .tel_info b {
    font-size: 24px;
    color: #479202;
    font-weight: 600;
}
.footer_info .contact_info {
    margin-top: 15px;
}
.footer_info .contact_info p:first-child {
    font-size: 18px;
    font-weight: 800;
    color: #2a93f9;
}
.footer_info .contact_info p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    word-break: break-all;
}
.footer_info .hot_line,
.footer_info .contact_info {
    width: 90%;
    margin-left: 10%;
}
.copyright{background-color:#2a93f9;color:#fff;line-height:24px;}
.copyright p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.user-login footer,
.user-register footer,
.user-forget footer{
    padding-top:25px;
    padding-bottom: 25px;
}
.user-login footer p,
.user-register footer p,
.user-forget footer p{
    height: 24px;
    line-height: 24px;
}
.user-login footer p>a,
.user-register footer p>a,
.user-forget footer p>a{
    margin-left:5px;
    margin-right:5px;
}