
/*通用部分初始化，开始*/

body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,input,textarea{margin: 0;padding: 0;}

body,html{-webkit-text-size-adjust: none;width: 100%;height: 100%;}

html{font-size:625%;}

body{font-size:0;font-family: "微软雅黑";color:#666;overflow-x: hidden;}

a{text-decoration: none; color: inherit;}

ul,li{list-style: none;}

img{border:0;}

input,textarea{outline: none;}

input,textarea,select{color: inherit;font-size: inherit;font-family: inherit;}

textarea{resize: none;}

button, select, a { cursor: pointer; }

input[type=“button”],input[type=“submit”],input[type=“reset”]{cursor:pointer}


/*.contain{max-width: 1400px;margin: 0 auto;box-sizing: border-box;padding:0 0.1rem}*/

.text-clamp1{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.text-clamp2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;
}

.clear:after{content:"";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;}
.clear{zoom: 1;}

/*通用部分初始化，结束*/
/*@font-face*/
/*{*/
/*    font-family:hy;*/
/*    src: url('../fonts/hy.TTF');*/
/*}*/

/*body{*/
/*    word-break: break-all;*/

/*    -moz-user-select:none;!*火狐*!*/

/*    -webkit-user-select:none;!*webkit浏览器*!*/

/*    -ms-user-select:none;!*IE10*!*/

/*    -khtml-user-select:none;!*早期浏览器*!*/

/*    user-select:none;*/
/*}*/
/*头部样式，开始*/
header{
    display: block;
    position: relative;
    z-index: 10;
}
.contain{
    max-width: 1340px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 auto;
}
.header-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.header-left{
    display: inline-block;
    vertical-align: middle;
}
.header-logo{
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.header-search{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.header-search input{
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    color: #333;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 50px;
    border: 1px solid #D0D0D0;
}
.header-search input::placeholder{
    color: #ccc;
}
input[type="search"]::-webkit-search-cancel-button{display: none}
.search-text{
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*width: 70px;*/
    /*line-height: 40px;*/
    /*font-size: 16px;*/
    /*color: #FBD095;*/
    /*text-align: center;*/
    /*border-radius: 0 4px 4px 0;*/
    /*background-color: #AA2618;*/
    position: absolute;
    top: 10px;
    right: 20px;
}

.header-right{
    display: inline-block;
    vertical-align: middle;
}
.header-rightSec{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #AA2618;
    position: relative;
    padding: 5px 0;
}
.header-rightSec img{
    vertical-align: -4px;
    margin-right: 4px;
}
.header-rightSec:last-of-type{
    margin-right: 0;
}
.sanjiao-icon{
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    height: 20px;
}
.lang-sanjiao{cursor: pointer}
.lang{
    position: absolute;
    top: 30px;
    right: 0;
    width: 100px;
    line-height: 40px;
    font-size: 16px;
    background-color: #D0D0D0;
    color: #AA2618;
    text-align: center;
    display: none;
    z-index: 11;
}
.lang a{
    display: block;
}
.header-line{
    display: block;
    background-color: #AA2618;
}
.header-line-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: relative;
}
.header-ul{
    display: inline-block;
    vertical-align: middle;
}
.header-ul>li{
    display: inline-block;
    vertical-align: middle;
    /*font-weight: bold;*/
    font-size: 18px;
    color: #FBD095;
    line-height: 38px;
    margin-right: 40px;
    position: relative;
    padding: 16px 5px;
}
.header-ul.ul-right>li{
    margin-right: 16px;
}
.header-ul>li:last-of-type{
    margin-right: 0;
}
.header-ul>li.active .header-aci{
    display: block;
}
.header-ul>li:nth-of-type(1){
    animation-delay:.1s;
}
.header-ul>li:nth-of-type(2){
    animation-delay:.2s;
}
.header-ul>li:nth-of-type(3){
    animation-delay:.3s;
}
.header-ul>li:nth-of-type(4){
    animation-delay:.4s;
}
.header-ul>li:nth-of-type(5){
    animation-delay:.5s;
}

.header-aci{
    position: absolute;
    top: 16px;
    transform: translate(-100%);
    display: none;
    opacity: 0;
    transition-duration: .6s;
}
.header-aci.open{
    opacity: 1;
}
.header-aci.open.header-ac-l{
    left: 0;
}
.header-aci.open.header-ac-y{
    right: 0;
}
.header-ac-l{
    left: 50%;
    transform: translate(-100%);
}
.header-ac-y{
    right: 50%;
    transform: translate(100%);
}

.header-img{
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%);
}
.caidan{
    display: none;
}
.caidan3{display: none}
.sub-nav{
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    /*display: block;*/
    width: 120px;
    background-color: #AA2618;
    background-image: url("../image/sub-nav-border.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0 10px;
    display: none;
}
.sub-nav>li{
    font-size: 16px;
    color: #FBD095;
    line-height: 40px;
    text-align: center;
}
/*头部样式，结束*/

/**尾部样式 开始**/
footer{
    display: block;
}

.f-top{
    display: block;
    padding: 40px 0 60px;
    background-color: #C33223;
}
.f-left{
    display: inline-block;
    vertical-align: top;
    width: 79%;
}
.f-nav{
    display: block;
}
.f-nav>li{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #FBD095;
    line-height: 150%;
}
.f-nav>li+li:before{
    content: '|';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.f-p{
    display: block;
    margin-top: 40px;
}
.f-p p{
    margin-top: 20px;
}
.f-p span{
    font-size: 18px;
    color: #FBD095;
    line-height: 150%;
    margin-right: 40px;
}
.f-right{
    display: inline-block;
    vertical-align: top;
    width: 21%;
}
.f-erweima{
    display: block;
    text-align: center;
}
.f-erweima>img{
    max-width: 100%;
}
.f-right p{
    font-size: 18px;
    color: #FBD095;
    line-height: 100%;
    margin-top: 10px;
}
.f-bottom{
    display: block;
    background-color: #AA2618;
    position: relative;
    border-top: 2px solid #E6BB41;
    box-sizing: border-box;
    padding: 40px 20px;
}
.f-icon-left{
    position: absolute;
    bottom: 0;
    left: 0;
}
.f-icon-right{
    position: absolute;
    bottom: 0;
    right: 0;
}
.f-icon-middle{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.copyright{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #FBD095;
    line-height: 150%;
}
.totop{
    position: fixed;
    bottom: 20%;
    right: 0;
    cursor: pointer;
    z-index: 9;
    display: none;
}

.jj-p4-sec3{
    display: block;
}
.jj-sec3-line{
    display: block;
    padding-left: 40px;
}
.jj-sec3-num{
    display: inline-block;
    vertical-align: middle;
    width: 180px;
}
.jj-sec3-text{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 180px);
    font-size: 20px;
    color: #333;
    line-height: 200%;
    text-indent: 2em;
}
.f-erweima img{
    width:100%;
}
   .bt-newsz{
                            width: 46%;
                            display: inline-block;
                            margin-bottom: 10px;
                            margin-left: 10px;
                            vertical-align: top;
                        }
                        .f-right p{
                            font-size: 16px;
                            text-align: center;
                            min-height: 30px;
                        }
/**尾部样式 结束**/
/*dibu*/
@media screen and (max-width: 1340px){
    .header-img{display: none}
    .header-ul>li{margin-right: 16px}
}
@media screen and (max-width: 1020px){
    .header-line-box{height: 50px}
    .caidan{
        position: absolute;
        right: 30px;
        display: block;
    }
    .header-ul{
        position: absolute;
        top: 50px;
        right: -20px;
        background-color: #AA2618;
        width: 150px;
        text-align: center;
        display: none;
    }
    .header-ul.ul-right{
        top: 249px;
    }
    .header-aci{display: none}
    .header-ul>li.active .header-aci{display: none}
    .header-ul>li{
        display: block;
        font-size: 16px;
        line-height: 40px;
        margin-right: 0 !important;
        padding: 0 0;
    }
    .header-ul>li:before{
        content: '+';
        position: absolute;
        top: 0;
        left: 10px;
    }
    .header-ul>li:first-of-type::before,
    .header-ul.ul-right>li:last-of-type::before{
        display: none;
    }
    .header-ul.ul-right>li:first-of-type::before{
        display: block;
    }
    .sub-nav{
        top: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: none;
        padding: 0 0;
    }
    .sub-nav>li{
        font-size: 14px;
        line-height: 36px;
    }
}
@media screen and (max-width: 900px){
    .header-top{display: block;height: auto}
    .header-left{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 0;
    }
    .header-right{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 5px 0;
        border-top: 1px solid #FBD095;
    }
}
@media screen and (max-width: 520px){
    .caidan3{
        display: block;
        position: absolute;
        left: 30px;
    }
    .header-top{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        background-color: #fff;
        display: none;
    }
    .header-left{
        display: block;
    }
    .header-right{
        display: block;
    }
    .header-rightSec{margin-right: 20px}
    .header-logo{display: block;}
    .header-search{
        /*display: block;*/
    margin-top: 10px}
}

/*尾部响应式*/
@media screen and (max-width: 1340px){
    .totop{
        zoom: .6;}
    .f-left{
        display: block;
        width: 100%;
        text-align: center;
    }
    .f-right{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width: 520px){
    .f-p{margin-top: 30px}
    .f-p p{margin-top: 0}
    .f-p span{
        display: block;
        font-size: 16px;
        margin-right: 0;
    }
    .f-nav>li{font-size: 16px}
    .f-right p{font-size: 16px}
    .copyright{font-size: 16px}
}
