::-webkit-input-placeholder {color:#ccc;} /* WebKit, Blink, Edge */
:-moz-placeholder {color:#ccc;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color:#ccc;} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {color:#ccc;} /* Internet Explorer 10-11 */
*{font-family:'微软雅黑' !important;}
/* 复写layui */
.layui-btn-yts{background-color: #f80;font-size: 16px;}
.layer{display: none;}
.layui-form-radio>i:hover, .layui-form-radioed>i{color: #f80;}
/* 个人中心公共样式 */
body{
    background-color: #f9f9f9;
}
.body_breadcrumb,.body_breadcrumb a{
    line-height: 40px;
    color: #999;
    font-size: 12px !important;
}
.body_breadcrumb .layui-breadcrumb a:hover{
    color: #f80 !important;
}
/* 头部管理 */
.main{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header{
    background: #fff;
}
.header .top{
    line-height: 30px;
    color: #ddd;
    background: #323232;
}

.header .top{
    height: 30px;
}

.header .top .main .left{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
}

.header .top .main .right{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
}

.header .top .main .right a{
    color: #ddd;
    display: inline-block;
    padding: 0 10px;
}
.header .top .main .right a:last-child{
    padding-right: 0;
}
    /* logo部分 */
.head{
    height: 100px;
}
.header .head .logo{
    position: absolute;
    top: 15px;
}
/* 搜索框 */
.header .head .search{
    position: absolute;
    top: 30px;
    left: 300px;
    width: 560px;
    height: 40px;
    z-index: 99;
    border-radius:40px;
    background: #f80;
}
.header .head .search input{
    border: none;
    line-height: 36px;
    height: 36px;
    position: absolute;
    top: 2px;
    left: 2px;
    text-indent: 20px;
    border-radius: 36px 0px 0px 36px;
    width: 460px;
}
.header .head .search button{
    position: absolute;
    right: 0px;
    width: 100px;
    height: 40px;
    background:url(../image/layout/search_btn.jpg);
    border: none;
    color: #fff;
    font-size: 18px;
    border-radius:0px 40px 40px 0px;
}
.header .head .search button:hover{
    background-image:none;
    background-color:#f80;
}
.header .head .search_panel{
    position: absolute;
    top: 50px;
    left: 300px;
    padding: 40px 20px 24px;
    width: 518px;
    z-index: 2;

    border-radius:0px 0px 6px 6px;
    border: 1px solid #eee;
}

/* 头部阴影 */
.head-box-shadow{
    box-shadow: rgba(62,62,62,0.1) 0px 0px 14px;
    background: #fff;
}

/* 热门搜索 */
.header .head .search_panel .hot_title{
    line-height: 16px;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.header .head .search_panel .hot_title i{
    font-size: 17px;
    color: #f80;
}
.header .head .search_panel li{
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;

}
.header .head .search_panel li .left{
    color: #333;
    font-weight: bold;
    width: 75px;
    float: left;
}
.header .head .search_panel li .right{
    float: right;
    width: 440px;
}
.header .head .search_panel li .right a{
    display: inline-block;
    margin-right: 18px;
    line-height: 28px;
    padding: 0px;
    color: #666;
}
.header .head .search_panel li .right a:hover{
    color: #f80;
    text-decoration: underline;
}
.header .head .login a{
    color: #666;
}
.header .head .info{
    position: absolute;
    right: 0px;
    top: 30px;
}
/* 头部右侧信息部分 */
.header .head .info li{
    display: inline-block;
    float: left;
    padding:9px 30px 0px 0px;
    line-height: 21px;
}
.header .head .info li a{
    line-height: 21px;
}
.header .head .info .qiandao{
    color: #666;
}
.header .head .info .iconfont{
    font-size: 21px;
}
.header .head .info li .icon-qiandao{
    color: #d00;
}
.header .head .info .head-photo {
    width: 40px;
    height: 40px;
    padding:0px;
    border-radius: 40px;
    border: 2px solid rgba(0,82,94,0.5);
    overflow: hidden;
}
.header .head .info .msg{
    position: relative;
}
.header .head .info .msg a{
    font-size: 22px;
}
.header .head .info .msg small{
    position: absolute;
    top: 0px;
    right: 18px;
    background: #d00;
    display: block;
    padding: 2px 5px;
    border-radius: 12px;
    color: #fff;
    font-size: 9px;
    line-height: 12px;
}
/* 头像部分 */
.header .head .info .head-photo:hover{
    cursor: pointer;
}
.header .head .info .menu{
    position: absolute;
    top: 45px;
    right: 0px;
    z-index: 99;
    padding: 10px 5px 5px;
    display: none;
}
.header .head .info .info-list{
    width: 182px;
    /*height: 278px;*/
    text-indent: 20px;
    border-radius: 2px;
}
.header .head .info .info-list p{
    line-height: 54px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.header .head .info .info-list a{
    display: block;
    line-height: 33px;
    color: #666;
}
.header .head .info .info-list a:hover{
    background: #eee;
}
.header .head .info .info-list hr{
    margin: 10px 20px;
}
.header .head li.login{
    padding-right:0;
}
.header .nav{
    position: relative;
    width: 100%;
    height: 45px;
    background: #f80;
}
.header .nav li{
    display: inline-block;
}
.header .nav li a{
    display: inline-block;
    line-height: 45px;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
}
.header .nav>.main{
    position: static;
}

.header .nav li:hover{
    background-color: #ffa664;
}

/* 导航下拉的样式 */
.header .nav .two_nav{
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 43px;
    z-index: 50;
    top: 45px;
    left: 0px;
}
.header .nav li:hover .two_nav{
    display:block;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.header .nav .nav_down{
    /*background: url(../image/layout/nav_down.jpg) no-repeat 80% -45px;*/
    padding-right: 15px;
}
.header .nav .nav_down a{
    position: relative;
}
.header .nav .nav_down a i{
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    margin-top: -2.5px;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    right: 5px;
}
.header .nav .nav_down:hover a i{
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
    margin-top: -7.5px;
}
.header .nav .nav_down .two_nav a{
    font-size:14px;
    padding: 0px;
    margin-right: 30px;
    color: #333;
}
.header .nav .nav_down .two_nav a:hover{
    color: #f80;
}

/* 浮动 */
.navfloat{
    display: none;
    position: fixed;
    right: 80px;
    bottom: 251px;
    width: 60px;
    background-color:#fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}
.navfloat .item{
    display: block;
    width: 60px;
    height: 61px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;

}
.navfloat .item:first-child{
    border-radius: 6px 6px 0 0;
}
.navfloat .item:last-child{
    border-bottom: none;
    height: 62px;
    border-radius: 0 0 6px 6px ;
}
.navfloat .item:hover{
    background-color: #ff8800;
    cursor: pointer;
}
.navfloat .item>p{
    color: #333;
}
.navfloat .item:hover>p{
    color: #fff;
}
.navfloat .item i{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 20px;
    background: url("../image/layout/navfloat-icon.png") no-repeat;
}
.navfloat .item:nth-of-type(2) i{background-position-x:-20px;}
.navfloat .item:nth-of-type(3) i{background-position-x:-40px;}
.navfloat .item:nth-of-type(4) i{background-position-x:-60px;}

.navfloat .item:hover i{
    background-position-y:-20px;
}
.navfloat .item>p{
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
}
.navfloat-shwo{
    display: block;
}
.navfloat .kefu-box{
    position: absolute;
    display: none;
    left: -198px;
    width: 158px;
    height: 150px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 30px 2px
    rgba(79, 42, 0, 0.14);
    padding: 20px;
}
.navfloat .kefu-box:hover{
    cursor:default;
}
.navfloat .kefu-box .kefu-title{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.navfloat .kefu-box>p{
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}
.navfloat .kefu-box .kefu-btn{
    display: block;
    width: 90px;
    height: 22px;
    margin: 16px auto;
    background-image: linear-gradient(to right , rgb(255, 136, 0), rgb(255, 153, 36));
    background-color:#f80;
    border-radius: 11px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.navfloat .kefu-btn:hover{
    box-shadow: 0px 0px 8px 0px
    rgba(232, 124, 0, 0.4);
    cursor:  pointer;
}
.navfloat .kefu-box .kefu-phone{
    color: #f80;
    margin-bottom: 10px;
    font-weight: bold;
}
.navfloat .kefu:hover .kefu-box{
    display: block;
}

/* 品牌理念 */
.BrandConcept{
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
}
.BrandConcept-cont{
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.BrandConcept-cont li{
    float: left;
    width: 230px;
    height: 34px;
    margin-top: 23px;
    margin-right: 93.3px;
}
.BrandConcept-cont li::before{
    content: '';
    display: block;
    float: left;
    width: 37px;
    height: 34px;
    background: url(../image/index/lntb_01.png)no-repeat;
}
.BrandConcept-cont li:last-child{
    margin-right: 0;
}
.BrandConcept-cont li:nth-of-type(1)::before{background-position-x:0px}
.BrandConcept-cont li:nth-of-type(2)::before{background-position-x:-41px}
.BrandConcept-cont li:nth-of-type(3)::before{background-position-x:-85px}
.BrandConcept-cont li:nth-of-type(4)::before{background-position-x:-128px}
.BrandConcept-cont li p{
    line-height: 34px;
    font-size: 16px;
    color: #333;
    text-align: right;
}
/* 版权管理 */
.footer{
    width: 100%;
    border-top: 3px solid #f80;
    background: #323232;
}
.footer .content{
    width: 1200px;
    height: 201px;
    margin: 0 auto;
    padding: 36px 0px 40px;
    overflow: hidden;
}
.footer .content .left{
    float: left;
}
.footer .content .left dl{
    display: inline-block;
    float: left;
    margin-right: 60px;
    /*width: 189px;*/
}
.footer .content .left dl dt{
    font-size: 16px;
    line-height: 1;
    color: #eee;
    text-indent: 13px;
    margin-bottom: 28px;
    position: relative;
}
.footer .content .left dl dt::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 16px;
    border-radius: 1.5px;
    background-color: #f80;
}
.footer .content .left dl dd a,.footer .content .left dl dd{
    font-size: 12px;
    line-height: 1;
    color: #bbb;
}
.footer .content .left dl dd a:hover{
    color: #eee;
}
.footer .content .left dl dd{
    margin-bottom: 16px;
    padding-left: 13px;
}
.footer .content .left .contact{
    width: 200px;
    margin-right: 0;
}

.footer .content .left .contact .tel{
    font-size: 22px;
    color: #eee;
    margin-bottom: 8px;
}

.footer .content .left .contact .kefu_btn{
    display: inline-block;
    width: 148px;
    line-height: 22px;
    color: #fff;
    background: #508ef0;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.footer .content .right{
    float:right;
    width: 336px;
    color:#fff;
    margin-top: 18px;
}

.footer .content .right .title{
    text-align: center;
}
.footer .content .right .title h4{
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    margin-bottom: 4px;
}
.footer .content .right .title span{
    font-size: 12px;
    line-height: 12px;
}
.footer .content .right .img_code{
    width: 100%;
    margin-top: 10px;
}
.footer .content .right .img_code li{
    float: left;
    margin-left: 24px;
}
.footer .content .right .img_code li:first-child{
    margin-left: 0px;
}
.footer .content .right .img_code li p{
    font-size: 12px;
    line-height: 3;
    text-align: center;
}
.footer_p{
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    background: #242424;
}
.footer_p a{
    color: #999;
}
.footer_p a:hover{
    text-decoration: underline;
    color: #fff;
}