
@font-face {
    font-family: "FZLBJW";
    src: url("http://www.lcbfqx.com/templets/default/images/fonts/FZLBJW.eot"); /* IE9 */
    src: url("http://www.lcbfqx.com/templets/default/images/fonts/FZLBJW.eot?") format("embedded-opentype"),
    
    url("http://www.lcbfqx.com/templets/default/images/fonts/FZLBJW.woff") format("woff"),
    url("http://www.lcbfqx.com/templets/default/images/fonts/FZLBJW.ttf") format("truetype"),
    
    url("http://www.lcbfqx.com/templets/default/images/fonts/FZLBJW.svg") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "FZWBJW";
    src: url("http://www.lcbfqx.com/templets/default/images/fonts/FZWBJW.eot"); /* IE9 */
    src: url("http://www.lcbfqx.com/templets/default/images/fonts/FZWBJW.eot?") format("embedded-opentype"),
    
    url("http://www.lcbfqx.com/templets/default/images/fonts/FZWBJW.woff") format("woff"),
    url("http://www.lcbfqx.com/templets/default/images/fonts/FZWBJW.ttf") format("truetype"),
    
    url("http://www.lcbfqx.com/templets/default/images/fonts/FZWBJW.svg") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

/*波纹效果*/
[data-ripple="ripple"] {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select:none;
    -ms-user-select:none;
}

[data-ripple="ripple"] .ripple {
    display: block;    
    width: 100%;
    height: 100%;
    border-radius:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;    
    background: rgba(255, 255, 255, .5);
    transform: scale(0);
    animation: ripple .6s 0s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/*去掉默认number的上下按钮样式*/
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
    padding: 0; 
    margin: 0; 
    font-family: "Microsoft YaHei";

}
hr{
    margin: 0;
    padding: 0;
} 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset,img { 
    border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 
ol,ul { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
q:before,q:after { 
    content:""; 
} 
abbr,acronym { 
    border: 0; 
} 
a{
    text-decoration: none;
}


/*全体样式*/
.wrap{
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
}
section{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.container{
    width: 1080px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
/*tit*/
.tit{
    margin: 20px auto 30px;
    text-align: center;
}
.tit h3{
    font-size: 48px;
    color:#333;
    font-weight: 600;
}
.tit p{
    font-size: 18px;
    color: #999999;
    margin: 8px auto 20px;
}
.tit p span,.tit h3 span{
    color: #f85729;
}
.tit hr{
    width: 1080px;
    border:none;
    border-top: 1px solid #1370ca;
    margin: 0 auto;
}
.btn{
    display: block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: white;
    font-size: 17.2px;
    background: #0077ff;
    border-radius: 15px;
    margin: 0 auto 30px;
}
.btn:hover{
    background: #0066cc;
}
.btn .icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(http://www.lcbfqx.com/templets/default/images/baoming/icon-btn.png) no-repeat center;
    background-size: contain;
    margin-left: 15px;
}

.botton{
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 18px;
    color: #666666;
    display: block;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.orange{
    background: #f8572a;
}
.orange:hover{
    background: #ff6438;
}
.red{
    background: #cd000a;
}
.red:hover{
    background: #e90712;
}
.blue{
    background: #1370ca;
}
.blue:hover{
    background: #1a81e5;
}
/*top*/
#top{
    padding: 30px 0;
}
#top h1{
    float: left;
}
#top h1 img{
    width: 400px;
}
#top h4{
    float: right;
    color: #1f73bb;
    font-size: 18px;
    text-align: right;
}
#top h4 img{
    margin-bottom: 5px;
}
#top h4 .num{
    font-size: 20px;
}

/*nav*/
nav{
    background: #067efe;
}
nav:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
nav li{
    width: 12.5%;
    line-height: 58px;
    float: left;
    text-align: center;
}
nav li a{
    font-size: 18px;
    color: #feffff;
    display: inline-block;
    width: 100%;
    height: 58px;
}
nav li .icon{
    width: 8px;
    height: 4px;
    display: inline-block;
    background: url(http://www.lcbfqx.com/templets/default/images/img/icon-down.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 15px;
}
nav .dropdown{
    position: relative;
}
nav .dropdown .menu{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99991;
    display: none;
}
nav .dropdown .menu li{
    width: 100%;
    height: auto;
    line-height: initial;
}
nav .dropdown .menu li a{
    height: 45px;
    font-size: 16px;
    line-height: 45px;
}

/*banner*/
#banner .banner-progres{
    display: none;
}
.banner-number > *{
    border:none;
}
/*hot*/
#hot{
    height: 80px;
    display: block;
    background: #eeeeee;

}
#hot .container{
    height: 80px;
    overflow: hidden;
}
#hot .cont{
    font-size: 20px;
    color: #e52431;
}
#hot .icon{
    width: 49px;
    height: 28px;
    line-height: 28px;
    background: url(http://www.lcbfqx.com/templets/default/images/img/czs/icon-hot.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    color: white;
    margin-right: 15px;
    float: left;
    margin-top: 26px;
    font-size: 14px;
    text-align: center;
}
#hot .cont p{
    float: left;
    line-height: 80px;
    width: 1030px;
    text-align: left;
}
#hot .cont p span{
    padding: 0 10px;
}
/*contact*/
#contact .left{
    width: 455px;
    float: left;
    text-align: left;
    overflow: hidden;
    height: 405px;
    border-bottom: 1px solid #e5e6ea;
}
#contact .left hr{
    border:none;
    border-top: 4px solid #1370ca;
    width: 38px;
    margin-left: 15px;
    margin-top: 25px;
    margin-bottom: 20px;
}
#contact .left .logo{
    width: 430px;
    margin-bottom: 40px;
}
#contact .left p{
    line-height: 43px;
    font-size: 19.46px;
    color: #272636;
}
#contact .left p .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(http://www.lcbfqx.com/templets/default/images/img/icon-phone.png) no-repeat center;
    vertical-align: middle;
}

#contact .right{
    width: 624px;
    height: 405px;
    float: right;
    background: #e5e6ea;
    box-shadow: 3px 3px 10px gray;
    text-align: center;
    border-radius: 10px;
}
#contact .right h3{
    font-size: 30px;
    color: #0a080e;
    margin: 25px auto 30px;
    letter-spacing: 2px;
}
#contact .right p{
    font-size: 20px;
    color: #322e45;
    margin-bottom: 20px;
    position: relative;
}
#contact .right p .require{
    position: absolute;
    right: 108px;
    font-size: 30px;
    color: red;
    line-height: 50px;
}
#contact .right input{
    width: 285px;
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    color: #322e45;
    margin-left: 12px;
    background: transparent;
    border-radius: 50px;
    border:1px solid #b1b0b4;
    outline: 0;
}
#contact .right select{
    width: 285px;
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    color: #322e45;
    margin-left: 12px;
    background: transparent;
    border-radius: 50px;
    border:1px solid #b1b0b4;
    outline: 0;
}
#contact .right select option{
    font-size: 16px;
}
#contact .right input[type=submit]{
    width: 245px;
    height: 50px;
    padding: 0;
    color: white;
    background: #fc773d;
    font-size: 24px;
    margin-left: 83px;
    border:none;
    cursor: pointer;
}
#contact .right input[type=submit]:hover{
    background: #e34500;
}
#contact .line {
    font-size: 24px;
    color: #1b1934;
    font-family: "FZWBJW","Microsoft YaHei";
    letter-spacing: 2px;
    margin: 45px auto 37px;
}
#contact .line span {
    font-size: 16px;
    color: #1b1934;
    font-family: "宋体","Microsoft YaHei";
    vertical-align: middle;
    line-height: 31px;
    margin: 0 12px;
}


/*bottom*/
#bottom{
    background: #e3e4e7;
}
#bottom .container{
    padding: 0 60px;
}
#bottom .cont{
    border:1px solid #aeaeae;
    border-top: none;
    width: 865px;
    float: right;
    padding-top: 30px;
    padding-bottom: 35px;
}
#bottom .left{
    float:left;
    width: 487px;
    margin-left: -106px;
}
#bottom .left video{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
#bottom .right{
    float: left;
    width: 440px;
    margin-left: 40px;
    text-align: left;
    padding-top: 12px;
    padding-right: 20px;
}
#bottom .right p{
    color: #312d44;
    font-size: 20px;
    line-height: 32px;
}
#bottom .right h3{
    font-size: 30px;
    color: #f55c30;
    margin: 15px 0 12px;
}
#bottom form{
    margin-top: 45px;
    margin-bottom: 35px;
        
}
#bottom form p{
    font-size: 20px;
    color: #322e45;
}
#bottom form input{
    height: 50px;
    width: 246px;
    padding: 10px 20px;
    font-size: 24px;
    color: #322e45;
    border-radius: 50px;
    margin-right: 23px;
    background: transparent;
    border:1px solid #312f45;
    outline: 0;
}
#bottom form input[type=submit]{
    color:white;
    background: #f8572a;
    border:none;
    cursor: pointer;
}
#bottom form input[type=submit]:hover{
    background: #ff6438;
}
#bottom .line{
    font-size: 24px;
    color: #1b1934;
    font-family: "FZWBJW","Microsoft YaHei";
    letter-spacing: 2px;
}
#bottom .line span{
    font-size: 16px;
    color: #1b1934;
    font-family: "宋体","Microsoft YaHei";
    vertical-align: middle;
    line-height: 31px;
    margin: 0 12px;
}
#bottom .address{
    margin: 20px auto 20px;
    font-size: 18px;
    color: #272636;
}
#bottom .address .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(http://www.lcbfqx.com/templets/default/images/img/icon-location.png) no-repeat center;
    vertical-align: middle;
    margin-right: 10px;
}

/*footer*/
footer{
    background: #2c2c2d;
    overflow: hidden;
    height: 252px;
    clear: both;
}

footer ul li{
    float: left;
    text-align: left;
    width: 20%;
}
footer ul li.second{
    margin-left: -4%;
    width: 24%;
}
footer ul li h3{
    font-size: 18px;
    color: #ffffff;
    margin-top: 35px;
}
footer ul li .hr{
    width: 135px;
    height: 1px;
    border-top: 1px solid #6c6c6c;
    margin: 5px 0 10px;
}
footer ul li .hr hr{
    border:none;
    width: 52px;
    border-top: 1px solid #b6b6b6;
}
footer ul li .list{
    line-height: 32px;
}
footer ul li .list a{
    color: #a3a6a5;
    font-size: 14px;
}
footer ul li .list a:hover{
    color: #c1cbc7;
}
footer ul li:last-child .hr{
    width: 213px;
    margin-bottom: 15px;
}
footer ul li .erweima{
    float: left;
    width: 118px;
    height: 118px;
}
footer ul li .erweima img{
    width: 100%;
    height: 100%;
}
footer ul li:last-child a{
    float: left;
    display: block;
    width: 90px;
    height: 31px;
    border:1px solid #5d5e60;
    margin-left: 6px;
    margin-bottom: 10px;
    line-height: 31px;
    font-size: 14px;
    color: #a3a6a5;
    text-align: center;
    padding: 0;
    background: transparent;
}
footer ul li:last-child a span{
    padding: 0;
}
footer ul li:last-child a:hover{
    background: #f8572a;
    color: white;
}

/*other*/
#other{
    background: #2c2c2d;
    vertical-align: bottom;
}
#other li{
    float: left;
    text-align: left;
    line-height: 65px;
    color: #a3a6a5;
    padding: 0 8px;
}
#other li:first-child{
    font-size: 24px;
    color: #ffffff;
    width: 200px;
}
#other li a{
    font-size: 16px;
    color: #a3a6a5;
}
#other li a:hover{
    color: #c1cbc7;
}
#other p.icp{
    clear: both;
    border-top: 1px solid #727176;
    color: #707071;
    font-size: 18px;
    line-height: 65px;
    padding-bottom: 75px;
}
#other p.icp a{
    color: #707071;
}
#other p.icp a:hover{
    color: #b2b2b7;
}
/*carsoul*/
#carsoul{
    background: url(http://www.lcbfqx.com/templets/default/images/img/czs/bg-2.jpg) no-repeat center;
    background-size: cover;
}
#carsoul .tit h3,#carsoul .tit p{
    color: white;
}
#carsoul .tit hr{
    border-color: white;
}
#carsoul .list{
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-display: flex;
    display: flex;
    justify-content: center;
}
#carsoul .list li{
    float: left;
    width: 200px;
    height: 55px;
    line-height: 55px;
    border:1px solid white;
    border-radius: 10px;
    color: #fbfbfb;
    font-size: 20px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
}
#carsoul .list li.on{
    background: #1370ca;
    border:none;
}

#carsoul .slide-3d{
    height: 550px;
    width: 1100px;
    padding: 0 30px;
    display: none;
}
#carsoul .slide-3d .item-list li{
    width: 495px;
    height: 429px;
    border-radius: 40px;
    box-shadow:6px 0 21px rgba(0,0,0,.32);
}
#carsoul .slide-carousel .controls a{
    width: 22px;
    height: 40px;
    background: url(http://www.lcbfqx.com/templets/default/images/img/czs/icon-prev.png) no-repeat center;
    background-size: contain;
}
#carsoul .slide-carousel .controls .item-next{
    background-image: url(http://www.lcbfqx.com/templets/default/images/img/czs/icon-next.png);
}
#carsoul .slide-carousel .indicator-list a{
    width: 25px;
    height: 4px;
    border-radius: 0;
    border:none;
    background: white;
    margin-left: 4px;
    margin-right: 4px;
}
#carsoul .slide-carousel .indicator-list a.selected{
    background: #df4719;
}
#carsoul .intr{
    font-size: 18px;
    color: #fbfbfb;
    text-align: center;
    padding: 0 50px;
    line-height: 28px;
}
#carsoul .btn{
    margin-top: 60px;
}

