/*-----------------[初始化]--------------*/

@CHARSET "UTF-8";
@font-face {
  font-family: "BCB";
  src: url('../fonts/BarlowCondensed-Bold.ttf');
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; font-weight: normal;}
body {font-family: "Microsoft Yahei","Arial","Roboto","PingFang SC";color: #333;font-size: 14px;line-height: 1.5;-webkit-font-smoothing: antialiased;}
table{border-collapse:collapse; border-spacing:0; } 

ol,ul{list-style:none; }

em{font-style: normal;}

a{text-decoration:none; } 

.clear{clear:both;height:0px;width:0px;overflow:hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;zoom:1;}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
    clear: both;
}
.fl{float:left;}

.fr{float:right;}

.dn{display:none; }

*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

img {max-width: 100%;border: none; vertical-align: middle;}
input,textarea,select {font-size: 14px;color: #999999;font-family: "Arial","Microsoft Yahei","Roboto","PingFang SC";border: none;resize:none}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-input-placeholder {font-size: 16px;color: #999999;}
::-moz-placeholder {font-size: 16px;color: #999999;}
::-ms-input-placeholder {cfont-size: 16px;olor: #999999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}


/*布局*/
.container{
    width: 1400px;
    margin: 0 auto;
}
.container:after, .container:before {
    content: " ";
    display: table;
}

.re_pic {
    width: 100%;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.white_b{background: #ffffff !important;}

.pop_class{
    -webkit-animation:pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
    animation:pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);
}
@-webkit-keyframes pop{
    0%{
        -webkit-transform:scale(0.8)
    }
    100%{
        -webkit-transform:scale(1)
    }
}
@keyframes pop{
    0%{
        transform:scale(0.8)
    }
    100%{
        transform:scale(1)
    }
}

.scale_img:hover img{
    -webkit-transform:scale(1.05);
       -moz-transform:scale(1.05);
         -o-transform:scale(1.05);
            transform:scale(1.05);
}

.tel{
    float: left;
    display: inline-block;
}
.tel img{
    display: inline-block;
}
.tel .text{
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
    margin-left: 5px;
}
.tel .text p:nth-child(1){
    font-size: 16px;
    color: #5f5f5f;
}
.tel .text p:nth-child(2){
    font-size: 30px;
    font-weight: bold;
    color: #4a1e0d;
}

.index_tit{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 18px;
    background: url(../images/icon_line.png) no-repeat left bottom;
}
.index_tit .tit_l{
    float: left;
    font-size: 37px;
}
.index_tit .tit_l .tit{
    color: #333333;
    display: inline-block;
    font-weight: bold;
}
.index_tit .tit_l span{
    color: #dcdbdb;
    font-weight: bold;
    display: inline-block;
    margin-left: 45px;
}
.index_tit .tit_r{
    float: right;
}
.index_tit .tit_r a{
    font-size: 16px;
    color: #ffffff;
    width: 150px;
    line-height: 45px;
    background: #b3b3b3;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}
.index_tit .tit_r a.on, .index_tit .tit_r a:hover{
    background: #e80000;
}


.header{}
.top{
    width: 100%;
    position: relative;
    padding: 20px 0 20px 0;
}
.top .logo{
    float: left;
}
.top .logo a{
    display: block;
}
.top .logo img{
    max-height: 80px;
    width: auto;
}
.top .logo .logo_text{
    display: none;
}
.top_lx{
    float: right;
    line-height: 80px;
}
.top_lx .wx{
    float: left;
    margin-right: 40px;
}
.top_lx .wx img{
    height: 76px;
    width: auto;
}

.head{
    background: #e80000;
}
.nav{}
.nav li{
    float: left;
    width: 12.5%;
    position: relative;
}
.nav li:before{
    content: "|";
    color: #ffffff;
    line-height: 76px;
    position: absolute;
}
.nav li:first-child:before{
    display: none;
}
.nav li a{
    font-size: 18px;
    color: #ffffff;
    display: block;
    line-height: 68px;
    text-align: center;
}
.nav li i{
    width: 40px;
    height: 40px;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
    background: url(../images/sel.png) no-repeat center center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    display: none;
}
.nav li .sub{
    width: 100%;
    position: absolute;
    z-index: 999;
    display: none;
}
.nav li .sub a{
    line-height: 40px;
    background: #e80000;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.nav li:hover .sub{
    display: block;
}
.nav li a.on, .nav li a:hover{
    background: #f4bf64;
}
header .nav_bottom{
    display: none;
    position: fixed;
    top: 0px;
    right: 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    font-size: 16px;
    color: #333333;
}
header .nav_bottom i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url(../images/xiala.png) no-repeat;
}
/*header .nav_bottom{display:none;position:absolute;top: 0;right: 15px;z-index:998;width:auto;height:40px;font-size:0;margin-top:10px;border-radius:5px;}*/
/*header .nav_bottom .nav-toggle{display:block;position:absolute;left:50%;top:50%;border:0;border-radius:4px;cursor:pointer;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);color: #333;display: contents;font-size: 22px;}*/
/*header .nav_bottom.on .nav-toggle{margin-left:-4px;}*/
/*header .nav_bottom .nav-toggle span{display:block;position:relative;z-index:1;width:37px;height:2px;margin:0 0 10px auto;background:#8a8a93;border-radius:3px;-webkit-transform-origin:35px;transform-origin:35px;-webkit-transition:all .5s;transition:all .5s;}*/
/*header .nav_bottom .nav-toggle span.two{width:30px;}*/
/*header .nav_bottom .nav-toggle span:last-child{margin-bottom:0;}*/
/*header .nav_bottom.on .nav-toggle span{ opacity:1;}*/
/*header .nav_bottom.on .nav-toggle span:nth-child(3){-webkit-transform:rotate(45deg);transform:rotate(45deg);}*/
/*header .nav_bottom.on .nav-toggle span:nth-child(2){-webkit-transform:scale(0);transform:scale(0);}*/
/*header .nav_bottom.on .nav-toggle span:nth-child(1){-webkit-transform:rotate(-45deg);transform: rotate(-45deg);}*/
/*header .nav_bg{display:none;position:fixed;top:60px;left:0;z-index:989;width:100%;height:calc(100% - 70px);background:rgba(0, 0, 0, 0.6);animation:fade-in .43s ease 0s;-webkit-animation:fade-in .43s ease 0s;}*/


footer{}
.foot{
    background: #1c1c1c;
}
.foot_l{
    width: 50%;
    float: left;
    padding: 50px 0 50px 0;
    border-right: 1px solid #333333;
}
.foot_l .tel {
    float: none;
    display: block;
    margin-bottom: 20px;
}
.foot_l .tel .text p:nth-child(1) {
    color: #d5d5d5;
}
.foot_l .text p:nth-child(2) {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
}
.f_text{
    line-height: 1.8;
    margin-bottom: 20px;
}
.f_text p{
    font-size: 16px;
    color: #6f6e6e;
}
.copyright{
    line-height: 1.8;
}
.copyright p{
    font-size: 16px;
    color: #6f6e6e;
}
.copyright a{
    color: #6f6e6e;
}

.foot_r{
    width: 50%;
    float: left;
    padding: 50px 0 50px 0;
}
.foot_r .f_form{
    padding-left: 9%;
}
.foot_r .f_form input{
    float: left;
    width: 49%;
    height: 50px;
    line-height: 50px;
    background: #838384;
    margin-bottom: 3%;
    padding: 0 15px;
}
.foot_r .f_form .input1{
    margin-right: 2%;
}
.foot_r .f_form .input2{}
.foot_r .f_form .input3{
    width: 100%;
    height: 80px;
    background: #838384;
    margin-bottom: 3%;
    padding: 0 15px;
    line-height: 40px;
}
.foot_r .f_form .foot_btn{
    width: 50%;
    float: right;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    background: #e80000;
    text-align: center;
    cursor: pointer;
}
.foot_r p{
    margin-top: 25px;
    font-size: 16px;
    color: #6f6e6e;
    float: right;
}

.flinks{
    width: 100%;
    padding: 30px 0;
    background: #141414;
    line-height: 40px;
}
.flinks i{
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../images/icon_fline.png) no-repeat;
    vertical-align: text-bottom;
}
.flinks a{
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
    color: #4b4b4b;
}

#floatBottom{width:100%;height:53px;background:#e80000;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:25%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1800px) {


}
@media only screen and (max-width: 1680px) {
    ::-webkit-input-placeholder {font-size: 14px;}
    ::-moz-placeholder {font-size: 14px;}
    ::-ms-input-placeholder {cfont-size: 14px;}
    .container{width: 1200px;}
    .top .logo img {
        max-height: 60px;
    }
    .top_lx {
        line-height: 60px;
    }
    .top_lx .wx {
        margin-right: 30px;
    }
    .top_lx .wx img {
        height: 60px;
    }
    .tel .text p:nth-child(1) {
        font-size: 14px;
    }
    .tel .text p:nth-child(2) {
        font-size: 24px;
    }
    .nav li a {
        font-size: 17px;
        line-height: 60px;
    }
    .nav li:before {
        line-height: 60px;
    }

    .f_text {
        margin-bottom: 20px;
    }
    .f_text p {
        font-size: 14px;
    }
    .copyright p {
        font-size: 14px;
    }
    .foot_r .f_form input {
        height: 40px;
        line-height: 40px;
    }
    .foot_r .f_form .foot_btn {
        line-height: 40px;
        font-size: 14px;
    }
    .foot_r p {
        margin-top: 20px;
        font-size: 14px;
    }
    .flinks {
        padding: 20px 0;
        line-height: 35px;
    }
    .flinks a {
        margin: 0 10px;
        font-size: 14px;
    }

}
@media only screen and (max-width: 1500px) {

}
@media only screen and (max-width: 1430px) {
    .container{width: 1100px;}
    .nav li a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1300px) {
    .container{width: 980px;}
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 1023px) {
    .container{width: 96%;margin: 0 auto;}
    header{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    header .nav_bottom{
        display: block;
    }
    .top {
        padding: 10px 0 10px 0;
        background: #ffffff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .top .logo img {
        max-height: 40px;
    }
    .top_lx {
        line-height: 60px;
        display: none;
    }
    .head {
        display: none;
        position: relative;
        z-index: 999;
    }
    .head .container{
        width: 100%;
    }
    .nav li {
        float: none;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,.5);
        z-index: 999;
    }
    .nav li:before{
        display: none;
    }
    .nav li i{
        display: block;
    }
    .nav li a {
        font-size: 14px;
        text-align: left;
        line-height: 40px;
        padding-left: 15px;
    }
    .nav li .sub {
        position: relative;
    }
    .nav li .sub a{
        color: #ffffff;
        padding-left: 30px;
    }

    #floatBottom{
        display: block;
    }
}
@media only screen and (max-width: 767px) {
.foot_l {
    width: 100%;
    float: none;
    padding: 30px 0 30px 0;
    border-right: 0;
}
.f_text{
    margin-bottom: 15px;
}
.foot_r {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
}
.foot_r .f_form {
    padding-left: 0;
}
.foot_r .f_form input {
    height: 35px;
    line-height: 35px;
}
.foot_r .f_form .input1 {
    width: 100%;
    margin-right: 0;
}
.foot_r .f_form .input2 {
    width: 100%;
}
.foot_r .f_form .foot_btn {
    line-height: 36px;
    font-size: 14px;
    width: 100%;
}
.foot_r p {
    width: 100%;
    text-align: center;
}
.flinks {
    padding: 15px 0;
    line-height: 26px;
}
    
}