body {
    font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    min-width: 1200px;
    font-weight: 400;
    background: #F7F7F8;
}

body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc {
    margin: 0;
    padding: 0;
}

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

.cl {
    zoom: 1;
}
.clearfix:before, .clearfix:after { display: table; content: "" }
.clearfix:after { clear: both }
.clearfix { zoom: 1; clear: both; +height: 1px; }

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hide{
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

ul li, .xl li {
    list-style: none;
}

a img {
    border: none;
}

em, cite, i {
    font-style: normal;
}

.picbox img {
    -webkit-transition: all .40s ease-in-out;
    -moz-transition: all .40s ease-in-out;
    -o-transition: all .40s ease-in-out;
    transition: all .40s ease-in-out;
}

.picbox:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/cover.png) 0 100% repeat-x;
}

a {
    color: #333;
    text-decoration: none;
}

.header {
    height: 70px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.2);
}

.header.fixed {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100;
    opacity: 0.85;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
    filter: alpha(opacity=85);
    box-shadow: 0 1px 2px #e8e6e6;
}

.header .logo img {
    height: 52px;
    margin-top: 10px;
}

.header .nav {
    width: 650px;
    height: 70px;
    overflow: hidden;
    margin-left: 20px;
}

.header .nav li {
    float: left;
    margin-left: 15px;
}

.header .nav li a {
    display: block;
    position: relative;
    padding: 0 10px;
    font-size: 16px;
    color: #444;
    height: 70px;
    line-height: 70px;
    font-weight: 500;
    transition: all 0.2s ease-out;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.header .search {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    padding-right: 40px;
    height: 38px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    margin-right: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.header .search .scbar {
    border: none;
    background: none;
    height: 38px;
    overflow: hidden;
    line-height: 38px;
    border: none;
}

.header .search .scbar input {
    width: 160px;
    height: 38px;
    border: none;
    text-indent: 20px;
    background: none;
    transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
}

.header .login {
    position: relative;
}

.header .login .login_no {
    width: 24px;
    height: 70px;
    cursor: pointer;
    background: url(../img/nologin.png) center no-repeat;
    background-size: 80%;
}
.header .login:hover .nologin_menu{
    display: block;
}

.header .login .nologin_menu {
    border-radius: 2px;
    position: absolute;
    display: none;
    z-index: 1;
    top: 60px;
    right: 0;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
    background: #fff;
}

.header .login .nologin_menu ul li {
    margin: 10px;
}

.header .login .nologin_menu ul li a {
    display: block;
    width: 126px;
    height: 30px;
    line-height: 30px;
    text-indent: 40px;
    color: #4D555D;
    font-size: 14px;
}
.header .login .nologin_menu ul li.normal_login a {
    background: #F8FAFC url(../img/log.png) 12px 8px no-repeat;
}
.header .login .nologin_menu ul li.normal_reg a {
    background: #F8FAFC url(../img/reg.png) 12px 8px no-repeat;
}

.header .top_menu {
    height: 70px;
    width: 22px;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../img/toptb.png) center no-repeat;
    background-size: 80%;
}

.header .search .scbar button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 38px!important;
    background: url(../img/search.png) center no-repeat;
    background-size: 45%;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
}
/* profile */
.user-profile{
    margin-top: 17px;
}
.profile-wrap .user-home { text-decoration: none; line-height: 1; }
.profile-wrap .dropdown-menu { top: 32px; }
.profile-wrap .avatar { float: left; display: none; margin: 0px 5px 0 0; width: 20px; height: 20px; border-radius: 2px; margin-top: 5px; }
.user-profile ul.ul li { float: left; border-right: 1px dotted #CCC; padding-left: 5px; line-height: 18px; margin-top: 6px; }
.user-profile ul.ul li.last { border: 0; }
.user-profile ul.ul li>a { display: block; padding-right: 5px; height: 18px; }
.user-profile span.profile { display: inline-block; }
.user-profile ul.ul { display: inline-block; height: 20px; line-height: 30px; }
.user-profile ul.ul { display: inline-block; height: 20px; line-height: 30px; }

.footer {
    color: #ccc;
    overflow: hidden;
    line-height: 30px;
    background: #292F32;
}

.footer .fb {
    padding-top: 30px;
}

.footer .ft {
    margin-top: 20px;
    padding: 20px 0;
    font-size: 13px;
    border-top: 1px #555358 solid;
}

.footer .ft .flk {
    text-align: center;
}

.footer .ft .flk a {
    color: #ccc;
}

.footer .ft .flk .pipe {
    color: #ccc;
    margin: 0 5px;
}

.footer .fb_contact {
    float: left;
    width: 423px;
}

.footer .fb_about {
    float: left;
    width: 423px;
}

.footer .fb_about .fb_tit {
    background: url(../img/ft-about.png) left center no-repeat;
}

.footer .fb_tit {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 42px;
    color: #ccc;
    padding-left: 60px;
}

.footer .fb_about li {
    float: left;
    width: 25%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}

.footer .fb_about li a {
    color: #ccc;
}

.footer .fb_api {
    float: right;
}

.footer .fb_api li.wechat {
    margin-left: 40px;
    position: relative;
}

.footer .fb_api li span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 42px;
    color: #ccc;
}

.footer .fb_api li {
    float: right;
    width: 108px;
}

.footer .fb_api li.phone img {
    width: 108px;
    height: 108px;
}

.footer .fb_contact .fb_tit {
    background: url(../img/ft-phone.png) left center no-repeat;
}

.footer .fb_contact p {
    line-height: 30px;
    font-size: 14px;
    color: #ccc;
}

.footer a {
    color: #ccc;
}

.fix_tool {
    width: 60px;
    z-index: 102;
    position: fixed;
    right: 1%;
    top: 30%;
}


.fix_tool li {
    width: 45px!important;
    height: 45px!important;
    position: relative!important;
    text-align: center!important;
    background-color: #fff!important;
    cursor: pointer!important;
    border: 1px solid #ededed!important;
    border-top: 0!important;
}

.fix_tool_font i {
    display: block;
    width: 43px;
    height: 43px;
}

.fix_tool_font a{
    text-align: center;
}

.fix_tool_font a:hover{
    text-decoration: none;
}

.fix_tool_font .span{
    display: none;
} 

.fix_tool_font span {
    width: 43px;
    height: 43px;
    background: #fff;
    padding: 7px;
    line-height: 14px;
    text-align: center;
    font-size: 14px;
    color: #0084ff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.fix_tool li.fix_service .fix_tool_font i {
    background: #fff url(../img/fix_service.png) center no-repeat;
}

.fix_tool li.fix_post .fix_tool_font i {
    background: #fff url(../img/fix_post.png) center no-repeat;
}

.fix_tool li.fix_ewm .fix_tool_font i {
    background: #fff url(../img/fix_ewm.png) center no-repeat;
}

.fix_tool li.fix_scrolltop .fix_tool_font i {
    background: #fff url(../img/scroll_top.png) center no-repeat;
}

.fix_tool li.on .fix_tool_font .span, .fix_tool li.on .fix_tool_hide {
    display: block;
}

.fix_tool li.fix_service .fix_tool_hide {
    top: 0;
    height: 297px;
}

.fix_tool li.fix_service {
    border-top: 1px solid #ededed!important;
}

.fix_tool li.on .fix_tool_font i {
    display: none;
}

.fix_tool_hide {
    display: none;
    width: 160px;
    background: #fff;
    border: 1px solid #ededed;
    position: absolute;
    right: 48px;
    bottom: 0;
}

.fix_service_t {
    text-align: center;
    width: 130px;
    margin: 15px auto 8px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #edf1f2;
}

.fix_service_t a {
    display: block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    margin: 15px auto 10px auto;
    border: 1px solid #b5b9bc;
    font-size: 12px;
    color: #b5b9bc;
    border-radius: 24px;
}

.fix_service_b {
    text-align: center;
}

.fix_service_b h5 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}

.fix_service_b p {
    height: 25px;
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    font-size: 20px;
    color: #0084ff;
    margin-bottom: 10px;
}

.fix_service_b h4 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}

.fix_service_b span {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 12px;
    color: #0084ff;
    margin-bottom: 10px;
    text-decoration: underline;
}

.fix_wechat {
    width: 130px;
    margin: 15px auto;
}

.fix_wechat p {
    font-size: 12px;
    color: #b5b9bc;
    overflow: hidden;
    height: 23px;
    line-height: 23px;
}

.fix_wechat img {
    width: 130px;
    height: 130px;
    display: block;
    margin-top: 10px;
}

.index_container{
    margin-bottom: 20px;
}
